<?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>Thought Patterns &#187; JavaScript</title>
	<atom:link href="http://www.cameroncooke.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cameroncooke.com</link>
	<description>Cameron’s thoughts on everything and nothing.</description>
	<lastBuildDate>Wed, 21 Dec 2011 13:33:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>CurvyCorners 2.0.4 Released!</title>
		<link>http://www.cameroncooke.com/2009/07/24/curvycorners-2-0-4-released/</link>
		<comments>http://www.cameroncooke.com/2009/07/24/curvycorners-2-0-4-released/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 20:06:38 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CurvyCorners]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Rounded Corners]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=60</guid>
		<description><![CDATA[I have just released version 2.0.4 of CurvyCorners. The JavaScript library for adding rounded edges to your HTML boxes. This new version brings a whole host of bug fixes and compatibility improvements with 3rd party libraries. To use just include &#8230; <a href="http://www.cameroncooke.com/2009/07/24/curvycorners-2-0-4-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2009/07/24/curvycorners-2-0-4-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Getting Prototype.js and For&#8230;in statements to play</title>
		<link>http://www.cameroncooke.com/2009/01/25/getting-prototypejs-and-forin-statements-to-play/</link>
		<comments>http://www.cameroncooke.com/2009/01/25/getting-prototypejs-and-forin-statements-to-play/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 13:06:52 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Prototype.js]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=15</guid>
		<description><![CDATA[I recently ran into a problem while trying to add the prototype.js library to one of my existing projects. It turned out the issue was to do with for&#8230;in loops and Prototype.js extending the native objects with new properties. Now &#8230; <a href="http://www.cameroncooke.com/2009/01/25/getting-prototypejs-and-forin-statements-to-play/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2009/01/25/getting-prototypejs-and-forin-statements-to-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Text Selection using JavaScript</title>
		<link>http://www.cameroncooke.com/2007/10/22/disable-text-selection-using-javascript/</link>
		<comments>http://www.cameroncooke.com/2007/10/22/disable-text-selection-using-javascript/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 16:24:27 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=85</guid>
		<description><![CDATA[I’m currently developing a CMS (Content Management System) at work and needed a way to disable text selection on certain elements. I was aware of the Mozilla proprietary css property ‘-moz-user-select’ which takes the value ‘none’ to disable text but this &#8230; <a href="http://www.cameroncooke.com/2007/10/22/disable-text-selection-using-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/22/disable-text-selection-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emulate PHP’s $_GET in JavaScript</title>
		<link>http://www.cameroncooke.com/2007/10/10/emulate-php%e2%80%99s-_get-in-javascript/</link>
		<comments>http://www.cameroncooke.com/2007/10/10/emulate-php%e2%80%99s-_get-in-javascript/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 16:15:29 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=80</guid>
		<description><![CDATA[I’m currently developing a JavaScript picture gallery widget / web service and needed a way to access GET parameters that I’ve passed via one page to another. This is simple in PHP as you can just access the $_GET super &#8230; <a href="http://www.cameroncooke.com/2007/10/10/emulate-php%e2%80%99s-_get-in-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/10/emulate-php%e2%80%99s-_get-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

