<?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></title>
	<atom:link href="http://www.kinegetics.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kinegetics.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 02:38:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iPhone localization</title>
		<link>http://www.kinegetics.com/blog/2010/09/01/iphone-localization/</link>
		<comments>http://www.kinegetics.com/blog/2010/09/01/iphone-localization/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 02:38:24 +0000</pubDate>
		<dc:creator>Richard Yip</dc:creator>
				<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone OS]]></category>

		<guid isPermaLink="false">http://www.kinegetics.com/blog/?p=337</guid>
		<description><![CDATA[Quick way to find current language . NSString   *language = [[NSLocale currentLocale] objectForKey: NSLocaleLanguageCode]; NSString   *countryCode = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode]; Got it from Stackoverflow Putting it here for reference.]]></description>
			<content:encoded><![CDATA[<p>Quick way to find current language .</p>
<pre><code>NSString   *language = [[NSLocale currentLocale] objectForKey: NSLocaleLanguageCode];
NSString   *countryCode = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode];

Got it from <a href="http://stackoverflow.com/questions/2031110/iphone-localization-get-the-phones-country-language-code" target="_blank">Stackoverflow</a> Putting it here for reference.</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kinegetics.com/blog/2010/09/01/iphone-localization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore to production iPhone software image</title>
		<link>http://www.kinegetics.com/blog/2010/08/18/restore-to-production-iphone-software-image/</link>
		<comments>http://www.kinegetics.com/blog/2010/08/18/restore-to-production-iphone-software-image/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 07:27:14 +0000</pubDate>
		<dc:creator>Richard Yip</dc:creator>
				<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone OS]]></category>

		<guid isPermaLink="false">http://www.kinegetics.com/blog/?p=332</guid>
		<description><![CDATA[Downloaded and installed ios4.1 beta about 2 weeks ago.  Tried it out with the beta Xcode.  Sad to find out this wreck my testing and deployment for production code. Did a search and found ways to restore iPhone to another image.  Followed the instructions and reset my deployment target to ios4.0.2.  Everything works out except [...]]]></description>
			<content:encoded><![CDATA[<p>Downloaded and installed ios4.1 beta about 2 weeks ago.  Tried it out with the beta Xcode.  Sad to find out this wreck my testing and deployment for production code.</p>
<p>Did a search and found ways to restore iPhone to another image.  Followed the instructions and reset my deployment target to ios4.0.2.  Everything works out except for my iPhone backups and settings.  Need to sort out that but it&#8217;s minor.</p>
<p><a href="http://www.demonoid.com/files/details/2271749/009063673263/" target="_blank">http://www.demonoid.com/files/details/2271749/009063673263/</a></p>
<p><a href="http://www.iclarified.com/entry/index.php?enid=750" target="_blank">http://www.iclarified.com/entry/index.php?enid=750</a></p>
<p>Thanks to the good guys at iClarified who maintained the list of previous iPhone firmware file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinegetics.com/blog/2010/08/18/restore-to-production-iphone-software-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using iOS4 with iPhone 3G</title>
		<link>http://www.kinegetics.com/blog/2010/06/23/using-ios4-with-iphone-3g/</link>
		<comments>http://www.kinegetics.com/blog/2010/06/23/using-ios4-with-iphone-3g/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 23:27:26 +0000</pubDate>
		<dc:creator>Richard Yip</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone OS]]></category>

		<guid isPermaLink="false">http://www.kinegetics.com/blog/?p=325</guid>
		<description><![CDATA[no multi-tasking! also heard that iOS4 takes up lots of memory. no wonder, my app is facing problem. really need to optimize the app in terms of memory access and usage.]]></description>
			<content:encoded><![CDATA[<p>no multi-tasking!  also heard that iOS4 takes up lots of memory.  no wonder, my app is facing problem.  really need to optimize the app in terms of memory access and usage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinegetics.com/blog/2010/06/23/using-ios4-with-iphone-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>update to iOS4 and latest xcode</title>
		<link>http://www.kinegetics.com/blog/2010/06/22/update-to-ios4-and-latest-xcode/</link>
		<comments>http://www.kinegetics.com/blog/2010/06/22/update-to-ios4-and-latest-xcode/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 06:27:21 +0000</pubDate>
		<dc:creator>Richard Yip</dc:creator>
				<category><![CDATA[Core Data]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone OS]]></category>

		<guid isPermaLink="false">http://www.kinegetics.com/blog/?p=326</guid>
		<description><![CDATA[just did a massive update to the xcode, itunes and iphone to the latest. first thought is slow for mapkit rendering. second is that compiling is much tighter now.  what used to work for iPhone OS 3.13  doesn&#8217;t work for iOS4 for some cases, especially the memory intensive stuff for some Coredata calls that I [...]]]></description>
			<content:encoded><![CDATA[<p>just did a massive update to the xcode, itunes and iphone to the latest.</p>
<p>first thought is slow for mapkit rendering.</p>
<p>second is that compiling is much tighter now.  what used to work for iPhone OS 3.13  doesn&#8217;t work for iOS4 for some cases, especially the memory intensive stuff for some Coredata calls that I made earlier.  Need to optimize or remove some of the fetch.  Seems like iOS4 is quite adamant on memory.</p>
<p>also, need to rework some of the google docs code that import into coredata.</p>
<p>was able to import earlier, not was busted.</p>
<p>did like the compiler and some enhance debugging tools in xcode.</p>
<p>looks like got lots to clean up and debug for version iOS4</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinegetics.com/blog/2010/06/22/update-to-ios4-and-latest-xcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps will be with iPhone / iPad for long time</title>
		<link>http://www.kinegetics.com/blog/2010/06/03/google-maps-will-be-with-iphone-ipad-for-long-time/</link>
		<comments>http://www.kinegetics.com/blog/2010/06/03/google-maps-will-be-with-iphone-ipad-for-long-time/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 07:31:15 +0000</pubDate>
		<dc:creator>Richard Yip</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[MapKit]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.kinegetics.com/blog/?p=322</guid>
		<description><![CDATA[As quoted by Steve Jobs in recent All Things D Conference near Los Angeles, &#8220;The iPhone would continue to have Google Maps&#8221; Therefore, good to continue using Google Maps API with iPhone&#8217;s Mapkit.]]></description>
			<content:encoded><![CDATA[<p>As quoted by Steve Jobs in recent <a href="http://technology.timesonline.co.uk/tol/news/tech_and_web/personal_tech/article7142339.ece" target="_blank">All Things D Conference</a> near Los Angeles, &#8220;The iPhone would continue to have Google Maps&#8221;</p>
<p>Therefore, good to continue using Google Maps API with iPhone&#8217;s Mapkit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinegetics.com/blog/2010/06/03/google-maps-will-be-with-iphone-ipad-for-long-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrate Google Maps API into an iPhone app</title>
		<link>http://www.kinegetics.com/blog/2010/06/02/integrate-google-maps-api-into-an-iphone-app/</link>
		<comments>http://www.kinegetics.com/blog/2010/06/02/integrate-google-maps-api-into-an-iphone-app/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 05:15:27 +0000</pubDate>
		<dc:creator>Richard Yip</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[MapKit]]></category>

		<guid isPermaLink="false">http://www.kinegetics.com/blog/?p=318</guid>
		<description><![CDATA[Found some very good links and references from StackOverflow.  Will look into it later.]]></description>
			<content:encoded><![CDATA[<p>Found some very good links and references from <a href="http://stackoverflow.com/questions/551886/integrate-google-maps-api-into-an-iphone-app" target="_blank">StackOverflow</a>.  Will look into it later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinegetics.com/blog/2010/06/02/integrate-google-maps-api-into-an-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MapKit with iPhone SDK</title>
		<link>http://www.kinegetics.com/blog/2010/05/31/mapkit-with-iphone-sdk/</link>
		<comments>http://www.kinegetics.com/blog/2010/05/31/mapkit-with-iphone-sdk/#comments</comments>
		<pubDate>Mon, 31 May 2010 01:39:01 +0000</pubDate>
		<dc:creator>Richard Yip</dc:creator>
				<category><![CDATA[MapKit]]></category>

		<guid isPermaLink="false">http://www.kinegetics.com/blog/?p=315</guid>
		<description><![CDATA[Just found a great tutorial on using MapKit.  Will try it out later with the application.]]></description>
			<content:encoded><![CDATA[<p>Just found a great <a href="http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/" target="_blank">tutorial</a> on using MapKit.  Will try it out later with the application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinegetics.com/blog/2010/05/31/mapkit-with-iphone-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoggleDocs Spreadsheet headers need no spaces</title>
		<link>http://www.kinegetics.com/blog/2010/05/28/goggledocs-spreadsheet-headers-need-no-spaces/</link>
		<comments>http://www.kinegetics.com/blog/2010/05/28/goggledocs-spreadsheet-headers-need-no-spaces/#comments</comments>
		<pubDate>Fri, 28 May 2010 08:01:24 +0000</pubDate>
		<dc:creator>Richard Yip</dc:creator>
				<category><![CDATA[Google Docs]]></category>

		<guid isPermaLink="false">http://www.kinegetics.com/blog/?p=312</guid>
		<description><![CDATA[I have downloaded speadsheets before with GoogleDocs Spreadsheet API, but never with headers that have spaces in between them. Was assuming that this will work with header titles with no spaces, but was wrong.  Remove the spaces between the title wording and the API continue to work as before. No sure if this is a [...]]]></description>
			<content:encoded><![CDATA[<p>I have downloaded speadsheets before with GoogleDocs Spreadsheet API, but never with headers that have  spaces in between them.</p>
<p>Was assuming that this will work with  header titles with no spaces, but was wrong.  Remove the spaces between  the title wording and the API continue to work as before.</p>
<p>No sure  if this is a bug, but it seem strange that header titles cannot have  spaces between words.</p>
<p>Example  Headers before, not working<br />
Display Name    E-mail Address</p>
<p>Example  Headers after, working<br />
DisplayName    E-mailAddress</p>
<p>for (int count = 0; count &lt; entriesCount; count++) {</p>
<p>entry = [[mEntryFeed entries] objectAtIndex:count];<br />
listEntry = (GDataEntrySpreadsheetList *)entry;<br />
customElements = [listEntry customElementDictionary];<br />
enumerator = [customElements objectEnumerator];</p>
<p>while ((element = [enumerator nextObject]) != nil) {</p>
<p>kName = [element name];<br />
kValue = [element stringValue];<br />
NSLog(@&#8221;kName kValue  %@&#8221;, kName, kValue);</p>
<p>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinegetics.com/blog/2010/05/28/goggledocs-spreadsheet-headers-need-no-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First look at iPhone 3.2 SDK</title>
		<link>http://www.kinegetics.com/blog/2010/05/25/first-look-at-iphone-3-2/</link>
		<comments>http://www.kinegetics.com/blog/2010/05/25/first-look-at-iphone-3-2/#comments</comments>
		<pubDate>Tue, 25 May 2010 10:37:21 +0000</pubDate>
		<dc:creator>Richard Yip</dc:creator>
				<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.kinegetics.com/blog/?p=288</guid>
		<description><![CDATA[iPhone 3.2 works for both iPad and iPhone platform.  The iPad simulator is damn small within my Macbook display.  Guess it&#8217;s part of Apple&#8217;s plan to encourage me to get a larger MacBook or a 20&#8243;+ display. Quick look at the SDK shows some new APIs for displaying on iPad.  With the larger screen estate, [...]]]></description>
			<content:encoded><![CDATA[<p>iPhone 3.2 works for both iPad and iPhone platform.  The iPad simulator is damn small within my Macbook display.  Guess it&#8217;s part of Apple&#8217;s plan to encourage me to get a larger MacBook or a 20&#8243;+ display.</p>
<p>Quick look at the SDK shows some new APIs for displaying on iPad.  With the larger screen estate, much more effort on designing the work areas.  Need to read the updated UI guidelines for iPad.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinegetics.com/blog/2010/05/25/first-look-at-iphone-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone OS 3.2 downloaded &amp; installed</title>
		<link>http://www.kinegetics.com/blog/2010/05/20/iphone-os-3-2-downloaded-installed/</link>
		<comments>http://www.kinegetics.com/blog/2010/05/20/iphone-os-3-2-downloaded-installed/#comments</comments>
		<pubDate>Thu, 20 May 2010 10:04:41 +0000</pubDate>
		<dc:creator>Richard Yip</dc:creator>
				<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone OS]]></category>

		<guid isPermaLink="false">http://www.kinegetics.com/blog/?p=283</guid>
		<description><![CDATA[Even though iPhone OS 4.0 beta 3 just release, I myself not in a habit to using beta.  Been using 3.1 for quite some time and getting used to it. Like the static analyzer and now it compiles faster than before.  Using LLVM GCC4.2 compiler and like it much for the speed.  Shows potential bugs [...]]]></description>
			<content:encoded><![CDATA[<p>Even though iPhone OS 4.0 beta 3 just release, I myself not in a habit to using beta.  Been using 3.1 for quite some time and getting used to it.</p>
<p>Like the static analyzer and now it compiles faster than before.  Using LLVM GCC4.2 compiler and like it much for the speed.  Shows potential bugs which I need to optimized.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinegetics.com/blog/2010/05/20/iphone-os-3-2-downloaded-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
