Dealing with MySQL Date
Working with dates can be a pain, especially if you are storing them in a database. In the quick example you will learn the basics of the date, strtotime, and mktime functions to convert your dates to...
View ArticleGoogle apps drop support for IE6
Google is apparently dropping support for Internet Explorer version 6. I am thrilled a big player such as Google has taken a firm stance into leaving IE6 in the dust. Dear Google Apps admin, In order...
View ArticleAutoloading Classes
Update: Times change, now that PHP 5.3 has namespaces, check out the PSR-0 Standard for autoloading. Hari K T wrote a great introduction to some of the benefits over at PHPMaster. For those PHP coders...
View ArticleMAMP PEAR Setup
I’ve had a love/hate relationship with MAMP for the last few years – mostly love, but there are a few things about it that have turned my hair grey. One of these things is the packaged PEAR library. I...
View ArticlePHP Website Redesign
PHP.net website has just launched a beta version of their new site design. This is much needed as the current design has not been changed since March 8, 2001, back when PHP was at version 4.0.4. The...
View ArticleMy Website Development Tool Set
I’m always fascinated with what tools others are using. I like seeing icons that other have in their doc at conferences. Here are the tools that I use when I am creating a website. This list is Mac...
View ArticleSync Passwords Between Firefox and Safari
When I’m casually browsing the web I prefer to use Safari and I have it set as my primary browser. When I’m working on websites I use Firefox mainly because I prefer the Firebug Add-on over than the...
View Article