<?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://wutthiphan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wutthiphan.com</link>
	<description>Life, Computers, Travelog, Blogging &#38; IgA Nephropathy...</description>
	<lastBuildDate>Sun, 15 Jan 2012 08:38:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Opencart ส่งเมล ภาษาไทย</title>
		<link>http://wutthiphan.com/2012/01/13/opencart-%e0%b8%aa%e0%b9%88%e0%b8%87%e0%b9%80%e0%b8%a1%e0%b8%a5-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=opencart-%25e0%25b8%25aa%25e0%25b9%2588%25e0%25b8%2587%25e0%25b9%2580%25e0%25b8%25a1%25e0%25b8%25a5-%25e0%25b8%25a0%25e0%25b8%25b2%25e0%25b8%25a9%25e0%25b8%25b2%25e0%25b9%2584%25e0%25b8%2597%25e0%25b8%25a2</link>
		<comments>http://wutthiphan.com/2012/01/13/opencart-%e0%b8%aa%e0%b9%88%e0%b8%87%e0%b9%80%e0%b8%a1%e0%b8%a5-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 13:03:09 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[opencart]]></category>
		<category><![CDATA[ภาษาไทย]]></category>
		<category><![CDATA[ส่งเมล]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=872</guid>
		<description><![CDATA[ผมมีปัญหากับ Opencart เวอร์ชั่น 1.4.9.6 เมื่อเวลาส่งเมลออกไปหายูเซอร์แล้ว หัวข้อเมลที่เป็นภาษาไทยมันเป็นยึกยือ อ่านไม่ออก
อ้อ ผมใช้การส่งเมลผ่าน SMTP หากส่งผ่านฟังก์ชั่น Mail() ของ PHP ก็ปกติดี
ผมแก้ตามโค๊ดในไฟล์ system/library/mail.php เปิดด้วย Notepad++ ประมาณบรรทัดที่ 92 ข้างล่างนี้ครับ โดยให้คอมเม้นต์โค๊ดเดิมบรรทัดที่ 3 แล้วเพิ่มโค๊ดใหม่ในบรรทัดที่ 4 แทนครับ

1
2
3
4
5
if &#40;$this-&#62;protocol != 'mail'&#41; &#123;
$header .= 'To: ' . $to . $this-&#62;newline;
//$header .= 'Subject: ' . $this-&#62;subject . $this-&#62;newline;
$header .='Subject: ' . '=?UTF-8?B?'.base64_encode&#40;$this-&#62;subject&#41;.'?=' . $this-&#62;newline; 
&#125;

เสร็จแล้วก็สามารถอ่านอีเมลที่ส่งออกจาก Opencart ได้ปกติดีครับ
]]></description>
			<content:encoded><![CDATA[<p>ผมมีปัญหากับ Opencart เวอร์ชั่น 1.4.9.6 เมื่อเวลาส่งเมลออกไปหายูเซอร์แล้ว หัวข้อเมลที่เป็นภาษาไทยมันเป็นยึกยือ อ่านไม่ออก<br />
อ้อ ผมใช้การส่งเมลผ่าน SMTP หากส่งผ่านฟังก์ชั่น Mail() ของ PHP ก็ปกติดี<br />
ผมแก้ตามโค๊ดในไฟล์ system/library/mail.php เปิดด้วย Notepad++ ประมาณบรรทัดที่ 92 ข้างล่างนี้ครับ โดยให้คอมเม้นต์โค๊ดเดิมบรรทัดที่ 3 แล้วเพิ่มโค๊ดใหม่ในบรรทัดที่ 4 แทนครับ</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">protocol</span> <span style="color: #339933;">!=</span> <span style="color: #0000ff;">'mail'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #000088;">$header</span> <span style="color: #339933;">.=</span> <span style="color: #0000ff;">'To: '</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$to</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">newline</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//$header .= 'Subject: ' . $this-&gt;subject . $this-&gt;newline;</span>
<span style="color: #000088;">$header</span> <span style="color: #339933;">.=</span><span style="color: #0000ff;">'Subject: '</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'=?UTF-8?B?'</span><span style="color: #339933;">.</span><span style="color: #990000;">base64_encode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">subject</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'?='</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">newline</span><span style="color: #339933;">;</span> 
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>เสร็จแล้วก็สามารถอ่านอีเมลที่ส่งออกจาก Opencart ได้ปกติดีครับ</p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2012/01/13/opencart-%e0%b8%aa%e0%b9%88%e0%b8%87%e0%b9%80%e0%b8%a1%e0%b8%a5-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opencart จังหวัดภาษาไทย</title>
		<link>http://wutthiphan.com/2012/01/02/opencart-%e0%b8%88%e0%b8%b1%e0%b8%87%e0%b8%ab%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=opencart-%25e0%25b8%2588%25e0%25b8%25b1%25e0%25b8%2587%25e0%25b8%25ab%25e0%25b8%25a7%25e0%25b8%25b1%25e0%25b8%2594%25e0%25b8%25a0%25e0%25b8%25b2%25e0%25b8%25a9%25e0%25b8%25b2%25e0%25b9%2584%25e0%25b8%2597%25e0%25b8%25a2</link>
		<comments>http://wutthiphan.com/2012/01/02/opencart-%e0%b8%88%e0%b8%b1%e0%b8%87%e0%b8%ab%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 12:45:09 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[opencart]]></category>
		<category><![CDATA[จังหวัด]]></category>
		<category><![CDATA[ภาษาไทย]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=867</guid>
		<description><![CDATA[อันเนื่องมาจาก Opencart ที่ผมใช้อยู่ตรงที่แสดงจังหวัดมันเป็นภาษาอังกฤษอยู่ผมได้หาวิธีทำให้มันแสดงเป็นภาษาไทยดังนี้
1 เปิด phpmyadmin ไปที่ table OC_zone (อาจจะไม่เหมือนกันนะครับแล้วแต่ตั้งPrefixของDatabase)
2 คลิกที่ปุ่ม Edit phpMyAdmin จะเปิดหน้าต่างใหม่ขึ้นมาให้ทำการแก้ไขDatabase ของเรา
3 รัน SQL นี้ เพื่อลบข้อมูลเดิมก่อน

1
DELETE FROM `OC151_zone` WHERE `country_id` like 209

4 เสร็จแล้ว ก๊อปปี้โค๊ด SQL ข้างล่างนี้ไปใส่แทน

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
INSERT INTO `OC_zone` &#40;`zone_id`, `country_id`, `code`, `name`, `status`&#41; VALUES
&#40;3189, 209, 'Amnat Charoen', 'อำนาจเจริญ', 1&#41;,
&#40;3190, 209, 'Ang Thong', 'อ่างทอง', 1&#41;,
&#40;3191, 209, 'Ayutthaya', 'พระนครศรีอยุธยา', 1&#41;,
&#40;3192, 209, 'Bangkok', 'กรุงเทพมหานคร', 1&#41;,
&#40;3193, 209, [...]]]></description>
			<content:encoded><![CDATA[<p>อันเนื่องมาจาก Opencart ที่ผมใช้อยู่ตรงที่แสดงจังหวัดมันเป็นภาษาอังกฤษอยู่ผมได้หาวิธีทำให้มันแสดงเป็นภาษาไทยดังนี้<br />
1 เปิด phpmyadmin ไปที่ table OC_zone (อาจจะไม่เหมือนกันนะครับแล้วแต่ตั้งPrefixของDatabase)<br />
2 คลิกที่ปุ่ม Edit phpMyAdmin จะเปิดหน้าต่างใหม่ขึ้นมาให้ทำการแก้ไขDatabase ของเรา<br />
3 รัน SQL นี้ เพื่อลบข้อมูลเดิมก่อน</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">DELETE FROM <span style="color: #000000; font-weight: bold;">`</span>OC151_zone<span style="color: #000000; font-weight: bold;">`</span> WHERE <span style="color: #000000; font-weight: bold;">`</span>country_id<span style="color: #000000; font-weight: bold;">`</span> like <span style="color: #000000;">209</span></pre></td></tr></table></div>

<p>4 เสร็จแล้ว ก๊อปปี้โค๊ด SQL ข้างล่างนี้ไปใส่แทน</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">INSERT INTO <span style="color: #000000; font-weight: bold;">`</span>OC_zone<span style="color: #000000; font-weight: bold;">`</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">`</span>zone_id<span style="color: #000000; font-weight: bold;">`</span>, <span style="color: #000000; font-weight: bold;">`</span>country_id<span style="color: #000000; font-weight: bold;">`</span>, <span style="color: #000000; font-weight: bold;">`</span>code<span style="color: #000000; font-weight: bold;">`</span>, <span style="color: #000000; font-weight: bold;">`</span>name<span style="color: #000000; font-weight: bold;">`</span>, <span style="color: #000000; font-weight: bold;">`</span>status<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> VALUES
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3189</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Amnat Charoen'</span>, <span style="color: #ff0000;">'อำนาจเจริญ'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3190</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Ang Thong'</span>, <span style="color: #ff0000;">'อ่างทอง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3191</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Ayutthaya'</span>, <span style="color: #ff0000;">'พระนครศรีอยุธยา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3192</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Bangkok'</span>, <span style="color: #ff0000;">'กรุงเทพมหานคร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3193</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Buriram'</span>, <span style="color: #ff0000;">'บุรีรัมย์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3194</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chachoengsao'</span>, <span style="color: #ff0000;">'ฉะเชิงเทรา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3195</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chai Nat'</span>, <span style="color: #ff0000;">'ชัยนาท'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3196</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chaiyaphum'</span>, <span style="color: #ff0000;">'ชัยภูมิ'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3197</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chanthaburi'</span>, <span style="color: #ff0000;">'จันทบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3198</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chiang Mai'</span>, <span style="color: #ff0000;">'เชียงใหม่'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3199</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chiang Rai'</span>, <span style="color: #ff0000;">'เชียงราย'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3200</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chon Buri'</span>, <span style="color: #ff0000;">'ชลบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3201</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Chumphon'</span>, <span style="color: #ff0000;">'ชุมพร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3202</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Kalasin'</span>, <span style="color: #ff0000;">'กาฬสินธุ์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3203</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Kamphaeng Phet'</span>, <span style="color: #ff0000;">'กำแพงเพชร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3204</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Kanchanaburi'</span>, <span style="color: #ff0000;">'กาญจนบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3205</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Khon Kaen'</span>, <span style="color: #ff0000;">'ขอนแก่น'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3206</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Krabi'</span>, <span style="color: #ff0000;">'กระบี่'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3207</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Lampang'</span>, <span style="color: #ff0000;">'ลำปาง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3208</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Lamphun'</span>, <span style="color: #ff0000;">'ลำพูน'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3209</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Loei'</span>, <span style="color: #ff0000;">'เลย'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3210</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Lop Buri'</span>, <span style="color: #ff0000;">'ลพบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3211</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Mae Hong Son'</span>, <span style="color: #ff0000;">'แม่ฮ่องสอน'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3212</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Maha Sarakham'</span>, <span style="color: #ff0000;">'มหาสารคาม'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3213</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Mukdahan'</span>, <span style="color: #ff0000;">'มุกดาหาร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3214</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Nayok'</span>, <span style="color: #ff0000;">'นครนายก'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3215</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Pathom'</span>, <span style="color: #ff0000;">'นครปฐม'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3216</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Panom'</span>, <span style="color: #ff0000;">'นครพนม'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3217</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Ratchasima'</span>, <span style="color: #ff0000;">'นครราชสีมา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3218</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Sawan'</span>, <span style="color: #ff0000;">'นครสวรรค์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3219</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nakhon Si Thammarat'</span>, <span style="color: #ff0000;">'นครศรีธรรมราช'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3220</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nan'</span>, <span style="color: #ff0000;">'น่าน'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3221</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Narathiwat'</span>, <span style="color: #ff0000;">'นราธิวาส'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3222</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nong Bua Lamphu'</span>, <span style="color: #ff0000;">'หนองบัวลำภู'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3223</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nong Khai'</span>, <span style="color: #ff0000;">'หนองคาย'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3224</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Nonthaburi'</span>, <span style="color: #ff0000;">'นนทบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3225</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Pathum Thani'</span>, <span style="color: #ff0000;">'ปทุมธานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3226</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Pattani'</span>, <span style="color: #ff0000;">'ปัตตานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3227</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phangnga'</span>, <span style="color: #ff0000;">'พังงา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3228</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phatthalung'</span>, <span style="color: #ff0000;">'พัทลุง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3229</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phayao'</span>, <span style="color: #ff0000;">'พะเยา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3230</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phetchabun'</span>, <span style="color: #ff0000;">'เพชรบูรณ์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3231</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phetchaburi'</span>, <span style="color: #ff0000;">'เพชรบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3232</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phichit'</span>, <span style="color: #ff0000;">'พิจิตร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3233</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phitsanulok'</span>, <span style="color: #ff0000;">'พิษณุโลก'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3234</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phrae'</span>, <span style="color: #ff0000;">'แพร่'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3235</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Phuket'</span>, <span style="color: #ff0000;">'ภูเก็ต'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3236</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Prachin Buri'</span>, <span style="color: #ff0000;">'ปราจีนบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3237</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Prachuap Khiri Khan'</span>, <span style="color: #ff0000;">'ประจวบคีรีขันธ์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3238</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Ranong'</span>, <span style="color: #ff0000;">'ระนอง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3239</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Ratchaburi'</span>, <span style="color: #ff0000;">'ราชบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3240</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Rayong'</span>, <span style="color: #ff0000;">'ระยอง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3241</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Roi Et'</span>, <span style="color: #ff0000;">'ร้อยเอ็ด'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3242</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sa Kaeo'</span>, <span style="color: #ff0000;">'สระแก้ว'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3243</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sakon Nakhon'</span>, <span style="color: #ff0000;">'สกลนคร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3244</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Samut Prakan'</span>, <span style="color: #ff0000;">'สมุทรปราการ'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3245</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Samut Sakhon'</span>, <span style="color: #ff0000;">'สมุทรสาคร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3246</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Samut Songkhram'</span>, <span style="color: #ff0000;">'สมุทรสงคราม'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3247</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sara Buri'</span>, <span style="color: #ff0000;">'สระบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3248</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Satun'</span>, <span style="color: #ff0000;">'สตูล'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3249</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sing Buri'</span>, <span style="color: #ff0000;">'สิงห์บุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3250</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sisaket'</span>, <span style="color: #ff0000;">'ศรีสะเกษ'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3251</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Songkhla'</span>, <span style="color: #ff0000;">'สงขลา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3252</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Sukhothai'</span>, <span style="color: #ff0000;">'สุโขทัย'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3253</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Suphan Buri'</span>, <span style="color: #ff0000;">'สุพรรณบุรี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3254</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Surat Thani'</span>, <span style="color: #ff0000;">'สุราษฎร์ธานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3255</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Surin'</span>, <span style="color: #ff0000;">'สุรินทร์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3256</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Tak'</span>, <span style="color: #ff0000;">'ตาก'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3257</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Trang'</span>, <span style="color: #ff0000;">'ตรัง'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3258</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Trat'</span>, <span style="color: #ff0000;">'ตราด'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3259</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Ubon Ratchathani'</span>, <span style="color: #ff0000;">'อุบลราชธานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3260</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Udon Thani'</span>, <span style="color: #ff0000;">'อุดรธานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3261</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Uthai Thani'</span>, <span style="color: #ff0000;">'อุทัยธานี'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3262</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Uttaradit'</span>, <span style="color: #ff0000;">'อุตรดิตถ์'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3263</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Yala'</span>, <span style="color: #ff0000;">'ยะลา'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3264</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Yasothon'</span>, <span style="color: #ff0000;">'ยโสธร'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>,
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">3999</span>, <span style="color: #000000;">209</span>, <span style="color: #ff0000;">'Boungkan'</span>, <span style="color: #ff0000;">'บึงกาฬ'</span>, <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;</pre></td></tr></table></div>

<p>แค่นี้ก็เรียบน้อยครับ สามารถใช้ได้ทั้ง บน Opencart 1.4.x และ 1.5.x<br />
เครดิตข้อมูลจาก <a href="http://forum.opencart.com/viewtopic.php?f=103&#038;t=40893">http://forum.opencart.com/viewtopic.php?f=103&#038;t=40893</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2012/01/02/opencart-%e0%b8%88%e0%b8%b1%e0%b8%87%e0%b8%ab%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opencart Font Encoding</title>
		<link>http://wutthiphan.com/2011/12/18/opencart-font-encoding/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=opencart-font-encoding</link>
		<comments>http://wutthiphan.com/2011/12/18/opencart-font-encoding/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 12:35:03 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[ระบบของผม]]></category>
		<category><![CDATA[อินเทอร์เน็ต]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[opencart]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=861</guid>
		<description><![CDATA[   เจอปัญหาปวดหัวเล็กๆน้อยเกี่ยวกับการแปลภาษาบนเว็บของOpencart ใครที่ใช้ Opencart คงทราบดีว่า Opencart นั้นสามารถทำให้เว็บเป็นได้หลายๆภาษา โดยคำแต่ล่ะคำจะถูกเก็บไว้ในไฟล์ text ธรรมดานี่แล ปกติไฟล์นี้จะต้อง Encoding เป็น ANSI ซึ่งหากเป็นภาษาไทยจะอ่านไม่ออก มันจะยึกๆยือๆ เวลาจะแก้ไขก็ต้อง Encode มันให้เป็น UTF-8 เสียก่อน คนไทยอย่างเราๆถึงจะอ่านมันออก และเมื่อทำการเปลี่ยนคำพูดในไฟล์เรียบร้อยแล้วค่อยเปลี่ยนกลับเป็น ANSI แล้วค่อยอัพโหลดขึ้นเซิฟเวอร์  ผมก็ใช้วิธีนี้มานานแสนนาน แต่มีครั้งหนึ่งผมเผลออัพโหลดทั้งๆที่เป็น UTF-8 มันก็ยังอ่านได้ปกติบนหน้าเว็บ ผมก็ดันคิดไปว่า คงมีการปรับปรุงอะไร ยังไง ไปบ้างไม่ส่วนใดก็ส่วนหนึ่ง จึงทำให้มันอ่านได้โอยไม่ต้องเปลี่ยนเป็น ANSI เสียก่อน
   ผมมารู้เรื่องอีกทีก็เป็นเดือนอยู่ว่ามันมีปัญหา ปกติผมใช้ Firefox ตลอดเวลา พอดีไปใช้คอมคนอื่นเขา ไม่มี Firefox เอาว่ะแก้ขัด IE ไปเลย เข้าเว็บตัวเองปรากฎว่าเว็บออกมาเละๆ น่าเกลียดๆ ก็นึกไปว่าเป็นกับ CSS [...]]]></description>
			<content:encoded><![CDATA[<p>   <strong>เจอปัญหาปวดหัวเล็กๆน้อย</strong>เกี่ยวกับการแปลภาษาบนเว็บของOpencart ใครที่ใช้ Opencart คงทราบดีว่า Opencart นั้นสามารถทำให้เว็บเป็นได้หลายๆภาษา โดยคำแต่ล่ะคำจะถูกเก็บไว้ในไฟล์ text ธรรมดานี่แล ปกติไฟล์นี้จะต้อง Encoding เป็น ANSI ซึ่งหากเป็นภาษาไทยจะอ่านไม่ออก มันจะยึกๆยือๆ เวลาจะแก้ไขก็ต้อง Encode มันให้เป็น UTF-8 เสียก่อน คนไทยอย่างเราๆถึงจะอ่านมันออก และเมื่อทำการเปลี่ยนคำพูดในไฟล์เรียบร้อยแล้วค่อยเปลี่ยนกลับเป็น ANSI แล้วค่อยอัพโหลดขึ้นเซิฟเวอร์  ผมก็ใช้วิธีนี้มานานแสนนาน แต่มีครั้งหนึ่งผมเผลออัพโหลดทั้งๆที่เป็น UTF-8 มันก็ยังอ่านได้ปกติบนหน้าเว็บ ผมก็ดันคิดไปว่า คงมีการปรับปรุงอะไร ยังไง ไปบ้างไม่ส่วนใดก็ส่วนหนึ่ง จึงทำให้มันอ่านได้โอยไม่ต้องเปลี่ยนเป็น ANSI เสียก่อน<br />
   ผมมารู้เรื่องอีกทีก็เป็นเดือนอยู่ว่ามันมีปัญหา ปกติผมใช้ Firefox ตลอดเวลา พอดีไปใช้คอมคนอื่นเขา ไม่มี Firefox เอาว่ะแก้ขัด IE ไปเลย เข้าเว็บตัวเองปรากฎว่าเว็บออกมาเละๆ น่าเกลียดๆ ก็นึกไปว่าเป็นกับ CSS ก็ไปนั่งไล่นอนไล่อยู่นานสองนาน ก็ไม่เจอ พอเปิดเทียบกับ Firefox ก็ไม่มีปัญหาบนจะเจอก็ตอนที่ไปกดเปลี่ยนเป็นภาษาอังกฤษ ทุกอย่างกลับเป็นปกติ เลยปิ้งๆๆๆๆๆ ว่าเพราะมือบอนไม่เปลี่ยน Encoding จาก ANSI เป็น UTF-8 นี่เอง รู้เช่นนั้นก็เลยไล่เปลี่ยนกลับเสียทุกไฟล์ หายสนิท  </p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2011/12/18/opencart-font-encoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 OpenCart Templates</title>
		<link>http://wutthiphan.com/2011/11/24/9-opencart-templates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=9-opencart-templates</link>
		<comments>http://wutthiphan.com/2011/11/24/9-opencart-templates/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 03:43:39 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>
		<category><![CDATA[อินเทอร์เน็ต]]></category>
		<category><![CDATA[opencart]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=841</guid>
		<description><![CDATA[OpenCart Templates สวย ใส น่าใช้ ราคาถูก
จั่วหัวกันใหญ่โต แต่ลงท้ายด้วยราคาถูก เสียตังค์นี่หว่า 555 อย่างว่าแหละครับ ของถูกของดี และฟรีหายากในโลกนี้
แต่ถ้ามันสวยใสถูกใจ จ่ายนิดหน่อย ก็จ่ายไปเถอะ ผมคัดมาเฉพาะที่เห็นแล้วน้ำลายไหล 9 แบบ แต่หากอยากดูแบบอื่นๆ
ก็สามารถกดเข้าไป เลือกหา เลือกชม เลือกซื้อ กันได้จาก ที่นี่ครับ
1. SHOPCART &#8211; Opencart Theme

DOWNLOAD / DEMO – by Themeforest (premium theme
2. GENTLE &#8211; Opencart Theme

DOWNLOAD / DEMO – by Themeforest (premium theme)
3. KINDER 4 in 1 Premium &#8211; OpenCart template

DOWNLOAD / DEMO [...]]]></description>
			<content:encoded><![CDATA[<h1>OpenCart Templates สวย ใส น่าใช้ ราคาถูก</h1>
<p>จั่วหัวกันใหญ่โต แต่ลงท้ายด้วยราคาถูก เสียตังค์นี่หว่า 555 อย่างว่าแหละครับ ของถูกของดี และฟรีหายากในโลกนี้</p>
<p>แต่ถ้ามันสวยใสถูกใจ จ่ายนิดหน่อย ก็จ่ายไปเถอะ ผมคัดมาเฉพาะที่เห็นแล้วน้ำลายไหล 9 แบบ แต่หากอยากดูแบบอื่นๆ</p>
<p>ก็สามารถกดเข้าไป เลือกหา เลือกชม เลือกซื้อ กันได้จาก <strong><a title="ไปดาวน์โหลดธีมอื่นๆที่ themeforest.net" href="http://themeforest.net?ref=wutthiphan" target="_blank">ที่นี่ครับ</a></strong></p>
<h3>1. SHOPCART &#8211; Opencart Theme</h3>
<p><a href="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/shopcart1.jpg"><img title="shopcart opencart template" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/shopcart1.jpg" alt="shopcart opencart template" width="454" height="495" /></a></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/gentle/334663?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/shopcart-opencart-theme-with-powerful-options/full_screen_preview/532072?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme</p>
<h3>2. GENTLE &#8211; Opencart Theme</h3>
<p><img title="gentle" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/gentle.jpg" alt="Gentle" width="456" height="446" /></p>
<p><a title="Download Opencart Templates" href="http://www.tripwiremagazine.com/2011/11/themeforest.net/item/gentle/334663ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/gentle/full_screen_preview/334663?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>3. KINDER 4 in 1 Premium &#8211; OpenCart template</h3>
<p><img title="Kinder - 4 in 1 Premium OpenCart template" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/kinder.jpg" alt="Kinder - 4 in 1 Premium OpenCart template" width="456" height="460" /></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/kinder-4-in-1-premium-opencart-template/260931?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/kinder-4-in-1-premium-opencart-template/full_screen_preview/260931?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>4. MODERN STORE &#8211; OpenCart Template</h3>
<p><a href="http://themeforest.net/item/modernstore-premium-opencart-1493-theme/160727?ref=lvraa" target="_blank"><img title="OpenCart Template – ModernStore" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/image177.png" alt="OpenCart Template – ModernStore" width="452" height="635" border="0" /></a></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/modernstore-premium-opencart-1493-theme/160727?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/modernstore-premium-opencart-1493-theme/full_screen_preview/160727?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>4. MY STOCK IMAGE SHOP &#8211; Opencart Template</h3>
<p><img title="My Stock Image Shop Opencart Template" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/mystock.jpg" alt="My Stock Image Shop Opencart Template" width="454" height="482" /></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/my-stock-image-shop-opencart-template/123691?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/my-stock-image-shop-opencart-template/full_screen_preview/123691?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>5. MY STOCK IMAGE SHOP &#8211; Opencart Theme</h3>
<p><a href="http://themeforest.net/item/my-stock-image-shop-opencart-template/123691?ref=lvraa" target="_blank"><img title="image" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/image182.png" alt="image" width="452" height="338" border="0" /></a></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/my-stock-image-shop-opencart-template/123691?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/my-stock-image-shop-opencart-template/full_screen_preview/123691?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>6. CART MANIA &#8211; Opencart Theme</h3>
<p><a href="http://themeforest.net/item/cartmania-the-ultimate-opencart-1493-template/165312?ref=lvraa" target="_blank"><img title="image" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/image183.png" alt="image" width="452" height="862" border="0" /></a></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/cartmania-the-ultimate-opencart-1493-template/165312?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/cartmania-the-ultimate-opencart-1493-template/full_screen_preview/165312?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>7. SPICYLICIOUS &#8211; OpenCart theme</h3>
<p><img title="Spicylicious - Premium OpenCart theme" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/spicylicious.jpg" alt="Spicylicious - Premium OpenCart theme" width="454" height="538" /></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/spicylicious-premium-opencart-theme/642914?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/spicylicious-premium-opencart-theme/full_screen_preview/642914?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
<h3>8. SHOPPER LAND &#8211; OpenCart theme</h3>
<p><a href="http://themeforest.net/item/shopper-land/152910?ref=lvraa" target="_blank"><img title="Shopper Land" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/image178.png" alt="Shopper Land" width="452" height="639" border="0" /></a></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/shopper-land/152910?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/shopper-land/full_screen_preview/152910?ref=wutthiphan">DEMO</a> – by Themeforest (premium theme)</p>
<h3>9. SHOPPICA &#8211; Opencart Theme</h3>
<p><img title="SHOPPICA - Premium Opencart Theme" src="http://cdn.tripwiremagazine.com/wp-content/uploads/2011/03/shoppica.jpg" alt="SHOPPICA - Premium Opencart Theme" width="454" height="508" /></p>
<p><a title="Download Opencart Templates" href="http://themeforest.net/item/shoppica-premium-open-cart-theme/235470?ref=wutthiphan" target="_blank">DOWNLOAD</a> / <a href="http://themeforest.net/item/shoppica-premium-open-cart-theme/full_screen_preview/235470?ref=wutthiphan" target="_blank">DEMO</a> – by Themeforest (premium theme)</p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2011/11/24/9-opencart-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>เอเจบุ๊คดอทคอม</title>
		<link>http://wutthiphan.com/2011/11/01/ajbook-com/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ajbook-com</link>
		<comments>http://wutthiphan.com/2011/11/01/ajbook-com/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 09:48:22 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[อ่านหนังสือ]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=833</guid>
		<description><![CDATA[หลังจากสะสมหนังสือมานาน จนอยากจะทำร้านหนังสือมือสองขายออนไลน์ ตอนนี้เปิดขายแล้วนะครับ ท่านใดสนใจเข้าไปหาหนังสือที่ชอบกันได้ที่ http://ajbook.com หรือจะไปกดlike ที่ http://www.facebook.com/pages/AJBOOK/200419739992020 อย่าลืมมาช่วยอุดหนุนนะครับ&#8230;
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-834" title="aj" src="http://wutthiphan.com/wp-content/uploads/2011/11/aj.jpg" alt="" width="180" height="182" /><span style="font-size: medium;"><span style="font-size: x-large;">หลัง</span>จากสะสมหนังสือมานาน จนอยากจะทำร้านหนังสือมือสองขายออนไลน์ ตอนนี้เปิดขายแล้วนะครับ ท่านใดสนใจเข้าไปหาหนังสือที่ชอบกันได้ที่ <a title="ร้านหนังสือมือสอง" href="http://ajbook.com">http://ajbook.com</a> หรือจะไปกดlike ที่ <a href="http://www.facebook.com/pages/AJBOOK/200419739992020">http://www.facebook.com/pages/AJBOOK/200419739992020</a> อย่าลืมมาช่วยอุดหนุนนะครับ&#8230;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2011/11/01/ajbook-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>เพื่อนคนหนึ่งของผม</title>
		<link>http://wutthiphan.com/2011/10/19/%e0%b9%80%e0%b8%9e%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%99%e0%b8%84%e0%b8%99%e0%b8%ab%e0%b8%99%e0%b8%b6%e0%b9%88%e0%b8%87%e0%b8%82%e0%b8%ad%e0%b8%87%e0%b8%9c%e0%b8%a1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e0%25b9%2580%25e0%25b8%259e%25e0%25b8%25b7%25e0%25b9%2588%25e0%25b8%25ad%25e0%25b8%2599%25e0%25b8%2584%25e0%25b8%2599%25e0%25b8%25ab%25e0%25b8%2599%25e0%25b8%25b6%25e0%25b9%2588%25e0%25b8%2587%25e0%25b8%2582%25e0%25b8%25ad%25e0%25b8%2587%25e0%25b8%259c%25e0%25b8%25a1</link>
		<comments>http://wutthiphan.com/2011/10/19/%e0%b9%80%e0%b8%9e%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%99%e0%b8%84%e0%b8%99%e0%b8%ab%e0%b8%99%e0%b8%b6%e0%b9%88%e0%b8%87%e0%b8%82%e0%b8%ad%e0%b8%87%e0%b8%9c%e0%b8%a1/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 14:49:39 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[ทั่วไป]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=827</guid>
		<description><![CDATA[บังเอิญอ่านเจอในหนังสือคู่สร้างคู่สม ฉบับที่ 725 ประจำวันที่ 10-20 ตุลาคม 2554 นึกว่าใครที่ไหน เป็นเรื่องราวของเพื่อนเก่าคนหนึ่งของผมนี่เอง อิอิ..

]]></description>
			<content:encoded><![CDATA[<p>บังเอิญอ่านเจอในหนังสือคู่สร้างคู่สม ฉบับที่ 725 ประจำวันที่ 10-20 ตุลาคม 2554 นึกว่าใครที่ไหน เป็นเรื่องราวของเพื่อนเก่าคนหนึ่งของผมนี่เอง อิอิ..</p>
<p><![if !IE]><iframe src="http://docs.google.com/viewer?url=http%3A%2F%2Fwutthiphan.com%2Fwp-content%2Fuploads%2F2011%2F10%2FMNC-123.pdf&amp;embedded=true" class="pdf" frameborder="0" style="height:600px;width:640px;border:0" width="640" height="600"></iframe><![endif]><!--[if IE]><object width="640" height="600" type="application/pdf" data="http://wutthiphan.com/wp-content/uploads/2011/10/MNC-123.pdf" class="pdf ie">
<div style="width:640;height:600;text-align:center;background:#fff;color:#000;margin:0;border:0;padding:0">Unable to display PDF<br /><a href="http://wutthiphan.com/wp-content/uploads/2011/10/MNC-123.pdf">Click here to download</a></div>
<p></object><![endif]--></p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2011/10/19/%e0%b9%80%e0%b8%9e%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%99%e0%b8%84%e0%b8%99%e0%b8%ab%e0%b8%99%e0%b8%b6%e0%b9%88%e0%b8%87%e0%b8%82%e0%b8%ad%e0%b8%87%e0%b8%9c%e0%b8%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcam # 6</title>
		<link>http://wutthiphan.com/2011/05/27/webcam-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webcam-6</link>
		<comments>http://wutthiphan.com/2011/05/27/webcam-6/#comments</comments>
		<pubDate>Fri, 27 May 2011 13:42:11 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[ระบบของผม]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=800</guid>
		<description><![CDATA[

Your browser does not support iframes.


เลือกกล้อง&#124; CAMERA 1 &#124; CAMERA 2 &#124; CAMERA 3 &#124; CAMERA 4 &#124; CAMERA 5 &#124; CAMERA 6&#124;

 
 Tags : camera, webcam, video online, camera online, home camera, MPEG-4, motion, กล้องดิจิตอล, เว็บแคม, ออนไลน์
]]></description>
			<content:encoded><![CDATA[<div align="center">
<iframe src ="http://wutthiphan.com/webcam/3sing-webcam/webcam.html" width="100%" height="450" frameborder=0></p>
<p>Your browser does not support iframes.</p>
<p></iframe><br />
<br />
<strong>เลือกกล้อง</strong>| <a href="http://wutthiphan.com/index.php/candy-camera-online/camera-1" target="">CAMERA 1</a> | <a href="http://wutthiphan.com/index.php/candy-camera-online/camera-2" target="">CAMERA 2</a> | <a href="http://wutthiphan.com/index.php/candy-camera-online/camera-3" target="">CAMERA 3</a> | <a href="http://wutthiphan.com/index.php/candy-camera-online/camera-4" target="">CAMERA 4</a> | <a href="http://wutthiphan.com/2010/12/02/webcam-5/" target="">CAMERA 5</a> | <strong>CAMERA 6</strong>|
</div>
<p class="snap_nopreview"><a href="http://www.onlinecamera.com/cgi-bin/search.cgi?ID=6472" target="_blank"> <img src="http://www.onlinecamera.com/images/ms.gif" alt="The WebCam directory" border="0" /></a></p>
<p> <strong>Tags</strong> : camera, webcam, video online, camera online, home camera, MPEG-4, motion, กล้องดิจิตอล, เว็บแคม, ออนไลน์<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2011/05/27/webcam-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>บอลนอกแค่สะใจแต่บอลไทยอยู่ในสายเลือด</title>
		<link>http://wutthiphan.com/2011/03/13/%e0%b8%9a%e0%b8%ad%e0%b8%a5%e0%b9%84%e0%b8%97%e0%b8%a2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e0%25b8%259a%25e0%25b8%25ad%25e0%25b8%25a5%25e0%25b9%2584%25e0%25b8%2597%25e0%25b8%25a2</link>
		<comments>http://wutthiphan.com/2011/03/13/%e0%b8%9a%e0%b8%ad%e0%b8%a5%e0%b9%84%e0%b8%97%e0%b8%a2/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 10:14:28 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[ทั่วไป]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=791</guid>
		<description><![CDATA[ขึ้นหัวขอซะเลือดรักชาติพุ่งปริ๊ดดดดด&#8230; แต่ไม่มีอะไรครับ แค่วันนี้ขณะที่รอดู ศรีสะเกษ เล่นกับ ศรีราชา เลยพยายามหาเว็บไซต์เกี่ยวกับบอลไทยมารวมไว้ในนี้ ซึ่งก็ได้มาตามนี้ครับ
1 http://www.coreballthai.com
2 http://www.ballthailand.com
3 http://www.thailandsusu.com
4 http://www.thaifootball.com
5 http://www.ballthai.in.th
เดี๋ยวถ้าหาได้จะมาเพิ่มอีกเรื่อยๆ
ปล. เอาแบบไม่รวมของสโมสรล่ะกัน
]]></description>
			<content:encoded><![CDATA[<p>ขึ้นหัวขอซะเลือดรักชาติพุ่งปริ๊ดดดดด&#8230; แต่ไม่มีอะไรครับ แค่วันนี้ขณะที่รอดู ศรีสะเกษ เล่นกับ ศรีราชา เลยพยายามหาเว็บไซต์เกี่ยวกับบอลไทยมารวมไว้ในนี้ ซึ่งก็ได้มาตามนี้ครับ</p>
<p>1 <a href="http://www.coreballthai.com">http://www.coreballthai.com</a><br />
2 <a href="http://www.ballthailand.com">http://www.ballthailand.com</a><br />
3 <a href="http://www.thailandsusu.com">http://www.thailandsusu.com</a><br />
4 <a href="http://www.thaifootball.com">http://www.thaifootball.com</a><br />
5 <a href="http://www.ballthai.in.th">http://www.ballthai.in.th</a></p>
<p>เดี๋ยวถ้าหาได้จะมาเพิ่มอีกเรื่อยๆ<br />
ปล. เอาแบบไม่รวมของสโมสรล่ะกัน</p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2011/03/13/%e0%b8%9a%e0%b8%ad%e0%b8%a5%e0%b9%84%e0%b8%97%e0%b8%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot modify header information &#8211; headers already sent by (output</title>
		<link>http://wutthiphan.com/2011/02/10/cannot-modify-header-information-headers-already-sent-by-output/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cannot-modify-header-information-headers-already-sent-by-output</link>
		<comments>http://wutthiphan.com/2011/02/10/cannot-modify-header-information-headers-already-sent-by-output/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 09:48:49 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[คอมพิวเตอร์ทั่วไป]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=788</guid>
		<description><![CDATA[เจอปัญหานี้เข้าไปปวดหัวเหมือนกัน โค๊ดก็ไม่ผิดอะไรๆก็ไม่ผิด แต่มันผิดอยู่ที่ file encoding นี่เอง
ปัญหานี้ถ้าใครเจอก็คิดว่าในไฟล์นั้นคงจะมีภาษาไทยอยู่และไฟล์นั้นควรจะเป็นข้อมูลแบบ ANSI นะครับแทนที่จะเป็นอย่างอื่นเช่น UTF-8(ผมคนนึงล่ะที่ชอบ UTF-8เป็นชีวิตจิตใจ)
แต่ปัญหานี้ก็มีสาเหตุมาจากหลายอย่างนะครับ ยังไงถ้าแก้ด้วยวิธีผมไม่ได้ก็หาวิธีใหม่ล่ะกัน 555..
]]></description>
			<content:encoded><![CDATA[<p>เจอปัญหานี้เข้าไปปวดหัวเหมือนกัน โค๊ดก็ไม่ผิดอะไรๆก็ไม่ผิด แต่มันผิดอยู่ที่ file encoding นี่เอง<br />
ปัญหานี้ถ้าใครเจอก็คิดว่าในไฟล์นั้นคงจะมีภาษาไทยอยู่และไฟล์นั้นควรจะเป็นข้อมูลแบบ ANSI นะครับแทนที่จะเป็นอย่างอื่นเช่น UTF-8(ผมคนนึงล่ะที่ชอบ UTF-8เป็นชีวิตจิตใจ)<br />
แต่ปัญหานี้ก็มีสาเหตุมาจากหลายอย่างนะครับ ยังไงถ้าแก้ด้วยวิธีผมไม่ได้ก็หาวิธีใหม่ล่ะกัน 555..</p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2011/02/10/cannot-modify-header-information-headers-already-sent-by-output/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Webcam # 5</title>
		<link>http://wutthiphan.com/2010/12/02/webcam-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webcam-5</link>
		<comments>http://wutthiphan.com/2010/12/02/webcam-5/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 09:03:15 +0000</pubDate>
		<dc:creator>เอเองครับ</dc:creator>
				<category><![CDATA[ระบบของผม]]></category>

		<guid isPermaLink="false">http://wutthiphan.com/?p=740</guid>
		<description><![CDATA[

Your browser does not support iframes.


เลือกกล้อง&#124; CAMERA 1 &#124; CAMERA 2 &#124; CAMERA 3 &#124; CAMERA 4 &#124; ]]></description>
			<content:encoded><![CDATA[<div align="center">
<iframe src ="http://wutthiphan.com/webcam/yupin-webcam/webcam.html" width="100%" height="450" frameborder=0></p>
<p>Your browser does not support iframes.</p>
<p></iframe><br />
<br />
<strong>เลือกกล้อง</strong>| <a href="http://wutthiphan.com/index.php/candy-camera-online/camera-1" target="">CAMERA 1</a> | <a href="http://wutthiphan.com/index.php/candy-camera-online/camera-2" target="">CAMERA 2</a> | <a href="http://wutthiphan.com/index.php/candy-camera-online/camera-3" target="">CAMERA 3</a> | <a href="http://wutthiphan.com/index.php/candy-camera-online/camera-4" target="">CAMERA 4</a> | <strong ">CAMERA 5</strong> | <a href="http://wutthiphan.com/2011/05/27/webcam-6/" target="">CAMERA 6</a>|
</div>
<p class="snap_nopreview"><a href="http://www.onlinecamera.com/cgi-bin/search.cgi?ID=6472" target="_blank"> <img src="http://www.onlinecamera.com/images/ms.gif" alt="The WebCam directory" border="0" /></a></p>
<p> <strong>Tags</strong> : camera, webcam, video online, camera online, home camera, MPEG-4, motion, กล้องดิจิตอล, เว็บแคม, ออนไลน์<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://wutthiphan.com/2010/12/02/webcam-5/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

