April 30th, 2006

Play the Helicopter Game Online

You are a helicopter pilot. Your mission is to guide the helicopter safely through the big green corridor. Be careful though, because there big green blocks hovering conspicuously in mid air that you can smash into! (more…)

April 30th, 2006

Take Driver's Education Online!

Want to practise your stall parking? Or how about stopping at intersections. This "game" will allow you to do it online, for free! (more…)

April 30th, 2006

Create a Scrolling Check Box List

If you are using the CheckBoxList control in ASP.Net, or you just have a bunch of options for users to check, a large number of check boxes options can take up a lot of room on your web page. Also, you may have a <select> with a lot of options, you need to allow multiple selects, but it also takes up a lot of room, and having the user hold CTRL to select multiple items is a nuisance. Well, this little DHTML idea will allow you to combine many checkboxes into a pseudo drop-down list. It makes for one slick and user-friendly solution! (more…)

April 28th, 2006

Build a Simple Hit Counter With PHP

Here is a quick text-based solution to have a simple hit counter on a single page. This is not meant to provide any sort of advanced web analytics, merely a count of how many times a web page has been loaded. (more…)

April 27th, 2006

Use a DHTML Slider on Your ASP.Net Page

I found this great free DHTML slider, completely styled with CSS code, no images required. However, as with all XHTML objects, it is stateless. So when used in an ASP.Net application, it doesn't retain the value across postbacks, and goes back to the beginning on the slider position each time. Here's the code to store and retrieve the values. (more…)

Next Page »