<?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/"
	>

<channel>
	<title>MichaelsNet Notes</title>
	<atom:link href="http://www.michaelsnet.us/notes/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.michaelsnet.us/notes</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 17 Dec 2008 04:49:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Themes Have</title>
		<link>http://www.michaelsnet.us/notes/?p=5</link>
		<comments>http://www.michaelsnet.us/notes/?p=5#comments</comments>
		<pubDate>Wed, 17 Dec 2008 04:30:29 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.michaelsnet.us/notes/?p=5</guid>
		<description><![CDATA[Themes have:

404 Template = 404.php
Archive Template = archive.php
Archive Index Page = archives.php
Comments Template = comments.php
Footer Template = footer.php
Header Template = header.php
Links = links.php
Main Template = index.php
Page Template = page.php
Popup Comments Template = comments-popup.php
Post Template = single.php
Search Form = searchform.php
Search Template = search.php
Sidebar Template = sidebar.php
Stylesheet = style.css

http://codex.wordpress.org/Using_Themes scroll down to get to the theme structure [...]]]></description>
			<content:encoded><![CDATA[<p>Themes have:</p>
<ul>
<li><a title="Creating an Error 404 Page" href="http://codex.wordpress.org/Creating_an_Error_404_Page">404 Template</a> = <tt>404.php</tt></li>
<li>Archive Template = <tt>archive.php</tt></li>
<li><a title="Creating an Archive Index" href="http://codex.wordpress.org/Creating_an_Archive_Index">Archive Index Page</a> = <tt>archives.php</tt></li>
<li>Comments Template = <tt>comments.php</tt></li>
<li>Footer Template = <tt>footer.php</tt></li>
<li><a title="Designing Headers" href="http://codex.wordpress.org/Designing_Headers">Header Template</a> = <tt>header.php</tt></li>
<li>Links = <tt>links.php</tt></li>
<li>Main Template = <tt>index.php</tt></li>
<li><a title="Pages" href="http://codex.wordpress.org/Pages">Page Template</a> = <tt>page.php</tt></li>
<li>Popup Comments Template = <tt>comments-popup.php</tt></li>
<li>Post Template = <tt>single.php</tt></li>
<li>Search Form = <tt>searchform.php</tt></li>
<li><a title="Creating a Search Page" href="http://codex.wordpress.org/Creating_a_Search_Page">Search Template</a> = <tt>search.php</tt></li>
<li><a title="Customizing Your Sidebar" href="http://codex.wordpress.org/Customizing_Your_Sidebar">Sidebar Template</a> = <tt>sidebar.php</tt></li>
<li>Stylesheet = <tt>style.css</tt></li>
</ul>
<p>http://codex.wordpress.org/Using_Themes scroll down to get to the theme structure section.</p>
<p>http://codex.wordpress.org/Theme_Development</p>
<p>http://codex.wordpress.org/Designing_Themes_for_Public_Release</p>
<h2><span class="mw-headline">Theme Tools and Other Resources</span></h2>
<p>These tools and resources will aid you in creating and/or enhancing themes.</p>
<p><a name="Layout"></a></p>
<h3><span class="mw-headline">Layout</span></h3>
<ul>
<li> <a title="Blog Design and Layout" href="http://codex.wordpress.org/Blog_Design_and_Layout">Blog Design and Layout</a></li>
<li> <a title="Stepping Into Templates" href="http://codex.wordpress.org/Stepping_Into_Templates">Stepping Into Templates</a></li>
<li> <a title="Customizing Your Sidebar" href="http://codex.wordpress.org/Customizing_Your_Sidebar">Customizing Your Sidebar</a></li>
<li> <a title="Good Navigation Links" href="http://codex.wordpress.org/Good_Navigation_Links">Good Navigation Links</a></li>
<li> <a title="Next and Previous Links" href="http://codex.wordpress.org/Next_and_Previous_Links">Next and Previous Links</a></li>
<li> <a title="Styling Lists with CSS" href="http://codex.wordpress.org/Styling_Lists_with_CSS">Styling Lists with CSS</a></li>
<li> <a title="Creating Horizontal Menus" href="http://codex.wordpress.org/Creating_Horizontal_Menus">Creating Horizontal Menus</a></li>
<li> <a title="Dynamic Menu Highlighting" href="http://codex.wordpress.org/Dynamic_Menu_Highlighting">Dynamic Menu Highlighting</a></li>
<li> <a title="FAQ Layout and Design" href="http://codex.wordpress.org/FAQ_Layout_and_Design">FAQ Layout and Design</a></li>
<li> <a class="external text" title="http://www.redalt.com/Tools/builder.php" href="http://www.redalt.com/Tools/builder.php">WordPress Index Builder</a></li>
<li> <a class="external text" title="http://www.wateronlydries.com/?p=158" href="http://www.wateronlydries.com/?p=158">Photoshop Template for the WordPress Default Theme</a></li>
</ul>
<p><a name="Templates_and_Template_Tags"></a></p>
<h3><span class="mw-headline">Templates and Template Tags</span></h3>
<ul>
<li> <a title="Templates" href="http://codex.wordpress.org/Templates">Template Files</a></li>
<li> <a title="Stepping Into Templates" href="http://codex.wordpress.org/Stepping_Into_Templates">Stepping Into Templates</a></li>
<li> <a title="Stepping Into Template Tags" href="http://codex.wordpress.org/Stepping_Into_Template_Tags">Stepping Into Template Tags</a></li>
<li> <a title="Template Tags" href="http://codex.wordpress.org/Template_Tags">Template Tags</a></li>
<li> <a title="Theme Development" href="http://codex.wordpress.org/Theme_Development">Developing WordPress Themes</a></li>
<li> <a title="The Loop in Action" href="http://codex.wordpress.org/The_Loop_in_Action">The Loop in Action</a></li>
<li> <a class="external text" title="http://guff.szub.net/wordpress/template-tags/" href="http://guff.szub.net/wordpress/template-tags/">Template Tag Layout in simple to read form</a></li>
<li> <a class="external text" title="http://boren.nu/archives/2004/11/10/anatomy-of-a-wordpress-theme/" href="http://boren.nu/archives/2004/11/10/anatomy-of-a-wordpress-theme/">Anatomy of a WordPress Theme</a></li>
<li> <a class="external text" title="http://boren.nu/archives/2004/10/16/templates-and-the-is-functions/" href="http://boren.nu/archives/2004/10/16/templates-and-the-is-functions/">Templates and the is functions</a></li>
<li> <a class="external text" title="http://www.urbangiraffe.com/2005/04/12/themeguide1/1/" href="http://www.urbangiraffe.com/2005/04/12/themeguide1/1/">Dissection of a WordPress Theme</a></li>
</ul>
<p><a name="Tools_and_Resources"></a></p>
<h3><span class="mw-headline">Tools and Resources</span></h3>
<ul>
<li> <a title="Designing Themes for Public Release" href="http://codex.wordpress.org/Designing_Themes_for_Public_Release">Designing Themes for Public Release</a></li>
<li> <a title="Know Your Sources" href="http://codex.wordpress.org/Know_Your_Sources">Know Your Sources</a></li>
<li> <a title="Validating a Website" href="http://codex.wordpress.org/Validating_a_Website">Validating a Website</a></li>
<li> <a title="Finding Your CSS Styles" href="http://codex.wordpress.org/Finding_Your_CSS_Styles">Finding Your CSS Styles</a></li>
<li> <a title="CSS Fixing Browser Bugs" href="http://codex.wordpress.org/CSS_Fixing_Browser_Bugs">CSS Fixing Browser Bugs</a></li>
<li> <a class="external text" title="http://www.jestro.com/web-design/convert-xhtml-css-to-wordpress/" href="http://www.jestro.com/web-design/convert-xhtml-css-to-wordpress/">How to convert XHTML/HTML/CSS to Wordpress</a></li>
<li> <a class="external text" title="http://elasticdog.com/2004/11/wp-design-sandbox/" href="http://elasticdog.com/2004/11/wp-design-sandbox/">WordPress Design Sandbox Article</a></li>
<li> <a class="external text" title="http://www.cameraontheroad.com/index.php?p=594" href="http://www.cameraontheroad.com/index.php?p=594">Working On CSS and the WordPress Theme (using a sandbox)</a></li>
<li><a class="external text" title="http://theundersigned.net/2006/05/from-xhtmlcss-to-wordpress/" href="http://theundersigned.net/2006/05/from-xhtmlcss-to-wordpress/">From XHTML CSS to WordPress (making a Theme}</a></li>
<li><a class="external text" title="http://www.jonathanwold.com/tutorials/wordpress_theme/" href="http://www.jonathanwold.com/tutorials/wordpress_theme/">Tutorial: How to Create a Wordpress Theme</a></li>
<li><a class="external text" title="http://coevolving.com/blogs/index.php/archive/installing-and-customizing-wordpress-on-your-own-domain/" href="http://coevolving.com/blogs/index.php/archive/installing-and-customizing-wordpress-on-your-own-domain/">Coevolving Innovations guide to Installing Wordpress (including a Theme) on a web host with Fantastico and cPanel</a> (at Wordpress 2.2.1)</li>
<li><a class="external text" title="http://wordpress.thelinuxpenguin.com/" href="http://wordpress.thelinuxpenguin.com/">Tutorial: How to Install a Wordpress Theme</a></li>
<li><a class="external text" title="http://perishablepress.com/press/2008/07/07/multiple-themes-outside-wordpress-installation-directory/" href="http://perishablepress.com/press/2008/07/07/multiple-themes-outside-wordpress-installation-directory/">Working with Multiple Themes Outside of the WordPress Installation Directory</a></li>
<li><a class="external text" title="http://www.prelovac.com/vladimir/wordpress-plugins/theme-test-drive" href="http://www.prelovac.com/vladimir/wordpress-plugins/theme-test-drive">Theme Test Drive plugin to preview themes</a></li>
</ul>
<p><a name="Colors.2C_Graphics.2C_and_Fonts"></a></p>
<h3><span class="mw-headline">Colors, Graphics, and Fonts</span></h3>
<ul>
<li> <a class="external text" title="http://www.redalt.com/Tools/kubrickr.php" href="http://www.redalt.com/Tools/kubrickr.php">Kubrickr - Changes Default Theme Header Images</a></li>
<li> <a class="external text" title="http://www.digitalwestex.com/gallery/index.php?cat=3" href="http://www.digitalwestex.com/gallery/index.php?cat=3">Header Graphics</a></li>
<li> <a class="external text" title="http://creativecommons.org/image/" href="http://creativecommons.org/image/">Creative Commons Images</a></li>
<li> <a class="external text" title="http://www.imageafter.com/" href="http://www.imageafter.com/">Image * After - Free Stock Image Library</a></li>
<li> <a class="external text" title="http://www.freeiconsweb.com/" href="http://www.freeiconsweb.com/">Free Icons Library</a></li>
<li> <a class="external text" title="http://www.sxc.hu/" href="http://www.sxc.hu/">Stock.xchng - Free Stock Image Library</a></li>
<li> <a title="Playing With Fonts" href="http://codex.wordpress.org/Playing_With_Fonts">Playing With Fonts</a></li>
<li> <a title="Developing a Colour Scheme" href="http://codex.wordpress.org/Developing_a_Colour_Scheme">Developing a Colour Scheme</a></li>
<li> <a class="external text" title="http://colr.org" href="http://colr.org/">Colr.org - For Finding Colors in an Image</a></li>
<li> <a class="external text" title="http://www.redalt.com/Tools/ilyc.php" href="http://www.redalt.com/Tools/ilyc.php">I Like Your Colors</a></li>
<li> <a class="external text" title="http://www.2yi.net/free-stock-photos.html" href="http://www.2yi.net/free-stock-photos.html">List of More than 70 Free Stock Photo Sites</a></li>
<li> <a class="external text" title="http://labs.adobe.com/technologies/kuler/" href="http://labs.adobe.com/technologies/kuler/">kuler - Create color palettes with this web app from Adobe Labs</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelsnet.us/notes/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.michaelsnet.us/notes/?p=1</link>
		<comments>http://www.michaelsnet.us/notes/?p=1#comments</comments>
		<pubDate>Wed, 17 Dec 2008 02:33:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.michaelsnet.us/words/?p=1</guid>
		<description><![CDATA[Test blog.  I&#8217;m learning to build themes.  They&#8217;ll be on show here.
]]></description>
			<content:encoded><![CDATA[<p>Test blog.  I&#8217;m learning to build themes.  They&#8217;ll be on show here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelsnet.us/notes/?feed=rss2&amp;p=1</wfw:commentRss>
		</item>
	</channel>
</rss>
