<?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>(void*) zone;</title>
	<atom:link href="http://www.voidzone.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.voidzone.org</link>
	<description>OS X &#38; iPhone coding</description>
	<lastBuildDate>Thu, 24 Jun 2010 15:40:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enumerating the iPhone&#8217;s View Hierarchy</title>
		<link>http://www.voidzone.org/enumerating-the-iphones-view-hierarchy/</link>
		<comments>http://www.voidzone.org/enumerating-the-iphones-view-hierarchy/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 15:38:35 +0000</pubDate>
		<dc:creator>jsz</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.voidzone.org/?p=140</guid>
		<description><![CDATA[So iOS 4.0 broke the "numeric keypad with decimal point"-hack. To verify that the UIKeyboardView was removed somehow from the app's view hierarchy I wrote a small function. Yeah, looks like there's no keyboard view in the hierarchy  
Nevertheless I found the method handy. So here it is:


void enumerateSubviews (id viewlol)
{
  static int [...]]]></description>
		<wfw:commentRss>http://www.voidzone.org/enumerating-the-iphones-view-hierarchy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix iPhone/iPod Touch disconnects with Airport Extreme</title>
		<link>http://www.voidzone.org/how-to-fix-iphoneipod-touch-disconnects-with-airport-extreme/</link>
		<comments>http://www.voidzone.org/how-to-fix-iphoneipod-touch-disconnects-with-airport-extreme/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 12:34:11 +0000</pubDate>
		<dc:creator>jsz</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.voidzone.org/?p=132</guid>
		<description><![CDATA[After upgrading my internet connection to 50mbit it was time for a new wifi router as my old Linksys capped out at 3MB/s (although 54g). So I bought a shiny Airport Extreme for super 5ghz hi-speed wifi fun. Everything worked perfectly. Everything but my old iPod touch 1G that I'm using for development to test [...]]]></description>
		<wfw:commentRss>http://www.voidzone.org/how-to-fix-iphoneipod-touch-disconnects-with-airport-extreme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give us UISplitViewController on the Mac :)</title>
		<link>http://www.voidzone.org/give-us-uisplitviewcontroller-on-the-mac/</link>
		<comments>http://www.voidzone.org/give-us-uisplitviewcontroller-on-the-mac/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:30:53 +0000</pubDate>
		<dc:creator>jsz</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.voidzone.org/?p=113</guid>
		<description><![CDATA[After playing with the new iPad SDK I must say: I want Cocoa Touch for the Mac. Especially the UISplitViewController stuff.
I'm using for one of my recent Mac projects a split view with a custom split view controller and tinkering with the boiler plate code is just a mess. And when I look at the [...]]]></description>
		<wfw:commentRss>http://www.voidzone.org/give-us-uisplitviewcontroller-on-the-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Twitter Error Handling</title>
		<link>http://www.voidzone.org/testing-twitter-error-handling/</link>
		<comments>http://www.voidzone.org/testing-twitter-error-handling/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:06:02 +0000</pubDate>
		<dc:creator>jsz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[annoyance]]></category>
		<category><![CDATA[error handling]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.voidzone.org/?p=105</guid>
		<description><![CDATA[Yep, what happens if the user enters wrong credentials? As a developer you have to test this possibility in your app and implement error handling. Well ... error testing with twitter is somehow annoying:

]]></description>
		<wfw:commentRss>http://www.voidzone.org/testing-twitter-error-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controlling Games from your iPhone</title>
		<link>http://www.voidzone.org/controlling-games-from-your-iphone/</link>
		<comments>http://www.voidzone.org/controlling-games-from-your-iphone/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 12:24:42 +0000</pubDate>
		<dc:creator>jsz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[world of warcraft]]></category>

		<guid isPermaLink="false">http://www.voidzone.org/?p=83</guid>
		<description><![CDATA[Some time ago I had some free time and I started up World of Warcraft to overcome my boredom. Well seems like World of Warcraft is a terrific source of boredom too.
After some time lying on my couch I asked myself if I could control the WoW running on my Mac from the couch - [...]]]></description>
		<wfw:commentRss>http://www.voidzone.org/controlling-games-from-your-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Entering the PIN for USB UMTS Modems on OS X</title>
		<link>http://www.voidzone.org/entering-the-pin-for-usb-umts-modems-on-os-x/</link>
		<comments>http://www.voidzone.org/entering-the-pin-for-usb-umts-modems-on-os-x/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 14:03:54 +0000</pubDate>
		<dc:creator>jsz</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[huawei e270]]></category>
		<category><![CDATA[pin]]></category>
		<category><![CDATA[umts]]></category>

		<guid isPermaLink="false">http://www.voidzone.org/?p=58</guid>
		<description><![CDATA[From time to time I have to use my UMTS modem (a Huawei e270) to connect to the internet. It does not occur often but when I need it it has to work. For this reason I purchased a license for Novamedia's launch2net some years ago. Sadly their DRM is somewhat restrictive and you may [...]]]></description>
		<wfw:commentRss>http://www.voidzone.org/entering-the-pin-for-usb-umts-modems-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Socks proxy with your iPhone</title>
		<link>http://www.voidzone.org/using-a-socks-proxy-with-your-iphone/</link>
		<comments>http://www.voidzone.org/using-a-socks-proxy-with-your-iphone/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 14:28:30 +0000</pubDate>
		<dc:creator>jsz</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[iPhone Proxy]]></category>

		<guid isPermaLink="false">http://www.voidzone.org/?p=23</guid>
		<description><![CDATA[I was testing ads in one of my iPhone apps but the ads didn't display. After mailing the advertising company's support it was clear that they did not deliver any ads for the country I'm currently living in. (They check the user's location through IP geo location.) So I had to virtually move to the [...]]]></description>
		<wfw:commentRss>http://www.voidzone.org/using-a-socks-proxy-with-your-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ReadProcessMemory() and WriteProcessMemory() on OS X</title>
		<link>http://www.voidzone.org/readprocessmemory-and-writeprocessmemory-on-os-x/</link>
		<comments>http://www.voidzone.org/readprocessmemory-and-writeprocessmemory-on-os-x/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 05:29:33 +0000</pubDate>
		<dc:creator>jsz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[low level]]></category>
		<category><![CDATA[memory access]]></category>
		<category><![CDATA[ReadProcessMemory()]]></category>
		<category><![CDATA[vm_read()]]></category>
		<category><![CDATA[vm_write()]]></category>
		<category><![CDATA[WriteProcessMemory()]]></category>

		<guid isPermaLink="false">http://www.voidzone.org/?p=8</guid>
		<description><![CDATA[If you ever wondered what the OS X equivalent to Window's ReadProcessMemory() and WriteProcessMemory() is you might had a rather sobering research experience on this topic.
After googling for all possible combinations of "read memory, OS X, ReadProcessMemory(), etc, ..." the only information I found were posts in forums where somebody with that problem only got [...]]]></description>
		<wfw:commentRss>http://www.voidzone.org/readprocessmemory-and-writeprocessmemory-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet Another OS X Coder Blog</title>
		<link>http://www.voidzone.org/yet-another-os-x-coder-blog/</link>
		<comments>http://www.voidzone.org/yet-another-os-x-coder-blog/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 21:08:42 +0000</pubDate>
		<dc:creator>jsz</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.voidzone.org/?p=6</guid>
		<description><![CDATA[So now I am doing it too: a OS X dev blog.  
I'm the guy behind fluxforge.com and here you will find posts about development related stuff, source code and some experimental apps.
]]></description>
		<wfw:commentRss>http://www.voidzone.org/yet-another-os-x-coder-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
