<?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>Frank Feingold</title>
	<atom:link href="http://www.ffeingol.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ffeingol.com</link>
	<description>Ramblings of a tech junkie</description>
	<lastBuildDate>Fri, 06 Aug 2010 01:15:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Thesis custom archive page</title>
		<link>http://www.ffeingol.com/thesis-custom-archive-page</link>
		<comments>http://www.ffeingol.com/thesis-custom-archive-page#comments</comments>
		<pubDate>Sun, 16 Nov 2008 17:26:27 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://www.ffeingol.com/?p=45</guid>
		<description><![CDATA[Thanks to a new hook in Thesis 1.3.2 you can easily change the look and feel of your archives page. There are basically four steps to creating your custom archives page: Create an Archive Page in WordPress (Wirte, Pages). Choose the Archive page template. Add the code below to your custom_functions.php. Add code to your [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to a new hook in Thesis 1.3.2 you can easily change the look and feel of your archives page.  There are basically four steps to creating your custom archives page:</p>
<p><span id="more-45"></span></p>
<ol>
<li>Create an Archive Page in WordPress (Wirte, Pages).</li>
<li>Choose the Archive page template.</li>
<li>Add the code below to your custom_functions.php.</li>
<li>Add code to your custom.css to style the archives page (sample provided below).</li>
</ol>
<h3>PHP code for custom_functions.php</h3>
<pre class="brush: php">
function my_archive() {
?&gt;
&lt;div class=&quot;archive&quot;&gt;
&lt;div class=&quot;archivel&quot;&gt;
  &lt;h3&gt;By Month:&lt;/h3&gt;
  &lt;ul&gt;
    &lt;?php wp_get_archives(&#039;type=monthly&#039;); ?&gt;
    &lt;/ul&gt;

  &lt;h3&gt;By Category:&lt;/h3&gt;
  &lt;ul&gt;
    &lt;?php wp_list_categories(&#039;sort_column=nametitle_li=&#039;); ?&gt;
  &lt;/ul&gt;

&lt;/div&gt;

&lt;div class=&quot;archiver&quot;&gt;

   &lt;h3&gt;By Post: (Last 100 articles)&lt;/h3&gt;
   &lt;ul&gt;
     &lt;?php wp_get_archives(&#039;type=postbypostlimit=100&#039;); ?&gt;
   &lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;?php
}
</pre>
<p class="note">Depending on how your custom_functions.php is setup you may need beginning/ending PHP tags in this code.</p>
<h3>Sample code for custom.css</h3>
<pre class="brush: css">
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}
</pre>
<p>m</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ffeingol.com/thesis-custom-archive-page/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The journey begins</title>
		<link>http://www.ffeingol.com/the-journey-begins</link>
		<comments>http://www.ffeingol.com/the-journey-begins#comments</comments>
		<pubDate>Tue, 28 Oct 2008 03:00:51 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Rambling]]></category>

		<guid isPermaLink="false">http://www.ffeingol.com/?p=42</guid>
		<description><![CDATA[Today I'm writing the first post of my blog.  I'm not exactly sure where this journey will go but I'm hoping to have fun and learn something along the way.  Unlike a lot of current blogs this blog will not be tightly focused on a single topic.  It will "generally" focus on technology (things like WordPress, Linux, MythTV) gadgets (Blackberries etc.) and of course some discussion of web hosting and web hosts.  I also reserve the right to just ramble.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ffeingol.com/wp-content/uploads/2008/10/journey.gif" alt="" title="journey" width="200" height="150" class="alignright frame size-full wp-image-35" /></p>
<p>Today I&#8217;m writing the first post of my blog.  I&#8217;m not exactly sure where this journey will go but I&#8217;m hoping to have fun and learn something along the way.  Unlike a lot of current blogs this blog will not be tightly focused on a single topic.  It will &#8220;generally&#8221; focus on technology (things like WordPress, Linux, MythTV) gadgets (Blackberries etc.) and of course some discussion of web hosting and web hosts.  I also reserve the right to just ramble.</p>
<p><span id="more-42"></span></p>
<p>I&#8217;m also hoping to spend a fair amount of time simply blogging about the mechanics of running a blog.  There are number great sites about blogging (like <a href="http://www.dailyblogtips.com/" class="liexternal">Daily Blog Tips</a> but in my opinion they don&#8217;t get too deeply into the technical aspects of blogging.  I&#8217;m going to do my best to write some nice articles on installing, customizing and using WordPress.  I&#8217;m hoping to keep these an non-technical as possible.  Simply easy to follow &#8220;How To&#8217;s&#8221;.</p>
<p>I also have some goals for the blog:</p>
<ul>
<li>Write a minimum of one blog post per week.</li>
<li>Have 50 RSS subscribers by the end of the year.</li>
<li>Have fun with this.</li>
<li>Don&#8217;t take the blog or myself too seriously.</li>
</ul>
<p>OK, so the first post is short and sweat, but at least I&#8217;ve actually started.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ffeingol.com/the-journey-begins/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
