Flash 3D API Coming Soon

A native Flash 3D API is coming soon according to the Adobe MAX 2010 session scheduled for Oct. 27th. Continue reading

Posted in News | Tagged | Leave a comment

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. Continue reading

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. Continue reading

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 a MySQL database and to retrieve the date from the database and display it in a nice format for the end user to see. Continue reading

Posted in Tips | Tagged , | Leave a comment