<?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>Little Computers</title>
	<atom:link href="http://www.littlecomputers.net/2009/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.littlecomputers.net/2009</link>
	<description>ITP Spring 2009</description>
	<lastBuildDate>Mon, 04 May 2009 23:41:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Final Student Projects &#8211; Meetapp</title>
		<link>http://www.littlecomputers.net/2009/?p=575</link>
		<comments>http://www.littlecomputers.net/2009/?p=575#comments</comments>
		<pubDate>Mon, 04 May 2009 23:40:16 +0000</pubDate>
		<dc:creator>lehrblogger</dc:creator>
				<category><![CDATA[Example]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://www.littlecomputers.net/?p=575</guid>
		<description><![CDATA[The blog posts about Meetapp can be found at

http://lehrblogger.com/category/itp/little-computers/

And the code can be found at

http://github.com/lehrblogger/meetapp

Thanks to David and the rest of the class for a great semester!
]]></description>
			<content:encoded><![CDATA[<p>The blog posts about Meetapp can be found at
<ul>
<li><a href="http://lehrblogger.com/category/itp/little-computers/">http://lehrblogger.com/category/itp/little-computers/</a></li>
</ul>
<p>And the code can be found at
<ul>
<li><a href="http://github.com/lehrblogger/meetapp">http://github.com/lehrblogger/meetapp</a></li>
</ul>
<p>Thanks to David and the rest of the class for a great semester!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littlecomputers.net/2009/?feed=rss2&amp;p=575</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CoreAnimation Example</title>
		<link>http://www.littlecomputers.net/2009/?p=568</link>
		<comments>http://www.littlecomputers.net/2009/?p=568#comments</comments>
		<pubDate>Tue, 21 Apr 2009 20:09:26 +0000</pubDate>
		<dc:creator>dnolen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.littlecomputers.net/?p=568</guid>
		<description><![CDATA[CoreAnimation Example
]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.littlecomputers.net/wp-content/uploads/2009/04/coreanimation.zip'>CoreAnimation Example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.littlecomputers.net/2009/?feed=rss2&amp;p=568</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSONFun Example added</title>
		<link>http://www.littlecomputers.net/2009/?p=563</link>
		<comments>http://www.littlecomputers.net/2009/?p=563#comments</comments>
		<pubDate>Thu, 02 Apr 2009 23:20:13 +0000</pubDate>
		<dc:creator>dnolen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.littlecomputers.net/?p=563</guid>
		<description><![CDATA[Here.
This code shows you how to download images from Flickr. It shows how to use LCURLConnection to grab both image data and JSON data. It also shows how to use LCImageDownloadQueue so that you don&#8217;t go fetching tons of images at once.  In order to use this project you&#8217;ll need to download the JSON.framework [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.littlecomputers.net/wp-content/uploads/2009/04/jsonfun.zip'>Here</a>.</p>
<p>This code shows you how to download images from Flickr. It shows how to use LCURLConnection to grab both image data and JSON data. It also shows how to use LCImageDownloadQueue so that you don&#8217;t go fetching tons of images at once.  In order to use this project you&#8217;ll need to download the JSON.framework from Google Code. To keep it super simple, don&#8217;t bother getting it from SVN, just download the prepackaged DMG. Once you have it, follow the INSTALL instructions so that you can include it into this project I&#8217;ve made for you all. The one extra thing that I had to do to make it work was to also modify the Header Search Paths in the target build settings to include the following:</p>
<p>$HOME/Library/SDKs/JSON/$(PLATFORM_NAME).sdk/usr/local/include/</p>
<p>You may not have to do this since you&#8217;re getting the project with the project settings <img src='http://www.littlecomputers.net/2009/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.littlecomputers.net/2009/?feed=rss2&amp;p=563</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MapKit and Serialization examples from class</title>
		<link>http://www.littlecomputers.net/2009/?p=560</link>
		<comments>http://www.littlecomputers.net/2009/?p=560#comments</comments>
		<pubDate>Wed, 01 Apr 2009 21:23:32 +0000</pubDate>
		<dc:creator>dnolen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.littlecomputers.net/?p=560</guid>
		<description><![CDATA[Get it here.
]]></description>
			<content:encoded><![CDATA[<p>Get it <a href='http://www.littlecomputers.net/wp-content/uploads/2009/04/mapkitandarchiving.zip'>here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littlecomputers.net/2009/?feed=rss2&amp;p=560</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Image Processing libray</title>
		<link>http://www.littlecomputers.net/2009/?p=556</link>
		<comments>http://www.littlecomputers.net/2009/?p=556#comments</comments>
		<pubDate>Wed, 01 Apr 2009 01:41:59 +0000</pubDate>
		<dc:creator>dnolen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.littlecomputers.net/?p=556</guid>
		<description><![CDATA[Written in C++ with an Objective-C wrapper:
http://www.mobileorchard.com/a-simple-iphone-image-processing-library/
]]></description>
			<content:encoded><![CDATA[<p>Written in C++ with an Objective-C wrapper:<br />
<a href="http://www.mobileorchard.com/a-simple-iphone-image-processing-library/">http://www.mobileorchard.com/a-simple-iphone-image-processing-library/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.littlecomputers.net/2009/?feed=rss2&amp;p=556</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting articles on using Core Animation to make an Asteroids clone</title>
		<link>http://www.littlecomputers.net/2009/?p=479</link>
		<comments>http://www.littlecomputers.net/2009/?p=479#comments</comments>
		<pubDate>Mon, 23 Feb 2009 18:22:24 +0000</pubDate>
		<dc:creator>dnolen</dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.littlecomputers.net/?p=479</guid>
		<description><![CDATA[Core Animation is the built in animation facility of OS X that is built on top of OpenGL. It&#8217;s available on the iPhone.  This article is interesting for anyone looking into designing games for the iPhone.
http://cocoawithlove.com/2009/02/asteroids-style-game-in-coreanimation.html
http://cocoawithlove.com/2009/02/asteroids-style-game-in-coreanimation_22.html
]]></description>
			<content:encoded><![CDATA[<p>Core Animation is the built in animation facility of OS X that is built on top of OpenGL. It&#8217;s available on the iPhone.  This article is interesting for anyone looking into designing games for the iPhone.</p>
<p><a href="http://cocoawithlove.com/2009/02/asteroids-style-game-in-coreanimation.html">http://cocoawithlove.com/2009/02/asteroids-style-game-in-coreanimation.html</a><br />
<a href="http://cocoawithlove.com/2009/02/asteroids-style-game-in-coreanimation_22.html">http://cocoawithlove.com/2009/02/asteroids-style-game-in-coreanimation_22.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.littlecomputers.net/2009/?feed=rss2&amp;p=479</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assignment 4 &amp; 5</title>
		<link>http://www.littlecomputers.net/2009/?p=476</link>
		<comments>http://www.littlecomputers.net/2009/?p=476#comments</comments>
		<pubDate>Sat, 21 Feb 2009 19:03:27 +0000</pubDate>
		<dc:creator>dnolen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.littlecomputers.net/?p=476</guid>
		<description><![CDATA[Post links to your assignment here.
]]></description>
			<content:encoded><![CDATA[<p>Post links to your assignment here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littlecomputers.net/2009/?feed=rss2&amp;p=476</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Nice GDB Debugging Tip</title>
		<link>http://www.littlecomputers.net/2009/?p=442</link>
		<comments>http://www.littlecomputers.net/2009/?p=442#comments</comments>
		<pubDate>Fri, 06 Feb 2009 12:32:20 +0000</pubDate>
		<dc:creator>dnolen</dc:creator>
				<category><![CDATA[CodingTip]]></category>

		<guid isPermaLink="false">http://www.littlecomputers.net/?p=442</guid>
		<description><![CDATA[A way to look at arguments to a method from GDB.
]]></description>
			<content:encoded><![CDATA[<p>A way to look at arguments to a method from GDB.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littlecomputers.net/2009/?feed=rss2&amp;p=442</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assignment 3</title>
		<link>http://www.littlecomputers.net/2009/?p=440</link>
		<comments>http://www.littlecomputers.net/2009/?p=440#comments</comments>
		<pubDate>Fri, 06 Feb 2009 06:06:33 +0000</pubDate>
		<dc:creator>dnolen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.littlecomputers.net/?p=440</guid>
		<description><![CDATA[Post links to your assignments as comments to this post.
]]></description>
			<content:encoded><![CDATA[<p>Post links to your assignments as comments to this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littlecomputers.net/2009/?feed=rss2&amp;p=440</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Useful Git Links</title>
		<link>http://www.littlecomputers.net/2009/?p=427</link>
		<comments>http://www.littlecomputers.net/2009/?p=427#comments</comments>
		<pubDate>Wed, 04 Feb 2009 06:43:58 +0000</pubDate>
		<dc:creator>lehrblogger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.littlecomputers.net/?p=427</guid>
		<description><![CDATA[On branching, from an SVN tutorial &#8211; http://svnbook.red-bean.com/en/1.1/ch04.html#svn-ch-4-sect-1
A solid, easy to follow Git tutorial &#8211; http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
Another Git tutorial, same basic ideas &#8211; http://www.sourcemage.org/Git_Guide
]]></description>
			<content:encoded><![CDATA[<p>On branching, from an SVN tutorial &#8211; <a href="http://svnbook.red-bean.com/en/1.1/ch04.html#svn-ch-4-sect-1">http://svnbook.red-bean.com/en/1.1/ch04.html#svn-ch-4-sect-1</a></p>
<p>A solid, easy to follow Git tutorial &#8211; <a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html</a></p>
<p>Another Git tutorial, same basic ideas &#8211; <a href="http://www.sourcemage.org/Git_Guide">http://www.sourcemage.org/Git_Guide</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.littlecomputers.net/2009/?feed=rss2&amp;p=427</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
