<?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>Stillshadow</title>
	<atom:link href="http://www.stillshadow.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.stillshadow.com</link>
	<description>I'll forget it if I don't write it down</description>
	<lastBuildDate>Fri, 07 Aug 2009 17:50:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Presence 3 &#8211; Part 2 Custom Delegation</title>
		<link>http://www.stillshadow.com/?p=161</link>
		<comments>http://www.stillshadow.com/?p=161#comments</comments>
		<pubDate>Fri, 07 Aug 2009 01:32:52 +0000</pubDate>
		<dc:creator>Chris River</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.stillshadow.com/?p=161</guid>
		<description><![CDATA[Setting up a custom delegate seems pretty straightforward. In this case we want the calling class to understand what the child is saying to it.

I've set up my <em>PersonListTableViewController</em> with a toolbar item that allows me to update my twitter status. It does so by popping up a new modal window where I type in my status and hit done to send it over to twitter. Here's where I do that.]]></description>
		<wfw:commentRss>http://www.stillshadow.com/?feed=rss2&amp;p=161</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Drag &#8216;n Drop reorder in an HBox</title>
		<link>http://www.stillshadow.com/?p=123</link>
		<comments>http://www.stillshadow.com/?p=123#comments</comments>
		<pubDate>Fri, 26 Jun 2009 04:32:26 +0000</pubDate>
		<dc:creator>Chris River</dc:creator>
				<category><![CDATA[Flex/Flash/Actionscript]]></category>

		<guid isPermaLink="false">http://www.stillshadow.com/?p=123</guid>
		<description><![CDATA[It&#8217;s a bit off topic, but I was googling for an example of reordering images in an HBox using drag and drop. I came up empty, but I also found that there were a few other people asking for help doing the same thing, so I figured I&#8217;d post my solution here.
Assuming you&#8217;ve set up [...]]]></description>
		<wfw:commentRss>http://www.stillshadow.com/?feed=rss2&amp;p=123</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Presence 3 (Part 1, Threading)</title>
		<link>http://www.stillshadow.com/?p=127</link>
		<comments>http://www.stillshadow.com/?p=127#comments</comments>
		<pubDate>Tue, 23 Jun 2009 03:25:57 +0000</pubDate>
		<dc:creator>Chris River</dc:creator>
				<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.stillshadow.com/?p=127</guid>
		<description><![CDATA[ Mastering the art of threading using NSOperation is the first part of this assignment. I unfortunately got a bit stuck in the lecture examples. I was trying to implement the example code that I had seen without a solid understanding of what it was doing. This led to a few nights of frustration. I [...]]]></description>
		<wfw:commentRss>http://www.stillshadow.com/?feed=rss2&amp;p=127</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Threading intro</title>
		<link>http://www.stillshadow.com/?p=112</link>
		<comments>http://www.stillshadow.com/?p=112#comments</comments>
		<pubDate>Mon, 15 Jun 2009 04:34:29 +0000</pubDate>
		<dc:creator>Chris River</dc:creator>
				<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.stillshadow.com/?p=112</guid>
		<description><![CDATA[While my app grabs data from the net I want the user to see a loading animation. To do this I need to break off the main thread and start a new one for the net load, and use the main thread to display the animation. I&#8217;ve set up my load animation using a nib, [...]]]></description>
		<wfw:commentRss>http://www.stillshadow.com/?feed=rss2&amp;p=112</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Presence 2</title>
		<link>http://www.stillshadow.com/?p=98</link>
		<comments>http://www.stillshadow.com/?p=98#comments</comments>
		<pubDate>Thu, 11 Jun 2009 02:54:22 +0000</pubDate>
		<dc:creator>Chris River</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.stillshadow.com/?p=98</guid>
		<description><![CDATA[I found cell rendering to be the biggest challenge in this assignment.
The process of making this work is a bit drawn out. The first thing I need to do is calculate what my
rowHeight
 needs to be. This is done by overriding the
heightForRowAtIndexPath
 method in my TableViewController.

Grab the string that needs to fit in the cell.
Set [...]]]></description>
		<wfw:commentRss>http://www.stillshadow.com/?feed=rss2&amp;p=98</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Presence 1</title>
		<link>http://www.stillshadow.com/?p=76</link>
		<comments>http://www.stillshadow.com/?p=76#comments</comments>
		<pubDate>Thu, 28 May 2009 14:01:25 +0000</pubDate>
		<dc:creator>Chris River</dc:creator>
				<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.stillshadow.com/?p=76</guid>
		<description><![CDATA[We need create an app that subclasses the UIViewController class. What is supposed to happen essentially is that we should hit a button and navigate to another window. Eventually multiple buttons will take us to different windows. I was initially feeling inspired by my new found confidence in my understanding of InterfaceBuilder. That all came [...]]]></description>
		<wfw:commentRss>http://www.stillshadow.com/?feed=rss2&amp;p=76</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Assignment 3</title>
		<link>http://www.stillshadow.com/?p=66</link>
		<comments>http://www.stillshadow.com/?p=66#comments</comments>
		<pubDate>Wed, 27 May 2009 03:44:54 +0000</pubDate>
		<dc:creator>Chris River</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.chrisriver.com/?p=66</guid>
		<description><![CDATA[I was having a very hard time with this one. My problem was that I still didn&#8217;t fully understand the relationship between XCode and Interface Builder. I&#8217;m not saying I know it all now, but I think I&#8217;m closer.
I had been struggling with the seeming lack of instantiation for my controller. I couldn&#8217;t find anywhere [...]]]></description>
		<wfw:commentRss>http://www.stillshadow.com/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Assignment 2B &#8211; HelloPolly (Part I)</title>
		<link>http://www.stillshadow.com/?p=50</link>
		<comments>http://www.stillshadow.com/?p=50#comments</comments>
		<pubDate>Sun, 24 May 2009 15:38:12 +0000</pubDate>
		<dc:creator>Chris River</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.chrisriver.com/?p=50</guid>
		<description><![CDATA[I&#8217;m revisiting this assignment and I think I originally blocked out most of what the walkthrough was trying to explain. At this point there is still a whole lot for me to learn about IB, but after getting as far as assignment 8 and still being confused by IB&#8217;s role this was a good refresher.
InterfaceBuilder [...]]]></description>
		<wfw:commentRss>http://www.stillshadow.com/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Assignment 2A &#8211; Custom Class</title>
		<link>http://www.stillshadow.com/?p=28</link>
		<comments>http://www.stillshadow.com/?p=28#comments</comments>
		<pubDate>Sun, 24 May 2009 04:12:32 +0000</pubDate>
		<dc:creator>Chris River</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.chrisriver.com/?p=28</guid>
		<description><![CDATA[In this assignment we created a custom Polygon class. Goals were to:

instantiate with a default number of sides as well as a specified number of sides.
 Increment, decrement the side count.
Calculate the angle in degrees and radians.
Set min and max number of sides (and restrict incremental and decremental methods from exceeding those bounds)
Give the polygon [...]]]></description>
		<wfw:commentRss>http://www.stillshadow.com/?feed=rss2&amp;p=28</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Assignment 1B : &#8220;WhatATool Part I&#8221;</title>
		<link>http://www.stillshadow.com/?p=9</link>
		<comments>http://www.stillshadow.com/?p=9#comments</comments>
		<pubDate>Fri, 22 May 2009 15:15:09 +0000</pubDate>
		<dc:creator>Chris River</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.chrisriver.com/?p=9</guid>
		<description><![CDATA[I made myself familiar with some Obj-c syntax here, as well as basic app structure. Things a complete novice (such as myself) should keep in mind:
NSString
To create an NSString:
NSString *myString = @&#8221;This is my new NSString&#8221;;
To output different types within my string I need to use stringWithFormat, and the right format specifier to define that [...]]]></description>
		<wfw:commentRss>http://www.stillshadow.com/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
