วันจันทร์ที่ 25 กุมภาพันธ์ พ.ศ. 2551

Google Maps Without the Scripting

I am a regular user of Google Maps API, and I plan to put some map mashups on this blog in the future. But this new service provides a much simpler way. It is so easy that I decided to try it now.
Here is a simple Google map zoomed on to my working place. The red pushpin shows the approximate location of my office.


The tag below is used to generate the map:
<img src="http://maps.google.com/staticmap?center=13.73705,100.5321
&markers=13.7370,100.5321,reda&zoom=15&size=400x300
&key=my_map_api_key"/>

Useful links:
Static Maps API Developer's Guide
The Wizard for creating Google Static Maps

วันพฤหัสบดีที่ 21 กุมภาพันธ์ พ.ศ. 2551

Google Chart API

The Google Chart API lets you dynamically generate charts.
Here is a simple "Hello World" pie-chart.
And this tag:
<img src='http://chart.apis.google.com/chart
?chs=200x125&chd=s:helloWorld&cht=lc&chxt=x,y
&chxl=0:|Mar|Apr|May|June|July|1:||50+Kb'alt='Sample chart'/>

is used to create the graph below.
Sample chart

Useful links:
Google Chart API: Developer's Guide
Charts And Graphs: Modern Solutions

Map mashup with Google Maps API and Google Spreadsheets

My samples of Google Maps mahups that use data from Google Spreadsheets:
Outcome of August 19, 2007 Ballots Cast on Thailand Referendum Endorsement
Google Spreadsheet as Database Server for Google Maps Mashup

Useful resources for making Google Maps mashup with data from Google Spreadsheet:
Google LatLong: Mapping with Google Spreadsheets
Create a map from a published Google Spreadsheet
Spreadsheet Mapper 2.0

For developers:
Google Spreadsheets Data API: Reference Guide

Hello World.

This blog will be used to record my web application development activities and also the report of my web adventures. My visitors will have a chance to give me feedback, comment, criticism, or whatsoever.