September 17, 2011 | 1 Minutes Read
This is a quick and dirty PHP script that I whipped up in about 10 minutes, used to show the load averages on the server where it is uploaded.
Here are the load curves for the server that hosts most of my websites at the moment. It is an overworked shared server, which explains why all the curves are through the roof...
The load is updated every minute with a crontab that calls this same script.
The visualization is done using the Google chart API, which does require javascript but offers some great chart options, the "annotatedtimeline" being especially suitable to my purpose.
Get the source on github
installation and project details
-
August 27, 2011
August 27, 2011 | 1 Minutes Read
I stopped using Wordpress for this blog a long time ago. This is how I did it.
-
August 18, 2011
August 18, 2011 | 4 Minutes Read
Phpstorm allows incoming connection from Xdebug to enable variable inspection, breakpoints and so on in your favorite IDE.
-
June 29, 2011
June 29, 2011 | 7 Minutes Read
Phing, a build tool for PHP, written in PHP, allows one to do practically anything when building your project. Today we write a custom task to update your twitter status upon a succcessfull build.
-
April 11, 2011
April 11, 2011 | 3 Minutes Read
This library allows you to serve cached minimized css to your users without any action on your part.
-
April 03, 2011
April 03, 2011 | 3 Minutes Read
Flickholdr.com takes your chosen image dimensions, your tags, and returns Creative Commons licensed images from flickr that fit your criteria.