<?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>Parallelcoding.com &#187; PHP</title>
	<atom:link href="http://www.parallelcoding.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parallelcoding.com</link>
	<description></description>
	<lastBuildDate>Mon, 16 Aug 2010 11:55:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>The Future of Web Pages</title>
		<link>http://www.parallelcoding.com/2009/06/11/the-future-of-web-pages/</link>
		<comments>http://www.parallelcoding.com/2009/06/11/the-future-of-web-pages/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:46:40 +0000</pubDate>
		<dc:creator>Robert Green</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.parallelcoding.com/?p=430</guid>
		<description><![CDATA[This morning I came across this jQuery library and it got me to thinking a little bit. All of the web sites that I currently have coded ( I don&#8217;t really do the design) tend to use .NET or PHP that is mashed up with some Javascript here and there. I&#8217;m wondering why we tend [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I came across <a href="http://flowplayer.org/tools/performance.html">this</a> jQuery library and it got me to thinking a little bit. All of the web sites that I currently have coded ( I don&#8217;t really do the design) tend to use .NET or PHP that is mashed up with some Javascript here and there.</p>
<p><br/></p>
<p>I&#8217;m wondering why we tend to still use PHP and .NET except for things that are absolutely on the back end. Why would I use .NET or PHP to manipulate elements in a page when I can just use JavaScript?</p>
<p><br/></p>
<p>Maybe the web community should start developing pages that are JavaScript run and call PHP/.NET WebServices. That puts all the processing for display on the JS and all the data manipulation and retrieval where it should be &#8211; on the server.</p>
<p><br/></p>
<p>Any thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parallelcoding.com/2009/06/11/the-future-of-web-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ISAPI Rewrite 3 with WordPress</title>
		<link>http://www.parallelcoding.com/2009/05/06/isapi-rewrite-3-with-wordpress/</link>
		<comments>http://www.parallelcoding.com/2009/05/06/isapi-rewrite-3-with-wordpress/#comments</comments>
		<pubDate>Wed, 06 May 2009 18:35:25 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Rewrite]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.parallelcoding.com/?p=323</guid>
		<description><![CDATA[If you&#8217;re using these 2 tools together, you have to make small effort in order to get rewriting working properly.  Do what it says here Open wp-includes/classes.php Go to line 158. You should see something like $req_uri = $_SERVER['REQUEST_URI']; Replace that with $req_uri = $_SERVER['HTTP_X_REWRITE_URL']; You&#8217;re good to go!]]></description>
			<content:encoded><![CDATA[<div>
<p>If you&#8217;re using these 2 tools together, you have to make small effort in order to get rewriting working properly. </p>
<ol>
<li>Do what it says <a href="http://www.helicontech.com/articles/wordpress.htm">here</a></li>
<li>Open wp-includes/classes.php</li>
<li>Go to line 158. You should see something like $req_uri = $_SERVER['REQUEST_URI'];</li>
<li>Replace that with $req_uri = $_SERVER['HTTP_X_REWRITE_URL'];</li>
<li>You&#8217;re good to go!</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.parallelcoding.com/2009/05/06/isapi-rewrite-3-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
