﻿<?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>Tue, 01 Feb 2005 05:02:26 GMT</pubDate>
    <lastBuildDate>Tue, 01 Feb 2005 05:02:26 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>Google API to Spell Check</title>
      <description>&lt;A href="http://www.asp101.com/articles/jeremy/googlespell/"&gt;ASP101&lt;/A&gt;: The Google web API "spell check" allows you to send a string of text and receive alternatives for misspelled words. </description>
      <link>http://www.kbcafe.com/juice/?guid=20050131210226</link>
      <pubDate>Tue, 01 Feb 2005 05:02:26 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050131210226</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050131210226</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050131210226</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050131210226</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050131210226.xml</wfw:commentRSS>
      <category>google</category>
      <source url="http://annevankesteren.nl/archives/href/2005/01#link-1250">Anne van Kesteren</source>
    </item>
    <item>
      <title>Disable the ContextMenu</title>
      <description>&lt;STRONG&gt;10.13 How do I disable the default context menu of a textbox?&lt;/STRONG&gt; 
&lt;P&gt;To prevent the default context menu of a TextBox from showing up, assign a empty context menu as shown below: &lt;/P&gt;
&lt;P&gt;textBox1.ContextMenu = new ContextMenu(); &lt;/P&gt;
&lt;P&gt;Randy: This also works for disabling the&amp;nbsp;Form ContextMenu on any Form control.&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050131160600</link>
      <pubDate>Tue, 01 Feb 2005 00:06:00 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050131160600</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050131160600</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050131160600</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050131160600</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050131160600.xml</wfw:commentRSS>
      <category>c#</category>
      <source url="http://www.syncfusion.com/FAQ/WinForms/FAQ_c49c.asp#q1100q">Windows Forms FAQ</source>
    </item>
    <item>
      <title>RemoveTags XSLT</title>
      <description>&lt;P&gt;Forget the application of this &lt;A href="http://w3future.com/weblog/gems/rss2rdf.xsl"&gt;XSLT&lt;/A&gt;, it's actually got some good style and technique. I really like the removeTags and removeEntities templates. Well done!&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050124092659</link>
      <pubDate>Mon, 24 Jan 2005 17:26:59 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050124092659</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050124092659</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050124092659</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050124092659</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050124092659.xml</wfw:commentRSS>
      <category>xslt</category>
      <source url="http://ideagraph.net/xmlns/ssr/">Simple Semantic Resolution</source>
    </item>
    <item>
      <title>A little shared memory wrapper</title>
      <description>&lt;A href="http://www.dotnetconsult.co.uk/weblog/PermaLink.aspx/32c3abfb-bac9-4e19-bbc5-39ca338d906d"&gt;Richard Blewett&lt;/A&gt;: I've created a wrapper for named shared memory that was part of a larger project. It basically allows serialized types and object graphs to be stored in and retrieved from shared memory (including as you'd expect cross process). Whether the larger project ever gets completed is another matter ;-). You can find the zip &lt;A href="http://staff.develop.com/richardb/dotnet/sharedmemory.zip"&gt;here&lt;/A&gt;.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050123144218</link>
      <pubDate>Sun, 23 Jan 2005 22:42:18 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050123144218</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050123144218</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050123144218</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050123144218</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050123144218.xml</wfw:commentRSS>
      <category>c#</category>
      <category>.net</category>
      <source url="http://addressof.com/blog/archive/2003/05/01/164.aspx">AddressOf</source>
    </item>
    <item>
      <title>.NET Inspector</title>
      <description>&lt;A href="http://www.cs2themax.com/dotnetbrowser/ShowAssemblies.aspx?asm=IEHost"&gt;C#2theMAX&lt;/A&gt;: Use this browser to explore all the assemblies, namespaces, types, and members in version 1.1 and 2.0 of the Microsoft .NET Framework.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050121141030</link>
      <pubDate>Fri, 21 Jan 2005 22:10:30 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050121141030</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050121141030</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050121141030</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050121141030</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050121141030.xml</wfw:commentRSS>
      <category>dotnet</category>
      <source url="http://www.cs2themax.com/dotnetbrowser/ShowAssemblies.aspx?asm=IEHost">C#2theMAX</source>
    </item>
    <item>
      <title>Specify Unknown File Type Options </title>
      <description>&lt;P&gt;&lt;A href="http://www.winguides.com/registry/display.php/1101/"&gt;WinGuides&lt;/A&gt;: Set the "(Default)" value to equal the description you want to use for unknown file types.&amp;nbsp;Create a new sub-key called [HKEY_CLASSES_ROOT\Unknown\shell\Open\Command] and set the "(Default)" value to equal the command used to view unknown file types. Substitute the symbol "%1" to represent the filename in the command (e.g. "notepad.exe %1"). &lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050119205922</link>
      <pubDate>Thu, 20 Jan 2005 04:59:22 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050119205922</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050119205922</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050119205922</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050119205922</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050119205922.xml</wfw:commentRSS>
      <category>usm</category>
    </item>
    <item>
      <title>Transparent PNG Maker</title>
      <description>&lt;P&gt;&lt;A href="http://conforme.phidji.com/blogmarks.asp?id=593"&gt;Philippe Janvier&lt;/A&gt;: ...a simple web application where you can easily create transparent PNG images. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://newsite.grytoyr.net/apps/alpha/"&gt;Link&lt;/A&gt;.&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050119133309</link>
      <pubDate>Wed, 19 Jan 2005 21:33:09 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050119133309</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050119133309</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050119133309</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050119133309</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050119133309.xml</wfw:commentRSS>
      <source url="http://conforme.phidji.com/blogmarks.asp?id=593">Plan B .Conforme</source>
    </item>
    <item>
      <title>ASP.NET Authentication</title>
      <description>I re-enabled my &lt;A href="http://24.157.161.230/"&gt;ASP.NET authentication sample&lt;/A&gt; today. I also fixed the IP address (internally, not externally), so it shouldn't disappear on the next power outage. &lt;A href="http://24.157.161.230/"&gt;Check it out&lt;/A&gt;!</description>
      <link>http://www.kbcafe.com/juice/?guid=20050116094934</link>
      <pubDate>Sun, 16 Jan 2005 17:49:34 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050116094934</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050116094934</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050116094934</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050116094934</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050116094934.xml</wfw:commentRSS>
      <category>aspx</category>
    </item>
    <item>
      <title>HR-XML Public Mailing List</title>
      <description>The HR-XML Consortium has setup a &lt;A href="http://lists.hr-xml.org/archives/public/index.html"&gt;public mailing list&lt;/A&gt;. HR-XML is one of those big adventures in the XML space. It could pay off big, but the big-co's are fighting it.</description>
      <link>http://www.kbcafe.com/juice/?guid=20050111183236</link>
      <pubDate>Wed, 12 Jan 2005 02:32:36 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050111183236</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050111183236</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050111183236</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050111183236</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050111183236.xml</wfw:commentRSS>
    </item>
    <item>
      <title>Simple = Readable Code</title>
      <description>&lt;P&gt;I was looking for a random password generator in C#. I knew exactly who would have this bit of code; &lt;A href="http://www.google.com/search?hl=en&amp;amp;q=generate+random+password+C%23"&gt;Google&lt;/A&gt;. The results turned up two really interesting sets of code.&lt;/P&gt;
&lt;P&gt;The &lt;A href="http://dotnetjunkies.com/WebLog/warstar/archive/2004/08/15/22126.aspx"&gt;second&lt;/A&gt;, is simple and easily understood. It generates a random password. This is an example of simple clear programming.&lt;/P&gt;
&lt;P&gt;The &lt;A href="http://www.obviex.com/Samples/Password.aspx"&gt;first&lt;/A&gt;, is very complex both in code and in very unhelpful comments. The author is so intent on proving his coding superiority, that the code is completely unreadable. The teacher always said to comment your code, so he's commented every line of code, even obvious ones. He even repeats the same comments over and over being careful to express each one slightly differently so that the reader doesn't get bored. &lt;/P&gt;
&lt;P&gt;Keep it simple and stupid.&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050111002808</link>
      <pubDate>Tue, 11 Jan 2005 08:28:08 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050111002808</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050111002808</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050111002808</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050111002808</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050111002808.xml</wfw:commentRSS>
      <category>code</category>
      <source url="http://www.google.com/search?hl=en&amp;q=generate+random+password+C%23">Google</source>
    </item>
    <item>
      <title>SQL Server fails to bind TCP port at startup</title>
      <description>&lt;P&gt;I struggled tonight w/ a weird security error until just a moment ago. It seems that I couldn't connect today to my basement server. After an hour, I figured out that my SQL Server wasn't listening on port 1433. WTF? An hour later, I found out that Microsoft was doing this intentionally and had dropped the following informational messages in the event log (should be upgraded to a warning).&lt;/P&gt;&lt;FONT size=1&gt;
&lt;P&gt;You are running a version of Microsoft SQL Server 2000 or Microsoft SQL Server 2000 Desktop Engine (also called MSDE) that has known security vulnerabilities when used in conjunction with this version of Windows. To reduce your computer's vulnerability to certain virus attacks, the TCP/IP and UDP network ports of Microsoft SQL Server 2000, MSDE, or both have been disabled. To enable these ports, you must install a patch, or the most recent service pack for Microsoft SQL Server 2000 or MSDE from &lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;Wow! I guess I recently installed something (like&amp;nbsp;XP SP2)&amp;nbsp;that forces me to upgrade my server. Arggg! Three hours wasted. I haven't watched the Kill Bill movie, yet!&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050110230056</link>
      <pubDate>Tue, 11 Jan 2005 07:00:56 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050110230056</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050110230056</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050110230056</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050110230056</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050110230056.xml</wfw:commentRSS>
      <category>sqlserver</category>
    </item>
    <item>
      <title>URL File Extension - Who Cares?</title>
      <description>&lt;P&gt;One thing that has really annoyed me over the last year is URL file extensions. Why do Webpages end in .aspx and&amp;nbsp;.php, etc? Ok, actually, I can understand that .xml and .html communicate to the reader that he's viewing pages of this or that type, but .aspx and .php make no sense. Does the Web reader care what engine is rendering the pages. I can understand why Microsoft would do this, to advertise their product, but everybody else is guilty of bad Web UI design (yes, even me).&lt;/P&gt;
&lt;P&gt;Even worse, is when Web developers redirect the root page to index.htm, default.aspx and whatever. The root is the root is the root. The user wanted to go there. Let him. Redirect unnecessary. In ASPX, that's Server.Transfer(), not Response.Redirect().&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050110175036</link>
      <pubDate>Tue, 11 Jan 2005 01:50:36 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050110175036</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050110175036</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050110175036</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050110175036</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050110175036.xml</wfw:commentRSS>
    </item>
    <item>
      <title>The operation completed successfully</title>
      <description>&lt;P&gt;When I use the&amp;nbsp;NUnit.Extensions.Forms.KeyboardController&amp;nbsp;class in more than one test in a test run, I get the following error.&lt;/P&gt;
&lt;P&gt;test.WinForms.CommentForm.Type : System.ComponentModel.Win32Exception : The operation completed successfully&lt;/P&gt;
&lt;P&gt;The error occurs in the contructor of KeyboardController. I searched for an answer in all the forums and found none. After an hour of guessing, I found the solution. Call the Dispose() method with every use of the KeyboardController class.&lt;/P&gt;
&lt;P&gt;Sample...&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;[NUnit.Framework.Test]&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;public&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;void&lt;/FONT&gt;&lt;FONT size=2&gt; Type()&lt;BR&gt;{&lt;BR&gt;&amp;nbsp;&amp;nbsp; NUnit.Extensions.Forms.ControlTester tester = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;new&lt;/FONT&gt;&lt;FONT size=2&gt; NUnit.Extensions.Forms.ControlTester("textBox", form);&lt;BR&gt;&amp;nbsp;&amp;nbsp; NUnit.Extensions.Forms.KeyboardController controller = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;new&lt;/FONT&gt;&lt;FONT size=2&gt; NUnit.Extensions.Forms.KeyboardController(tester);&lt;BR&gt;&amp;nbsp;&amp;nbsp; controller.Click(NUnit.Extensions.Forms.Key.A);&lt;BR&gt;&amp;nbsp;&amp;nbsp; controller.Click(NUnit.Extensions.Forms.Key.B);&lt;BR&gt;&amp;nbsp;&amp;nbsp; controller.Click(NUnit.Extensions.Forms.Key.C);&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;if&lt;/FONT&gt;&lt;FONT size=2&gt; (tester.Text != "abc")&lt;BR&gt;&amp;nbsp;&amp;nbsp; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NUnit.Framework.Assert.Fail(tester.Text);&lt;BR&gt;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;controller.Dispose();&lt;BR&gt;&lt;/STRONG&gt;}&lt;/P&gt;&lt;/FONT&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050104112642</link>
      <pubDate>Tue, 04 Jan 2005 19:26:42 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050104112642</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050104112642</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050104112642</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050104112642</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050104112642.xml</wfw:commentRSS>
      <category>nunit</category>
    </item>
    <item>
      <title>Catching Javascript Exceptions</title>
      <description>&lt;P&gt;Many Websites have uncaught javascript exceptions. It's pretty easy to avoid them; you could write the code so that the exception doesn't occur, or you could simply catch the exceptions. Here's an example javascript block that throws an exception.&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript"&amp;gt;
	x.go();
&amp;lt;/script&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Here's the same code that catches the exception.&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript"&amp;gt;
	try { x.go(); } catch(e) { }
&amp;lt;/script&amp;gt;&lt;/PRE&gt;</description>
      <link>http://www.kbcafe.com/juice/?guid=20050102222356</link>
      <pubDate>Mon, 03 Jan 2005 06:23:56 GMT</pubDate>
      <guid>http://www.kbcafe.com/juice/?guid=20050102222356</guid>
      <comments>http://www.kbcafe.com/juice/?guid=20050102222356</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/juice/trackback.aspx?guid=20050102222356</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/commentapi.aspx?guid=20050102222356</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/juice/20050102222356.xml</wfw:commentRSS>
      <category>javascript</category>
    </item>
  </channel>
</rss>
