<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Articles&gt;Web Design&gt;Server Side Includes&gt;PHP</title>	<link>http://tc.eserver.org/dir/Articles/Web-Design/Server-Side-Includes/PHP</link>
	<description>A listing of the most recently indexed works about Articles and Web Design and Server Side Includes and PHP in the field of technical communication.</description>
	<language>en-us</language>
	<copyright>Copyright (c) 2005-08 by the EServer. All rights reserved.</copyright>
	<managingEditor>tclib-editorial@eserver.org (TC Library Editorial Board)</managingEditor>
	<webMaster>webmaster@eserver.org (Geoffrey Sauer)</webMaster>
	<image>
		<url>http://tc.eserver.org/images/newlogo.gif</url>
		<title>Articles&gt;Web Design&gt;Server Side Includes&gt;PHP</title>
		<link>http://tc.eserver.org/dir/Articles/Web-Design/Server-Side-Includes/PHP</link>
	</image>
	<item>
		<title>Fifty Extremely Useful PHP Tools</title>
		<link>http://tc.eserver.org/35479.html</link>
		<guid>http://tc.eserver.org/35479.html</guid>
		<description>PHP is one of the most widely used open-source server-side scripting languages that exist today. With over 20 million indexed domains using PHP, including major websites like Facebook, Digg and WordPress, there are good reasons why many Web developers prefer it to other server-side scripting languages, such as Python and Ruby. This post presents 50 useful PHP tools that can significantly improve your programming workflow. Among other things, you’ll find a plethora of libraries and classes that aid in debugging, testing, profiling and code-authoring in PHP.</description>
	</item>
	<item>
		<title>Opcode Cache for Dummies</title>
		<link>http://tc.eserver.org/33880.html</link>
		<guid>http://tc.eserver.org/33880.html</guid>
		<description>PHP is an interpreted language. This means that each time a PHP generated page is requested, the server must read in the various files needed and &quot;compile&quot; them into something the machine can understand (opcode). A typical Drupal page requires more than a dozen of these bits of code be compiled. Opcode cache mechanisms preserve this generated code in cache so that it need only be generated a single time to server hundreds or millions of subsequent requests. Enabling opcode cache will reduce the time it takes to generate a page by up to 90%.</description>
	</item>
	<item>
		<title>PHP is Approaching the End of Its Life Cycle</title>
		<link>http://tc.eserver.org/28277.html</link>
		<guid>http://tc.eserver.org/28277.html</guid>
		<description>PHP while not the top programming language does dominate the web. It is seen as being easy to learn and can be used on any webserver. So PHP is gaining popularity by leaps. But PHP is also approaching the end of its development life cycle. The language itself is close to the point where it can no longer grow. When you look at PHP6 you can see the trend in development is turning towards cleaning up. This is a sure sign that things are close to being finished. That and the fact that all new features have been passed over.</description>
	</item>
	<item>
		<title>Learning PHP: A Gentle Introduction</title>
		<link>http://tc.eserver.org/27553.html</link>
		<guid>http://tc.eserver.org/27553.html</guid>
		<description>According to Netcraft, PHP overtook Microsoft&apos;s ASP as the most popular web scripting language back in the spring of 2002. And PHP has continued its explosive growth ever since. Today, when the Apache web server powers nearly 70% of all sites on the Internet and its closest competitor, Microsoft&apos;s IIS, has a market share of just over 20%, PHP is far and away the most widely used server-side scripting language. Just what is it that makes PHP so popular?</description>
	</item>
	<item>
		<title>Don&apos;t Quote Me on That!</title>
		<link>http://tc.eserver.org/27160.html</link>
		<guid>http://tc.eserver.org/27160.html</guid>
		<description>Single quote, double quote, or no quote? This seemingly simple question is often asked by those new to PHP. Suprisingly, however, some of those who claimed to be PHP programmer also can&apos;t tell the difference. It&apos;s very simple, really.</description>
	</item>
	<atom:link href="http://tc.eserver.org/dir/Articles/Web-Design/Server-Side-Includes/PHP.xml" rel="self" type="application/rss+xml"/>
</channel>
</rss>