<?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>Josh&#039;s Tech Blog</title>
	<atom:link href="http://blog.joshpod.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.joshpod.com</link>
	<description>Future Technical Writings</description>
	<lastBuildDate>Sun, 14 Jun 2009 15:09:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://blog.joshpod.com/?pushpress=hub'/>
		<item>
		<title>San Diego Mass Transit iPhone App</title>
		<link>http://blog.joshpod.com/?p=166</link>
		<comments>http://blog.joshpod.com/?p=166#comments</comments>
		<pubDate>Sun, 14 Jun 2009 15:09:21 +0000</pubDate>
		<dc:creator>Josh Jones</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[San Diego]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.joshpod.com/?p=166</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/32ClpOhs-yE&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/32ClpOhs-yE&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshpod.com/?feed=rss2&amp;p=166</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Programming in Objective-C 2.0 (2nd Edition)</title>
		<link>http://blog.joshpod.com/?p=130</link>
		<comments>http://blog.joshpod.com/?p=130#comments</comments>
		<pubDate>Tue, 03 Mar 2009 05:08:12 +0000</pubDate>
		<dc:creator>Josh Jones</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.joshpod.com/?p=130</guid>
		<description><![CDATA[Ever since Apple released their SDK for the iPhone, i&#8217;ve been more interested in programming on the Mac side of things.  The iPhone was motivation, but programming on OS X sounded interesting as well.  I consider myself a &#8220;jack of all trades, master of none&#8221; so why not add this knowledge to my belt too? [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Programming-Objective-C-2-0-Developers-Library/dp/0321566157/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1236054711&amp;sr=1-1" target="_blank"><img class="size-full wp-image-131 alignright" title="Programming in Objective-C 2.0 (2nd Edition)" src="http://blog.joshpod.com/wp-content/uploads/2009/03/413ijro9hml_ss500_.jpg" alt="Programming in Objective-C 2.0 (2nd Edition)" width="210" height="210" /></a><strong>Note: There is a print link embedded within this post, please visit this post to print it.</strong></p>
<p>Ever since Apple released their SDK for the iPhone, i&#8217;ve been more interested in programming on the Mac side of things.  The iPhone was motivation, but programming on OS X sounded interesting as well.  I consider myself a &#8220;jack of all trades, master of none&#8221; so why not add this knowledge to my belt too?</p>
<p id="breadCrumb">When going to school, they drilled us with C/C++ until the final year we got to use C#.  My review of <a title="Programming in Objective-C 2.0 (2nd Edition) at Amazon" href="http://www.amazon.com/Programming-Objective-C-2-0-Developers-Library/dp/0321566157/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1236054711&amp;sr=1-1" target="_blank">Programming in Objective-C 2.0 by Stephen G. Kochan</a> will be from the perspective of a somewhat experienced C/C++/C# user who has never seen Objective-C before.</p>
<p>One thing I&#8217;ve learned about C/C++ is that once you have a handle on it, almost every other programming language is the same thing, save for some syntax.  In a nutshell, I see Objective-C is the result of some <a href="http://blog.joshpod.com/wp-content/uploads/2009/03/farmers.jpg" target="_blank">inbred freak baby</a> that C and C++ created one night.  The language itself has ints, chars, doubles, classes, inheritance, and so on.  The Foundation Toolkit Apple provides is like the STL in Objective-C land.  You have your lists, dictionaries, strings, etc.  Very handy!</p>
<p>That being said, if you know C/C++ and the STL, you know most of Objective-C.  Don&#8217;t let you discourage you from buying this book though!  This book makes a great read.  Since I understood most of the concepts, I was plowing right through it, only slowing down to catch the syntax differences.  Most of the book deals with the language itself just like most C/C++ books would.  The 2nd part of the book deals with the Foundation Framework (Apple&#8217;s STL).  The ideas are the same as the C++ STL, just syntax differences.</p>
<p>The final section in the book tickles your ass with a feather getting you creating your first iPhone application.  The application they have you create is a calculator application.  It doesn&#8217;t go into many advanced iPhone SDK topics, but teaches you just enough to make you say to yourself, &#8220;Hmm, this isn&#8217;t so bad&#8221;  I almost wish there was another iPhone chapter in the book, but I know it&#8217;s only in there just for fun.</p>
<p>The good thing about this book though is once you&#8217;re finished with it you can move onto an iPhone programming book and won&#8217;t be scared away by all that Objective-C code.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshpod.com/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon Kindle 2 N00b Tips</title>
		<link>http://blog.joshpod.com/?p=50</link>
		<comments>http://blog.joshpod.com/?p=50#comments</comments>
		<pubDate>Wed, 25 Feb 2009 08:07:00 +0000</pubDate>
		<dc:creator>Josh Jones</dc:creator>
				<category><![CDATA[Amazon Kindle]]></category>

		<guid isPermaLink="false">http://blog.joshpod.com/?p=50</guid>
		<description><![CDATA[I don&#8217;t read books much unless I have to.  It&#8217;s usually for work and somewhat technical.  I want to join the ranks of other fellow book readers and start reading recreationally.  To motivate me, I ordered an Amazon Kindle 2. I wanted to post a few tips I found out the hard way for anyone [...]]]></description>
			<content:encoded><![CDATA[<h4>Note: There is a print link embedded within this post, please visit this post to print it.</h4>
<p>I don&#8217;t read books much unless I have to.  It&#8217;s usually for work and somewhat technical.  I want to join the ranks of other fellow book readers and start reading recreationally.  To motivate me, I ordered an Amazon Kindle 2.</p>
<p>I wanted to post a few tips I found out the hard way for anyone else out there who is curious:</p>
<p><strong>1. Viewing Blogs through the wireless service costs money, but accessing them though the built in web browser is free.</strong></p>
<p>You have to ask yourself if properly formatted blogs is worth $1 a month.  I guess it could be if I didn&#8217;t have a computer. (How many Kindle users don&#8217;t have a computer?)</p>
<p><strong>2. username@free.kindle.com</strong></p>
<p>It&#8217;s in the fine print.  Blink too fast and you&#8217;ll miss it.  If you send a document to convert to username@kindle.com, you&#8217;ll have to fork over 10 cents per attachment.  Rather then pay 10 cents per document, just to save the time of plugging in your USB cord and dragging a file, send your documents to username@free.kindle.com and do it yourself.</p>
<p><strong>3. Reset</strong></p>
<p>Ever have an iPod/iPhone lock up completely and you didn&#8217;t know what to do?  I had that issue with the Kindle once.  The trick is to hold the power slider in for 15 seconds and let go.  No bubbles, no troubles.</p>
<p><strong>4. Make it pretty</strong></p>
<p>The Macintosh community has rubbed off on me over the past few years.  As such I like to spice up my desktop visually, including all my drive icons.  When I plug in the Kindle 2, I like to see a Kindle 2 that represents the files on the Kindle 2.  It requires less thinking on my part when double clicking icons&#8230;..and it looks cool.  <em>(It&#8217;s in Mac OS format, but i&#8217;ve included the source PNG if you want to make a Windows Icon from it)</em></p>
<ul>
<li><a rel="attachment wp-att-52" href="http://blog.joshpod.com/?attachment_id=52"></a><a href="http://blog.joshpod.com/wp-content/uploads/2009/02/kindle2icon.zip">Kindle 2 Mac Icon</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshpod.com/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Post</title>
		<link>http://blog.joshpod.com/?p=3</link>
		<comments>http://blog.joshpod.com/?p=3#comments</comments>
		<pubDate>Sun, 22 Feb 2009 20:42:11 +0000</pubDate>
		<dc:creator>Josh Jones</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.joshpod.com/?p=3</guid>
		<description><![CDATA[Wow, this WordPress software is amazing. I&#8217;ve been wondering what the big stink about this software was about. Blame my buddy Paul (http://paulecoyote.wordpress.com) for the curiosity. In the meantime, we shall see where this goes, if anywhere. I&#8217;d like to make this site more interesting then just my daily life. Maybe use it to blog [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, this WordPress software is amazing.  I&#8217;ve been wondering what the big stink about this software was about.  Blame my buddy Paul (<a title="Paul Evans's Blog" href="http://paulecoyote.wordpress.com" target="_blank">http://paulecoyote.wordpress.com</a>) for the curiosity.</p>
<p>In the meantime, we shall see where this goes, if anywhere.  I&#8217;d like to make this site more interesting then just my daily life.  Maybe use it to blog about what I&#8217;m working on both at home and work.  Either way, should be interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshpod.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
