Thursday, July 17, 2008

In the blogs: Density map tutorial - Prototype, Google Maps API and the HeatMapAPI

http://feeds.dzone.com/~r/dzone/frontpage/~3/336202086/density_map_tutorialprototype_google_maps_api_and.html
A tutorial on how to create a density map with Prototype, the Google Maps API and the HeatMap API. The final product is a density map of liquor licenses in Milwaukee, WI.
Density overlays on top of Google Maps would be very cool! I hope I can find some time to experiment with this in the near future.

Monday, July 14, 2008

In the news: Beer map points the way to your favorite drinks

http://www.examiner.com/x-390-Northern-Colorado-Beer-Examiner~y2008m7d12-Beer-map-points-the-way-to-your-favorite-drinks
Have you ever wished you could see where all of the best beers were made and served in Colorado all at a glance? Well now you can. Thanks to the power of Google maps and a custom made database, now you can zoom in and find all of the best beer destinations are all across Colorado and the rest of the world.
Finally a mashup close to my heart! Actually, I am currently working on a very similar project, although not quite as broad in scope, but still covering the entire world. When I was down in D.C. for the July 4th weekend, we ended up hearing about and going to the Brickskeller, a tiny little basement cellar bar that has 1000+ beers on the menu! Luckily, their website has the list as well, so I was able to scrape that data, convert it into a database, and geocode it. Now I am working on a Google Maps interface, and my plan is to allow people to not only browse the "beers of the world" but also save notes (similar to ratebeer.com) about where they tasted that beer, did they like it, would they recommend it, etc.!

Sunday, July 13, 2008

In the blogs: New Version of Google Maps For Your Apps! E-Learning Course Released

http://geochalkboard.wordpress.com/2008/07/12/new-version-of-
google-maps-for-your-apps-e-learning-course-released/

GeoSpatial Training Services has released an update to it's popular Google Maps For Your Apps! e-learning course. This course is designed to enable you to take advantage of Google Maps for your website.
This is great! I've been thinking about creating online courses for a while. I'm not sure how I would integrate it into my site, if it was a proper SCORM package I would have to run an open-source Learning Management System like Moodle (moodle.org). I am definitely going to check this out, although perhaps I should write my own course before seeing theirs.

Wednesday, July 9, 2008

In the blogs: Create a Code-Free Google Map in 3 Easy Steps

http://graphicdesignr.net/blog/2008/07/09/create-a-code-free-
google-map-in-3-easy-steps/

Go to Google Docs and create a new spreadsheet, or import an existing spreadsheet. You can have a lot or just a little information in the spreadsheet, but you will must have at least three columns: A title for the map points, a description and an address. A column to rank the information is optional.
Everyone should realize that making a Google Map is not hard! Where consultants like me come in is when an organization needs greater functionality, such as search, filtering, tagging, etc. and integrating Google Maps into their existing data management system. For instance, for one recent client I had to write an integration layer to pull their data from SugarCRM, a customer relationship management platform (same idea as Salesforce.com).

Monday, July 7, 2008

In the news: Researchers Track Disease With Google News, Google.org Money

http://blog.wired.com/wiredscience/2008/07/researchers-tra.html
"HealthMap goes beyond the standard mashup and is more like a small-scale implementation of the long-awaited semantic web. The site, which the researchers describe in the latest issue of open access PLoS Medicine, creates machine-readable public health information from the text indexed by Google News, World Health Organization updates and online listserv discussions."
I highly recommend checking this mashup out! It truly does go above and beyond the existing "this + that" mashups. Particularly for developers, I think it can offer inspiration for how to move beyond the "display" to focus on the content.