<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>Luyan</title>
        <link>http://blog.joycode.com/5drush/Default.aspx</link>
        <description>追求,探索,研究,创新...</description>
        <language>af</language>
        <copyright>5drush</copyright>
        <managingEditor>nluyan@163.net</managingEditor>
        <generator>Joycode Version 1.0.0.0</generator>
        <image>
            <title>Luyan</title>
            <url>http://www.joycode.com/images/5drush/gravatar.aspx</url>
            <link>http://blog.joycode.com/5drush/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Agile Framework视频演示发布</title>
            <link>http://blog.joycode.com/5drush/archive/2006/04/12/74356.aspx</link>
            <description>一共四段&amp;nbsp;：

远程服务调用
离线处理 
事件
缓存 
建议按顺序下载观看（需要音箱） 想要了解Agile Framework的更多信息请点击这里&lt;img src="http://blog.joycode.com/5drush/aggbug/74356.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2006/04/12/74356.aspx</guid>
            <pubDate>Tue, 11 Apr 2006 21:49:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/74356.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2006/04/12/74356.aspx#feedback</comments>
            <slash:comments>12</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/74356.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/74356.aspx</trackback:ping>
        </item>
        <item>
            <title>Agile Framework的专区上线</title>
            <link>http://blog.joycode.com/5drush/archive/2006/03/31/73842.aspx</link>
            <description>专区地址是：http://www.agilelabs.cn/agileframework/
增加了Agile Framework的详细介绍，源码也即将发布。&lt;img src="http://blog.joycode.com/5drush/aggbug/73842.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2006/03/31/73842.aspx</guid>
            <pubDate>Thu, 30 Mar 2006 21:59:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/73842.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2006/03/31/73842.aspx#feedback</comments>
            <slash:comments>7</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/73842.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/73842.aspx</trackback:ping>
        </item>
        <item>
            <title>Agile Framework事件分发机制的改良</title>
            <link>http://blog.joycode.com/5drush/archive/2006/01/27/70911.aspx</link>
            <description>摘要：在上次关于AF框架的事件模型的随笔中介绍了AF的事件分发机制，这个事件分发机制比较好的解决了如果通过Web Services来让客户端得到服务器端事件的问题，让Web Service和Remoting的事件处理模型看上去完全一致，为在AF上开发事件驱动的应用程序带来极大的便捷。
但是由于这个模型在Web Service模式下是采用的轮询机制，这种机制会产生这样的问题：

性能问题。每个客户端都频繁的轮询服务器，在工作站比较多的情况下会给服务器的负载带来巨大的压力。 
响应延迟。在这种事件分发机制下...[&lt;a href=/5drush/archive/2006/01/27/70911.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/70911.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2006/01/27/70911.aspx</guid>
            <pubDate>Fri, 27 Jan 2006 11:21:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/70911.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2006/01/27/70911.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/70911.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/70911.aspx</trackback:ping>
        </item>
        <item>
            <title>Agile Framework功能介绍（３）：Overview</title>
            <link>http://blog.joycode.com/5drush/archive/2006/01/23/70757.aspx</link>
            <description>摘要：在以前的随笔中，介绍了一些关于Agile Framework的功能部分的特点，不过都还是一些“点”的介绍，这次介绍一下Agile Framework的整体模块组成结构，让大家对Agile Framework有一个从点到面的了解。
Agile Framework目前主要包含两个部分：客户端部分和服务器部分。在服务器端，AF的采用了Castle作为核心的的IoC容器，由于采用了这种轻量级容器技术，使得AF可以很容易的支持“POJO”业务对象（这是Java里面的说法，不知道在.Net里面同样的意思应该怎么叫）...[&lt;a href=/5drush/archive/2006/01/23/70757.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/70757.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2006/01/23/70757.aspx</guid>
            <pubDate>Sun, 22 Jan 2006 19:19:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/70757.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2006/01/23/70757.aspx#feedback</comments>
            <slash:comments>7</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/70757.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/70757.aspx</trackback:ping>
        </item>
        <item>
            <title>Agile Framework功能介绍（2）：框架事件模型</title>
            <link>http://blog.joycode.com/5drush/archive/2006/01/17/70524.aspx</link>
            <description>摘要：上一回简单介绍了一下Agile Framework的事件自动连接功能，这次来详细介绍一下事件功能的实现原理。 
在Agile Framework中，只要为组件分别标记上EventPublisher和EventSubscriber就可以自动实现互相之间的连接，实现了事件的完全解耦。这个功能和Castle容器的EventWiringFacility的功能很像（在Composite UI Application Block中也有同样的事件机制）。但是和它们不同的是，Castle和CAB都只支持同一个容器内的事...[&lt;a href=/5drush/archive/2006/01/17/70524.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/70524.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2006/01/17/70524.aspx</guid>
            <pubDate>Mon, 16 Jan 2006 21:46:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/70524.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2006/01/17/70524.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/70524.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/70524.aspx</trackback:ping>
        </item>
        <item>
            <title>Agile Framework功能介绍（1）：自动事件连接 </title>
            <link>http://blog.joycode.com/5drush/archive/2006/01/12/70290.aspx</link>
            <description>摘要：采用Agile Framework框架开发企业应用程序会编写大量的业务组件，这些组件都是被作为插件插入到框架中，结构上是完全解耦的。虽然按照SOA的设计理念在每个子系统之间不应该存在直接通信，但是有时候也可能需要在组件之间通信，比如和基础子系统或工作流组件通信。
因为，为了能保持最大程度的保持组件之间解耦状态，Agile Framework提供了组件之间的事件自动连接机制（Castle也提供了一个EventWiringFacility，提供了同样的功能，但是有一个比较严重的Bug：假如在系统中存在相互之...[&lt;a href=/5drush/archive/2006/01/12/70290.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/70290.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2006/01/12/70290.aspx</guid>
            <pubDate>Wed, 11 Jan 2006 19:18:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/70290.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2006/01/12/70290.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/70290.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/70290.aspx</trackback:ping>
        </item>
        <item>
            <title>介绍Agile Framework</title>
            <link>http://blog.joycode.com/5drush/archive/2005/12/26/69532.aspx</link>
            <description>摘要：.Net开发一直缺少一个强大的先进的开发框架。微软在.Net方面的宣传和文档总是让人感觉在不断的纠缠一些技术细节，一直没有像J2EE那样从整体为采用.Net技术开发中小型企业应用软件的开发人员指出一个清晰的开发框架。Petshop和Duwamish这样的范例太小了，并且很落后于当前的开发水平，无法体现一些类似IoC容器，AOP，OR Mapping等流行的开发理念。而类似MBF这样的由微软官方推荐的企业架构又太过于庞大，并且特定于一些类似Biztalk，Sharepoint这样的商业产品，给一些中小型企业...[&lt;a href=/5drush/archive/2005/12/26/69532.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/69532.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2005/12/26/69532.aspx</guid>
            <pubDate>Mon, 26 Dec 2005 15:13:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/69532.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2005/12/26/69532.aspx#feedback</comments>
            <slash:comments>12</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/69532.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/69532.aspx</trackback:ping>
        </item>
        <item>
            <title>Mono 1.1.5发布</title>
            <link>http://blog.joycode.com/5drush/archive/2005/03/25/46393.aspx</link>
            <description>摘要：对.Net 2.0特性的全部支持只差三个了，
namespace alias qualifier, external assembly alias and friend assemblies
MONO编译器对.Net 2.0的新特性已经实现的有：
范型（Generics）、匿名方法（anonymouse methods）、迭代器（iterators）、静态类（static classes）、局部类（partial classes）、内联警告（inline warning）nullable types...[&lt;a href=/5drush/archive/2005/03/25/46393.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/46393.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2005/03/25/46393.aspx</guid>
            <pubDate>Fri, 25 Mar 2005 03:40:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/46393.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2005/03/25/46393.aspx#feedback</comments>
            <slash:comments>30</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/46393.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/46393.aspx</trackback:ping>
        </item>
        <item>
            <title>.Net其实就是包装COM、API一些想法</title>
            <link>http://blog.joycode.com/5drush/archive/2005/03/20/46109.aspx</link>
            <description>摘要：这几天又吵得好热闹，以前我是比较热衷于这类活动的，但是现在已经失去了兴趣。无论.Net还是JAVA都是工具而已，只要你能做出客户想要的东西就可以了，就算.Net比JAVA更让人失望吧，如果我用烂工具做出的东西比你用好工具还强，那不是显得我比你牛X许多？不过这几天看帖子，还是有一些感想想记录一下，其中针对.Net大量对COM、API包装，以及不能跨平台的一些个人看法（纯技术上的）：
.NET是一个抽象层，这个抽象层正是类似三层结构中的中间层，他的好处是简化了直接对底层的开发（这个是微软一直所大力宣传的），...[&lt;a href=/5drush/archive/2005/03/20/46109.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/46109.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2005/03/20/46109.aspx</guid>
            <pubDate>Sat, 19 Mar 2005 17:39:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/46109.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2005/03/20/46109.aspx#feedback</comments>
            <slash:comments>21</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/46109.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/46109.aspx</trackback:ping>
        </item>
        <item>
            <title>MONO的成功案例 </title>
            <link>http://blog.joycode.com/5drush/archive/2004/12/14/41116.aspx</link>
            <description>摘要：V&amp;#246;lcker Informatik AG，一家柏林的IT服务公司在MONO平台上成功的应用了一套基于.Net技术的解决方案。在柏林市的教育网络使用超过350台的SUSE LINUX服务器和40000台PC为150000学生提供了学籍管理服务。
使用MONO作为开发平台代替JAVA，V&amp;#246;lcker打开了一个新的市场，并且减少了公司60%的测试时间，而不需要再雇佣5-10个新程序员。
By using Mono to port its software to Linux, V&amp;#24...[&lt;a href=/5drush/archive/2004/12/14/41116.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/41116.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2004/12/14/41116.aspx</guid>
            <pubDate>Tue, 14 Dec 2004 10:39:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/41116.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2004/12/14/41116.aspx#feedback</comments>
            <slash:comments>28</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/41116.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/41116.aspx</trackback:ping>
        </item>
        <item>
            <title>MONO最近的情况</title>
            <link>http://blog.joycode.com/5drush/archive/2004/11/16/38987.aspx</link>
            <description>摘要：主要是增加了对.Net 2.0新特性的支持，MONO C#编译器已经实现的有：
范型（Generics）、匿名方法（anonymouse methods）、迭代器（iterators）、静态类（static classes）、局部类（partial classes）、内联警告?（inline warning）
暂时还没有被实现的有：
nullable types, namespace alias qualifier, external assembly alias, property accesso...[&lt;a href=/5drush/archive/2004/11/16/38987.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/38987.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2004/11/16/38987.aspx</guid>
            <pubDate>Tue, 16 Nov 2004 02:27:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/38987.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2004/11/16/38987.aspx#feedback</comments>
            <slash:comments>11</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/38987.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/38987.aspx</trackback:ping>
        </item>
        <item>
            <title>关于星际与XP的结对编程</title>
            <link>http://blog.joycode.com/5drush/archive/2004/10/28/36835.aspx</link>
            <description>摘要：在XP中，最让人困惑，也是在实际XP实践中实施得最少的就是结对编程，很多人不理解：XP其它的我都赞同，但是为什么要让两个人在同一台机器上编码？一个键盘两个人抢着打？空着别的机器干吗？
如果是跟我差不多时期读大学的朋友，一定有在宿舍中与别人酣战星际的经历，星际这个游戏不仅需要大量的微操和还要有全局战略意识，特别是在战争中期，不但要微操前线数量庞大的部队，还要注意整体的战略布局，如果跟高手之间的战争还要派运输机到敌人后方进行骚扰，这个时候自己往往已经是头昏脑涨不是忘造兵就是忘记抢矿（这个和程序员的工作真还有...[&lt;a href=/5drush/archive/2004/10/28/36835.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/36835.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2004/10/28/36835.aspx</guid>
            <pubDate>Thu, 28 Oct 2004 10:00:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/36835.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2004/10/28/36835.aspx#feedback</comments>
            <slash:comments>22</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/36835.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/36835.aspx</trackback:ping>
        </item>
        <item>
            <title>精确的判断网络是否可用</title>
            <link>http://blog.joycode.com/5drush/archive/2004/10/04/34843.aspx</link>
            <description>摘要：Socket类的Connected属性往往不能精确的判断出网络是否连接，下面这段代码可以解决这个问题
/// &amp;lt;summary&amp;gt;/// 是否已经连接/// &amp;lt;/summary&amp;gt;public virtual bool Connected{&amp;nbsp;get&amp;nbsp;{&amp;nbsp;&amp;nbsp;try&amp;nbsp;&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;//检查socket的状态是否可读&amp;nbsp;&amp;nbsp;&amp;nbsp;if(m_socket.Connected &amp;amp;...[&lt;a href=/5drush/archive/2004/10/04/34843.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/34843.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2004/10/04/34843.aspx</guid>
            <pubDate>Sun, 03 Oct 2004 16:50:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/34843.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2004/10/04/34843.aspx#feedback</comments>
            <slash:comments>22</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/34843.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/34843.aspx</trackback:ping>
        </item>
        <item>
            <title>关于访问SharePoint站点用Office打开文档提示输入用户名和密码的解决方法</title>
            <link>http://blog.joycode.com/5drush/archive/2004/09/25/34492.aspx</link>
            <description>摘要：访问SharePoint站点用Office打开文档提示输入用户名和密码的问题确实很烦人，做企业开发往往是这样，有时候可能会因为一个无法解决的小问题造成用户对产品产生负面的印象而导致整个项目被否决掉，Kaneboy在一篇BLOG中谈到了这个问题的解决方法，这个解决办法是微软发布的，但是很多朋友提到不管用，我也试了一下，确实不起作用，后来经过一些探索，终于找到一个办法可以解决这个问题，就是将SPS站点添加到IE的本地Intranet或者信任站点中。
在MSN中跟Kaneboy交流了一下，他说估计是IE因为安...[&lt;a href=/5drush/archive/2004/09/25/34492.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/34492.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2004/09/25/34492.aspx</guid>
            <pubDate>Sat, 25 Sep 2004 14:44:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/34492.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2004/09/25/34492.aspx#feedback</comments>
            <slash:comments>11</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/34492.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/34492.aspx</trackback:ping>
        </item>
        <item>
            <title>FreeDotNet邀请.Net技术爱好者共同建设网站</title>
            <link>http://blog.joycode.com/5drush/archive/2004/07/23/28278.aspx</link>
            <description>摘要：FreeDotNet有计划重新构建本网站，希望能在设计中尽量的使用到各种开源世界中的架构和工具，比如NHibernate，Log4Net，NUnit，AOP.Net, Spring.Net等等，同时综合.Net世界中的Duwamish，Petshop，DotText，Asp.net Forum，IBuySpy Portal等软件结构的设计，设计出一个门户型网站的框架。该框架将使用纯.Net语言（主要是C#）编写，能跨平台的运行在Windows，Linux，Unix之上，同时该项目本身也是开源的，便于大家的...[&lt;a href=/5drush/archive/2004/07/23/28278.aspx&gt;阅读全文&lt;/a&gt;]&lt;img src="http://blog.joycode.com/5drush/aggbug/28278.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>5drush</dc:creator>
            <guid>http://blog.joycode.com/5drush/archive/2004/07/23/28278.aspx</guid>
            <pubDate>Fri, 23 Jul 2004 06:19:00 GMT</pubDate>
            <wfw:comment>http://blog.joycode.com/5drush/comments/28278.aspx</wfw:comment>
            <comments>http://blog.joycode.com/5drush/archive/2004/07/23/28278.aspx#feedback</comments>
            <slash:comments>28</slash:comments>
            <wfw:commentRss>http://blog.joycode.com/5drush/comments/commentRss/28278.aspx</wfw:commentRss>
            <trackback:ping>http://blog.joycode.com/5drush/services/trackbacks/28278.aspx</trackback:ping>
        </item>
    </channel>
</rss>