<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>That's Cool!</title>
        <link>http://geekswithblogs.net/dtotzke/category/5053.aspx</link>
        <description>Things that have a high "gee whiz" factor.</description>
        <language>en-US</language>
        <copyright>David Totzke</copyright>
        <managingEditor>david@totzke.ca</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Red Gate SQL Dependency Tracker 2</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2009/04/30/131632.aspx</link>
            <description>&lt;p&gt;In a word – wonderful.&lt;/p&gt;  &lt;p&gt;I’m doing some work on a project where somebody had a bit of a fetish for nested views.  I’m not talking about one view inside another.  I’m talking about one view that joins a couple of other views that each join to other views as well.  &lt;/p&gt;  &lt;p&gt;I needed to add a value to the output of the outer-most view and before I added ~another~ join I wanted to know if the table in question was already joined in one of the nested views.  Drilling down into them would have taken time.  I remembered that I had SQL Dependency Tracker installed on my machine so I loaded up the database.&lt;/p&gt;  &lt;p&gt;It was &lt;strong&gt;very fast.  &lt;/strong&gt;In just a few seconds the entire database was mapped and I was looking at the view in question.  There is a great panel (Dependencies) that shows what the selected object uses as well as what it is used by in a tree view.  I just drilled down into the ~uses~ tree and in seconds I had my answer.  The table was already joined so all I had to do was bubble up the column that I needed at the top.&lt;/p&gt;  &lt;p&gt;The various views of your database objects and how they relate to each other are very cool as well.  There are five different layouts available:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Balloon Tree&lt;/strong&gt; groups objects together in balloon-like clusters       &lt;p&gt;This is a fast layout, which is good for grouping related objects together. It is suitable for diagrams that contain a large number of objects.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Hierarchic&lt;/strong&gt; organizes the objects in a hierarchical structure, from top to bottom&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Orthogonal&lt;/strong&gt; places objects so that the connections between the objects are straight lines that are as close to vertical and horizontal as possible       &lt;p&gt;The objects form small clusters. This is ideal for diagrams that contain a small number of objects.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Smart Organic&lt;/strong&gt; links objects into sets of clouds or lattices       &lt;p&gt;This layout is good for grouping related objects together.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Circular&lt;/strong&gt; lays the objects out to form the boundaries of circles, with connections that cross the centre of the circle &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I have a suspicion that this is done in WPF as the animation of the layouts is very fast and smooth.  Zooming is also very smooth and it’s obvious that the display is vector based as everything looks great at any zoom level.&lt;/p&gt;  &lt;p&gt;All in all, this saved me a bunch of time and hassle and allowed me to accomplish my task in a minimal amount of time.&lt;/p&gt;  &lt;p&gt;Dave    &lt;br /&gt;Just because I can…&lt;/p&gt;  &lt;div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:001f4f23-47ac-4702-8550-0d5cb220599a" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/SQL+Server" rel="tag"&gt;SQL Server&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Red+Gate" rel="tag"&gt;Red Gate&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SQL+Dependency+Tracker" rel="tag"&gt;SQL Dependency Tracker&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131632"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131632" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/131632.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2009/04/30/131632.aspx</guid>
            <pubDate>Thu, 30 Apr 2009 21:52:34 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/131632.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2009/04/30/131632.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/131632.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/131632.aspx</trackback:ping>
        </item>
        <item>
            <title>Change Around The World &amp;ndash; Stand By Me</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2009/04/29/131577.aspx</link>
            <description>&lt;p&gt;You know what?  There just might be hope for us yet.&lt;/p&gt;  &lt;p&gt;   &lt;/p&gt;&lt;div class="wlWriterEditableSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:471b75f2-a587-407d-8b0d-05dee26ad905" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;div&gt;&lt;object width="400" height="267"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2539741&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" /&gt;&lt;embed src="http://vimeo.com/moogaloop.swf?clip_id=2539741&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="267"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;a href="http://vimeo.com/2539741"&gt;Playing For Change | Song Around The World "Stand By Me"&lt;/a&gt; from &lt;a href="http://vimeo.com/concord"&gt;Concord Music Group&lt;/a&gt; on &lt;a href="http://vimeo.com"&gt;Vimeo&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;   &lt;p&gt;Simply perfect.&lt;/p&gt;  &lt;p&gt;Dave   &lt;br /&gt;Just because I can…&lt;/p&gt;  &lt;p&gt;(h/t &lt;a title="Kung Fu Monkey" href="http://kfmonkey.blogspot.com/" target="_blank"&gt;Kung Fu Monkey&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131577"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131577" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/131577.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2009/04/29/131577.aspx</guid>
            <pubDate>Wed, 29 Apr 2009 17:40:10 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/131577.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2009/04/29/131577.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/131577.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/131577.aspx</trackback:ping>
        </item>
        <item>
            <title>Windows Live Writer</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2008/03/19/120627.aspx</link>
            <description>&lt;p&gt;Ok, now that's cool.&lt;/p&gt; &lt;p&gt;I've been meaning to try out &lt;a title="Windows Live Writer" href="http://get.live.com/writer/overview"&gt;Windows Live Writer&lt;/a&gt; for making blog posts because one of the things that stops me from posting very much is that it's a bit of a pain.  The editors that are embedded in blog software such as &lt;a href="http://www.subtextproject.com/"&gt;Subtext&lt;/a&gt;, a fork of the popular &lt;a href="http://scottwater.com/blog/"&gt;.Text&lt;/a&gt; software, are surprisingly good but can only take you so far.  Things like inserting a picture can be a real pain and I always find myself switching to the source view to tweak things here and there.&lt;/p&gt; &lt;p&gt;I fired up the program after installing it and a wizard started up.  I picked the option for an existing blog, gave it the URL of my blog, my username, and my password and then &lt;strong&gt;&lt;em&gt;it did everything else all by itself!&lt;/em&gt;&lt;/strong&gt;  You mileage may vary depending on whether or not you blogging platform supports the APIs for which Live Writer is looking.  (or Live Writer supports your blogging platform of choice - I'm not certain as to which way around this works)&lt;/p&gt; &lt;p&gt;Like I said, that's frickin' cool.&lt;/p&gt; &lt;p&gt;I think that the most attractive feature for me is the ability to save a draft of the post and come back to it later.  I know that with Subtext I can save a post as unpublished and come back to it but that still requires me to be online.  For me, the experience of a rich desktop program is just far superior to a similar experience that is web-based.  &lt;/p&gt; &lt;p&gt;Raise your hand if you do this:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Write your post  &lt;/li&gt;&lt;li&gt;Copy the text (if I can, I copy the actual HTML Source, just in case)  &lt;/li&gt;&lt;li&gt;Paste it into Notepad or other suitable program  &lt;/li&gt;&lt;li&gt;Submit your post&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;And why do we do this?  Because we've all been burned when something goes wrong with the post and hitting the back button returns us to a blank form.  Here in Live Writer I simply hit the Save Draft button and I have a nice safe local copy.&lt;/p&gt; &lt;p&gt;Often times when composing a post you want to be sure that it's going to render properly and Subtext doesn't have the facility to preview a post.  (at least not that I can find)  You can save it unpublished so that the public can't see it but that means that neither can you.  All that remains is to publish your post unfinished and then have a look at it and then Shower, Rinse, Repeat.  Annoying.  You favourite (OMG it knows I'm Canadian!) Blog aggregator will likely detect these multiple edits and do something weird as well.  This is where I discover the View menu.&lt;/p&gt; &lt;p&gt;In addition to the HTML Code view there is also a Web Layout view and a Web Preview.  Web Preview shows me my post &lt;strong&gt;&lt;em&gt;as it would appear on the actual site!&lt;/em&gt;&lt;/strong&gt;  That is super cool.&lt;/p&gt; &lt;p&gt;The final feature that is immediately noticeable is the [Set categories] area at the bottom of the UI just above the status bar.  Clicking here shows me a list of the blog categories that it has pulled down from my blog.  They're &lt;strong&gt;&lt;em&gt;my&lt;/em&gt;&lt;/strong&gt; categories.  Let's see, there's "Ravings of a Lunatic".  Definitely need to check that one.&lt;/p&gt; &lt;p&gt;Now, all of this assumes that when I finally get around to hitting the Publish button that the post actually makes it unscathed onto my blog.  Given how smooth the experience has been thus far, confidence is high.&lt;/p&gt; &lt;p&gt;Time to &lt;a href="http://www.anvari.org/fortune/Miscellaneous_Collections/23857_a-pilot-friend-of-mine-mentioned-that-when-the-black-box-is-recovered-from-an-airplane-crash-site.html"&gt;Point Your Toes;  We're Going In Deep.&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Dave&lt;br /&gt;Just because I can...&lt;/p&gt; &lt;p&gt;[UPDATE: Holy Crap It Worked!!]&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120627"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120627" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/120627.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2008/03/19/120627.aspx</guid>
            <pubDate>Wed, 19 Mar 2008 06:27:14 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/120627.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2008/03/19/120627.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/120627.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/120627.aspx</trackback:ping>
        </item>
        <item>
            <title>D-Series Laser 917 Replica</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2007/05/31/112902.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://www.priceofhistoys.com/2007/04/14/d-series-laser-917-kitcar-for-sale/"&gt;This&lt;/a&gt; is crazy cool.  Of course, the &lt;a href="http://en.wikipedia.org/wiki/Woman_acceptance_factor"&gt;WAF&lt;/a&gt; on this is certainly approaching zero but if you're looking for a sports car to facilitate your mid-life crisis this may be just the ticket.&lt;/p&gt;
&lt;p&gt;Dave&lt;br /&gt;
Just because I can...&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=112902"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=112902" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/112902.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2007/05/31/112902.aspx</guid>
            <pubDate>Fri, 01 Jun 2007 03:43:36 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/112902.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2007/05/31/112902.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/112902.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/112902.aspx</trackback:ping>
        </item>
        <item>
            <title>Segway Centaur - Ummm...two please.</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2006/07/10/84584.aspx</link>
            <description>&lt;P&gt;While Dean Kamen's Segway didn't come close to living up to the hype that was generated prior to its release, the design engineers over there&amp;nbsp;may be onto something with the Centaur.&amp;nbsp; The Segway balancing technology allows you to &amp;#8220;pop a wheelie&amp;#8220; for as long as the batteries hold out and you can even steer while doing it.&lt;/P&gt;
&lt;P&gt;The biggest advantage IMHO?&amp;nbsp; You won't look stupid riding it.&amp;nbsp; This one might actually sell.&lt;/P&gt;
&lt;P&gt;Check out &lt;A href="http://www.popsci.com/popsci/technology/generaltechnology/1d559aa138b84010vgnvcm1000004eecbccdrcrd.html"&gt;this article over on Popular Science&lt;/A&gt; for the details. Tres cool. N'es pas?&lt;/P&gt;
&lt;DIV&gt;&lt;IMG src="http://img.timeinc.net/popsci/images/tech/tech1104segway_a700x507.jpg"&gt;&lt;/DIV&gt;
&lt;DIV&gt;Dave&lt;BR&gt;Just because I can...&amp;nbsp;&lt;/DIV&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=84584"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=84584" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/84584.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2006/07/10/84584.aspx</guid>
            <pubDate>Mon, 10 Jul 2006 12:37:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/84584.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2006/07/10/84584.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/84584.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/84584.aspx</trackback:ping>
        </item>
    </channel>
</rss>