<?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>Joshua Wagner Online &#187; design</title>
	<atom:link href="http://joshuawagneronline.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshuawagneronline.com</link>
	<description>On Life, Stories, and Music</description>
	<lastBuildDate>Sat, 14 Aug 2010 19:47:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Development Cheat Sheets</title>
		<link>http://joshuawagneronline.com/2009/06/wordpress-development-cheat-sheets/</link>
		<comments>http://joshuawagneronline.com/2009/06/wordpress-development-cheat-sheets/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 19:06:37 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://joshuawagneronline.com/?p=193</guid>
		<description><![CDATA[
Found this via John Saddington today.  It&#8217;s good enough that I wanted to post this for any of my readers who design Wordpress themes.
This article contains some Wordpress cheat sheets for all of your theme development and design needs.  I&#8217;ve already downloaded most of them, and will be referencing them often.
So, click through and enjoy, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-264" title="wpcheatsheet" src="http://media.joshuawagneronline.com/wp-content/uploads/2009/06/wpcheatsheet-600x381.png" alt="wpcheatsheet" width="600" height="381" /></p>
<p>Found this via <a title="human3rror" href="http://twitter.com/human3rror" target="_blank">John Saddington</a> today.  It&#8217;s good enough that I wanted to post this for any of my readers who design Wordpress themes.</p>
<p><a title="14 Essential Wordpress Development and Design Cheat Sheets" href="http://speckyboy.com/2009/06/17/14-essential-wordpress-development-and-design-cheat-sheets/" target="_blank">This article</a> contains some Wordpress cheat sheets for all of your theme development and design needs.  I&#8217;ve already downloaded most of them, and will be referencing them often.</p>
<p>So, click through and enjoy, and let us know if you found them useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshuawagneronline.com/2009/06/wordpress-development-cheat-sheets/feed/</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
		<item>
		<title>Building Blocks for a Wordpress Theme</title>
		<link>http://joshuawagneronline.com/2009/05/building-blocks-for-a-wordpress-theme/</link>
		<comments>http://joshuawagneronline.com/2009/05/building-blocks-for-a-wordpress-theme/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:47:45 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://joshuawagneronline.com/?p=66</guid>
		<description><![CDATA[
As a new theme builder myself, I had to ask around on what I needed to know to build a Wordpress theme.  So, I made a short list.  Here are the basic things you need to build yourself a Wordpress theme.
CSS
Cascading Style Sheets are awesome.  They make your whole site look great (and uniform), and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-256" title="wplogoblue-stacked-rgb" src="http://media.joshuawagneronline.com/wp-content/uploads/2009/05/wplogoblue-stacked-rgb-300x214.png" alt="wplogoblue-stacked-rgb" width="300" height="214" /></p>
<p>As a new theme builder myself, I had to ask around on what I needed to know to build a Wordpress theme.  So, I made a short list.  Here are the basic things you need to build yourself a Wordpress theme.</p>
<p><strong>CSS</strong></p>
<p>Cascading Style Sheets are awesome.  They make your whole site look great (and uniform), and can even quickly make another site or project blend in.  (for example, <a title="ChurchCrunch" href="http://churchcrunch.com/" target="_blank">ChurchCrunch</a> and its <a title="ChurchCrunch Forums" href="http://churchcrunch.com/forums/" target="_blank">forums</a>)</p>
<p>You need to get familiar with this code because it will style everything on your site.  Setting up columns, the width of your page, what color your text is, the background, it&#8217;s all done here.</p>
<p>CSS is probably the easiest way to start with themes.  I used a stock theme and tweaked the .css file until I got something of what I wanted.  Once you get the hang of that, you&#8217;ll be ready for more.<span id="more-66"></span></p>
<p><strong>HTML</strong></p>
<p>Knowing HTML (or now, XHTML) is also a must.  You need to know what all of those tags do, how to code in an image, and what all that means.</p>
<p>After you learn some HTML, you can customize the look and layout even more.  Adding extra &lt;div&gt; tags to make new sections that you want to style separately makes the blog more unique.  And setting up a comments class to style your comment section.</p>
<p><strong>PHP</strong></p>
<p>Ok, php is where the rubber meets the road.  PHP is what Wordpress lives in.  It&#8217;s a dynamic language that makes HTML files for your browser to read on the fly.</p>
<p>When you learn PHP and the Wordpress functions and template tags, you can pretty much do anything you want to do inside your blog.  Change up the front page layout, add a search bar outside of the sidebar, set up different templates for different categories, and much more.</p>
<p><strong>Other Themes</strong></p>
<p>Ok, my secret to coding is this: look at other people&#8217;s code.  I grabbed some free themes and looked at how the author coded.  How he did this to generate that effect.  How she got that look for her text.  A book helps, but when you see it, change it, and learn how to tweak yourself, I think you learn faster.</p>
<p>I haven&#8217;t learned everything yet, not by a long shot.  If you have a tip or idea, leave a comment so we all can learn.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshuawagneronline.com/2009/05/building-blocks-for-a-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
