<?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>Program &#38; Design &#187; Web</title>
	<atom:link href="http://programanddesign.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://programanddesign.com</link>
	<description>Tips, tricks, tutorials, and tools on programming &#38; web design</description>
	<lastBuildDate>Sat, 24 Dec 2011 21:44:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Use .htaccess to hide file extensions</title>
		<link>http://programanddesign.com/web/htaccess/use-htaccess-to-hide-file-extensions/</link>
		<comments>http://programanddesign.com/web/htaccess/use-htaccess-to-hide-file-extensions/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 02:20:48 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[hide]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=154</guid>
		<description><![CDATA[Create a file at the root of your web server called ".htaccess". Put the following code inside: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule .* $0.php This will make it so you can access all your PHP pages without having to type the ".php" extension the URL or your &#60;a href>s. i.e., you [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/web/htaccess/use-htaccess-to-hide-file-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create a Database and Install WordPress</title>
		<link>http://programanddesign.com/web/how-to-create-a-database-and-install-wordpress/</link>
		<comments>http://programanddesign.com/web/how-to-create-a-database-and-install-wordpress/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 00:45:25 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=65</guid>
		<description><![CDATA[This tutorial isn't just about installing WordPress. It will cover how to set up a database using cpanel, and optionally, how to unzip files directly on your web server. WordPress has documentation on their site about installation too, but I'm going to share with you how I like to do it. The Easy Way Estimated [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/web/how-to-create-a-database-and-install-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

