<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/93/speed-and-efficiency.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>Caching Web Page Output</title>
		   <link>http://www.programmerkingdom.com/view/414/caching-web-page-output.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this situation, instead, we are going to
create a dynamic solution. Some code that you can include at the top of
every PHP file ensures that the page only gets generated once per hour
for each script. 


This script can be customized to meet your own needs, such as allowing
for cookies or even sessions to be considered in whether a page is
different.To demonstrate how this is used, Li...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Caching with PHP5</title>
		   <link>http://www.programmerkingdom.com/view/415/caching-with-php5.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Coding With PHP5 is a tutorial for enabling
cacheing on your PHP based site. Included code is PHP5 only, and built
with a static class mindset. Contains sample code and thorough
explanations. Intended to allow the user to easily integrate
information.

Caching with PHP5

Question: Whats the best way to improve performance of your website?

Answer: Get rid of it, and stop worrying.

...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Improving Performance</title>
		   <link>http://www.programmerkingdom.com/view/416/improving-performance.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
One of the best things about programming in PHP
is how easy it is to learn the language and its libraries. Everything
seems to fit together and you can almost guess how to do a specific
task, even not knowing much about the function that you need to use. 

Improving Performance by Profiling PHP Applications

One of the best things about programming in PHP is how easy it is to
learn the l...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>PHP Caching</title>
		   <link>http://www.programmerkingdom.com/view/417/php-caching.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This entire site, like many, is built in PHP.
PHP provides the power to simply 'pull' content from an external
source, in the case of my site this is flat files but it could just as
easily be an MySQL database or an XML file etc..

PHP Caching to Speed up Dynamically Generated Sites

PHP provides the power to simply 'pull' content from an external
source, in the case of my site this is f...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Supercharge Your CSS</title>
		   <link>http://www.programmerkingdom.com/view/418/supercharge-your-css.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Cascading Style Sheets is a presentational
style sheet language. In that sense, it does not have a lot of the
functionality that many developers want to satisfy their programmer
instincts. Today, we're going to go over how to supercharge your CSS.

Tutorial Details
Introduction

Using CSS to power up a website is a requisite in the contemporary
web for non-Flash websites &ndash; and for...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>High Performance PHP</title>
		   <link>http://www.programmerkingdom.com/view/420/high-performance-php.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
eAccelerator is a PHP caching system, which
caches frequently used portions of PHP files to RAM to increase
performance. This is especially great on high traffic websites such as
forums. Performance gains of up to 1000% have been seen with
eAccelerator.


High Performance PHP - Installing eAccelerator on FreeBSD



eAccelerator
is a PHP caching system, which caches frequently used po...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Practical PHP Performance</title>
		   <link>http://www.programmerkingdom.com/view/421/practical-php-performance.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
When it comes to building web applications in
PHP, performance isn't typically a major concern. Features, usability
and any business concerns are considered a greater priority, as they
can be better demonstrated and visualised.

Practical PHP Performance

Introduction 


When it comes to building web applications in PHP, performance isn't
typically a major concern. Features, usability...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Lower GPU Usage on Grid Server</title>
		   <link>http://www.programmerkingdom.com/view/422/lower-gpu-usage-on-grid-server.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this article, Ronald Heft talks about GPU,
specifically what it is, the problem he personally encountered, the fix
for that problem, and the fix for common problems most developers would
run into. 

What Makes Up a GPU?

Before I could lower my usage, I had to first understand whta a GPU is.
Since the GPU, or Grid Performance Unit, is a new form of measurement
in hosting, there are a...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Save bandwidth</title>
		   <link>http://www.programmerkingdom.com/view/423/save-bandwidth.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
f your website becomes a little busy the
websites bandwidth becomes very valuable. If your visitors using too
much bandwidth and the conversions from your website are very low or
just moderate. 


If your website becomes a little busy the websites bandwidth becomes
very valuable. If your visitors using too much bandwidth and the
conversions from your website are very low or just moderate...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Improve php app performance</title>
		   <link>http://www.programmerkingdom.com/view/424/improve-php-app-performance.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Most of the tips listed here will not help you
improve performance by any significant amount. The following is a list
of things that you can do that will improve the performance of your web
apps significantly. 

Better ways to improve php application performance

Google recently released a document on how to improve PHP performance here.
Most of the tips listed here will not help you imp...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
