<?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>mostly a codeBlog</title>
	<atom:link href="http://www.rickigregersen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rickigregersen.com</link>
	<description>whatever I am currently programming... and I truly digress</description>
	<lastBuildDate>Tue, 02 Aug 2011 21:54:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>NSLog BOOL (caveman debuggin&#8217;)</title>
		<link>http://www.rickigregersen.com/2011/08/02/nslog-bool-caveman-debuggin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nslog-bool-caveman-debuggin</link>
		<comments>http://www.rickigregersen.com/2011/08/02/nslog-bool-caveman-debuggin/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 21:35:17 +0000</pubDate>
		<dc:creator>Ricki</dc:creator>
				<category><![CDATA[Debug]]></category>
		<category><![CDATA[Objective C]]></category>

		<guid isPermaLink="false">http://www.rickigregersen.com/?p=314</guid>
		<description><![CDATA[Often times, if you absolutly have to debug using the console, it is nice to at least make the output more legible:]]></description>
			<content:encoded><![CDATA[<p>Often times, if you absolutly have to debug using the console, it is nice to at least make the output more legible:</p>
<div class="codecolorer-container objc vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:800px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="objc codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">NSlog<span style="color: #002200;">&#40;</span><span style="color: #bf1d1a;">@</span><span style="color: #bf1d1a;">&quot;The Coffee is hot : %@&quot;</span>,<span style="color: #002200;">&#40;</span>coffee.isHot ? <span style="color: #bf1d1a;">@</span><span style="color: #bf1d1a;">&quot;YES&quot;</span> <span style="color: #002200;">:</span> <span style="color: #bf1d1a;">@</span><span style="color: #bf1d1a;">&quot;NO&quot;</span><span style="color: #002200;">&#41;</span><span style="color: #002200;">&#41;</span>;</div></td></tr></tbody></table></div>
<p>output &#8211; <span style="color: #000000;"><strong><em>&#8220;The Coffee is hot : YES&#8221;</em></strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rickigregersen.com/2011/08/02/nslog-bool-caveman-debuggin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

