<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Google Maps Fan in Thailand &#187; Maps Developer</title>
	<atom:link href="http://www.googlemaps.in.th/category/maps-developer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.googlemaps.in.th</link>
	<description>Google Maps API, Google Maps Mashup, Google Maps on PC, Google Maps on iPhone, Google Maps on Pocket PC, Google Maps on Mobile Phone, Google Maps Community</description>
	<lastBuildDate>Fri, 13 Mar 2009 08:08:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>อย่าใช้ TIS-620 หรือ Windows-874 กับการพัฒนา Google Maps API</title>
		<link>http://www.googlemaps.in.th/2009/02/do-not-use-tis-620-windows-874-in-google-maps-api.html</link>
		<comments>http://www.googlemaps.in.th/2009/02/do-not-use-tis-620-windows-874-in-google-maps-api.html#comments</comments>
		<pubDate>Tue, 10 Feb 2009 16:21:37 +0000</pubDate>
		<dc:creator>MacroArt</dc:creator>
				<category><![CDATA[Maps Developer]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[Thai Mashup]]></category>

		<guid isPermaLink="false">http://www.googlemaps.in.th/?p=85</guid>
		<description><![CDATA[ถ้าคุณใช้ Internet Explorer เข้าเว็บไซต์ที่มี Google Maps บางแห่ง คุณจะพบว่าข้อความลิขสิทธิ์แผนที่และข้อกำหนดในการให้บริการซึ่งแสดงอยู่ด้านล่างแผนที่ ถูกแสดงเป็นตัวอักษรที่อ่านไม่รู้เรื่อง แถมบางครั้งยังล้นกรอบแผนที่ออกมาอีก ปัญหานี้เกิดขึ้นเพราะเว็บไซต์นั้นใช้รหัสตัวอักษรแบบ Single-byte ซึ่งถ้าเป็นเว็บไทยก็คือ TIS-620 หรือ Windows-874 ขณะที่ข้อความที่อยู่ด้านล่างแผนที่ใช้ UTF-8 ซึ่งเป็น Multi-byte เมื่อรหัสตัวอักษรไม่ตรงกัน ข้อความที่แสดงออกมาก็เลยอ่านไม่รู้เรื่อง จากที่ผมทดสอบดู ปัญหานี้จะเกิดกับ Internet Explorer แต่ไม่เกิดกับ Firefox 3 หรือ Google Chrome อย่างไรก็ตาม ถ้าผู้ใช้อินเทอร์เน็ตส่วนใหญ่ยังใช้ Internet Explorer อยู่ นักพัฒนาก็ต้องแก้ไข ซึ่งวิธีการที่ดีที่สุดก็คือการใช้ UTF-8 เป็นรหัสตัวอักษรหลักในการทำเว็บนั่นเอง &#38;lt;meta http-equiv=&#34;content-type&#34; content=&#34;text/html; charset=utf-8&#34;/&#38;gt; ดูตัวอย่าง ปัญหาใน TIS-620 และ ใช้ UTF-8 ไม่มีปัญหา]]></description>
		<wfw:commentRss>http://www.googlemaps.in.th/2009/02/do-not-use-tis-620-windows-874-in-google-maps-api.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>เรียนรู้จาก &#8220;Hello, World&#8221; ของ Google Maps</title>
		<link>http://www.googlemaps.in.th/2009/02/hello-world-google-maps.html</link>
		<comments>http://www.googlemaps.in.th/2009/02/hello-world-google-maps.html#comments</comments>
		<pubDate>Tue, 10 Feb 2009 14:00:24 +0000</pubDate>
		<dc:creator>MacroArt</dc:creator>
				<category><![CDATA[Maps Developer]]></category>
		<category><![CDATA[api]]></category>

		<guid isPermaLink="false">http://www.googlemaps.in.th/?p=64</guid>
		<description><![CDATA[หลังจากที่สมัครขอใช้ Google Maps API แล้ว คุณจะเห็นตัวอย่างโค้ดสำหรับแสดงแผนที่ในเว็บไซต์ของคุณ เราจะลองศึกษาวิธีการใช้งาน API แบบเบื้องต้นจากตัวอย่างนี้กัน &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Strict//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#34;&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62; &#60;head&#62; &#60;meta http-equiv=&#34;content-type&#34; content=&#34;text/html; charset=utf-8&#34;/&#62; &#60;title&#62;Google Maps JavaScript API Example&#60;/title&#62; &#60;script src=&#34;http://maps.google.com/maps?file=api&#38;amp;v=2&#38;amp;key=abcdefg&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; &#160; //&#60;![CDATA[ &#160; function load() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById(&#34;map_canvas&#34;)); map.setCenter(new GLatLng(37.4419, -122.1419), 13); } } &#160; [...]]]></description>
		<wfw:commentRss>http://www.googlemaps.in.th/2009/02/hello-world-google-maps.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>การสมัครใช้งาน Google Maps API</title>
		<link>http://www.googlemaps.in.th/2009/02/sign-up-for-google-maps-api.html</link>
		<comments>http://www.googlemaps.in.th/2009/02/sign-up-for-google-maps-api.html#comments</comments>
		<pubDate>Tue, 10 Feb 2009 11:01:16 +0000</pubDate>
		<dc:creator>MacroArt</dc:creator>
				<category><![CDATA[Maps Developer]]></category>
		<category><![CDATA[api]]></category>

		<guid isPermaLink="false">http://www.googlemaps.in.th/?p=60</guid>
		<description><![CDATA[การจะนำ Google Maps มาพัฒนาต่อยอดได้นั้น ผู้พัฒนาจะต้องสมัครเพื่อขอใช้งาน Google Maps API ก่อน ซึ่งมีรายละเอียดปลีกย่อยบางอย่างที่ควรจะรู้ดังนี้ Google Maps API มีบริการ 2 รูปแบบ คือแบบฟรีสำหรับผู้ใช้ทั่วไป ซึ่งผู้ใช้อินเทอร์เน็ตทั่วโลกสามารถเรียกดูได้ และแบบ Premier สำหรับลูกค้าองค์กรที่ต้องการนำ Google Maps ไปใช้ใน Intranet ของบริษัท การสมัครใช้ Google Maps API คุณจะต้องมี Google Account และมีเว็บไซต์อยู่แล้ว โดยจะต้องระบุชื่อเว็บไซต์ของคุณทันทีที่สมัคร ถ้าสมัครด้วยชื่อเว็บ http://www.googlemaps.in.th/ API Key ที่ได้รับจะใช้งานได้กับ http://www.googlemaps.in.th/ http://www.googlemaps.in.th/path/ แต่จะใช้งานไม่ได้กับ http://googlemaps.in.th/ http://subdomain1.googlemaps.in.th/ http://subdomain2.googlemaps.in.th/path/ หากต้องการให้ใช้งานได้กับเว็บที่ระบุมาทั้งหมดนี้ จะต้องสมัครด้วย http://googlemaps.in.th/ หลังจากที่สมัครแล้ว Google Maps จะแสดงตัวอย่างโค้ดสำหรับแสดงแผนที่บนเว็บไซต์ของคุณ คุณสามารถนำไปใส่ไว้ในเว็บเพื่อตรวจสอบว่าแผนที่แสดงผลถูกต้องหรือไม่&#8230;ได้ทันที &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD [...]]]></description>
		<wfw:commentRss>http://www.googlemaps.in.th/2009/02/sign-up-for-google-maps-api.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
