Google Maps API – Actually Useful

Have you ever wanted to make a map in Google Maps? Maybe put your friends houses on a map and share it? Or maybe even add a map to your blog and let visitors type in their locations and then display the map of all your visitors? Well you can!

Read the rest of this entry »

Javascript Character Replacement

So you need to replace all the occurrences of a character in a javascript variable… Well that’s not too hard.

Read the rest of this entry »

SQL Dates and Strings

Anyone thathas ever tried to treat a string as a date in a SQL command for SQL Server knows it’s a pain in the ass. And if you haven’t tried it, then I’d do something else instead. BUT if you HAVE to do it, then here’s one trick that worked for me.

Read the rest of this entry »