<?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>jnjosh .com &#187; programming</title>
	<atom:link href="http://www.jnjosh.com/blog/programming-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jnjosh.com</link>
	<description>raleigh-based software developer and independent filmmaker</description>
	<lastBuildDate>Thu, 03 Jun 2010 06:46:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My iPhone App&#8217;s Icon in the Apple Storefront Display</title>
		<link>http://www.jnjosh.com/2009/iadvent-apple-store/</link>
		<comments>http://www.jnjosh.com/2009/iadvent-apple-store/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 04:35:57 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[iphone-development]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=516</guid>
		<description><![CDATA[With over 100,000 apps available on the iTunes App Store, developers are striving to be seen. If your iPhone App is on the front page of the App Store, sales tend to rise. What if your App is in the actual Apple Store? Will it help sales? I guess it could, but most users won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jnjosh.com/wp-content/uploads/2009/11/photo-4.jpg" class="fancy" rel="lightbox[iadventapple]"><img class="size-medium wp-image-518 alignright" title="photo-4" src="http://www.jnjosh.com/wp-content/uploads/2009/11/photo-4-225x300.jpg" alt="photo-4" width="162" height="216" /></a>With over 100,000 apps available on the iTunes App Store, developers are striving to be seen. If your iPhone App is on the front page of the App Store, sales tend to rise. What if your App is in the actual Apple Store? Will it help sales? I guess it could, but most users won&#8217;t make the leap from an image in the store to the app in iTunes. That said, at least you can say &#8220;My app was featured in the Apple Store&#8221;.</p>
<p><a href="http://www.jnjosh.com/2008/advent/">My app</a> was featured in the Apple Store.</p>
<p><span id="more-516"></span>This morning I received an email from another <a href="http://lawpower.net/">iPhone developer</a> in the Raleigh-Durham area (<a href="http://tantrumapps.com/">Tantrum Apps, if you have small kids these apps are a great find</a>). He shared an image he had taken from one of two local Apple Stores showing the icon for my app, <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=296809682&amp;mt=8">iAdvent</a> (iTunes Link). Checking out the other local store, I found the icon hanging up as well.</p>
<p><a href="http://www.jnjosh.com/wp-content/uploads/2009/11/photo-2.jpg"  class="fancy" rel="lightbox[iadventapple]"><img class="size-medium wp-image-517 alignleft" title="iAdvent at the Apple Store" src="http://www.jnjosh.com/wp-content/uploads/2009/11/photo-2-300x225.jpg" alt="iAdvent at the Apple Store" width="300" height="225" /></a>So how does this happen? I can only speculate. I wasn&#8217;t contacted by Apple or anything. I assume a store planner designed an in-store &#8220;App-Christmas&#8221; tree, and searched the store for matching themes. The design was approved, printed and sent to the stores. I have learned that this design is likely in most of the US stores, so my App is hanging up with other Christmas apps all over the US. (If you see this as true or not, let me know, it would be interesting to know if these displays are standard)</p>
<p>Still quite exciting to walk into your local Apple Store and see the icon you created hanging up for all to see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2009/iadvent-apple-store/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone App UI Tricks: Drag from outside the Screen (VIDEO)</title>
		<link>http://www.jnjosh.com/2009/iphone-app-ui-trick/</link>
		<comments>http://www.jnjosh.com/2009/iphone-app-ui-trick/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 05:51:54 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[iphone-development]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=508</guid>
		<description><![CDATA[This really isn&#8217;t a trick, or even a tip. In fact, no additional code was written to get this behavior. However, it is too cool not to show some how and the small pictures on the App Store don&#8217;t do it justice. By placing a UIView (or subclassed view) on the bottom of my main [...]]]></description>
			<content:encoded><![CDATA[<p>This really isn&#8217;t a trick, or even a tip. In fact, no additional code was written to get this behavior. However, it is too cool not to show some how and the small pictures on the App Store don&#8217;t do it justice. By placing a UIView (or subclassed view) on the bottom of my main view, messages to touchesMoved:withEvent: are made as soon as your finger crosses into the iPhone&#8217;s screen. Voila!, the illusion of dragging from the outside of the screen.</p>
<p>My last app, or rather, <a href="http://tripleddesign.com/iphone-apps.html">Triple D Design&#8217;s latest app</a> &#8220;100 Percent&#8221; (<a href="http://www.itunes.com/apps/100percent">which is now available on iTunes</a>) has this little trick. See the video below.</p>
<p><a href="http://www.jnjosh.com/2009/iphone-app-ui-trick/"><em>Click here to view the embedded video.</em></a></p>
<p>I know this is insanely simple, but sometimes, the simplest things are the neat too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2009/iphone-app-ui-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are we in the Wild Wild West of iPhone App Marketing?</title>
		<link>http://www.jnjosh.com/2009/iphone-wild-west/</link>
		<comments>http://www.jnjosh.com/2009/iphone-wild-west/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:39:58 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[iphone-development]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=503</guid>
		<description><![CDATA[I don&#8217;t remember where, or when; but I heard someone recently say &#8220;we are in the wild west of iPhone Apps&#8221;. Is this really true?
Yesterday, I attended the local iPhone Developer meetup (maybe that is where I heard it). The topic was iPhone App Marketing and featured some great presentations on where to go to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jnjosh.com/wp-content/uploads/2009/11/Screen-shot-2009-11-04-at-12.39.08-AM.png"><img class="alignright size-medium wp-image-506" title="Screen shot 2009-11-04 at 12.39.08 AM" src="http://www.jnjosh.com/wp-content/uploads/2009/11/Screen-shot-2009-11-04-at-12.39.08-AM-161x300.png" alt="Screen shot 2009-11-04 at 12.39.08 AM" width="161" height="300" /></a>I don&#8217;t remember where, or when; but I heard someone recently say &#8220;we are in the wild west of iPhone Apps&#8221;. Is this really true?</p>
<p>Yesterday, I attended the local <a href="http://www.meetup.com/iPhone-Developers/">iPhone Developer meetup</a> (maybe that is where I heard it). The topic was iPhone App Marketing and featured some great presentations on where to go to spread the word, and what to say. It all goes back to one principle: Start with a great App, then communicate it well.</p>
<p>There is this feeling though, not just locally, that the app store is in the wild west and people are taking advantage of that to be the next big thing. Well, of course they are. I think the build a business overnight success of the App Store is even more few and far between than we like to think (or hope), but there are still a lot of devices out there.</p>
<p>You might not make it to the scale some have, but you can still succeed. In our area, there are dozens or hundreds, I can only think of one who <a href="http://www.ethannicholas.com/iShoot/">made the big jump in leaving a day job</a>. So, are we in the Wild Wild West? I don&#8217;t believe so.</p>
<p><span id="more-503"></span></p>
<p>(Disclaimer: I&#8217;m a coder, not a marketer, not a salesman, not even a businessman.)</p>
<p>Sure, there are <a href="http://recombu.com/news/app-friday-iphone-app-store-is-a-squatters-delight_M11134.html">people squatting on app names</a>, <a href="http://gizmodo.com/5329756/third-largest-app-store-developer-gets-banned-for-sucking">pushing out so many junk iPhone apps they are banned from the store</a>, and several other crazy stories. In those areas, sure, wildness can roam. But how is this different from other industry?</p>
<p>An example: My other passion is filmmaking. What are the chances that I make a movie that will be the next <a href="http://www.imdb.com/title/tt1179904/">Paranormal Activity</a>? About the same as writing the next iShoot. Is this really a problem with the app store or is it sheer numbers. People pump out movies at an unbelievable rate just to make small audiences.</p>
<p>Thanks to YouTube, everyone is a filmmaker. Thanks to the iPhone, everyone is an app developer. In other words, every industry has trash.</p>
<p>I don&#8217;t believe that taking advantage of what Apple provides is bad. You do what you can to make your product sell. If you find your niche, you have to work it or it won&#8217;t be with you long. That is not the Wild West, that is business. I wish for people to stop buying fart apps, but their existence is not a reflection of the app store. It is a reflection of society.</p>
<p>For what it&#8217;s worth, I really like how <a href="http://tantrumapps.com/">Tantrum Apps</a> has found a niche and has worked on it. This really goes well with a <a href="http://37signals.com/svn/posts/981-the-secret-to-making-money-online">presentation from David Heinemeier</a> on making money online (by not trying to be the next Twitter); find your niche and work it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2009/iphone-wild-west/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating the seemingly dead iPhone App</title>
		<link>http://www.jnjosh.com/2009/update-the-dead-iphone-app/</link>
		<comments>http://www.jnjosh.com/2009/update-the-dead-iphone-app/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 04:25:39 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[iphone-development]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=498</guid>
		<description><![CDATA[I&#8217;ve often heard/read iPhone App developers comment on a connection between updating their apps and new sales. In other words, keeping your app up to date leads to more sales, and happier customers. Makes sense, really. What happens if an app, a small app, that is seemingly dead gets an update? Does the mere fact [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jnjosh.com/wp-content/uploads/2009/10/Screen-shot-2009-10-28-at-11.58.26-PM.png"><img class="alignright size-thumbnail wp-image-499" title="iPhone App Updates" src="http://www.jnjosh.com/wp-content/uploads/2009/10/Screen-shot-2009-10-28-at-11.58.26-PM-150x150.png" alt="iPhone App Updates" width="150" height="150" /></a>I&#8217;ve often heard/read iPhone App developers comment on a connection between updating their apps and new sales. In other words, keeping your app up to date leads to more sales, and happier customers. Makes sense, really. What happens if an app, a small app, that is seemingly dead gets an update? Does the mere fact of updating the app drive sales? Does an app that averages 2-3 sale / month? I decided to test it out on my own. Mostly curiosity, and in my small scale test, it does drive new sales.</p>
<p><span id="more-498"></span></p>
<p><a href="http://www.jnjosh.com/2009/iadvent-updated-design-evolution-bombs/">Earlier this month</a>, I updated my <a href="http://www.jnjosh.com/2008/advent/">Christmas-based app</a> and waited to see what would happen. As seen in the graph from <a href="http://www.appfigures.com">AppFigures</a>, the day the update went live, sales spiked. Not a huge spike, but a spike none the less. For an app (that only really works in December) new customers were generated from an update in October. Is this people just eager for Christmas? Maybe, but going from 3 sales to about 10 is a small result. I&#8217;m sure this scales to more popular apps too.</p>
<p><a href="http://www.jnjosh.com/wp-content/uploads/2009/10/Screen-shot-2009-10-28-at-11.58.26-PM.png"><img class="aligncenter size-full wp-image-499" title="iPhone App Updates" src="http://www.jnjosh.com/wp-content/uploads/2009/10/Screen-shot-2009-10-28-at-11.58.26-PM.png" alt="iPhone App Updates" width="820" height="373" /></a></p>
<p>I wonder if this builds over time, do constant updates continually build on the new sales?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2009/update-the-dead-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone App Design Evolution &#8211; 100percent</title>
		<link>http://www.jnjosh.com/2009/iphone-app-design-evolution-100percent/</link>
		<comments>http://www.jnjosh.com/2009/iphone-app-design-evolution-100percent/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 03:54:16 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[iphone-development]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=474</guid>
		<description><![CDATA[
Here it is, yet another video showing the process of creating an iPhone app, just a bit inspired by the video posted by tap tap tap. As you&#8217;ll see, this whole post is full of inspiration.
My latest project has been for a client that was looking for a focused percentage calculator. A quick search through the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jnjosh.com/wp-content/uploads/2009/09/ss0.jpg"><img class="alignright size-thumbnail wp-image-475" title="ss0" src="http://www.jnjosh.com/wp-content/uploads/2009/09/ss0-150x150.jpg" alt="ss0" width="150" height="150" /></a></p>
<p>Here it is, yet another video showing the process of creating an iPhone app, just a bit <a href="http://www.taptaptap.com/blog/convert-design-evolution/">inspired by the video posted by tap tap tap</a>. As you&#8217;ll see, this whole post is full of inspiration.</p>
<p>My latest project has been for a <a href="http://www.tripleddesign.com">client</a> that was looking for a focused percentage calculator. A quick search through the App Store shows a lot of tip calculators and even some percentage calculators. It would be very easy to pop a few controls and some simple math together to make an app, but aren&#8217;t Mac / iPhone interfaces supposed to be a bit more thought out? Well, yeah.</p>
<p>Keep reading for a video showing the process of designing the app from sketch, to final product. Or just <a href="http://www.itunes.com/apps/100percent">check out the app on iTunes</a> (iTunes link)</p>
<p><span id="more-474"></span></p>
<p><strong>More on Inspiration</strong></p>
<p>Ok, I said the post would be about inspiration. You don&#8217;t have to look far to see the inspiration for the design of 100percent. <a href="http://tapbots.com/">Tapbots</a> create wonderful apps that are <em>&#8220;utility robots designed and engineered for your iPhone and iPod Touch&#8221;</em>. Now, 100percent is not a robot and not a direct clone, but you have to give credit when its due.</p>
<p style="text-align: center; "><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="480" 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://vimeo.com/moogaloop.swf?clip_id=6843889&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=ff9933&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="320" height="480" src="http://vimeo.com/moogaloop.swf?clip_id=6843889&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=ff9933&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: center; ">
<p><strong>Find out more</strong></p>
<p>Learn more about 100percent at <a href="http://www.tripleddesign.com">Triple D Design</a> or <a href="http://www.itunes.com/apps/100percent">buy it now on the iTunes App Store</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2009/iphone-app-design-evolution-100percent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone App Gold Rush and MonoTouch</title>
		<link>http://www.jnjosh.com/2009/iphone-app-gold-rush-and-monotouch/</link>
		<comments>http://www.jnjosh.com/2009/iphone-app-gold-rush-and-monotouch/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 03:59:50 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[iphone-development]]></category>
		<category><![CDATA[mac-development]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=472</guid>
		<description><![CDATA[Another day, another story about the success of an iPhone App Developer. This time around Tap Tap Tap tells the story of Convert, a great app I bought on day 1. I love these stories, they are inspiring, but they are also disturbing. These stories drive thousands of people into the Gold Rush (myself included). [...]]]></description>
			<content:encoded><![CDATA[<p>Another day, another story about the success of an iPhone App Developer. This time around <a href="http://www.taptaptap.com/blog/convert-first-month-sales/">Tap Tap Tap tells the story of Convert</a>, a great app I bought on day 1. I love these stories, they are inspiring, but they are also disturbing. These stories drive thousands of people into the Gold Rush (myself included). I haven&#8217;t been a long-time member of the Mac Developer community, but I see how the influx of programmers only trying to strike rich can be strange. Do these developer plan to stay? Expand the community? Even if there is no iPhone money made? I know I&#8217;m in for the long haul.</p>
<p>Which leads to <a href="http://monotouch.net">MonoTouch</a>. Now available today, for a hefty price, the Mono folks have released MonoTouch to a large community of .NET developers. It is pretty amazing what they&#8217;ve done, even including Interface Builder into the process. From skimming through <a href="http://monotouch.net/Tutorials/MonoDevelop_HelloWorld">the hello world example</a>, it appears there are a lot of CocoaTouch concepts required for developing in Objective-C. One side of me (The .NET developer side) is highly excited. The other side (the one that has spent a lot of time learning Cocoa) is apathetic. Why use this now? I guess I&#8217;m not the exact target of it. Still, I do wonder how much of an overhead there is in using MonoTouch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2009/iphone-app-gold-rush-and-monotouch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSDN Southern Fried Roadshow and AJAX in Moderation</title>
		<link>http://www.jnjosh.com/2009/msdn-southern-fried-roadshow-and-ajax-in-moderation/</link>
		<comments>http://www.jnjosh.com/2009/msdn-southern-fried-roadshow-and-ajax-in-moderation/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 06:42:40 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[windows-development]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=468</guid>
		<description><![CDATA[Friday afternoon, a few coworkers (and our boss) stepped out of work to attend the MSDN Southern Fried Roadshow over at NCSU. Two session on Silverlight, and a session on VS2010 and ASP.NET 4 was delivered to a nearly full room.
After the short seminar, we had a small discussion on the usefulness of AJAX. I [...]]]></description>
			<content:encoded><![CDATA[<p>Friday afternoon, a few coworkers (and our boss) stepped out of work to attend the MSDN Southern Fried Roadshow over at NCSU. Two session on Silverlight, and a session on VS2010 and ASP.NET 4 was delivered to a nearly full room.</p>
<p>After the short seminar, we had a small discussion on the usefulness of AJAX. I was in the minority of &#8220;getting&#8221; it and &#8220;liking&#8221; it. Now, I&#8217;m not calling for sites to be some massive AJAX project where every single function is transmitted over the net. However, I do find there are more valid places for it than we discussed.</p>
<p><span id="more-468"></span></p>
<p>Let me explain, one comment was, that all of your logic is available via view source and that by using a code-behind, this is protected. This, I disagree with the most. AJAX is not meant to be used to perform logical operations. If someone is putting Business Logic in the Javascript or in the AJAX calls, they are doing it wrong. The data being transmitted should ONLY BE THE VIEW DATA, nothing more. The data inserted into a control in an ASP.NET code-behind should be the same data you&#8217;d transmit. AJAX just provides a way to skip the update of the entire page.</p>
<p>The simple truth is, nothing should be done in excess. Client-side Javascript provides a great way to modify and enhance the user experience, communicate data back to the server and more. It can be overdone, but so can over-reliance of the postback.</p>
<p><strong>MSDN Southern Fried Road Show<br />
</strong></p>
<p>Session 1, Connected Silverlight Applications, detailed creating WCF web services that used a binary format to transmit data instead of using XML. While this was pretty interesting, I have to question a few assumptions. The idea that server cycles required to serialize data to XML (or JSON) is more of a problem than the bandwidth to transfer said data seems off to me. I mean, it is a lot cheaper to build a bigger machine than to buy more bandwidth; and that is server side, not even mentioning the client side. I think I just don&#8217;t fully grasp Silverlight (or Flash) as an application platform.</p>
<p>Session 2, Microsoft&#8217;s Prism for Component Applications, discussed Microsoft&#8217;s new framework, or development pattern, or silverlight/WPF building library. Therein is the problem. I don&#8217;t really know what Prism is. From what I can tell, it looks very interesting, but it will require more research.</p>
<p>Session 3, The Future of ASP.NET and VS2010 was by far my favorite. They discussed a few of the new features coming in VS2010 and ASP.NET. What am I looking forward to? ASP.NET AJAX 4. First, a disclaimer, I hated ASP.NET AJAX. The AJAX toolkit was a complicated mess and I could never get into it. I guess I&#8217;m old school and like to write my own Javascript. However, ASP.NET AJAX 4 has hit it out of the park. Live 2-way binding. I am looking forward to experimenting with this.</p>
<p>So there it is, I don&#8217;t get Silverlight, I like AJAX in moderation, and I hate postbacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2009/msdn-southern-fried-roadshow-and-ajax-in-moderation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the time</title>
		<link>http://www.jnjosh.com/2009/finding-the-time/</link>
		<comments>http://www.jnjosh.com/2009/finding-the-time/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 11:36:05 +0000</pubDate>
		<dc:creator>Josh Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[gtd]]></category>

		<guid isPermaLink="false">http://www.jnjosh.com/?p=383</guid>
		<description><![CDATA[Is it OK for a software developer to buy a theme for their blog? I&#8217;m no expert, but I know enough PHP to create my own theme and have in the past. So is it lazy? At first, I thought so. Then I realized one simple thing: It isn&#8217;t worth my time.
For whatever reason, I [...]]]></description>
			<content:encoded><![CDATA[<p>Is it OK for a software developer to buy a theme for their blog? I&#8217;m no expert, but I know enough PHP to create my own theme and have in the past. So is it lazy? At first, I thought so. Then I realized one simple thing: It isn&#8217;t worth my time.</p>
<p>For whatever reason, I decided I needed to update my site and reactivate my neglected blog. The time I&#8217;d spend writing, tweaking, and stressing over making my theme perfect just isn&#8217;t the best way to spend my time. So I bought a theme. There are thousands out there, but I finally committed to one and spent the money. That $70 will be a lot better spent while I work on what I really want to work on; iPhone apps and a few AU 2009 Proposals.</p>
<p>This realization is very revolutionary to me. I don&#8217;t know how other developers are, but I often fight doing &#8216;project a&#8217; due to interest in &#8216;project b&#8217;, &#8216;c&#8217;, and &#8216;language a&#8217;, &#8216;b&#8217;, &#8216;c&#8217;. At that rate, I&#8217;ll never find the time to finish anything as I&#8217;ll continually be trying that new thing. In other words: Focus. When at work, I&#8217;ll focus on .NET, WCF, AutoCAD, and those things, and at home, I&#8217;ll focus on Objective-C and any side projects I happen to be working on. Eureka!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnjosh.com/2009/finding-the-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
