how-to

CakePHP 1.2 - Multiple Validation Sets

In CakePHP, you define how your data should be validated by setting parameters on the validate property of your model. In version 1.2, there is an on option...

0 replies - 2946 views - 07/31/08 by jonathansnook in News

PHP - Stop including class files and use __autoload() instead

PHP added several magic methods in PHP5.  __autoload(), however, isn’t one of them.  But that doesn’t make it any less useful.  In fact it’s one of...

4 replies - 4731 views - 06/30/08 by Jaisen Mathai in Tips and Tricks

PHP - Caching Pages with Output Buffering

Noticing your pages are loading slowly or just don't like using extra cpu cycles when you don't have to? PHP makes caching very easy with their variety of...

0 replies - 5609 views - 06/20/08 by Mike Bernat in News

Setting Up A WAMP,phpMyAdmin, Wordpress development environment

In this article I will cover getting PHP set-up on Windows, with Apache and MySQL (WAMP). At the end I will also cover how to get phpMyAdmin and Wordpress...

0 replies - 8670 views - 06/18/08 by Schalk Neethling in News

Upload Files Like Gmail - Client Side Gmail Architecture Part 2

In this follow up to the very popular first part of the Gmail Client Side Architecture series we will be looking at how Google handles the file upload process...

0 replies - 10072 views - 06/16/08 by Schalk Neethling in News

Sun Tech Days jMaki Presentation slides and Sample code

Java technology evangelist Carol McDonald is one of the presenters you can see at this years Sun Tech Days series in Manilla. One of the topics she will be...

0 replies - 4732 views - 06/16/08 by Schalk Neethling in Announcements

Google Style Did You Mean....? in PHP

On a new website I am developing for a client I had to add the usual "Did you mean... ?" in the search results for her. Si I started thinking for the...

0 replies - 22483 views - 06/06/08 by Alejandro Alvarez in News