<?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>Brian Wigginton &#187; PHP</title>
	<atom:link href="http://www.bwigg.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bwigg.com</link>
	<description>libB - Notes &#38; Tutorials on Delicious Bytes of Technology</description>
	<lastBuildDate>Tue, 16 Feb 2010 01:28:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Magento Sidebar Categories</title>
		<link>http://www.bwigg.com/2010/01/magento-sidebar-categories/</link>
		<comments>http://www.bwigg.com/2010/01/magento-sidebar-categories/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:06:37 +0000</pubDate>
		<dc:creator>bawigga</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.bwigg.com/?p=209</guid>
		<description><![CDATA[The following will display a list of categories in your store in your right sidebar. Layout Alter page.xml so that the default handle's right block contains the following: &#60;block type=&#34;catalog/navigation&#34; name=&#34;category.listing&#34; template=&#34;catalog/navigation/categories.phtml&#34; /&#62; My final right block looks as follows &#60;block type=&#34;core/text_list&#34; name=&#34;right&#34; as=&#34;right&#34;&#62; &#60;block type=&#34;catalog/navigation&#34; name=&#34;featured&#34; template=&#34;catalog/featured_random.phtml&#34; /&#62; &#60;block type=&#34;catalog/navigation&#34; name=&#34;category.listing&#34; template=&#34;catalog/navigation/categories.phtml&#34; /&#62; &#60;/block&#62; [...]]]></description>
		<wfw:commentRss>http://www.bwigg.com/2010/01/magento-sidebar-categories/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Magento Sidebar Featured Products</title>
		<link>http://www.bwigg.com/2010/01/magento-featured-products-in-sidebar/</link>
		<comments>http://www.bwigg.com/2010/01/magento-featured-products-in-sidebar/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 04:59:18 +0000</pubDate>
		<dc:creator>bawigga</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.bwigg.com/?p=195</guid>
		<description><![CDATA[This tutorial will explain how to add a featured product to the sidebar. In this example we will add the featured product to the right sidebar. The steps we will follow are as follows. Create a new category in the magento admin area to contain our featured products. Add the block calls to the XML [...]]]></description>
		<wfw:commentRss>http://www.bwigg.com/2010/01/magento-featured-products-in-sidebar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Subversion: Continuous Integration with a PHP Application</title>
		<link>http://www.bwigg.com/2009/10/subversion-continuous-integration-with-a-php-application/</link>
		<comments>http://www.bwigg.com/2009/10/subversion-continuous-integration-with-a-php-application/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 21:13:32 +0000</pubDate>
		<dc:creator>bawigga</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.bwigg.com/?p=110</guid>
		<description><![CDATA[Abstract This tutorial explains how to update a staging site whenever there is a commit to the SVN repository. This assumes basic knowledge of Subversion, Apache and C and that the staging site is running a working copy checked out from the repository. Problem &#38; Solution When working close with designers or other non-coders it's [...]]]></description>
		<wfw:commentRss>http://www.bwigg.com/2009/10/subversion-continuous-integration-with-a-php-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
