<?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>Progressive Farmer&#039;s Weblog</title>
	<atom:link href="http://blog.progressive-farmer.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.progressive-farmer.com</link>
	<description>{Adventurer, Biker, Programmer} Wannabe Life Reports</description>
	<lastBuildDate>Wed, 28 Jul 2010 07:42:02 +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>Perbedaan antara &lt;%: &#8230; %&gt; dan &lt;%= &#8230; %&gt;</title>
		<link>http://blog.progressive-farmer.com/2010/07/28/vs/</link>
		<comments>http://blog.progressive-farmer.com/2010/07/28/vs/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 07:09:01 +0000</pubDate>
		<dc:creator>progressivefarmer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[2]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://blog.progressive-farmer.com/?p=70</guid>
		<description><![CDATA[Di ASP.Net MVC 1 (.Net 3.5), anda akan menemui tag berikut untuk merender value ke html. Akan tetapi, penggunaan tag tersebut harus disertai dengan Html.Encode untuk mencegah terjadi XSS attack. contoh: [csharp]&#60;%= Model.SomeProperty %&#62;[/csharp] menjadi [csharp]&#60;%= Html.Encode(Model.SomeProperty) %&#62;[/csharp] Pada ASP.Net MVC 2 (.Net 4.0) anda cukup melakukan ini [csharp]&#60;%: Model.SomeProperty %&#62;[/csharp] untuk menghindari XSS attack, karena [...]]]></description>
			<content:encoded><![CDATA[<p>Di ASP.Net MVC 1 (.Net 3.5), anda akan menemui tag berikut  untuk merender value ke html. Akan tetapi, penggunaan tag tersebut harus disertai dengan Html.Encode untuk mencegah terjadi XSS attack. contoh:</p>
<p>[csharp]&lt;%= Model.SomeProperty %&gt;[/csharp] menjadi [csharp]&lt;%= Html.Encode(Model.SomeProperty) %&gt;[/csharp]</p>
<p>Pada ASP.Net MVC 2 (.Net 4.0) anda cukup melakukan ini</p>
<p>[csharp]&lt;%: Model.SomeProperty %&gt;[/csharp] untuk menghindari XSS attack, karena string didalam tag tersebut akan secara otomatis di encode tanpa harus menspesifikasian encoding dengan Html.Encode.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.progressive-farmer.com/2010/07/28/vs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buyan Lake</title>
		<link>http://blog.progressive-farmer.com/2010/03/31/buyan-lake/</link>
		<comments>http://blog.progressive-farmer.com/2010/03/31/buyan-lake/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 07:30:30 +0000</pubDate>
		<dc:creator>progressivefarmer</dc:creator>
				<category><![CDATA[Traveling]]></category>
		<category><![CDATA[bali]]></category>
		<category><![CDATA[bedugul]]></category>
		<category><![CDATA[bratan]]></category>
		<category><![CDATA[buyan]]></category>
		<category><![CDATA[camp]]></category>
		<category><![CDATA[camping]]></category>
		<category><![CDATA[danau]]></category>

		<guid isPermaLink="false">http://blog.progressive-farmer.com/?p=60</guid>
		<description><![CDATA[I went to Buyan Lake in Bedugul on June 27, 2010. the lake is so beautiful. the mountainous air is so fresh that makes my mind so relax. The trip started from my Office in Kuta. Here is the map of route that i take: It takes 2-2.5 hours from Kuta to get there by [...]]]></description>
			<content:encoded><![CDATA[<p>I went to Buyan Lake in Bedugul on June 27, 2010. the lake is so beautiful. the mountainous air is so fresh that makes my mind so relax.</p>
<p>The trip started from my Office in Kuta. Here is the map of route that i take:</p>
<p><img title="Kuta to Buyan route" src="http://blog.progressive-farmer.com/wp-content/uploads/2010/03/untitled.png" alt="Kuta to Buyan route" width="707" height="403" /></p>
<p>It takes 2-2.5 hours from Kuta to get there by motorcycle.</p>
<p>We rent a tent from the Lake Maintenance Officer at IDR 150k for a night, it&#8217;s quite cheap right? because we only need the tent to keep our bags, if it isn&#8217;t rain, it&#8217;s better to sleep under the sky and beside the campfire <img src="http://blog.progressive-farmer.com/wp-content/plugins/kaskus-emoticons/emoticons/1.gif" style="border:none;background:none;" alt=":malu:" /></p>
<p>The lake itself is easy to find, after you arrive in Bratan lake, Bedugul, just go ahead and you&#8217;ll find a junction and turn left there (there is a traditional market in the corner).</p>
<p>There are many activities that you could do at buyan, but I mostly like fishing. there are many fish there, especially after rain. you need special bait to fish there. local people call it Waluh Leaves. you will find these leaves easily around the lake, so it will easy for us to get the special bait <img src="http://blog.progressive-farmer.com/wp-content/plugins/kaskus-emoticons/emoticons/smiley_beer.gif" style="border:none;background:none;" alt=":beer:" />.</p>
<p>Here are some pictures of Buyan lake and us. enjoy <img src="http://blog.progressive-farmer.com/wp-content/plugins/kaskus-emoticons/emoticons/tambahan-kaskuser/alay.gif" style="border:none;background:none;" alt=":alay" /></p>
<p><code>
<div class="ngg-galleryoverview" id="ngg-gallery-4-60">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.progressive-farmer.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=4&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-119" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0890.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0890" alt="img_0890" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0890.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-120" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0892.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0892" alt="img_0892" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0892.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-121" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0893.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0893" alt="img_0893" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0893.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-122" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0906.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0906" alt="img_0906" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0906.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-123" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0912.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0912" alt="img_0912" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0912.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-124" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0913.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0913" alt="img_0913" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0913.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-125" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0908.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0908" alt="img_0908" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0908.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-126" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0916.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0916" alt="img_0916" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0916.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-127" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0919.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0919" alt="img_0919" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0919.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-128" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0921.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0921" alt="img_0921" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0921.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-129" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0922.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0922" alt="img_0922" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0922.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-130" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0924.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0924" alt="img_0924" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0924.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-131" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0925.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0925" alt="img_0925" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0925.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-132" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0932.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0932" alt="img_0932" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0932.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-133" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0939.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0939" alt="img_0939" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0939.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-134" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0941.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0941" alt="img_0941" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0941.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-135" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0942.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0942" alt="img_0942" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0942.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-136" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/img_0946.jpg" title=" " class="shutterset_set_4" >
								<img title="img_0946" alt="img_0946" src="http://blog.progressive-farmer.com/wp-content/gallery/buyan-lake/thumbs/thumbs_img_0946.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.progressive-farmer.com/2010/03/31/buyan-lake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iwan Fals &#8211; Jangan Tutup Dirimu</title>
		<link>http://blog.progressive-farmer.com/2010/01/05/iwan-fals-jangan-tutup-dirimu/</link>
		<comments>http://blog.progressive-farmer.com/2010/01/05/iwan-fals-jangan-tutup-dirimu/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 07:02:58 +0000</pubDate>
		<dc:creator>progressivefarmer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Dirimu]]></category>
		<category><![CDATA[Iwan Fals]]></category>
		<category><![CDATA[Jangan]]></category>
		<category><![CDATA[Lagu]]></category>
		<category><![CDATA[Lirik]]></category>
		<category><![CDATA[Tutup]]></category>

		<guid isPermaLink="false">http://blog.progressive-farmer.com/?p=26</guid>
		<description><![CDATA[Listen this song : Dari hati yang paling dalam Kudendangkan sebuah lagu temani sepi Sejenak iringi nurani Ada jarak diantara kita Selimuti sekian waktu telah tersita Ingin ku hilang jarak terbentang Semoga Datanglah kau kekasih Dekap aku erat erat Jangan buang pelukku yang tulus Biarkan hujan turun Basahi jiwa yang haus Jangan tutup dirimu Buat [...]]]></description>
			<content:encoded><![CDATA[<p>Listen this song : </p>
<p>Dari hati yang paling dalam<br />
Kudendangkan sebuah lagu temani sepi<br />
Sejenak iringi nurani</p>
<p>Ada jarak diantara kita<br />
Selimuti sekian waktu telah tersita<br />
Ingin ku hilang jarak terbentang<br />
Semoga</p>
<p>Datanglah kau kekasih<br />
Dekap aku erat erat<br />
Jangan buang pelukku yang tulus</p>
<p>Biarkan hujan turun<br />
Basahi jiwa yang haus<br />
Jangan tutup dirimu</p>
<p>Buat apa kau diam saja<br />
Bicaralah agar aku semakin tahu<br />
Warna dirimu duhai permata</p>
<p>Kau mimpiku aku tak bohong<br />
Seperti yang kau kira seperti yang selalu kau duga<br />
Pintaku kau percayalah<br />
Usah ragu</p>
<p>Datanglah kau kekasih<br />
Dekap aku erat erat<br />
Jangan campakkan pelukku yang tulus</p>
<p>Biarkan hujan turun<br />
Basahi jiwa yang kering<br />
Jangan tutup dirimu</p>
<p>Dedicated for my Edelweiss <img src='http://blog.progressive-farmer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.progressive-farmer.com/2010/01/05/iwan-fals-jangan-tutup-dirimu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blog.progressive-farmer.com/wp-content/uploads/2010/01/Artist-Track-13.mp3" length="4570052" type="audio/mpeg" />
		</item>
		<item>
		<title>Lombok Adventures Photos</title>
		<link>http://blog.progressive-farmer.com/2009/12/28/hello-world/</link>
		<comments>http://blog.progressive-farmer.com/2009/12/28/hello-world/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 01:18:24 +0000</pubDate>
		<dc:creator>progressivefarmer</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[anak]]></category>
		<category><![CDATA[lombok]]></category>
		<category><![CDATA[ntb]]></category>
		<category><![CDATA[rinjani]]></category>
		<category><![CDATA[segara]]></category>
		<category><![CDATA[sekotong]]></category>

		<guid isPermaLink="false">http://blog.progressive-farmer.com/?p=1</guid>
		<description><![CDATA[Here are photos from Lombok Adventures that taken between 29 December 2009 &#8211; 4 January 2010. Credit for Purwo Lapiza who taken almost of these photos and for the Lumix camera. or you can visit my gallery page for the complete albums. Enjoy then!!]]></description>
			<content:encoded><![CDATA[<p>Here are photos from Lombok Adventures that taken between 29 December 2009 &#8211; 4 January 2010.</p>
<p>Credit for <a title="Purwo Lapiza Website" href="http://lapiza.net" target="_blank">Purwo Lapiza</a> who taken almost of these photos and for the Lumix camera.</p>
<p><code>
<div class="ngg-galleryoverview" id="ngg-gallery-2-1">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.progressive-farmer.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=2&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120567.jpg" title="Ida Bagus Mantra Road on the sunrise" class="shutterset_set_2" >
								<img title="P1120567" alt="P1120567" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120567.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120568.jpg" title="Ida Bagus Mantra Road on the sunrise" class="shutterset_set_2" >
								<img title="P1120568" alt="P1120568" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120568.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120569.jpg" title="Ida Bagus Mantra Road on the sunrise" class="shutterset_set_2" >
								<img title="P1120569" alt="P1120569" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120569.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120570.jpg" title="Ida Bagus Mantra Road on the sunrise" class="shutterset_set_2" >
								<img title="P1120570" alt="P1120570" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120570.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120571.jpg" title="Ida Bagus Mantra Road on the sunrise" class="shutterset_set_2" >
								<img title="P1120571" alt="P1120571" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120571.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120574.jpg" title="Ida Bagus Mantra Road on the sunrise" class="shutterset_set_2" >
								<img title="P1120574" alt="P1120574" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120574.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120576.jpg" title="Padang Bay" class="shutterset_set_2" >
								<img title="P1120576" alt="P1120576" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120576.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120577.jpg" title="Padang Bay" class="shutterset_set_2" >
								<img title="P1120577" alt="P1120577" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120577.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120586.jpg" title="Lombok Strait" class="shutterset_set_2" >
								<img title="P1120586" alt="P1120586" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120586.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120628.jpg" title="Lembar Bay" class="shutterset_set_2" >
								<img title="P1120628" alt="P1120628" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120628.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-16" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120630.jpg" title="Lembar Bay" class="shutterset_set_2" >
								<img title="P1120630" alt="P1120630" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120630.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-17" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120631.jpg" title="Lembar Bay" class="shutterset_set_2" >
								<img title="P1120631" alt="P1120631" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120631.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-18" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120632.jpg" title="Lembar Bay" class="shutterset_set_2" >
								<img title="P1120632" alt="P1120632" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120632.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-19" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120633.jpg" title="Lembar Bay" class="shutterset_set_2" >
								<img title="P1120633" alt="P1120633" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120633.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-20" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120634.jpg" title="Lembar Bay" class="shutterset_set_2" >
								<img title="P1120634" alt="P1120634" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120634.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-21" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120652.jpg" title="Elaq-Elaq Beach, Sekotong, Lombok" class="shutterset_set_2" >
								<img title="P1120652" alt="P1120652" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120652.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-22" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120655.jpg" title="Elaq-Elaq Beach, Sekotong, Lombok" class="shutterset_set_2" >
								<img title="P1120655" alt="P1120655" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120655.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-23" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120678.jpg" title="Elaq-Elaq Beach, Sekotong, Lombok" class="shutterset_set_2" >
								<img title="P1120678" alt="P1120678" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120678.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-24" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120679.jpg" title="Elaq-Elaq Beach, Sekotong, Lombok" class="shutterset_set_2" >
								<img title="P1120679" alt="P1120679" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120679.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-25" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/P1120681.jpg" title="Elaq-Elaq Beach, Sekotong, Lombok" class="shutterset_set_2" >
								<img title="P1120681" alt="P1120681" src="http://blog.progressive-farmer.com/wp-content/gallery/lombok-adventures/thumbs/thumbs_P1120681.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span>1</span><a class="page-numbers" href="http://blog.progressive-farmer.com/2009/12/28/hello-world/?nggpage=2">2</a><a class="page-numbers" href="http://blog.progressive-farmer.com/2009/12/28/hello-world/?nggpage=3">3</a><a class="page-numbers" href="http://blog.progressive-farmer.com/2009/12/28/hello-world/?nggpage=4">4</a><a class="page-numbers" href="http://blog.progressive-farmer.com/2009/12/28/hello-world/?nggpage=5">5</a><a class="page-numbers" href="http://blog.progressive-farmer.com/2009/12/28/hello-world/?nggpage=6">6</a><a class="next" id="ngg-next-2" href="http://blog.progressive-farmer.com/2009/12/28/hello-world/?nggpage=2">&#9658;</a></div> 	
</div>

</code></p>
<p>or you can visit <a title="Gallery" href="http://blog.progressive-farmer.com/gallery" target="_self">my gallery page</a> for the complete albums. Enjoy then!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.progressive-farmer.com/2009/12/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
