Implicit Evaluation with PHP Archives: February 2007
·
22 February 2007
Generating SQL Insert Queries
Its possible to generate a well formed SQL query with one line of PHP by capitalizing on lambda-style functional support.
continue reading... » 2 Comments
9 February 2007
The Implicit Isset
A guide discussing when to use isset and when to assume.
continue reading... » 0 Comments
8 February 2007
Jobs
If you’re a regular user, please take note of the new jobs page. I’m looking for help with the design of this site.
continue reading... » 0 Comments
8 February 2007
Managing Variable Scopes While Using Templates
PHP’s rules for variable’s scopes can make coding complex templates difficult. Today, I’ll show you several methods to make it easier.
continue reading... » 0 Comments
5 February 2007
What is Programming?
Programming is a lot more mundane than you might think. In fact, it might be so mundane that it’s expendable.
continue reading... » 0 Comments
1 February 2007
Sort your Windows XP Taskbar
Since Firefox gave us the ability to drag and drop tabs, I’ve longed for a way to do that with active programs on the taskbar. Sorting items in OSX’s dock is easy, organizing tabs is easy, so why can’t I move the copy of the browser running Gmail to the first position in my taskbar?
Cue […]

