<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>iamcam</title>
	<atom:link href="http://iamcam.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamcam.wordpress.com</link>
	<description>Cameron Perry's web development blog</description>
	<lastBuildDate>Wed, 04 Nov 2009 23:55:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='iamcam.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b21d5ebf8eab7e199d57065a77d18bb1?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>iamcam</title>
		<link>http://iamcam.wordpress.com</link>
	</image>
			<item>
		<title>Using Pinch Media Analytics in PhoneGap</title>
		<link>http://iamcam.wordpress.com/2009/11/04/using-pinch-media-analytics-in-phonegap/</link>
		<comments>http://iamcam.wordpress.com/2009/11/04/using-pinch-media-analytics-in-phonegap/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 23:54:58 +0000</pubDate>
		<dc:creator>Cameron Perry</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[PhoneGap]]></category>
		<category><![CDATA[Pinch Media]]></category>
		<category><![CDATA[analytics]]></category>

		<guid isPermaLink="false">http://iamcam.wordpress.com/?p=159</guid>
		<description><![CDATA[Getting close to finishing up an app for a client in the coming weeks, my business partner and I decided it would be a good idea to include some analytics code so we could track how people are using our application. We ended up using Pinch Media&#8217;s Analytics to do our tracking. It came down [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamcam.wordpress.com&blog=40512&post=159&subd=iamcam&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://iamcam.wordpress.com/2009/11/04/using-pinch-media-analytics-in-phonegap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f70334a8d2b026223f965453e714da3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iamcam</media:title>
		</media:content>
	</item>
		<item>
		<title>PhoneGap Up To Speed</title>
		<link>http://iamcam.wordpress.com/2009/10/29/phonegap-up-to-speed/</link>
		<comments>http://iamcam.wordpress.com/2009/10/29/phonegap-up-to-speed/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:25:01 +0000</pubDate>
		<dc:creator>Cameron Perry</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jQTouch]]></category>
		<category><![CDATA[PhoneGap]]></category>

		<guid isPermaLink="false">http://iamcam.wordpress.com/?p=156</guid>
		<description><![CDATA[I recently ran across some major performance problems with a jQTouch app running in PhoneGap. Some of the symptoms included long pauses on touch events, non-responsiveness, and laggy transitions.
Brian LeRoux (Nitobi/PhoneGap), Jesse McFayden (Nitobi/PhoneGap), and David Kaneda (jQTouch) were the stars looking into this issue. Ends up Jesse found where the Accelerometer was taking a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamcam.wordpress.com&blog=40512&post=156&subd=iamcam&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://iamcam.wordpress.com/2009/10/29/phonegap-up-to-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f70334a8d2b026223f965453e714da3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iamcam</media:title>
		</media:content>
	</item>
		<item>
		<title>ReadOnly Form Elements</title>
		<link>http://iamcam.wordpress.com/2009/04/23/readonly-form-elements/</link>
		<comments>http://iamcam.wordpress.com/2009/04/23/readonly-form-elements/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 21:30:27 +0000</pubDate>
		<dc:creator>Cameron Perry</dc:creator>
				<category><![CDATA[Design and Usability]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://iamcam.wordpress.com/?p=149</guid>
		<description><![CDATA[Here&#8217;s a quick note for the frustrated:
When setting the readonly parameter on a form element via javascript, make sure you use a capital &#8220;O&#8221; as follows:
elem = document.getElementById('myInputElement');
elem.readOnly = true;

Why it took me so long to find that out, I have no idea why. Most forums threads by others seem to think the disabled parameter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamcam.wordpress.com&blog=40512&post=149&subd=iamcam&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://iamcam.wordpress.com/2009/04/23/readonly-form-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f70334a8d2b026223f965453e714da3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iamcam</media:title>
		</media:content>
	</item>
		<item>
		<title>Backups to Amazon S3 the Easy Way</title>
		<link>http://iamcam.wordpress.com/2009/03/31/backups-to-amazon-s3-the-easy-way/</link>
		<comments>http://iamcam.wordpress.com/2009/03/31/backups-to-amazon-s3-the-easy-way/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:53:55 +0000</pubDate>
		<dc:creator>Cameron Perry</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[sysAdmin]]></category>

		<guid isPermaLink="false">http://iamcam.wordpress.com/2009/03/31/backups-to-amazon-s3-the-easy-way/</guid>
		<description><![CDATA[I was looking for a simple solution to backup my newly constructed server to an off-site location in case something were to happen. I don&#8217;t mean I lost a file&#8230; more like catastrophic hardware failure, fire, water damage, physical damage, and even theft!. Local backups really are best, and I don&#8217;t plan on abandoning them [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamcam.wordpress.com&blog=40512&post=145&subd=iamcam&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://iamcam.wordpress.com/2009/03/31/backups-to-amazon-s3-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f70334a8d2b026223f965453e714da3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iamcam</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding the Fedora Install DVD to Your Yum Repo List</title>
		<link>http://iamcam.wordpress.com/2009/03/25/adding-the-fedora-install-dvd-to-your-yum-repo-list/</link>
		<comments>http://iamcam.wordpress.com/2009/03/25/adding-the-fedora-install-dvd-to-your-yum-repo-list/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 17:43:24 +0000</pubDate>
		<dc:creator>Cameron Perry</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[sysAdmin]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://iamcam.wordpress.com/?p=143</guid>
		<description><![CDATA[I recently performed a major upgrade on my file server this week. It was a lot harder than it should have been, but that&#8217;s only because my Linux Foo can only go this far. Two to three re-installs later on the new hardware it was getting old, so I told the Fedora installer to just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamcam.wordpress.com&blog=40512&post=143&subd=iamcam&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://iamcam.wordpress.com/2009/03/25/adding-the-fedora-install-dvd-to-your-yum-repo-list/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f70334a8d2b026223f965453e714da3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iamcam</media:title>
		</media:content>
	</item>
		<item>
		<title>Nasty WordPress Worms</title>
		<link>http://iamcam.wordpress.com/2009/03/17/nasty-wordpress-worms/</link>
		<comments>http://iamcam.wordpress.com/2009/03/17/nasty-wordpress-worms/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:16:27 +0000</pubDate>
		<dc:creator>Cameron Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[sysAdmin]]></category>

		<guid isPermaLink="false">http://iamcam.wordpress.com/?p=139</guid>
		<description><![CDATA[I just ran across a nasty worm in one of my WordPress blogs (not the most current install). Not only did it overwrite a ton of files, inserting spam links and malware into the pages, but it was sneaky enough to go into my wp-admin/.svn/prop-base/ directory and re-write those files as well. It&#8217;s fairly ingenious [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamcam.wordpress.com&blog=40512&post=139&subd=iamcam&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://iamcam.wordpress.com/2009/03/17/nasty-wordpress-worms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f70334a8d2b026223f965453e714da3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iamcam</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixing a Broken TimeMachine Backup</title>
		<link>http://iamcam.wordpress.com/2009/01/30/fixing-a-broken-timemachine-backup/</link>
		<comments>http://iamcam.wordpress.com/2009/01/30/fixing-a-broken-timemachine-backup/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 22:52:01 +0000</pubDate>
		<dc:creator>Cameron Perry</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[sysAdmin]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://iamcam.wordpress.com/2009/01/30/fixing-a-broken-timemachine-backup/</guid>
		<description><![CDATA[I had the unfortunate event of having to send my MacBook Pro into Apple for some repairs. The machine came back working fine, however there was something odd going on with TimeMachine &#8211; it wanted to do a full backup of my disk. Odd, considering I keep it plugged-in all the time when I&#8217;m at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamcam.wordpress.com&blog=40512&post=134&subd=iamcam&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://iamcam.wordpress.com/2009/01/30/fixing-a-broken-timemachine-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f70334a8d2b026223f965453e714da3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iamcam</media:title>
		</media:content>
	</item>
		<item>
		<title>Update your WordPress.com RSS links!</title>
		<link>http://iamcam.wordpress.com/2008/11/03/update-your-wordpresscom-rss-links/</link>
		<comments>http://iamcam.wordpress.com/2008/11/03/update-your-wordpresscom-rss-links/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 20:50:29 +0000</pubDate>
		<dc:creator>Cameron Perry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iamcam.wordpress.com/?p=132</guid>
		<description><![CDATA[I just noticed that the live feed from this blog to my brochure site at mistercameron.com was broken. The code I wrote to parse the rss data was throwing an error because the link to http://iamcam.wordpress.com/feed no longer resolved. Huh. The folks at WordPress must have changed something in their .htaccess file recently because adding [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamcam.wordpress.com&blog=40512&post=132&subd=iamcam&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://iamcam.wordpress.com/2008/11/03/update-your-wordpresscom-rss-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f70334a8d2b026223f965453e714da3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iamcam</media:title>
		</media:content>
	</item>
		<item>
		<title>CakePHP: Storing Configs in your DB</title>
		<link>http://iamcam.wordpress.com/2008/10/14/cakephp-storing-configs-in-your-db/</link>
		<comments>http://iamcam.wordpress.com/2008/10/14/cakephp-storing-configs-in-your-db/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 16:50:21 +0000</pubDate>
		<dc:creator>Cameron Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[configuration]]></category>

		<guid isPermaLink="false">http://iamcam.wordpress.com/?p=127</guid>
		<description><![CDATA[There are many situations in web apps where site-wide configurations need to be accessible to users through admin interfaces, rather than configuration files residing on the server. It is a practical method of storing configuration values that may need changing from time to time, but without access to the core configuration file.
UPDATE (2008-10-22): This article [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamcam.wordpress.com&blog=40512&post=127&subd=iamcam&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://iamcam.wordpress.com/2008/10/14/cakephp-storing-configs-in-your-db/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f70334a8d2b026223f965453e714da3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iamcam</media:title>
		</media:content>
	</item>
		<item>
		<title>CakePHP Access Control Alphabet Soup</title>
		<link>http://iamcam.wordpress.com/2008/09/30/cakephp-access-control-alphabet-soup/</link>
		<comments>http://iamcam.wordpress.com/2008/09/30/cakephp-access-control-alphabet-soup/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 23:34:19 +0000</pubDate>
		<dc:creator>Cameron Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews and Discussions]]></category>
		<category><![CDATA[Acl]]></category>
		<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://iamcam.wordpress.com/?p=125</guid>
		<description><![CDATA[Reading through a few of my most recent posts, you&#8217;ll quickly learn that I&#8217;m learning CakePHP as my PHP framework of choice. So far, so good. Actually, it&#8217;s pretty good, but that is not without some questions I&#8217;ve had along the way. I&#8217;m probably getting stuck more than I should on best practice coding, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iamcam.wordpress.com&blog=40512&post=125&subd=iamcam&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://iamcam.wordpress.com/2008/09/30/cakephp-access-control-alphabet-soup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f70334a8d2b026223f965453e714da3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iamcam</media:title>
		</media:content>
	</item>
	</channel>
</rss>