<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Tue, 30 Sep 2008 18:39:36 -0500 -->
<rss version="2.0">
  <channel>    <title>Codeassembly - Php</title>
    <link>http://www.codeassembly.com/feed/Php</link>
    <description>Code Assembly - Simplicity is prerequisite for reliability Php</description>
    <language>en-us</language>
    <managingEditor>contact@codeassembly.com</managingEditor>
    <webMaster>contact@codeassembly.com</webMaster>
    <generator>RSS Feed Generator</generator>
    <image>
      <url>http://www.codeassembly.com/img/logo.png</url>
      <title>CodeAssembly</title>
      <link>http://www.codeassembly.com</link>
      <width>88</width>
      <height>31</height>
      <description>Simplicity is prerequisite for reliability</description>
    </image>
    <item>
      <title>A php code beautifier that works</title>
      <description>A tool to reformat your php code and make it more readable</description>
      <link>http://codeassembly.com/A-php-code-beautifier-that-works/</link>
      <pubDate>2008-05-11</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-php-code-beautifier-that-works/</guid>
    </item>
    <item>
      <title>A more fun php captcha for your forms, choose the cats from the dogs</title>
      <description>Tired of those strange letters and numbers <a href="http://en.wikipedia.org/wiki/Captcha">captcha</a> ? I know how frustrating is to try reading those distorted images. Don't stress your users in the same way, try something easier to keep out those bad spam robots. Try the cat dog captcha.

</description>
      <link>http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/</link>
      <pubDate>2007-11-14</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-more-fun-php-captcha-for-your-forms,-choose-the-cats-from-the-dogs/</guid>
    </item>
    <item>
      <title>Generate xml sitemaps with php directly from the database of your site</title>
      <description>A simple php solution that can automatically generate your website xml sitemap periodically from your database</description>
      <link>http://codeassembly.com/Generate-xml-sitemaps-with-php-directly-from-the-database-of-your-site/</link>
      <pubDate>2007-11-12</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Generate-xml-sitemaps-with-php-directly-from-the-database-of-your-site/</guid>
    </item>
    <item>
      <title>How to sanitize your php input</title>
      <description>A php class that makes sure your php input is clean</description>
      <link>http://codeassembly.com/How-to-sanitize-your-php-input/</link>
      <pubDate>2007-11-08</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-sanitize-your-php-input/</guid>
    </item>
    <item>
      <title>Why are php coding guidelines important</title>
      <description>A small guide on how to write your own coding guidelines for php projects and  why is important to respect them.</description>
      <link>http://codeassembly.com/Why-are-php-coding-guidelines-important/</link>
      <pubDate>2007-11-02</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Why-are-php-coding-guidelines-important/</guid>
    </item>
    <item>
      <title>My favorite videos from youtube about linux</title>
      <description>These are some of my favorites videos from youtube about linux.</description>
      <link>http://codeassembly.com/My-favorite-videos-from-youtube-about-linux/</link>
      <pubDate>2007-10-06</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/My-favorite-videos-from-youtube-about-linux/</guid>
    </item>
    <item>
      <title>Add multiple chained ajax comboboxes without writing even one line of javascript code, using a php class</title>
      <description>Add chained selects to your page without writing javascript code. Just add your html, call some methods and let the php class handle everything else</description>
      <link>http://codeassembly.com/Add-multiple-chained-ajax-comboboxes-without-writing-even-one-line-of-javascript-code,-using-a-php-class/</link>
      <pubDate>2007-10-01</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Add-multiple-chained-ajax-comboboxes-without-writing-even-one-line-of-javascript-code,-using-a-php-class/</guid>
    </item>
    <item>
      <title>Validate your html forms with javascript and php with a simple php class that generates everything</title>
      <description>Validate your forms with javascript to make it easier for the user and reduce server load. The php class generates the javascript automatically and it also has a fallback to php validation if javascript is not available. It works with both php4 and php5.</description>
      <link>http://codeassembly.com/Validate-your-html-forms-with-javascript-and-php-with-a-simple-php-class-that-generates-everything/</link>
      <pubDate>2007-09-30</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Validate-your-html-forms-with-javascript-and-php-with-a-simple-php-class-that-generates-everything/</guid>
    </item>
    <item>
      <title>How to display infinite depth expandable categories using php and javascript</title>
      <description>Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.</description>
      <link>http://codeassembly.com/How-to-display-infinite-depth-expandable-categories-using-php-and-javascript/</link>
      <pubDate>2007-09-30</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-display-infinite-depth-expandable-categories-using-php-and-javascript/</guid>
    </item>
    <item>
      <title>How to display inifinit depth expandable categories using php and javascript</title>
      <description>Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.</description>
      <link>http://codeassembly.com/How-to-display-inifinit-depth-expandable-categories-using-php-and-javascript/</link>
      <pubDate>2007-09-29</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-display-inifinit-depth-expandable-categories-using-php-and-javascript/</guid>
    </item>
    <item>
      <title>Why template systems like smarty are useless and sometimes bad</title>
      <description>Because there is a learning curve, because most php template classes have their own tags or even their own language like smarty and because they are very slow.</description>
      <link>http://codeassembly.com/Why-template-systems-like-smarty-are-useless-and-sometimes-bad/</link>
      <pubDate>2007-09-27</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Why-template-systems-like-smarty-are-useless-and-sometimes-bad/</guid>
    </item>
    <item>
      <title>Php mysql client library compilation problem</title>
      <description>Solution for "configure: error: wrong mysql library version or lib not found" 
"/usr/bin/ld: cannot find -lmysqlclient_r" php compile error.</description>
      <link>http://codeassembly.com/Php-mysql-client-library-compilation-problem/</link>
      <pubDate>2007-09-21</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Php-mysql-client-library-compilation-problem/</guid>
    </item>
    <item>
      <title>PHP simple timer class</title>
      <description>This simple class is useful to benchmark different parts of your php code.</description>
      <link>http://codeassembly.com/PHP-simple-timer-class/</link>
      <pubDate>2007-09-17</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/PHP-simple-timer-class/</guid>
    </item>
    <item>
      <title>ADODB, best php database abstraction class</title>
      <description>I have been using it for a while and I really like it, it has great performance and comes with a php extension that speeds up things by 100% percent.</description>
      <link>http://codeassembly.com/ADODB,-best-php-database-abstraction-class/</link>
      <pubDate>2007-09-12</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/ADODB,-best-php-database-abstraction-class/</guid>
    </item>
    <item>
      <title>resources</title>
      <link>http://codeassembly.com/resources/</link>
      <pubDate>2007-09-12</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/resources/</guid>
    </item>
    <item>
      <title>A different approach to page caching</title>
      <description>A different approach to page caching, cache only one portion of your page using a simple php class.</description>
      <link>http://codeassembly.com/A-different-approach-to-page-caching/</link>
      <pubDate>2007-09-11</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-different-approach-to-page-caching/</guid>
    </item>
    <item>
      <title>about</title>
      <description>Who am I ?</description>
      <link>http://codeassembly.com/about/</link>
      <pubDate>2007-09-11</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/about/</guid>
    </item>
    <item>
      <title>projects</title>
      <description>Projects that I created or I'm involved in</description>
      <link>http://codeassembly.com/projects/</link>
      <pubDate>2007-01-13</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/projects/</guid>
    </item>
  </channel></rss>