Dapper: One of the coolest web apps I’ve used in a while.

del.icio.us:Dapper: One of the coolest web apps I've used in a while. digg:Dapper: One of the coolest web apps I've used in a while. furl:Dapper: One of the coolest web apps I've used in a while. reddit:Dapper: One of the coolest web apps I've used in a while.No Comments Published January 15th, 2008 in MashupsWeb Appxml

I’ve been playing around with Drapper for a while now, and I honestly have to say - its one of the coolest little web apps I’ve seen in a long time in terms of the “Wow I have so many bloody uses for that!!” factor! I have lost track of how many times I have had to preg_match() [arrgghh!] myself towards some nice output from a service which doesn’t have an API (read: Xbox Live Gamercards), and now, this simple service does most of the work for me:

Read the rest of this entry »

Top of story


Did you mean: Google?

del.icio.us:Did you mean: Google? digg:Did you mean: Google? furl:Did you mean: Google? reddit:Did you mean: Google?2 1 Comment Published September 28th, 2007 in GoogleMashupsPHP

Did You Mean?I’ve always wondered what would be the easiest way to have a vast spelling checker for small phases, for use if your site takes a user string, searches the database, but returns no results. At first I thought about algorithms to compare the words to results in the contents of the database, so I did I quick google search, and right there, on the top of google, was my answer!

Googles “Did you mean” feature not only finds the nearest result to what the user typed, but also the most common search phrase if the query was vague - just what you need, eh?

I guessed this has been done before by somebody, but I couldn’t find it anywhere, so I quickly threw together a PHP script to test it out…

Read the rest of this entry »

Top of story