<?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>jnjosh .com &#187; cocoa source code</title>
	<atom:link href="http://www.jnjosh.com/code/cocoa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jnjosh.com</link>
	<description>raleigh-based software developer and independent filmmaker</description>
	<lastBuildDate>Thu, 03 Jun 2010 06:46:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JJCloudEngine &#8211; Cocoa API Wrapper for CloudApp</title>
		<link>http://www.jnjosh.com/2010/jjcloudengine-cocoa-api-wrapper-for-cloudapp/</link>
		<comments>http://www.jnjosh.com/2010/jjcloudengine-cocoa-api-wrapper-for-cloudapp/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 06:46:38 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[cocoa source code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cloudapp]]></category>
		<category><![CDATA[cocoa-touch]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=543</guid>
		<description><![CDATA[CloudApp is one of my new favorite things and has already become one of the top apps installed on my mac in the case of a rebuild. Because of this strange love for a cloud-based service, I want it in all my apps. So I set out over a memorial day weekend to build an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.getcloudapp.com">CloudApp</a> is one of my new favorite things and has already become one of the top apps installed on my mac in the case of a rebuild. Because of this strange love for a cloud-based service, I want it in all my apps. So I set out over a memorial day weekend to build an Objective-C wrapper for their REST-based API.</p>
<p style="font-size: 14px;">Check it out now up on GitHub: <a href="http://www.github.com/jnjosh/JJCloudEngine">JJCloudEngine</a></p>
<p>I had never built a publicly reusable component like this before for a REST library, so I used some inspiration. Inspiration in the form of <a href="http://www.mattgemmell.com">Matt Gemmell</a>. JJCloudEngine is structured exactly like and reuses some code from <a href="http://www.github.com/mattgemmell/MGTwitterEngine">MGTwitterEngine</a>. In many ways, this is a learning project for me, so thanks goes out to him for creating his engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2010/jjcloudengine-cocoa-api-wrapper-for-cloudapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JJScrollView &#8211; Looping Scroll View</title>
		<link>http://www.jnjosh.com/2010/jjscrollview-looping-scroll-view/</link>
		<comments>http://www.jnjosh.com/2010/jjscrollview-looping-scroll-view/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 05:42:04 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[cocoa source code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cocoa-touch]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[uiscrollview]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=541</guid>
		<description><![CDATA[This is a quick little UIScrollView wrapper that helps create a looping scroll view. It was thrown together as an example and really needs a lot of clean up. It also features a pushViewController message that will stick a new view controller in the scroll view and will slide to it.
Check it out now: http://www.github.com/jnjosh/JJScrollView
]]></description>
			<content:encoded><![CDATA[<p>This is a quick little UIScrollView wrapper that helps create a looping scroll view. It was thrown together as an example and really needs a lot of clean up. It also features a pushViewController message that will stick a new view controller in the scroll view and will slide to it.</p>
<p>Check it out now: <a href="http://www.github.com/jnjosh/JJScrollView">http://www.github.com/jnjosh/JJScrollView</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2010/jjscrollview-looping-scroll-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status Bar Replacement (TSStatusArea)</title>
		<link>http://www.jnjosh.com/2009/tsstatusarea/</link>
		<comments>http://www.jnjosh.com/2009/tsstatusarea/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 07:46:00 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[cocoa source code]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=526</guid>
		<description><![CDATA[Working on creating a little status bar replacement class for iPhone Apps. More coming soon to github&#8230;

]]></description>
			<content:encoded><![CDATA[<p>Working on creating a little status bar replacement class for iPhone Apps. More coming soon to github&#8230;</p>
<p><img src="http://www.jnjosh.com/wp-content/uploads/2009/12/Screen-shot-2009-12-02-at-2.56.58-AM.jpg" alt="Screen shot 2009-12-02 at 2.56.58 AM" title="Screen shot 2009-12-02 at 2.56.58 AM" width="358" height="38" class="aligncenter size-full wp-image-536" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2009/tsstatusarea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
