Implicit Evaluation with PHP Archives: March 2007
·
29 March 2007
A company that does things right: Costco
Costco’s exemplary customer service and attitude is very much appreciated.
continue reading... » 0 Comments
28 March 2007
Fortitude is Dead
This morning, I learned of Delphi for PHP. It looks like the PHP.net language I’ve always wanted. Short of the System.* Namespace, it seems to be a .net clone. It has the interface I hoped to develop to front-end Fortitude. It has a framework which is close enough. This is the future of PHP development.
continue reading... » 0 Comments
15 March 2007
Comparing monolithic controllers with task-based controllers
While learning to program with MVCs, design questions like “what should be covered in a given controller” and “how many controllers do I need?” arise. After reading this, you’ll learn how to determine the answers to questions like those.
continue reading... » 0 Comments
13 March 2007
The least useful of all the HTML Controls
Don’t use the reset input control
continue reading... » 0 Comments
8 March 2007
Nuances with mysql_real_escape_string
What to do if mysql_real_escape_string gives you an empty string as a result.

