Blogger Title Fix Plugin

April 13th, 2006

I have finally written a plugin to replace the ugly post titles that sometimes accompany a Blogger-to-WordPress import – the numerical titles that are added to Blogger posts without a title. This plugin replaces those ugly titles with an excerpt from the post body.

http://notions.okuda.ca/wordpress-plugins/blogger-title-fix/

Google Maps API version 2

April 9th, 2006

I have upgraded the GPX Viewer mashup script to version 2 of the Google Maps API. There are only some minor changes to the API and some of the objects used. It doesn’t make the script any better, but now it is more likely to be compatible with future versions of the API.

As part of the update, I added an extra parameter to CenterAndZoom to set the type of map so that it can be set as part of the initialization. You should pass in one of G_NORMAL_MAP, G_SATELLITE_MAP, or G_HYBRID_MAP (or another custom map type you may have created).

The order of initialization is now more strict. As part of the update I tried to make the center and zoom more efficient by calculating the bounding box while adding the points to the map. However, the new API requires that the map position and zoom be set before anything else is done, so I have reverted that change. The code is still in there, but it is commented out for now.

Get it here…
http://notions.okuda.ca/geotagging/projects-im-working-on/gpx-viewer/

TripTracker.net

April 5th, 2006

Well, it looks like I have been beaten to the punch, yet again, TripTracker.net has a nice, easy to use, interface for showing GPS track logs and adding photos to maps. This is on my to-do list of things to do, but someone already did it. I’ll just have to do it better ;-)

Tim’s GMapper

April 4th, 2006

Iceburn (Tim?) has a cool tutorial about using his Nikon camera to embed the GPS data directly on the camera (with an adapter to connect a GPS). He has also written a Perl script for taking GeoTagged photos and creating an XML file for his Google Maps viewer. Very cool.

http://www.iceburnslair.com/mapper/

How to embed MG2 in WordPress

March 24th, 2006

I have written a tutorial with step by step instructions about how I embedded my MG2 (v0.5.1) gallery into WordPress (v2.0.1).

See the gallery in action here http://okuda.ca/gallery/

See the tutorial here http://notions.okuda.ca/mg2-hacks/embedding-mg2-in-wordpress/