<?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>Brainstorms of a Webdev &#187; PHP</title>
	<atom:link href="http://www.bswebdev.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bswebdev.com</link>
	<description>Web development, PHP, Security, etc... etc...</description>
	<lastBuildDate>Fri, 23 Jul 2010 01:39:51 +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>Creating an Alpha Pager with Views 2 and Drupal 6</title>
		<link>http://www.bswebdev.com/2010/07/creating-an-alpha-pager-with-views-2-and-drupal-6/</link>
		<comments>http://www.bswebdev.com/2010/07/creating-an-alpha-pager-with-views-2-and-drupal-6/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 01:39:51 +0000</pubDate>
		<dc:creator>tarnus</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Alpha Agument]]></category>
		<category><![CDATA[Alpha Pager]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[Views2]]></category>

		<guid isPermaLink="false">http://www.bswebdev.com/?p=87</guid>
		<description><![CDATA[This is a reprint of an article I found here: http://tedserbinski.com/tags/drupal/creating-alpha-pager-with-views-2-and-drupal-6 This is article that saved me tons of hours while I was chasing my tail trying to find an easy way to do this, reprinted so I can remember it later: From reading all of the docs and quietly watching development commits, I knew [...]]]></description>
		<wfw:commentRss>http://www.bswebdev.com/2010/07/creating-an-alpha-pager-with-views-2-and-drupal-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal node templates based on node id</title>
		<link>http://www.bswebdev.com/2010/06/drupal-node-templates-based-on-node-id/</link>
		<comments>http://www.bswebdev.com/2010/06/drupal-node-templates-based-on-node-id/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 17:49:19 +0000</pubDate>
		<dc:creator>tarnus</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.bswebdev.com/?p=81</guid>
		<description><![CDATA[Code Snippet to allow you to override and specify node templates based on node id. Put the code in your template.php file /** * Override or insert variables into the node templates. * * @param $vars * An array of variables to pass to the theme template. * @param $hook * The name of the [...]]]></description>
		<wfw:commentRss>http://www.bswebdev.com/2010/06/drupal-node-templates-based-on-node-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sql file splitter to the rescue</title>
		<link>http://www.bswebdev.com/2008/05/sql-file-splitter-to-the-rescue/</link>
		<comments>http://www.bswebdev.com/2008/05/sql-file-splitter-to-the-rescue/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 03:37:25 +0000</pubDate>
		<dc:creator>tarnus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[large file mysql importer]]></category>
		<category><![CDATA[mysql dump]]></category>
		<category><![CDATA[sql splitter]]></category>

		<guid isPermaLink="false">http://www.bswebdev.com/?p=19</guid>
		<description><![CDATA[My Adventures in sql dumping and database migration My latest problem project presented itself as a phpbb conversion. The client was having some issues with the old versions of phpbb so we elected to move them to the new version. While this is a great idea on the surface I did not realize how big [...]]]></description>
		<wfw:commentRss>http://www.bswebdev.com/2008/05/sql-file-splitter-to-the-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP day count and date comparison</title>
		<link>http://www.bswebdev.com/2008/05/php-day-count-and-date-comparison/</link>
		<comments>http://www.bswebdev.com/2008/05/php-day-count-and-date-comparison/#comments</comments>
		<pubDate>Tue, 13 May 2008 14:52:11 +0000</pubDate>
		<dc:creator>tarnus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php date]]></category>

		<guid isPermaLink="false">http://www.bswebdev.com/?p=12</guid>
		<description><![CDATA[Dealing with date based data can be a mind numbing experience. Calculation date differences, doing date comparisons can really stretch you to the limits at times. There is a variety of ways to deal with date based data but the first step usually is to convert it into a standard format that you can easily [...]]]></description>
		<wfw:commentRss>http://www.bswebdev.com/2008/05/php-day-count-and-date-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Variable Variables and Template Lite</title>
		<link>http://www.bswebdev.com/2008/05/variable-variables-and-template-lite/</link>
		<comments>http://www.bswebdev.com/2008/05/variable-variables-and-template-lite/#comments</comments>
		<pubDate>Thu, 01 May 2008 14:17:27 +0000</pubDate>
		<dc:creator>tarnus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Template Lite]]></category>

		<guid isPermaLink="false">http://blog.oznet.com/?p=4</guid>
		<description><![CDATA[There is one programing concept that always hurts my head, and that is the variable variables or dynamic variables. What dynamic let you do is access data from the value of the a variable you are viewing. (See I told you it would hurt your head) &#160; $b =20; // set the value of b [...]]]></description>
		<wfw:commentRss>http://www.bswebdev.com/2008/05/variable-variables-and-template-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template Lite Modifiers</title>
		<link>http://www.bswebdev.com/2008/04/template-lite-modifiers/</link>
		<comments>http://www.bswebdev.com/2008/04/template-lite-modifiers/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 06:16:20 +0000</pubDate>
		<dc:creator>tarnus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Template Lite]]></category>

		<guid isPermaLink="false">http://blog.oznet.com/?p=3</guid>
		<description><![CDATA[One of the greatest tools I have in my library set is Template Lite . Template lite is a light-weight version of another template engine known as Smarty. Once you start using template lite you will be pleasantly surprised by how powerful yet modular it is. My whole point of this blog is to talk [...]]]></description>
		<wfw:commentRss>http://www.bswebdev.com/2008/04/template-lite-modifiers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
