<?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>josiah platt &#187; Design and Development</title>
	<atom:link href="http://josiahplatt.com/category/designanddevelopment/feed/" rel="self" type="application/rss+xml" />
	<link>http://josiahplatt.com</link>
	<description>dance, monkey boy.</description>
	<lastBuildDate>Mon, 22 Aug 2011 11:41:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Google U: You Can Be a Web Ninja</title>
		<link>http://josiahplatt.com/2009/07/02/google-u-you-can-be-a-web-ninja/</link>
		<comments>http://josiahplatt.com/2009/07/02/google-u-you-can-be-a-web-ninja/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 18:53:43 +0000</pubDate>
		<dc:creator>Josiah</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Writings]]></category>
		<category><![CDATA[become a web ninja]]></category>
		<category><![CDATA[design tutorials]]></category>
		<category><![CDATA[development tutorials]]></category>
		<category><![CDATA[Google U]]></category>
		<category><![CDATA[Google University]]></category>
		<category><![CDATA[josiah]]></category>
		<category><![CDATA[Josiah Platt]]></category>
		<category><![CDATA[learn to be a web developer]]></category>
		<category><![CDATA[learn web design]]></category>
		<category><![CDATA[learn web development]]></category>
		<category><![CDATA[old cheese is great]]></category>
		<category><![CDATA[web design educatio]]></category>
		<category><![CDATA[web development education]]></category>
		<category><![CDATA[web ninjosity]]></category>

		<guid isPermaLink="false">http://josiahplatt.com/?p=669</guid>
		<description><![CDATA[I&#8217;ve been a front-end web designer/developer for 12 years now, and though &#8220;web developer&#8221; has most often meant &#8220;stupid kid trying to build a website,&#8221; I think I&#8217;ve had the opportunity to pick up some really solid snippets here and there along the way. I never went to school for anything related to computers. The [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-675" title="Why does this image contradict the content of my post? Because this is my website, and I think it's hilarious. Sue me." src="http://josiahplatt.com/wp-content/uploads/2009/07/Shcool.jpg" alt=" Shcool" width="360" height="275" />I&#8217;ve been a front-end web designer/developer for 12 years now, and though &#8220;web developer&#8221; has most often meant &#8220;stupid kid trying to build a website,&#8221; I think I&#8217;ve had the opportunity to pick up some really solid snippets here and there along the way.</p>
<p>I never went to school for anything related to computers. The only class for computing I ever attended was &#8220;Computer Essentials,&#8221; and that was because it was required.</p>
<p>I don&#8217;t tell you that so you can think, &#8220;Wow, Josiah must be Mr. Smarty pants.&#8221; I tell you that to encourage you in the pursuit of what you want to learn and do. Particularly in the field of web development and design, you can really take hold of the information available to the public and make major strides towards becoming a practitioner without spending anything more than your time.</p>
<p>One of the best things about the web, outside of <a title="Vader Gets His Christmas Wish" href="http://vaderloveschristmas.ytmnd.com/">Vader getting his Christmas wish</a>, is the proliferation of information.</p>
<p>With the amount of accessible and well-organized information available on the web today, if you want to learn something, you usually can.</p>
<p>There&#8217;s my intro / buildup / preface / whatever. What I really want to share with you today are some extremely valuable resources for web development and design education. These sites have been extremely instrumental in my development as a web nerd.</p>
<p>That said; In the areas of <strong>development</strong> and <strong>design</strong>, here are some of the places online that have brought me to where I am today. This is by no means a comprehensive list, or even a well-organized one. Think of it more as a kick-start:</p>
<h5 class="inPostTitle&quot;">Development</h5>
<p>I&#8217;m a believer in standards-compliant XHTML &amp; CSS development for front-end (visual) development, and PHP for anything and everything back end (functionality). If you want to learn the ways of evil, and go with ASP.NET (Microsuck development stuffs), you&#8217;ll have to go somewhere else. Here you will be pointed to the free world.</p>
<p><strong><img class="alignleft size-full wp-image-690" title="this is some of the code on the site you're looking at right now! VOODOO!" src="http://josiahplatt.com/wp-content/uploads/2009/07/xhtml.jpg" alt="this is some of the code on the site you're looking at right now! VOODOO!" width="315" height="240" />XHTML</strong>: What is it? XHTML stands for: &#8220;Extensible Hypertext Markup Language;&#8221; a reformulation of HTML to conform to the XML specification. Just think of it as a new and shiny specification of HTML. Don&#8217;t let the acronyms scare you. XHTML is an easy to understand and easy to use code. To put it [very] simply:  XHTML is what you write to display your content in a web browser.</p>
<p><strong>XHTML Tutorial</strong><br />
<a href="http://jessey.net/simon/xhtml_tutorial/">http://jessey.net/</a></p>
<p>Simon Jessey, of jessey.net, has provided a 5-step tutorial covering the basics of XHTML 1.0 (this stuff comes in specifications). If you go there, and learn something, think about donating some change to him for his efforts (you can do that on his home page).</p>
<p>A side-note here: this tutorial is the perfect example of why the web is such a great place to learn; a freely-offered, community-created tutorial to get you on your way. : happy sigh : Sometimes the interwebs are just win.</p>
<p><strong>W3Schools (HTML)</strong><br />
<a href="http://www.w3schools.com/html/html_intro.asp">http://www.w3schools.com/html/html_intro.asp</a></p>
<p>This might arguably be considered the more legit place to learn web stuffs, and I recommend browsing through the W3 Schools for almost everything you want to learn. I lean more towards personal tutorials, as they often have an easier-to-understand feel about them. That&#8217;s not to take away from professional stuff at all. There are a ton of hot resources out there. Pick and choose as you see fit.</p>
<p><strong>HTML Validator</strong><br />
<a title="Validate your code, knave." href="http://validator.w3.org/">http://validator.w3.org/</a></p>
<p>As you learn to develop, <em>start</em> with standards. Don&#8217;t learn to code incorrectly and then go fix it. The HTML Validator offered by the W3C (World Wide Web Consortium) will tell you what&#8217;s wrong with your code, and help you become a better developer as you begin to get an idea of why your code sucks so much. If you want to be a punk (and/or test my word), go ahead and run this site through the Validator. It validates XHTML 1.0 strict.</p>
<p>&#8220;But Why?&#8221; You might ask. Firstly, because I say so, and I&#8217;m awesome, but secondly, because as more and more people work with standards, and comply with standards, crappy browsers will die horrifically deserved deaths, and the world will rejoice, as stuff starts to look the same no matter what platform you&#8217;re viewing it on.</p>
<p><strong>XHTML Character Entities</strong><br />
<a title="&amp;nbsp; in your face." href="http://www.intuitive.com/coolweb/entities.html">http://www.intuitive.com/coolweb/entities.html</a></p>
<p>Sometimes when you&#8217;re writing out your code, you need to implement weird characters and such. This is one of about a million places you can go to find the code to write out these little weirdos.</p>
<p><strong><img class="alignleft size-full wp-image-723" title="Moving on. What else?" src="http://josiahplatt.com/wp-content/uploads/2009/07/movingOn.jpg" alt=" movingOn" width="200" height="223" />Those are some pretty solid places to go for the basics of HTML, and beyond, but don&#8217;t forget to use your friend <a href="http://www.google.com">google.com</a> to find more. The interweb is your oyster, whatever the crunk that means. We&#8217;ll move on from HTML for now, and on to making it look pretty.<br />
</strong></p>
<p><strong>CSS</strong>: What is it? CSS stands for &#8220;Cascading Style Sheets,&#8221; and they are what you write and attach to your XHTML documents to make them look pretty. Style sheets are one of my happy-giggle-favorite things about modern web development. Gone are the days of ridiculous embedded styling. Now, with CSS, you can say, &#8220;Hey document, use this font.&#8221; And it will. And you only have to say it once.</p>
<p><strong>W3Schools (CSS)<br />
</strong><a href="http://www.w3schools.com/css/css_intro.asp">http://www.w3schools.com/css/css_intro.asp</a></p>
<p>Just like the HTML tutorial above, this is the W3C&#8217;s offering to the world on the basics of CSS. It&#8217;s a great place to start,<strong> </strong>and a solid place to learn all about the magical enchantment that<strong> </strong>CSS can be.<strong><br />
</strong></p>
<p><strong>CSS Basics</strong><br />
<a title="The Basics of CSS. Imagine that." href="http://www.cssbasics.com/">http://www.cssbasics.com/</a></p>
<p>CSS Basics is exactly what it sounds like. If you keep hearing about this &#8220;weird interwebs voodoo stylesheet&#8221; stuff, and want to know more, bookmark CSS Basics. It&#8217;s the perfect place for a measured approach to CSS.</p>
<p>I know this is a nerdy statement, but CSS is fun. Once you start writing it, and seeing it alter your content, if your heart isn&#8217;t filled with some measure of joy, I submit that you are a <a title="I have nothing else to say on this subject." href="http://newsimg.ngfiles.com/116000/116797_Nazi_Zombie.jpg">Nazi zombie</a>.</p>
<p><strong>Creating a CSS Layout From Scratch<br />
</strong><a href="http://www.subcide.com/tutorials/csslayout">http://www.subcide.com/tutorials/csslayout</a></p>
<p>This resource will actually guide you through building out a website from a pre-made design, including the basic HTML and CSS layout stuffs. Delicious. This is a really great place to go once you have a basic understanding of both HTML and CSS.</p>
<h5 class="inPostTitle&quot;">Design</h5>
<p>I really have to be careful with this one, as not only does &#8220;design&#8221; imply a million things, but some of the most amazing designers the world-round are hardcore university-educated ninjas. Design encompasses so much more than just something pretty to look at. You&#8217;ve got color psychology, typography, spacing, alignment, blah, bleh, and bloo, just to name a few. If you think you have a good eye for design, give it a shot, but please, for the love of humanity, ask someone you trust if your work sucks.</p>
<p>If you hear, &#8220;Yes. Yes it does suck. In fact, that <em>design</em> makes me want to dig my eyes out with a spoon.&#8221; Please, stop trying to implement your own designs until you&#8217;ve got some proven skill. I say this from experience. I hurt the world of actual design for years with my painful to look at, cringe-worthy &#8220;designs.&#8221;</p>
<p>Thankfully, my pal <a title="This man is a design Ninja. Sweet goodness." href="http://robo.to/charleswilliams">Charles Williams</a> came along side me, gave me some delicious stuff to code out, and at the same time, inspired me in my pursuit of actual design understanding. I&#8217;m by no means good at it, but I at least know how to avoid the suicide-inducing crap that I used to throw around.</p>
<p>That said, and with caution to the wind; here goes nothin&#8217;.</p>
<p><strong>Master Photoshop in Just One Week<br />
</strong><a title="Good gravy, this is awesome." href="http://elitebydesign.com/how-to-master-photoshop-in-just-one-week/">http://elitebydesign.com/how-to-master-photoshop-in-just-one-week/</a></p>
<p>Once again, the web shows it&#8217;s often amazing colors and offers up the basics of Photoshop that really are essential to using the most popular design software out there. Elite By Design is one of the many really awesome, and really free, resources out there for picking up some major knowledge with nothing more than your time. Here you will learn how to navigate the software, understand the interface, and do more than drop a color in the background like you usually do with MS Paint.</p>
<p><strong>Photoshop Hero<br />
</strong><a title="Seriously heroic." href="http://pshero.com/">http://pshero.com/</a></p>
<p>Once you have the basics of Photoshop down (a behemoth of an application), it&#8217;s time to start learning what you can actually do with all those bells, whistles, tools and goodies. This is one of a few tutorial sites that I&#8217;ll list here. I put PS Hero first, as the tutorials often lean towards the practical, and that&#8217;s generally a good way for me to learn.</p>
<p><strong>You Suck at Photoshop<br />
</strong><a title="The cure for what ails you (sucking at photoshop)." href="http://laughingsquid.com/you-suck-at-photoshop-by-donnie-hoyle/">http://laughingsquid.com/you-suck-at-photoshop-by-donnie-hoyle/</a></p>
<p>This guy is both educational and hilarious. I&#8217;m sharing this one primarily because you <em>do</em> suck at photoshop, and additionally because the humorous approach can help take away from the monotony of all this learning. Good techniques, and hilarious videos. I haven&#8217;t watched them all myself, so I apologize for any content that offends your mother.</p>
<p><strong>PSD Tuts<br />
</strong><a title="Help me. I can't design to save my life." href="http://psd.tutsplus.com/">http://psd.tutsplus.com/</a></p>
<p>This is a great place to go for tutorials and design news. I&#8217;ve listed this one, as they have some added bonuses for those of you willing to drop a little cash ($9 a month or $22 for 3 months), including exclusive tutorials, and most importantly the Photoshop files used in the tutorials themselves. Delicious.</p>
<p><strong>Designers Toolbox<br />
</strong><a title="You're not a designer yet. Toolbox." href="http://www.designerstoolbox.com/designresources/">http://www.designerstoolbox.com/designresources/</a></p>
<p>This is where I push you into something practical. The Designers Toolbox is a great place for dimensions of browsers, standard advertisements, and even business cards. Additionally, it has a ton of handy little Photoshop files containing web elements from different browsers. These can help make your otherwise crappy designs look pretty legit. Ok, I&#8217;m sorry for the continued mockery, I&#8217;m just assuming that if you&#8217;re actually new, you&#8217;re going to suck for awhile. Live with. Ok, I&#8217;m not really sorry.</p>
<p><img class="alignleft size-full wp-image-746" title=" ninja" src="http://josiahplatt.com/wp-content/uploads/2009/07/ninja.jpg" alt=" ninja" width="217" height="217" />I think I&#8217;ll end this little adventure with this; if you can discipline yourself and actually take the time to learn this information, you can honestly give yourself an excellent education with practical results. Those results are mostly in the form of cash from your future employers, who love all your 1337 web skillz.</p>
<p>Just remember me when you&#8217;re picking your teeth with diamond tipped toothpicks. I&#8217;m sorry for the slightly scattered nature of this post. There are a million other things I could say, and a million other places I could send you. Remember Google, remember coffee, and remember that you can genuinely become a ninja with just a little time and effort.</p>
<p>Also of note, I need to give a special shout-out to one <a title="Caleb. You are the man. And a man. Which is awesome." href="http://cabeeb.com">Caleb White</a>, best friend, and the man responsible for giving me <em>my</em> first push into the wide world of the web. When I was but 13 years of age, he came over and taught me the basics of HTML. Without that push, I would most likely be a gifted surgeon or famous actor. Thank you friend, for helping me become the man I am today.</p>
<p><strong>Update:</strong> I forgot to add that if anyone has any specific questions, or any specific areas of interest. Let me know. I really only scratched the surface on this stuff. There are too many good resources out there to post in a thousand entries, let alone one. I&#8217;m not an expert in every area of the web by any means, but I can most likely point you in the right direction, no matter where you&#8217;re headed.</p>
]]></content:encoded>
			<wfw:commentRss>http://josiahplatt.com/2009/07/02/google-u-you-can-be-a-web-ninja/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Live Refresh / Redesign</title>
		<link>http://josiahplatt.com/2009/01/12/live-refresh-redesign/</link>
		<comments>http://josiahplatt.com/2009/01/12/live-refresh-redesign/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:35:19 +0000</pubDate>
		<dc:creator>Josiah</dc:creator>
				<category><![CDATA[Design and Development]]></category>

		<guid isPermaLink="false">http://josiahplatt.com/?p=433</guid>
		<description><![CDATA[If you're wondering why things look a little plain/ jacked up, it's because I'm shanking my design and am reworking it from the ground-up. The new design might look a lot like the old, with refreshing little touches here and there, but the primary reason I'm rebuilding is the markup. I was getting sick of the mess that was my homepage. I have a lot going on right now, but you can expect to see changes whenever I can find a few minutes here and there. Cleaner code cometh.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re wondering why things look a little plain/ jacked up, it&#8217;s because I&#8217;m shanking my design and am reworking it from the ground-up.</p>
<p>The new design might look a lot like the old, with refreshing little touches here and there, but the primary reason I&#8217;m rebuilding is the markup. I was getting sick of the mess that was my homepage. I have a lot going on right now, but you can expect to see changes whenever I can find a few minutes here and there. Cleaner code cometh.</p>
]]></content:encoded>
			<wfw:commentRss>http://josiahplatt.com/2009/01/12/live-refresh-redesign/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Action Day &#8217;08</title>
		<link>http://josiahplatt.com/2008/10/08/action-day-08/</link>
		<comments>http://josiahplatt.com/2008/10/08/action-day-08/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 19:44:59 +0000</pubDate>
		<dc:creator>Josiah</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Blog Action Day]]></category>
		<category><![CDATA[Blog Action Day '08]]></category>
		<category><![CDATA[josiah]]></category>
		<category><![CDATA[Josiah Platt]]></category>
		<category><![CDATA[josiahplatt.com]]></category>
		<category><![CDATA[Povery]]></category>

		<guid isPermaLink="false">http://josiahplatt.com/?p=361</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="470" height="355"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1529825&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1529825&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="470" height="355"></embed></object></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://josiahplatt.com/2008/10/08/action-day-08/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove the Safari Input Focus</title>
		<link>http://josiahplatt.com/2008/06/04/remove-the-safari-input-focus/</link>
		<comments>http://josiahplatt.com/2008/06/04/remove-the-safari-input-focus/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 17:22:55 +0000</pubDate>
		<dc:creator>Josiah</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[form focus]]></category>
		<category><![CDATA[input highlight]]></category>
		<category><![CDATA[remove safari focus]]></category>
		<category><![CDATA[safari CSS]]></category>
		<category><![CDATA[safari form fix]]></category>
		<category><![CDATA[safari form focus]]></category>
		<category><![CDATA[safari highlight]]></category>
		<category><![CDATA[safari input CSS]]></category>
		<category><![CDATA[safari input focus]]></category>

		<guid isPermaLink="false">http://josiahplatt.com/?p=116</guid>
		<description><![CDATA[Handy little CSS snippet for any designer / developer out there that may have run into Safari highlighting input fields &#8211; Just add the following to your stylesheet: *:focus {outline: none;} Boom. No input highlights. : huggle : P.S. Universal (*) selectors are sometimes considered bad form, so use them at the risk of losing [...]]]></description>
			<content:encoded><![CDATA[<p>Handy little CSS snippet for any designer / developer out there that may have run into Safari highlighting input fields &#8211; Just add the following to your stylesheet: <strong>*:focus {outline: none;}</strong></p>
<p>Boom. No input highlights. : huggle :</p>
<p>P.S. Universal (*) selectors are sometimes considered bad form, so use them at the risk of losing industry respect. Just specify the field you want to fix up and you&#8217;ll still be cool. I don&#8217;t give a flying crap about it personally, so I * away.</p>
]]></content:encoded>
			<wfw:commentRss>http://josiahplatt.com/2008/06/04/remove-the-safari-input-focus/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Using Ubuntu. Please Don&#8217;t Kill Me.</title>
		<link>http://josiahplatt.com/2008/04/30/im-using-ubuntu-please-dont-kill-me/</link>
		<comments>http://josiahplatt.com/2008/04/30/im-using-ubuntu-please-dont-kill-me/#comments</comments>
		<pubDate>Thu, 01 May 2008 05:33:03 +0000</pubDate>
		<dc:creator>Josiah</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Writings]]></category>

		<guid isPermaLink="false">http://josiahplatt.com/?p=80</guid>
		<description><![CDATA[This post is more for my nerdy readers, assuming there are some. I made a recent decision to take a few months away from the computing mainstream and check out the open source realm. An important note here, for those of you that don&#8217;t know, I&#8217;m a tried and true Mac user. OS X makes [...]]]></description>
			<content:encoded><![CDATA[<p>This post is more for my nerdy readers, assuming there are some. I made a recent decision to take a few months away from the computing mainstream and check out the open source realm.</p>
<p>An important note here, for those of you that don&#8217;t know, I&#8217;m a tried and true Mac user. OS X makes my heart sing, and ever will. I am not abandoning my true love here, just waiting for the <a href="http://www.appleinsider.com/articles/08/04/07/apple_notebook_lines_to_see_major_design_changes_sources_say.html">rumored new Macbook Pro&#8217;s</a> that are hopefully coming out soon.</p>
<p>I&#8217;ve been curious about Linux for a long time, and with the quasi hype that&#8217;s been surrounding Ubuntu of late, I thought to give it a shot. At the time of this writing, I&#8217;m nearing the end of my second week of working with it. I&#8217;ve been through two distros, including the fully supported Gutsy Gibbon 7.10, and the Beta (and now thankfully full RC) Hardy Heron 8.04. Though this is no surprise, both versions have better out-of-the-box driver support for the laptop I&#8217;m using than Windows Vista Ultimate.</p>
<p>First thing I suppose I should say, if this is any sort of a review, and take it from a die-hard PC man of 10+ years, and a die-hard Mac loyalist of 3+ years (No, not <a href="http://www.flickr.com/photos/paintitblack/2439080330/">Steve Balmer</a>, me.), Linux is not for the faint of heart [read: n00b].</p>
<p>If you don&#8217;t know what &#8220;command line&#8221; means, or aren&#8217;t willing to delve into an often much-more complex realm of computing required to make some of this goodness work, I recommend either staying away from Linux altogether, or snagging a machine that comes pre-loaded with Linux, such as those offered by <a href="http://www.dell.com/content/topics/segtopic.aspx/ubuntu?c=us&amp;cs=19&amp;l=en&amp;s=dhs&amp;~ck=mn">Dell</a>.</p>
<p>I will say that as a designer, some of the visual interaction that you can configure in Linux are just shy of 100% hotness:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="FlashVars" value="playerMode=embedded" /><param name="src" value="http://www.youtube.com/v/_ImW0-MgR8I&amp;hl=enI" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/_ImW0-MgR8I&amp;hl=enI" flashvars="playerMode=embedded"></embed></object></p>
<p>I have everything that you see in this video running at the time of this typing and more. It&#8217;s amazing how smoothly the system runs when doing insane things like wrapping an HD video around the 3D cube of your desktop switcher&#8230; mmm&#8230; nerdy goodness.. I know some of the stuff you see there seems a bit over the top, and I&#8217;ll be the first to admit that it is, but a large portion of the added glory that is <a href="http://www.compiz-fusion.org/">Compiz-Fusion</a> (native to Hardy Heron) not only increases the quality of my user experience but the effeciency as well.</p>
<p>All that flashy crap aside, the best part of Ubuntu that I&#8217;ve run into thus-far is that it&#8217;s completely free, and extremely extensible. The Add/Remove Programs option in the Linux &#8220;Start Menu&#8221; is nothing short of mind blowing to anyone that&#8217;s used just about any computer in the world in the past decade or so. You need something? Open Add/Remove programs and search for it. E.G.: I needed an FTP program. I searched for, found, and installed an excellent (and completely free) FTP app in less than a minute.</p>
<p>The obvious downsides are a lack of official support for high-end development software (Photoshop/Flash/Etc.), and the difficulty required to get around said lack. I will say that I have Photoshop CS2 and CS3 running perfectly on my machine, but not without overcoming the aforementioned fear of command lines and embracing my advanced computer-hacker-ninja-magic skills.</p>
<p>I suppose I could continue with an in-and-out detailed review, but I think I&#8217;ll just go ahead and end it with a brief summary:</p>
<p>Ubuntu is great. It&#8217;s not for everyone. It&#8217;s fast, effecient, and excellent for your everyday computing needs. For more advanced usage, I recommend advanced skillz. It has extremely advanced visuals for those willing to figure them out, and some really good out-of-the-box hardware support that is downright impressive for an open source project. But that said, it&#8217;s still not ready for the mainstream, or the everyday user. I&#8217;ve done more hacking and tweaking these past two weeks than Ghengis Khan during a weekend village raid.</p>
<p><strong>Final verdict</strong>: Buy yourself a <a href="http://www.apple.com/">Mac</a> + <a href="http://macromates.com/">Textmate</a> + <a href="http://www.panic.com/transmit/">Transmit</a> + <a href="http://www.adobe.com/products/photoshop/photoshop/">Photoshop</a> and never look back.</p>
]]></content:encoded>
			<wfw:commentRss>http://josiahplatt.com/2008/04/30/im-using-ubuntu-please-dont-kill-me/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The problem[s] with personal design.</title>
		<link>http://josiahplatt.com/2008/01/14/the-problems-with-personal-design/</link>
		<comments>http://josiahplatt.com/2008/01/14/the-problems-with-personal-design/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 19:09:05 +0000</pubDate>
		<dc:creator>Josiah</dc:creator>
				<category><![CDATA[Design and Development]]></category>

		<guid isPermaLink="false">http://josiahplatt.com/?p=17</guid>
		<description><![CDATA[As I&#8217;ve been at work on a new design, I&#8217;ve been running into a few stumbling blocks that are as frustrating as they are ironic. You would think that an endless sea of options and choices would be a good thing when trying to create something, but as I&#8217;ve been aboard a leaky vessel on [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve been at work on a new design, I&#8217;ve been running into a few stumbling blocks that are as frustrating as they are ironic.</p>
<p>You would think that an endless sea of options and choices would be a good thing when trying to create something, but as I&#8217;ve been aboard a leaky vessel on just such a sea over the past week or so, my problems have been many.</p>
<p>I&#8217;m now at the point where I&#8217;m trying to <a href="http://en.wikipedia.org/wiki/37signals">step back</a> from my design and really decide what I want to present as &#8220;me.&#8221;</p>
<p>It&#8217;s been difficult. There are just too many things that could be done. Trying to decide what to include and what to put on the drawing board for a future revision, or what to just completely throw away is the real challenge with a new design, especially a personal one.</p>
<p><span id="more-17"></span></p>
<p><img src='http://josiahplatt.com/wp-content/uploads/2008/01/whomebe.jpg' alt='Whomebe' align="left"/></p>
<p>I think the primary issue I have with personal projects is a lack of planning. I often approach a new personal design purely from the creative side, and almost never with a practical site map or feature list that I would have if I were working for an actual client.</p>
<p>That said, I&#8217;m taking a step back, narrowing my focus to a simple set of <a href="http://tadalist.com/">lists</a> (&#8220;Must Have&#8221;, &#8220;Would Like to Have&#8221;, &#8220;Would Love to Have But Is Ridiculously Impractical&#8221;), and proceeding with a measured, goal-driven pace.</p>
<p>The hope is that I will achieve what I want, that is a complete website design, and avoid taking the 4.2 bazillion years that these open-ended personal projects of mine usually take.</p>
<p><a href="http://en.wikipedia.org/wiki/The_Last_Battle">Further up and further in.</a></p>
<p>Random wikipedia links for the win!</p>
<p class="tiny">Image Credit &#8211; <a href="http://www.lukechueh.com">Luke Chueh</a></p>
]]></content:encoded>
			<wfw:commentRss>http://josiahplatt.com/2008/01/14/the-problems-with-personal-design/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Finally at Work</title>
		<link>http://josiahplatt.com/2008/01/09/16/</link>
		<comments>http://josiahplatt.com/2008/01/09/16/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 20:13:28 +0000</pubDate>
		<dc:creator>Josiah</dc:creator>
				<category><![CDATA[Design and Development]]></category>

		<guid isPermaLink="false">http://josiahplatt.com/?p=16</guid>
		<description><![CDATA[This is temporary. I am, as of this writing, officially and unequivocally at work on an actualy &#8220;from the ground up&#8221; design. This has been years in the making, and with a little hope, fear and possible trepidation, I step into the creation of an actual site for myself. Also of note; the previously mentioned [...]]]></description>
			<content:encoded><![CDATA[<p>This is temporary. I am, as of this writing, officially and unequivocally at work on an actualy &#8220;from the ground up&#8221; design. This has been years in the making, and with a little hope, fear and possible trepidation, I step into the creation of an actual site for myself.</p>
<p>Also of note; the previously mentioned pending design is highly inspired by one <a href="http://www.danielmall.com">Daniel Mall</a>, who&#8217;s most recent words have inspired me to embrace the design I love.</p>
]]></content:encoded>
			<wfw:commentRss>http://josiahplatt.com/2008/01/09/16/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

