<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo &#187; PHPvsASP</title>
	<atom:link href="http://www.barattalo.it/tag/phpvsasp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 07 Nov 2011 11:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ASP equivalent to PHP strip_tags</title>
		<link>http://www.barattalo.it/2010/02/09/asp-strip-tags-function-equivalent-to-php/</link>
		<comments>http://www.barattalo.it/2010/02/09/asp-strip-tags-function-equivalent-to-php/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 09:09:17 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Asp]]></category>
		<category><![CDATA[PHPvsASP]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[RegExp]]></category>
		<category><![CDATA[strip_tags]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=445</guid>
		<description><![CDATA[I&#8217;ve found those functions around in the internet and I put them here just to remind how to strip tags with ASP. In ASP there isn&#8217;t an equivalent of PHP strip_tags function, so, here there are two function that do this with regular expressions. The first function strips anything: The second one has an &#8220;allowed [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ereg_replace-function/' rel='bookmark' title='ASP equivalent to PHP ereg_replace function'>ASP equivalent to PHP ereg_replace function</a></li>
<li><a href='http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ucfirst-function/' rel='bookmark' title='ASP equivalent to PHP Ucfirst function'>ASP equivalent to PHP Ucfirst function</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/php-web-page-to-text-function/' rel='bookmark' title='PHP Web page to text function'>PHP Web page to text function</a></li>
<li><a href='http://www.barattalo.it/2010/10/06/php-function-embed-video-youtube-vimeo/' rel='bookmark' title='Php Function to resize video from YouTube and Vimeo'>Php Function to resize video from YouTube and Vimeo</a></li>
<li><a href='http://www.barattalo.it/2010/11/25/get-url-parameter-in-javascript/' rel='bookmark' title='Get URL parameter in javascript'>Get URL parameter in javascript</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/02/09/asp-strip-tags-function-equivalent-to-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP equivalent to PHP Ucfirst function</title>
		<link>http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ucfirst-function/</link>
		<comments>http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ucfirst-function/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 22:56:40 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Asp]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[PHPvsASP]]></category>
		<category><![CDATA[Ucase]]></category>
		<category><![CDATA[Ucifirst]]></category>
		<category><![CDATA[Uppercase]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=142</guid>
		<description><![CDATA[This code does the same thing that Ucfirst function makes in PHP. &#8220;Ucfirst&#8221; means &#8220;Uppercase first letter&#8221;. ASP doesn&#8217;t have this function natively: Related posts:ASP equivalent to PHP strip_tags ASP Function to count files in a folder ASP equivalent to PHP ereg_replace function get MySpace events with a PHP function PHP Web page to text [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/02/09/asp-strip-tags-function-equivalent-to-php/' rel='bookmark' title='ASP equivalent to PHP strip_tags'>ASP equivalent to PHP strip_tags</a></li>
<li><a href='http://www.barattalo.it/2010/02/09/asp-function-to-count-files-in-a-folder/' rel='bookmark' title='ASP Function to count files in a folder'>ASP Function to count files in a folder</a></li>
<li><a href='http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ereg_replace-function/' rel='bookmark' title='ASP equivalent to PHP ereg_replace function'>ASP equivalent to PHP ereg_replace function</a></li>
<li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/php-web-page-to-text-function/' rel='bookmark' title='PHP Web page to text function'>PHP Web page to text function</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ucfirst-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP equivalent to PHP ereg_replace function</title>
		<link>http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ereg_replace-function/</link>
		<comments>http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ereg_replace-function/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 22:05:49 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Asp]]></category>
		<category><![CDATA[Ereg_replace]]></category>
		<category><![CDATA[PHPvsASP]]></category>
		<category><![CDATA[RegExp]]></category>
		<category><![CDATA[Regular expression]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=137</guid>
		<description><![CDATA[I&#8217;ve used so many time the php function ereg_replace that when I have to use ASP (&#8217;cause sometimens you have to use that old terrible language) I have to use it also in ASP. I&#8217;ve also read on PHP site that this function will soon became depracated. I&#8217;m sad about that. But in Microsoft ASP [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/02/09/asp-strip-tags-function-equivalent-to-php/' rel='bookmark' title='ASP equivalent to PHP strip_tags'>ASP equivalent to PHP strip_tags</a></li>
<li><a href='http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ucfirst-function/' rel='bookmark' title='ASP equivalent to PHP Ucfirst function'>ASP equivalent to PHP Ucfirst function</a></li>
<li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ereg_replace-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

