<?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>Juggleware Developers&#039; Blog &#187; Programming</title>
	<atom:link href="http://www.juggleware.com/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juggleware.com/blog</link>
	<description>news and random thoughts from your friendly neighborhood independent developers at juggleware, llc</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:42:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Drawing Text on an Arc in CocoaTouch</title>
		<link>http://www.juggleware.com/blog/2011/08/drawing-text-on-an-arc-in-cocoatouch/</link>
		<comments>http://www.juggleware.com/blog/2011/08/drawing-text-on-an-arc-in-cocoatouch/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 21:41:41 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Core Text]]></category>
		<category><![CDATA[iOS4]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=381</guid>
		<description><![CDATA[<p>CoreText is available now in iOS, but it&#8217;s not an easy framework to use. After trying several other approaches to draw text on an arc at this <a href="http://stackoverflow.com/questions/3841642/curve-text-on-existing-circle">Stack Overflow page,</a>  I adapted Apple&#8217;s sample code  <a href="https://developer.apple.com/library/mac/#samplecode/CoreTextArcCocoa/Introduction/Intro.html">CoreTextArcCocoa</a> for Mac &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2011/08/drawing-text-on-an-arc-in-cocoatouch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the Return key to dismiss a UITextView</title>
		<link>http://www.juggleware.com/blog/2010/07/how-to-get-the-return-key-to-dismiss-a-uitextview/</link>
		<comments>http://www.juggleware.com/blog/2010/07/how-to-get-the-return-key-to-dismiss-a-uitextview/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 20:05:07 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[UITextView]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=280</guid>
		<description><![CDATA[<p>Need to dismiss they keyboard in a UITextView? Changing the Return key to read &#8220;Done&#8221; doesn&#8217;t make the iPhone keyboard to go away.  Put this code in the delegate for your UITextView and your return key can behave more like &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2010/07/how-to-get-the-return-key-to-dismiss-a-uitextview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>plist &gt; JSON &gt; XML</title>
		<link>http://www.juggleware.com/blog/2010/07/plist-json-xml/</link>
		<comments>http://www.juggleware.com/blog/2010/07/plist-json-xml/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 16:14:48 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=266</guid>
		<description><![CDATA[<p>Having developed 4 or 5 iPhone apps now that download remote XML data from servers and populate tables view and other content, I can tell you without reservation that it is the slowest way to go.</p>
<p>Performance using JSON is &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2010/07/plist-json-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Place a UIWebView inside a UIScrollView</title>
		<link>http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/</link>
		<comments>http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:53:36 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[UIScrollView]]></category>
		<category><![CDATA[UIWebView]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=247</guid>
		<description><![CDATA[<p>To display several pieces of content on a screen, I needed several views. A scroll view (<code>UIScrollView</code>) was necessary to encompass the headline, photo and story text; I had the headline and photo at the top in a &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Making annotations fit on a Map View.</title>
		<link>http://www.juggleware.com/blog/2010/03/making-annotations-fit-on-a-map-view/</link>
		<comments>http://www.juggleware.com/blog/2010/03/making-annotations-fit-on-a-map-view/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 22:33:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[MKMapView]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=227</guid>
		<description><![CDATA[<p>After struggling with formulae that convert degrees longitude and latitude to meters, I found a much better way to get annotations to fit on a Map View, thanks to this site:</p>
<p><a href="http://codisllc.com/blog/zoom-mkmapview-to-fit-annotations/">http://codisllc.com/blog/zoom-mkmapview-to-fit-annotations/</a>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2010/03/making-annotations-fit-on-a-map-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helpful Core Data debugging</title>
		<link>http://www.juggleware.com/blog/2010/03/helpful-core-data-debugging/</link>
		<comments>http://www.juggleware.com/blog/2010/03/helpful-core-data-debugging/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 05:45:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Core Data]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=225</guid>
		<description><![CDATA[<p>Core Data is really great, but if your app crashes without warning it can be a major headache. Replacing the default error handling code with this more involved approach saved me hours of time debugging:</p>
<p><a href="http://www.designcodeexecute.com/2009/08/28/iphone-sdk-coredata-debugging-error-1560-1570/"> http://www.designcodeexecute.com/2009/08/28/iphone-sdk-coredata-debugging-error-1560-1570</a>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2010/03/helpful-core-data-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can not use an object as parameter to a method (Obj-C errors, part 2)</title>
		<link>http://www.juggleware.com/blog/2010/03/objc-errors-part-2/</link>
		<comments>http://www.juggleware.com/blog/2010/03/objc-errors-part-2/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 19:13:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Objective C error translation series]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=220</guid>
		<description><![CDATA[<p>This is an easy one to seasoned X-coders, but one that tripped me up a few times when I first got started.</p>
<p>BAD CODE:</p>
<p><code>-(void) makePhotoFromImage: (UIImage )image;</code></p>
<p>ERROR:</p>
<p><code>can not use an object as parameter to a method</code></p>
<p>TRANSLATION&#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2010/03/objc-errors-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective C compiler errors: translations for newbs</title>
		<link>http://www.juggleware.com/blog/2010/03/objective-c-compiler-errors/</link>
		<comments>http://www.juggleware.com/blog/2010/03/objective-c-compiler-errors/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 22:53:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Objective C error translation series]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=212</guid>
		<description><![CDATA[<p>I&#8217;m pretty new at Xcode and Objective C, so there may not be a one-to-one correspondence here between errors and the most probable cause, but this helps me so it may help you.</p>
<p>This will be a work in progress; &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2010/03/objective-c-compiler-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dump mySQL database design into OmniGraffle</title>
		<link>http://www.juggleware.com/blog/2009/11/dump-mysql-database-design-into-omnigraffle/</link>
		<comments>http://www.juggleware.com/blog/2009/11/dump-mysql-database-design-into-omnigraffle/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:52:30 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/2009/11/dump-mysql-database-design-into-omnigraffle/</guid>
		<description><![CDATA[<p>Check out <a href="http://www.designweenie.com/blog/index.php/1282">this blog entry</a> on Designweenie if you are a Mac user that uses OmniGraffle to design mySQL databases.</p>
<p>One important note: you will need to run AppleScript Editor in 32-bit mode if you are using Snow Leopard (Mac &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2009/11/dump-mysql-database-design-into-omnigraffle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySQL to SQLite cheatsheet for iPhone developers</title>
		<link>http://www.juggleware.com/blog/2009/09/mysql-to-sqlite-cheatsheet-for-iphone-developers/</link>
		<comments>http://www.juggleware.com/blog/2009/09/mysql-to-sqlite-cheatsheet-for-iphone-developers/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 17:17:26 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Core Data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=140</guid>
		<description><![CDATA[<p>Although I started writing this as a cheat-sheet for myself (after many hours of struggling with this by trial-and-error), I figured it would be helpful for other iPhone developers who&#8217;d like to take a mySQL database online and migrate it &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2009/09/mysql-to-sqlite-cheatsheet-for-iphone-developers/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

