<?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>Blueberryware &#187; javascript</title>
	<atom:link href="http://blueberryware.net/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://blueberryware.net</link>
	<description>Adam Hunter's PHP Playground</description>
	<lastBuildDate>Wed, 18 Mar 2009 12:51:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Background Image Preloader</title>
		<link>http://blueberryware.net/2008/11/10/determining-if-a-background-image-has-loaded</link>
		<comments>http://blueberryware.net/2008/11/10/determining-if-a-background-image-has-loaded#comments</comments>
		<pubDate>Tue, 11 Nov 2008 00:35:35 +0000</pubDate>
		<dc:creator>Adam Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blueberryware.net/2008/11/10/determining-if-a-background-image-has-loaded</guid>
		<description><![CDATA[This article is awesome for determining if a css background image has loaded.  It uses a simple function to determine it, and even allows you to keep a &#8220;waiting for load&#8221; image before hand (essentially a background image preloader).  I wanted to put it here because I am using it in the new [...]]]></description>
		<wfw:commentRss>http://blueberryware.net/2008/11/10/determining-if-a-background-image-has-loaded/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Spam Protection</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection</link>
		<comments>http://blueberryware.net/2008/09/14/email-spam-protection#comments</comments>
		<pubDate>Sun, 14 Sep 2008 19:06:44 +0000</pubDate>
		<dc:creator>Adam Hunter</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://blueberryware.net/?p=120</guid>
		<description><![CDATA[The email spam protection will convert the shortcode [ escapeemail email="email@address.com" ] to 
&#60;script type="text/javascript"&#62;
eval(unescape('%64%6f%63%75%6d%65%6e%74%
2e%77%72%69%74%65%28%27%3c%61%20%68%
72%65%66%3d%22%6d%61%69%6c%74%6f%3a%
65%6d%61%69%6c%40%61%64%64%72%65%73
%73%2e%63%6f%6d%22%3e%65%6d%61%69%6c
%20%61%74%20%61%64%64%72%65%73%73%
20%64%6f%74%20%63%6f%6d%3c%2f%61%3e%27%29'))
&#60;/script&#62;
which writes email at address dot com into your post.
Based on the email obfuscation found at http://twitter.com/help/contact
You can download this plugin here.
If you don&#8217;t want the plugin (or don&#8217;t have WordPress) you can generate the code for yourself: Email Spam Protection
]]></description>
		<wfw:commentRss>http://blueberryware.net/2008/09/14/email-spam-protection/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
