Search
Categories
Resources
Author Archives: Jeremy
Flash 3D API Coming Soon
A native Flash 3D API is coming soon according to the Adobe MAX 2010 session scheduled for Oct. 27th.
Autoloading Classes
For those PHP coders out there that are starting to use OOP, if you don’t know about the autoload function, read on.
Posted in Tips
Leave a comment
Google 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.
Posted in News
Leave a comment
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 be stored in … Continue reading