<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Thought Patterns</title>
	<link>http://www.cameroncooke.com</link>
	<description>Cameron's thoughts on Technology, Software and Web Development</description>
	<pubDate>Thu, 07 Feb 2008 22:11:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>WebKit gets native getElementsByClassName</title>
		<link>http://www.cameroncooke.com/2008/02/07/webkit-gets-native-getelementsbyclassname/</link>
		<comments>http://www.cameroncooke.com/2008/02/07/webkit-gets-native-getelementsbyclassname/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 22:11:23 +0000</pubDate>
		<dc:creator>Camsoft</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[getElementsByClassName]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Safari]]></category>

		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/2008/02/07/webkit-gets-native-getelementsbyclassname/</guid>
		<description><![CDATA[WebKit is to include the getElementsByClassName function nativly which is now part of the HTML 5 specification.According to the WebKit blog the native function is blindingly fast. In fact according to WebKits own benchmarks testing the native function against prototype.js&#8217;s shows that the native version is 8000% faster. 
 ]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2008/02/07/webkit-gets-native-getelementsbyclassname/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create Apple style image reflections</title>
		<link>http://www.cameroncooke.com/2007/12/18/create-apple-style-image-reflections/</link>
		<comments>http://www.cameroncooke.com/2007/12/18/create-apple-style-image-reflections/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 09:07:26 +0000</pubDate>
		<dc:creator>Camsoft</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Images]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Reflection]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=18</guid>
		<description><![CDATA[Found this very cool script today Reflection.js that will create those funky image reflections that you see on the Apple site. Just download and install this JavaScript into the head section of your web page:
&#60;script type="text/JavaScript" src="reflection.js"&#62;&#60;/script&#62; 
To use just add class=&#8221;reflect&#8221; to your image tags:
&#60;img src="myimage.jpg" class=&#8221;reflect&#8221; /&#62; 
 
Try the demo page where you can change the opacity, reflection height, scale, and background colours.
 [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/12/18/create-apple-style-image-reflections/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a Leopard Volumes Stack</title>
		<link>http://www.cameroncooke.com/2007/10/27/creating-a-leopard-volumes-stack/</link>
		<comments>http://www.cameroncooke.com/2007/10/27/creating-a-leopard-volumes-stack/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 10:40:44 +0000</pubDate>
		<dc:creator>Camsoft</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Disks]]></category>

		<category><![CDATA[Finder]]></category>

		<category><![CDATA[Leopard]]></category>

		<category><![CDATA[Stacks]]></category>

		<category><![CDATA[Volumes]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=15</guid>
		<description><![CDATA[After watching Apple&#8217;s Mac OS 10.5 (Leopard) videos on the Apple site I loved the new look desktop. The desktop was free of all icons and looked beautiful. So after receiving my copy of Leopard through the post I quickly installed it and noticed that once installed all the disk icons still appeared on the desktop.It [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/27/creating-a-leopard-volumes-stack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Safari JavaScript image resizing bug</title>
		<link>http://www.cameroncooke.com/2007/10/25/safari-javascript-image-resizing-bug/</link>
		<comments>http://www.cameroncooke.com/2007/10/25/safari-javascript-image-resizing-bug/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 10:35:33 +0000</pubDate>
		<dc:creator>Camsoft</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Bugs]]></category>

		<category><![CDATA[Images]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=14</guid>
		<description><![CDATA[Safari seems to have a bug when it comes to swapping image sources using JavaScript. It seems that when swapping images, Safari will stretch the new image to the dimensions of the previous image.
View Test Page
This is a serious issue if you are building a cross-browser JavaScript image gallery. But there is hope, there are a [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/25/safari-javascript-image-resizing-bug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable Text Selection in JavaScript</title>
		<link>http://www.cameroncooke.com/2007/10/22/disable-text-selection-in-javascript/</link>
		<comments>http://www.cameroncooke.com/2007/10/22/disable-text-selection-in-javascript/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 10:09:50 +0000</pubDate>
		<dc:creator>Camsoft</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Mozilla]]></category>

		<category><![CDATA[Text Selction]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=12</guid>
		<description><![CDATA[I&#8217;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 &#8216;-moz-user-select&#8217; which takes the value &#8216;none&#8217; to disable text but this is hardly a cross-browser solution. I did a quick Google, and found the following [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/22/disable-text-selection-in-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The worst thing about Macs?</title>
		<link>http://www.cameroncooke.com/2007/10/11/the-worst-thing-about-macs/</link>
		<comments>http://www.cameroncooke.com/2007/10/11/the-worst-thing-about-macs/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 08:25:12 +0000</pubDate>
		<dc:creator>Camsoft</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[CoverFlow]]></category>

		<category><![CDATA[iPod]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[OSX]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Zune]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=11</guid>
		<description><![CDATA[I found a very interesting article today at ExtremeTech about what the author thinks is the worst thing about Macs. I have to agree on most of the points in this article, but I don&#8217;t want to spoil it so if you have five minutes go read it yourself.
View Article
 ]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/11/the-worst-thing-about-macs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Emulate PHP&#8217;s $_GET in JavaScript</title>
		<link>http://www.cameroncooke.com/2007/10/10/emulate-phps-_get-in-javascript/</link>
		<comments>http://www.cameroncooke.com/2007/10/10/emulate-phps-_get-in-javascript/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 15:53:04 +0000</pubDate>
		<dc:creator>Camsoft</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[$_GET]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=10</guid>
		<description><![CDATA[I&#8217;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 global array. Well I did a bit of searching on the internet and found a [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/10/emulate-phps-_get-in-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Preview incoming Mail in OS X</title>
		<link>http://www.cameroncooke.com/2007/10/09/preview-incoming-mail-in-os-x/</link>
		<comments>http://www.cameroncooke.com/2007/10/09/preview-incoming-mail-in-os-x/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 13:03:19 +0000</pubDate>
		<dc:creator>Camsoft</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=7</guid>
		<description><![CDATA[I know that my blog posts so far have been very Mac orientated, so not to break with tradition here&#8217;s another Mac related post. A colleague at work who&#8217;s a web/graphic designer gave me a link today to very neat program. This program shows a floating preview of incoming mail so that you can determine [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/09/preview-incoming-mail-in-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing Safari&#8217;s Default Search Engine</title>
		<link>http://www.cameroncooke.com/2007/10/09/changing-safaris-default-search-engine/</link>
		<comments>http://www.cameroncooke.com/2007/10/09/changing-safaris-default-search-engine/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 23:33:34 +0000</pubDate>
		<dc:creator>Camsoft</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Safari]]></category>

		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=6</guid>
		<description><![CDATA[I decided that I needed to change the default search provider in Safari from Google-US to Google-UK. I thought that this would be a five second trip to Safari preferences, how wrong was I.
For some strange unknown reason Apple has decided to hard code the search provider (Google US) into the Safari application itself. I [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/09/changing-safaris-default-search-engine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Run Multiple Versions of Safari</title>
		<link>http://www.cameroncooke.com/2007/10/09/run-multiple-versions-of-safari/</link>
		<comments>http://www.cameroncooke.com/2007/10/09/run-multiple-versions-of-safari/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 23:04:43 +0000</pubDate>
		<dc:creator>Camsoft</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Safari]]></category>

		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=5</guid>
		<description><![CDATA[One of the things that you&#8217;ve been able to do in IE on the PC for years is run multiple versions along side each other on the same machine. But Mac users wanting to do this with Safari have been out of luck, that is until now.
Today I stumbled upon Multi-Safari which claims to work [...]]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2007/10/09/run-multiple-versions-of-safari/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
