Twitter
RSS

Back to Basics

February 2, 2010 - No Comments

I’m restructuring my blog to only focus on these languages and environments: Apache, PHP, MySQL, Javascript (usually via jQuery), XML, Actionscript, CSS, and HTML. Very rarely have I had to extend my reach out into other languages to accomplish the creation of a quality web page or web application.

Friendly MySQL Dates with PHP

October 22, 2008 - 1 Comment

With so many of programmers and designers coming across database oriented job opportunities, I thought I’d point out one small coding trick when it comes to handling MySQL dates with PHP. Let me show you a quick way to convert MySQL’s default date-stamp into a friendly, readable format.