<?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>hackertoys.com</title>
	<atom:link href="http://hackertoys.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackertoys.com</link>
	<description></description>
	<lastBuildDate>Tue, 18 May 2010 01:53:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Private API iPhone button creation</title>
		<link>http://hackertoys.com/2010/05/17/private-api-iphone-button-creation/</link>
		<comments>http://hackertoys.com/2010/05/17/private-api-iphone-button-creation/#comments</comments>
		<pubDate>Tue, 18 May 2010 01:53:21 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://hackertoys.com/?p=114</guid>
		<description><![CDATA[This is cool. Use the private API UIGlassButton in the iPhone simulator to create button images. Then import the images in your project and leave the private API call out.]]></description>
		<wfw:commentRss>http://hackertoys.com/2010/05/17/private-api-iphone-button-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Used iPhones are still worth big money!</title>
		<link>http://hackertoys.com/2008/12/29/used-iphones-are-still-worth-big-money/</link>
		<comments>http://hackertoys.com/2008/12/29/used-iphones-are-still-worth-big-money/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 23:06:31 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://hackertoys.com/?p=110</guid>
		<description><![CDATA[A month or so ago I finally broke down and upgraded our iPhones to 3G, and sold our old ones on Ebay. It worked out well. Bought &#8211; 2 16gb iPhone 3Gs, $300 each + tax &#038; misc AT&#038;T fees. &#8230; <a href="http://hackertoys.com/2008/12/29/used-iphones-are-still-worth-big-money/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://hackertoys.com/2008/12/29/used-iphones-are-still-worth-big-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use NSUserDefaults to persist data between app runs</title>
		<link>http://hackertoys.com/2008/11/30/use-nsuserdefaults-to-persist-data-between-app-runs/</link>
		<comments>http://hackertoys.com/2008/11/30/use-nsuserdefaults-to-persist-data-between-app-runs/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 21:16:47 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[obj-c]]></category>

		<guid isPermaLink="false">http://hackertoys.com/?p=108</guid>
		<description><![CDATA[On the iPhone you generally want your application to start looking like it did when it was last run to give the user the impression your app is ready to pick up where it left off. NSUserDefaults provides an easy &#8230; <a href="http://hackertoys.com/2008/11/30/use-nsuserdefaults-to-persist-data-between-app-runs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://hackertoys.com/2008/11/30/use-nsuserdefaults-to-persist-data-between-app-runs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSNotificationCenter</title>
		<link>http://hackertoys.com/2008/10/01/nsnotificationcenter/</link>
		<comments>http://hackertoys.com/2008/10/01/nsnotificationcenter/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 00:37:25 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[obj-c]]></category>

		<guid isPermaLink="false">http://hackertoys.com/?p=96</guid>
		<description><![CDATA[I just learned about NSNotificationCenter. Any class in a program can send a notification message to the notification center, and all classes can listen to the center and respond to messages that apply to it. It’s kind of like a &#8230; <a href="http://hackertoys.com/2008/10/01/nsnotificationcenter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://hackertoys.com/2008/10/01/nsnotificationcenter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding a code beautifier script to Xcode</title>
		<link>http://hackertoys.com/2008/09/18/adding-a-code-beautifier-script-to-xcode/</link>
		<comments>http://hackertoys.com/2008/09/18/adding-a-code-beautifier-script-to-xcode/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 03:36:57 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[obj-c]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://hackertoys.com/?p=56</guid>
		<description><![CDATA[Xcode&#8217;s re-indent command is pretty weak compared to the code reformatting built into other IDEs. It fixes the indentation at the beginning on each line, which makes a huge difference in code readability, but I don&#8217;t think it does anything &#8230; <a href="http://hackertoys.com/2008/09/18/adding-a-code-beautifier-script-to-xcode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://hackertoys.com/2008/09/18/adding-a-code-beautifier-script-to-xcode/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Activating iPhones. Two iPhones &#8211; one family plan</title>
		<link>http://hackertoys.com/2008/02/04/activating-iphones-two-iphones-one-family-plan/</link>
		<comments>http://hackertoys.com/2008/02/04/activating-iphones-two-iphones-one-family-plan/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 20:57:55 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://hackertoys.com/2008/02/04/activating-iphones-two-iphones-one-family-plan/</guid>
		<description><![CDATA[Over the weekend my wife and I upgraded our cell phones. We&#8217;ve had a family plan with T-Mobile for several years and had been fairly happy with it. Especially the price, both of our phones combined only cost us about &#8230; <a href="http://hackertoys.com/2008/02/04/activating-iphones-two-iphones-one-family-plan/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://hackertoys.com/2008/02/04/activating-iphones-two-iphones-one-family-plan/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>AK Octane chair</title>
		<link>http://hackertoys.com/2007/09/10/ak-octane-chair/</link>
		<comments>http://hackertoys.com/2007/09/10/ak-octane-chair/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 18:27:39 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hackertoys.com/2007/09/10/ak-octane-chair/</guid>
		<description><![CDATA[Last week I purchased my latest cheap office chair. Itâ€™s an AK Designs Octane chair purchased from Best Buy. My experience is that any of the sub-$200 chairs purchased from retail stores will last about two years before the mechanism &#8230; <a href="http://hackertoys.com/2007/09/10/ak-octane-chair/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://hackertoys.com/2007/09/10/ak-octane-chair/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Trying Windows Vista</title>
		<link>http://hackertoys.com/2007/04/11/trying-windows-vista/</link>
		<comments>http://hackertoys.com/2007/04/11/trying-windows-vista/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 13:38:56 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hackertoys.com/2007/04/11/trying-windows-vista/</guid>
		<description><![CDATA[Over the weekend I decided to test Windows Vista on my old PC. The install and hardware support were better than I expected considering the several articles Iâ€™ve seen and the coworker who assured me that my nVidia nForce2 motherboard &#8230; <a href="http://hackertoys.com/2007/04/11/trying-windows-vista/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://hackertoys.com/2007/04/11/trying-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Mac in the house</title>
		<link>http://hackertoys.com/2007/02/19/new-mac-in-the-house/</link>
		<comments>http://hackertoys.com/2007/02/19/new-mac-in-the-house/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 19:22:02 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://hackertoys.com/2007/02/19/new-mac-in-the-house/</guid>
		<description><![CDATA[Yesterday we stopped at CompUSA to look for a new MP3 player for my wife. We are going on a trip in a few weeks and she wanted something cheap to listen to on the flight, and we were thinking &#8230; <a href="http://hackertoys.com/2007/02/19/new-mac-in-the-house/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://hackertoys.com/2007/02/19/new-mac-in-the-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac switcher tip &#8211; Two for one special</title>
		<link>http://hackertoys.com/2007/02/01/mac-switcher-tip-two-for-one-special/</link>
		<comments>http://hackertoys.com/2007/02/01/mac-switcher-tip-two-for-one-special/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 00:56:49 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://hackertoys.com/2007/02/01/mac-switcher-tip-two-for-one-special/</guid>
		<description><![CDATA[Apple should produce a nice ergonomic keyboard. Since they donâ€™t, Iâ€™ve resorted to using a Microsoft wireless natural keyboard and mouse. Microsoft has Mac drivers that add a new control panel to the system preferences, and other than my needing &#8230; <a href="http://hackertoys.com/2007/02/01/mac-switcher-tip-two-for-one-special/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://hackertoys.com/2007/02/01/mac-switcher-tip-two-for-one-special/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
