<?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>hackertoys.com</title>
	<atom:link href="http://hackertoys.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackertoys.com</link>
	<description></description>
	<pubDate>Tue, 18 May 2010 01:53:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<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>
		</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 - 2 16gb iPhone 3Gs, $300 each + tax &#038; misc AT&#038;T fees.
Sold - 2 8gb first gen iPhones for $330 and $335 - about $20 each for Ebay/Paypal [...]]]></description>
		<wfw:commentRss>http://hackertoys.com/2008/12/29/used-iphones-are-still-worth-big-money/feed/</wfw:commentRss>
		</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 way to store your application&#8217;s settings between runs. Simply create an instance of NSUserDefaults and [...]]]></description>
		<wfw:commentRss>http://hackertoys.com/2008/11/30/use-nsuserdefaults-to-persist-data-between-app-runs/feed/</wfw:commentRss>
		</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 callback, but really not.
This is part of my code for implementing a custom keyboard in [...]]]></description>
		<wfw:commentRss>http://hackertoys.com/2008/10/01/nsnotificationcenter/feed/</wfw:commentRss>
		</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 else. In Eclipse and VS I&#8217;ve gotten used to being fairly lazy about being consistent [...]]]></description>
		<wfw:commentRss>http://hackertoys.com/2008/09/18/adding-a-code-beautifier-script-to-xcode/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Activating iPhones. Two iPhones - 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 $50/month. Lately we&#8217;ve both been having problems with the service, which makes me think T-Mobile is [...]]]></description>
		<wfw:commentRss>http://hackertoys.com/2008/02/04/activating-iphones-two-iphones-one-family-plan/feed/</wfw:commentRss>
		</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 that allows the chair to rock and turn will wear out to the point that [...]]]></description>
		<wfw:commentRss>http://hackertoys.com/2007/09/10/ak-octane-chair/feed/</wfw:commentRss>
		</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 (Abit NF7S) chipset was totally unsupported under Vista.
The install was fairly straightforward. Since I have [...]]]></description>
		<wfw:commentRss>http://hackertoys.com/2007/04/11/trying-windows-vista/feed/</wfw:commentRss>
		</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 of a 2GB Sandisk or something comparable for around $100 or so. The idea of [...]]]></description>
		<wfw:commentRss>http://hackertoys.com/2007/02/19/new-mac-in-the-house/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mac switcher tip - 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 to remember that the Alt key is really my Command key everything is good. Except [...]]]></description>
		<wfw:commentRss>http://hackertoys.com/2007/02/01/mac-switcher-tip-two-for-one-special/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
