<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>Visual Studio</title>
        <link>http://geekswithblogs.net/devdevin/category/3453.aspx</link>
        <description>Visual Studio related</description>
        <language>en-US</language>
        <copyright>Devin A. Rychetnik</copyright>
        <managingEditor>drychetnik@msn.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>.NET Assemblies Lessons Learned</title>
            <link>http://geekswithblogs.net/devdevin/archive/2007/06/07/113085.aspx</link>
            <description>&lt;p&gt;A few things I learned today while instrumenting some binaries in preparation for performance profiling:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Resigning a .NET assembly&lt;/strong&gt; is as simple as opening a VS command prompt and entering: &lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;sn –R MyAssembly.dll MyApplicationKey.snk&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Browsing the GAC&lt;/strong&gt; through Windows Explorer -- open a command prompt and enter:&lt;/p&gt;
&lt;p&gt;SUBST L: C:\winnt\assembly&lt;/p&gt;
&lt;p&gt;Now you can browser the assembly folder using your L drive. This also makes it easier to reference a DLL in GAC inside a VS project. &lt;/p&gt;
&lt;p&gt;(tips taken from: &lt;font face="Arial"&gt;&lt;a href="http://aspalliance.com/1251_Miscellaneous_Concepts_of_NET__Part_2"&gt;http://aspalliance.com/1251_Miscellaneous_Concepts_of_NET__Part_2&lt;/a&gt; &amp;amp; &lt;/font&gt;&lt;font face="Arial"&gt;&lt;a href="http://www.thejoyofcode.com/Accessing_dlls_in_the_GAC.aspx"&gt;http://www.thejoyofcode.com/Accessing_dlls_in_the_GAC.aspx&lt;/a&gt;) &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113085"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113085" 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/devdevin/aggbug/113085.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Devin A. Rychetnik</dc:creator>
            <guid>http://geekswithblogs.net/devdevin/archive/2007/06/07/113085.aspx</guid>
            <pubDate>Thu, 07 Jun 2007 22:58:46 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/devdevin/comments/113085.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/devdevin/archive/2007/06/07/113085.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/devdevin/comments/commentRss/113085.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/devdevin/services/trackbacks/113085.aspx</trackback:ping>
        </item>
        <item>
            <title>.NET Tool Must-Haves &amp; Essential Visual Studio Add-ins</title>
            <link>http://geekswithblogs.net/devdevin/archive/2006/10/31/95579.aspx</link>
            <description>&lt;P&gt;These aren't new, but better late than never...&lt;/P&gt;
&lt;P&gt;Ten Must-Have Tools Every Developer Should Download Now: &lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/"&gt;http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/&lt;/A&gt;&lt;/P&gt;
&lt;LI class=clsInfoBox&gt;NUnit to write unit tests 
&lt;LI class=clsInfoBox&gt;NDoc to create code documentation 
&lt;LI class=clsInfoBox&gt;NAnt to build your solutions 
&lt;LI class=clsInfoBox&gt;CodeSmith to generate code 
&lt;LI class=clsInfoBox&gt;FxCop to police your code 
&lt;LI class=clsInfoBox&gt;Snippet Compiler to compile small bits of code 
&lt;LI class=clsInfoBox&gt;Two different switcher tools, the ASP.NET Version Switcher and the Visual Studio .NET Project Converter 
&lt;LI class=clsInfoBox&gt;Regulator to build regular expressions 
&lt;LI class=clsInfoBox&gt;.NET Reflector to examine assemblies&lt;/LI&gt;
&lt;P&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Visual Studio Add-Ins Every Developer Should Download Now: &lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/"&gt;http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S1" target=_self&gt;&lt;FONT color=#002c99&gt;TestDriven.NET&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S2" target=_self&gt;&lt;FONT color=#002c99&gt;GhostDoc&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S3" target=_self&gt;&lt;FONT color=#002c99&gt;Smart Paster&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S4" target=_self&gt;&lt;FONT color=#002c99&gt;CodeKeep&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S5" target=_self&gt;&lt;FONT color=#002c99&gt;PInvoke.NET&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S6" target=_self&gt;&lt;FONT color=#002c99&gt;VSWindowManager PowerToy&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S7" target=_self&gt;&lt;FONT color=#002c99&gt;WSContractFirst&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S8" target=_self&gt;&lt;FONT color=#002c99&gt;VSMouseBindings&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S9" target=_self&gt;&lt;FONT color=#002c99&gt;CopySourceAsHTML&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S10" target=_self&gt;&lt;FONT color=#002c99&gt;Cache Visualizer&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/#S11" target=_self&gt;&lt;FONT color=#002c99&gt;Wrapping It Up&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=95579"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=95579" 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/devdevin/aggbug/95579.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Devin A. Rychetnik</dc:creator>
            <guid>http://geekswithblogs.net/devdevin/archive/2006/10/31/95579.aspx</guid>
            <pubDate>Tue, 31 Oct 2006 07:11:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/devdevin/comments/95579.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/devdevin/archive/2006/10/31/95579.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/devdevin/comments/commentRss/95579.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/devdevin/services/trackbacks/95579.aspx</trackback:ping>
        </item>
        <item>
            <title>Create a Setup Package for a Windows Service</title>
            <link>http://geekswithblogs.net/devdevin/archive/2006/06/05/80858.aspx</link>
            <description>&lt;FONT face=Tahoma size=2&gt;I used this article once before and today I had to find it again: &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbwlkwalkthroughcreatingwindowsserviceapplication.asp"&gt;&lt;FONT face=Tahoma size=2&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbwlkwalkthroughcreatingwindowsserviceapplication.asp&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma size=2&gt;. (There was just one step that I was forgetting to do.)&lt;/FONT&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=80858"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=80858" 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/devdevin/aggbug/80858.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Devin Rychetnik</dc:creator>
            <guid>http://geekswithblogs.net/devdevin/archive/2006/06/05/80858.aspx</guid>
            <pubDate>Mon, 05 Jun 2006 19:21:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/devdevin/comments/80858.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/devdevin/archive/2006/06/05/80858.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/devdevin/comments/commentRss/80858.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/devdevin/services/trackbacks/80858.aspx</trackback:ping>
        </item>
        <item>
            <title>.NET Code Profiling Tools</title>
            <link>http://geekswithblogs.net/devdevin/archive/2006/02/23/70573.aspx</link>
            <description>&lt;FONT face=Tahoma size=2&gt;This is an excellent list of performance profiling and debugging tools for monitoring, testing, and optimizing your .NET code: &lt;/FONT&gt;
&lt;DIV&gt;&lt;FONT face=Tahoma size=2&gt;&lt;A title=http://sharptoolbox.com/Category09009393-4a62-4eb4-97e1-4a2928e43dd1.aspx href="http://sharptoolbox.com/Category09009393-4a62-4eb4-97e1-4a2928e43dd1.aspx"&gt;http://sharptoolbox.com/Category09009393-4a62-4eb4-97e1-4a2928e43dd1.aspx&lt;/A&gt;.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Tahoma size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Tahoma size=2&gt;From the little taste of&amp;nbsp;&lt;A href="http://www.red-gate.com/products/ants_profiler/index.htm"&gt;ANTS Profiler&lt;/A&gt; from &lt;A href="http://www.red-gate.com/"&gt;Red-Gate&lt;/A&gt; that I got, I think it rocks!&lt;/FONT&gt;&lt;/DIV&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=70573"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=70573" 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/devdevin/aggbug/70573.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Devin Rychetnik</dc:creator>
            <guid>http://geekswithblogs.net/devdevin/archive/2006/02/23/70573.aspx</guid>
            <pubDate>Fri, 24 Feb 2006 02:51:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/devdevin/comments/70573.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/devdevin/archive/2006/02/23/70573.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/devdevin/comments/commentRss/70573.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/devdevin/services/trackbacks/70573.aspx</trackback:ping>
        </item>
        <item>
            <title>SQL Server 2005, Visual Studio 2005 &amp; BizTalk Server 2006 Launch</title>
            <link>http://geekswithblogs.net/devdevin/archive/2005/11/30/61772.aspx</link>
            <description>&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;The long-awaited launch happened yesterday and I enjoyed what I was able to see. Unfortunately, I only stayed through the morning session since our team was scheduled to release that day (imagine that). In any case, the organizers were understanding and forgiving enough to give me the free copies of &lt;A href="http://msdn.microsoft.com/vstudio/"&gt;VS.NET 2005&lt;/A&gt; and &lt;A href="http://www.microsoft.com/sql/"&gt;SQL Server 2005&lt;/A&gt; before I left anyway. Let me give a quick synopsis of some of the things I noted during the talks.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;The keynote speech cited a few statistics that showed the market adoption of .NET in comparison to J2EE and SQL Server in comparison to Oracle and DB2 over the past few years. Some of these numbers were quite impressive although I wasn't able to catch the source quickly enough so I'm not sure how reliable/accurate they were. Nonetheless, a couple things sure hit home; the fact that .NET has been adopted by a lot of large companies and it is here to stay for a while. Two of the companies that the presentation specifically talked about were &lt;A href="http://www.hmv.co.uk/"&gt;HMV&lt;/A&gt; and &lt;A href="http://www.barnesandnoble.com/"&gt;Barnes &amp; Noble&lt;/A&gt;. The presentations focused on how HMV is utilizing VS.NET 2005 to develop its online media center and how Barnes &amp; Noble is using SQL Server 2005 to integrate, analyze and support billions of data records. The argument that SQL Server cannot scale has to be seriously reconsidered after seeing what they are doing with it.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Ok, so moving on to the session about &lt;A href="http://msdn.microsoft.com/vstudio/teamsystem/"&gt;Visual Studio Team System&lt;/A&gt;. The Team System is targeted at integrating several different software team roles: the infrastructure architect, the solution architect, the developer, the tester, and the project manager. The Team System comes in three editions (software architect, developer, or tester) or you can get the whole team suite. The idea is to let everyone on the team work smoothly together via a common toolset. In this case, the infrastructure architect can create a logical model of the available web servers, database servers, firewalls etc. and the solution architect can apply the functional model with the web service packages, web interfaces, smart clients etc. on top of that. Then the deployment can be validated and checked in for the developer who will work on the specific projects and solutions and so forth. Later on the tester comes in and start writing stress tests, unit test and other things and the project manager can check-up and run reports seeing all the progress that has been made because everything relates back to the same repository. What makes all this possible is that Team System uses the concept of work items. So you can, for example, only allow a developer to check-in code that has been related to a specific work item, which could be a feature or a bug fix or whatever. The Team System has version control so history of all changes is kept. It also has automated build, unit test integration, and code performance and analysis checking capabilities with things such as NUnit and FxCop. Another plus is that the software comes with the documentation for two MSF methodologies including the agile one. It has templates, samples, and learning material to teach you the formalized approach as well as help you complete each deliverable. &lt;/FONT&gt;&lt;FONT face=Tahoma size=2&gt;So as you can probably tell I was pretty impressed with the tool and would love to start using it myself. [I just realized that there is a 180 free trial version of it available at MS.com: &lt;A href="http://msdn.microsoft.com/vstudio/products/trial/"&gt;http://msdn.microsoft.com/vstudio/products/trial/&lt;/A&gt;. Now all you have to do is find a company that is willing to pay for it and employ you to use it.]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;I missed the afternoon sessions on 1) Design and Development Tools for Building Mission Critical Applications, 2) Web Application Development, and 3) Smart Client Application Development and Deployment, but I would love to hear from anyone else who was able to attend them.&lt;/FONT&gt;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=61772"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=61772" 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/devdevin/aggbug/61772.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Devin Rychetnik</dc:creator>
            <guid>http://geekswithblogs.net/devdevin/archive/2005/11/30/61772.aspx</guid>
            <pubDate>Thu, 01 Dec 2005 04:35:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/devdevin/comments/61772.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/devdevin/archive/2005/11/30/61772.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/devdevin/comments/commentRss/61772.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/devdevin/services/trackbacks/61772.aspx</trackback:ping>
        </item>
    </channel>
</rss>