<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>JOMYUT.NET - Developer Skills</title>
    <link>http://www.jomyut.net/</link>
    <description>Blog</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3 - http://www.s9y.org/</generator>
    <pubDate>Fri, 02 May 2008 16:26:49 GMT</pubDate>

    <image>
        <url>http://www.jomyut.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: JOMYUT.NET - Developer Skills - Blog</title>
        <link>http://www.jomyut.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>eTicket: unable to get local issuer certificate</title>
    <link>http://www.jomyut.net/archives/16-eTicket-unable-to-get-local-issuer-certificate.html</link>
            <category>Developer Skills</category>
    
    <comments>http://www.jomyut.net/archives/16-eTicket-unable-to-get-local-issuer-certificate.html#comments</comments>
    <wfw:comment>http://www.jomyut.net/wfwcomment.php?cid=16</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.jomyut.net/rss.php?version=2.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    

    <author>nospam@example.com (Warun Kietduriyakul)</author>
    <content:encoded>
    &lt;p&gt;eTicket is a support ticket software which is email-base. If you use Gmail or Google Apps account, you may found the same issue like me as below.&lt;/p&gt;&lt;blockquote&gt;&lt;font color=&quot;#990000&quot;&gt;&lt;b&gt;Notice&lt;/b&gt;: Unknown: Certificate failure for pop.gmail.com: unable&lt;br /&gt;
to get local issuer certificate: /C=US/ST=California/L=Mountain&lt;br /&gt;
View/O=Google Inc./CN=pop.gmail.com (errflg=2) in &lt;b&gt;Unknown&lt;/b&gt; on line &lt;b&gt;0&lt;/b&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Please note that this message will shown when you edit automail.php to enable error display (line 11) `error_reporting(E_ALL)`. The problem above will shown when you do not have any CA certificate installed in your system.&lt;/p&gt;&lt;p&gt;If you use Ubuntu 7.10, you can solve this problem by install `ca-certificates` as below command&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font color=&quot;#3300cc&quot;&gt;# sudo apt-get install ca-certificates&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Now, the error should be gone.&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 02 May 2008 23:26:49 +0700</pubDate>
    <guid isPermaLink="false">http://www.jomyut.net/archives/16-guid.html</guid>
    <category>eticket</category>

</item>
<item>
    <title>Drupal and Global Variable</title>
    <link>http://www.jomyut.net/archives/15-Drupal-and-Global-Variable.html</link>
            <category>Developer Skills</category>
    
    <comments>http://www.jomyut.net/archives/15-Drupal-and-Global-Variable.html#comments</comments>
    <wfw:comment>http://www.jomyut.net/wfwcomment.php?cid=15</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.jomyut.net/rss.php?version=2.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    

    <author>nospam@example.com (Warun Kietduriyakul)</author>
    <content:encoded>
    &lt;p&gt;Today I found a problem with Drupal. I embedded my snippet code to Page content which will be include my project file. The structure is like below&lt;/p&gt;&lt;p&gt;/ (Drupal)&lt;/p&gt;&lt;p&gt;/project/setting.php&lt;/p&gt;&lt;p&gt;/project/interface.php&lt;/p&gt;&lt;p&gt;My drupal snippet code is &amp;quot;include(/project/interface.php)&amp;quot; and interface.php is include setting.php.&lt;/p&gt;&lt;p&gt;The problem occurs when it call function in interface.php, it cannot use global variable which I declare in setting.php. Yes, I already put global var1,var2,var3; input my function in interface.php. Finally I found that I must put the same into setting.php file as below&lt;/p&gt;&lt;p&gt;setting.php&lt;/p&gt;&lt;p&gt;global $var1,$var2,$var3;&lt;/p&gt;&lt;p&gt;$var1=&amp;quot;abc&amp;quot;; and so on.&lt;/p&gt;&lt;p&gt;Which these may help someone who get the same problem like me.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 25 Mar 2008 01:56:40 +0700</pubDate>
    <guid isPermaLink="false">http://www.jomyut.net/archives/15-guid.html</guid>
    
</item>
<item>
    <title>Review: PHP 5 Objects, Patterns, and Practice</title>
    <link>http://www.jomyut.net/archives/13-Review-PHP-5-Objects,-Patterns,-and-Practice.html</link>
            <category>Developer Skills</category>
    
    <comments>http://www.jomyut.net/archives/13-Review-PHP-5-Objects,-Patterns,-and-Practice.html#comments</comments>
    <wfw:comment>http://www.jomyut.net/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.jomyut.net/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Warun Kietduriyakul)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;!-- s9ymdb:5 --&gt;&lt;img width=&quot;125&quot; height=&quot;164&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.jomyut.net/uploads/review/books/9781590599099.thumb.gif&quot; /&gt;&lt;font color=&quot;#0066cc&quot;&gt;If you are PHP coder, you shouldn&#039;t missing this book! I has reviewed this book today with 2 hours and I would recommended all of you to buy this book. There are some teachnical skills which related to Software Engineering. Design Patterns is a one of that. This book introduce from programmer, software developer and software designner.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;ถ้าคุณเป็นนักเขียนโปรแกรมภาษา PHP ละก็ คุณไม่ควรจะพลาดหนังสือเล่มนี้นะ วันนี้ผมได้ลองอ่านหนังสือเล่มนี้ใช้เวลาสองชั่วโมงพลิก E-Book จนจบ และมันเพิ่มความรู้ในหัวหลายเรื่องจริงๆ เหมือนได้ทบทวนความรู้ที่ได้เรียนในวิชา Software Design ซึ่งหนังสือเล่มนี้ ได้กล่าวถึงทั้งแต่ระดับเบื้องต้น จนกระทั้ง การเขียน PHP แบบ Object-Oriented จนกระทั้ง การประยุกต์ใช้ Design Patterns และการวางโครงสร้างสถาปัตยกรรมซอฟแวร์ รวมถึง Deployment ด้วย&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#0066cc&quot;&gt;By the way, if you are very new to programming world, I didn&#039;t suggust this book because they will not introduce you about the principle of programming. You should know at lease the way to write a code and a little algorithm skill. This book is text-based. You may sleep with a book pillow (may be). By the way, it is a one of my recommended lists. You can buy at &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.amsbook.com/modules/webs/frmProductDetail.aspx?PG=55A6CE9C-310F-49D8-93C2-D9008B6C0853&amp;amp;PID=745ebb39-5ca3-40d9-be31-faa46c7752d4&#039;);&quot;  href=&quot;http://www.amsbook.com/modules/webs/frmProductDetail.aspx?PG=55A6CE9C-310F-49D8-93C2-D9008B6C0853&amp;PID=745ebb39-5ca3-40d9-be31-faa46c7752d4&quot;&gt;IT Book House&lt;/a&gt; with 15% discount at 13xx THB. I believe that you skill will improve over 400%.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;แต่ว่าถ้าเป็นมือใหม่ละก็ ผมยังไม่แนะนำหนังสือเล่มนี้นะ เพราะว่า เขาจะไม่ได้เกริ่นเกี่ยวกับเบื้องต้นมากนัก คุณควรมีทักษะเล็กๆในการเขียนโปรแกรมมาก่อนหน้า และก็ส่วนใหญ่หนังสือเล่มนี้ เป็นตัวอักษร ไม่ค่อยมีภาพ ก็ระวังจะได้หมอนหนังสืออีกเล่มนึงไว้ในบ้านก็แล้วกัน แต่ยังไงก็ตาม มันเป็นหนังสือเล่มนึงที่ผมอยากจะแนะนำนะ ถ้ายังไง คุณสามารถซื้อได้ที่ &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.amsbook.com/modules/webs/frmProductDetail.aspx?PG=55A6CE9C-310F-49D8-93C2-D9008B6C0853&amp;amp;PID=745ebb39-5ca3-40d9-be31-faa46c7752d4&#039;);&quot;  href=&quot;http://www.amsbook.com/modules/webs/frmProductDetail.aspx?PG=55A6CE9C-310F-49D8-93C2-D9008B6C0853&amp;PID=745ebb39-5ca3-40d9-be31-faa46c7752d4&quot;&gt;IT Book House&lt;/a&gt; ส่วนราคาอยู่ที่ 13xx บาท. ผมรับรองได้เลยว่าถ้าคุณเขียนโปรแกรม PHP มาอย่างเดียว ทักษะคุณจะเพิ่มขึ้น 400%&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#0066cc&quot;&gt;A bonus I got from a book is a useful link to &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.phppatterns.com/docs/start&#039;);&quot;  href=&quot;http://www.phppatterns.com/docs/start&quot;&gt;this site&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;สุดท้ายได้ของขวัญเล็กๆจากหนังสือเป็นลิงค์ไปยังเว็บไซต์ที่มีประโยชน์เรื่องการดีไซน์ [&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.phppatterns.com/docs/start&#039;);&quot;  href=&quot;http://www.phppatterns.com/docs/start&quot;&gt;ที่นี่&lt;/a&gt;]&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 08 Mar 2008 01:17:27 +0700</pubDate>
    <guid isPermaLink="false">http://www.jomyut.net/archives/13-guid.html</guid>
    <category>design patterns</category>
<category>object-oriented</category>
<category>php</category>
<category>software design</category>
<category>uml</category>

</item>
<item>
    <title>ASP.NET Website deployment</title>
    <link>http://www.jomyut.net/archives/12-ASP.NET-Website-deployment.html</link>
            <category>Developer Skills</category>
    
    <comments>http://www.jomyut.net/archives/12-ASP.NET-Website-deployment.html#comments</comments>
    <wfw:comment>http://www.jomyut.net/wfwcomment.php?cid=12</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.jomyut.net/rss.php?version=2.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    

    <author>nospam@example.com (Warun Kietduriyakul)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;I found some problems when I try to deploy my ASP.NET website into wwwroot directory of IIS7 service. It isn&#039;t work. The characteristic of my website is include 3 projects together. one is a website, one is a business logic layer project and the last is data layer project. Two project wrote with C# and needs to compile to be Dynamic Link Library (DLL) file that needs to use in a website project. However, when I try to deploy, the code get fatal error with message that it cannot find the link reference such as com.swdev package which I import to ASP.NET code. I cannot find the good keywords that should be use to googling the solution for me. This is my step&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Zip website folder on development machine&lt;/li&gt;&lt;li&gt;extract to folder inside wwwroot&lt;/li&gt;&lt;li&gt;start IIS7 service, Ms SQL Express&lt;/li&gt;&lt;li&gt;Open IE7 with http://localhost/deploydirectory/&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.jomyut.net/archives/12-ASP.NET-Website-deployment.html#extended&quot;&gt;Continue reading &quot;ASP.NET Website deployment&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 06 Mar 2008 17:55:47 +0700</pubDate>
    <guid isPermaLink="false">http://www.jomyut.net/archives/12-guid.html</guid>
    <category>application pool</category>
<category>asp.net</category>
<category>csharp</category>
<category>deployment</category>
<category>iis</category>
<category>troubleshooting</category>

</item>
<item>
    <title>Adobe Dreamweaver CS3 and Microsoft Windows Vista Issue</title>
    <link>http://www.jomyut.net/archives/11-Adobe-Dreamweaver-CS3-and-Microsoft-Windows-Vista-Issue.html</link>
            <category>Developer Skills</category>
    
    <comments>http://www.jomyut.net/archives/11-Adobe-Dreamweaver-CS3-and-Microsoft-Windows-Vista-Issue.html#comments</comments>
    <wfw:comment>http://www.jomyut.net/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.jomyut.net/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Warun Kietduriyakul)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;font color=&quot;#0066cc&quot;&gt;I try to install Adobe Dreamweaver CS3 on Microsoft Windows Vista machine but cannot be success. Now, It take time over 1 full day and I will not continue anymore. By the way, there is workaround that might helpful for you.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;ผมได้ลองติดตั้ง Adobe Dreamweaver CS3 บนระบบปฏิบัติการ Microsoft Windows Vista มาตั้งแต่เที่ยงคืนวาน จนกระทั้งบัดนี้ก็ยังไม่สำเร็จ แล้วผมก็คิดว่า มันใช้เวลามากเกินไปแล้ว ซึ่งผมจะไม่หาวิธีแก้ไขต่อ อย่างไรก็ตาม มีวิธีทางเลือกอื่นอยู่บ้างที่ทำให้คุณสามารถใช้โปรแกรมได้&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#0066cc&quot;&gt;The way is install on the clean system. - -&#039; (Not kidding) Because there are no more workaround for that. If you install in the clean system, it will successful. In my case, I install in virtual machine (VMWare, or you can download Microsoft Virtual PC for free via Microsoft website)&lt;/font&gt;&lt;/p&gt;&lt;p&gt;วิธีการที่ผมหาได้คือ การติดตั้งบนระบบปฏิบัติการที่ยังไม่ได้ติดตั้งซอฟแวร์อื่นใด (ใช่แล้ว ผมไม่ได้ล้อเล่นหรอก) เพราะว่ามันไม่มีวิธีแก้ไขปัญหาอื่นแล้ว การติดตั้งบน Vista ที่ยังไม่ได้ติดตั้งโปรแกรมอะไรนั้นประสบความสำเร็จเรียบร้อยเป็นอย่างดี. สำหรับในกรณีของผม ผมได้ติดตั้งโปรแกรมบน Virtual Machine เพื่อที่ว่าจะได้ใช้โปรแกรมบนเครื่องที่ผมทำงานอยู่ได้ (ถ้าหากคุณไม่มีละก็ แนะนำให้ดาวโหลดได้ฟรีจากเว็บไซต์ของ Microsoft, โปรแกรมชื่อ Microsoft Vitual PC)&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#0066cc&quot;&gt;If you interesting in what I am done, follow me&lt;/font&gt;&lt;/p&gt;&lt;p&gt;ถ้าคุณสนใจว่าผมได้ทำอะไรไปแล้วบ้างละก็ โปรดติดตามอ่านต่อไป&lt;/p&gt;&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.jomyut.net/archives/11-Adobe-Dreamweaver-CS3-and-Microsoft-Windows-Vista-Issue.html#extended&quot;&gt;Continue reading &quot;Adobe Dreamweaver CS3 and Microsoft Windows Vista Issue&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 27 Feb 2008 18:53:10 +0700</pubDate>
    <guid isPermaLink="false">http://www.jomyut.net/archives/11-guid.html</guid>
    <category>dreamweaver</category>

</item>
<item>
    <title>Quick Reference - Language</title>
    <link>http://www.jomyut.net/archives/6-Quick-Reference-Language.html</link>
            <category>Developer Skills</category>
    
    <comments>http://www.jomyut.net/archives/6-Quick-Reference-Language.html#comments</comments>
    <wfw:comment>http://www.jomyut.net/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.jomyut.net/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (Warun Kietduriyakul)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;font color=&quot;#0066cc&quot;&gt;At this time, some developer needs to use combination of computer language together such as Javascript +  HTML + PHP, etc. There are some quick reference that it can be print on the paper to use it as quick reference. It&#039;s call Cheat Sheets. The following is some website that collect cheat sheets each language.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;จากตอนนี้ เวลาที่เหล่านักพัฒนามักจะต้องเขียนโปรแกรมโดยใช้หลายๆภาษารวมๆกัน หลายๆครั้งก็สร้างความสับสนเหมือนกัน เช่นในเรื่องของ Syntax, Keywords เวลาสลับภาษาไปมา ดังนั้น จึงมีคนทำข้อมูลอ้างอิงของแต่ละภาษาสรุปออกมาเป็นกระดาษ เรียกว่า Cheat Sheets ซึ่งสามารถ print ออกมาได้จากเว็บไซต์ข้างล่างนี้ครับ&lt;/p&gt;&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.jomyut.net/archives/6-Quick-Reference-Language.html#extended&quot;&gt;Continue reading &quot;Quick Reference - Language&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 10 Feb 2008 15:04:58 +0700</pubDate>
    <guid isPermaLink="false">http://www.jomyut.net/archives/6-guid.html</guid>
    <category>quick reference</category>

</item>
<item>
    <title>Design Patterns - Book Review</title>
    <link>http://www.jomyut.net/archives/4-Design-Patterns-Book-Review.html</link>
            <category>Developer Skills</category>
    
    <comments>http://www.jomyut.net/archives/4-Design-Patterns-Book-Review.html#comments</comments>
    <wfw:comment>http://www.jomyut.net/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.jomyut.net/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Warun Kietduriyakul)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;!-- s9ymdb:1 --&gt;&lt;img width=&quot;180&quot; height=&quot;208&quot; src=&quot;http://www.jomyut.net/uploads/review/books/HeadFirstDesignPatterns.thumb.gif&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;font color=&quot;#0066cc&quot;&gt;The way that make a developer can continue writing a code, we call &amp;quot;Reusability&amp;quot;. A study of patterns which use to develop an application more reusability come to popular. Design Patterns is the most one popular which developer must understanding and the strong knowledge. The most popular book are written by Gang of Four (GoF) names &amp;quot;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/en.wikipedia.org/wiki/Design_Patterns&#039;);&quot;  href=&quot;http://en.wikipedia.org/wiki/Design_Patterns&quot;&gt;&lt;i&gt;Design Patterns: Elements of Reusable Object-Oriented Software&lt;/i&gt;&lt;/a&gt;&amp;quot;. Nowaday, I had reviewed the book names &amp;quot;&lt;i&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.oreilly.com/catalog/hfdesignpat/&#039;);&quot;  href=&quot;http://www.oreilly.com/catalog/hfdesignpat/&quot;&gt;Head First Design Patterns&lt;/a&gt;&lt;/i&gt;&amp;quot; By Eric Freeman, Elisabeth Freeman, Kathy Sierra, Bert Bates. It is a good one that the newbie can understand more easier.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;เรื่องราวของการเขียนโปรแกรมเพื่อให้ภายหลังสามารถเขียนโปรแกรมต่อจากของเดิมให้ได้มากที่สุดนั้นเรียกว่า Reusability (ความสามารถในการนำกลับมาใช้). จากการนำกลับมาใช้ ช่วยให้เกิดการลดค่าใช้จ่ายและเกิดสมรรถนะของโปรแกรมเพิ่มขึ้น เพราะการเขียนโปรแกรมต่อจากของเดิม นอกจากจะลดระยะเวลาในการเขียนโปรแกรมใหม่แล้ว ยังสามารถแก้ไขข้อผิดพลาดเดิมๆให้น้อยลงด้วย ดังนั้น งานศึกษาจึงได้รับความนิยม ซึ่งหนึ่งในงานอันโด่งดัง คือ หนังสือชื่อ &lt;i&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/en.wikipedia.org/wiki/Design_Patterns&#039;);&quot;  href=&quot;http://en.wikipedia.org/wiki/Design_Patterns&quot;&gt;Design Patterns: Elements of Reusable Object-Oriented Software&lt;/a&gt;&lt;/i&gt; เขียนโดย Gang-of-Four (GoF). หนังสือเล่มนี้ได้เขียนถึงรูปแบบต่างๆที่มีการใช้งานในวงการอุตสาหกรรมจริง ทำให้เกิดการนำไปอ้างอิงในงานวิจัยอื่นๆอีกมากมาย รายงานอ้างอิงเมื่อค้นหาด้วย &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/scholar.google.com/scholar?q=Design+Patterns&amp;amp;hl=en&amp;amp;lr=&amp;amp;btnG=Search&#039;);&quot;  href=&quot;http://scholar.google.com/scholar?q=Design+Patterns&amp;hl=en&amp;lr=&amp;btnG=Search&quot;&gt;Google Scholar&lt;/a&gt; พบว่า หนังสือเล่มนี้ มีการนำไป Reference มากกว่าหนึ่งหมื่นชิ้นบทความแล้ว และในวันนี้ ผมก็ได้มีโอกาสอ่านหนังสือ &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.oreilly.com/catalog/hfdesignpat/&#039;);&quot;  href=&quot;http://www.oreilly.com/catalog/hfdesignpat/&quot;&gt;&lt;i&gt;Head First Design Patterns&lt;/i&gt;&lt;/a&gt; ซึ่งเป็นหนังสือที่นำเรื่องราวของ Patterns แบบต่างๆที่ GoF ได้เขียนไว้ มาเขียนใหม่ หลังจากที่ผมอ่านแล้ว เนื้อหามีการเขียนให้เข้าใจได้ง่ายขึ้น เหมาะสำหรับมือใหม่ที่ต้องการจะรู้เรื่องเกี่ยวกับ Design Patterns เป็นอย่างดี ถ้ามีโอกาส ลองไปหาอ่านเอานะครับ&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 05 Feb 2008 18:48:01 +0700</pubDate>
    <guid isPermaLink="false">http://www.jomyut.net/archives/4-guid.html</guid>
    <category>design patterns</category>

</item>

</channel>
</rss>