Archive for the 'php' Category

Time Tracking

Saturday, July 7th, 2007

I wrote a php page which processes the time markers that I have been including on some posts. It performs a query on the database to grab the posts which include the marker, and then calculates how many hours are marked per category. It’s a stand alone page right now, but I intend to create a page within Wordpress which will display the data. Eventually I may write a plugin with some more functionality. There’s a link on the sidebar for Time Tracking (under Things here), which you can click to see the results.

time: 1.5h

MRTG Google Module

Saturday, January 21st, 2006

I wrote a Google module that uses php and AJAX to present the user with the various graphs that are available from their MRTG configuration. The AJAX part comes in when you click the different titles, to load the appropriate graph. I’ll try to make the module available for download soon.