<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.phpclasses.org/rss1html.xsl"?>
<!-- Generated by: http://www.phpclasses.org/rsswriter $Revision: 1.13 $ -->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel rdf:about="http://www.phpclasses.org/blog/category/php-tutorials/">
  <atom:link rel="self" type="application/rss+xml" href="http://www.phpclasses.org/blog/category/php-tutorials/post/latest.xml"/>
  <description>Latest posts on the PHP Tutorials: Articles to teach about PHP matters and related topics</description>
  <link>http://www.phpclasses.org/blog/category/php-tutorials/</link>
  <title>PHP Tutorials</title>
  <dc:date>2012-02-13T08:55:12Z</dc:date>
  <image rdf:resource="http://files.phpclasses.org/themes/igd01/graphics/logo-phpclasses.png"/>
  <items>
   <rdf:Seq>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/post/167-The-Easy-Way-of-Running-Your-MySQL-Applications-in-the-Cloud.html"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/post/162-Using-PHPGTK-to-serve-Web-Applications-to-HTML-5-Browsers.html"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/post/158-MODX-A-CMS-Framework-Designed-with-PHP-Developers-in-Mind.html"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/post/135-Accelerate-Web-Pages-Automatically-using-Google-ModPageSpeed-Unusual-Site-Speedup-Techniques-Part-4.html"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/post/133-Accelerate-scripts-running-multiple-tasks-in-parallel-using-asynchronous-programming-Unusual-Site-Speedup-Techniques-Part-3.html"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/post/132-Accelerate-Page-Accesses-Throttling-Background-Tasks-Unusual-Site-Speedup-Techniques-Part-2.html"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/post/131-Accelerate-Page-Loading-Unusual-Site-Speedup-Techniques-Part-1.html"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/post/119-Neural-Networks-in-PHP.html"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/post/118-Developing-scalable-PHP-applications-using-MongoDB.html"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/post/108-Distributing-PHP-processing-with-Gearman.html"/>
   </rdf:Seq>
  </items>
 </channel>
 <image rdf:about="http://files.phpclasses.org/themes/igd01/graphics/logo-phpclasses.png">
  <link>http://www.phpclasses.org/blog/category/php-tutorials/</link>
  <title>PHP Classes site logo</title>
  <url>http://files.phpclasses.org/themes/igd01/graphics/logo-phpclasses.png</url>
 </image>
 <item rdf:about="http://www.phpclasses.org/blog/post/167-The-Easy-Way-of-Running-Your-MySQL-Applications-in-the-Cloud.html">
  <link>http://www.phpclasses.org/blog/post/167-The-Easy-Way-of-Running-Your-MySQL-Applications-in-the-Cloud.html</link>
  <title>The Easy Way of Running Your MySQL Applications in the Cloud</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/post/167-The-Easy-Way-of-Running-Your-MySQL-Applications-in-the-Cloud.html&quot;&gt;The Easy Way of Running Your MySQL Applications in the Cloud&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Avigail Ofer&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;More and more sites are moving to cloud hosting services to assure a smooth  growth path, as the sites require more servers to handle the audience growth.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;As a developer, you want to ensure that your database is running smoothly in the cloud, but you do not want to be bogged down by tedious operations and everything else that goes into it, like the manual configuration, optimization, maintenance and development.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;Read this article to learn how to connect your PHP app to a cloud database solution to simplify the way you run your database.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2011-12-07T07:16:01Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/blog/post/162-Using-PHPGTK-to-serve-Web-Applications-to-HTML-5-Browsers.html">
  <link>http://www.phpclasses.org/blog/post/162-Using-PHPGTK-to-serve-Web-Applications-to-HTML-5-Browsers.html</link>
  <title>Using PHP-GTK to serve Web Applications to HTML 5 Browsers</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/post/162-Using-PHPGTK-to-serve-Web-Applications-to-HTML-5-Browsers.html&quot;&gt;Using PHP-GTK to serve Web Applications to HTML 5 Browsers&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;Yes, you read it right, GTK+, the Gnome Toolkit library, normally used to create desktop applications, can now be used to serve the same applications via the Web to a browser that supports HTML 5 canvas objects.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;PHP-GTK is a PHP extension that uses the GTK+ library to build PHP desktop applications. So it can eventually benefit for this GTK library enhancements to build PHP-GTK based applications that can be served over the Web to HTML 5 browsers.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;Read this article to learn more about GTK+ 3 HTML 5 canvas backend and how it could be used to run remote PHP-GTK applications that can be accessed over the Web.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2011-10-27T05:55:19Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/blog/post/158-MODX-A-CMS-Framework-Designed-with-PHP-Developers-in-Mind.html">
  <link>http://www.phpclasses.org/blog/post/158-MODX-A-CMS-Framework-Designed-with-PHP-Developers-in-Mind.html</link>
  <title>MODX: A CMS Framework Designed with PHP Developers in Mind</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/post/158-MODX-A-CMS-Framework-Designed-with-PHP-Developers-in-Mind.html&quot;&gt;MODX: A CMS Framework Designed with PHP Developers in Mind&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Bob Ray&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;If you have ever wrestled with trying to create a custom Web site using a CMS that made you jump through hoops to get the desired output, you should definitely check out MODX, a CMS framework designed from the ground up with Object Oriented Programming PHP developers in mind.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;Read this article to learn more about MODX CMS framework and how you can easily use it to build your own content management system customized to your needs.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2011-09-22T08:30:01Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/blog/post/135-Accelerate-Web-Pages-Automatically-using-Google-ModPageSpeed-Unusual-Site-Speedup-Techniques-Part-4.html">
  <link>http://www.phpclasses.org/blog/post/135-Accelerate-Web-Pages-Automatically-using-Google-ModPageSpeed-Unusual-Site-Speedup-Techniques-Part-4.html</link>
  <title>Accelerate Web Pages Automatically using Google Mod_PageSpeed: Unusual Site Speedup Techniques Part 4</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/post/135-Accelerate-Web-Pages-Automatically-using-Google-ModPageSpeed-Unusual-Site-Speedup-Techniques-Part-4.html&quot;&gt;Accelerate Web Pages Automatically using Google Mod_PageSpeed: Unusual Site Speedup Techniques Part 4&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;After several months of development, Google announces a stable release of mod_pagespeed, an Apache 2 Web server module that can automatically optimize the Web pages that are served by Apache without any changes to the actual scripts that generate those Web pages.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article explains in more detail what is mod_pagespeedup and how you can use it to improve the speed of serving your site Web pages.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2010-11-17T10:06:32Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/blog/post/133-Accelerate-scripts-running-multiple-tasks-in-parallel-using-asynchronous-programming-Unusual-Site-Speedup-Techniques-Part-3.html">
  <link>http://www.phpclasses.org/blog/post/133-Accelerate-scripts-running-multiple-tasks-in-parallel-using-asynchronous-programming-Unusual-Site-Speedup-Techniques-Part-3.html</link>
  <title>Accelerate scripts running multiple tasks in parallel using asynchronous programming: Unusual Site Speedup Techniques: Part 3</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/post/133-Accelerate-scripts-running-multiple-tasks-in-parallel-using-asynchronous-programming-Unusual-Site-Speedup-Techniques-Part-3.html&quot;&gt;Accelerate scripts running multiple tasks in parallel using asynchronous programming: Unusual Site Speedup Techniques: Part 3&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;Asynchronous programming allows developers to write faster code by running multiple parallel tasks at the same time.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This contrasts with the traditional synchronous programming on which programs perform a task and do nothing else besides waiting for the task to finish before proceeding to the next task.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article explains better what is asynchronous programming and how you can implement it in PHP to develop code that executes tasks much faster.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2010-10-28T09:15:57Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/blog/post/132-Accelerate-Page-Accesses-Throttling-Background-Tasks-Unusual-Site-Speedup-Techniques-Part-2.html">
  <link>http://www.phpclasses.org/blog/post/132-Accelerate-Page-Accesses-Throttling-Background-Tasks-Unusual-Site-Speedup-Techniques-Part-2.html</link>
  <title>Accelerate Page Accesses Throttling Background Tasks: Unusual Site Speedup Techniques: Part 2</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/post/132-Accelerate-Page-Accesses-Throttling-Background-Tasks-Unusual-Site-Speedup-Techniques-Part-2.html&quot;&gt;Accelerate Page Accesses Throttling Background Tasks: Unusual Site Speedup Techniques: Part 2&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;Web server machines usually do many other things besides serving Web pages. Often they have background tasks running that may slow down significantly the Web server processes that deliver the pages to the site users.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article is the second part of the Unusual Site Speedup series that focus on what to do to make sure that Web server processes run as fast as possible by slowing down background tasks that may be taking too much machine resources.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2010-10-25T11:39:22Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/blog/post/131-Accelerate-Page-Loading-Unusual-Site-Speedup-Techniques-Part-1.html">
  <link>http://www.phpclasses.org/blog/post/131-Accelerate-Page-Loading-Unusual-Site-Speedup-Techniques-Part-1.html</link>
  <title>Accelerate Page Loading: Unusual Site Speedup Techniques: Part 1</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/post/131-Accelerate-Page-Loading-Unusual-Site-Speedup-Techniques-Part-1.html&quot;&gt;Accelerate Page Loading: Unusual Site Speedup Techniques: Part 1&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;In the latest weeks, several measures have been implemented to provide dramatic improvements to the speed of this site.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article is the first of several that describe those measures and how you can also apply to your sites too.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;On the first part it is described how to make Web pages load much faster when there is heavy content slowing down the page loading, such as advertising or widgets retrieved from other sites.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2010-10-21T09:25:54Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/blog/post/119-Neural-Networks-in-PHP.html">
  <link>http://www.phpclasses.org/blog/post/119-Neural-Networks-in-PHP.html</link>
  <title>Neural Networks in PHP</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/post/119-Neural-Networks-in-PHP.html&quot;&gt;Neural Networks in PHP&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Louis Stowasser&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;Neural networks allow emulating the behavior of a brain in software applications. Neural Networks have always had a too steep learning curve to venture towards, especially in a Web environment.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;Neural Mesh is an open source, pure PHP code based Neural Network manager and framework that makes it easier to work with Neural Networks.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article explains how to easily implement Neural Mesh to develop Neural Network applications in PHP.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2010-03-09T06:26:10Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/blog/post/118-Developing-scalable-PHP-applications-using-MongoDB.html">
  <link>http://www.phpclasses.org/blog/post/118-Developing-scalable-PHP-applications-using-MongoDB.html</link>
  <title>Developing scalable PHP applications using MongoDB</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/post/118-Developing-scalable-PHP-applications-using-MongoDB.html&quot;&gt;Developing scalable PHP applications using MongoDB&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Cesar D. Rodas&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;Nowadays there is a new kind of databases that is getting very popular, specially for Web development, including the PHP world, which are the NoSQL databases.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article focus specifically on MongoDB, despite there are several other NoSQL database implementations.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2010-03-01T11:11:45Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/blog/post/108-Distributing-PHP-processing-with-Gearman.html">
  <link>http://www.phpclasses.org/blog/post/108-Distributing-PHP-processing-with-Gearman.html</link>
  <title>Distributing PHP processing with Gearman</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/post/108-Distributing-PHP-processing-with-Gearman.html&quot;&gt;Distributing PHP processing with Gearman&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Cesar D. Rodas&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;Gearman is a tool for distributing processing jobs over one or more machines.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article explains how to use Gearman in PHP applications to handle better the load of busy sites or applications that need to execute heavy jobs.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2009-11-23T03:51:26Z</dc:date>
 </item>
</rdf:RDF>
