<?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"
	>

<channel>
	<title>isnoop.net blog</title>
	<atom:link href="http://isnoop.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://isnoop.net/blog</link>
	<description>It's a Doozy!</description>
	<pubDate>Tue, 22 Apr 2008 09:10:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>How Green Is My Thumb?</title>
		<link>http://isnoop.net/blog/2008/04/22/how-green-is-my-thumb/</link>
		<comments>http://isnoop.net/blog/2008/04/22/how-green-is-my-thumb/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 09:10:59 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Hobbies]]></category>

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

		<category><![CDATA[Made by isnoop]]></category>

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

		<category><![CDATA[Related sites]]></category>

		<category><![CDATA[The Emerald City]]></category>

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

		<guid isPermaLink="false">http://isnoop.net/blog/?p=179</guid>
		<description><![CDATA[This is the first growing season in our new house.  We have quite a bit of gardening space, so my wife and I will be attempting to fill that space with beautiful and edible plants.
In an attempt to keep this information handy for my own reference, I have decided to start a journal.  [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2008/04/22/how-green-is-my-thumb/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Developer Program: The Gift of the iMagi</title>
		<link>http://isnoop.net/blog/2008/03/24/iphone-developer-program-the-gift-of-the-imagi/</link>
		<comments>http://isnoop.net/blog/2008/03/24/iphone-developer-program-the-gift-of-the-imagi/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 21:57:48 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

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

		<guid isPermaLink="false">http://isnoop.net/blog/2008/03/24/iphone-developer-program-the-gift-of-the-imagi/</guid>
		<description><![CDATA[This morning, I completed the final step to activate my iPhone Developer Program membership.  The last news I heard about this program indicated that it was (I assume it continues to be) a fairly exclusive program and they are only allowing small numbers of people to join at this time.]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2008/03/24/iphone-developer-program-the-gift-of-the-imagi/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Users on T-Mobile: 6.2%</title>
		<link>http://isnoop.net/blog/2007/11/29/iphone-users-on-t-mobile-62/</link>
		<comments>http://isnoop.net/blog/2007/11/29/iphone-users-on-t-mobile-62/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 02:10:33 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

		<guid isPermaLink="false">http://isnoop.net/blog/2007/11/29/iphone-users-on-t-mobile-62/</guid>
		<description><![CDATA[Over the past several weeks, I have gathered nearly 10,000 hits from iPhone users.  After sifting through this data, I have found some interesting results:
Only about 28% of my iPhone traffic is from EDGE.  Of the EDGE users, 6.2% of them are using T-Mobile.
Here is the breakdown of the top 10 iPhone hosts, [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/11/29/iphone-users-on-t-mobile-62/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MacSaber Goes Open Source</title>
		<link>http://isnoop.net/blog/2007/09/15/macsaber-goes-open-source/</link>
		<comments>http://isnoop.net/blog/2007/09/15/macsaber-goes-open-source/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 08:08:14 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

		<category><![CDATA[Made by isnoop]]></category>

		<guid isPermaLink="false">http://isnoop.net/blog/2007/09/15/macsaber-goes-open-source/</guid>
		<description><![CDATA[Check out the Google Code Project.
Available soon: WiiSaber source as well as several of my most popular PHP utilities.
]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/09/15/macsaber-goes-open-source/feed/</wfw:commentRss>
		</item>
		<item>
		<title>On Omitting Protocols From HTTP/HTTPS URLs</title>
		<link>http://isnoop.net/blog/2007/09/14/on-omitting-protocols-from-httphttps-urls/</link>
		<comments>http://isnoop.net/blog/2007/09/14/on-omitting-protocols-from-httphttps-urls/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 20:54:47 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://isnoop.net/blog/2007/09/14/on-omitting-protocols-from-httphttps-urls/</guid>
		<description><![CDATA[Many websites offer the flexibility to display the same page via both SSL and HTTP.  The major problem with offering this is the possibility that embedded content will not be served via the same protocol; many browsers will throw an error if an SSL page embeds HTTP images.
However, there is a simple and W3C [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/09/14/on-omitting-protocols-from-httphttps-urls/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iSaber != isnoop</title>
		<link>http://isnoop.net/blog/2007/09/11/isaber-isnoop/</link>
		<comments>http://isnoop.net/blog/2007/09/11/isaber-isnoop/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 03:00:23 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://isnoop.net/blog/2007/09/11/isaber-isnoop/</guid>
		<description><![CDATA[Thanks to everyone who supported the iPhone fund.  I picked one up this morning and started pushing my macSaber code into the new form factor.  As it turns out, however, I&#8217;ve been beaten to the punch by not one but two busy little coding bees.  The first released app, iSaber is a [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/09/11/isaber-isnoop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhoneSaber?</title>
		<link>http://isnoop.net/blog/2007/09/10/iphonesaber/</link>
		<comments>http://isnoop.net/blog/2007/09/10/iphonesaber/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 01:47:57 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Made by isnoop]]></category>

		<guid isPermaLink="false">http://isnoop.net/blog/2007/09/10/iphonesaber/</guid>
		<description><![CDATA[Due to the popularity of MacSaber and WiiSaber, I have received several requests to write iPhoneSaber.  Now that the accelerometer has been unlocked, this has become a distinct possibilty.
There&#8217;s just one problem.  I don&#8217;t have an iPhone.
To be honest, I just bought a house and my finance manager (wife) won&#8217;t allow the purchase. [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/09/10/iphonesaber/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Letter to an Aspiring PHP Programmer</title>
		<link>http://isnoop.net/blog/2007/08/06/a-letter-to-an-aspiring-php-programmer/</link>
		<comments>http://isnoop.net/blog/2007/08/06/a-letter-to-an-aspiring-php-programmer/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 20:47:41 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Opinion]]></category>

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

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

		<guid isPermaLink="false">http://isnoop.net/blog/2007/08/06/a-letter-to-an-aspiring-php-programmer/</guid>
		<description><![CDATA[Below is an email I got through Zend&#8217;s certified engineer website.  The questions posed by the writer below are not uncommon, so I have posted his letter and my response for general consumption.
Hi,
I am an aspiring PHP programmer. I need some advice from the right people like you before taking a plunge into PHP. [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/08/06/a-letter-to-an-aspiring-php-programmer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Be a Good Mac Laptop Guest</title>
		<link>http://isnoop.net/blog/2007/06/22/be-a-good-mac-laptop-guest/</link>
		<comments>http://isnoop.net/blog/2007/06/22/be-a-good-mac-laptop-guest/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 10:18:17 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://isnoop.net/blog/2007/06/22/be-a-good-mac-laptop-guest/</guid>
		<description><![CDATA[I frequently use my wife&#8217;s Macbook because it always seems to be handy when my own laptop is in the other room.  I gave myself a user account on the machine, but she started complaining that I&#8217;d often forget to switch back to her user account when I was done.
Being a lazy git, I [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/06/22/be-a-good-mac-laptop-guest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>House: Check!</title>
		<link>http://isnoop.net/blog/2007/06/18/house-check/</link>
		<comments>http://isnoop.net/blog/2007/06/18/house-check/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 06:18:31 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[House]]></category>

		<guid isPermaLink="false">http://isnoop.net/blog/2007/06/18/house-check/</guid>
		<description><![CDATA[My wife and I have just sealed the deal on our first house!  It&#8217;s a very nice little three-bed two-story semi-fixer in northern Seattle.  We&#8217;ve already generated a two page remodeling project list that we sure hope gets done in a reasonable time frame.  Thanks to the magic of Google Sketchup, I [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/06/18/house-check/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello Again, Zend Certified Engineer!</title>
		<link>http://isnoop.net/blog/2007/06/12/hello-again-zend-certified-engineer/</link>
		<comments>http://isnoop.net/blog/2007/06/12/hello-again-zend-certified-engineer/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 21:32:44 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

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

		<guid isPermaLink="false">http://isnoop.net/blog/2007/06/12/hello-again-zend-certified-engineer/</guid>
		<description><![CDATA[Last year, I tested and passed the Zend PHP 4 certification.  Once again, I have overcome great adversity and climbed the highest figurative mountains in order to qualify and quantify my bountiful PHP skills.
Ladies and gentlemen, I would like to announce my acceptance of Zend Certified Engineer: PHP 5.
Tune in this time next year [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/06/12/hello-again-zend-certified-engineer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Science of Luck</title>
		<link>http://isnoop.net/blog/2007/06/02/the-science-of-luck/</link>
		<comments>http://isnoop.net/blog/2007/06/02/the-science-of-luck/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 19:06:50 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Misc]]></category>

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

		<category><![CDATA[Site Features]]></category>

		<guid isPermaLink="false">http://isnoop.net/blog/2007/06/02/the-science-of-luck/</guid>
		<description><![CDATA[I&#8217;ve heard a lot of people claim not to believe in luck.  Allow me to demonstrate that this belief, while psychologically satisfying to some, is tantamount to disbelief in Pi or milkshakes.
Luck is not some sort of ethereal faith-based system of wish-granting priority.  Luck is the result of a simple calculation and luckiness [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/06/02/the-science-of-luck/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Joost Invite Spooler</title>
		<link>http://isnoop.net/blog/2007/05/13/joost-invite-spooler/</link>
		<comments>http://isnoop.net/blog/2007/05/13/joost-invite-spooler/#comments</comments>
		<pubDate>Sun, 13 May 2007 17:42:57 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Made by isnoop]]></category>

		<category><![CDATA[Sites of Interest]]></category>

		<guid isPermaLink="false">http://isnoop.net/blog/2007/05/13/joost-invite-spooler/</guid>
		<description><![CDATA[From the maker of the Gmail Invite Spooler comes a new service for Joost invites.  He just needs one thing:  A Joost invite.]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/05/13/joost-invite-spooler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Redfin Turns 4.0</title>
		<link>http://isnoop.net/blog/2007/04/27/redfin-turns-40/</link>
		<comments>http://isnoop.net/blog/2007/04/27/redfin-turns-40/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 20:45:12 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Sites of Interest]]></category>

		<category><![CDATA[The Emerald City]]></category>

		<guid isPermaLink="false">http://isnoop.net/blog/2007/04/27/redfin-turns-40/</guid>
		<description><![CDATA[Congratulations to Redfin on their big 4.0 release yesterday.  They have updated their look, added a new logo, made the maps expand with your screen size, and added several other new features that housing shoppers will enjoy.
Best of all, they spent plenty of time in QA to make sure there were no big bugs [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/04/27/redfin-turns-40/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lessons Learned House Hunting in Seattle</title>
		<link>http://isnoop.net/blog/2007/04/16/lessons-learned-house-hunting-in-seattle/</link>
		<comments>http://isnoop.net/blog/2007/04/16/lessons-learned-house-hunting-in-seattle/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 04:25:08 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Finance]]></category>

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

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

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

		<category><![CDATA[The Emerald City]]></category>

		<guid isPermaLink="false">http://isnoop.net/blog/2007/04/16/lessons-learned-house-hunting-in-seattle/</guid>
		<description><![CDATA[
Right now is a tedious time to be trading Seattle real estate.  While the nation at large is experiencing a deflation in housing values, the Seattle market is stubbornly fluctuating between plateau and boom days.  
A large number of properties are going unsold for 90+ days [zillow.com] while others are subject to irrational [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/04/16/lessons-learned-house-hunting-in-seattle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drobo &#8220;Storage Robot&#8221; vs ReadyNas NV+</title>
		<link>http://isnoop.net/blog/2007/04/11/drobo-storage-robot-vs-readynas-nv/</link>
		<comments>http://isnoop.net/blog/2007/04/11/drobo-storage-robot-vs-readynas-nv/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 20:44:48 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

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

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

		<guid isPermaLink="false">http://isnoop.net/blog/2007/04/11/drobo-storage-robot-vs-readynas-nv/</guid>
		<description><![CDATA[The new Data Robotics Drobo is a very tempting new offering to the expandable storage market; a segment appealing both to home users and small business.  
For $699, this desktop redundant storage box offers four hot-swappable SATA drive slots that are automatically managed by the device.  Simply plug it into your computer&#8217;s USB [...]]]></description>
		<wfw:commentRss>http://isnoop.net/blog/2007/04/11/drobo-storage-robot-vs-readynas-nv/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
