<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ForeverGeek &#187; milbertus</title>
	<atom:link href="http://www.forevergeek.com/author/milbertus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forevergeek.com</link>
	<description>Nerds are for Dorks</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:45:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to use Source Control</title>
		<link>http://www.forevergeek.com/2004/08/how_to_use_source_control/</link>
		<comments>http://www.forevergeek.com/2004/08/how_to_use_source_control/#comments</comments>
		<pubDate>Sat, 28 Aug 2004 16:11:32 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=698</guid>
		<description><![CDATA[When I was in college, I learned quite a few things about Computer Science &#8211; the C++ STL, data structures, base components of an operating system, programming languages, compilers&#8230;the list goes on. One thing that I didn&#8217;t even really think about much until I had a summer internship doing software development was source control &#8211; in fact, I don&#8217;t think that I even knew it existed until I had to use it at my job. Eric Sink, a software developer at SourceGear, and works on source control tools for Windows developers. He&#8217;s noticed that a lot of people don&#8217;t really know how to use source control, or why they should,]]></description>
			<content:encoded><![CDATA[<p>When I was in <a href="http://www.rose-hulman.edu">college</a>, I learned quite a few things about <a href="http://www.cs.rose-hulman.edu">Computer Science</a> &#8211; the C++ <acronym title="Standard Template Library">STL</acronym>, data structures, base components of an operating system, programming languages, compilers&#8230;the list goes on. One thing that I didn&#8217;t even really think about much until I had a summer internship doing software development was source control &#8211; in fact, I don&#8217;t think that I even knew it existed until I had to use it at my job.</p>
<p><a href="http://software.ericsink.com/index.html">Eric Sink</a>, a software developer at <a href="http://www.sourcegear.com/">SourceGear</a>, and works on source control tools for Windows developers. He&#8217;s noticed that a lot of people don&#8217;t really know how to use source control, or why they should, and their companies aren&#8217;t doing anything to fix this problem (such as giving them training). Sure, you can learn as you go, as you need to on the job as I did &#8211; but wouldn&#8217;t it be more efficient to know all (or most) of what there is to know about source control going in, instead of after the fact?</p>
<p>Well, Eric attempting to fix that problem by writing a series of articles on source control &#8211; what it&#8217;s about, and how to use it. He&#8217;s written three chapters and the introduction so far, and while I know all that he&#8217;s writing about (I have been using source control on the job for over three years now), this would have been great to have when I was first out of school.</p>
<p>Hopefully he&#8217;ll continue this series soon, to help other new developers to learn how to use source control effectively.</p>
<p>Via <a href="http://ianwhite.is-a-geek.net/weblogx/permalink.aspx/8cd62be5-a18e-4480-ad28-705ea9f2b136">Ian White</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/08/how_to_use_source_control/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WinForms Cuts</title>
		<link>http://www.forevergeek.com/2004/08/winforms_cuts/</link>
		<comments>http://www.forevergeek.com/2004/08/winforms_cuts/#comments</comments>
		<pubDate>Tue, 24 Aug 2004 21:53:25 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=683</guid>
		<description><![CDATA[If you&#8217;re a software developer, you know that when your product is in beta, tough decisions have to be made. You always want to make your product better and fix all of the bugs found by your customers, but there just isn&#8217;t always time for that. However, since your app is in beta, you can&#8217;t just go and make sweeping changes to your code that would potentially destabilize it &#8211; it does need to ship some day, you know. It appears as if the WinForms team is in the same situation. The most notable features which got the cut (for me, anyway) was the ability to host Office documents in]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a software developer, you know that when your product is in beta, tough decisions have to be made. You always want to make your product better and fix all of the bugs found by your customers, but there just isn&#8217;t always time for that. However, since your app is in beta, you can&#8217;t just go and make sweeping changes to your code that would potentially destabilize it &#8211; it does need to ship some day, you know.</p>
<p>It appears as if the WinForms team is in the same situation. The most notable features which got the cut (for me, anyway) was the ability to host Office documents in a Form, and the simplified printing API. Apparently, the implementation of the Office document hosting just wasn&#8217;t as far a long as they&#8217;d like it to be, with some pretty big changes that need to be made. It sucks, but we&#8217;ll deal with it. Hopefully it&#8217;ll be there in the next release.</p>
<p>Read the <a href="http://www.shawnburke.com/default.aspx?document=128">original entry</a> for the full details.</p>
<p>Via <a href="http://www.mikedub.net/windowsformsredux/archives/000073.html">Michael Weinhardt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/08/winforms_cuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OneNote 2003 SP1 Power Toys</title>
		<link>http://www.forevergeek.com/2004/07/onenote_2003_sp1_power_toys/</link>
		<comments>http://www.forevergeek.com/2004/07/onenote_2003_sp1_power_toys/#comments</comments>
		<pubDate>Thu, 29 Jul 2004 00:49:55 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=595</guid>
		<description><![CDATA[Hot on the heals of the release of OneNote SP1, two new utilities taking advantage of OneNote&#8217;s new object model have been released. These utilities allow you to easily copy text from either IE or Outlook into new OneNote notes. Currently, I&#8217;m using Outlook 2003&#8242;s flag ability to keep track of mail that I need to respond to, or news items that I&#8217;d like to post (I use NewsGator as my news aggregator, which pulls feed items directly into Outlook). Now, however, I&#8217;m thinking about using OneNote to keep track of those items &#8211; just use the Outlook to OneNote plugin, and I can easily get those interesting posts stored]]></description>
			<content:encoded><![CDATA[<p>Hot on the heals of the release of OneNote SP1, two new utilities taking advantage of OneNote&#8217;s new object model have been released. These utilities allow you to easily copy text from either IE or Outlook into new OneNote notes.</p>
<p>Currently, I&#8217;m using Outlook 2003&#8242;s flag ability to keep track of mail that I need to respond to, or news items that I&#8217;d like to post (I use <a href="http://www.newsgator.com">NewsGator</a> as my news aggregator, which pulls feed items directly into Outlook). Now, however, I&#8217;m thinking about using OneNote to keep track of those items &#8211; just use the Outlook to OneNote plugin, and I can easily get those interesting posts stored in a OneNote notebook, instead of my Outlook data file.</p>
<p>Via <a href="http://weblogs.asp.net/chris_pratley/archive/2004/07/28/199379.aspx">Chris Pratley</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/07/onenote_2003_sp1_power_toys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Developer Tools</title>
		<link>http://www.forevergeek.com/2004/07/net_developer_tools/</link>
		<comments>http://www.forevergeek.com/2004/07/net_developer_tools/#comments</comments>
		<pubDate>Tue, 27 Jul 2004 01:53:10 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=580</guid>
		<description><![CDATA[While I have heard of all of the tools from this article before, it never hurts to make sure that you know about (and use) as many tools as you can. It never hurts to be too productive. Of the tools listed in the article, CodeSmith, SnippetCompiler, and Reflector are my favorites. Since I&#8217;ve been doing quite a bit of .NET development at work as of late, I can&#8217;t think of a day that went by without using either the SnippetCompiler or Reflector. Both are invaluable tools that any .NET developer really should have in their toolbox. If you don&#8217;t, you&#8217;re just hurting yourself. As for CodeSmith, I haven&#8217;t used]]></description>
			<content:encoded><![CDATA[<p>While I have heard of all of the tools from this article before, it never hurts to make sure that you know about (and use) as many tools as you can. It never hurts to be too productive.</p>
<p>Of the tools listed in the article, CodeSmith, SnippetCompiler, and Reflector are my favorites. Since I&#8217;ve been doing quite a bit of .NET development at work as of late, I can&#8217;t think of a day that went by without using either the SnippetCompiler or Reflector. Both are invaluable tools that any .NET developer really should have in their toolbox. If you don&#8217;t, you&#8217;re just hurting yourself.</p>
<p>As for CodeSmith, I haven&#8217;t used it much yet, but I think that&#8217;s only because I haven&#8217;t properly integrated it into my workflow. For more on it, see my <a href="http://forevergeek.com/programming/codesmith.php">previous post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/07/net_developer_tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DOMInspector for IE</title>
		<link>http://www.forevergeek.com/2004/07/dominspector_for_ie/</link>
		<comments>http://www.forevergeek.com/2004/07/dominspector_for_ie/#comments</comments>
		<pubDate>Sun, 25 Jul 2004 12:46:10 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=570</guid>
		<description><![CDATA[If any of you develop web pages using Mozilla or Mozilla FireFox, I&#8217;m sure that you&#8217;ve come to rely on its DOMInspector, which gives you a ton of information about each element on a given page, and how the element relates to those around it. I know that it&#8217;s helped me to fix a few problems on many occassions, which I would have had a hard time fixing otherwise. Of course, once I&#8217;ve gotten the page looking perfect in FireFox, I also have to make sure that it looks equally good in IE6. Sadly, IE6 doesn&#8217;t have a built-in DOMInspector (among many other things, but that&#8217;s another story), which would]]></description>
			<content:encoded><![CDATA[<p>If any of you develop web pages using Mozilla or Mozilla FireFox, I&#8217;m sure that you&#8217;ve come to rely on its DOMInspector, which gives you a ton of information about each element on a given page, and how the element relates to those around it. I know that it&#8217;s helped me to fix a few problems on many occassions, which I would have had a hard time fixing otherwise.</p>
<p>Of course, once I&#8217;ve gotten the page looking perfect in FireFox, I also have to make sure that it looks equally good in IE6. Sadly, IE6 doesn&#8217;t have a built-in DOMInspector (among many other things, but that&#8217;s another story), which would help a lot since IE6 naturally must render pages completely differently just because it can.</p>
<p>Well, now there is a DOMInspector for IE6. It runs as an Explorer bar, so you can see both the page in question, and information about its elements at the same time. This should be a great tool to use in order to make pages render correctly in both IE6 and Mozilla Firefox.</p>
<p>Via <a href="http://blogs.msdn.com/rido/archive/2004/06/18/159205.aspx">Just Coding</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/07/dominspector_for_ie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download Lookout for Free</title>
		<link>http://www.forevergeek.com/2004/07/download_lookout_for_free/</link>
		<comments>http://www.forevergeek.com/2004/07/download_lookout_for_free/#comments</comments>
		<pubDate>Fri, 23 Jul 2004 22:10:55 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=567</guid>
		<description><![CDATA[As you have probably heard by now, Microsoft has bought Lookout Software. Lookout has written an add-in for Outlook which allows you to easily search your PST files, much faster than Outlook&#8217;s built in search allows you to do (see my previous post for more infomration on it). Since that time, Lookout has released a v1.0 version, and is currently up to 1.2. As I recall, Lookout was free while in Beta, but once it was released it was for-pay software. Now, however, since Microsoft has bought it, it&#8217;s a free download from their web site. Very cool. I just had it index all three of my PST files (mail,]]></description>
			<content:encoded><![CDATA[<p>As you have probably heard by now, <a href="http://weblogs.asp.net/mhawley/archive/2004/07/16/185080.aspx">Microsoft has bought Lookout Software</a>. Lookout has written an add-in for Outlook which allows you to easily search your PST files, much faster than Outlook&#8217;s built in search allows you to do (see my <a href="http://forevergeek.com/windows/improved_outlook_searching.php">previous post</a> for more infomration on it). Since that time, Lookout has released a v1.0 version, and is currently up to 1.2.</p>
<p>As I recall, Lookout was free while in Beta, but once it was released it was for-pay software. Now, however, since Microsoft has bought it, it&#8217;s a free download from their web site. Very cool.</p>
<p>I just had it index all three of my PST files (mail, archived mail, and news, which totals at over 500MB), and it took it about 15 minutes or so. I even used it to dig up some of the links for this article, and it returned the search results nearly instantly. Now that&#8217;s sweet.</p>
<p>My only gripe is that you can&#8217;t modify any of the items that it finds like you can in normal mail views (mark as read/unread, change category, create a rule, etc.). Hopefully Microsoft will be able to include this in either the next version of Outlook or as a service pack, and improve the integration as well. Now that would be a killer feature for Outlook.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/07/download_lookout_for_free/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Office Space Wars</title>
		<link>http://www.forevergeek.com/2004/06/office_space_wars/</link>
		<comments>http://www.forevergeek.com/2004/06/office_space_wars/#comments</comments>
		<pubDate>Tue, 29 Jun 2004 23:24:56 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=485</guid>
		<description><![CDATA[I&#8217;m sure that everyone reading this has seen Star Wars at one time or another, and know just how great of a movie it is. Another popular movie favorite of mine is Office Space, which is so true to real life that it&#8217;s scary. Have you ever wondered what would happen if you combined the two? Well, wonder no longer &#8211; just watch this movie (Windows Media Video format), and find out for yourself! Via Tosh Meston.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure that everyone reading this has seen <a href="http://www.starwars.com">Star Wars</a> at one time or another, and know just how great of a movie it is. Another popular movie favorite of mine is <a href="http://www.imdb.com/title/tt0151804/">Office Space</a>, which is so true to real life that it&#8217;s scary.</p>
<p>Have you ever wondered what would happen if you combined the two?  Well, wonder no longer &#8211; just watch this movie (Windows Media Video format), and find out for yourself!</p>
<p style="font-style: italic;">Via <a href="http://blogs.msdn.com/tmeston/archive/2004/06/27/167420.aspx">Tosh Meston</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/06/office_space_wars/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Garbage Collection in .NET</title>
		<link>http://www.forevergeek.com/2004/06/garbage_collection_in_net/</link>
		<comments>http://www.forevergeek.com/2004/06/garbage_collection_in_net/#comments</comments>
		<pubDate>Wed, 16 Jun 2004 13:07:04 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=447</guid>
		<description><![CDATA[My current project at work has me writing a small utility application in C#. I have the functionality all working, so I&#8217;m currently trying to get it to have better performance. When I noticed that it was using a ton of memory, my first thought was that garbage collections weren&#8217;t happening correctly, or else my objects were living too long. For the past few days, I&#8217;ve tried figuring out the problem using various utilities, with some (although limited) success. Thankfully, I stumbled across Maoni&#8217;s blog today, which looks like it will be a great resource. He not only explains (in detail) how to use some of the .NET Memory Performance]]></description>
			<content:encoded><![CDATA[<p>My current project at work has me writing a small utility application in C#. I have the functionality all working, so I&#8217;m currently trying to get it to have better performance. When I noticed that it was using a ton of memory, my first thought was that garbage collections weren&#8217;t happening correctly, or else my objects were living too long.</p>
<p>For the past few days, I&#8217;ve tried figuring out the problem using various utilities, with some (although limited) success. Thankfully, I stumbled across Maoni&#8217;s blog today, which looks like it will be a great resource. He not only explains (in detail) how to use some of the .NET Memory Performance Counters and what they mean, but he also has writtne about how to efficiently use the GC in the CLR. That&#8217;s just the info that I was looking for, and it couldn&#8217;t have come at a better time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/06/garbage_collection_in_net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Clone Wars Episodes on the Way</title>
		<link>http://www.forevergeek.com/2004/06/more_clone_wars_episodes_on_the_way/</link>
		<comments>http://www.forevergeek.com/2004/06/more_clone_wars_episodes_on_the_way/#comments</comments>
		<pubDate>Thu, 10 Jun 2004 01:32:49 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=430</guid>
		<description><![CDATA[If you liked the two sets of Clone Wars animated shorts which aired earlier this year and late last year, you&#8217;re in for a treat. It&#8217;s been anounced that there will be five new episodes which will air in March 2005. Even better, instead of being three minutes long as before, each of these episodes will not be twelve minutes long. Sweet! :) While they make it sound like something that was decided upon due to the popularity of the first set of episodes, it doesn&#8217;t really surprise me that they&#8217;re making more episodes. Given the cliffhanger ending of the last episode, it wouldn&#8217;t really make sense, in my opinion,]]></description>
			<content:encoded><![CDATA[<p>If you liked the two sets of Clone Wars animated shorts which aired earlier this year and late last year, you&#8217;re in for a treat. It&#8217;s been anounced that there will be five new episodes which will air in March 2005. Even better, instead of being three minutes long as before, each of these episodes will not be twelve minutes long. Sweet! :)</p>
<p>While they make it sound like something that was decided upon due to the popularity of the first set of episodes, it doesn&#8217;t really surprise me that they&#8217;re making more episodes. Given the cliffhanger ending of the last episode, it wouldn&#8217;t really make sense, in my opinion, to resolve that cliffhangar directly in Episode III. It makes much more sense to resolve it in addiitional Clone Wars episodes &#8211; which looks like what is going to happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/06/more_clone_wars_episodes_on_the_way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataSet Visualizer for Visual Studio 2003</title>
		<link>http://www.forevergeek.com/2004/05/dataset_visualizer_for_visual_studio_2003/</link>
		<comments>http://www.forevergeek.com/2004/05/dataset_visualizer_for_visual_studio_2003/#comments</comments>
		<pubDate>Sat, 29 May 2004 23:13:46 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=398</guid>
		<description><![CDATA[Debugging DataSets in Visual Studio just got easier. Whiel something like this will most likely be available out of the box with Visual Studio 2005, current users of Visual Studio 2003 have no easy way of figuring out what exactly is in a DataSet while debugging their code. Sure, you can expand all of the little branches in the watch window, but what fun is that? Wouldn&#8217;t it be cooler if you had something like a context menu item which creates a window containing your DataSet? Yeah, I think so to. That&#8217;s why I&#8217;m going to be using this tool all the time while debugging code that uses a DataSet.]]></description>
			<content:encoded><![CDATA[<p>Debugging DataSets in Visual Studio just got easier. Whiel something like this will most likely be available out of the box with Visual Studio 2005, current users of Visual Studio 2003 have no easy way of figuring out what exactly is in a DataSet while debugging their code. Sure, you can expand all of the little branches in the watch window, but what fun is that?  Wouldn&#8217;t it be cooler if you had something like a context menu item which creates a window containing your DataSet?</p>
<p>Yeah, I think so to. That&#8217;s why I&#8217;m going to be using this tool all the time while debugging code that uses a DataSet.</p>
<p>The only downside that I can see with this tool is that it only supports DataSets, not DataTables. Although that probably wouldn&#8217;t be hard to add, since the code is available in addition to the compiled binary.</p>
<p>Via <a href="http://weblogs.asp.net/rosherove/archive/2004/05/29/144419.aspx"> Roy Osherove</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/05/dataset_visualizer_for_visual_studio_2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 CTP</title>
		<link>http://www.forevergeek.com/2004/05/visual_studio_2005_ctp/</link>
		<comments>http://www.forevergeek.com/2004/05/visual_studio_2005_ctp/#comments</comments>
		<pubDate>Tue, 25 May 2004 03:57:03 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=387</guid>
		<description><![CDATA[For all of you MSDN Subscribers, a new version of Visual Studio 2005 has been made available (the same version that TechEd attendees can pick up). Get it while it&#8217;s hot. :) Via Kevin Dente.]]></description>
			<content:encoded><![CDATA[<p>For all of you MSDN Subscribers, a new version of Visual Studio 2005 has been made available (the same version that TechEd attendees can pick up). Get it while it&#8217;s hot. :)</p>
<p>Via <a href="http://weblogs.asp.net/kdente/archive/2004/05/25/140823.aspx">Kevin Dente</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/05/visual_studio_2005_ctp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 Team System</title>
		<link>http://www.forevergeek.com/2004/05/visual_studio_2005_team_system/</link>
		<comments>http://www.forevergeek.com/2004/05/visual_studio_2005_team_system/#comments</comments>
		<pubDate>Tue, 25 May 2004 00:31:37 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=386</guid>
		<description><![CDATA[With today being the first day of Microsoft&#8217;s TechEd 2004 conference, there have been quite a few announcements. To me, the biggest announcement was Visual Studio 2005 Team System. This appears to be Microsoft&#8217;s answer to those customers who want to be able to manage more of their development process using Visual Studio, or other Microsoft apps at least. I haven&#8217;t read up on it yet in detail, but it sounds ilke it offers quite a few features. To me, though, the biggest feature must be that this includes a source control app &#8211; one that isn&#8217;t Visual SourceSafe. Don&#8217;t get me wrong, Visual SourceSafe is a great little tool.]]></description>
			<content:encoded><![CDATA[<p>With today being the first day of Microsoft&#8217;s <a href="http://www.microsoft.com/seminar/teched2004/default.mspx">TechEd 2004</a> conference, there have been quite a few announcements.  To me, the biggest announcement was Visual Studio 2005 Team System.</p>
<p>This appears to be Microsoft&#8217;s answer to those customers who want to be able to manage more of their development process using Visual Studio, or other Microsoft apps at least. I haven&#8217;t read up on it yet in detail, but it sounds ilke it offers quite a few features. To me, though, the biggest feature must be that this includes a source control app &#8211; one that isn&#8217;t Visual SourceSafe.</p>
<p>Don&#8217;t get me wrong, Visual SourceSafe is a great little tool. I used it at home for personal projects for quite some time before switching over to <a href="http://subversion.tigris.org/">Subversion</a>. I still use it at work, and with my team of 20 or so developers, it just doesn&#8217;t cut it. This new source control app looks to fix all of SourceSafe&#8217;s faults, namely using the file system for storeage (the new app uses SQL Server), and there will actually be a server component (imagine that).</p>
<p>For more information on Visual Studio 2005 Team System, see these posts by <a href="http://weblogs.asp.net/korbyp/archive/2004/05/24/140550.aspx">Kirby Parnell</a> and <a href="http://www.sellsbrothers.com/news/showTopic.aspx?ixTopic=1359">Chris Sells</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/05/visual_studio_2005_team_system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Longhorn&#039;s CLI</title>
		<link>http://www.forevergeek.com/2004/05/longhorns_cli/</link>
		<comments>http://www.forevergeek.com/2004/05/longhorns_cli/#comments</comments>
		<pubDate>Tue, 25 May 2004 00:24:22 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=385</guid>
		<description><![CDATA[One of Windows&#8217;s largest faults, at least as far as geeks and power users are concerned, is its CLI. While the CLI of NT/2k/XP is significantly more powerful than that of Windows 9x (don&#8217;t even get me started with that horrible thing), it looks like Longhorn is going to get a significant upgrade in this department. Sure, you have been able to download tools like Cygwin for years, but it never really felt like it was a part of the OS to me &#8211; more like a tacked on app (the fact that it tries to apply a Unix-like file system on top of the Windows file system sure doesn&#8217;t]]></description>
			<content:encoded><![CDATA[<p>One of Windows&#8217;s largest faults, at least as far as geeks and power users are concerned, is its <acronym title="command line interface">CLI</acronym>. While the CLI of NT/2k/XP is significantly more powerful than that of Windows 9x (don&#8217;t even get me started with that horrible thing), it looks like Longhorn is going to get a significant upgrade in this department.</p>
<p>Sure, you have been able to download tools like <a href="http://www.cygwin.com/">Cygwin</a> for years, but it never really felt like it was a part of the OS to me &#8211; more like a tacked on app (the fact that it tries to apply a Unix-like file system on top of the Windows file system sure doesn&#8217;t help). Now, in Longhorn, users will get the power of a Unix CLI, but native on their Windows OS.</p>
<p>I don&#8217;t know if this is in the latest &#8220;released&#8221; Longhorn build (available to the attendees of the WinHEC conference last month and MSDN Universal subscribers), but it sounds like it&#8217;s in some recent Longhorn builds. I&#8217;ve downloaded the build from MSDN but haven&#8217;t had a chance to play with it yet. If it does contain the new CLI, then that&#8217;s quite a bit of incentive for me to installed it in a VM and give it a whirl.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/05/longhorns_cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Daily Cup of WTF</title>
		<link>http://www.forevergeek.com/2004/05/your_daily_cup_of_wtf/</link>
		<comments>http://www.forevergeek.com/2004/05/your_daily_cup_of_wtf/#comments</comments>
		<pubDate>Tue, 25 May 2004 00:18:16 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=384</guid>
		<description><![CDATA[I know that I&#8217;ve seen some very pointless code in my day, and I&#8217;m always scratching my head trying to figure out what the original author was thinking. It&#8217;s never fun to come across code like this. However, the author of The Daily WTF does an excellent job of making pointless code snippets funny. You can now know what the Batman() function does, and the best way to design a database &#8211; using only one table! Via Matt Berther.]]></description>
			<content:encoded><![CDATA[<p>I know that I&#8217;ve seen some very pointless code in my day, and I&#8217;m always scratching my head trying to figure out what the original author was thinking. It&#8217;s never fun to come across code like this.</p>
<p>However, the author of The Daily WTF does an excellent job of making pointless code snippets funny.  You can now know what the Batman() function does, and the best way to design a database &#8211; using only one table!</p>
<p>Via <a href="http://www.mattberther.com/2004/05/000479.html">Matt Berther</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/05/your_daily_cup_of_wtf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Installer Creation</title>
		<link>http://www.forevergeek.com/2004/05/windows_installer_creation/</link>
		<comments>http://www.forevergeek.com/2004/05/windows_installer_creation/#comments</comments>
		<pubDate>Sun, 09 May 2004 00:10:42 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=328</guid>
		<description><![CDATA[With the release of the WiX, I&#8217;m trying to read more about how to make an installer, and what exactly can be done with installers. While I definitely know the typical user experience with an installer, I know next to nothing about creating one. My only experience is with using the installers that can be made with Visual Studio&#8217;s tools, and not even much with that. Thankfully, Aaron Stebner linked a page which contains a description of all the installation tools that are part of the Windows Platform SDK, among which includes the MSI help file (which I&#8217;m definitely going to take a look through), along with a ton of]]></description>
			<content:encoded><![CDATA[<p>With the release of the <a href="http://blogs.msdn.com/robmen/archive/2004/04/05/107709.aspx"><acronym title="Windows Installer XML">WiX</acronym></a>, I&#8217;m trying to read more about how to make an installer, and what exactly can be done with installers. While I definitely know the typical user experience with an installer, I know next to nothing about creating one. My only experience is with using the installers that can be made with Visual Studio&#8217;s tools, and not even much with that.</p>
<p>Thankfully, <a href="http://blogs.msdn.com/astebner/archive/2004/05/05/126969.aspx">Aaron Stebner</a> linked a page which contains a description of all the installation tools that are part of the Windows Platform SDK, among which includes the MSI help file (which I&#8217;m definitely going to take a look through), along with a ton of other cool tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/05/windows_installer_creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Backup</title>
		<link>http://www.forevergeek.com/2004/05/mysql_backup/</link>
		<comments>http://www.forevergeek.com/2004/05/mysql_backup/#comments</comments>
		<pubDate>Sat, 08 May 2004 17:19:54 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=326</guid>
		<description><![CDATA[When I backup my blog every few days, I log in to my host&#8217;s CPanel, navigate to the right page, and click the links to download the .tar.gz files for each of my MySQL databases. While this does work, to say the least it&#8217;s annoying to have to go to the site every couple of days, click the links, and wait for the files to download (hey, what can I say, I&#8217;m lazy). That all changes now that I&#8217;ve started using MySQL Backup. Not only will it let you set up profiles to easily backup databases, but you can also schedule database backups at regular intervals. No more manual backing]]></description>
			<content:encoded><![CDATA[<p>When I backup my blog every few days, I log in to my host&#8217;s CPanel, navigate to the right page, and click the links to download the .tar.gz files for each of my MySQL databases. While this does work, to say the least it&#8217;s annoying to have to go to the site every couple of days, click the links, and wait for the files to download (hey, what can I say, I&#8217;m lazy).</p>
<p>That all changes now that I&#8217;ve started using MySQL Backup. Not only will it let you set up profiles to easily backup databases, but you can also schedule database backups at regular intervals. No more manual backing up for me, now it can all be done automatically. Plus, this way I can&#8217;t forget, which is even better.</p>
<p>Via <a href="http://www.digitalmediaminute.com/archives/000703.html">Digital Media Minute</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/05/mysql_backup/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Resizing the Firefox Search Bar</title>
		<link>http://www.forevergeek.com/2004/04/resizing_the_firefox_search_bar/</link>
		<comments>http://www.forevergeek.com/2004/04/resizing_the_firefox_search_bar/#comments</comments>
		<pubDate>Sun, 25 Apr 2004 02:07:32 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=275</guid>
		<description><![CDATA[You know the search bar in the Firefox toolbar? While it is one of the best of Firefox&#8217;s features (aside from tabbed browsing, of course), the biggest complaint with it is probably that it&#8217;s just too small to be able to type search queries into it that are longer than one word. Well, now you can do just that, thanks to Digital Media Minute. The process is a bit complicated, involving editing some of Firefox&#8217;s Chrome files (thankfully, if you download the recommended extension, it makes the process very much simpler). The recommended width is 400 (pixels, I would assume), but for my monitor and resolution at least, 300 is]]></description>
			<content:encoded><![CDATA[<p>You know the search bar in the Firefox toolbar? While it is one of the best of Firefox&#8217;s features (aside from tabbed browsing, of course), the biggest complaint with it is probably that it&#8217;s just too small to be able to type search queries into it that are longer than one word. Well, now you can do just that, thanks to Digital Media Minute.</p>
<p>The process is a bit complicated, involving editing some of Firefox&#8217;s Chrome files (thankfully, if you download the recommended extension, it makes the process very much simpler). The recommended width is 400 (pixels, I would assume), but for my  monitor and resolution at least, 300 is a bit more reasonable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/04/resizing_the_firefox_search_bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcuts to Common Windows Dialogs</title>
		<link>http://www.forevergeek.com/2004/04/shortcuts_to_common_windows_dialogs/</link>
		<comments>http://www.forevergeek.com/2004/04/shortcuts_to_common_windows_dialogs/#comments</comments>
		<pubDate>Sat, 24 Apr 2004 03:14:11 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=273</guid>
		<description><![CDATA[Have you ever wanted to display a certain dialog just by clicking on a shortcut? Maybe you wanted to have a shortcut to open the Mouse Control Panel, and display the Buttons page by default (so that you can easily reconfigure your mouse buttons to work for playing games or something). Well, using rundll32.exe, you can do just that, among many other things. While I always knew that you could do a couple of things with rundll32, I never knew just how much until I stumpled across this page. There are a ton of different things that you can do, it&#8217;s really quite amazing.]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to display a certain dialog just by clicking on a shortcut? Maybe you wanted to have a shortcut to open the Mouse Control Panel, and display the Buttons page by default (so that you can easily reconfigure your mouse buttons to work for playing games or something). Well, using rundll32.exe, you can do just that, among many other things.</p>
<p>While I always knew that you could do a couple of things with rundll32, I never knew just how much until I stumpled across this page. There are a ton of different things that you can do, it&#8217;s really quite amazing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/04/shortcuts_to_common_windows_dialogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProcessExplorer</title>
		<link>http://www.forevergeek.com/2004/04/processexplorer/</link>
		<comments>http://www.forevergeek.com/2004/04/processexplorer/#comments</comments>
		<pubDate>Fri, 23 Apr 2004 03:10:47 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=269</guid>
		<description><![CDATA[If you&#8217;re using Win2k or XP (or, dare I say it, NT4), you&#8217;re probably used to using the Task Manager to see what&#8217;s currently going on in your system, and killing any processes that have run amok. I know that I have, and I greatly appreciate all of its additional functionality that makes it worlds better than its Win9x counterpart. I must say that ProcessExplorer even blows Task Manager out of the water. It&#8217;s basically Task Manager on information overload &#8211; aside from the typical info, it also gives you a descriptionp of each process, and the processes are laid out in a tree like manner (so you can see]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using Win2k or XP (or, dare I say it, NT4), you&#8217;re probably used to using the Task Manager to see what&#8217;s currently going on in your system, and killing any processes that have run amok. I know that I have, and I greatly appreciate all of its additional functionality that makes it worlds better than its Win9x counterpart.</p>
<p>I must say that ProcessExplorer even blows Task Manager out of the water. It&#8217;s basically Task Manager on information overload &#8211; aside from the typical info, it also gives you a descriptionp of each process, and the processes are laid out in a tree like manner (so you can see which processes started other processes). Plus, if you have debugging symbols for your OS installed, you can view all sorts of neat thread and stack trace info as well (you can grab debug symbols for your OS from <a href="http://www.microsoft.com/whdc/ddk/debugging/symbolpkg.mspx">Microsoft&#8217;s web site</a>). Now that is sweet.</p>
<p>Via <a href="http://staff.develop.com/candera/weblog2/PermaLink.aspx?guid=4614d29f-f55d-4cf3-b75f-a7e255fd1fc4">Craig Andera</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/04/processexplorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio .NET PowerToys</title>
		<link>http://www.forevergeek.com/2004/04/visual_studio_net_powertoys/</link>
		<comments>http://www.forevergeek.com/2004/04/visual_studio_net_powertoys/#comments</comments>
		<pubDate>Thu, 22 Apr 2004 03:29:30 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=264</guid>
		<description><![CDATA[While there isn&#8217;t much there yet, there is now a blog for Visual Studio .NET PowerToys. The utilities that are currently posted look very interesting &#8211; a better .NET resource editor, a new tool window containing a filterable list of all the open windows, and a code snippet editor that works with VS 2005. That&#8217;s good stuff right there, and I&#8217;m sure that more cool utilities will be posted in the future. Via Josh Ledgard.]]></description>
			<content:encoded><![CDATA[<p>While there isn&#8217;t much there yet, there is now a blog for Visual Studio .NET PowerToys. The utilities that are currently posted look very interesting &#8211; a better .NET resource editor, a new tool window containing a filterable list of all the open windows, and a code snippet editor that works with VS 2005. That&#8217;s good stuff right there, and I&#8217;m sure that more cool utilities will be posted in the future.</p>
<p>Via <a href="http://blogs.msdn.com/jledgard/archive/2004/04/21/117628.aspx">Josh Ledgard</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/04/visual_studio_net_powertoys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mysteries of the System.ComponentModel Namespace</title>
		<link>http://www.forevergeek.com/2004/04/the_mysteries_of_the_systemcomponentmodel_namespace/</link>
		<comments>http://www.forevergeek.com/2004/04/the_mysteries_of_the_systemcomponentmodel_namespace/#comments</comments>
		<pubDate>Tue, 20 Apr 2004 02:06:09 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=251</guid>
		<description><![CDATA[If you&#8217;re like me, you know little to nothing about the System.ComponentModel namespace in the .NET Framework base class library. Well, now you can learn what it&#8217;s all about, thanks to Brian Pepin&#8217;s entry on the subject. He covers the functionality provided by the namespace, and the basics of using it. It looks like the ComponentModel namespace really is very useful, once you know what it&#8217;s all about.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, you know little to nothing about the System.ComponentModel namespace in the .NET Framework base class library. Well, now you can learn what it&#8217;s all about, thanks to Brian Pepin&#8217;s entry on the subject. He covers the functionality provided by the namespace, and the basics of using it. It looks like the ComponentModel namespace really is very useful, once you know what it&#8217;s all about.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/04/the_mysteries_of_the_systemcomponentmodel_namespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard Shortcuts</title>
		<link>http://www.forevergeek.com/2004/04/keyboard_shortcuts/</link>
		<comments>http://www.forevergeek.com/2004/04/keyboard_shortcuts/#comments</comments>
		<pubDate>Sat, 17 Apr 2004 03:20:47 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=238</guid>
		<description><![CDATA[If you are a keyboard fiend (I know that I am), you prefer to use the keyboard over the mouse whenever possible. While Windows does have a keyboard equivalent for nearly everything in its UI, there are some keyboard shortcuts that are hard to find, or just aren&#8217;t really known about at all. Enter the Microsoft Keyboard Assistance page. It lists the keyboard shortcuts for Windows, IE, Office, and other Microsoft apps. On a semi-related note, if you want to open up your My Documents folder in a hurry, open up the Run dialog (Windows Key + R), type in &#8220;my documents&#8221;, and press enter (via Kevin Dente). It can&#8217;t]]></description>
			<content:encoded><![CDATA[<p>If you are a keyboard fiend (I know that I am), you prefer to use the keyboard over the mouse whenever possible. While Windows does have a keyboard equivalent for nearly everything in its UI, there are some keyboard shortcuts that are hard to find, or just aren&#8217;t really known about at all. Enter the Microsoft Keyboard Assistance page. It lists the keyboard shortcuts for Windows, IE, Office, and other Microsoft apps.</p>
<p>On a semi-related note, if you want to open up your My Documents folder in a hurry, open up the Run dialog (Windows Key + R), type in &#8220;my documents&#8221;, and press enter (via <a href="http://weblogs.asp.net/kdente/archive/2004/02/02/66366.aspx">Kevin Dente</a>). It can&#8217;t get much faster than that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/04/keyboard_shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strong Names and Security in the .NET Framework</title>
		<link>http://www.forevergeek.com/2004/04/strong_names_and_security_in_the_net_framework/</link>
		<comments>http://www.forevergeek.com/2004/04/strong_names_and_security_in_the_net_framework/#comments</comments>
		<pubDate>Mon, 12 Apr 2004 03:13:14 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=195</guid>
		<description><![CDATA[This article is a great introduction to building .NET assemblies with strong names. I&#8217;ve always known that it&#8217;s a good idea to create a strong name for the assemblies that I create, and it makes things &#8220;better&#8221; if I do so, but it wasn&#8217;t ever really explained (that I saw, anyway) why this was such a good idea. That is no longer the case &#8211; this article goes into great detail why you should strong name assemblies, the different options you have for doing so, and the pros and cons of each. It&#8217;s definitely a great read.]]></description>
			<content:encoded><![CDATA[<p>This article is a great introduction to building .NET assemblies with strong names. I&#8217;ve always known that it&#8217;s a good idea to create a strong name for the assemblies that I create, and it makes things &#8220;better&#8221; if I do so, but it wasn&#8217;t ever really explained (that I saw, anyway) why this was such a good idea. That is no longer the case &#8211; this article goes into great detail why you should strong name assemblies, the different options you have for doing so, and the pros and cons of each. It&#8217;s definitely a great read.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/04/strong_names_and_security_in_the_net_framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 Blog</title>
		<link>http://www.forevergeek.com/2004/04/visual_studio_2005_blog/</link>
		<comments>http://www.forevergeek.com/2004/04/visual_studio_2005_blog/#comments</comments>
		<pubDate>Mon, 12 Apr 2004 02:32:37 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=194</guid>
		<description><![CDATA[For those of you using the Visual Studio 2005 CTP, the Visual Studio 2005 looks like a must read. While it has just been created, the entries that have already been posted are a great way to get started using the new features in VS2005. Via Duncan Mackenzie.]]></description>
			<content:encoded><![CDATA[<p>For those of you using the Visual Studio 2005 <acronym title="Community Tech Preview">CTP</acronym>, the Visual Studio 2005 looks like a must read. While it has just been created, the entries that have already been posted are a great way to get started using the new features in VS2005.</p>
<p>Via <a href="http://blogs.msdn.com/duncanma/archive/2004/04/11/111326.aspx">Duncan Mackenzie</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/04/visual_studio_2005_blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verify Regular Expressions</title>
		<link>http://www.forevergeek.com/2004/04/verify_regular_expressions/</link>
		<comments>http://www.forevergeek.com/2004/04/verify_regular_expressions/#comments</comments>
		<pubDate>Sun, 11 Apr 2004 23:29:06 +0000</pubDate>
		<dc:creator>milbertus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=193</guid>
		<description><![CDATA[Regulator 2.0, currently in Beta, allows you to verify the regular expressions that you write work as expected. I know that there have been many times that I wanted to make sure that the regular expression that I was putting together was actually going to match what I thought it would, but I had no way to test this except for just running my app. Now, I could just run it through Regulator and make sure that I&#8217;ve written in correctly. Note that Regulator 2.0 requires the .NET Framework v1.0, which can be downloaded from Microsoft&#8217;s site. Via Dan Crevier.]]></description>
			<content:encoded><![CDATA[<p>Regulator 2.0, currently in Beta, allows you to verify the regular expressions that you write work as expected. I know that there have been many times that I wanted to make sure that the regular expression that I was putting together was actually going to match what I thought it would, but I had no way to test this except for just running my app. Now, I could just run it through Regulator and make sure that I&#8217;ve written in correctly.</p>
<p>Note that Regulator 2.0 requires the .NET Framework v1.0, which can be downloaded from Microsoft&#8217;s site.</p>
<p>Via <a href="http://blogs.msdn.com/dancre/archive/2004/04/11/111237.aspx">Dan Crevier</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2004/04/verify_regular_expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

