Archives for: "April 2010"

Real-Time Apache Server Monitor

Apache includes mod_status, which lets you monitor the server status, in real-time. Click the link above to see it running up at http://apache.org. There are also ways to automate the reporting, so you can gain further insight into performance, and y… more »

Psuedo 'Slide Show' - Displaying and Hiding divs

This is a nice example of the setInterval function of javascript. Key features: Divs can be added without modifying the code Div naming scheme (div#) reduces collisions with other page content setInterval drives the process Tested with IE7 and… more »