<?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>Mozilla in Asia &#187; Thailand</title>
	<atom:link href="http://blog.mozilla.com/gen/category/thailand/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/gen</link>
	<description>Gen Kanai's Mozilla weblog</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:11:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Firefox at 16 percent share in Thailand</title>
		<link>http://blog.mozilla.com/gen/2011/05/26/firefox-in-thailand-2011/</link>
		<comments>http://blog.mozilla.com/gen/2011/05/26/firefox-in-thailand-2011/#comments</comments>
		<pubDate>Thu, 26 May 2011 08:19:16 +0000</pubDate>
		<dc:creator>Gen Kanai</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/gen/?p=626</guid>
		<description><![CDATA[Jon Russell at the Asian Correspondent points us to a Bangkok Post article, Internet use increases but Thai sites lagging behind, covering statistics on Internet usage in Thailand taken from Truehits.net (a Thailand-based firm tracking many key statistics.) For web browsers, Microsoft&#8217;s Internet Explorer controlled a 65.6% share last year, a decline of 13 percentage [...]]]></description>
			<content:encoded><![CDATA[<p>Jon Russell at the <a href="http://asiancorrespondent.com/55808/assessing-truehits-data-on-thailands-digital-scene/">Asian Correspondent</a> points us to a Bangkok Post article, <a href="http://www.bangkokpost.com/tech/computer/238377/internet-use-increases-but-thai-sites-lagging-behind">Internet use increases but Thai sites lagging behind</a>, covering statistics on Internet usage in Thailand taken from Truehits.net (a Thailand-based firm tracking many key statistics.)</p>
<blockquote><p><em>For web browsers, Microsoft&#8217;s Internet Explorer controlled a 65.6% share last year, a decline of 13 percentage points from 2009. <strong>Mozilla&#8217;s Firefox increased its share from 2.7% to 15.9%</strong>, while Google Chrome rose from 8.4% to 11.8%. </em></p></blockquote>
<p>Truehits also provided a list of the top 10 Thai websites which are: <em>sanook.com, kapook.com, mthai.com, dek-d.com, exteen.com, teenee.com, manager.co.th, truelife.com, gmember.com, and playpark.com.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/gen/2011/05/26/firefox-in-thailand-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introduction to WebGL &#8211; BarCamp Bangkok 4</title>
		<link>http://blog.mozilla.com/gen/2010/10/24/introduction-to-webgl-barcamp-bangkok-4/</link>
		<comments>http://blog.mozilla.com/gen/2010/10/24/introduction-to-webgl-barcamp-bangkok-4/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 09:28:36 +0000</pubDate>
		<dc:creator>Gen Kanai</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Foxkeh]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[open web]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/gen/?p=559</guid>
		<description><![CDATA[Here are my notes on my &#8220;introduction to WebGL&#8221; talk from BarCamp Bangkok 4. NOTE: I said that Firefox 4 beta 6 shipped with WebGL on by default. That&#8217;s not true. One needs to go into about:config, search for &#8216;webgl&#8217; and switch &#8220;webgl.enabled_for_all_sites&#8221; to &#8216;true&#8217;. Hopefully beta 7 will ship with WebGL on by default. [...]]]></description>
			<content:encoded><![CDATA[<p>Here are my notes on my &#8220;introduction to WebGL&#8221; talk from <a href="http://www.barcampbangkok.org/">BarCamp Bangkok 4</a>.</p>
<p>NOTE: I said that Firefox 4 beta 6 shipped with WebGL on by default.  That&#8217;s not true.  One needs to go into about:config, search for &#8216;webgl&#8217; and switch &#8220;webgl.enabled_for_all_sites&#8221; to &#8216;true&#8217;.  Hopefully beta 7 will ship with WebGL on by default.</p>
<p>UPDATE: excellent overview video by Mozilla engineer Vlad Vukićević:<br />
<a href="http://nvidia.fullviewmedia.com/gtc2010/0921-a8-2113.html">WebGL: Bringing 3D to the Web &#8211; 2010 GPU Technology Conference</a></p>
<p><strong>Introduction to WebGL: 3D on the web<br />
BarCamp Bangkok 4 (2010), Sripatum University</strong></p>
<p>Presenter</p>
<ul>
<li> Gen Kanai</li>
<li> &#8220;<a href="http://blog.mozilla.com/gen/2007/02/27/the-cost-of-monoculture/">The Cost of Monoculture</a>&#8221; (Microsoft monopoly in Korea)</li>
</ul>
<p>What is WebGL?</p>
<ul>
<li> Web platform API for accelerated 3D rendering</li>
<li> OpenGL ES in JavaScript</li>
<li> available in Firefox 4 beta, Chromium, Webkit nightly</li>
</ul>
<p>History of WebGL</p>
<ul>
<li> early prototype by Vladimir Vukićević (Mozilla) in 2006</li>
<li> March 2009 &#8211; Khronos Working Group: Mozilla, Google, Apple, Opera</li>
<li> December 2009 &#8211; <a href="https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/doc/spec/WebGL-spec.html">WebGL draft</a></li>
</ul>
<p>Architecture</p>
<ul>
<li> Web browser: WebGL</li>
<li> OS drivers: OpenGL, OpenGL ES, Direct3D</li>
<li> Graphics Hardware</li>
</ul>
<p>Mobile?</p>
<ul>
<li> Firefox on Android, Maemo/Meego</li>
<li> Webkit? (Android?)</li>
</ul>
<p>Applications of WebGL</p>
<ul>
<li> gaming</li>
<li> visualization</li>
<li> marketing</li>
<li>other?</li>
</ul>
<p>WebGL developer libraries</p>
<ul>
<li> <a href="http://github.com/OneGeek/WebGLU">WebGLU</a></li>
<li><a href="http://www.glge.org/">GLGE</a></li>
<li><a href="http://www.c3dl.org/">C3DL</a></li>
<li> <a href="http://www.ambiera.com/copperlicht/">Copperlicht</a></li>
<li><a href="http://spidergl.org/">SpiderGL</a></li>
<li><a href="http://scenejs.org/">SceneJS</a></li>
<li> <a href="http://processingjs.org/">Processing.js</a></li>
<li><a href="http://zenit.senecac.on.ca/wiki/index.php/XB_PointStream">XB PointStream</a></li>
<li>others?</li>
</ul>
<p>Demos</p>
<ul>
<li> WebGL-<a href="http://plopbyte.net/webgl-particles-demo/">Particles-Demo</a></li>
<li> <a href="http://www.biomotionlab.ca/Demos/webgl_walker/">WebGL Walker</a></li>
<li> <a href="http://web.chemdoodle.com/overview3D.php">ChemDoodle</a></li>
<li> <a href="http://www.iquilezles.org/apps/shadertoy/">Shader Toy v0.2</a></li>
<li> SpiderGL &#8211; <a href="http://spidergl.org/example.php?id=8">Streaming LoD Terrain</a></li>
<li> SpiderGL &#8211; <a href="http://spidergl.org/example.php?id=13">HDR Texture</a></li>
<li>many others</li>
</ul>
<p>Thank you</p>
<ul>
<li> <a href="http://blog.vlad1.com/">Vladimir Vukićević</a> (Mozilla)</li>
<li> <a href="http://planet-webgl.org/">WebGL community</a></li>
</ul>
<p>References</p>
<ul>
<li> <a href="http://www.khronos.org/webgl/">http://www.khronos.org/webgl/</a></li>
<li> <a href="http://planet-webgl.org/">http://planet-webgl.org/</a></li>
<li> <a href="http://learningwebgl.com/blog/">http://learningwebgl.com/blog/</a></li>
<li> <a href="https://developer.mozilla.org/en/WebGL">https://developer.mozilla.org/en/WebGL</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/gen/2010/10/24/introduction-to-webgl-barcamp-bangkok-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox in Thailand &#8211; 2010 update</title>
		<link>http://blog.mozilla.com/gen/2010/10/07/firefox-in-thailand-2010-update/</link>
		<comments>http://blog.mozilla.com/gen/2010/10/07/firefox-in-thailand-2010-update/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 08:12:08 +0000</pubDate>
		<dc:creator>Gen Kanai</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/gen/?p=550</guid>
		<description><![CDATA[In preparation for attending and participating in BarCamp Bangkok 4 later this month, I wanted to get a quick update as to the status of Firefox in Thailand. As of September 2010, Truehits.net, a Thai-based statistics firm has this data for browser market share in Thailand. I don&#8217;t know enough about Truehits.net&#8217;s methodologies, their sample [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;"><a title="Bangkok Barcamp 4 - October 23/24 at Sripatum University Bangkhen campus" href="http://www.barcampbangkok.org/"><br />
<img src="http://img.barcampbangkok.org/barcampbangkok4-480x60_0.png" alt="Bangkok Barcamp 4 - October 23/24 at Sripatum University Bangkhen campus" /><br />
</a></div>
<p>In preparation for attending and participating in <a href="http://www.barcampbangkok.org/node/172">BarCamp Bangkok 4</a> later this month, I wanted to get a quick update as to the status of Firefox in Thailand.</p>
<p>As of September 2010, Truehits.net, a Thai-based statistics firm has this data for browser market share in Thailand.</p>
<p><a href="http://truehits.net/graph/graph_stat.php#WEB"><img src="http://blog.mozilla.com/gen/files/2010/10/Screen-shot-2010-10-07-at-4.02.57-PM.png" alt="Thailand browser market share (truehits.net)" /></a></p>
<p>I don&#8217;t know enough about Truehits.net&#8217;s methodologies, their sample size, etc. but if we take them at face value, the breakdown is as such:</p>
<ul>
<li>75.16% on Internet Explorer (either 6, 7 or 8 )</li>
<li>15.25% on Firefox (from Mozilla&#8217;s internal data, 83% on Firefox 3.6, 13% on Firefox 3.5, yes I know that does not add up to 100%)</li>
<li>6% on Chrome</li>
<li>1.6% on Safari.</li>
</ul>
<p><a href="http://truehits.net/graph/graph_stat.php#WEB">Looking at the trends from Truehits.net</a>, Firefox hit 15% share in December of 2009 and then dropped 4% points in 1 month and has slowly gained all of that back in 2010.  It&#8217;s not clear what could have caused such a drastic drop in share in 1 month other than a change in how the data was taken.</p>
<p>Google Chrome has been growing steadily since launch.  In August of 2010, Google did a Chrome marketing event promoting the Thai version of Chrome, (<a href="http://www.bangkokpost.com/tech/technews/190531/google-chrome-set-to-make-mark-in-thailand">Google Chrome set to make mark in Thailand</a>, <a href="http://www.nationmultimedia.com/home/2010/08/10/technology/Google-Chrome-for-Thai-users-30135565.html">Google Chrome for Thai users</a>) and that may also contribute to Chrome&#8217;s growth.</p>
<p>William, Dietrich and I will all be at BarCamp Bangkok 4 and are looking forward to hearing from Firefox users in Thailand as well as those who used to use Firefox and may not use it anymore. Whatever browser you use, we hope to see you there too!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/gen/2010/10/07/firefox-in-thailand-2010-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>repost &#8211; Mozilla Firefox and Thailand</title>
		<link>http://blog.mozilla.com/gen/2009/12/24/repost-mozilla-firefox-and-thailand/</link>
		<comments>http://blog.mozilla.com/gen/2009/12/24/repost-mozilla-firefox-and-thailand/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 23:54:50 +0000</pubDate>
		<dc:creator>Gen Kanai</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/gen/?p=418</guid>
		<description><![CDATA[This is a re-post from the Mozilla Blog: It has come to our attention that there are reports on the popular Thai forum Blognone, มีบริษัทไหน โดนคนจาก Mozilla โทรข้ามประเทศมาเช็คยอดคนใช้ Firefox บ้างไหมครับ, and from Mr. Paiboon’s blog เมื่อมีฝรั่งแปลกหน้าโทรเข้า ออฟฟิศของผม !!, of someone called ‘Edison’ calling Internet businesses in Thailand and using the Mozilla Foundation name. These callers [...]]]></description>
			<content:encoded><![CDATA[<p>This is a <a href="http://blog.mozilla.com/blog/2009/12/22/mozilla-firefox-and-thailand/">re-post from the Mozilla Blog</a>:</p>
<blockquote><p>It has come to our attention that there are reports on the popular Thai forum Blognone, <a href=" http://www.blognone.com/node/13982">มีบริษัทไหน โดนคนจาก Mozilla โทรข้ามประเทศมาเช็คยอดคนใช้ Firefox บ้างไหมครับ</a>, and from Mr. Paiboon’s blog <a href="http://bit.ly/7h5nml">เมื่อมีฝรั่งแปลกหน้าโทรเข้า ออฟฟิศของผม !!</a>, of someone called ‘Edison’ calling Internet businesses in Thailand and using the Mozilla Foundation name. These callers are asking about how many computers in the company are using Mozilla Firefox and are connected to the Internet. Mozilla has no representatives named Edison and no representatives in Thailand doing any telephone-based market surveys. If you receive a phone call from a ‘representative of the Mozilla Foundation’ they are not a representative of Mozilla Corporation or the Mozilla Foundation.</p>
<p>Mozilla has done web-based surveys from the Mozilla website and other websites and does market research via email, but not via phone in Thailand. If you receive a phone call in Thailand from someone saying that they are from Mozilla, please do not provide any information and take their name and number and send it to press at mozilla dot com for confirmation.</p>
<p>Thank you very much for your support of Mozilla and Firefox in Thailand.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/gen/2009/12/24/repost-mozilla-firefox-and-thailand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 5th anniversary party, Bangkok</title>
		<link>http://blog.mozilla.com/gen/2009/11/25/firefox-5th-anniversary-party-bangkok/</link>
		<comments>http://blog.mozilla.com/gen/2009/11/25/firefox-5th-anniversary-party-bangkok/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 18:16:20 +0000</pubDate>
		<dc:creator>Gen Kanai</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/gen/?p=407</guid>
		<description><![CDATA[Poramate at Kapook has organized a Firefox 5th anniversary party in Bangkok, Thailand on Nov. 26th at GreenSpace by Greyhound, Central World. If you&#8217;re in Bangkok, this is the place to be on the 26th! Firefox 5th Anniversary @ #CODEFAIL Party Bangkok Thailand]]></description>
			<content:encoded><![CDATA[<p>Poramate at Kapook has organized a Firefox 5th anniversary party in Bangkok, Thailand on Nov. 26th at GreenSpace by Greyhound, Central World.  If you&#8217;re in Bangkok, this is the place to be on the 26th!</p>
<p><a href="http://www.spreadfirefox.com/node/5430"><img src="http://cdn.cloudfiles.mosso.com/c54102/app1599551259046456.jpg" alt="Firefox 5th Anniversary in Bangkok" /></a></p>
<p><a href="http://www.spreadfirefox.com/node/5430">Firefox 5th Anniversary @ #CODEFAIL Party Bangkok Thailand</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/gen/2009/11/25/firefox-5th-anniversary-party-bangkok/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Update on Firefox in Thailand &#8211; Sep &#8217;09</title>
		<link>http://blog.mozilla.com/gen/2009/10/02/update-on-firefox-in-thailand-sep-09/</link>
		<comments>http://blog.mozilla.com/gen/2009/10/02/update-on-firefox-in-thailand-sep-09/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 17:21:16 +0000</pubDate>
		<dc:creator>Gen Kanai</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/gen/?p=375</guid>
		<description><![CDATA[Cheng, who runs the excellent Thai blog Mhafai.com, and is one of Mozilla&#8217;s most active community members in Thailand, writes in with an update from Truehits.net, a Thai web statistics service that tracks among other things browser share. In April 2009, we saw that Firefox was climbing steadily at about 9% market share. The new [...]]]></description>
			<content:encoded><![CDATA[<p>Cheng, who runs the excellent Thai blog <a href="http://www.mhafai.com/">Mhafai.com</a>, and is one of Mozilla&#8217;s most active community members in Thailand, writes in with an update from <a href="http://truehits.net/">Truehits.net</a>, a Thai web statistics service that tracks among other things browser share.</p>
<p>In <a href="http://blog.mozilla.com/gen/2009/03/10/firefox-in-thailand-2/">April 2009</a>, we saw that Firefox was climbing steadily at about 9% market share.</p>
<p>The <a href="http://truehits.net/graph/graph_stat.php#WEB">new update from Truehits.net</a> tells us that we are now above 13% market share, having grown from 7.4% a year ago.</p>
<p><a href="http://www.flickr.com/photos/chengings/3970598817/in/photostream/"><img src="http://farm3.static.flickr.com/2548/3970598817_b50782b337_d.jpg" alt="Thailand Firefox Market Share Sep 08 - Sep09" /></a></p>
<p>The bad news is that IE 6.0 still has over 40% share in Thailand and IE 7.0 has over 30% share.  Both older versions of IE have been declining as Firefox and IE 8 have been growing, but not nearly as fast as we would hope.</p>
<p>The growth we are seeing in Thailand is largely due to the heroic efforts of our localization leader, <a href="http://keng.ws/">Patipat &#8216;Keng&#8217; Susumpow</a>, and the community of testers and Mozilla developers, some who have been <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=157541">filing bugs for Thai-related issues since 2002</a>.</p>
<p>We&#8217;ll be doing more in Thailand in 2009 and 2010 and would love to hear from Thai users as to what the important bugs are to fix and what Mozilla should consider doing to help Firefox grow in Thailand.  Thanks to Keng, Cheng, Art, and all of the Thai Mozilla community members without which we would not have this growing user base.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/gen/2009/10/02/update-on-firefox-in-thailand-sep-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prime Minister of Thailand uses Firefox</title>
		<link>http://blog.mozilla.com/gen/2009/08/06/prime-minister-of-thailand-uses-firefox/</link>
		<comments>http://blog.mozilla.com/gen/2009/08/06/prime-minister-of-thailand-uses-firefox/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 07:13:38 +0000</pubDate>
		<dc:creator>Gen Kanai</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/gen/?p=350</guid>
		<description><![CDATA[Via Sugree (and many others on Twitter) it has come to our attention that the Prime Minister of Thailand, Abhisit Vejjajiva, uses Firefox.  It&#8217;s also pretty cool that the Thai government is using Flickr too.]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://twitter.com/SUGREE">Sugree</a> (and many others on Twitter) it has come to our attention that the <a href="http://en.wikipedia.org/wiki/Prime_Minister_of_Thailand">Prime Minister of Thailand</a>, <a href="http://en.wikipedia.org/wiki/Abhisit_Vejjajiva">Abhisit Vejjajiva</a>, uses Firefox.  It&#8217;s also pretty cool that the Thai government is using Flickr too.</p>
<p><a href="http://www.flickr.com/photos/thaigov/3790068687/in/set-72157621948729200/"><img src="http://farm3.static.flickr.com/2446/3790068687_4e64140de2.jpg" alt="นายกฯ​ ณ​ รัฐสภา 3 สิงหาคม 2552" /></a></p>
<p><a href="http://www.flickr.com/photos/thaigov/3790061081/in/set-72157621948729200/"><img src="http://farm4.static.flickr.com/3451/3790061081_60c593200e.jpg" alt="นายกฯ​ ณ​ รัฐสภา 3 สิงหาคม 2552" /></a></p>
<p><a href="http://www.flickr.com/photos/thaigov/3790055111/in/set-72157621948729200/"><img src="http://farm3.static.flickr.com/2477/3790055111_a646134d88.jpg" alt="นายกฯ​ ณ​ รัฐสภา 3 สิงหาคม 2552" /></a></p>
<p><a href="http://www.flickr.com/photos/thaigov/3790044711/in/set-72157621948729200/"><img src="http://farm3.static.flickr.com/2645/3790044711_d8c682f529.jpg" alt="นายกฯ​ ณ​ รัฐสภา 3 สิงหาคม 2552" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/gen/2009/08/06/prime-minister-of-thailand-uses-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox in Thailand</title>
		<link>http://blog.mozilla.com/gen/2009/03/10/firefox-in-thailand-2/</link>
		<comments>http://blog.mozilla.com/gen/2009/03/10/firefox-in-thailand-2/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 06:20:15 +0000</pubDate>
		<dc:creator>Gen Kanai</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/gen/?p=271</guid>
		<description><![CDATA[How is Firefox doing in Thailand? Considering that Firefox was not localized into the Thai language until Firefox 3.0.2 in September of 2008, about half a year ago, the trends are looking good. Firefox is solidly at 9% market share and poised to cross 10% soon if the trends hold. IE 6 and IE7 combined [...]]]></description>
			<content:encoded><![CDATA[<p>How is Firefox doing in Thailand?</p>
<p>Considering that Firefox was not localized into the Thai language until Firefox 3.0.2 in September of 2008, about half a year ago, the trends are looking good.</p>
<p>Firefox is solidly at 9% market share and poised to cross 10% soon if the trends hold.</p>
<p><a href="http://truehits.net/graph/graph_stat.php#WEB">IE 6 and IE7 combined still hold 86% market share</a> in Thailand, but considering that there has been a Thai-language Firefox for less than 6 months, we should see more growth in Firefox users in Thailand throughout 2009.</p>
<p><a href="http://spreadsheets.google.com/pub?key=ppq91CKSiz0imv23FyGHeCw"><img src="http://spreadsheets.google.com/pub?key=ppq91CKSiz0imv23FyGHeCw&amp;oid=11&amp;output=image" alt="Thailand Firefox usage" /></a></p>
<p>This is data from <a href="http://truehits.net/">truehits.net</a>, which is a Thai net statistics company that is aggregating data from Thai websites.  I don&#8217;t know the details of truehits.net&#8217;s <a href="http://truehits.net/faq/visitor.php">methodologies</a> (they claim 1.1 million unique IPs, 3 million visitors and 92% of their traffic from in Thailand) or which sites they are aggregating data from, but I&#8217;m more inclined to trust a business that is in Thailand, focused on Thai users, than NetRatings or other non-Thai services that probably do not understand the market in Thailand at all.</p>
<p>Thai Firefox localizer and community organizer <a href="http://www.keng.ws/">Keng</a> is leading an effort to get a Mozilla Thailand community site up in April.  If you would like to contribute or help, please contact Keng.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/gen/2009/03/10/firefox-in-thailand-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>see you at BarCamp Bangkok 2</title>
		<link>http://blog.mozilla.com/gen/2008/08/30/see-you-at-barcamp-bangkok-2/</link>
		<comments>http://blog.mozilla.com/gen/2008/08/30/see-you-at-barcamp-bangkok-2/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 00:23:32 +0000</pubDate>
		<dc:creator>Gen Kanai</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open web]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/gen/?p=192</guid>
		<description><![CDATA[I&#8217;m really looking forward to attending and presenting at BarCamp Bangkok 2, the second BarCamp held in Thailand in 2008, and scheduled to have over 500 people attending!  I&#8217;ll be speaking about Firefox 3.1, TraceMonkey, Fennec, and our Mozilla Labs projects.  Hope to see you at BarCamp Bangkok 2!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really looking forward to attending and presenting at <a href="http://www.barcampbangkok.org/">BarCamp Bangkok 2</a>, the second BarCamp held in Thailand in 2008, and scheduled to have over 500 people attending!  I&#8217;ll be speaking about Firefox 3.1, TraceMonkey, Fennec, and our Mozilla Labs projects.  Hope to see you at BarCamp Bangkok 2!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/gen/2008/08/30/see-you-at-barcamp-bangkok-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cisco and China; Linux in Korea; community survey; JUI in Tokyo</title>
		<link>http://blog.mozilla.com/gen/2008/05/26/cisco-and-china-linux-in-korea-community-survey-jui-in-tokyo/</link>
		<comments>http://blog.mozilla.com/gen/2008/05/26/cisco-and-china-linux-in-korea-community-survey-jui-in-tokyo/#comments</comments>
		<pubDate>Mon, 26 May 2008 04:37:44 +0000</pubDate>
		<dc:creator>Gen Kanai</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Korea]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/gen/2008/05/26/cisco-and-china-linux-in-korea-community-survey-jui-in-tokyo/</guid>
		<description><![CDATA[Intel® C++ Software Development Tool Suite 1.0 for Linux* OS Supporting Mobile Internet Devices Free IDE for mobile linux development. OECD Broadband Portal &#8211; Press release Data on broadband growth. Firebug 1.2 beta for Firefox 3 RC 1 Works with Firefox 3 RC 1! Might have a few bugs but please check it out. Q&#38;A [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.intel.com/cd/software/products/asmo-na/eng/386925.htm">Intel® C++ Software Development Tool Suite 1.0 for Linux* OS Supporting Mobile Internet Devices</a><br />
Free IDE for mobile linux development.</p>
<p><a href="http://www.oecd.org/document/54/0,3343,en_2649_33703_39575670_1_1_1_1,00.html">OECD Broadband Portal &#8211; Press release</a><br />
Data on broadband growth.</p>
<p><a href="http://ajaxian.com/archives/firebug-12-beta-for-firefox-3-rc-1">Firebug 1.2 beta for Firefox 3 RC 1</a><br />
Works with Firefox 3 RC 1!  Might have a few bugs but please check it out.</p>
<p><a href="http://venturebeat.com/2008/05/22/qa-with-isaac-mao-on-tech-blogging-in-china-censorship-and-opportunity/">Q&amp;A with Isaac Mao on tech blogging in China: Censorship, and opportunity</a><br />
Isaac was very helpful when we visited Shanghai in 2007 before we opened the Mozilla Beijing office.</p>
<p><a href="http://www.nytimes.com/aponline/business/AP-Internet-Freedom-Congress.html?partner=rssuserland&amp;emc=rss">Cisco Systems Denies Online Censorship Role in China </a><br />
Cisco internal documents show otherwise.</p>
<p><a href="http://blog.wired.com/27bstroke6/2008/05/leaked-cisco-do.html">Cisco Leak: &#8216;Great Firewall&#8217; of China Was a Chance to Sell More Routers</a><br />
Not surprised; very disappointed.</p>
<p><a href="http://rconversation.blogs.com/rconversation/2008/05/cisco-saw-oppor.html">Cisco saw opportunity in &#8220;Golden Shield&#8221; to help fight criminals&#8230;and dissidents</a><br />
Must-read from Rebecca MacKinnon on Cisco-firewall-gate.</p>
<p><span style="font-family: serif"><a href="http://blog.wired.com/27bstroke6/files/cisco_presentation.pdf">cisco_presentation.pdf</a></span><br />
Read and be depressed with me.</p>
<p><a href="http://www.rollingstone.com/politics/story/20797485/chinas_allseeing_eye/print">China&#8217;s All-Seeing Eye</a><br />
Naomi Klein for Rolling Stone Magazine.</p>
<p><a href="http://www.nytimes.com/2008/05/22/technology/22format.html?_r=1&amp;partner=rssuserland&amp;emc=rss&amp;oref=slogin">Open-Source File Format Is to Be a Part of Microsoft Office </a><br />
Embrace &amp; extend.</p>
<p><a href="http://asiajin.com/blog/2008/05/21/report-jui-javascript-user-interface-2008-conference-in-tokyo/">Report: JUI (Javascript User Interface) 2008 conference in Tokyo</a><br />
Akky and Serkan have made Asiajin a must-read in 2008.</p>
<p><a href="http://www.isriya.com/node/1941/firefox-3-usability-survey">Firefox 3 Usability Survey</a><br />
Isriya Paireepairit of the Mozilla community in Thailand would like your help with a survey he is working on for his university studies.</p>
<p><a href="http://d.hatena.ne.jp/metagold/">Metagold: A Research Blog about Nico Nico Douga</a><br />
Fascinating English-language look into the hot video web service of Japan.</p>
<p><a href="http://www.economist.com/displayStory.cfm?source=hptextfeature&amp;story_id=11394712">Economist.com Correspondent&#8217;s Diary &#8211; Tokyo food</a><br />
Excellent Tokyo food blog.</p>
<p><a href="http://biz.yahoo.com/iw/080522/0399905.html">Linux Foundation Opens Korean Office</a><br />
The LiMoKr must be targeting enterprises or just the server market because the Linux desktop is dead in the water in Korea without support for SEED and Korea&#8217;s unique Windows/ActiveX-based encryption method.</p>
<p>ADDED:<br />
<a href="http://jprs.co.jp/doc/report/registry-report-2007-e.pdf"><br />
.jp Registry report 2007</a><br />
Lower fees, more coordination within Asian registrars, expansion of JP DNS servers, DNSSEC.  Personally, I am still on the fence with regards to i18nized domains.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/gen/2008/05/26/cisco-and-china-linux-in-korea-community-survey-jui-in-tokyo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

