Open Source
Nothing drives innovation in computing and programming as much as open source source does.
Here are a few projects we have contributed time, code, money and love to in the past:
- CakePHP: The best PHP web application framework out there.
- jQuery: The greates JS library driven by a great community.
- Wikimedia: The people running the knowledge hub known as Wikipedia.
Made by Debuggable Ltd.
We are also maintaining a handful of own open source projects and snippets:
- Google Analytics API, a CakePHP datasource using web scraping
- jayDom JS library, a JS microformat driven JS library
- Containable behavior, a CakePHP model behavior
- Kaizhi Image Library, a PHP library for image manipulation focusing on interface usability
- FixturesShell, a CakePHP shell making it easy to maintain a set of test data


I am getting an error witht the sources var on google_analytics_source.php, line 187
foreach...
Hi Felix, I always read your blog. The fun things is that you work with the two things I love a...
The line: < ?php echo ($num % 2) ? 'row-a': 'row-b'; ?>">
Could be :
if($num ++ >0){...
Information hiding is one of the cornerstones of OOP. Without private/protected modifiers ......
This discussion has been going on for a bit, but I feel I just have to add my 2 pennies to...