Google Maps Mashups and Google Gadget
I just created a Google Gadget http://www.mibazaar.com/localnews/hometownusa.xml.
This Gadget takes your US Zip Code input and takes you to a Google Maps Mashups page where it shows you the latest news, Traffic, Weather, Dining, Movies, Golf in the Zip Code you have entered.
I looked at the code for driving directions Google Gadget and modified it for my Hometown USA Google Gadget.
I also had to modify my Google Maps Mashup so that it could read in the Zip Code passed from external source. I removed the Form code and instead inserted the follwowing PHP code
$echovar = “zipCodeVal = “.$inputZip.”;”;
echo $echovar;
I then process the value in inputZip (passed in from external source) to map out News, Traffic, Weather, Dining, Movies, Golf
I have submitted this Gadget to Google. Let’s see if they include it in their directory.



