<?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; header</title>
	<atom:link href="http://programanddesign.com/tag/header/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>Wed, 07 Jul 2010 21:55:16 +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>Templating with PHP</title>
		<link>http://programanddesign.com/php/templating-with-php/</link>
		<comments>http://programanddesign.com/php/templating-with-php/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 23:52:08 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=161</guid>
		<description><![CDATA[There are two main ways to create templates with PHP. Header/Footer Files First, design a one-page static layout for your site. You should come up with something like this: &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Strict//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#34;&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; lang=&#34;en&#34;&#62; &#60;head&#62; &#160; &#160; &#60;title&#62;Untitled&#60;/title&#62; &#160; &#160; &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html;charset=utf-8&#34; /&#62; &#160; &#160; &#60;meta name=&#34;keywords&#34; content=&#34;&#34; [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/php/templating-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
