<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>Programming</title>
    <description>แลกเปลี่ยนข้อมูล ศึกษาข้อมูลการเขียนโค้ด,  Application หรือปรึกษาปัญหาด้านการ Coding</description>
    <pubDate>Wed, 20 May 2026 04:52:13 +0000</pubDate>
    <lastBuildDate>Wed, 20 May 2026 04:52:13 +0000</lastBuildDate>
    <generator>Sukson Community Board</generator>
    <link>https://board.sukson.com/forums/Programming/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://board.sukson.com/forums/Programming/index.rss"/>
    <item>
      <title>การใช้งาน Github เบื้องต้น (ตอนที่ 2/2 การนำโปรเจคขึ้น github)</title>
      <pubDate>Wed, 23 May 2018 13:16:39 +0000</pubDate>
      <link>https://board.sukson.com/threads/125404/</link>
      <guid>https://board.sukson.com/threads/125404/</guid>
      <author>invalid@example.com (windowsbank)</author>
      <dc:creator>windowsbank</dc:creator>
      <content:encoded><![CDATA[ในตอนที่ 2 นี้ ผมจะอธิบายเกี่ยวกับการนำโปรเจคขึ้น <span style="color: #0000ff">Github</span> และคำสั่งพื้นฐานต่าง ๆ เช่น <span style="color: #0000ff">add commit</span> และ <span style="color: #0000ff">push</span> เป็นต้น<br />
ส่วนท่านใดที่ยังไม่ทราบเกี่ยวกับการสมัครหรือการสร้าง...<br />
<br />
<a href="https://board.sukson.com/threads/125404/" class="internalLink">การใช้งาน Github เบื้องต้น (ตอนที่ 2/2 การนำโปรเจคขึ้น github)</a>]]></content:encoded>
    </item>
    <item>
      <title>การใช้งาน Github เบื้องต้น (ตอนที่ 1/2 การสมัครสมาชิก)</title>
      <pubDate>Wed, 23 May 2018 12:56:00 +0000</pubDate>
      <link>https://board.sukson.com/threads/125402/</link>
      <guid>https://board.sukson.com/threads/125402/</guid>
      <author>invalid@example.com (windowsbank)</author>
      <dc:creator>windowsbank</dc:creator>
      <content:encoded><![CDATA[ในสมัยนี้ Programming อย่างเราถ้าไม่ได้ใช้หรือมี <span style="color: #0000ff">github</span> เป็นของตัวเองถือว่าเชยมาก ๆ นะครับ ฮ่าๆๆ<br />
<br />
<span style="font-size: 15px"><b>Github คืออะไร ?</b></span><br />
    <span style="color: #0000ff">Github</span> เป็นเว็บไซต์ที่สามารถใช้งาน...<br />
<br />
<a href="https://board.sukson.com/threads/125402/" class="internalLink">การใช้งาน Github เบื้องต้น (ตอนที่ 1/2 การสมัครสมาชิก)</a>]]></content:encoded>
    </item>
    <item>
      <title>เงื่อนไขการรับค่าเฉพาะตัวเลข (HTML + Javascript)</title>
      <pubDate>Sun, 20 May 2018 15:06:32 +0000</pubDate>
      <link>https://board.sukson.com/threads/125106/</link>
      <guid>https://board.sukson.com/threads/125106/</guid>
      <author>invalid@example.com (windowsbank)</author>
      <dc:creator>windowsbank</dc:creator>
      <content:encoded><![CDATA[<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (html5):</div>
	<div class="code"><ol class="html5" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a target="_blank" rel="nofollow" href="http://december.com/html/4/element/form.html"><span style="color: #000000; font-weight: bold;">form</span></a></span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;"> &nbsp; &nbsp;<span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;myForm&quot;</span></span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;"> &nbsp; &nbsp;<span style="color: #000066;">action</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span></span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;"> &nbsp; &nbsp;<span style="color: #000066;">onsubmit</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;return checkInput()&quot;</span></span></div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;"> &nbsp; &nbsp;<span style="color: #000066;">method</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;post&quot;</span>&gt;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; Your number: <span style="color: #009900;">&lt;<a target="_blank" rel="nofollow" href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">input</span></a> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;num&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;number&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<a target="_blank" rel="nofollow" href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a>&gt;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a target="_blank" rel="nofollow" href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">input</span></a> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;submit&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Submit&quot;</span>&gt;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a target="_blank" rel="nofollow" href="http://december.com/html/4/element/form.html"><span style="color: #000000; font-weight: bold;">form</span></a>&gt;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>
</div>...<br />
<br />
<a href="https://board.sukson.com/threads/125106/" class="internalLink">เงื่อนไขการรับค่าเฉพาะตัวเลข (HTML + Javascript)</a>]]></content:encoded>
    </item>
    <item>
      <title>Hello World</title>
      <pubDate>Tue, 15 May 2018 10:12:44 +0000</pubDate>
      <link>https://board.sukson.com/threads/4/</link>
      <guid>https://board.sukson.com/threads/4/</guid>
      <author>invalid@example.com (iPokz)</author>
      <dc:creator>iPokz</dc:creator>
      <content:encoded><![CDATA[<div class="bbCodeBlock bbCodePHP">
	<div class="type">PHP:</div>
	<div class="code"><ol class="php" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?php</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'Hello World'</span><span style="color: #339933;">;</span></div></li>
</ol></div>
</div>หากมีปัญหา หรือสนใจ แบ่งปัน ข้อมูลการเขียนโค้ดเรายินดีเป็นอย่างยิ่ง]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>รีวิว Atom โปรแกรมแก้ไขข้อความแห่งอนาคต</title>
      <pubDate>Sun, 03 Jul 2016 08:06:18 +0000</pubDate>
      <link>https://board.sukson.com/threads/150/</link>
      <guid>https://board.sukson.com/threads/150/</guid>
      <author>invalid@example.com (iPokz)</author>
      <dc:creator>iPokz</dc:creator>
      <content:encoded><![CDATA[Atom เป็นโปรแกรมแก้ไขข้อความสุดล้ำจาก GitHub หลังจากเปิดซอร์ซ และได้นักพัฒนาจาก webupd8team สร้างไฟล์ไบนารีบน Ubuntu ไว้ให้ ผมก็ได้ฤกษ์ทดลองใช้งานและจะขอเขียนรีวิวสั้นๆ เกี่ยวกับว่าที่ผู้ท้าชิงตำแหน่งสุดยอดโปรแกรมแก้ไขข้อความจากแชมป์เก่าอย่าง vi...<br />
<br />
<a href="https://board.sukson.com/threads/150/" class="internalLink">รีวิว Atom โปรแกรมแก้ไขข้อความแห่งอนาคต</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>วิธีตรวจสอบรูปแบบ E-mail</title>
      <pubDate>Sun, 02 Mar 2014 00:16:23 +0000</pubDate>
      <link>https://board.sukson.com/threads/5/</link>
      <guid>https://board.sukson.com/threads/5/</guid>
      <author>invalid@example.com (iPokz)</author>
      <dc:creator>iPokz</dc:creator>
      <content:encoded><![CDATA[เป็นฟังก์ชั่นสำหรับการตรวจสอบว่ารูปแบบ Email ที่ระบุถูกต้องหรือไม่<br />


<div class="bbCodeBlock bbCodePHP">
	<div class="type">PHP:</div>
	<div class="code"><ol class="php" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?php</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">function</span> validateEmail<span style="color: #009900;">&#40;</span><span style="color: #000088;">$email</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; <span style="color: #b1b100;">return</span> <a target="_blank" rel="nofollow" href="http://www.php.net/filter_var"><span style="color: #990000;">filter_var</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$email</span><span style="color: #339933;">,</span> FILTER_VALIDATE_EMAIL<span style="color: #009900;">&#41;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&#125;</span></div></li>
</ol></div>
</div>วิธีใช้งาน<br />


<div class="bbCodeBlock bbCodePHP">
	<div class="type">PHP:</div>
	<div class="code"><ol class="php" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?php</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">function</span> validateEmail<span style="color: #009900;">&#40;</span><span style="color: #000088;">$email</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; <span style="color: #b1b100;">return</span><span style="color: #339933;">...</span></div></li>
</ol></div>
</div><a href="https://board.sukson.com/threads/5/" class="internalLink">วิธีตรวจสอบรูปแบบ E-mail</a>]]></content:encoded>
    </item>
  </channel>
</rss>
