<?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>Kernel Panic &#187; terminal</title>
	<atom:link href="http://blog.epelaez.net/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.epelaez.net</link>
	<description>~Keep It Simple</description>
	<lastBuildDate>Wed, 30 Jun 2010 17:11:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Blog Conventions</title>
		<link>http://blog.epelaez.net/05/blog-conventions/</link>
		<comments>http://blog.epelaez.net/05/blog-conventions/#comments</comments>
		<pubDate>Thu, 07 May 2009 20:15:03 +0000</pubDate>
		<dc:creator>Pelaez</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://blog.epelaez.net/?p=41</guid>
		<description><![CDATA[This is like an introduction to understand this blog&#8217;s types of text better: Types of Text: //Comments if&#40;&#91;postText isSourceCode&#93;&#41;&#123; &#125; &#34;Strings&#34; $ [Terminal Input] How I write code This are the &#8220;rules&#8221; I follow when writing code: 12345678//Camel-cased object names, no spaces before '['. UILabel *myLabel = &#91;&#91;UILabel alloc&#93; init&#93;; if&#40;condition&#41;&#123; //Brackets in the same [...]]]></description>
			<content:encoded><![CDATA[<p>This is like an introduction to understand this blog&#8217;s types of text better:</p>
<h3>Types of Text:</h3>
<div class="codecolorer-container objc default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><div class="objc codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #11740a; font-style: italic;">//Comments</span><br />
<span style="color: #a61390;">if</span><span style="color: #002200;">&#40;</span><span style="color: #002200;">&#91;</span>postText isSourceCode<span style="color: #002200;">&#93;</span><span style="color: #002200;">&#41;</span><span style="color: #002200;">&#123;</span><br />
<span style="color: #002200;">&#125;</span><br />
<span style="color: #bf1d1a;">&quot;Strings&quot;</span></div></div>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ [Terminal Input]</div></div>
<h3>How I write code</h3>
<p>This are the &#8220;rules&#8221; I follow when writing code:</p>
<div class="codecolorer-container objc default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><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 />2<br />3<br />4<br />5<br />6<br />7<br />8<br /></div></td><td><div class="objc codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #11740a; font-style: italic;">//Camel-cased object names, no spaces before '['.</span><br />
UILabel <span style="color: #002200;">*</span>myLabel <span style="color: #002200;">=</span> <span style="color: #002200;">&#91;</span><span style="color: #002200;">&#91;</span>UILabel alloc<span style="color: #002200;">&#93;</span> init<span style="color: #002200;">&#93;</span>;<br />
<span style="color: #a61390;">if</span><span style="color: #002200;">&#40;</span>condition<span style="color: #002200;">&#41;</span><span style="color: #002200;">&#123;</span> <span style="color: #11740a; font-style: italic;">//Brackets in the same line</span><br />
<span style="color: #11740a; font-style: italic;">/*if there are a lot of things nested, sometimes I comment<br />
after the bracket to know what it closes, also in special<br />
ocations like class/interface declarations*/</span><br />
<span style="color: #002200;">&#125;</span> <span style="color: #11740a; font-style: italic;">//if</span><br />
rect <span style="color: #002200;">=</span> CGRectMake<span style="color: #002200;">&#40;</span>0.0f, 0.0f, 320.0f, 460.0f<span style="color: #002200;">&#41;</span>; <span style="color: #11740a; font-style: italic;">//Spaces after comas, but not before.</span></div></td></tr></tbody></table></div>
<h3>Terms</h3>
<p>iDevice &#8211; With this I refer to the iPod Touch or iPhone, whichever you are using</p>
<p>I&#8217;ll add more as I need them.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://blog.epelaez.net/05/blog-conventions/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.epelaez.net/05/blog-conventions/&amp;title=Blog+Conventions" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.epelaez.net/05/blog-conventions/&amp;title=Blog+Conventions" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.epelaez.net/05/blog-conventions/&amp;t=Blog+Conventions" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Blog%20Conventions%22&amp;body=Link: http://blog.epelaez.net/05/blog-conventions/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20is%20like%20an%20introduction%20to%20understand%20this%20blog%27s%20types%20of%20text%20better%3A%0D%0ATypes%20of%20Text%3A%0D%0A%5Bcc%20lang%3D%22objc%22%20line_numbers%3D%22false%22%5D%2F%2FComments%0D%0Aif%28%5BpostText%20isSourceCode%5D%29%7B%0D%0A%7D%0D%0A%22Strings%22%5B%2Fcc%5D%0D%0A%5Bcc%20line_numbers%3D%22false%22%5D%24%20%5BTerminal%20Input%5D%5B%2Fcc%5D%0D%0AHow%20I%20write%20code%0D%0AThis%20are%20the%20%22rules%22%20I%20follow%20when%20writi" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Blog+Conventions+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.epelaez.net/05/blog-conventions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
