<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Summer Update</title>
	<atom:link href="http://www.andrewblatt.com/archives/65/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andrewblatt.com/archives/65</link>
	<description>Home to the Tale of Aldain and the Solomon Saga by Andrew Blatt</description>
	<lastBuildDate>Wed, 24 Feb 2010 17:22:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul Kuliniewicz</title>
		<link>http://www.andrewblatt.com/archives/65/comment-page-1#comment-653</link>
		<dc:creator>Paul Kuliniewicz</dc:creator>
		<pubDate>Tue, 20 May 2008 01:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewblatt.com/?p=65#comment-653</guid>
		<description>The page on the WordPress Codex I linked to should cover the basics, and link to the more advanced material.  Looking at the code for the stock themes might help, since they shouldn&#039;t be doing anything &lt;em&gt;too&lt;/em&gt; crazy.

Fortunately, the way WordPress does themes, you can make a basic yet functional theme with very little code, and then build things up from there by adding new files for more specialized functions.

I highly suggest setting up a scratch install of WordPress to play around with your new theme on, since you probably don&#039;t want your initial attempts exposed for all to see on your live site.</description>
		<content:encoded><![CDATA[<p>The page on the WordPress Codex I linked to should cover the basics, and link to the more advanced material.  Looking at the code for the stock themes might help, since they shouldn&#8217;t be doing anything <em>too</em> crazy.</p>
<p>Fortunately, the way WordPress does themes, you can make a basic yet functional theme with very little code, and then build things up from there by adding new files for more specialized functions.</p>
<p>I highly suggest setting up a scratch install of WordPress to play around with your new theme on, since you probably don&#8217;t want your initial attempts exposed for all to see on your live site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.andrewblatt.com/archives/65/comment-page-1#comment-647</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 19 May 2008 03:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewblatt.com/?p=65#comment-647</guid>
		<description>Thanks Paul! When I next get in a hacky mood (which always seems to happen when I&#039;m away from the computer), I&#039;ll be sure to utilize those resources. I haven&#039;t clicked on anything yet, but is there a step-by-step sample guide on building a Wordpress theme? That is, one that walks you through creating your own generic theme. Because I&#039;ve found that that is the way for me to learn any sort of programming language.</description>
		<content:encoded><![CDATA[<p>Thanks Paul! When I next get in a hacky mood (which always seems to happen when I&#8217;m away from the computer), I&#8217;ll be sure to utilize those resources. I haven&#8217;t clicked on anything yet, but is there a step-by-step sample guide on building a Wordpress theme? That is, one that walks you through creating your own generic theme. Because I&#8217;ve found that that is the way for me to learn any sort of programming language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Kuliniewicz</title>
		<link>http://www.andrewblatt.com/archives/65/comment-page-1#comment-646</link>
		<dc:creator>Paul Kuliniewicz</dc:creator>
		<pubDate>Mon, 19 May 2008 02:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewblatt.com/?p=65#comment-646</guid>
		<description>The double-main-loop hackery in the SoF WordPress theme should be extensible to a triple-main-loop setup without too much trouble.  In fact, it&#039;d probably be a bit easier: extra tricks are needed to show all the events scheduled for the next day there are events scheduled for, instead of just showing the next event.

In addition to &lt;a href=&quot;http://www.php.net/manual/en/&quot; rel=&quot;nofollow&quot;&gt;learning PHP&lt;/a&gt;, you&#039;ll also want to read up a bit on &lt;a href=&quot;http://codex.wordpress.org/Theme_Development&quot; rel=&quot;nofollow&quot;&gt;WordPress themes&lt;/a&gt; and how they work.  The double-main-loop hack depends on knowing what the main loop is doing, and fiddling with it a bit behind its back.

Also, be careful when searching for PHP resources out on the web; a &lt;em&gt;lot&lt;/em&gt; of PHP code out there is so poorly written as to be &lt;a href=&quot;http://thedailywtf.com/&quot; rel=&quot;nofollow&quot;&gt;WTF-worthy&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The double-main-loop hackery in the SoF WordPress theme should be extensible to a triple-main-loop setup without too much trouble.  In fact, it&#8217;d probably be a bit easier: extra tricks are needed to show all the events scheduled for the next day there are events scheduled for, instead of just showing the next event.</p>
<p>In addition to <a href="http://www.php.net/manual/en/" rel="nofollow">learning PHP</a>, you&#8217;ll also want to read up a bit on <a href="http://codex.wordpress.org/Theme_Development" rel="nofollow">WordPress themes</a> and how they work.  The double-main-loop hack depends on knowing what the main loop is doing, and fiddling with it a bit behind its back.</p>
<p>Also, be careful when searching for PHP resources out on the web; a <em>lot</em> of PHP code out there is so poorly written as to be <a href="http://thedailywtf.com/" rel="nofollow">WTF-worthy</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
