<?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>Zagar.biz</title>
	<atom:link href="http://zagar.biz/feed/" rel="self" type="application/rss+xml" />
	<link>http://zagar.biz</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 01 May 2012 06:31:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Get Up and Running with Mercurial and BitBucket</title>
		<link>http://zagar.biz/2012/up-and-running-with-mercurial-and-bitbucket/</link>
		<comments>http://zagar.biz/2012/up-and-running-with-mercurial-and-bitbucket/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 18:07:29 +0000</pubDate>
		<dc:creator>Scott Zagar</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://zagar.biz/?p=925</guid>
		<description><![CDATA[<p>Over the holidays Santa hooked me up with a MacBook Air. I decided to take advantage of this clean slate and streamline my development process by incorporating version control. Here&#8217;s a 10-step tutorial on getting Mercurial and Bitbucket integrated on &#8230; <a href="http://zagar.biz/2012/up-and-running-with-mercurial-and-bitbucket/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>Read more from Scott Zagar at <a href="http://zagar.biz">Zagar.biz - Just another WordPress site</a></p>]]></description>
		<wfw:commentRss>http://zagar.biz/2012/up-and-running-with-mercurial-and-bitbucket/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.2: Creating Custom Permalinks for Non-WP Data</title>
		<link>http://zagar.biz/2011/wordpress-creating-custom-permalinks/</link>
		<comments>http://zagar.biz/2011/wordpress-creating-custom-permalinks/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 12:25:24 +0000</pubDate>
		<dc:creator>Scott Zagar</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zagar.biz/?p=807</guid>
		<description><![CDATA[<p>This short tutorial explains how to use WordPress filter hooks to create a custom permalink structure based on data from a non-WP database, and how to access and use URL variables within custom templates. Today I had the task of &#8230; <a href="http://zagar.biz/2011/wordpress-creating-custom-permalinks/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>Read more from Scott Zagar at <a href="http://zagar.biz">Zagar.biz - Just another WordPress site</a></p>]]></description>
		<wfw:commentRss>http://zagar.biz/2011/wordpress-creating-custom-permalinks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Notes on the Historical Significance of JavaScript</title>
		<link>http://zagar.biz/2011/some-notes-on-the-historical-significance-of-javascript/</link>
		<comments>http://zagar.biz/2011/some-notes-on-the-historical-significance-of-javascript/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 11:55:55 +0000</pubDate>
		<dc:creator>Scott Zagar</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://zagar.biz/?p=786</guid>
		<description><![CDATA[<p>Over today&#8217;s Saturday morning coffee, I tuned into the Yahoo! public lecture series given by JavaScript architect Douglas Crockford. In the first lecture, Crockford presents the history of computers and programming from the JavaScript developer&#8217;s perspective. Here I&#8217;ve distilled the gist &#8230; <a href="http://zagar.biz/2011/some-notes-on-the-historical-significance-of-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>Read more from Scott Zagar at <a href="http://zagar.biz">Zagar.biz - Just another WordPress site</a></p>]]></description>
		<wfw:commentRss>http://zagar.biz/2011/some-notes-on-the-historical-significance-of-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kohana 3.1: Snippets</title>
		<link>http://zagar.biz/2011/kohana-3-1-query-builder-snippets/</link>
		<comments>http://zagar.biz/2011/kohana-3-1-query-builder-snippets/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 12:47:59 +0000</pubDate>
		<dc:creator>Scott Zagar</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[kohana 3.1]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://zagar.biz/?p=753</guid>
		<description><![CDATA[<p>I&#8217;ve been working on an app using Kohaha 3.1 HMVC PHP framework. Although I&#8217;m stoked on Kohana 3.1, the documentation isn&#8217;t as easy to get at as I&#8217;d like. So here we go: snippets! Mostly for the Query Builder. No &#8230; <a href="http://zagar.biz/2011/kohana-3-1-query-builder-snippets/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>Read more from Scott Zagar at <a href="http://zagar.biz">Zagar.biz - Just another WordPress site</a></p>]]></description>
		<wfw:commentRss>http://zagar.biz/2011/kohana-3-1-query-builder-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.2: Writing a Plugin, part 2 of 3</title>
		<link>http://zagar.biz/2011/writing-a-wordpress-plugin-part-2-of-2/</link>
		<comments>http://zagar.biz/2011/writing-a-wordpress-plugin-part-2-of-2/#comments</comments>
		<pubDate>Thu, 05 May 2011 13:13:32 +0000</pubDate>
		<dc:creator>Scott Zagar</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://localhost/zagardev-wp/?p=278</guid>
		<description><![CDATA[<p>In this tutorial we will implement an an object-oriented solution into our admin pages. What we&#8217;ve done thus far in Part 1 could be used as a basic starting point for any plugin. We created the plugin and the initialization &#8230; <a href="http://zagar.biz/2011/writing-a-wordpress-plugin-part-2-of-2/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>Read more from Scott Zagar at <a href="http://zagar.biz">Zagar.biz - Just another WordPress site</a></p>]]></description>
		<wfw:commentRss>http://zagar.biz/2011/writing-a-wordpress-plugin-part-2-of-2/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>WordPress 3.2: Writing a Plugin, Part 1 of 3</title>
		<link>http://zagar.biz/2011/how-to-write-a-wordpress-plugin/</link>
		<comments>http://zagar.biz/2011/how-to-write-a-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 12:59:25 +0000</pubDate>
		<dc:creator>Scott Zagar</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://localhost/zagardev-wp/?p=215</guid>
		<description><![CDATA[<p>In this three-part tutorial I will cover the steps to creating a WordPress 3.2 plugin to manage a Web Projects portfolio. This part focuses on setting up the plugin and WordPress 3 administration screens. Part 2 focuses on implementing essential &#8230; <a href="http://zagar.biz/2011/how-to-write-a-wordpress-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>Read more from Scott Zagar at <a href="http://zagar.biz">Zagar.biz - Just another WordPress site</a></p>]]></description>
		<wfw:commentRss>http://zagar.biz/2011/how-to-write-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Drupal 6: Text-based Blog Pagination</title>
		<link>http://zagar.biz/2011/drupal-6-blog-pagination-with-custom-pager-module/</link>
		<comments>http://zagar.biz/2011/drupal-6-blog-pagination-with-custom-pager-module/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 22:52:27 +0000</pubDate>
		<dc:creator>Scott Zagar</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://localhost/zagardev-wp/?p=146</guid>
		<description><![CDATA[<p>In this tutorial I&#8217;ll show you how to add text-based next/previous pagination functionality to a Drupal blog. I needed next/back article pagination for my Drupal blog on my other web site. What I wanted on my Drupal blog is essentially &#8230; <a href="http://zagar.biz/2011/drupal-6-blog-pagination-with-custom-pager-module/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>Read more from Scott Zagar at <a href="http://zagar.biz">Zagar.biz - Just another WordPress site</a></p>]]></description>
		<wfw:commentRss>http://zagar.biz/2011/drupal-6-blog-pagination-with-custom-pager-module/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Snippet: Hide Page Titles of Select Pages</title>
		<link>http://zagar.biz/2011/how-to-hide-page-title-in-wordpress-without-using-plugins/</link>
		<comments>http://zagar.biz/2011/how-to-hide-page-title-in-wordpress-without-using-plugins/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 19:41:00 +0000</pubDate>
		<dc:creator>Scott Zagar</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://localhost/zagardev-wp/?p=93</guid>
		<description><![CDATA[<p>Here is a quick programmatic usage of three lines of PHP along with the custom fields for pages to control whether the page title is displayed. The problem presented itself to me on my &#8220;Profile&#8221; page, where I have a &#8230; <a href="http://zagar.biz/2011/how-to-hide-page-title-in-wordpress-without-using-plugins/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>Read more from Scott Zagar at <a href="http://zagar.biz">Zagar.biz - Just another WordPress site</a></p>]]></description>
		<wfw:commentRss>http://zagar.biz/2011/how-to-hide-page-title-in-wordpress-without-using-plugins/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Hello, world. This is going to get complicated.</title>
		<link>http://zagar.biz/2011/new-site-new-blog/</link>
		<comments>http://zagar.biz/2011/new-site-new-blog/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 13:00:16 +0000</pubDate>
		<dc:creator>Scott Zagar</dc:creator>
				<category><![CDATA[questionable]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://localhost/zagardev-wp/?p=26</guid>
		<description><![CDATA[<p>Welcome to my new web site. For this iteration of zagar.biz I&#8217;ve decided to use WordPress. In the past I&#8217;ve used my own CMS, but WordPress 3 is looking pretty good now so I will move over to it. I&#8217;m &#8230; <a href="http://zagar.biz/2011/new-site-new-blog/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>Read more from Scott Zagar at <a href="http://zagar.biz">Zagar.biz - Just another WordPress site</a></p>]]></description>
		<wfw:commentRss>http://zagar.biz/2011/new-site-new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

