<?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>รถไฟ Archives - KarnLab</title>
	<atom:link href="https://karnlab.com/tag/%e0%b8%a3%e0%b8%96%e0%b9%84%e0%b8%9f/feed/" rel="self" type="application/rss+xml" />
	<link>https://karnlab.com/tag/รถไฟ/</link>
	<description>Blog รีวิว หนังสือ เขียนโปรแกรม นานาสาระ</description>
	<lastBuildDate>Mon, 01 Oct 2018 11:46:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://karnlab.com/wp-content/uploads/2017/12/Logo-150x150.png</url>
	<title>รถไฟ Archives - KarnLab</title>
	<link>https://karnlab.com/tag/รถไฟ/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>วาดรูปด้วยภาษาโลโก้ : ตอนที่ 15 – รถไฟ</title>
		<link>https://karnlab.com/logo-tutorial-ep15-train/</link>
					<comments>https://karnlab.com/logo-tutorial-ep15-train/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 01 Oct 2018 11:46:42 +0000</pubDate>
				<category><![CDATA[สอนเขียนโปรแกรม]]></category>
		<category><![CDATA[LOGO]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ภาษาโลโก้]]></category>
		<category><![CDATA[รถไฟ]]></category>
		<category><![CDATA[วาดรูป]]></category>
		<category><![CDATA[เขียนโปรแกรม]]></category>
		<guid isPermaLink="false">http://karnlab.com/?p=1287</guid>

					<description><![CDATA[<p>สวัสดีครับ วันนี้เราจะมาวาดรูปรถไฟ ด้วยภาษาโลโก้กันครับ โดยในตอนนี้ก่อนที่จะวาดรูป เราจะวางแผนก่อนว่ารูปของเรามีองค์ประกอบ (component) อะไรบ้าง จากนั้นก็วาดแต่ละ component ให้เสร็จ แล้วนำทั้งหมดมาประกอบเป็นรูปภาพที่ต้องการครับ คำสั่งที่น้องๆ จะเจอในบทนี้ คำสั่ง ความสามารถ ตัวอย่าง fd ระยะทาง bk ระยะทาง [&#8230;]</p>
<p>The post <a href="https://karnlab.com/logo-tutorial-ep15-train/">วาดรูปด้วยภาษาโลโก้ : ตอนที่ 15 – รถไฟ</a> appeared first on <a href="https://karnlab.com">KarnLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>สวัสดีครับ วันนี้เราจะมาวาดรูปรถไฟ ด้วยภาษาโลโก้กันครับ โดยในตอนนี้ก่อนที่จะวาดรูป เราจะวางแผนก่อนว่ารูปของเรามีองค์ประกอบ (component) อะไรบ้าง จากนั้นก็วาดแต่ละ component ให้เสร็จ แล้วนำทั้งหมดมาประกอบเป็นรูปภาพที่ต้องการครับ</p>
<p>คำสั่งที่น้องๆ จะเจอในบทนี้</p>
<table>
<tbody>
<tr>
<td width="198"><strong>คำสั่ง</strong></td>
<td width="227"><strong>ความสามารถ</strong></td>
<td width="227"><strong>ตัวอย่าง</strong></td>
</tr>
<tr>
<td width="198">fd ระยะทาง<br />
bk ระยะทาง</td>
<td width="227">forward = เดินหน้า<br />
backward = ถอยหลัง</td>
<td width="227">fd 100 = เดินหน้า 100 pixel<br />
bk 50 = ถอยหลัง 50 pixel</td>
</tr>
<tr>
<td width="198">rt องศา<br />
lt องศา</td>
<td width="227">right turn = หมุนขวา<br />
left turn = หมุนซ้าย</td>
<td width="227">rt 90 = หมุนไปทางขวา 90 องศา<br />
lt 45 = หมุนไปทางซ้าย 45 องศา</td>
</tr>
<tr>
<td width="198">repeat จำนวนครั้ง [ คำสั่ง ]</td>
<td width="227">repeat = ทำคำสั่งต่อไปนี้ ซ้ำ n ครั้ง</td>
<td width="227">repeat 3 [ fd 100 rt 120 ]<br />
repeat 4 [ fd 100 rt 90 ]<br />
repeat 6 [ fd 100 rt 60 ]</td>
</tr>
<tr>
<td width="198">TO ชื่อฟังก์ชัน :ตัวแปร<br />
คำสั่ง<br />
END</td>
<td width="227">function = สร้างชุดคำสั่ง</td>
<td width="227">TO square :size<br />
repeat 4 [ fd :size rt 90 ]<br />
END</td>
</tr>
<tr>
<td width="198">cs<br />
clean</td>
<td width="227">clear screen = ล้างหน้าจอ<br />
clean = ล้างหน้าจอ</td>
<td width="227"></td>
</tr>
<tr>
<td width="198">pu<br />
pd</td>
<td width="227">pen up = ยกปากกา<br />
pen down = วางปากกา</td>
<td width="227"></td>
</tr>
<tr>
<td width="198">ht<br />
st</td>
<td width="227">hide turtle = ซ่อนเต่าโลโก้<br />
show turtle = แสดงเต่าโลโก้</td>
<td width="227"></td>
</tr>
<tr>
<td width="198">setxy พิกัดx พิกัดy</td>
<td width="227">set (x,y) = กำหนดตำแหน่งเต่าโลโก้</td>
<td width="227">setxy 200 100</td>
</tr>
<tr>
<td width="198">setpensize ขนาด<br />
setpencolor รหัสสี<br />
fill<br />
setscreencolor รหัสสี</td>
<td width="227">set pen size = กำหนดขนาดปากกา<br />
set pen color = กำหนดสีปากกา<br />
fill = ระบายสี<br />
set screen color = กำหนดสีพื้นหลัง</td>
<td width="227">setpensize 5<br />
setpencolor 10<br />
fill<br />
setscreencolor 10</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>เราจะมาดูแบบที่เราจะวาดกันก่อนครับ เราจะเห็นได้ว่ารถไฟจะมีส่วนประกอบหลัก 2 ส่วน คือ หัวรถไฟ และ ตู้รถไฟ ในที่นี้ขอเรียกง่ายๆ ว่า Head และ Body นะครับ</p>
<figure id="attachment_1237" aria-describedby="caption-attachment-1237" style="width: 800px" class="wp-caption alignnone"><img fetchpriority="high" decoding="async" class="size-full wp-image-1237" src="https://karnlab.com/wp-content/uploads/2018/10/Train-with-Cargo.jpg" alt="Train with Cargo" width="800" height="535" /><figcaption id="caption-attachment-1237" class="wp-caption-text">Train with Cargo</figcaption></figure>
<p>รูปภาพจาก &#8211; <a href="https://standardmedia.co.ke/">https://standardmedia.co.ke/</a></p>
<p>&nbsp;</p>
<p>โดยรถไฟที่เราจะวาดกันจะมีองค์ประกอบ (component) คือ หัวรถไฟ อยู่ทางขวามือ และ ตู้รถไฟ อีก 3 ตู้ ดังรูปด้านล่างครับ</p>
<figure id="attachment_1238" aria-describedby="caption-attachment-1238" style="width: 1366px" class="wp-caption alignnone"><img decoding="async" class="size-full wp-image-1238" src="https://karnlab.com/wp-content/uploads/2018/10/LOGO-EP15-Train-1.jpg" alt="LOGO EP15 - Train 1" width="1366" height="307" /><figcaption id="caption-attachment-1238" class="wp-caption-text">LOGO EP15 &#8211; Train 1</figcaption></figure>
<p>แนวทางในการวาดรถไฟของเราคือ</p>
<ol>
<li>เตรียมฟังก์ชันที่จำเป็นก่อน</li>
<li>สร้างฟังก์ชัน Body สำหรับวาด ตู้รถไฟ</li>
<li>สร้างฟังก์ชัน Head สำหรับวาด หัวรถไฟ</li>
<li>นำฟังก์ชัน Head และ Body มาประกอบกันเป็นขบวนรถไฟ</li>
</ol>
<p>&nbsp;</p>
<h2><strong>เริ่มต้นเราจะเตรียมฟังก์ชันที่จำเป็นก่อน </strong></h2>
<ol>
<li>เราจะเตรียมฟังก์ชันวาดรูปร่างพื้นฐานกันก่อน ได้แก่ สี่เหลี่ยมผืนผ้า (rectangle) สี่เหลี่ยมจัตุรัส (square) วงกลม (circle)</li>
</ol>
<table>
<tbody>
<tr>
<td width="312">TO rectangle <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f621.png" alt="😡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> :y<br />
fd <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f621.png" alt="😡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> rt 90<br />
fd :y rt 90<br />
fd <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f621.png" alt="😡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> rt 90<br />
fd :y rt 90<br />
ENDTO square <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f621.png" alt="😡" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br />
repeat 4 [ fd <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f621.png" alt="😡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> rt 90 ]<br />
ENDTO circle <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f621.png" alt="😡" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br />
repeat 360 [ fd  <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f621.png" alt="😡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> rt 1 ]<br />
END</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<ol start="2">
<li>นอกจากนี้ เราจะเตรียมฟังก์ชันสำหรับลงสี โดยฟังก์ชัน setpencolor_default ไว้สำหรับเปลี่ยนสีปากกาเป็นสีดำ และ ฟังก์ชัน paint ไว้สำหรับลงสีที่ต้องการครับ</li>
</ol>
<table>
<tbody>
<tr>
<td width="312">TO setpencolor_default<br />
setpencolor &#8220;#9E9E9E<br />
END</p>
<p>TO paint :color<br />
pu rt 45 fd 10 pd<br />
setpencolor :color fill<br />
pu bk 10 lt 45 pd<br />
setpencolor_default<br />
END</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h2><strong>สร้างฟังก์ชัน Body สำหรับวาดตู้รถไฟ</strong></h2>
<ol>
<li>เริ่มต้นการสร้างฟังก์ชัน Body ด้วยการวาดรูปสี่เหลี่ยมผืนผ้าก่อนเลย</li>
</ol>
<table>
<tbody>
<tr>
<td width="312">TO body<br />
rt 90<br />
rectangle 200 100<br />
END</p>
<p>cs body</td>
</tr>
</tbody>
</table>
<figure id="attachment_1239" aria-describedby="caption-attachment-1239" style="width: 359px" class="wp-caption alignnone"><img decoding="async" class="size-full wp-image-1239" src="https://karnlab.com/wp-content/uploads/2018/10/LOGO-EP15-Train-2.jpg" alt="LOGO EP15 - Train 2" width="359" height="242" /><figcaption id="caption-attachment-1239" class="wp-caption-text">LOGO EP15 &#8211; Train 2</figcaption></figure>
<p>&nbsp;</p>
<ol start="2">
<li>ใส่รายละเอียดตู้สินค้าเข้าไปเล็กน้อย</li>
</ol>
<table>
<tbody>
<tr>
<td width="697">TO body<br />
rt 90<br />
rectangle 200 100<br />
<strong>  repeat 9 [ fd 20 rt 90 fd 75 bk 75 lt 90 ]</strong><br />
<strong>  pu bk 180 pd</strong><br />
END</p>
<p>cs body</td>
</tr>
</tbody>
</table>
<figure id="attachment_1240" aria-describedby="caption-attachment-1240" style="width: 341px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-1240" src="https://karnlab.com/wp-content/uploads/2018/10/LOGO-EP15-Train-3.jpg" alt="LOGO EP15 - Train 3" width="341" height="217" /><figcaption id="caption-attachment-1240" class="wp-caption-text">LOGO EP15 &#8211; Train 3</figcaption></figure>
<p>&nbsp;</p>
<ol start="3">
<li>เพิ่มล้อเข้าไปให้กับตู้บรรทุกสินค้า</li>
</ol>
<table>
<tbody>
<tr>
<td width="697">TO body<br />
rt 90<br />
rectangle 200 100<br />
repeat 9 [ fd 20 rt 90 fd 75 bk 75 lt 90 ]<br />
pu bk 180 pd<br />
<strong>  rt 90</strong><br />
<strong>  pu fd 100 lt 90 fd 50 pd</strong><br />
<strong>  circle 0.1</strong><br />
<strong>  pu fd 100 pd</strong><br />
<strong>  circle 0.1</strong><br />
<strong>  lt 90</strong><br />
END</td>
</tr>
</tbody>
</table>
<figure id="attachment_1241" aria-describedby="caption-attachment-1241" style="width: 351px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-1241" src="https://karnlab.com/wp-content/uploads/2018/10/LOGO-EP15-Train-4.jpg" alt="LOGO EP15 - Train 4" width="351" height="219" /><figcaption id="caption-attachment-1241" class="wp-caption-text">LOGO EP15 &#8211; Train 4</figcaption></figure>
<p>&nbsp;</p>
<ol start="4">
<li>เพื่อความสวยงาม เราจะระบายสีให้กับตู้สินค้ากันหน่อยครับ</li>
</ol>
<table>
<tbody>
<tr>
<td width="697">TO body<br />
rt 90<br />
rectangle 200 100<br />
<strong>  paint &#8220;#388e3c</strong><br />
repeat 9 [ fd 20 rt 90 fd 75 bk 75 lt 90 ]<br />
pu bk 180 pd<br />
rt 90<br />
pu fd 100 lt 90 fd 50 pd<br />
circle 0.1<br />
pu fd 100 pd<br />
circle 0.1<br />
lt 90<br />
END</td>
</tr>
</tbody>
</table>
<figure id="attachment_1242" aria-describedby="caption-attachment-1242" style="width: 363px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-1242" src="https://karnlab.com/wp-content/uploads/2018/10/LOGO-EP15-Train-5.jpg" alt="LOGO EP15 - Train 5" width="363" height="244" /><figcaption id="caption-attachment-1242" class="wp-caption-text">LOGO EP15 &#8211; Train 5</figcaption></figure>
<p>&nbsp;</p>
<p>เสร็จแล้วครับ สำหรับฟังก์ชัน Body ต่อไปเราจะ…</p>
<h2><strong>สร้างฟังก์ชัน Head สำหรับวาดหัวรถไฟ</strong></h2>
<ol>
<li>เริ่มต้นการสร้างฟังก์ชัน Head ด้วยการวาดรูปสี่เหลี่ยมผืนผ้าก่อนเลย แต่ที่มุมขวาบนจะมีส่วนโค้งนิดหน่อยครับ</li>
</ol>
<table>
<tbody>
<tr>
<td width="312">TO head<br />
rt 90<br />
fd 150<br />
repeat 90 [ fd 0.9 rt 1 ]<br />
fd 50 rt 90<br />
fd 200 rt 90<br />
fd 100 rt 90<br />
END</p>
<p>cs head</td>
</tr>
</tbody>
</table>
<figure id="attachment_1243" aria-describedby="caption-attachment-1243" style="width: 366px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-1243" src="https://karnlab.com/wp-content/uploads/2018/10/LOGO-EP15-Train-6.jpg" alt="LOGO EP15 - Train 6" width="366" height="220" /><figcaption id="caption-attachment-1243" class="wp-caption-text">LOGO EP15 &#8211; Train 6</figcaption></figure>
<p>&nbsp;</p>
<ol start="2">
<li>เพิ่มหน้าต่างให้กับหัวรถไฟกันหน่อย</li>
</ol>
<table>
<tbody>
<tr>
<td width="697">TO head<br />
rt 90<br />
fd 150<br />
repeat 90 [ fd 0.9 rt 1 ]<br />
fd 50 rt 90<br />
fd 200 rt 90<br />
fd 100 rt 90</p>
<p>pu fd 20 rt 90 fd 20 lt 90 pd<br />
square 30<br />
pu fd 60 pd<br />
square 30<br />
pu fd 60 pd<br />
square 30<br />
END</p>
<p>cs head</td>
</tr>
</tbody>
</table>
<figure id="attachment_1244" aria-describedby="caption-attachment-1244" style="width: 372px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-1244" src="https://karnlab.com/wp-content/uploads/2018/10/LOGO-EP15-Train-7.jpg" alt="LOGO EP15 - Train 7" width="372" height="224" /><figcaption id="caption-attachment-1244" class="wp-caption-text">LOGO EP15 &#8211; Train 7</figcaption></figure>
<p>&nbsp;</p>
<ol start="3">
<li>เพิ่มล้อให้กับหัวรถไฟครับ</li>
</ol>
<table>
<tbody>
<tr>
<td width="697">TO head<br />
rt 90<br />
fd 150<br />
repeat 90 [ fd 0.9 rt 1 ]<br />
fd 50 rt 90<br />
fd 200 rt 90<br />
fd 100 rt 90</p>
<p>pu fd 20 rt 90 fd 20 lt 90 pd<br />
square 30<br />
pu fd 60 pd<br />
square 30<br />
pu fd 60 pd<br />
square 30</p>
<p>pu bk 150 lt 90 fd 20 pd<br />
rt 180<br />
pu fd 100 lt 90 fd 50 pd<br />
circle 0.1<br />
pu fd 100 pd<br />
circle 0.1<br />
lt 90<br />
END</p>
<p>cs head</td>
</tr>
</tbody>
</table>
<figure id="attachment_1245" aria-describedby="caption-attachment-1245" style="width: 362px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-1245" src="https://karnlab.com/wp-content/uploads/2018/10/LOGO-EP15-Train-8.jpg" alt="LOGO EP15 - Train 8" width="362" height="224" /><figcaption id="caption-attachment-1245" class="wp-caption-text">LOGO EP15 &#8211; Train 8</figcaption></figure>
<p>&nbsp;</p>
<ol start="4">
<li>เพิ่มสีสันเพื่อความสวยงามครับ</li>
</ol>
<table>
<tbody>
<tr>
<td width="697">TO head<br />
rt 90<br />
fd 150<br />
repeat 90 [ fd 0.9 rt 1 ]<br />
fd 50 rt 90<br />
fd 200 rt 90<br />
fd 100 rt 90<br />
<strong>  paint &#8220;#ffa000</strong></p>
<p>pu fd 20 rt 90 fd 20 lt 90 pd<br />
square 30<br />
<strong>  paint &#8220;#00bcd4</strong><br />
pu fd 60 pd<br />
square 30<br />
<strong>  paint &#8220;#00bcd4</strong><br />
pu fd 60 pd<br />
square 30<br />
<strong>  paint &#8220;#00bcd4</strong></p>
<p>pu bk 150 lt 90 fd 20 pd<br />
rt 180<br />
pu fd 100 lt 90 fd 50 pd<br />
circle 0.1<br />
pu fd 100 pd<br />
circle 0.1<br />
lt 90<br />
END</p>
<p>cs head</td>
</tr>
</tbody>
</table>
<figure id="attachment_1246" aria-describedby="caption-attachment-1246" style="width: 373px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-1246" src="https://karnlab.com/wp-content/uploads/2018/10/LOGO-EP15-Train-9.jpg" alt="LOGO EP15 - Train 9" width="373" height="218" /><figcaption id="caption-attachment-1246" class="wp-caption-text">LOGO EP15 &#8211; Train 9</figcaption></figure>
<p>&nbsp;</p>
<p>เสร็จแล้วครับ สำหรับฟังก์ชัน Head เมื่อเราได้องค์ประกอบทั้งตู้รถไฟและหัวรถไฟแล้ว เราก็จะนำมา…</p>
<h2><strong>ประกอบกันเป็นขบวนรถไฟ</strong></h2>
<table>
<tbody>
<tr>
<td width="697">TO train<br />
setpencolor_default<br />
pu setxy -440 0 pd<br />
body<br />
pu setxy -220 0 pd<br />
body<br />
pu setxy 0 0 pd<br />
body<br />
pu setxy 220 0 pd<br />
head<br />
END</p>
<p>cs train</td>
</tr>
</tbody>
</table>
<figure id="attachment_1247" aria-describedby="caption-attachment-1247" style="width: 937px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-1247" src="https://karnlab.com/wp-content/uploads/2018/10/LOGO-EP15-Train.jpg" alt="LOGO EP15 - Train" width="937" height="257" /><figcaption id="caption-attachment-1247" class="wp-caption-text">LOGO EP15 &#8211; Train</figcaption></figure>
<p>&nbsp;</p>
<p>สำหรับ Code ทั้งหมด สามารถเข้าไปดูได้ที่นี่ครับ <a href="https://github.com/doctorkarn/logo-lang/blob/master/EP15.txt">https://github.com/doctorkarn/logo-lang/blob/master/EP15.txt</a></p>
<p>เป็นอย่างไรกันบ้างครับสำหรับการวาดรูปรถไฟ จะสังเกตได้ว่าถ้าเราวาดรูปโดยเริ่มจากองค์ประกอบเล็กๆ ก่อน แล้วค่อยนำมารวมกัน เพื่อให้กลายเป็นภาพที่ซับซ้อน ก็จะทำให้เราสามารถวาดรูปยากๆ ได้ง่ายขึ้นครับ</p>
<p>สามารถติดตาม “วาดรูปด้วยภาษาโลโก้” ตอนอื่นๆ ได้ที่นี่ครับ <a href="https://karnlab.com/tag/ภาษาโลโก้">https://karnlab.com/tag/ภาษาโลโก้</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://karnlab.com/logo-tutorial-ep15-train/">วาดรูปด้วยภาษาโลโก้ : ตอนที่ 15 – รถไฟ</a> appeared first on <a href="https://karnlab.com">KarnLab</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://karnlab.com/logo-tutorial-ep15-train/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>แนะนำสารคดี Japangle เกร็ดน่ารู้ของประเทศญี่ปุ่น</title>
		<link>https://karnlab.com/introduce-japangle/</link>
					<comments>https://karnlab.com/introduce-japangle/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 07 Feb 2018 04:39:49 +0000</pubDate>
				<category><![CDATA[แนะนำสารคดี]]></category>
		<category><![CDATA[ความรู้]]></category>
		<category><![CDATA[ซูชิ]]></category>
		<category><![CDATA[ญี่ปุ่น]]></category>
		<category><![CDATA[มังงะ]]></category>
		<category><![CDATA[รถไฟ]]></category>
		<category><![CDATA[สารคดี]]></category>
		<category><![CDATA[ห้องน้ำ]]></category>
		<category><![CDATA[แนะนำ]]></category>
		<guid isPermaLink="false">http://karnlab.com/?p=430</guid>

					<description><![CDATA[<p>วันก่อนผมลองเปิดดูข่าว/สารคดีโทรทัศน์ช่อง NHK World บังเอิญไปเจอสารคดีชื่อว่า Japangle ซึ่งผมชอบมาก พอดูเสร็จก็เลยค้นหาข้อมูลเพิ่มเติมใน Google แล้วก็พบว่า&#8230; สารคดี Japangle ชุดนี้ มีทั้งหมด 4 ตอน ตอนละ 20 นาที บอกเล่าเรื่องราวน่าสนใจของญี่ปุ่น ได้แก่ [&#8230;]</p>
<p>The post <a href="https://karnlab.com/introduce-japangle/">แนะนำสารคดี Japangle เกร็ดน่ารู้ของประเทศญี่ปุ่น</a> appeared first on <a href="https://karnlab.com">KarnLab</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>วันก่อนผมลองเปิดดูข่าว/สารคดีโทรทัศน์ช่อง NHK World บังเอิญไปเจอสารคดีชื่อว่า Japangle ซึ่งผมชอบมาก พอดูเสร็จก็เลยค้นหาข้อมูลเพิ่มเติมใน Google แล้วก็พบว่า&#8230;</p>
<p>สารคดี Japangle ชุดนี้ มีทั้งหมด 4 ตอน ตอนละ 20 นาที บอกเล่าเรื่องราวน่าสนใจของญี่ปุ่น ได้แก่ (1) ห้องน้ำ (2) มังงะ (3) ซุชิ (4) รถไฟ โดยสารคดีบอกเล่าเรื่องราวในรูปแบบที่เข้าใจง่าย มีตัวละครหุ่นดำเนินรายการ มีกราฟฟิคประกอบเรื่องราว และมีการสัมภาษณ์บุคคลที่เกี่ยวข้องด้วย</p>
<figure id="attachment_429" aria-describedby="caption-attachment-429" style="width: 300px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-medium wp-image-429" src="//karnlab.com/wp-content/uploads/2018/02/Japangle-300x169.jpg" alt="Japangle" width="300" height="169" srcset="https://karnlab.com/wp-content/uploads/2018/02/Japangle-300x169.jpg 300w, https://karnlab.com/wp-content/uploads/2018/02/Japangle.jpg 744w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption id="caption-attachment-429" class="wp-caption-text">Japangle</figcaption></figure>
<p>แต่ละตอนแบ่งเป็น 4 ช่วง คือ<br />
&#8211; Design Angle = คลิปแนะนำเรื่องราวที่จะนำเสนอ<br />
&#8211; Historical Angle = Animation บอกเล่าประวัติของสิ่งที่นำเสนอ<br />
&#8211; Technical Angle = ข้อมูลเชิงลึกที่น่าสนใจของสิ่งที่นำเสนอ<br />
&#8211; Spirit Angle = สัมภาษณ์บุคคลที่เกี่ยวข้องกับสิ่งที่นำเสนอ</p>
<p>โดยรวมถือว่าเป็นสารคดีที่ให้ความรู้อย่างเรียบง่ายและเข้าใจง่าย ถ้ามีเวลาอย่างให้ไปลองดูกันครับ</p>
<hr />
<p>ตอนที่ 1 &#8211; Public Rest Rooms<br />
ตอนนี้จะพาไปชมห้องน้ำแบบต่างๆ ของญี่ปุ่น และวิธีการสร้างสุขภัณฑ์ (โถส้วม/ชักโครก) ของญี่ปุ่น</p>
<p>https://www.youtube.com/watch?v=-jBjCQOSErM</p>
<p>&nbsp;</p>
<p>ตอนที่ 2 &#8211; Manga<br />
ตอนนี้จะพาไปดูขั้นตอนการเขียนการ์ตูนของญี่ปุ่น และเทคนิคการวาดการ์ตูนแบบต่างๆ</p>
<p>https://www.youtube.com/watch?v=cr7M99csqBA</p>
<p>&nbsp;</p>
<p>ตอนที่ 3 &#8211; Sushi<br />
ตอนนี้จะพาไปรู้จักกับซูชิแบบต่างๆ ขั้นตอนการทำและการเตรียมวัตถุดิบ</p>
<p>https://www.youtube.com/watch?v=8IaJmD2pD1k</p>
<p>&nbsp;</p>
<p>ตอนที่ 4 &#8211; Train Stations<br />
ตอนนี้จะพาไปรู้จักกับระบบรถไฟของญี่ปุ่น โดยเฉพาะขั้นตอนต่างๆ ในสถานีรถไฟ</p>
<p>https://www.youtube.com/watch?v=wbCBA8aQJTw</p>
<p>&nbsp;</p>
<figure id="attachment_425" aria-describedby="caption-attachment-425" style="width: 300px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-medium wp-image-425" src="//karnlab.com/wp-content/uploads/2018/02/Japangle-EP1-300x169.png" alt="Japangle EP1" width="300" height="169" srcset="https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP1-300x169.png 300w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP1-768x432.png 768w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP1-1024x576.png 1024w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP1.png 1600w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption id="caption-attachment-425" class="wp-caption-text">Japangle EP1</figcaption></figure>
<figure id="attachment_426" aria-describedby="caption-attachment-426" style="width: 300px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-medium wp-image-426" src="//karnlab.com/wp-content/uploads/2018/02/Japangle-EP2-300x169.png" alt="Japangle EP2" width="300" height="169" srcset="https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP2-300x169.png 300w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP2-768x432.png 768w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP2-1024x576.png 1024w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP2.png 1600w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption id="caption-attachment-426" class="wp-caption-text">Japangle EP2</figcaption></figure>
<figure id="attachment_427" aria-describedby="caption-attachment-427" style="width: 300px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-medium wp-image-427" src="//karnlab.com/wp-content/uploads/2018/02/Japangle-EP3-300x169.png" alt="Japangle EP3" width="300" height="169" srcset="https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP3-300x169.png 300w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP3-768x432.png 768w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP3-1024x576.png 1024w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP3.png 1600w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption id="caption-attachment-427" class="wp-caption-text">Japangle EP3</figcaption></figure>
<figure id="attachment_428" aria-describedby="caption-attachment-428" style="width: 300px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-medium wp-image-428" src="//karnlab.com/wp-content/uploads/2018/02/Japangle-EP4-300x169.png" alt="Japangle EP4" width="300" height="169" srcset="https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP4-300x169.png 300w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP4-768x432.png 768w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP4-1024x576.png 1024w, https://karnlab.com/wp-content/uploads/2018/02/Japangle-EP4.png 1600w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption id="caption-attachment-428" class="wp-caption-text">Japangle EP4</figcaption></figure>
<p>The post <a href="https://karnlab.com/introduce-japangle/">แนะนำสารคดี Japangle เกร็ดน่ารู้ของประเทศญี่ปุ่น</a> appeared first on <a href="https://karnlab.com">KarnLab</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://karnlab.com/introduce-japangle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: karnlab.com @ 2026-06-13 00:05:32 by W3 Total Cache
-->