<?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; web design educatio</title>
	<atom:link href="http://josiahplatt.com/tag/web-design-educatio/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>
	</channel>
</rss>

