<?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>Plain Old Semantic HTML &#187; PHP</title>
	<atom:link href="http://plainoldsemantichtml.org/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://plainoldsemantichtml.org</link>
	<description>POSH!</description>
	<lastBuildDate>Wed, 28 Apr 2010 01:04:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
<link>http://plainoldsemantichtml.org</link>
<url>http://plainoldsemantichtml.org/wp-content/mbp-favicon/page_peppermint.png</url>
<title>Plain Old Semantic HTML</title>
</image>
		<item>
		<title>PHP and the newbie web designer </title>
		<link>http://plainoldsemantichtml.org/2007/06/05/php-and-the-newbie-web-designer/</link>
		<comments>http://plainoldsemantichtml.org/2007/06/05/php-and-the-newbie-web-designer/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 07:03:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://plainoldsemantichtml.com/blog/2007/06/05/php-and-the-newbie-web-designer/</guid>
		<description><![CDATA[PHP (PHP: Hypertext Preprocessor) will not bite you! As a matter of fact, it will do you more of a favor than you think! I remember when I began to play around with PHP, I figured that all I&#8217;d do with it was to dynamically input the time onto my static page! Those first days [...]]]></description>
			<content:encoded><![CDATA[<p>PHP (PHP: Hypertext Preprocessor) <strong>will not bite</strong> you! As a matter of fact, it will do you more of a favor than you think! I remember when I began to play around with PHP, I figured that all I&#8217;d do with it was to dynamically input the time onto my static page! Those first days are gone now, and what I&#8217;ve done with PHP is re-think the way I organize my sites.</p>
<p><a href="http://www.linkworth.com/?a=3565" rev="external" rel="nofollow" style="float: left; margin-right: 1em; width: 200px"><img src="http://www.linkworth.com/adm/affiliate_manager/affiliate_banners/bann-4.gif" alt="SEO Tool" /></a></p>
<p>My first site, <a href="http://fiercestreetnetworks.com/" title="Web Standards in Design" target="_blank">Web Standards</a>,  is now fully PHP driven. I dynamically include my breadcrumb, sidebar, and footer navigation. Not to mention a pretty cool trick. What I do is serve that site as XHTML 1.1 to our favorite Standards-Compliant browsers (you guessed them, Firefox and Opera), while our very, very old friend Internet Explorer gets a measily XHTML 1.0 Strict &#8211; all via <strong><em>$_SERVER['HTTP_ACCEPT'],&#8221;application/xhtml+xml&#8221;</em></strong>. If that variable does ! (NOT) match, then assume <strong><em>text/html</em></strong>.</p>
<p>My next feats will include a PHP style switcher (switch dependent on UI&#8217;s time/day), ala Google&#8217;s IGoogle.com.</p>
 
<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fplainoldsemantichtml.org%2F2007%2F06%2F05%2Fphp-and-the-newbie-web-designer%2F&amp;title=PHP+and+the+newbie+web+designer+" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fplainoldsemantichtml.org%2F2007%2F06%2F05%2Fphp-and-the-newbie-web-designer%2F&amp;title=PHP+and+the+newbie+web+designer+" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fplainoldsemantichtml.org%2F2007%2F06%2F05%2Fphp-and-the-newbie-web-designer%2F&amp;title=PHP+and+the+newbie+web+designer+" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fplainoldsemantichtml.org%2F2007%2F06%2F05%2Fphp-and-the-newbie-web-designer%2F&amp;title=PHP+and+the+newbie+web+designer+" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fplainoldsemantichtml.org%2F2007%2F06%2F05%2Fphp-and-the-newbie-web-designer%2F&amp;title=PHP+and+the+newbie+web+designer+', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fplainoldsemantichtml.org%2F2007%2F06%2F05%2Fphp-and-the-newbie-web-designer%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fplainoldsemantichtml.org%2F2007%2F06%2F05%2Fphp-and-the-newbie-web-designer%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fplainoldsemantichtml.org%2F2007%2F06%2F05%2Fphp-and-the-newbie-web-designer%2F&amp;title=PHP+and+the+newbie+web+designer+" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fplainoldsemantichtml.org%2F2007%2F06%2F05%2Fphp-and-the-newbie-web-designer%2F&amp;title=PHP+and+the+newbie+web+designer+" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><img src="http://plainoldsemantichtml.org/?ak_action=api_record_view&id=21&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://plainoldsemantichtml.org/2007/06/05/php-and-the-newbie-web-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
