<?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/"
	>

<channel>
	<title>Jim Wild's Blog &#187; asp</title>
	<atom:link href="http://jimwild.net/index.php/category/asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimwild.net</link>
	<description>General thoughts, work &#38; music of a creative dev guy working in mobile social media.</description>
	<lastBuildDate>Sun, 08 Aug 2010 18:08:02 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Asp echo()</title>
		<link>http://jimwild.net/index.php/2008/10/03/asp-echo/</link>
		<comments>http://jimwild.net/index.php/2008/10/03/asp-echo/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 23:02:46 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[asp]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://jimwild.net/?p=111</guid>
		<description><![CDATA[This could be seen as a slightly lazy piece of classic asp code but it works for me.
Php coders should understand this one.
sub echo(input)
response.write(replace(input,"'",""""))
end sub
The single quote is now essentially being used an escape character similar to php echo which saves having to do double quotes when using response.write to output html.
Enjoy
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F10%2F03%2Fasp-echo%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F10%2F03%2Fasp-echo%2F" height="61" width="51" /></a></div><p>This could be seen as a slightly lazy piece of classic asp code but it works for me.</p>
<p>Php coders should understand this one.</p>
<p><code>sub echo(input)<br />
response.write(replace(input,"'",""""))<br />
end sub</code></p>
<p>The single quote is now essentially being used an escape character similar to php echo which saves having to do double quotes when using response.write to output html.</p>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://jimwild.net/index.php/2008/10/03/asp-echo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
