<?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>CPE Internship Summer</title>
	<atom:link href="http://cpe.loveofze.com/feed" rel="self" type="application/rss+xml" />
	<link>http://cpe.loveofze.com</link>
	<description>Just another ArmNo's weblog</description>
	<lastBuildDate>Wed, 03 Jun 2009 14:40:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introduction to Tequila Framework</title>
		<link>http://cpe.loveofze.com/archives/104</link>
		<comments>http://cpe.loveofze.com/archives/104#comments</comments>
		<pubDate>Wed, 03 Jun 2009 14:32:29 +0000</pubDate>
		<dc:creator>ArmNo</dc:creator>
				<category><![CDATA[หลังฝึกงาน]]></category>
		<category><![CDATA[Tequila Framework]]></category>
		<category><![CDATA[รายงานฝึกงาน]]></category>

		<guid isPermaLink="false">http://cpe.loveofze.com/archives/104</guid>
		<description><![CDATA[Tequila Framework เป็น PHP Framework แบบ MVC ที่พัฒนาโดยบลูบอล กรุ๊ป มีจุดเด่นคือสามารถพัฒนา application ได้อย่างรวดเร็ว มีโครงสร้างที่แข็งแกร่ง และง่ายต่อการ maintenance ซึ่งประกอบด้วย 2 ส่วนหลักคือ Tequila Core เป็นไฟล์หลักของ framework และอีกส่วนหนึ่งคือ Tequila Application ซึ่งก็คือ application ที่เราต้องการพัฒนาขึ้นมา โดยทั้งสองส่วนจะอยู่ขนานกัน (บน file server) และจะกำหนด path ของกันและกันได้ที่ configuration file ของ application
ข้อดีของ Tequila Framework

มี Page Generator ให้ โดยสามารถสร้างเพจที่เกี่ยวข้อง หรือไม่เกี่ยวข้องกับฐานข้อมูล หรือแม้กระทั่งหน้าเปล่าๆได้ ทำให้ช่วยประหยัดเวลาในการเขียนโค้ดไปได้มาก
มีฟังก์ชั่นและคลาสพร้อมให้เรียกใช้มากมาย ซึ่งส่วนมากเป็นฟังก์ชั่นและคลาสที่มักจะได้ใช้บ่อยๆในการเขียนโปรแกรม การเรียกใช้ฟังก์ชั่นจาก Framework ทำให้ลดจำนวนโค้ดจากหลายสิบบรรทัด เหลือเพียงหนึ่งหรือสองบรรทัดได้
เรียกข้อมูลมาแสดงผลได้อย่างง่ายดาย
สามารถเข้าถึงข้อมูลในฐานข้อมูลได้ ด้วยโค้ดเพียงหนึ่งบรรทัด
มี Packages [...]]]></description>
			<content:encoded><![CDATA[<p>Tequila Framework เป็น PHP Framework แบบ MVC ที่พัฒนาโดยบลูบอล กรุ๊ป มีจุดเด่นคือสามารถพัฒนา application ได้อย่างรวดเร็ว มีโครงสร้างที่แข็งแกร่ง และง่ายต่อการ maintenance ซึ่งประกอบด้วย 2 ส่วนหลักคือ <strong>Tequila Core </strong>เป็นไฟล์หลักของ framework และอีกส่วนหนึ่งคือ <strong>Tequila Application</strong> ซึ่งก็คือ application ที่เราต้องการพัฒนาขึ้นมา โดยทั้งสองส่วนจะอยู่ขนานกัน (บน file server) และจะกำหนด path ของกันและกันได้ที่ configuration file ของ application</p>
<p><strong>ข้อดีของ </strong><strong>Tequila Framework</strong></p>
<ul>
<li>มี Page Generator ให้ โดยสามารถสร้างเพจที่เกี่ยวข้อง หรือไม่เกี่ยวข้องกับฐานข้อมูล หรือแม้กระทั่งหน้าเปล่าๆได้ ทำให้ช่วยประหยัดเวลาในการเขียนโค้ดไปได้มาก</li>
<li>มีฟังก์ชั่นและคลาสพร้อมให้เรียกใช้มากมาย ซึ่งส่วนมากเป็นฟังก์ชั่นและคลาสที่มักจะได้ใช้บ่อยๆในการเขียนโปรแกรม การเรียกใช้ฟังก์ชั่นจาก Framework ทำให้ลดจำนวนโค้ดจากหลายสิบบรรทัด เหลือเพียงหนึ่งหรือสองบรรทัดได้</li>
<li>เรียกข้อมูลมาแสดงผลได้อย่างง่ายดาย</li>
<li>สามารถเข้าถึงข้อมูลในฐานข้อมูลได้ ด้วยโค้ดเพียงหนึ่งบรรทัด</li>
<li>มี Packages ให้เรียกใช้สำหรับโค้ดส่วนที่ต้องใช้บ่อยๆ</li>
<li>สามารถนำโค้ดกลับมาใช้งานใหม่ได้เรื่อยๆ</li>
<li>ใช้กับฐานข้อมูลได้มากชนิด เช่น MySQL, MSSQL, Oracle, AdoDB, MS Access, SQLite เป็นต้น</li>
</ul>
<p><strong>ส่วนประกอบที่สำคัญของ </strong><strong>Tequila Application</strong></p>
<p>· Model เป็นส่วนที่ทำหน้าที่ติดต่อกับข้อมูล เป็นตัวเรียกข้อมูลที่จะไปแสดงผล ประกอบไปด้วยคำสั่งในการเรียกข้อมูลจากฐานข้อมูล (ซึ่ง Model สามารถเข้าถึงฐานข้อมูลได้โดยใช้ DAO หรือไม่ใช้ก็ได้) และ Business Rules</p>
<p>· View เป็นส่วนที่ทำหน้าที่แสดงผลข้อมูลออกไปยังหน้าจอผู้ใช้ และจัดการเกี่ยวกับ template โดยจะรับข้อมูลจาก controller หรือจะเรียกขอข้อมูลเองไปที่ Model เลยก็ได้</p>
<p>· Controller เป็นส่วนที่ทำหน้าติดต่อกับ user ผ่านทาง user interface จะเป็นตัวรับคำสั่งจาก user ว่าต้องการข้อมูลอะไร จากนั้น controller จึงเป็นตัวสั่ง model ให้ค้นหาข้อมูล แล้วสั่งให้ view แสดงผลข้อมูลนั้น</p>
<p>· DAO หรือ Data Access Object เป็น object ที่จะเข้าไปจัดการกับข้อมูลในฐานข้อมูล เป็นคลาสที่มีฟังก์ชั่นเกี่ยวกับการเข้าถึงข้อมูลไว้มากมาย ทำให้ไม่ต้องเขียนคำสั่งเอง โดยสามารถเลือกชนิดของข้อมูลที่จะ return ไปได้ ซึ่งปกติแล้ว DAO จะ return VO</p>
<p>· VO หรือ Value Object เป็น object ของข้อมูลที่ return มาจาก DAO</p>
<p>· Language files เป็น PHP file ที่เก็บ Strings ต่างๆที่ใช้ใน application</p>
<p>· Template files เป็นส่วนที่เก็บ html file, javascript file, และ css file ที่ใช้ใน template ซึ่ง Tequila Framework สนับสนุนการใช้ template engine ที่มีชื่อว่า template power</p>
<p><strong>โครงสร้างไฟล์ของ </strong><strong>Tequila Application</strong></p>
<p>ดังที่ได้กล่าวไปข้างต้น Tequila Framework มีลักษณะโครงสร้างที่แข็งแกร่ง และง่ายต่อการบำรุงรักษาระบบ เนื่องจาก Tequila Application มีการเก็บไฟล์แยกเป็นส่วนๆอย่างชัดเจน ดังภาพ</p>
<p style="text-align: center;"><a href="http://sites.google.com/site/phptequila/_/rsrc/1232687558457/manuals/general-concepts/file-structure/"><img class="aligncenter" title="Tequila File Structure" src="http://sites.google.com/site/phptequila/_/rsrc/1232687558457/manuals/general-concepts/file-structure/folders.gif" alt="" width="134" height="357" /></a><span style="color: #888888;"><em>(รูปจาก http://sites.google.com/site/phptequila)</em></span></p>
<p>การมีโครงสร้างที่ชัดเจนเช่นนี้ ทำให้สามารถบำรุงรักษาระบบได้อย่างรวดเร็ว เพราะใครก็ตามที่รู้โครงสร้างไฟล์ของ Tequila ก็จะสามารถเข้าไปแก้ปัญหาได้อย่างถูกจุดอย่างรวดเร็ว</p>
]]></content:encoded>
			<wfw:commentRss>http://cpe.loveofze.com/archives/104/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>หลังจากฝึกงานเสร็จ</title>
		<link>http://cpe.loveofze.com/archives/102</link>
		<comments>http://cpe.loveofze.com/archives/102#comments</comments>
		<pubDate>Mon, 01 Jun 2009 15:44:11 +0000</pubDate>
		<dc:creator>ArmNo</dc:creator>
				<category><![CDATA[หลังฝึกงาน]]></category>
		<category><![CDATA[BBVN]]></category>
		<category><![CDATA[Han]]></category>
		<category><![CDATA[Thanh]]></category>
		<category><![CDATA[Tien]]></category>
		<category><![CDATA[พี่วรรณ]]></category>
		<category><![CDATA[พี่เต้]]></category>
		<category><![CDATA[ส่งต่อโปรเจ็ค]]></category>

		<guid isPermaLink="false">http://cpe.loveofze.com/archives/102</guid>
		<description><![CDATA[หลังจากฝึกงานเสร็จ ฉันก็ไม่ได้โพสต์อีกเลย .. คิดว่าคงเป็นเพราะฉันต้องทำสิ่งอื่นมากกว่า เลยแทบจะลืมบล็อกนี้ไปแล้ว .. จริงๆแล้วเรื่องฝึกงาน ก็ไม่มีอะไรแล้วล่ะ ตอนนี้เหลือแค่รอส่งรายงานฝึกงาน (ที่ฉันทำใกล้จะเสร็จแล้ว) การฝึกงานครั้งนี้ก็จะเสร็จสมบูรณ์ .. แต่ยังไงฉันก็คิดว่าไม่ควรจะปล่อยบล็อกนี้ทิ้งไว้อย่างนี้หรอกนะ อย่างน้อยก็น่าจะมีสรุปอะไรไว้บ้างแหละ
ฉันเสร็จงานตาม requirement ใน phase ของฉัน หลังจากนั้นก็ส่งมอบโปรเจ็คต่อให้กับโปรแกรมเมอร์ที่บลูบอลเวียดนาม ซึ่งก็คือคุณ Han และคุณ Tien และมี tester ในทีมอีกหนึ่งคน คือคุณ Thanh .. ทุกคนล้วนเป็นมิตรดี สุภาพ และเป็นกันเอง ฉันชอบคุยกับพวกเขานะ พวกเขาไม่ถือตัวเลย (ฉันบอกตั้งแต่แรกว่าฉันเป็นนักศึกษาฝึกงาน) แต่ทุกคนก็ยังให้ความร่วมมือดี
ฉันรู้สึกว่าโปรแกรมเมอร์ที่เวียดนามเก่งกว่าฉันมาก พวกเขาโค้ดเร็ว และแม่น (ถึงแม้การสื่อสารกันจะลำบากหน่อย ภาษาอังกฤษแบบ snake snake fish fish กันทั้งฉันและพวกเขา, ติดต่อผ่าน Skype และ email)
ก่อนกลับก็ commit sourcecode ไปที่ SVN แล้ว กลับหอตั้งเกือบสามทุ่มแน่ะ [...]]]></description>
			<content:encoded><![CDATA[<p>หลังจากฝึกงานเสร็จ ฉันก็ไม่ได้โพสต์อีกเลย .. คิดว่าคงเป็นเพราะฉันต้องทำสิ่งอื่นมากกว่า เลยแทบจะลืมบล็อกนี้ไปแล้ว .. จริงๆแล้วเรื่องฝึกงาน ก็ไม่มีอะไรแล้วล่ะ ตอนนี้เหลือแค่รอส่งรายงานฝึกงาน (ที่ฉันทำใกล้จะเสร็จแล้ว) การฝึกงานครั้งนี้ก็จะเสร็จสมบูรณ์ .. แต่ยังไงฉันก็คิดว่าไม่ควรจะปล่อยบล็อกนี้ทิ้งไว้อย่างนี้หรอกนะ อย่างน้อยก็น่าจะมีสรุปอะไรไว้บ้างแหละ</p>
<p>ฉันเสร็จงานตาม requirement ใน phase ของฉัน หลังจากนั้นก็ส่งมอบโปรเจ็คต่อให้กับโปรแกรมเมอร์ที่บลูบอลเวียดนาม ซึ่งก็คือคุณ Han และคุณ Tien และมี tester ในทีมอีกหนึ่งคน คือคุณ Thanh .. ทุกคนล้วนเป็นมิตรดี สุภาพ และเป็นกันเอง ฉันชอบคุยกับพวกเขานะ พวกเขาไม่ถือตัวเลย (ฉันบอกตั้งแต่แรกว่าฉันเป็นนักศึกษาฝึกงาน) แต่ทุกคนก็ยังให้ความร่วมมือดี</p>
<p>ฉันรู้สึกว่าโปรแกรมเมอร์ที่เวียดนามเก่งกว่าฉันมาก พวกเขาโค้ดเร็ว และแม่น (ถึงแม้การสื่อสารกันจะลำบากหน่อย ภาษาอังกฤษแบบ snake snake fish fish กันทั้งฉันและพวกเขา, ติดต่อผ่าน Skype และ email)</p>
<p>ก่อนกลับก็ commit sourcecode ไปที่ SVN แล้ว กลับหอตั้งเกือบสามทุ่มแน่ะ .. วันสุดท้ายแล้วก็อยากอยู่ให้มันนานๆหน่อย ร่ำล่าพี่วรรณกับพี่เต้ แล้วก็กลับหออย่างสบายใจ</p>
<p>ฉันอยากจะบอกว่า ฉันไม่เสียใจเลยที่ได้ฝึกงานที่บลูบอล</p>
<p> <img src='http://cpe.loveofze.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://cpe.loveofze.com/archives/102/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Note 05.20.2009 [Last Day]</title>
		<link>http://cpe.loveofze.com/archives/101</link>
		<comments>http://cpe.loveofze.com/archives/101#comments</comments>
		<pubDate>Wed, 20 May 2009 12:30:20 +0000</pubDate>
		<dc:creator>ArmNo</dc:creator>
				<category><![CDATA[ช่วงฝึกงาน]]></category>
		<category><![CDATA[daily note]]></category>

		<guid isPermaLink="false">http://cpe.loveofze.com/archives/101</guid>
		<description><![CDATA[05.20.2009   &#160;&#160;&#160; 0915 &#8211; arrive @ office    &#160;&#160;&#160; 0933 &#8211; start notepad++    &#160;&#160;&#160; 0942 &#8211; publish yesterday&#8217;s blog post. =&#62; see what to do.     &#160;&#160;&#160; 0946 &#8211; Week View! =&#62; pending week    &#160;&#160;&#160; 1102 &#8211; start MySQL Query Browser  [...]]]></description>
			<content:encoded><![CDATA[<p>05.20.2009   <br />&#160;&#160;&#160; 0915 &#8211; arrive @ office    <br />&#160;&#160;&#160; 0933 &#8211; start notepad++    <br />&#160;&#160;&#160; 0942 &#8211; publish yesterday&#8217;s blog post. =&gt; see what to do.     <br />&#160;&#160;&#160; 0946 &#8211; Week View! =&gt; pending week    <br />&#160;&#160;&#160; 1102 &#8211; start MySQL Query Browser    <br />&#160;&#160;&#160; 1112 &#8211; start iTunes    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; what data to show in week pending??    <br />&#160;&#160;&#160; 1221 &#8211; finish pending week without testing    <br />&#160;&#160;&#160; 1347 &#8211; back from lunch. =&gt; day pending tasks??    <br />&#160;&#160;&#160; 1351 &#8211; check weekday of received day. should be equal to zero.    <br />&#160;&#160;&#160; 1412 &#8211; 1351 is fixed. =&gt; day pending tasks &#8230;    <br />&#160;&#160;&#160; 1515 &#8211; finish day pending tasks. !!    <br />&#160;&#160;&#160; 1519 &#8211; missed in my calendar    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; show task or project as a period    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; *:30 tasks    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; before-and-after-month day blocks in month view    <br />&#160;&#160;&#160; 1603 &#8211; reboot&#8230;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; Inspect elements    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Month View    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Normal Mode =&gt; data can go out of day block.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Pending Mode =&gt; not show as period (show only at start date)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Week View    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Normal Mode =&gt; not show as period    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Pending Mode =&gt; not show as period (show only at start datetime)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Day View    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Normal Mode =&gt; like Week View    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Pending Mode =&gt; like Week View    <br />&#160;&#160;&#160; 1737 &#8211; almost&#8230;    <br />&#160;&#160;&#160; 1752 &#8211; preparing to commit to SVN.    <br />&#160;&#160;&#160; 1927 &#8211; email sent.</p>
]]></content:encoded>
			<wfw:commentRss>http://cpe.loveofze.com/archives/101/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>email ประจำวัน #41</title>
		<link>http://cpe.loveofze.com/archives/100</link>
		<comments>http://cpe.loveofze.com/archives/100#comments</comments>
		<pubDate>Wed, 20 May 2009 12:29:31 +0000</pubDate>
		<dc:creator>ArmNo</dc:creator>
				<category><![CDATA[email รายงานประจำวัน]]></category>
		<category><![CDATA[ช่วงฝึกงาน]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[รายงานประจำวัน]]></category>

		<guid isPermaLink="false">http://cpe.loveofze.com/archives/100</guid>
		<description><![CDATA[Dear all,   Here is my working status today:

make calendar&#8217;s week view shows finish tasks and pending tasks.&#160; 
make calendar&#8217;s day view shows finish tasks and pending tasks. 
my latest source code is committed to SVN.

 Best Regards,  Arm
]]></description>
			<content:encoded><![CDATA[<p>Dear all,   <br />Here is my working status today:</p>
<ul>
<li>make calendar&#8217;s week view shows finish tasks and pending tasks.&#160; </li>
<li>make calendar&#8217;s day view shows finish tasks and pending tasks. </li>
<li>my latest source code is committed to SVN.</li>
</ul>
<p> Best Regards,  <br />Arm</p>
]]></content:encoded>
			<wfw:commentRss>http://cpe.loveofze.com/archives/100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Note 05.19.2009</title>
		<link>http://cpe.loveofze.com/archives/99</link>
		<comments>http://cpe.loveofze.com/archives/99#comments</comments>
		<pubDate>Wed, 20 May 2009 02:37:26 +0000</pubDate>
		<dc:creator>ArmNo</dc:creator>
				<category><![CDATA[ช่วงฝึกงาน]]></category>
		<category><![CDATA[daily note]]></category>

		<guid isPermaLink="false">http://cpe.loveofze.com/archives/99</guid>
		<description><![CDATA[05.19.2009   &#160;&#160;&#160; 0910 &#8211; arrive @ office    &#160;&#160;&#160; 0919 &#8211; start notepad++    &#160;&#160;&#160; 0923 &#8211; Tien sending a file ..!    &#160;&#160;&#160; 0935 &#8211; see what to do. =&#62; compare files with server version    &#160;&#160;&#160; 1031 &#8211; upgrading my project.   [...]]]></description>
			<content:encoded><![CDATA[<p>05.19.2009   <br />&#160;&#160;&#160; 0910 &#8211; arrive @ office    <br />&#160;&#160;&#160; 0919 &#8211; start notepad++    <br />&#160;&#160;&#160; 0923 &#8211; Tien sending a file ..!    <br />&#160;&#160;&#160; 0935 &#8211; see what to do. =&gt; compare files with server version    <br />&#160;&#160;&#160; 1031 &#8211; upgrading my project.    <br />&#160;&#160;&#160; 1056 &#8211; finish upgrading project. Going to test w/ latest Tequila.    <br />&#160;&#160;&#160; 1108 &#8211; Tequila_Application can work with latest Tequila (Sunrise).     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; waiting for P Tae&#8217;s mail&#8230; back to do my calendar.    <br />&#160;&#160;&#160; 1159 &#8211; problem is my project doesn&#8217;t respond. so, keep it out.    <br />&#160;&#160;&#160; 1209 &#8211; back to SN capture again &#8230;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; jang yod.    <br />&#160;&#160;&#160; 1258 &#8211; added screens.    <br />&#160;&#160;&#160; 1423 &#8211; just clear cache. <img src='http://cpe.loveofze.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  =&gt; continue display data in month view    <br />&#160;&#160;&#160; 1428 &#8211; month view can display data =&gt; pending tasks    <br />&#160;&#160;&#160; @TODO    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; complete my calendar view    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; show period of finish tasks    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; show *:30 tasks    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; show pending task    <br />&#160;&#160;&#160; 1522 &#8211; we need some love ya&#8217;all. we need some real deal!    <br />&#160;&#160;&#160; 1549 &#8211; should i make it ajax??&#160;&#160;&#160; <br />&#160;&#160;&#160; 1557 &#8211; keep going!!!    <br />&#160;&#160;&#160; 1603 &#8211; what am i doing? =&gt; make calendar shows pending task in month view.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; is it working already? =&gt; not yet. cannot change month.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cause? =&gt; month and year missing for getting data.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; solution? =&gt; add month and year for getting data.    <br />&#160;&#160;&#160; 1631 &#8211; ok. correct month    <br />&#160;&#160;&#160; 1634 &#8211; month navi =&gt; ok. Next=&gt; &#8216;finish task&#8217; link    <br />&#160;&#160;&#160; 1640 &#8211; can swap between finish and pending tasks mode    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; next =&gt; work with resource_id    <br />&#160;&#160;&#160; 1656 &#8211; showMonth and showMonth_pending can check resource_id correctly    <br />&#160;&#160;&#160; 1707 &#8211; SN capture again?? .. YES!!    <br />&#160;&#160;&#160; 1727 &#8211; finish SN capture. =&gt; back to my calendar    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; what &gt; check JS file.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &gt; pending tasks should be display on start date ?    <br />&#160;&#160;&#160; 1759 &#8211; make calendar (pending mode) show correct data    <br />&#160;&#160;&#160; 1813 &#8211; ok. pending mode shows the day project starts</p>
]]></content:encoded>
			<wfw:commentRss>http://cpe.loveofze.com/archives/99/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>email ประจำวัน #40</title>
		<link>http://cpe.loveofze.com/archives/98</link>
		<comments>http://cpe.loveofze.com/archives/98#comments</comments>
		<pubDate>Wed, 20 May 2009 02:36:44 +0000</pubDate>
		<dc:creator>ArmNo</dc:creator>
				<category><![CDATA[email รายงานประจำวัน]]></category>
		<category><![CDATA[ช่วงฝึกงาน]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[รายงานประจำวัน]]></category>

		<guid isPermaLink="false">http://cpe.loveofze.com/archives/98</guid>
		<description><![CDATA[Dear all,   Here is my working report status today:

make calendar view shows finish tasks and pending tasks. 
update project (in local).

 Best Regards,  Arm
]]></description>
			<content:encoded><![CDATA[<p>Dear all,   <br />Here is my working report status today:</p>
<ul>
<li>make calendar view shows finish tasks and pending tasks. </li>
<li>update project (in local).</li>
</ul>
<p> Best Regards,  <br />Arm</p>
]]></content:encoded>
			<wfw:commentRss>http://cpe.loveofze.com/archives/98/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Note 05.18.2009</title>
		<link>http://cpe.loveofze.com/archives/97</link>
		<comments>http://cpe.loveofze.com/archives/97#comments</comments>
		<pubDate>Mon, 18 May 2009 11:03:47 +0000</pubDate>
		<dc:creator>ArmNo</dc:creator>
				<category><![CDATA[ช่วงฝึกงาน]]></category>
		<category><![CDATA[daily note]]></category>

		<guid isPermaLink="false">http://cpe.loveofze.com/archives/97</guid>
		<description><![CDATA[05.18.2009   &#160;&#160;&#160; 0910 &#8211; arrive @ office    &#160;&#160;&#160; 0925 &#8211; check email (13 new!) and start notepad++. see what to do on GG Calendar.    &#160;&#160;&#160; @TODO    &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; complete my calendar view    &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; show period of finish tasks   [...]]]></description>
			<content:encoded><![CDATA[<p>05.18.2009   <br />&#160;&#160;&#160; 0910 &#8211; arrive @ office    <br />&#160;&#160;&#160; 0925 &#8211; check email (13 new!) and start notepad++. see what to do on GG Calendar.    <br />&#160;&#160;&#160; @TODO    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; complete my calendar view    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; show period of finish tasks    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; show *:30 tasks    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; show pending task    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; contact Mr. Tien about version control solution.    <br />&#160;&#160;&#160; 0931 &#8211; calendar bugs =&gt; month view going wrong.    <br />&#160;&#160;&#160; 1007 &#8211; fixed 0931 by pass 1st of the month instead of current date. remaining things =&gt; show task as a period.    <br />&#160;&#160;&#160; 1013 &#8211; start iTunes and sync with iPod.    <br />&#160;&#160;&#160; 1046 &#8211; start &#8216;pending tasks&#8217; view&#8230;    <br />&#160;&#160;&#160; 1214 &#8211; no need to create functions out of DAO    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; new @TODO &#8211; try RAD sunrise tutorial    <br />&#160;&#160;&#160; 1348 &#8211; back from lunch.    <br />&#160;&#160;&#160; 1356 &#8211; test &#8216;Sunrise&#8217; (Tequila&#8217;s Page Generator)    <br />&#160;&#160;&#160; 1523 &#8211; finish testing RAD Sunrise. email has been sent to mritzco at gmail. Back to calendar view.    <br />&#160;&#160;&#160; 1530 &#8211; make april time sheet.    <br />&#160;&#160;&#160; 1552 &#8211; add new SN captures.    <br />&#160;&#160;&#160; 1616 &#8211; wait for bug fixing &#8230; almost complete time sheets (exept time)    <br />&#160;&#160;&#160; 1651 &#8211; task edge in again &#8230; <img src='http://cpe.loveofze.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; recheck RAD Sunrise    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; Topics of Testing.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1. add application tables to the DB. =&gt; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 2. browse to addpage. =&gt; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 3. check table relation. =&gt; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4. create recipes page =&gt; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 5. create categories page =&gt; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 5. review your hard work.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; check controllers    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; browse to index.php?task=categories    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; test category validation (cannot leave blank)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; OK.     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; Try adding &quot;Soups&quot; category using normal &quot;Submit&quot; button    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; Try adding &quot;Desserts&quot; category using Ajax &quot;Save and Continue&quot;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; Exit and see the list of categories    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; View and edit the information until you are satisfied    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; OK.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; Click on view recipes on the list mode    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; OK. (redirect to index.php?task=recipes)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; Click on Add a new recipe    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; OK. both using normal &quot;Submit&quot; button and Ajax &quot;Save and Continue&quot;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; Using RRTs    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rrt=block .. ok    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rrt=xml .. ok    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rrt=json .. ok    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; -&gt; Regenerate pages    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ok. it created a backup file when regenerate changed page.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; only 1 problem found is cannot &quot;Submit&quot; after &quot;Save and Continue&quot; in addNew mode.    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; this is an isolated issue, right?    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if So, this tutorial is OK.    <br />&#160;&#160;&#160; 1751 &#8211; finish test (again) for Sunrise.    <br />&#160;&#160;&#160; 1756 &#8211; time sheet &#8230; tomorrow <img src='http://cpe.loveofze.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />     <br />&#160;&#160;&#160; 1803 &#8211; email sent.</p>
]]></content:encoded>
			<wfw:commentRss>http://cpe.loveofze.com/archives/97/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>email ประจำวัน #39</title>
		<link>http://cpe.loveofze.com/archives/96</link>
		<comments>http://cpe.loveofze.com/archives/96#comments</comments>
		<pubDate>Mon, 18 May 2009 11:02:57 +0000</pubDate>
		<dc:creator>ArmNo</dc:creator>
				<category><![CDATA[email รายงานประจำวัน]]></category>
		<category><![CDATA[ช่วงฝึกงาน]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[รายงานประจำวัน]]></category>

		<guid isPermaLink="false">http://cpe.loveofze.com/archives/96</guid>
		<description><![CDATA[Dear all,   Here is my today&#8217;s working status.

make calendar view for showing pending tasks. 
fix calendar&#8217;s month view bugs.

 Best Regards,  Arm
]]></description>
			<content:encoded><![CDATA[<p>Dear all,   <br />Here is my today&#8217;s working status.</p>
<ul>
<li>make calendar view for showing pending tasks. </li>
<li>fix calendar&#8217;s month view bugs.</li>
</ul>
<p> Best Regards,  <br />Arm</p>
]]></content:encoded>
			<wfw:commentRss>http://cpe.loveofze.com/archives/96/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Note 05.15.2009</title>
		<link>http://cpe.loveofze.com/archives/95</link>
		<comments>http://cpe.loveofze.com/archives/95#comments</comments>
		<pubDate>Mon, 18 May 2009 09:14:39 +0000</pubDate>
		<dc:creator>ArmNo</dc:creator>
				<category><![CDATA[ช่วงฝึกงาน]]></category>
		<category><![CDATA[daily note]]></category>

		<guid isPermaLink="false">http://cpe.loveofze.com/archives/95</guid>
		<description><![CDATA[05.15.2009   &#160;&#160;&#160; 0910 &#8211; arrive @ office    &#160;&#160;&#160; 0952 &#8211; start notepad++, see what to do.    &#160;&#160;&#160; 0955 &#8211; &#62; complete my calendar view.    &#160;&#160;&#160; 0956 &#8211; start iTunes    &#160;&#160;&#160; 0959 &#8211; 2 phases of Calendar View =&#62; Task have to [...]]]></description>
			<content:encoded><![CDATA[<p>05.15.2009   <br />&#160;&#160;&#160; 0910 &#8211; arrive @ office    <br />&#160;&#160;&#160; 0952 &#8211; start notepad++, see what to do.    <br />&#160;&#160;&#160; 0955 &#8211; &gt; complete my calendar view.    <br />&#160;&#160;&#160; 0956 &#8211; start iTunes    <br />&#160;&#160;&#160; 0959 &#8211; 2 phases of Calendar View =&gt; Task have to do(task_ms) and task done(work_report)    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211; I will start with &#8216;Task Done&#8217;    <br />&#160;&#160;&#160; 1017 &#8211; start Dw CS4    <br />&#160;&#160;&#160; 1025 &#8211; wrong calendar month view.    <br />&#160;&#160;&#160; 1124 &#8211; data is in the right format. Next =&gt; correct the view.    <br />&#160;&#160;&#160; 1140 &#8211; finish month view (without any style yet). Next =&gt; week view    <br />&#160;&#160;&#160; 1341 &#8211; back from lunch. Continue week view. make data display in week view.    <br />&#160;&#160;&#160; 1400 &#8211; zzz.    <br />&#160;&#160;&#160; 1449 &#8211; still cannot display data in week view.    <br />&#160;&#160;&#160; 1603 &#8211; condition at line 162 is incorrect.    <br />&#160;&#160;&#160; 1758 &#8211; I have skipped some bugs <img src='http://cpe.loveofze.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />     <br />&#160;&#160;&#160; 1831 &#8211; email sent.</p>
]]></content:encoded>
			<wfw:commentRss>http://cpe.loveofze.com/archives/95/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>email ประจำวัน #38</title>
		<link>http://cpe.loveofze.com/archives/94</link>
		<comments>http://cpe.loveofze.com/archives/94#comments</comments>
		<pubDate>Mon, 18 May 2009 09:14:04 +0000</pubDate>
		<dc:creator>ArmNo</dc:creator>
				<category><![CDATA[email รายงานประจำวัน]]></category>
		<category><![CDATA[ช่วงฝึกงาน]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[รายงานประจำวัน]]></category>

		<guid isPermaLink="false">http://cpe.loveofze.com/archives/94</guid>
		<description><![CDATA[สวัสดีครับ   รายงานประจำวันที่ 15/05/2009 &#8211; Working Report System (Tequila Framework)    สิ่งที่ทำวันนี้

ทำ calendar view ให้แสดงผลข้อมูลจาก table report detail ได้ ทั้ง month view, week view และ day view .. ซึ่งเป็นข้อมูลเดียวกับใน time sheet ครับ .. คุณ itzco อยากให้โชว์ได้ทั้ง task ที่ทำแล้ว และ task ที่ต้องทำครับ 
issue นี้ คุณ itzco อยากให้ผมทำให้เสร็จ เพราะว่าผมทำไว้ตั้งแต่แรกแล้วยังไม่ได้ใช้ .. ผมจึงทำ issue นี้เอง ไม่ได้ [...]]]></description>
			<content:encoded><![CDATA[<p>สวัสดีครับ   <br />รายงานประจำวันที่ 15/05/2009 &#8211; Working Report System (Tequila Framework)    <br />สิ่งที่ทำวันนี้</p>
<ul>
<li>ทำ calendar view ให้แสดงผลข้อมูลจาก table report detail ได้ ทั้ง month view, week view และ day view .. ซึ่งเป็นข้อมูลเดียวกับใน time sheet ครับ .. คุณ itzco อยากให้โชว์ได้ทั้ง task ที่ทำแล้ว และ task ที่ต้องทำครับ </li>
<li>issue นี้ คุณ itzco อยากให้ผมทำให้เสร็จ เพราะว่าผมทำไว้ตั้งแต่แรกแล้วยังไม่ได้ใช้ .. ผมจึงทำ issue นี้เอง ไม่ได้ assign ไปที่เวียตนามครับผม</li>
</ul>
<p> ปัญหาที่พบ
<ul>
<li>week view กับ day view แสดงข้อมูลของ task ยังแยกกันอยู่ (ยังไม่เป็น period สำหรับ task เดียวกัน) </li>
</ul>
<p> สิ่งที่ต้องทำ
<ul>
<li>calendar view ที่แสดงผลได้ทั้ง task ที่ทำแล้ว และ task ที่ต้องทำ</li>
</ul>
<p> ขอบคุณครับ  <br />อาม</p>
]]></content:encoded>
			<wfw:commentRss>http://cpe.loveofze.com/archives/94/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
