Hacks

Reverse autocomplete

Traditional autocomplete is such a powerful tool that it’s managed to work its way into most desktop and a significant number of web applications. Type a URL into your browser, and the address bar will offer suggestions for all of the URLs in your browsing history that begin with the text that precedes your cursor. […]

Maglite LASER burnination

Desertfoxx sent us a tip to a classic KipKay howto video. It’s pretty easy to swap out the diode in a laser pointer or similar laser housing with the diode from an old DVD burner. Put the whole deal into a mini Maglite and you’ve got yourself a nice little handheld fire starter, perfect for […]

PlaceSpotting – Google Maps geo quiz

Martin Fussen tipped us off to PlaceSpotting, a user-contributed geo quiz map mashup. The idea is to create puzzles for your friends to solve by picking an obscure landmark and supplying them with a few hints. Your friends can then zoom around on the map to find the location. If they position the map at […]

KidWash sprinkler toy

Just because it’s hot doesn’t mean the kids have to stay indoors in the A/C. There are a number of worthwhile summer projects, but the KidWash looks like it has a particularly high fun/effort ratio. A trip to the hardware store for some PVC and mister jets and you can give the Wii a run […]

Crawling AJAX

Traditionally, a web spider system is tasked with connecting to a server, pulling down the HTML document, scanning the document for anchor links to other HTTP URLs and repeating the same process on all of the discovered URLs. Each URL represents a different state of the traditional web site. In an AJAX application, much of […]