<?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>Dan Beland &#187; PHP</title>
	<atom:link href="http://www.danbeland.com/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.danbeland.com</link>
	<description>Website Development Services</description>
	<lastBuildDate>Sat, 13 Nov 2010 00:15:46 +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>Standalone PHP Apps in Windows</title>
		<link>http://www.danbeland.com/php/standalone-php-apps-windows</link>
		<comments>http://www.danbeland.com/php/standalone-php-apps-windows#comments</comments>
		<pubDate>Wed, 03 Nov 2010 20:56:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=446</guid>
		<description><![CDATA[If you want to make simple standalone command-line apps in Windows using PHP, go download the Bambalam PHP EXE Compiler/Embedder. It can&#8217;t get much simpler. Write your code, run compile.bat, and Bambalam! you&#8217;ve got you app. For using command-line parameters, check out these variables: $_SERVER['argc']; // number of arguments $_SERVER['argv']; // array of arguments]]></description>
		<wfw:commentRss>http://www.danbeland.com/php/standalone-php-apps-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugins for an effective CMS</title>
		<link>http://www.danbeland.com/php/wordpress-plugins-for-an-effective-cms</link>
		<comments>http://www.danbeland.com/php/wordpress-plugins-for-an-effective-cms#comments</comments>
		<pubDate>Tue, 02 Nov 2010 21:01:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=434</guid>
		<description><![CDATA[This is a list of all the plugins I used on a recent project that worked well together to streamline WordPress for better use as a CMS. Simple Fields worked really well for having a different banner image on each page. Admin Management Xtended WordPress 2.7+ only. Extends admin functionalities by introducing: toggling post/page visibility [...]]]></description>
		<wfw:commentRss>http://www.danbeland.com/php/wordpress-plugins-for-an-effective-cms/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>strtoslug() &#8211; SEO Friendly URL&#8217;s with PHP</title>
		<link>http://www.danbeland.com/php/strtoslug-seo-friendly-urls-with-php</link>
		<comments>http://www.danbeland.com/php/strtoslug-seo-friendly-urls-with-php#comments</comments>
		<pubDate>Thu, 08 Oct 2009 22:52:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=210</guid>
		<description><![CDATA[Quick n&#8217; Simple.  Check it: function strtoslug($str) { $str = strtolower(trim($str)); $str = preg_replace('/[^a-z0-9-]/', '-', $str); $str = preg_replace('/-+/', &#34;-&#34;, $str); return $str; }]]></description>
		<wfw:commentRss>http://www.danbeland.com/php/strtoslug-seo-friendly-urls-with-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

