Archive for July, 2005

Javascript ucwords() Replacement

Wednesday, July 13th, 2005

Since PHP is the primary language I use, I’m most familiar with all of it’s wonderful built-in functions, like ucwords(). I’ve used various code for a Javascript equivalent, and everytime I wind up with about 20 lines to do one simple thing. But I pieced this together from several sources today:

String.prototype.toProperCase = function(){
[…]

EarthCache Wrapup

Friday, July 8th, 2005

(See my first entry for background information on EarthCache)
If you hadn’t noticed, EarthCache is working again. Apparently the block was an automated process, which has been lifted, and things seem to be running smoothly now that I’ve implemented a caching mechanism. I had hoped to pull in some additional information from Geocaching.com, like cache size […]

EarthCache: Geocaching for Google Earth

Wednesday, July 6th, 2005

To end my procrastination of making a first post, I figured I needed something to break into the prestigious web development community with a bang. As a Windows user, I’ve had a head start on a lot of other developers with Google Earth (They say Mac support is soon). I’m not going to bother summarizing […]