﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Juice</title>
    <link>http://www.kbcafe.com/juice/</link>
    <description>The Better Browser</description>
    <managingEditor>randy@kbcafe.com</managingEditor>
    <webMaster>randy@kbcafe.com</webMaster>
    <pubDate>Sun, 27 Feb 2005 19:20:50 GMT</pubDate>
    <lastBuildDate>Sun, 27 Feb 2005 19:20:50 GMT</lastBuildDate>
    <copyright>Copyright 2003-4 Randy Charles Morin</copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <url>http://www.kbcafe.com/juice/logo.jpg</url>
      <title>Juice</title>
      <link>http://www.kbcafe.com/juice/</link>
    </image>
    <rar:archive xmlns:rar="http://tempuri.org">http://www.kbcafe.com/juice/archive.xml</rar:archive>
    <item>
      <title>Download Juice 1.0</title>
      <description>&lt;P&gt;Last week, I compiled a version of Juice and made it publicly available for &lt;A href="http://www.kbcafe.com/juice/download.html"&gt;download&lt;/A&gt;. It's still Beta. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.kbcafe.com/juice/download.html"&gt;http://www.kbcafe.com/juice/download.html&lt;/A&gt;&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050227112050</link>
      <pubDate>Sun, 27 Feb 2005 19:20:50 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050227112050</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050227112050</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050227112050</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050227112050</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050227112050.xml</wfw:commentRSS>
    </item>
    <item>
      <title>I need .NET Framework 2003 Applications! </title>
      <description>&lt;P&gt;&lt;A href="http://blogs.msdn.com/jroxe/archive/2005/02/17/375715.aspx"&gt;Jay Roxe&lt;/A&gt;: &lt;FONT face=Arial size=2&gt;I'm working to create a library of applications that we can use for testing compatibility between .NET Framework 2003 applications and Whidbey applications.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/jroxe/archive/2005/02/17/375715.aspx"&gt;http://blogs.msdn.com/jroxe/archive/2005/02/17/375715.aspx&lt;/A&gt;&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050226095338</link>
      <pubDate>Sat, 26 Feb 2005 17:53:38 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050226095338</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050226095338</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050226095338</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050226095338</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050226095338.xml</wfw:commentRSS>
      <source url="http://radio.weblogs.com/0001011/2005/02/26.html#a9477">Scobleizer</source>
    </item>
    <item>
      <title>C# gzip</title>
      <description>If you didn't figure it out, I've been trying to figure out how to gzip w/ C#. &lt;A href="http://www.google.ca/search?hl=en&amp;amp;q=c%23+gzip&amp;amp;meta="&gt;Google-it&lt;/A&gt; and you get &lt;A href="http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx"&gt;SharpZipLib&lt;/A&gt;. If you read the license terms, then you'll find you cannot link SharpZipLib with a class library and distribute that class library, except if the class library is also GPL. Wow, that's ridiculous. That's like super-GPL, super stupid. I couldn't find anything else, so I considered writing my own wrapper over &lt;A href="http://www.gzip.org/zlib/"&gt;ZLib1&lt;/A&gt;, but after a bit of testing and a little frustration with HttpWebRequest, I've given up, for now. I also considered writing my own gzip routines, but a glance into requirements made me realized this is no one-hour undertaking. Congrats to anybody whose undertaken that challenge with success.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050225161025</link>
      <pubDate>Sat, 26 Feb 2005 00:10:25 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050225161025</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050225161025</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050225161025</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050225161025</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050225161025.xml</wfw:commentRSS>
    </item>
    <item>
      <title>C# gzip</title>
      <description>If you didn't figure it out, I've been trying to figure out how to gzip w/ C#. &lt;A href="http://www.google.ca/search?hl=en&amp;amp;q=c%23+gzip&amp;amp;meta="&gt;Google-it&lt;/A&gt; and you get &lt;A href="http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx"&gt;SharpZipLib&lt;/A&gt;.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050225160906</link>
      <pubDate>Sat, 26 Feb 2005 00:09:06 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050225160906</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050225160906</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050225160906</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050225160906</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050225160906.xml</wfw:commentRSS>
    </item>
    <item>
      <title>gzip Tester</title>
      <description>Quick test a site for &lt;A href="http://leknor.com/code/gziped.php?url=http%3A%2F%2Fwww.kbcafe.com%2Frss%2Frss.xml"&gt;&lt;FONT color=#cc2828&gt;gzip encoded&lt;/FONT&gt;&lt;/A&gt; content.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050225152506</link>
      <pubDate>Fri, 25 Feb 2005 23:25:06 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050225152506</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050225152506</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050225152506</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050225152506</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050225152506.xml</wfw:commentRSS>
    </item>
    <item>
      <title>Web Sniffer</title>
      <description>Very cool and easy to use &lt;A href="http://web-sniffer.net/"&gt;Web sniffer&lt;/A&gt;.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050225083859</link>
      <pubDate>Fri, 25 Feb 2005 16:38:59 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050225083859</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050225083859</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050225083859</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050225083859</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050225083859.xml</wfw:commentRSS>
    </item>
    <item>
      <title>Tim Bray on XP</title>
      <description>&lt;P&gt;Tim wrote a great summary of an XP workshop at Sun. Here's some great excerpts.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.tbray.org/ongoing/When/200x/2005/02/23/CEC"&gt;Tim Bray&lt;/A&gt;: Writing tests after you’ve written the code is boring and painful: writing them &lt;EM&gt;first&lt;/EM&gt; (a key premise of XP) makes it more interesting, and thus less likely that you’ll skip them.&lt;/P&gt;
&lt;P&gt;Randy: I've never quite gotten into writing the test case first.&lt;/P&gt;
&lt;P&gt;Tim Bray: Feature-at-a-time development makes development project schedules immensely more predictable. [cut] Detailed specification, in advance, of the functions of a large software system is essentially impossible. [cut] You don’t try to pretend that you’re so smart that you can design everything so you won’t have to refactor as you go along.&lt;/P&gt;
&lt;P&gt;Tim Bray: XP tends to squash out the difference between development and maintenance modes: once you’ve built the first feature, you’re in maintenance mode forever.&lt;/P&gt;
&lt;P&gt;Randy: Thanks Tim! This gives me a lot issues that I can work on (self improvement).&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050223151416</link>
      <pubDate>Wed, 23 Feb 2005 23:14:16 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050223151416</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050223151416</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050223151416</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050223151416</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050223151416.xml</wfw:commentRSS>
      <category>xp</category>
      <category>timbray</category>
      <source url="http://www.tbray.org/ongoing/When/200x/2005/02/23/CEC">Sun EC: On XP and Agile</source>
    </item>
    <item>
      <title>PHP Suicide</title>
      <description>&lt;P&gt;&lt;A href="http://rc3.org/cgi-bin/less.pl?arg=6795"&gt;Rafe Colburn&lt;/A&gt;: PHP makes me want to kill myself. Not as much as it did 6 months ago, but still.&lt;/P&gt;
&lt;P&gt;Randy: I'm there.&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050222221746</link>
      <pubDate>Wed, 23 Feb 2005 06:17:46 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050222221746</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050222221746</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050222221746</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050222221746</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050222221746.xml</wfw:commentRSS>
      <source url="http://dev.upian.com/hotlinks/">HotLinks</source>
    </item>
    <item>
      <title>.NET 2.0</title>
      <description>Well, in my adventures to find an HTML editor, I decided to download &lt;A href="http://lab.msdn.microsoft.com/express/vwd/default.aspx"&gt;Visual Web Developer 2005 Express Edition Beta&lt;/A&gt;. This'll also be my first install of the .NET 2.0 Beta framework.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050220182741</link>
      <pubDate>Mon, 21 Feb 2005 02:27:41 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050220182741</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050220182741</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050220182741</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050220182741</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050220182741.xml</wfw:commentRSS>
    </item>
    <item>
      <title>VS.Net HTML Editor</title>
      <description>&lt;P&gt;I'm experiencing life without VS.Net. On purpose. I've been able to replace most of the functionality of &lt;A href="http://msdn.microsoft.com/vstudio/"&gt;VS.Net&lt;/A&gt; with other free products, like &lt;A href="http://www.icsharpcode.net/OpenSource/SD/"&gt;#develop&lt;/A&gt;. The one thing I can't seem to replace is the HTML editor in VS.Net. Amazingly simple, or so you'd think, but I've been unable to find an adequate replacement HTML editor. Is VS.Net the best HTML editor? I tried and hated &lt;A href="http://www.chami.com/html-kit/"&gt;html-kit&lt;/A&gt; and &lt;A href="http://www.virtualmechanics.com/products/dwarf/"&gt;Web Dwarf&lt;/A&gt;. Suggestions welcomed.&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050220180848</link>
      <pubDate>Mon, 21 Feb 2005 02:08:48 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050220180848</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050220180848</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050220180848</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050220180848</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050220180848.xml</wfw:commentRSS>
      <category>html</category>
    </item>
    <item>
      <title>Great Software License List</title>
      <description>&lt;P&gt;&lt;A href="http://www.opensource.org/licenses/"&gt;OpenSource.org&lt;/A&gt;: For your convenience, we have collected here copies of the licenses approved by OSI. If you distribute your software under one of these licenses, you are permitted to say that your software is "OSI Certified Open Source Software."&lt;/P&gt;
&lt;P&gt;Randy: A very cool list of open source licenses. I'm planning to re-release the Juice RSS reader as commerical open source software. An experiment in where I think software should exist. Open source, so the developers can help each other, commercial, so we keep the wage level up.&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050219070534</link>
      <pubDate>Sat, 19 Feb 2005 15:05:34 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050219070534</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050219070534</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050219070534</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050219070534</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050219070534.xml</wfw:commentRSS>
    </item>
    <item>
      <title>AxWebBrowser in #develop</title>
      <description>&lt;P&gt;My favorite .NET control is of course the AxWebBrowser interop to the COM ActiveX WebBrowser control. Of course, you add the control in VS.NET to the custom component palette and then use it as any normal .NET control. In #develop, this is not possible. You can't add ActiveX controls to the component palette. A little&amp;nbsp;&lt;A href="http://www.answers.com/searching&amp;amp;r=67"&gt;googling&lt;/A&gt; and I think I'm onto the &lt;A href="http://www.sharpdevelop.com/OpenSource/SD/Forum/topic.asp?TOPIC_ID=4500"&gt;HowTo&lt;/A&gt; of AxWebBrowser with #develop.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Run AxImp.exe on SHDocVw.dll. This will produce two DLLs; AxSHDocVw.dll and SHDocVw.dll.&lt;/LI&gt;
&lt;LI&gt;Import the AxDocVw as a reference to your project.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;That's it. You can now double click on the reference and view the classes and interface in the Assembly Scout. You can also add the AxWebBrowser to a form. Unfortunately, it doesn't work with the WinForms designer. Sorry!&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050215172203</link>
      <pubDate>Wed, 16 Feb 2005 01:22:03 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050215172203</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050215172203</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050215172203</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050215172203</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050215172203.xml</wfw:commentRSS>
      <source url="http://www.sharpdevelop.com/OpenSource/SD/Forum/topic.asp?TOPIC_ID=4500">#develop</source>
    </item>
    <item>
      <title>Windows Revealed</title>
      <description>&lt;A href="http://wesnerm.blogs.com/net_undocumented/2005/02/windows_reveale.html"&gt;Wesner Moise&lt;/A&gt;: Anyway, I thought I would have some fun and reveal millions of lines of Windows code in this post:
&lt;P&gt;1) Windows (and coincidentally Office) rely heavily on millions of lines of code starting with open curly braces. Curly braces are essential for these popular software packages to deliver their rich functionality.&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; {&lt;/CODE&gt; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://wesnerm.blogs.com/net_undocumented/2005/02/windows_reveale.html"&gt;Read More&lt;/A&gt;.&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050215102052</link>
      <pubDate>Tue, 15 Feb 2005 18:20:52 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050215102052</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050215102052</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050215102052</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050215102052</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050215102052.xml</wfw:commentRSS>
      <source url="http://scobleizer.com/linkblog/archives/1651">Scoble's Link Blog</source>
    </item>
    <item>
      <title>NDoc</title>
      <description>&lt;P&gt;Yesterday, I spent my first few moments with &lt;A href="http://ndoc.sourceforge.net/"&gt;NDocs&lt;/A&gt;. I commented my entire class library properly for NDoc and hit the generate documentation command in &lt;A href="http://www.icsharpcode.net/OpenSource/SD/"&gt;#develop&lt;/A&gt;. The HTML was ugly and I wouldn't let someone view that, but the old Win32 Help file was amazing. Makes me want to release a class library or two, just to show this off.&lt;/P&gt;
&lt;P&gt;By the way, I really am enjoying #develop. No more accepting piracy. I've always hated that most of the companies I've worked for pirate their software (VS.NET &amp;amp; Office). Now I'm resolved not to accept that anymore. You pirate, I don't work for you.&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050214153941</link>
      <pubDate>Mon, 14 Feb 2005 23:39:41 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050214153941</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050214153941</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050214153941</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050214153941</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050214153941.xml</wfw:commentRSS>
    </item>
    <item>
      <title>Fiddler</title>
      <description>&lt;P&gt;&lt;A href="http://www.fiddlertool.com/fiddler/"&gt;Eric Lawrence&lt;/A&gt;: Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet.&lt;/P&gt;
&lt;P&gt;Randy: Fiddler rocks! Thanks Eric.&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050214121913</link>
      <pubDate>Mon, 14 Feb 2005 20:19:13 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050214121913</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050214121913</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050214121913</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050214121913</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050214121913.xml</wfw:commentRSS>
      <source url="http://davidhayden.com/blog/dave/archive/2004/03/18/180.aspx">David Hayden</source>
    </item>
    <item>
      <title>Process.Start(url)</title>
      <description>I've noticed quite a lot lately that the .NET Framework method System.Diagnostics.Process.Start(url) is unreliable for launching the default browser. I often get an exception; &lt;EM&gt;Win32Exception: The requested lookup key was not found in any active activation context&lt;/EM&gt;. &lt;A href="http://groups.google.ca/groups?q=%22The%20requested%20lookup%20key%20was%20not%20found%20in%20any%20active%20activation%20context%22%20Win32Exception&amp;amp;hl=en&amp;amp;lr=&amp;amp;sa=N&amp;amp;tab=wg"&gt;Others seem to experiencing the same&lt;/A&gt;. It may have something todo with applications that embed the axWebBrowser.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050213231036</link>
      <pubDate>Mon, 14 Feb 2005 07:10:36 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050213231036</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050213231036</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050213231036</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050213231036</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050213231036.xml</wfw:commentRSS>
    </item>
    <item>
      <title>#develop</title>
      <description>&lt;P&gt;Got a new computer in the mail from Dell. No recent VS.NET CDs at hand. What's a computer without an IDE? Welcome, &lt;A href="http://www.icsharpcode.net/OpenSource/SD/Default.aspx"&gt;#develop&lt;/A&gt;. Wow, this really is great. Obviously, there are missing features from VS.NET, but compare that with NUnit integration and a # load (pun intended) of other features and we've got a winner. I even imported some code from a VS.NET project and it worked. &lt;/P&gt;
&lt;P&gt;I donated 10 EUROs. I'm gonna start using it more often, outside of work. If I continue to find it useful, then I'll donate some more.&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050208203102</link>
      <pubDate>Wed, 09 Feb 2005 04:31:02 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050208203102</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050208203102</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050208203102</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050208203102</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050208203102.xml</wfw:commentRSS>
      <category>#develop</category>
    </item>
    <item>
      <title>Flickr .NET Library Description  </title>
      <description>A .NET wrapper around the Flickr (http://www.flickr.com) API. Allows desktop and web applications or even smart clients to provide direct image upload functionality to Flickr as well as providing access to the other Flickr services. &lt;A href="http://wdevs.com/Default.aspx?tabid=86"&gt;Link&lt;/A&gt;.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050207150755</link>
      <pubDate>Mon, 07 Feb 2005 23:07:55 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050207150755</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050207150755</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050207150755</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050207150755</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050207150755.xml</wfw:commentRSS>
      <category>flickr</category>
    </item>
    <item>
      <title>Speech SDK</title>
      <description>&lt;A href="http://www.microsoft.com/speech/download/sdk51/"&gt;Microsoft&lt;/A&gt;: The Microsoft® Speech SDK 5.1 adds Automation support to the features of the previous version of the Speech SDK.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050201174939</link>
      <pubDate>Wed, 02 Feb 2005 01:49:39 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050201174939</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050201174939</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050201174939</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050201174939</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050201174939.xml</wfw:commentRSS>
      <source url="http://www.microsoft.com/speech/download/sdk51/">Microsoft</source>
    </item>
  </channel>
</rss>
