<?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>Jon Reed: blog &#187; JavaScript</title>
	<atom:link href="http://www.jon-reed.co.uk/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jon-reed.co.uk</link>
	<description>The ramblings of a Web Developer</description>
	<lastBuildDate>Fri, 02 Jul 2010 11:11:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Track Web Visitors, Using Cross Browser Cookies, That Won’t Be Deleted</title>
		<link>http://www.jon-reed.co.uk/2010/06/28/track-web-visitors-using-cross-browser-cookies-that-won%e2%80%99t-be-deleted/</link>
		<comments>http://www.jon-reed.co.uk/2010/06/28/track-web-visitors-using-cross-browser-cookies-that-won%e2%80%99t-be-deleted/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:10:02 +0000</pubDate>
		<dc:creator>Jon Reed</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.jon-reed.co.uk/?p=173</guid>
		<description><![CDATA[OK, so the headline is a bit of an over statement, but for the vast majority of users on the net, this will be the case.
The theory is simple &#8211; use flash cookies for user tracking (in addition to normal cookies).

Flash cookies are not controlled by the browser

They cannot be deleted by the browser
The only [...]]]></description>
		<wfw:commentRss>http://www.jon-reed.co.uk/2010/06/28/track-web-visitors-using-cross-browser-cookies-that-won%e2%80%99t-be-deleted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JavaScript Loading &amp; Page Performance</title>
		<link>http://www.jon-reed.co.uk/2010/05/31/javascript-loading-page-performance/</link>
		<comments>http://www.jon-reed.co.uk/2010/05/31/javascript-loading-page-performance/#comments</comments>
		<pubDate>Mon, 31 May 2010 20:52:52 +0000</pubDate>
		<dc:creator>Jon Reed</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.jon-reed.co.uk/?p=157</guid>
		<description><![CDATA[Just another very quick blog post, this time about loading JavaScript files in web pages, and just a few quick tips, and gotcha&#8217;s about it.
This is by no means a definitive list, but if you can do most of these things, then you&#8217;re certainly on the right track!

Do not put &#8216;document.write&#8217; into JS, the browser [...]]]></description>
		<wfw:commentRss>http://www.jon-reed.co.uk/2010/05/31/javascript-loading-page-performance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJACSS</title>
		<link>http://www.jon-reed.co.uk/2009/10/08/ajacss/</link>
		<comments>http://www.jon-reed.co.uk/2009/10/08/ajacss/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 22:33:13 +0000</pubDate>
		<dc:creator>Jon Reed</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.jon-reed.co.uk/?p=55</guid>
		<description><![CDATA[This is just a very quick post to talk about AJACSS &#8211; a bit of a hack, but a nice way to be able to cross-site AJAX.
Here&#8217;s how to do it
&#8220;Like JavaScript includes, this works because CSS is not subject to the same-origin policy that affects XMLHttpRequest. CSSHttpRequest functions similarly to JSONP, and is limited [...]]]></description>
		<wfw:commentRss>http://www.jon-reed.co.uk/2009/10/08/ajacss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
