Twitter
RSS

Show the Current Temperature Using XML and PHP

November 7, 2008 - 7 Comments

It is neat to display the current temperature on your website. I’d like to show you the easiest way to display the temperature on your site using XML from the National Weather Service (NOAA) and PHP.

Friendly MySQL Dates with PHP

October 22, 2008 - 2 Comments

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.