jump to navigation

Google Map Project October 13, 2008

Posted by ordinarywebguy in GMaps, Google Maps, Project Bookmark.
trackback

Just a project bookmark.

My recent project at YW, Google Map API integration. It also utilizes jQuery, Zend_Db and Zend_Paginator.

Check it out here: http://88.191.66.96/index.php

Comments»

1. Wil Sinclair - October 14, 2008

Nice! Out of curiosity, what is YW? Are you aware of Ben’s ZendX_JQuery component? It will be available in 1.7PR, out today. :)

,Wil

2. ordinarywebguy - October 14, 2008

YW is my current company. It stands for Yellowasp. ZendX_JQuery? Just heard about it from you. :)

3. Nik - November 20, 2008

Hi Mitch,

I’ve been using the GeoAddress WordPress plugin but it sometimes shows west coast USA rather than some places in Germany I’ve entered: http://zahnersatzgutachter.de/dozenten-des-curriculums/

It will be great if you can help — I’ve got a looming deadline.

Thanks!

4. ordinarywebguy - November 22, 2008

HI Nik,

Sorry for the late reply.. Anyway, if you can scan on the script of GeoAddress Plugin, you can add this line for its javascript generation:

var geo = new GClientGeocoder;
geo.setBaseCountryCode(“define_country_code_here”);

Hope this helps!!!

Thanks!