<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Fri, 16 May 2008 19:56:36 -0500 -->
<rss version="2.0">
  <channel>    <title>Codeassembly</title>
    <link>http://www.codeassembly.com/feed/</link>
    <description>Code Assembly - Simplicity is prerequisite for reliability </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>Simple chained combobox plugin for jQuery</title>
      <description>Very simple chained selects plugin for jQuery with JSON processing and callback feature, chain multiple selects with ease.</description>
      <link>http://codeassembly.com/Simple-chained-combobox-plugin-for-jQuery/</link>
      <pubDate>2008-02-03</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Simple-chained-combobox-plugin-for-jQuery/</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>How to solve common problems in fedora 8</title>
      <description>A small guide on what to do after a fedora 8 installation</description>
      <link>http://codeassembly.com/How-to-solve-common-problems-in-fedora-8/</link>
      <pubDate>2007-11-13</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-solve-common-problems-in-fedora-8/</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>Fedora 8 Impressions</title>
      <description>Looks nice, is a bit faster but the old bugs are still here</description>
      <link>http://codeassembly.com/Fedora-8-Impressions/</link>
      <pubDate>2007-11-08</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Fedora-8-Impressions/</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>How to make a password strength meter for your register form</title>
      <description>A small tutorial on how to build a password strength meter like the one on Google's new account form.</description>
      <link>http://codeassembly.com/How-to-make-a-password-strength-meter-for-your-register-form/</link>
      <pubDate>2007-11-02</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-make-a-password-strength-meter-for-your-register-form/</guid>
    </item>
    <item>
      <title>Tips on how to show a div above a page that has flash objects</title>
      <description>Two small functions that hide and show all flash objects on the page, so that they do not interfere with divs that are above them</description>
      <link>http://codeassembly.com/Tips-on-how-to-show-a-div-above-a-page-that-has-flash-objects/</link>
      <pubDate>2007-10-16</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Tips-on-how-to-show-a-div-above-a-page-that-has-flash-objects/</guid>
    </item>
    <item>
      <title>How to avoid some Internet explorer hacks and other unavoidable hacks</title>
      <description>I will show you some simple internet explorer hacks and the best way to avoid them as much as possible</description>
      <link>http://codeassembly.com/How-to-avoid-some-Internet-explorer-hacks-and-other-unavoidable-hacks/</link>
      <pubDate>2007-10-14</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-avoid-some-Internet-explorer-hacks-and-other-unavoidable-hacks/</guid>
    </item>
    <item>
      <title>How to center a page layout</title>
      <description>Examples on how to center your page on all browsers including internet explorer</description>
      <link>http://codeassembly.com/How-to-center-a-page-layout/</link>
      <pubDate>2007-10-12</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-center-a-page-layout/</guid>
    </item>
    <item>
      <title>HTML elements semantics</title>
      <description>A small guide on how to use some html tags that are poorly understood and many times misused</description>
      <link>http://codeassembly.com/HTML-elements-semantics/</link>
      <pubDate>2007-10-11</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/HTML-elements-semantics/</guid>
    </item>
    <item>
      <title>Best firefox extensions for developers</title>
      <description>Turn firefox to a powerful web developer editor and debugger with these cool extensions</description>
      <link>http://codeassembly.com/Best-firefox-extensions-for-developers/</link>
      <pubDate>2007-10-09</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Best-firefox-extensions-for-developers/</guid>
    </item>
    <item>
      <title>How to optimize your website layout to ensure your content is the first one in the page</title>
      <description>A small tutorial on how to structure your website layout, to order your page content according to its importance and display it in the standard way</description>
      <link>http://codeassembly.com/How-to-optimize-your-website-layout-to-ensure-your-content-is-the-first-one-in-the-page/</link>
      <pubDate>2007-10-09</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-optimize-your-website-layout-to-ensure-your-content-is-the-first-one-in-the-page/</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>How to make a product slideshow for your website's homepage using javascript</title>
      <description>Make a nice product slideshow  for your website to expose your featured products better, using javascript.</description>
      <link>http://codeassembly.com/How-to-make-a-product-slideshow-for-your-website's-homepage-using-javascript/</link>
      <pubDate>2007-10-05</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-make-a-product-slideshow-for-your-website's-homepage-using-javascript/</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>How to compile wxActivex (wxIe) with wxwidgets 2.8</title>
      <description>A guide on how to modify wxActivex to compile with wxwidgets 2.8</description>
      <link>http://codeassembly.com/How-to-compile-wxActivex-(wxIe)-with-wxwidgets-2.8/</link>
      <pubDate>2007-09-27</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-compile-wxActivex-(wxIe)-with-wxwidgets-2.8/</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>Upgrade to apache 2.2.6 without downtime</title>
      <description>I will show you how to upgrade your apache to the latest version without downtime, and also some tips to get out the best performance from your apache.</description>
      <link>http://codeassembly.com/Upgrade-to-apache-2.2.6-without-downtime/</link>
      <pubDate>2007-09-21</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Upgrade-to-apache-2.2.6-without-downtime/</guid>
    </item>
    <item>
      <title>Bug fix for apache 2.2.6 compilation on 64 bit linux</title>
      <description>This patch will solve ./configure error "/usr/lib/libexpat.so: could not read symbols: File in wrong format" that you encounter when you want to compile apache on 64 bit linux</description>
      <link>http://codeassembly.com/Bug-fix-for-apache-2.2.6-compilation-on-64-bit-linux/</link>
      <pubDate>2007-09-21</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Bug-fix-for-apache-2.2.6-compilation-on-64-bit-linux/</guid>
    </item>
    <item>
      <title>Apache 2.2.6 is out</title>
      <description>A new version of apache web server is out, it took a long since the release of 2.2.4, and there was no 2.2.5 version</description>
      <link>http://codeassembly.com/Apache-2.2.6-is-out/</link>
      <pubDate>2007-09-19</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Apache-2.2.6-is-out/</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>When to use join and when to use subselects</title>
      <description>Many people ask this question. The answer is very simple, it depends on the context.</description>
      <link>http://codeassembly.com/When-to-use-join-and-when-to-use-subselects/</link>
      <pubDate>2007-09-16</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/When-to-use-join-and-when-to-use-subselects/</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>Implementing basic searching for your website</title>
      <description>Implementing basic searching for your website using mysql's full text search, and also some tips on how to refine your searches using fulltext boolean search.</description>
      <link>http://codeassembly.com/Implementing-basic-searching-for-your-website/</link>
      <pubDate>2007-09-11</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Implementing-basic-searching-for-your-website/</guid>
    </item>
    <item>
      <title>How to implement Mysql full text search on a big website</title>
      <description>How to implement Mysql FULL TEXT search on a big website, with million of rows and multiple tables.
In case you didn't know, you can't use FULL TEXT when joining two tables, and in most of the cases you have multipe tables to search(normalization)
. Here is how you can implement your search, I will show this on a real world example.</description>
      <link>http://codeassembly.com/How-to-implement-Mysql-full-text-search-on-a-big-website/</link>
      <pubDate>2007-09-09</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-implement-Mysql-full-text-search-on-a-big-website/</guid>
    </item>
    <item>
      <title>Hello World !</title>
      <description>void main() { prinf("Hello World"); return 0;}</description>
      <link>http://codeassembly.com/Hello-World-!/</link>
      <pubDate>2007-09-08</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/Hello-World-!/</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>