<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>點部落-軟體開發的天空</title>
        <link>http://www.dotblogs.com.tw/jameswu/Default.aspx</link>
        <description />
        <language>zh-TW</language>
        <copyright>James Wu</copyright>
        <generator>Subtext Version 1.9.6.309</generator>
        <image>
            <title>軟體開發的天空</title>
            <url>http://www.dotblogs.com.tw/images/DotBlogsLogo.gif</url>
            <link>http://www.dotblogs.com.tw/jameswu/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>GridView 控制項結合 AJAX 的 ModalPopupExtender 之應用</title>
            <category>AJAX</category>
            <category>ASP.NET 2.0</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/12/30/6572.aspx</link>
            <description>摘要:GridView 控制項結合 AJAX 的 ModalPopupExtender 的技巧&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/12/30/6572.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/6572.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/12/30/6572.aspx</guid>
            <pubDate>Tue, 30 Dec 2008 03:08:06 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/6572.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/12/30/6572.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/6572.aspx</wfw:commentRss>
        </item>
        <item>
            <title>MS SQL Server 2005 版SchemaGen(Export Meta Data)</title>
            <category>SQL資料庫技術</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/08/06/4818.aspx</link>
            <description>我想很多人在專案進行中,大部分都會遇到要把資料庫的Schema匯出來,&lt;br/&gt;若有好習慣的話會在每個資料欄位作描述註解,這時若可以直接由資料庫匯出所有資料表的Meta Data的話,&lt;br/&gt;那就太好了可不是嗎?&lt;br/&gt;&lt;br/&gt;當然我也曾遇過這個問題,當時幸好有孤影的SchemaGen,己解決了我大部分的問題,&lt;br/&gt;不過他的指支援MS SQL 2000,我暫時還沒找到有MS SQL 2005版本.所以,花了點時間研究一下MS SQL 2005的作法,&lt;br/&gt;以下是我的方法,可匯出所有資料表每個欄位名稱、資料型態、資料長度、描述&lt;br/&gt;&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/08/06/4818.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4818.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/08/06/4818.aspx</guid>
            <pubDate>Tue, 05 Aug 2008 17:12:32 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4818.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/08/06/4818.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4818.aspx</wfw:commentRss>
        </item>
        <item>
            <title>使用WebRequest來檢測網頁無障礙內容</title>
            <category>ASP.NET</category>
            <category>ASP.NET 2.0</category>
            <category>實務應用</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/07/31/4750.aspx</link>
            <description>摘要:使用WebRequest來檢測網頁無障礙內容&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/07/31/4750.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4750.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/07/31/4750.aspx</guid>
            <pubDate>Thu, 31 Jul 2008 15:40:17 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4750.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/07/31/4750.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4750.aspx</wfw:commentRss>
        </item>
        <item>
            <title>使用PATINDEX()判斷欄位有[A-Z]、[a-z]、[0-9]之外的字元</title>
            <category>SQL資料庫技術</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/07/25/4715.aspx</link>
            <description>這是一個MS SQL 的判斷欄位值內是否有包含英文大小寫及數字以外的字元，&lt;br/&gt;我們可以利用PATINDEX()函數來處理這個問題，&lt;br/&gt;這也是看了大鈞判斷資料欄位是否有中文字(使用ASCII比對及PATINDEX兩種方法）文章的靈感，&lt;br/&gt;也剛好論壇的朋友恰好遇到此問題，於是我還是把這個ㄤ法做一下紀錄囉!&lt;br/&gt;&lt;br/&gt;&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/07/25/4715.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4715.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/07/25/4715.aspx</guid>
            <pubDate>Fri, 25 Jul 2008 15:27:35 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4715.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/07/25/4715.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4715.aspx</wfw:commentRss>
        </item>
        <item>
            <title>直接使用SQL SERVER 2005 開啟XML檔案並讀取內容(二)-應用BULK INSERT</title>
            <category>SQL資料庫技術</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/07/23/4707.aspx</link>
            <description>延續著上一篇直接使用SQL SERVER 2005 開啟XML檔案並讀取內容(一)-應用xp_cmdshell文章，我在提供另一個方法來處理XML檔，當然還有許多種方法可以做處理，等有閒時在多加補充幾個方法。&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/07/23/4707.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4707.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/07/23/4707.aspx</guid>
            <pubDate>Wed, 23 Jul 2008 15:41:09 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4707.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/07/23/4707.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4707.aspx</wfw:commentRss>
        </item>
        <item>
            <title>直接使用SQL SERVER 2005 開啟XML檔案並讀取內容(一)-應用xp_cmdshell</title>
            <category>SQL資料庫技術</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/07/22/4701.aspx</link>
            <description>實務上有時候需要直接在SQL SERVER上讀取XML檔案內容後，與現有的資料庫資料表內容做合併，當然首先要想辦法將XML檔案讀出來，然後將原本的XML內容轉換成資料表的欄位格式後，再將原本要整合的資料表資料合併。&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/07/22/4701.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4701.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/07/22/4701.aspx</guid>
            <pubDate>Tue, 22 Jul 2008 15:50:33 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4701.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/07/22/4701.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4701.aspx</wfw:commentRss>
        </item>
        <item>
            <title>使用DropDownlist及GridView來查詢All Items選項</title>
            <category>ASP.NET 2.0</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/07/19/4593.aspx</link>
            <description>使用DropDownList及DridView控制項，並應用SQL的 ISNULL() 函式來處理，並搭配 X = X 的等式來處理選項 ALL ITEM 的問題。&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/07/19/4593.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4593.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/07/19/4593.aspx</guid>
            <pubDate>Sat, 19 Jul 2008 05:14:40 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4593.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/07/19/4593.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4593.aspx</wfw:commentRss>
        </item>
        <item>
            <title>.Net Go2 OO 物件導向設計學習路徑</title>
            <category>公告</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4391.aspx</link>
            <description>.Net Go2 OO 物件導向設計學習路徑&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4391.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4391.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4391.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 13:16:01 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4391.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4391.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4391.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Design Patterns 第五炮 :偷天換日，轉接器樣式(Adapter Pattern)。</title>
            <category>理論基礎</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4390.aspx</link>
            <description>Design Patterns 第五炮 :偷天換日，轉接器樣式(Adapter Pattern)。&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4390.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4390.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4390.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 13:13:56 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4390.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4390.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4390.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Design Patterns 第四炮 : 由機車組裝生產線案例實作Factory Method Pattern (工廠方法樣式)！</title>
            <category>實務應用</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4389.aspx</link>
            <description>Design Patterns 第四炮 : 由機車組裝生產線案例實作Factory Method Pattern (工廠方法樣式)！&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4389.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4389.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4389.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 13:13:03 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4389.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4389.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4389.aspx</wfw:commentRss>
        </item>
        <item>
            <title>系統設計的起點：如何將需求轉為物件導向的設計</title>
            <category>經驗分享</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4388.aspx</link>
            <description>系統設計的起點：如何將需求轉為物件導向的設計&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4388.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4388.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4388.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 13:09:56 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4388.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4388.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4388.aspx</wfw:commentRss>
        </item>
        <item>
            <title>搞懂耦合力與內聚力，紮穩物件導向設計的馬步。</title>
            <category>理論基礎</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4387.aspx</link>
            <description>搞懂耦合力與內聚力，紮穩物件導向設計的馬步。&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4387.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4387.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4387.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 13:07:54 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4387.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4387.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4387.aspx</wfw:commentRss>
        </item>
        <item>
            <title>話說從頭 - 為什麼要使用物件導向設計 (OOD)</title>
            <category>經驗分享</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4386.aspx</link>
            <description>話說從頭 - 為什麼要使用物件導向設計 (OOD)&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4386.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4386.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4386.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 13:05:01 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4386.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4386.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4386.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Design Patterns 第三炮 : 實作Strategy Pattern，讓元件像USB一般隨插即用！</title>
            <category>實務應用</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4385.aspx</link>
            <description>Design Patterns 第三炮 : 實作Strategy Pattern，讓元件像USB一般隨插即用！&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4385.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4385.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4385.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 13:04:11 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4385.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4385.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4385.aspx</wfw:commentRss>
        </item>
        <item>
            <title>為什麼要針對介面寫程式？</title>
            <category>經驗分享</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4384.aspx</link>
            <description>為什麼要針對介面寫程式？&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4384.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4384.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4384.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 13:03:04 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4384.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4384.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4384.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Design Patterns 第二炮 : Factory Pattern , Strategy Pattern</title>
            <category>理論基礎</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4383.aspx</link>
            <description>Design Patterns 第二炮 : Factory Pattern , Strategy Pattern&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4383.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4383.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4383.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 13:01:39 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4383.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4383.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4383.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Design Patterns 第一炮 : Facade</title>
            <category>理論基礎</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4382.aspx</link>
            <description>Design Patterns 第一炮 : Facade&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4382.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4382.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4382.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 13:00:25 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4382.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4382.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4382.aspx</wfw:commentRss>
        </item>
        <item>
            <title>你搞懂抽象類別別與介面了嗎？（二）</title>
            <category>理論基礎</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4381.aspx</link>
            <description>你搞懂抽象類別別與介面了嗎？（二）&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4381.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4381.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4381.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 12:59:14 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4381.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4381.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4381.aspx</wfw:commentRss>
        </item>
        <item>
            <title>你搞懂抽象類別別與介面了嗎？（一）</title>
            <category>理論基礎</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4380.aspx</link>
            <description>你搞懂抽象類別別與介面了嗎？（一）&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4380.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4380.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4380.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 12:58:23 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4380.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4380.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4380.aspx</wfw:commentRss>
        </item>
        <item>
            <title>志在推廣物件導向在MicroSoft.Net的應用！！！</title>
            <category>網站日誌</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4379.aspx</link>
            <description>志在推廣物件導向在MicroSoft.Net的應用！！！&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4379.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/4379.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>James Wu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4379.aspx</guid>
            <pubDate>Thu, 26 Jun 2008 12:56:40 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/4379.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/06/26/4379.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/4379.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 何謂 MSF Agile？</title>
            <category>軟體工程</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3124.aspx</link>
            <description>摘要: 何謂 MSF Agile？&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3124.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3124.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3124.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 17:03:16 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3124.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3124.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3124.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 十二種實踐方法與我的XP心得</title>
            <category>軟體工程</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3123.aspx</link>
            <description>摘要: 十二種實踐方法與我的XP心得&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3123.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3123.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3123.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 17:02:48 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3123.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3123.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3123.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 介紹一個.NET物件導向的Blog</title>
            <category>Design &amp; Pattern</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3122.aspx</link>
            <description>摘要: 介紹一個.NET物件導向的Blog&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3122.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3122.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3122.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 17:01:07 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3122.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3122.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3122.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 微軟對 Modeling 的觀點</title>
            <category>Design &amp; Pattern</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3121.aspx</link>
            <description>摘要: 微軟對 Modeling 的觀點&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3121.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3121.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3121.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 17:00:40 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3121.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3121.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3121.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 什麼是模式 ( Pattern ) ？</title>
            <category>Design &amp; Pattern</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3120.aspx</link>
            <description>摘要: 什麼是模式 ( Pattern ) ？&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3120.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3120.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3120.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 17:00:15 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3120.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3120.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3120.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 有效封鎖 MSN 功能</title>
            <category>資訊安全</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3119.aspx</link>
            <description>摘要: 有效封鎖 MSN 功能&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3119.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3119.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3119.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:59:28 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3119.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3119.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3119.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 什麼是 Rootkit ?</title>
            <category>資訊安全</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3117.aspx</link>
            <description>摘要: 什麼是 Rootkit ?&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3117.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3117.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3117.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:59:05 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3117.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3117.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3117.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 程式設計高手的八大奧秘</title>
            <category>程式人生</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3116.aspx</link>
            <description>摘要: 程式設計高手的八大奧秘&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3116.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3116.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3116.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:57:52 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3116.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3116.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3116.aspx</wfw:commentRss>
        </item>
        <item>
            <title> Web網頁程式設計RoadMap</title>
            <category>程式人生</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3115.aspx</link>
            <description>摘要: Web網頁程式設計RoadMap&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3115.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3115.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3115.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:57:30 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3115.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3115.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3115.aspx</wfw:commentRss>
        </item>
        <item>
            <title> C++ 寫的 Ping 的程式</title>
            <category>程式人生</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3114.aspx</link>
            <description>摘要: C++ 寫的 Ping 的程式&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3114.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3114.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3114.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:56:35 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3114.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3114.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3114.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 發送 WEB Mail 常發生的問題</title>
            <category>程式人生</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3113.aspx</link>
            <description>摘要: 發送 WEB Mail 常發生的問題&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3113.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3113.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3113.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:56:01 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3113.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3113.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3113.aspx</wfw:commentRss>
        </item>
        <item>
            <title> Windows Services 的詳細資料</title>
            <category>讀書筆記</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3112.aspx</link>
            <description>摘要: Windows Services 的詳細資料&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3112.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3112.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3112.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:53:05 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3112.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3112.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3112.aspx</wfw:commentRss>
        </item>
        <item>
            <title> Internet Explorer 7 正式版出爐了</title>
            <category>作業系統</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3111.aspx</link>
            <description>摘要: Internet Explorer 7 正式版出爐了&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3111.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3111.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3111.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:52:00 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3111.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3111.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3111.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 微軟作業系統通過資訊安全最高等級評鑑</title>
            <category>作業系統</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3110.aspx</link>
            <description>摘要: 微軟作業系統通過資訊安全最高等級評鑑&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3110.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3110.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3110.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:49:18 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3110.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3110.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3110.aspx</wfw:commentRss>
        </item>
        <item>
            <title> SID 的列表</title>
            <category>作業系統</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3109.aspx</link>
            <description>摘要: SID 的列表&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3109.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3109.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3109.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:48:50 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3109.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3109.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3109.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 生命是怎麼一回事！</title>
            <category>生活感悟</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3108.aspx</link>
            <description>摘要: 生命是怎麼一回事！&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3108.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3108.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3108.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:44:03 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3108.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3108.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3108.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 真正成熟的愛</title>
            <category>生活感悟</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3107.aspx</link>
            <description>摘要: 真正成熟的愛&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3107.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3107.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3107.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:43:38 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3107.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3107.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3107.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 自我的價值</title>
            <category>生活感悟</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3106.aspx</link>
            <description>摘要: 自我的價值&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3106.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3106.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3106.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:43:19 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3106.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3106.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3106.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 控制情緒才是人生所追求的修養</title>
            <category>生活感悟</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3105.aspx</link>
            <description>摘要: 控制情緒才是人生所追求的修養&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3105.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3105.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3105.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:42:39 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3105.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3105.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3105.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 無慾則剛</title>
            <category>生活感悟</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3104.aspx</link>
            <description>摘要: 無慾則剛&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3104.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3104.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3104.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:42:19 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3104.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3104.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3104.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 追求</title>
            <category>生活感悟</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3103.aspx</link>
            <description>摘要: 追求&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3103.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3103.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3103.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:41:56 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3103.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3103.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3103.aspx</wfw:commentRss>
        </item>
        <item>
            <title> Blog 之後的省思 ～</title>
            <category>生活感悟</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3102.aspx</link>
            <description>摘要: Blog 之後的省思 ～&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3102.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3102.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3102.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:41:39 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3102.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3102.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3102.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 態度</title>
            <category>生活感悟</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3101.aspx</link>
            <description>摘要: 態度&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3101.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3101.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3101.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:41:07 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3101.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3101.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3101.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 人生的目標</title>
            <category>生活感悟</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3100.aspx</link>
            <description>摘要: 人生的目標&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3100.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3100.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3100.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:40:46 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3100.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3100.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3100.aspx</wfw:commentRss>
        </item>
        <item>
            <title> Internet Explorer 7 繁體中文化正式版</title>
            <category>科技生活</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3099.aspx</link>
            <description>摘要: Internet Explorer 7 繁體中文化正式版&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3099.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3099.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3099.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:38:07 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3099.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3099.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3099.aspx</wfw:commentRss>
        </item>
        <item>
            <title> Vista &amp;amp; Office 2007 包裝現身了</title>
            <category>科技生活</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3098.aspx</link>
            <description>摘要: Vista &amp; Office 2007 包裝現身了&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3098.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3098.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3098.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:37:47 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3098.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3098.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3098.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 「.mobi」網域名稱今天公開發售～來當個網路蟑螂吧！</title>
            <category>科技生活</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3097.aspx</link>
            <description>摘要: 「.mobi」網域名稱今天公開發售～來當個網路蟑螂吧！&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3097.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3097.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3097.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:37:19 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3097.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3097.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3097.aspx</wfw:commentRss>
        </item>
        <item>
            <title> RSS 閱讀的深度思考</title>
            <category>科技生活</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3096.aspx</link>
            <description>摘要: RSS 閱讀的深度思考&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3096.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3096.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3096.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:37:01 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3096.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3096.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3096.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 2005 年Google 網路熱門搜尋關鍵字</title>
            <category>科技生活</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3095.aspx</link>
            <description>摘要: 2005 年Google 網路熱門搜尋關鍵字&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3095.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3095.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3095.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:36:14 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3095.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3095.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3095.aspx</wfw:commentRss>
        </item>
        <item>
            <title> 2005年全球 IT 十大新聞</title>
            <category>科技生活</category>
            <link>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3094.aspx</link>
            <description>摘要: 2005年全球 IT 十大新聞&lt;a href='http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3094.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/jameswu/aggbug/3094.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>jameswu</dc:creator>
            <guid>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3094.aspx</guid>
            <pubDate>Tue, 22 Apr 2008 16:35:49 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/jameswu/comments/3094.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/jameswu/archive/2008/04/23/3094.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/jameswu/comments/commentRss/3094.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>