<?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>ไอเอินบล๊อก</title>
	<atom:link href="http://www.iearn.in.th/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iearn.in.th</link>
	<description>Just Play and Just Knowledge</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:00:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Deploy rails app on a suburi</title>
		<link>http://www.iearn.in.th/2010/03/11/deploy-rails-app-on-a-suburi/</link>
		<comments>http://www.iearn.in.th/2010/03/11/deploy-rails-app-on-a-suburi/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 09:00:30 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[rails suburi]]></category>
		<category><![CDATA[relative url]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=628</guid>
		<description><![CDATA[หากใครอยากที่จะ deploy rails สำหรับให้อยู่ในส่วนของ suburi เช่น example.com/app จำเป็นจะต้องมีการใช้งานในส่วนของการสั่งให้ rails ทราบว่าตอนนี้มันกำลังอยู่ใน url ใด ซึ่งในส่วนของการ deploy ผมได้ deploy apache+mod_proxy+mongrel ซึ่งผมจะมาเขียนที่หลังละกันครับ
สำหรับการทำให้ rails deploy บน suburi ทำได้ดังนี้ครับ โดยการแก้ไขในส่วนของ environment.rb

config.action_controller.relative_url_root = &#34;/rails&#34;

เป็นอันว่าเรียบร้อย
]]></description>
			<content:encoded><![CDATA[<p>หากใครอยากที่จะ deploy rails สำหรับให้อยู่ในส่วนของ suburi เช่น example.com/app จำเป็นจะต้องมีการใช้งานในส่วนของการสั่งให้ rails ทราบว่าตอนนี้มันกำลังอยู่ใน url ใด ซึ่งในส่วนของการ deploy ผมได้ deploy apache+mod_proxy+mongrel ซึ่งผมจะมาเขียนที่หลังละกันครับ<br />
สำหรับการทำให้ rails deploy บน suburi ทำได้ดังนี้ครับ โดยการแก้ไขในส่วนของ environment.rb</p>

<div class="wp_syntax"><div class="code"><pre class="rails" style="font-family:monospace;">config.<span style="color:#9900CC;">action_controller</span>.<span style="color:#9900CC;">relative_url_root</span> = <span style="color:#996600;">&quot;/rails&quot;</span></pre></div></div>

<p>เป็นอันว่าเรียบร้อย</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2010/03/11/deploy-rails-app-on-a-suburi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install dhcp server on debian</title>
		<link>http://www.iearn.in.th/2010/03/10/install-dhcp-server-on-debian/</link>
		<comments>http://www.iearn.in.th/2010/03/10/install-dhcp-server-on-debian/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 06:39:57 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dhcp3]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=623</guid>
		<description><![CDATA[
apt-get install dhcp3-server

เป็นภาคต่อของการทำ server ของบริษัทครับ ที่จริงไม่มีอะไรหรอกแค่เอามาไว้อ่านเฉยๆ ส่วนตรงนี้จะเป็นส่วนของการ Install dhcp server ซึ่งไว้สำหรับการแจก ip ภายในครับ

โดยในการแจกได้ใช้ ip ช่วงตั้งแต่ 192.168.55.100 &#8211; 192.168.55.254 แก้ไข /etc/dhcp3/dhcpd.conf

subnet 192.168.55.0 netmask 255.255.255.0 &#123;
        #option routers 192.168.2.55
        pool&#123;
              [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> dhcp3-server</pre></div></div>

<p>เป็นภาคต่อของการทำ server ของบริษัทครับ ที่จริงไม่มีอะไรหรอกแค่เอามาไว้อ่านเฉยๆ ส่วนตรงนี้จะเป็นส่วนของการ Install dhcp server ซึ่งไว้สำหรับการแจก ip ภายในครับ<br />
<span id="more-623"></span></p>
<p>โดยในการแจกได้ใช้ ip ช่วงตั้งแต่ 192.168.55.100 &#8211; 192.168.55.254 แก้ไข /etc/dhcp3/dhcpd.conf</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">subnet 192.168.55.0 netmask 255.255.255.0 <span style="color: #7a0874; font-weight: bold;">&#123;</span>
        <span style="color: #666666; font-style: italic;">#option routers 192.168.2.55</span>
        pool<span style="color: #7a0874; font-weight: bold;">&#123;</span>
                range 192.168.55.100 192.168.55.255;
                allow unknown clients;
        <span style="color: #7a0874; font-weight: bold;">&#125;</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2010/03/10/install-dhcp-server-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gem update &#8211;system is disabled on Debian</title>
		<link>http://www.iearn.in.th/2010/03/07/gem-update-system-is-disabled-on-debian/</link>
		<comments>http://www.iearn.in.th/2010/03/07/gem-update-system-is-disabled-on-debian/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 15:40:26 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[update gem]]></category>
		<category><![CDATA[update_rubygems]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=621</guid>
		<description><![CDATA[ปัญหาเกิดจากกำลังลอง server และ rails hosting controller โดยที่ลองเล่นบน debian แล้วเมื่อต้องการ update gem เจอปัญหานี้ครับ
ERROR:  While executing gem ... (RuntimeError)
    gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get.


วิธีการแก้โดยการเปลี่ยนไปใช้ gem ที่ไว้สำหรับ update rubygems ทำได้ 2 วิธีครับ

gem install update_rubygems
cd /var/lib/gems/1.8/bin
./update_rubygems

or

gem install rubygems-update
cd /var/lib/gems/1.8/bin
./update_rubygems

]]></description>
			<content:encoded><![CDATA[<p>ปัญหาเกิดจากกำลังลอง server และ rails hosting controller โดยที่ลองเล่นบน debian แล้วเมื่อต้องการ update gem เจอปัญหานี้ครับ</p>
<pre code="bash">ERROR:  While executing gem ... (RuntimeError)
    gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get.
</pre>
<p><span id="more-621"></span><br />
วิธีการแก้โดยการเปลี่ยนไปใช้ gem ที่ไว้สำหรับ update rubygems ทำได้ 2 วิธีครับ</p>
<pre code="bash">
gem install update_rubygems
cd /var/lib/gems/1.8/bin
./update_rubygems
</pre>
<p>or</p>
<pre code="bash">
gem install rubygems-update
cd /var/lib/gems/1.8/bin
./update_rubygems
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2010/03/07/gem-update-system-is-disabled-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ไปเที่ยวสิงคโปร์ วันที่ 4 พ.ย.</title>
		<link>http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-3/</link>
		<comments>http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-3/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 08:14:35 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[AboutMe]]></category>
		<category><![CDATA[sentosa]]></category>
		<category><![CDATA[singapore]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=617</guid>
		<description><![CDATA[
วันนี้เป็นวันสุดท้ายที่เที่ยวในสิงคโปร์โดยในวันนี้ผมได้ไปเที่ยวเกาะ sentosa ซึ่งตามคำกล่าวคือเกาะแห่งความสนุกสนานและมีความสุข แต่เป็นที่น่าเสียดายที่การไปครั้งนี้อยู่ในช่วงการประปรุงเลยทำให้อดเล่นในเครื่องเล่นหลายๆ เครื่อง แต่ก็ประทับใจกับการแสดงสุดท้ายก่อนกลับคือ song of the sea
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/12/dscf1125.jpg"><img class="aligncenter size-medium wp-image-618" title="dscf1125" src="http://www.iearn.in.th/wp-content/uploads/2009/12/dscf1125-300x225.jpg" alt="dscf1125" width="300" height="225" /></a></p>
<p>วันนี้เป็นวันสุดท้ายที่เที่ยวในสิงคโปร์โดยในวันนี้ผมได้ไปเที่ยวเกาะ sentosa ซึ่งตามคำกล่าวคือเกาะแห่งความสนุกสนานและมีความสุข แต่เป็นที่น่าเสียดายที่การไปครั้งนี้อยู่ในช่วงการประปรุงเลยทำให้อดเล่นในเครื่องเล่นหลายๆ เครื่อง แต่ก็ประทับใจกับการแสดงสุดท้ายก่อนกลับคือ song of the sea</p>

<div class="ngg-galleryoverview" id="ngg-gallery-8-617">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.iearn.in.th/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=8&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-450" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1007.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1007" alt="DSCF1007" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1007.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-451" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1008.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1008" alt="DSCF1008" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1008.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-452" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1009.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1009" alt="DSCF1009" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1009.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-453" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1010.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1010" alt="DSCF1010" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1010.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-454" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1011.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1011" alt="DSCF1011" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1011.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-455" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1012.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1012" alt="DSCF1012" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1012.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-456" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1013.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1013" alt="DSCF1013" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1013.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-457" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1014.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1014" alt="DSCF1014" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1014.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-458" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1015.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1015" alt="DSCF1015" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1015.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-459" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1016.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1016" alt="DSCF1016" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1016.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-460" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1017.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1017" alt="DSCF1017" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1017.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-461" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1018.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1018" alt="DSCF1018" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1018.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-462" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1019.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1019" alt="DSCF1019" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1019.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-463" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1020.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1020" alt="DSCF1020" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1020.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-464" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1022.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1022" alt="DSCF1022" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1022.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-465" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1023.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1023" alt="DSCF1023" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1023.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-466" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1025.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1025" alt="DSCF1025" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1025.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-467" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1026.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1026" alt="DSCF1026" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1026.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-468" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1027.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1027" alt="DSCF1027" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1027.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-469" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day3/DSCF1028.JPG" title=" " class="shutterset_set_8" >
								<img title="DSCF1028" alt="DSCF1028" src="http://www.iearn.in.th/wp-gallery/singapore/day3/thumbs/thumbs_DSCF1028.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span>1</span><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-3/?nggpage=2">2</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-3/?nggpage=3">3</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-3/?nggpage=4">4</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-3/?nggpage=5">5</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-3/?nggpage=6">6</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-3/?nggpage=7">7</a><a class="next" id="ngg-next-2" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-3/?nggpage=2">&#9658;</a></div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ไปเที่ยวสิงคโปร์ วันที่ 3 พ.ย.</title>
		<link>http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-2/</link>
		<comments>http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-2/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 08:00:57 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[AboutMe]]></category>
		<category><![CDATA[singapore]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=612</guid>
		<description><![CDATA[
วันที่ 2 ของการเดินทางวันนี้เน้นเดินซะเกือบทั้งวัน ผมซื้อแผนที่ 1 อันจากนั้นก็เริ่มทำการเดินเที่ยวทั่วเมืองสิงคโปร์ เริ่มตั้งแต่บ่าย 3 จนถึง 3 ทุ่ม บอกได้เลยว่าเหนื่อยมาก แต่ก็สนุกมากมาย เพราะว่าเป็นครั้งแรกที่ได้เดินทางแบบ นักท่องเที่ยวทัวไปมีรูปมาฝากด้วย
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/12/day20083.jpg"><img class="aligncenter size-medium wp-image-614" title="day20083" src="http://www.iearn.in.th/wp-content/uploads/2009/12/day20083-300x70.jpg" alt="day20083" width="300" height="70" /></a></p>
<p>วันที่ 2 ของการเดินทางวันนี้เน้นเดินซะเกือบทั้งวัน ผมซื้อแผนที่ 1 อันจากนั้นก็เริ่มทำการเดินเที่ยวทั่วเมืองสิงคโปร์ เริ่มตั้งแต่บ่าย 3 จนถึง 3 ทุ่ม บอกได้เลยว่าเหนื่อยมาก แต่ก็สนุกมากมาย เพราะว่าเป็นครั้งแรกที่ได้เดินทางแบบ นักท่องเที่ยวทัวไปมีรูปมาฝากด้วย</p>

<div class="ngg-galleryoverview" id="ngg-gallery-7-612">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.iearn.in.th/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=7&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-345" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20001.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20001" alt="DAY20001" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20001.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-346" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20002.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20002" alt="DAY20002" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20002.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-347" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20003.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20003" alt="DAY20003" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20003.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-348" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20004.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20004" alt="DAY20004" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20004.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-349" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20005.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20005" alt="DAY20005" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20005.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-350" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20006.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20006" alt="DAY20006" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20006.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-351" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20007.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20007" alt="DAY20007" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20007.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-352" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20008.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20008" alt="DAY20008" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20008.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-353" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20009.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20009" alt="DAY20009" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20009.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-354" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20010.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20010" alt="DAY20010" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20010.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-355" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20011.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20011" alt="DAY20011" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20011.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-356" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20012.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20012" alt="DAY20012" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20012.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-357" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20013.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20013" alt="DAY20013" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20013.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-358" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20014.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20014" alt="DAY20014" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20014.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-359" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20015.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20015" alt="DAY20015" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20015.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-360" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20016.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20016" alt="DAY20016" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20016.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-361" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20017.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20017" alt="DAY20017" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20017.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-362" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20018.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20018" alt="DAY20018" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20018.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-363" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20019.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20019" alt="DAY20019" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20019.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-364" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-gallery/singapore/day2/DAY20020.JPG" title=" " class="shutterset_set_7" >
								<img title="DAY20020" alt="DAY20020" src="http://www.iearn.in.th/wp-gallery/singapore/day2/thumbs/thumbs_DAY20020.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span>1</span><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-2/?nggpage=2">2</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-2/?nggpage=3">3</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-2/?nggpage=4">4</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-2/?nggpage=5">5</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-2/?nggpage=6">6</a><a class="next" id="ngg-next-2" href="http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-2/?nggpage=2">&#9658;</a></div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/12/18/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ไปเที่ยวสิงคโปร์ วันที่ 2 พ.ย.</title>
		<link>http://www.iearn.in.th/2009/12/17/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-1/</link>
		<comments>http://www.iearn.in.th/2009/12/17/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-1/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 05:06:35 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[AboutMe]]></category>
		<category><![CDATA[malaysia]]></category>
		<category><![CDATA[singapore]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=605</guid>
		<description><![CDATA[
วันแรกสุดของการเดินทางผมเดินทางด้วยรถทัวร์เข้าไปยังสิงคโปร์กว่าจะไปถึงนานพอสมควรประมาณ 16 ชั่วโมงเลย ถ้าเกิดว่านั่งเครื่องแค่ประมาณ 2 ชั่วงโมงเอง แต่ต้องไปขึ้นที่กรุงเทพ เพราะไม่มีหาดใหญ่-สิงคโปร์ เพื่อความประหยัดเลยไปกะรถทัวร์เป็นการดีที่สุด ในส่วนการเดินทางเป็นครั้งแรกที่ได้เดินทางไปยังต่างประเทศ ซึ่งสิ่งที่ต้องกลัวคือ ต.ม. แต่ก็ไม่มีปัญหาเลย ต้องใช้เวลาใน ต.ม. ของสิงคโปร์นานมาก ตรวจหมดทุกอย่าง กระเป๋า โน๊ตบุ๊คกล้อง กว่าจะผ่านได้ เอาเป็นว่าในวันแรกไปถึงก็เริ่มการเที่ยวเลย โดยมีรูปมาฝากตามด้านล่าง
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/12/dscf1080.jpg"><img class="aligncenter size-medium wp-image-606" title="dscf1080" src="http://www.iearn.in.th/wp-content/uploads/2009/12/dscf1080-300x73.jpg" alt="dscf1080" width="300" height="73" /></a></p>
<p>วันแรกสุดของการเดินทางผมเดินทางด้วยรถทัวร์เข้าไปยังสิงคโปร์กว่าจะไปถึงนานพอสมควรประมาณ 16 ชั่วโมงเลย ถ้าเกิดว่านั่งเครื่องแค่ประมาณ 2 ชั่วงโมงเอง แต่ต้องไปขึ้นที่กรุงเทพ เพราะไม่มีหาดใหญ่-สิงคโปร์ เพื่อความประหยัดเลยไปกะรถทัวร์เป็นการดีที่สุด ในส่วนการเดินทางเป็นครั้งแรกที่ได้เดินทางไปยังต่างประเทศ ซึ่งสิ่งที่ต้องกลัวคือ ต.ม. แต่ก็ไม่มีปัญหาเลย ต้องใช้เวลาใน ต.ม. ของสิงคโปร์นานมาก ตรวจหมดทุกอย่าง กระเป๋า โน๊ตบุ๊คกล้อง กว่าจะผ่านได้ เอาเป็นว่าในวันแรกไปถึงก็เริ่มการเที่ยวเลย โดยมีรูปมาฝากตามด้านล่าง</p>

<div class="ngg-galleryoverview" id="ngg-gallery-6-605">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.iearn.in.th/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=6&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-284" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1003.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1003" alt="DSCF1003" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1003.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-285" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1004.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1004" alt="DSCF1004" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1004.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-286" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1009.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1009" alt="DSCF1009" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1009.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-287" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1011.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1011" alt="DSCF1011" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1011.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-288" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1013.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1013" alt="DSCF1013" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1013.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-289" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1015.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1015" alt="DSCF1015" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1015.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-290" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1016.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1016" alt="DSCF1016" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1016.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-291" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1017.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1017" alt="DSCF1017" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1017.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-292" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1018.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1018" alt="DSCF1018" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1018.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-293" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1031.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1031" alt="DSCF1031" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1031.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-294" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1035.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1035" alt="DSCF1035" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1035.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-295" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1036.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1036" alt="DSCF1036" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1036.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-296" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1037.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1037" alt="DSCF1037" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1037.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-297" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1038.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1038" alt="DSCF1038" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1038.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-298" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1039.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1039" alt="DSCF1039" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1039.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-299" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1040.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1040" alt="DSCF1040" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1040.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-300" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1041.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1041" alt="DSCF1041" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1041.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-301" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1042.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1042" alt="DSCF1042" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1042.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-302" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1043.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1043" alt="DSCF1043" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1043.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-303" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.iearn.in.th/wp-content/gallery/singapore/DSCF1044.JPG" title=" " class="shutterset_set_6" >
								<img title="DSCF1044" alt="DSCF1044" src="http://www.iearn.in.th/wp-content/gallery/singapore/thumbs/thumbs_DSCF1044.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span>1</span><a class="page-numbers" href="http://www.iearn.in.th/2009/12/17/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-1/?nggpage=2">2</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/17/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-1/?nggpage=3">3</a><a class="page-numbers" href="http://www.iearn.in.th/2009/12/17/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-1/?nggpage=4">4</a><a class="next" id="ngg-next-2" href="http://www.iearn.in.th/2009/12/17/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-1/?nggpage=2">&#9658;</a></div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/12/17/%e0%b9%84%e0%b8%9b%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%84%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%8c-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and Deploy Rails with Apache Modrails</title>
		<link>http://www.iearn.in.th/2009/10/15/install-and-deploy-rails-with-apache-modrails/</link>
		<comments>http://www.iearn.in.th/2009/10/15/install-and-deploy-rails-with-apache-modrails/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 18:46:19 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[httpd config]]></category>
		<category><![CDATA[modrails]]></category>
		<category><![CDATA[mod_rails]]></category>
		<category><![CDATA[passenger]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=598</guid>
		<description><![CDATA[
Jaideawhosting ตอนนี้ได้เปลี่ยนมาใช้งาน mod_rails แทน mod_proxy และ fastcgi แล้วเพราะเห็นว่าเจ้า mod_rails มันเสถียรจริงๆ อีกอย่างการ deploy ก็ทำได้ง่ายดายมาก เอาเป็นว่ามาดูวิธิการลงกันเลย

Install Passenger
1. ทำการติดตั้ง passenger gem (mod_rails)
gem install passenger 
2. ติดตั้งเป็น module ของ apache
passenger-install-apache2-module
เป็นอันว่าเรียบร้อยแล้วสำหรับการลง ง่ายไหมละ
Mod-rails Config
1. เปิดไฟล์ httpd.conf ของ apahce มาครับ
2. การ deploy ด้วย virtual host

ServerName www.xxx.com
        ServerAlias www.xxxx.com xxxx.com
       [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/10/mod_rails.jpg"><img src="http://www.iearn.in.th/wp-content/uploads/2009/10/mod_rails-300x221.jpg" alt="mod_rails" title="mod_rails" width="300" height="221" class="aligncenter size-medium wp-image-599" /></a></p>
<p>Jaideawhosting ตอนนี้ได้เปลี่ยนมาใช้งาน mod_rails แทน mod_proxy และ fastcgi แล้วเพราะเห็นว่าเจ้า mod_rails มันเสถียรจริงๆ อีกอย่างการ deploy ก็ทำได้ง่ายดายมาก เอาเป็นว่ามาดูวิธิการลงกันเลย<br />
<span id="more-598"></span><br />
Install Passenger<br />
1. ทำการติดตั้ง passenger gem (mod_rails)<br />
<code>gem install passenger </code><br />
2. ติดตั้งเป็น module ของ apache<br />
<code>passenger-install-apache2-module</code><br />
เป็นอันว่าเรียบร้อยแล้วสำหรับการลง ง่ายไหมละ</p>
<p>Mod-rails Config<br />
1. เปิดไฟล์ httpd.conf ของ apahce มาครับ<br />
2. การ deploy ด้วย virtual host<br />
<code><VirtualHost xx.xx.xx.xx:80><br />
ServerName www.xxx.com<br />
        ServerAlias www.xxxx.com xxxx.com<br />
        DocumentRoot /home/xxx/app/public<br />
        RailsEnv production<br />
</VirtualHost><br />
</code><br />
หลังจากนั้นทำการ reload httpd ก็เรียบร้อยครับ</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/10/15/install-and-deploy-rails-with-apache-modrails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ข้อคิดความรักที่ดี</title>
		<link>http://www.iearn.in.th/2009/09/20/%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%a3%e0%b8%b1%e0%b8%81%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%94%e0%b8%b5/</link>
		<comments>http://www.iearn.in.th/2009/09/20/%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%a3%e0%b8%b1%e0%b8%81%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%94%e0%b8%b5/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 02:57:34 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[AboutMe]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=594</guid>
		<description><![CDATA[ในขณะที่เราคิดถึงคน ๆ นึงตลอดเวลา เค้าคนนั้นก็อาจคิดถึงคนอื่นอยู่ก็เป็นได้ และบางครั้ง ก็อาจมีคนที่คิดถึงเรา โดยที่เราไม่สนใจเลยเช่นกัน
บางครั้ง การได้ฝันไปคนเดียว มันก็ดีกว่าการได้รู้ความจริงที่ว่า สิ่งที่เราคิดทั้งหมด มันคือความฝันของเราเองเพียงคนเดียว ฉะนั้น ไม่แปลกที่คนส่วนใหญ่ เลือกที่จะจมกับความฝัน มากกว่าการได้รับรู้ความจริง การไม่ได้เป็นที่ 1 ในใจเค้า ไม่ใช่เรื่องน่าเศร้า&#8230; เราอาจเป็นที่ 2 ซึ่งมันก็ยังดีกว่าเป็นที่ 3 ที่ 4&#8230; และหากเราเป็นที่ 10 ในใจเค้า&#8230;.
ก็ขอให้คิดไว้ว่า ดีกว่าเราไม่มีความสำคัญอะไรในใจเค้าเลย

แต่โปรดจำไว้เถอะว่า หากหัวใจของคุณยังไม่ร้องไห้ออกมาดัง ๆ พร้อมกับพูดกับตัวเองว่า &#8230;ชั้นเหนื่อยเหลือเกินแล้ว โปรดห้ามใจเถอะ ก่อนที่ชั้นจะอ่อนล้าไปกว่านี้&#8230;
ก็จงชอบต่อไปเถอะ การรักใครซักคน ไม่ต้องการความพยายาม &#8220;การตัดใจ&#8221;ต่างหาก ที่ต้องใช้ความพยายามอย่างมากมาย ลองชั่งน้ำหนักในใจเราดูสิว่า ความสุขยาม ที่คุณได้สบตาเค้า กับความทุกข์ยามที่คุณต้องคอยหลบตาเค้า อันไหนมันหนักหนากว่ากัน
อย่าโทษตัวเอง ที่มาเจอเค้าสายเกินไป&#8230; อย่าโทษเค้าที่ไม่มีใจให้&#8230; อย่าโทษโชคชะตาที่ทำให้เราพบกัน แต่ไม่ได้ทำให้เราใจตรงกัน แต่จงยิ้มให้กับตัวเอง ที่อย่างน้อย
ถึงจะพบกับเค้าคนนั้นสายเกินไป แต่ก็ยังได้พบ&#8230; ยิ้มให้เค้า ที่ถึงจะไม่ได้ให้ใจเรามา แต่ก็ยังได้รับหัวใจของเราไป&#8230;
ยิ้มให้กับโชคชะตา  [...]]]></description>
			<content:encoded><![CDATA[<p>ในขณะที่เราคิดถึงคน ๆ นึงตลอดเวลา เค้าคนนั้นก็อาจคิดถึงคนอื่นอยู่ก็เป็นได้ และบางครั้ง ก็อาจมีคนที่คิดถึงเรา โดยที่เราไม่สนใจเลยเช่นกัน<br />
บางครั้ง การได้ฝันไปคนเดียว มันก็ดีกว่าการได้รู้ความจริงที่ว่า สิ่งที่เราคิดทั้งหมด มันคือความฝันของเราเองเพียงคนเดียว ฉะนั้น ไม่แปลกที่คนส่วนใหญ่ เลือกที่จะจมกับความฝัน มากกว่าการได้รับรู้ความจริง การไม่ได้เป็นที่ 1 ในใจเค้า ไม่ใช่เรื่องน่าเศร้า&#8230; เราอาจเป็นที่ 2 ซึ่งมันก็ยังดีกว่าเป็นที่ 3 ที่ 4&#8230; และหากเราเป็นที่ 10 ในใจเค้า&#8230;.<br />
ก็ขอให้คิดไว้ว่า ดีกว่าเราไม่มีความสำคัญอะไรในใจเค้าเลย<br />
<span id="more-594"></span><br />
แต่โปรดจำไว้เถอะว่า หากหัวใจของคุณยังไม่ร้องไห้ออกมาดัง ๆ พร้อมกับพูดกับตัวเองว่า &#8230;ชั้นเหนื่อยเหลือเกินแล้ว โปรดห้ามใจเถอะ ก่อนที่ชั้นจะอ่อนล้าไปกว่านี้&#8230;<br />
ก็จงชอบต่อไปเถอะ การรักใครซักคน ไม่ต้องการความพยายาม &#8220;การตัดใจ&#8221;ต่างหาก ที่ต้องใช้ความพยายามอย่างมากมาย ลองชั่งน้ำหนักในใจเราดูสิว่า ความสุขยาม ที่คุณได้สบตาเค้า กับความทุกข์ยามที่คุณต้องคอยหลบตาเค้า อันไหนมันหนักหนากว่ากัน<br />
อย่าโทษตัวเอง ที่มาเจอเค้าสายเกินไป&#8230; อย่าโทษเค้าที่ไม่มีใจให้&#8230; อย่าโทษโชคชะตาที่ทำให้เราพบกัน แต่ไม่ได้ทำให้เราใจตรงกัน แต่จงยิ้มให้กับตัวเอง ที่อย่างน้อย<br />
ถึงจะพบกับเค้าคนนั้นสายเกินไป แต่ก็ยังได้พบ&#8230; ยิ้มให้เค้า ที่ถึงจะไม่ได้ให้ใจเรามา แต่ก็ยังได้รับหัวใจของเราไป&#8230;<br />
ยิ้มให้กับโชคชะตา  ที่ยังทำให้เรา&#8230;ได้รู้จักกัน คุณควรจะดีใจด้วยซ้ำที่ครั้งหนึ่ง คุณได้เจอคนที่คุณอยากเก็บรอยยิ้ม ของเค้าไว้คนเดียว คนที่คุณใส่ใจกว่าตัวคุณเอง&#8230;.<br />
คนที่ทำให้คุณหัวเราะ&#8230; และร้องไห้ได้มากมาย&#8230;<br />
คนที่เพียงแค่ยิ้มของเค้า ก็สามารถเปลี่ยนวันที่หมองหม่น&#8230; ให้กลายเป็นวันที่สดใส เท่านี้มันก็เพียงพอแล้ว ไม่ใช่หรือ? แค่การได้เห็นคนที่เรารัก ได้หัวเราะอยู่กับใครสักคน<br />
ที่เค้ารักมากที่สุด &#8230;นั่นแหละคือความสุขของการได้รัก &#8230;อย่างจริงใจ</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/09/20/%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%a3%e0%b8%b1%e0%b8%81%e0%b8%97%e0%b8%b5%e0%b9%88%e0%b8%94%e0%b8%b5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>เพลงจำทำไม</title>
		<link>http://www.iearn.in.th/2009/09/19/%e0%b9%80%e0%b8%9e%e0%b8%a5%e0%b8%87%e0%b8%88%e0%b8%b3%e0%b8%97%e0%b8%b3%e0%b9%84%e0%b8%a1/</link>
		<comments>http://www.iearn.in.th/2009/09/19/%e0%b9%80%e0%b8%9e%e0%b8%a5%e0%b8%87%e0%b8%88%e0%b8%b3%e0%b8%97%e0%b8%b3%e0%b9%84%e0%b8%a1/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 19:11:37 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[AboutMe]]></category>
		<category><![CDATA[roommate]]></category>
		<category><![CDATA[จำทำไม]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=592</guid>
		<description><![CDATA[ชื่อเพลง เพลงจำทำไม ผู้หญิงร้อง (OST.Roommate)
ชื่ออัลบั้ม เพลงประกอบภาพยนตร์ Roommate (รูมเมท)
ชื่อศิลปิน นุช นีรนาท วิคตอเรีย โคทส์ 
อยู่ตรงนี้ ทุกครั้งที่นอนเดียวดาย
แค่หลับตาก่อนนอนครั้งใด
ยังเห็นเธออยู่ เธอยังไม่ลบเลือนไป
จากวันนั้น วันนี้ฉันไม่มีใคร
เก็บอาการซ่อนความเสียใจ ยังรักเธออยู่อีกนานไหม
* ก็รู้ทั้งรู้ว่ารักเธอคงไม่ย้อนมา
รู้ทั้งรู้ต้องใช้เวลาเพื่อลืมเธอ เข้าใจ
** แต่ทำไม ทำไม ต้องจำ เมื่อเธอไม่คิดจริงใจ
ทำไม ทำไม ความรักที่เธอนั้นลืมต้องเก็บไปคิดฟูมฟาย
อะไร อะไร ยังย้อนเข้ามา ทุกช่วงเวลา นั้นยังไม่เคยจางหาย
วันที่ฉันมีเธอ ไม่ว่าเวลาจะนานเท่าไร ฉันลืมไม่ได้จริงๆ
ซ้ำ *,**
คนที่รักจริงจัง จะรักเพียงเธอ
จนหมดหัวใจ ฉันลืมไม่ได้จริงๆ..
]]></description>
			<content:encoded><![CDATA[<p>ชื่อเพลง เพลงจำทำไม ผู้หญิงร้อง (OST.Roommate)<br />
ชื่ออัลบั้ม เพลงประกอบภาพยนตร์ Roommate (รูมเมท)<br />
ชื่อศิลปิน นุช นีรนาท วิคตอเรีย โคทส์ </p>
<p><code>อยู่ตรงนี้ ทุกครั้งที่นอนเดียวดาย<br />
แค่หลับตาก่อนนอนครั้งใด<br />
ยังเห็นเธออยู่ เธอยังไม่ลบเลือนไป<br />
จากวันนั้น วันนี้ฉันไม่มีใคร<br />
เก็บอาการซ่อนความเสียใจ ยังรักเธออยู่อีกนานไหม</p>
<p>* ก็รู้ทั้งรู้ว่ารักเธอคงไม่ย้อนมา<br />
รู้ทั้งรู้ต้องใช้เวลาเพื่อลืมเธอ เข้าใจ</p>
<p>** แต่ทำไม ทำไม ต้องจำ เมื่อเธอไม่คิดจริงใจ<br />
ทำไม ทำไม ความรักที่เธอนั้นลืมต้องเก็บไปคิดฟูมฟาย<br />
อะไร อะไร ยังย้อนเข้ามา ทุกช่วงเวลา นั้นยังไม่เคยจางหาย<br />
วันที่ฉันมีเธอ ไม่ว่าเวลาจะนานเท่าไร ฉันลืมไม่ได้จริงๆ</p>
<p>ซ้ำ *,**<br />
คนที่รักจริงจัง จะรักเพียงเธอ<br />
จนหมดหัวใจ ฉันลืมไม่ได้จริงๆ..</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/09/19/%e0%b9%80%e0%b8%9e%e0%b8%a5%e0%b8%87%e0%b8%88%e0%b8%b3%e0%b8%97%e0%b8%b3%e0%b9%84%e0%b8%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>จากคนหนึ่งถึงอีกคน ปาน</title>
		<link>http://www.iearn.in.th/2009/09/15/%e0%b8%88%e0%b8%b2%e0%b8%81%e0%b8%84%e0%b8%99%e0%b8%ab%e0%b8%99%e0%b8%b6%e0%b9%88%e0%b8%87%e0%b8%96%e0%b8%b6%e0%b8%87%e0%b8%ad%e0%b8%b5%e0%b8%81%e0%b8%84%e0%b8%99-%e0%b8%9b%e0%b8%b2%e0%b8%99/</link>
		<comments>http://www.iearn.in.th/2009/09/15/%e0%b8%88%e0%b8%b2%e0%b8%81%e0%b8%84%e0%b8%99%e0%b8%ab%e0%b8%99%e0%b8%b6%e0%b9%88%e0%b8%87%e0%b8%96%e0%b8%b6%e0%b8%87%e0%b8%ad%e0%b8%b5%e0%b8%81%e0%b8%84%e0%b8%99-%e0%b8%9b%e0%b8%b2%e0%b8%99/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 05:03:59 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[AboutMe]]></category>
		<category><![CDATA[จากคนหนึ่งถึงอีกคน]]></category>
		<category><![CDATA[ปาน]]></category>
		<category><![CDATA[เพลงจากคนหนึ่งถึงอีกคน]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=588</guid>
		<description><![CDATA[ชื่อเพลง : จากคนหนึ่งถึงอีกคน
ชื่ออัลบั้ม : พรหมลิขิต
ชื่อศิลปิน : ปาน

คนนึงอยากจะรู้ อีกคนไม่อยากให้ถาม
คนนึงคอยวิ่งไล่ตาม อีกคนก็เดินหนีไป
คนนึงคอยตรงนี้ อีกคนไปอยู่ที่ไหน
คนนึงบอกว่าเหงาใจ อีกคนว่าน่าระอา
คนนึงอยากไปหา อีกคนก็กลับห่างเหิน
คนนึงอยากนั่งใกล้ๆ อีกคนไม่ยอมสบตา
คนนึงโทรทุกครั้ง อีกคนไม่เคยโทรหา
คนนึงแบกรักเต็มบ่า อีกคนไม่แคร์อะไร
* คนนึงหาเรื่องคุย อีกคนนึงหาเรื่องวาง
คนนึงทำแทบทุกอย่าง อีกคนไม่เคยสนใจ
** คนนึงคิดถึงกัน อีกคนนึงคิดถึงใคร
ขณะคนนึงรักมากมาย อีกคนทำไมน้อยลง
คนนึงบอกว่ารัก อีกคนไม่อยากจะรู้
คนนึงยังเหมือนเดิมอยู่ อีกคนทำไมเปลี่ยนไป
คนนึงห่วงเสมอ อีกคนนึงห่วงอยู่ไหม
คนนึงยังนั่งร้องไห้ อยากรู้หัวใจอีกคน
คนนึงหาเรื่องคุย อีกคนนึงหาเรื่องวาง
คนนึงทำแทบทุกอย่าง อีกคนไม่เคยสนใจ
** คนนึงคิดถึงกัน อีกคนนึงคิดถึงใคร
ขณะคนนึงรักมากมาย แต่อีกคนทำไมน้อยลง
คนนึงหาเรื่องคุย อีกคนนึงหาเรื่องวาง
คนนึงทำแทบทุกอย่าง อีกคนไม่เคยสนใจ
** คนนึงคิดถึงกัน อีกคนนึงคิดถึงใคร
ขณะคนนึงรักมากมาย แต่อีกคนทำไมน้อยลง
คนนึงคิดถึงกัน อีกคนนึงคิดถึงใคร
ขณะที่ฉันรักมากมาย แต่เทอทำไมน้อยลง 
]]></description>
			<content:encoded><![CDATA[<p>ชื่อเพลง : จากคนหนึ่งถึงอีกคน<br />
ชื่ออัลบั้ม : พรหมลิขิต<br />
ชื่อศิลปิน : ปาน<br />
<code><br />
คนนึงอยากจะรู้ อีกคนไม่อยากให้ถาม<br />
คนนึงคอยวิ่งไล่ตาม อีกคนก็เดินหนีไป<br />
คนนึงคอยตรงนี้ อีกคนไปอยู่ที่ไหน<br />
คนนึงบอกว่าเหงาใจ อีกคนว่าน่าระอา</p>
<p>คนนึงอยากไปหา อีกคนก็กลับห่างเหิน<br />
คนนึงอยากนั่งใกล้ๆ อีกคนไม่ยอมสบตา<br />
คนนึงโทรทุกครั้ง อีกคนไม่เคยโทรหา<br />
คนนึงแบกรักเต็มบ่า อีกคนไม่แคร์อะไร</p>
<p>* คนนึงหาเรื่องคุย อีกคนนึงหาเรื่องวาง<br />
คนนึงทำแทบทุกอย่าง อีกคนไม่เคยสนใจ</p>
<p>** คนนึงคิดถึงกัน อีกคนนึงคิดถึงใคร<br />
ขณะคนนึงรักมากมาย อีกคนทำไมน้อยลง</p>
<p>คนนึงบอกว่ารัก อีกคนไม่อยากจะรู้<br />
คนนึงยังเหมือนเดิมอยู่ อีกคนทำไมเปลี่ยนไป<br />
คนนึงห่วงเสมอ อีกคนนึงห่วงอยู่ไหม<br />
คนนึงยังนั่งร้องไห้ อยากรู้หัวใจอีกคน</p>
<p>คนนึงหาเรื่องคุย อีกคนนึงหาเรื่องวาง<br />
คนนึงทำแทบทุกอย่าง อีกคนไม่เคยสนใจ</p>
<p>** คนนึงคิดถึงกัน อีกคนนึงคิดถึงใคร<br />
ขณะคนนึงรักมากมาย แต่อีกคนทำไมน้อยลง</p>
<p>คนนึงหาเรื่องคุย อีกคนนึงหาเรื่องวาง<br />
คนนึงทำแทบทุกอย่าง อีกคนไม่เคยสนใจ</p>
<p>** คนนึงคิดถึงกัน อีกคนนึงคิดถึงใคร<br />
ขณะคนนึงรักมากมาย แต่อีกคนทำไมน้อยลง</p>
<p>คนนึงคิดถึงกัน อีกคนนึงคิดถึงใคร<br />
ขณะที่ฉันรักมากมาย แต่เทอทำไมน้อยลง </code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/09/15/%e0%b8%88%e0%b8%b2%e0%b8%81%e0%b8%84%e0%b8%99%e0%b8%ab%e0%b8%99%e0%b8%b6%e0%b9%88%e0%b8%87%e0%b8%96%e0%b8%b6%e0%b8%87%e0%b8%ad%e0%b8%b5%e0%b8%81%e0%b8%84%e0%b8%99-%e0%b8%9b%e0%b8%b2%e0%b8%99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
