<?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>blog.ilustreous</title>
	<atom:link href="http://blog.ilustreous.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.ilustreous.com</link>
	<description>Yet another programming blog</description>
	<lastBuildDate>Tue, 09 Feb 2010 14:10:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tip: Message vs Method in Obj-c</title>
		<link>http://blog.ilustreous.com/?p=69</link>
		<comments>http://blog.ilustreous.com/?p=69#comments</comments>
		<pubDate>Tue, 09 Feb 2010 14:10:24 +0000</pubDate>
		<dc:creator>ilustreous</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://blog.ilustreous.com/?p=69</guid>
		<description><![CDATA[Don&#8217;t be confused when objective-c literature interchanges the word &#8220;message&#8221; with &#8220;method&#8221;&#8230;.they mean the same thing.
]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t be confused when objective-c literature interchanges the word &#8220;message&#8221; with &#8220;method&#8221;&#8230;.they mean the same thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilustreous.com/?feed=rss2&amp;p=69</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Tip: Breaking on Exceptions</title>
		<link>http://blog.ilustreous.com/?p=60</link>
		<comments>http://blog.ilustreous.com/?p=60#comments</comments>
		<pubDate>Wed, 03 Feb 2010 05:23:21 +0000</pubDate>
		<dc:creator>ilustreous</dc:creator>
				<category><![CDATA[debugging]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[breaking]]></category>

		<guid isPermaLink="false">http://blog.ilustreous.com/?p=60</guid>
		<description><![CDATA[Break into the debugger when an exception is raised:
Go to the BreakPoint window and add -[NSException raise] and objc_exception_throw to the breakpoint symbols&#8217;s list.
]]></description>
			<content:encoded><![CDATA[<p>Break into the debugger when an exception is raised:</p>
<p>Go to the <strong><em>BreakPoint</em></strong> window and add <strong><em>-[NSException raise]</em></strong> and <strong><em>objc_exception_throw</em></strong> to the breakpoint symbols&#8217;s list.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilustreous.com/?feed=rss2&amp;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mom vs Cancer: 2-0</title>
		<link>http://blog.ilustreous.com/?p=52</link>
		<comments>http://blog.ilustreous.com/?p=52#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:33:09 +0000</pubDate>
		<dc:creator>ilustreous</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[mom]]></category>
		<category><![CDATA[pacquaio]]></category>
		<category><![CDATA[proud]]></category>
		<category><![CDATA[win]]></category>

		<guid isPermaLink="false">http://blog.ilustreous.com/?p=52</guid>
		<description><![CDATA[Although this post has nothing to do with software engineering, mac, or technology, it&#8217;s important to me so I have to say it. 

Congratulations Mom!

]]></description>
			<content:encoded><![CDATA[<p>Although this post has nothing to do with software engineering, mac, or technology, it&#8217;s important to me so I have to say it. </p>
<p><span><br />
<h1>Congratulations Mom!</h1>
<p></span><img src="http://blog.ilustreous.com/wp-content/uploads/2010/01/pacman.jpg" alt="pacman.jpg" border="0" width="468" height="319" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilustreous.com/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://blog.ilustreous.com/?p=1</link>
		<comments>http://blog.ilustreous.com/?p=1#comments</comments>
		<pubDate>Mon, 28 Dec 2009 14:29:31 +0000</pubDate>
		<dc:creator>ilustreous</dc:creator>
				<category><![CDATA[Intro]]></category>
		<category><![CDATA[first post]]></category>
		<category><![CDATA[hello]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[When learning a new programming language it&#8217;s customary to start with the &#8220;Hello, World!&#8221; application. Since this is my new blog (my very first blog), here is my &#8220;Hello, World!&#8221; post:
&#8220;Hello, World!&#8221;
]]></description>
			<content:encoded><![CDATA[<p>When learning a new programming language it&#8217;s customary to start with the &#8220;Hello, World!&#8221; application. Since this is my new blog (my very first blog), here is my &#8220;Hello, World!&#8221; post:</p>
<blockquote><p>&#8220;Hello, World!&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.ilustreous.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
