<?xml version="1.0"?>
<!-- RSS generated by Radio UserLand v8.0.8 on Wed, 04 May 2005 17:53:40 GMT -->
<rss version="2.0">
	<channel>
		<title>Eric Hartwell: Tips and Tricks</title>
		<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/</link>
		<description>A place to store useful info I don&apos;t want to lose</description>
		<copyright>Copyright 2005 Eric Hartwell</copyright>
		<lastBuildDate>Wed, 04 May 2005 17:53:40 GMT</lastBuildDate>
		<docs>http://backend.userland.com/rss</docs>
		<generator>Radio UserLand v8.0.8</generator>
		<managingEditor>ehartwell@exoware.com</managingEditor>
		<webMaster>ehartwell@exoware.com</webMaster>
		<category domain="http://www.weblogs.com/rssUpdates/changes.xml">rssUpdates</category> 
		<skipHours>
			<hour>0</hour>
			<hour>1</hour>
			<hour>2</hour>
			<hour>3</hour>
			<hour>23</hour>
			<hour>4</hour>
			<hour>5</hour>
			<hour>22</hour>
			</skipHours>
		<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssPleaseNotify" protocol="xml-rpc"/>
		<ttl>60</ttl>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2005/05/04.html#a2366</link>
			<description>&lt;A href=&quot;http://techrepublic.com.com/5100-10548_11-5693852.html?part=rss&amp;amp;tag=feed&amp;amp;subj=tr&quot;&gt;Utilize MySQL&apos;s features through .NET&lt;/A&gt;&lt;FONT size=1&gt; [&lt;/FONT&gt;&lt;A href=&quot;http://www.techrepublic.com/&quot;&gt;&lt;EM&gt;&lt;FONT size=1&gt;TechRepublic&lt;/FONT&gt;&lt;/EM&gt;&lt;/A&gt;&lt;FONT size=1&gt;&lt;EM&gt;&amp;nbsp;5/3/2005&lt;/EM&gt;]&lt;/FONT&gt; MySQL continues to gain market share due to its ease of use and price. The open source community has extended its reach by developing a &lt;A href=&quot;http://dev.mysql.com/downloads/connector/net/1.0.html&quot;&gt;connector to be used with the .NET Framework&lt;/A&gt;. Learn more about &lt;A href=&quot;http://techrepublic.com.com/5100-10548_11-5684700.html&quot;&gt;using MySQL in .NET&lt;/A&gt; applications and &lt;A href=&quot;http://techrepublic.com.com/5100-10548_11-5693852.html&quot;&gt;get extended examples&lt;/A&gt; of how to work with MySQL data via .NET.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2005/05/04.html#a2366</guid>
			<pubDate>Wed, 04 May 2005 17:53:17 GMT</pubDate>
			<source url="http://techrepublic.com.com/5150-22-0.xml">TechRepublic.com</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2005/04/23.html#a2309</link>
			<description>&lt;STRONG&gt;Bypass SETLOCAL/ENDLOCAL &lt;BR&gt;&lt;/STRONG&gt;&lt;BR&gt;Sometimes it would be nice if we could use SETLOCAL and ENDLOCAL to preserve the initial environment but still change one variable &quot;permanently&quot;, in the &lt;A href=&quot;http://www.robvanderwoude.com/datetiment.html#SortDate&quot;&gt;SORTDATE&lt;/A&gt; and &lt;A href=&quot;http://www.robvanderwoude.com/datetiment.html#SortTime&quot;&gt;SORTTIME&lt;/A&gt; examples, for example. I recently saw a posting at the &lt;A href=&quot;news:alt.msdos.batch.nt&quot;&gt;alt.msdos.batch.nt&lt;/A&gt; newsgroup where Phil Robyn solved this problem in an ingenious way: 
&lt;BLOCKQUOTE&gt;&lt;PRE&gt;SET TEST=&lt;BR&gt;SETLOCAL&lt;BR&gt;:: Variable test is set within local environment, which means&lt;BR&gt;:: its changes are flushed by the next ENDLOCAL command&lt;BR&gt;SET TEST=Some new value&lt;BR&gt;:: By using the ampersand and the following SET command on the&lt;BR&gt;:: same line as the ENDLOCAL command, %TEST% is resolved before&lt;BR&gt;:: the ENDLOCAL command &quot;restores&quot; its value&lt;BR&gt;ENDLOCAL &amp;amp; SET TEST=%TEST%&lt;BR&gt;SET TEST&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;This way the environment variable TEST and its value are preserved in spite of the ENDLOCAL command.&lt;BR&gt;See my &lt;A href=&quot;http://www.robvanderwoude.com/condexec.html&quot;&gt;Conditional Execution&lt;/A&gt; page for an explanation of the ampersand&apos;s usage</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2005/04/23.html#a2309</guid>
			<pubDate>Sat, 23 Apr 2005 18:21:18 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2005/03/14.html#a2078</link>
			<description>With &lt;A href=&quot;http://synergy2.sourceforge.net/about.html&quot;&gt;Synergy&lt;/A&gt;, all the computers on your desktop form a single virtual screen. You use the mouse and keyboard of only one of the computers while you use all of the monitors on all of the computers. You tell synergy how many screens you have and their positions relative to one another. Synergy then detects when the mouse moves off the edge of a screen and jumps it instantly to the neighboring screen. The keyboard works normally on each screen; input goes to whichever screen has the cursor. GNU GPL</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2005/03/14.html#a2078</guid>
			<pubDate>Mon, 14 Mar 2005 23:03:28 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2005/03/12.html#a2071</link>
			<description>&lt;STRONG&gt;Halo 2 Legendary: Beat the boarders, Cairo Station, first landing bay&lt;BR&gt;&lt;/STRONG&gt;This tactic can make getting past this section quicker on legendary.&amp;nbsp;Run up to&amp;nbsp;the doorway and simply hose down the Covenant with continuous fire from dual plasma rifles. This kills most of the grunts (especially when they&apos;re still in the boarding tube) and knocks out the elites&apos; shields so your marines can finish them off. Duck back through the doorway whenever your shields get too low or a grenade comes your way. After the last wave, you&apos;ll probably have a few elites left, but you can deal with them the normal way. As a bonus, you have ALL the grenades at your disposal. [by Eric Hartwell]&lt;BR&gt;&lt;FONT size=1&gt;Also, see &lt;/FONT&gt;&lt;A href=&quot;http://db.gamefaqs.com/console/xbox/file/halo_2_cairo_legendary.txt&quot;&gt;&lt;FONT size=1&gt;Cairo Station Legendary Walkthrough&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=1&gt;&amp;nbsp;for other hints for this level, and &lt;/FONT&gt;&lt;A href=&quot;http://db.gamefaqs.com/console/xbox/file/halo_2_legendary.txt&quot;&gt;&lt;FONT size=1&gt;Halo 2 Legendary Tactics &amp;amp; Walkthrough&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=1&gt; for general Legendary hints.&lt;/FONT&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2005/03/12.html#a2071</guid>
			<pubDate>Sat, 12 Mar 2005 14:57:44 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2005/02/27.html#a2066</link>
			<description>&lt;STRONG&gt;Halo 2 Legendary: Beat the boarders, Cairo Station, second landing bay&lt;BR&gt;&lt;/STRONG&gt;This tactic can make getting past this section a lot easier on legendary.&amp;nbsp;When you walk into the room, go to the right, into the room and up the stairs. K[ill] the Grunts on the turrets, then look for a crate next to one of the guns. Choose the gun you want to man (preferably facing the enemies), and melee the box directly behind it. Try to position the gun in the center of the box. Now, press X to man the turret. You should go into the box, and be sticking partially out, but still able to aim and shoot. In this position, so long as you positioned the box well, the Covenant won&apos;t see you, even as you fire the turret at them. [&lt;A href=&quot;http://www.gameaholix.com/modules/wfsection/article.php?articleid=11&quot;&gt;Halo 2 Trick FAQ by Kyle Barr&lt;/A&gt;]. &lt;BR&gt;Also, see &lt;A href=&quot;http://db.gamefaqs.com/console/xbox/file/halo_2_cairo_legendary.txt&quot;&gt;Cairo Station Legendary Walkthrough&lt;/A&gt;&amp;nbsp;for other hints for this level, and &lt;A href=&quot;http://db.gamefaqs.com/console/xbox/file/halo_2_legendary.txt&quot;&gt;Halo 2 Legendary Tactics &amp;amp; Walkthrough&lt;/A&gt; for general Legendary hints.&lt;BR&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2005/02/27.html#a2066</guid>
			<pubDate>Sun, 27 Feb 2005 12:22:10 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/10/10.html#a2036</link>
			<description>How do I create one Formula URL (link) field that deals with both UPS and FedEx tracking numbers?&lt;BR&gt;[&lt;A class=pdbInHeader title=&quot;Return to the Overview Page&quot; href=&quot;https://www.quickbase.com/9kaw8phg&quot;&gt;QuickBase Support Center&lt;/A&gt; KnowledgeBase &lt;A href=&quot;https://www.quickbase.com/db/6mztyxu8?a=dr&amp;amp;r=ck&quot;&gt;Article #74&lt;/A&gt;] 
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;UPS:&lt;/STRONG&gt; &lt;A href=&quot;http://wwwapps.ups.com/etracking/tracking.cgi?tracknum=[Tracking #]&amp;amp;accept_UPS_license_agreement=yes&amp;amp;nonUPS_title=QuickBase%20Package%20Tracking%20System&quot;&gt;&lt;FONT size=1&gt;&lt;a href=&quot;http://wwwapps.ups.com&quot;&gt;http://wwwapps.ups.com&lt;/a&gt;&lt;WBR&gt;/etracking&lt;WBR&gt;/tracking.cgi&lt;WBR&gt;?tracknum=[Tracking #]&amp;amp;accept_UPS_license_agreement=yes&amp;amp;nonUPS_title=QuickBase%20Package%20Tracking%20System&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;FedEx:&lt;/STRONG&gt; &lt;A href=&quot;http://www.fedex.com/cgi-bin/tracking?action=track&amp;amp;language=english&amp;amp;cntry_code=us&amp;amp;initial=x&amp;amp;mps=y&amp;amp;tracknumbers=[Tracking #]&quot;&gt;&lt;FONT size=1&gt;&lt;NOBR&gt;&lt;a href=&quot;http://www.fedex.com&quot;&gt;http://www.fedex.com&lt;/a&gt;&lt;WBR&gt;/cgi-bin&lt;WBR&gt;/tracking&lt;WBR&gt;?action=track&amp;amp;language=english&amp;amp;cntry_code=us&amp;amp;initial=x&amp;amp;mps=y&amp;amp;tracknumbers&lt;/NOBR&gt;=[Tracking #]&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;FedEx Ground: &lt;/B&gt;&lt;A href=&quot;http://www.fedex.com/cgi-bin/tracking?action=track&amp;amp;language=english&amp;amp;cntry_code=us&amp;amp;initial=x&amp;amp;mps=y&amp;amp;tracknumbers=[Tracking #]&quot;&gt;&lt;FONT size=1&gt;&lt;NOBR&gt;&lt;a href=&quot;http://www.fedex.com&quot;&gt;http://www.fedex.com&lt;/a&gt;&lt;WBR&gt;/cgi-bin&lt;WBR&gt;/tracking&lt;WBR&gt;?action=track&amp;amp;language=english&amp;amp;cntry_code=us&amp;amp;initial=x&amp;amp;mps=y&amp;amp;tracknumbers&lt;/NOBR&gt;=[Tracking #]&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;Fedex Freight:&lt;/B&gt; &lt;A href=&quot;http://www.fedexfreight.fedex.com/protrace.jsp?as_type=PRO&amp;amp;emailfax=&amp;amp;as_entryPage=Pro Number&amp;amp;as_pro= [Tracking #]&quot;&gt;&lt;FONT size=1&gt;&lt;NOBR&gt;&lt;a href=&quot;http://www.fedexfreight.fedex.com&quot;&gt;http://www.fedexfreight.fedex.com&lt;/a&gt;&lt;WBR&gt;/protrace.jsp&lt;WBR&gt;?as_type=PRO&amp;amp;emailfax=&amp;amp;as_entryPage=Pro%20Number&amp;amp;as_pro&lt;/NOBR&gt;= [Tracking #]&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/10/10.html#a2036</guid>
			<pubDate>Sun, 10 Oct 2004 15:53:00 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/09/22.html#a1916</link>
			<description>&lt;A href=&quot;http://www.webreference.com/dhtml/column69/&quot;&gt;Dynamic HTML Lab: Pop-up Calendar 1.1&lt;/A&gt;. The first maintenance release of our new, but already popular, Popup Calendar includes better navigation bar styling, the ability to clear read-only input fields and fixes a couple of minor problems missed the first time around. By Peter Belesis. 0916 [&lt;A href=&quot;http://www.webreference.com&quot;&gt;WebReference News&lt;/A&gt;&amp;nbsp;9/16/2004]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/09/22.html#a1916</guid>
			<pubDate>Wed, 22 Sep 2004 20:31:09 GMT</pubDate>
			<source url="http://www.webreference.com/webreference.rdf">WebReference News</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/09/11.html#a1849</link>
			<description>&lt;A href=&quot;http://www.webreference.com/dhtml/column67/&quot;&gt;Dynamic HTML Lab: Pop-up Calendar 1.0&lt;/A&gt;. In a much anticipated article, Peter Belesis returns with this piece on a DHTML Lab Popup Calendar. Among its many features: No knowledge of JavaScript is necessary; only a beginner&apos;s aquaintance with HTML and CSS syntax is all that&apos;s needed. 0809 [&lt;A href=&quot;http://www.webreference.com&quot;&gt;WebReference News&lt;/A&gt;&amp;nbsp;&lt;EM&gt;8/30/2004&lt;/EM&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/09/11.html#a1849</guid>
			<pubDate>Sun, 12 Sep 2004 01:20:57 GMT</pubDate>
			<source url="http://www.webreference.com/webreference.rdf">WebReference News</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/06/18.html#a1843</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.devx.com/tips/Tip/21382?trk=DXRSS_WEBDEV&quot;&gt;Export HTML Data into Excel Files &lt;/A&gt;&lt;BR&gt;Nowadays, many reports are generated as HTML documents for access on the Web. This tip shows you how to export that HTML data as it is (including all the CSS styles, tables borders, etc.) into an .xls file which can be saved and used as you need it. Include the following code in the .jsp page that generates the report/HTML page: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; String mimeType = &quot;application/vnd.ms-excel&quot;;
 response.setContentType(mimeType);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The output is transferred to an .xls document. &lt;BR&gt;Please Note: Microsoft Excel must be installed on the client&apos;s computer for this to work.&lt;BR&gt;By MS Sridhar &lt;a href=&quot;mailto:SridharMSmail@yahoo.com&quot;&gt;SridharMSmail@yahoo.com&lt;/a&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/06/18.html#a1843</guid>
			<pubDate>Fri, 18 Jun 2004 12:44:02 GMT</pubDate>
			<source url="http://services.devx.com/outgoing/webdevfeed.xml">DevX: Latest Web Development Content</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/05/08.html#a1839</link>
			<description>&lt;A href=&quot;http://www.iunknown.com/000439.html&quot;&gt;Constraints and unit testing&lt;/A&gt;. 
&lt;P&gt;One thing that I would like to enforce in my unit tests are constraints. Examples of constraints are things like read-only properties and sealed classes. If a developer comes along and removes one of those constraints by making the property read-write, or by unsealing the class, those changes are not detectable by simply recompiling the code.&lt;/P&gt;
&lt;P&gt;One way to enforce constraints is to write unit tests that assert their existence. To help folks out, I&apos;ve written the beginnings of a utility class that can be used with NUnit tests. Here&apos;s the source code for that class for folks who are interested. Feedback about these ideas would be greatly appreciated.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; Public Class AssertEx : Inherits Assertion Public Shared Sub AssertReadOnlyProperty(ByVal t As Type, ByVal propertyName As String) Dim pi As PropertyInfo = t.GetProperty(propertyName) Assert(String.Format(&quot;Read-only property {0} in class {1} cannot be read from&quot;, propertyName, t.FullName), pi.CanRead) Assert(String.Format(&quot;Read-only property {0} in class {1} can be written to&quot;, propertyName, t.FullName), Not pi.CanWrite) End Sub Public Shared Sub AssertWriteOnlyProperty(ByVal t As Type, ByVal propertyName As String) Dim pi As PropertyInfo = t.GetProperty(propertyName) Assert(String.Format(&quot;Write-only property {0} in class {1} can be read from&quot;, propertyName, t.FullName), Not pi.CanRead) Assert(String.Format(&quot;Write-only property {0} in class {1} cannot be written to&quot;, propertyName, t.FullName), pi.CanWrite) End Sub &apos; TODO: Implement a visibility property assert - must be internal for example. need to use GetAccessors() &apos; and assert visibility based on property get/set method visibility Public Shared Sub AssertNotInheritableClass(ByVal t As Type) Assert(String.Format(&quot;Class {0} cannot be derived from&quot;, t.FullName), t.IsSealed) End Sub Public Shared Sub AssertNonSerializable(ByVal t As Type) Assert(String.Format(&quot;Class {0} cannot be serializable&quot;, t.FullName), Not t.IsSerializable) End Sub &apos; TODO: Assert that a class must be abstract Public Shared Sub AssertNotCreatable(ByVal t As Type) Dim cis() As ConstructorInfo = t.GetConstructors() Dim ci As ConstructorInfo For Each ci In cis Assert(String.Format(&quot;Non-private constructor found in a class {0} that must not be creatable&quot;, t.FullName), ci.IsPrivate) Next End Sub End Class &lt;/CODE&gt;&lt;/PRE&gt;[&lt;A href=&quot;http://www.iunknown.com/&quot;&gt;iunknown.com&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/05/08.html#a1839</guid>
			<pubDate>Sat, 08 May 2004 15:42:05 GMT</pubDate>
			<source url="http://www.iunknown.com/rss.xml">iunknown.com</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/01/07.html#a1618</link>
			<description>&lt;A href=&quot;http://www.mywebattack.com/gnomeapp.php?id=107406&quot;&gt;Windowpaper XP&lt;/A&gt; FREE Wallpaper customizer:&amp;nbsp;lets you customize the background of your folders with wallpapers in the same way you can customize your desktop. It allows you to select a custom background image for any folder you want, specify the font color (to make it stick out), and instantly preview the results. Very neat, easy to use tool for those that like to customize their workspace.[&lt;A href=&quot;http://channels.lockergnome.com/windows/&quot;&gt;Lockergnome Windows Fanatics&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2004/01/07.html#a1618</guid>
			<pubDate>Thu, 08 Jan 2004 00:39:19 GMT</pubDate>
			<source url="http://www.lockergnome.com/rss/windowsdaily.php">Lockergnome Windows Fanatics</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/10/16.html#a1586</link>
			<description>&lt;STRONG&gt;&lt;A href=&quot;http://www.mywebattack.com/gnomeapp.php?id=107162&quot;&gt;TrayDevil v1.04 [56k] W98/2k/XP FREE&lt;/A&gt;&lt;/STRONG&gt; &amp;nbsp;TrayDevil can minimize any window to the system tray, and also acts as a quick reboot and shutdown tool. It enables you to simply Shift + left-click on any window (program, folder, website, etc.) and it will be minimized to the system tray, using its standard windows icon. In addition, you can use the middle mouse key to quickly close windows, hide the system clock, and reboot your PC by double-clicking the TrayDevil icon. Small and easy to use. [MWA] [&lt;A href=&quot;http://windowsdaily.lockergnome.com/&quot;&gt;Lockergnome Windows Daily&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/10/16.html#a1586</guid>
			<pubDate>Thu, 16 Oct 2003 11:56:47 GMT</pubDate>
			<source url="http://www.lockergnome.com/rss/windowsdaily.php">Lockergnome Windows Daily</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/10/09.html#a1583</link>
			<description>&lt;STRONG&gt;Automatically generate CSS &lt;/STRONG&gt;[&lt;A href=&quot;http://windowsdaily.lockergnome.com/&quot;&gt;Lockergnome Windows Daily&lt;/A&gt;] 
&lt;UL&gt;
&lt;LI&gt;&lt;A class=URL href=&quot;http://www.fu2k.org/alex/css/layouts/3Col_OrderedAbsolute.mhtml&quot;&gt;&lt;a href=&quot;http://www.fu2k.org/alex/css/layouts/3Col_OrderedAbsolute.mhtml&quot;&gt;http://www.fu2k.org/alex/css/layouts/3Col_OrderedAbsolute.mhtml&lt;/a&gt;&lt;/A&gt; (configures tables)&lt;/LI&gt;
&lt;LI&gt;&lt;A class=URL href=&quot;http://www.csscreator.com/version1/&quot;&gt;&lt;a href=&quot;http://www.csscreator.com/version1/&quot;&gt;http://www.csscreator.com/version1/&lt;/a&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A class=URL href=&quot;http://nide.snow.utoronto.ca/css/&quot;&gt;&lt;a href=&quot;http://nide.snow.utoronto.ca/css/&quot;&gt;http://nide.snow.utoronto.ca/css/&lt;/a&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A class=URL href=&quot;http://www.cathyjenkins.com/downloads/css.html&quot;&gt;&lt;a href=&quot;http://www.cathyjenkins.com/downloads/css.html&quot;&gt;http://www.cathyjenkins.com/downloads/css.html&lt;/a&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A class=URL href=&quot;http://www.xmldir.de/quickcss/&quot;&gt;&lt;a href=&quot;http://www.xmldir.de/quickcss/&quot;&gt;http://www.xmldir.de/quickcss/&lt;/a&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A class=URL href=&quot;http://www.inknoise.com/experimental/layoutomatic.php&quot;&gt;&lt;a href=&quot;http://www.inknoise.com/experimental/layoutomatic.php&quot;&gt;http://www.inknoise.com/experimental/layoutomatic.php&lt;/a&gt;&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A class=URL href=&quot;http://www.wannabegirl.org/firdamatic/&quot;&gt;&lt;a href=&quot;http://www.wannabegirl.org/firdamatic/&quot;&gt;http://www.wannabegirl.org/firdamatic/&lt;/a&gt;&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/10/09.html#a1583</guid>
			<pubDate>Thu, 09 Oct 2003 13:24:54 GMT</pubDate>
			<source url="http://www.lockergnome.com/rss/windowsdaily.php">Lockergnome Windows Daily</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/09/20.html#a1522</link>
			<description>&lt;A href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=7424168e-f745-4450-b671-aac2c79568eb&quot;&gt;Step-by-Step Guide for Setting Up a PPTP-based Site-to-Site VPN Connection in a Test Lab&lt;/A&gt;. This step-by-step guide describes the configuration of a PPTP-based site-to-site virtual private network (VPN) connection using five computers in a test lab. This guide assumes you know TCP/IP, IP routing, and the capabilities of the Windows Server 2003 Routing and Remote Access service. [&lt;A href=&quot;http://www.microsoft.com/downloads/&quot;&gt;Microsoft Download Center&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/09/20.html#a1522</guid>
			<pubDate>Sun, 21 Sep 2003 00:23:12 GMT</pubDate>
			<source url="http://www.thundermain.com/rss/">Microsoft Download Center</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/09/08.html#a1509</link>
			<description>&lt;A href=&quot;http://www.xml.com/pub/a/1999/09/expat/index.html&quot;&gt;Expat is a library, written in C, for parsing XML documents&lt;/A&gt;. It&apos;s the underlying XML parser for the open source Mozilla project, perl&apos;s XML::Parser, and other open-source XML parsers. As demonstrated in my &lt;A href=&quot;http://www.xml.com/pub/a/Benchmark/article.html&quot;&gt;benchmark article&lt;/A&gt;, it&apos;s very fast. It also sets a high standard for reliability, robustness and correctness.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/09/08.html#a1509</guid>
			<pubDate>Mon, 08 Sep 2003 12:34:22 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/09/08.html#a1508</link>
			<description>&lt;A href=&quot;http://www.kungfugrippe.com/previously/002462.php&quot;&gt;Ingenious email-harvester honeypot&lt;/A&gt;. Merlin Mann outlines an ingenious procedure for identifying spammers&apos; email-harvesters&apos; IP addresses and user-agents: In each page I serve, I include a bogus email address, encoded with the date of access as well as the host IP address and embedded in a comment. [Apache&apos;s server-side includes are great!] This has allowed me to trace spam back to specific hosts and/or robots. One of the first I caught with this technique was the robot with the user agent &quot;Mozilla/4.0 efp@gmx.net&quot;, which always seems to come from argon.oxeo.com - it&apos;s identified it above as simply rude. </description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/09/08.html#a1508</guid>
			<pubDate>Mon, 08 Sep 2003 12:22:27 GMT</pubDate>
			<source url="http://boingboing.net/rss.xml">Boing Boing Blog</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/09/07.html#a1506</link>
			<description>&lt;A href=&quot;/webtech/061103-1.shtml&quot;&gt;Using Stylesheets to Create a Print This Page View ( 06/11/03 )&lt;/A&gt; [&lt;A href=&quot;&quot;&gt;4GuysFromRolla.com&lt;/A&gt;&amp;nbsp;&lt;EM&gt;6/25/2003&lt;/EM&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/09/07.html#a1506</guid>
			<pubDate>Sun, 07 Sep 2003 18:51:28 GMT</pubDate>
			<source url="http://services.perceive.net/xml/4guysfromrolla_rss10.xml">4GuysFromRolla.com</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/09/06.html#a1503</link>
			<description>&lt;A href=&quot;http://radio.weblogs.com/0117167/2003/08/12.html#a419&quot;&gt;List of free ASP.NET and .NET tools&lt;/A&gt;. A new &lt;A href=&quot;http://aspnettoolbox.com/toolbox/&quot;&gt;site &lt;/A&gt;up with a list of ASP.NET and .NET tools. Also supports an RSS &lt;A href=&quot;http://aspnettoolbox.com/toolbox/Rss.aspx&quot;&gt;feed&lt;/A&gt;.[&lt;A href=&quot;http://radio.weblogs.com/0117167/&quot;&gt;Sean&amp;nbsp; Early&apos; Campbell &amp;amp; Scott &apos;Adopter&apos; Swigart&apos;s Radio Weblog&lt;/A&gt;] &lt;EM&gt;8/12/2003&lt;/EM&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/09/06.html#a1503</guid>
			<pubDate>Sat, 06 Sep 2003 22:51:53 GMT</pubDate>
			<source url="http://radio.weblogs.com/0117167/rss.xml">Sean &apos;Early&apos; Campbell &amp; Scott &apos;Adopter&apos; Swigart&apos;s Radio Weblog</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/07/06.html#a1466</link>
			<description>&lt;A href=&quot;http://www.techrepublic.com/article.jhtml?id=r00720030107pos01.htm&amp;amp;fromtm=e108-2&quot;&gt;Prevent unauthorized software on your network with software restriction policies&lt;/A&gt; Windows Server 2003 gives you more power than ever before, including the power to control installed software on workstations. Here&apos;s a look at how you can use software restriction policies to keep unauthorized software off your network. </description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/07/06.html#a1466</guid>
			<pubDate>Sun, 06 Jul 2003 11:53:42 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/06/04.html#a1449</link>
			<description>&lt;A href=&quot;http://radio.weblogs.com/0117167/2003/05/01.html#a273&quot;&gt;Lost Windows Product Key?&lt;/A&gt;. One of our guys had to reload one of his boxes, and he couldn&apos;t remember which key he used on which machine.&amp;nbsp; Then he used one of &lt;A href=&quot;http://www.angelfire.com/va3/vic3/winkeys.htm&quot;&gt;these tools&lt;/A&gt; to find out.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/06/04.html#a1449</guid>
			<pubDate>Thu, 05 Jun 2003 00:39:00 GMT</pubDate>
			<source url="http://radio.weblogs.com/0117167/rss.xml">Sean &apos;Early&apos; Campbell &amp; Scott &apos;Adopter&apos; Swigart&apos;s Radio Weblog</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/06/04.html#a1447</link>
			<description>&lt;A href=&quot;http://www.techrepublic.com/article.jhtml?id=r00320030514pos01.htm&amp;amp;fromtm=e101-3&quot;&gt;Changing the product key on Windows XP&lt;/A&gt; Changing a Windows XP product key doesn&apos;t always require a complete reinstallation of the OS. We&apos;ll show you how to get the job done by editing the registry or using a Microsoft WMI script. </description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/06/04.html#a1447</guid>
			<pubDate>Thu, 05 Jun 2003 00:29:04 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/06/04.html#a1445</link>
			<description>&lt;A href=&quot;http://searchwebservices.techtarget.com/bestWebLinks/0,289521,sid26_tax288871,00.html&quot;&gt;free XML SOAP Monitor&lt;/A&gt;&lt;BR&gt;&lt;A href=&quot;http://searchwebservices.techtarget.com/bestWebLinks/0,289521,sid26_tax285502,00.html&quot;&gt;free Authentic 5 XML document editor&lt;/A&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/06/04.html#a1445</guid>
			<pubDate>Thu, 05 Jun 2003 00:23:13 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/30.html#a1441</link>
			<description>&lt;A href=&quot;http://www.techrepublic.com/article.jhtml?id=r00320030224hay01.htm&amp;amp;fromtm=e033&quot;&gt;Troubleshoot bad RAM with DocMemory from CST&lt;/A&gt; Your RAM could be the culprit if you&apos;re experiencing random Windows errors or Windows installation problems. Get the details on why you should use DocMemory, a freeware program from CST, to speed your diagnosis.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/30.html#a1441</guid>
			<pubDate>Fri, 30 May 2003 20:21:49 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/30.html#a1440</link>
			<description>&lt;B&gt;&lt;A href=&quot;http://www.idev.ch/icarbon/&quot;&gt;iCarbon v2.1.3&lt;/A&gt; &lt;/B&gt;{free personal copier} Combine the printer and scanner into a photo copier using iCarbon, which works with TWAIN-compatible scanners. The utility makes the scan/print operation work with one click. After installing, the program immediately and accurately recognized my printer and scanner. The preferences offer inverted image printing. The simple interface displays options for the number of copies, zoom percentage, quality, contrast, and type of copy (RGB, for example). The printer prints the image from the scanner or the Webcam. If you&apos;re in a hurry to get a printout of a picture, this takes a two-step process and combines it into one.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/30.html#a1440</guid>
			<pubDate>Fri, 30 May 2003 20:19:06 GMT</pubDate>
			<source url="http://www.lockergnome.com/rss/windowsdaily.php">Lockergnome Windows Daily</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/29.html#a1436</link>
			<description>&lt;A href=&quot;http://www.winnetmag.com/articles/index.cfm?articleid=38325&quot;&gt;DIAGNOSING LOGON DELAYS&lt;/A&gt;&amp;nbsp;In this column, I discuss diagnosing and solving logon delays caused by three specific problems. I use the term &quot;logon delay&quot; to include the time it takes for the logon screen to disappear after you enter valid credentials, plus the time it takes for a Windows XP or Windows 2000 system to display the desktop after the logon box disappears. Logon delays can occur in three situations: when you log on interactively at a workstation or server, when you connect to a VPN server, and when you connect to resources on a standalone server that requires local credentials, rather than domain credentials. Profile problems are also a common source of logon delays, but they&apos;re complicated and outside the scope of this discussion--a large profile or an inaccessible or corrupt profile can appear to hang a system or result in an empty desktop after a delay of 10 minutes or more. </description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/29.html#a1436</guid>
			<pubDate>Thu, 29 May 2003 22:30:36 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/25.html#a1418</link>
			<description>&lt;A href=&quot;http://www.techrepublic.com/article.jhtml?id=r00220020924mci01.htm&amp;amp;fromtm=e033&quot;&gt;Build a floppy-based router/firewall with Freesco&lt;/A&gt;&lt;BR&gt;Freesco is an open source router/firewall solution with small hardware requirements and minimal administrative overhead. It&apos;s perfect for your small IT budget. Find out how to get it up and running.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/25.html#a1418</guid>
			<pubDate>Mon, 26 May 2003 00:55:35 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/15.html#a1372</link>
			<description>&lt;STRONG&gt;wshwizard&lt;/STRONG&gt; - &lt;A href=&quot;http://desktopengineer.com/article.php?story=20030402154659959&quot;&gt;HTML Application Template to be used as a VBScript Interface&lt;/A&gt;&amp;nbsp;Have you ever needed a rich interface for a WSH script? Most available options require the deployment of at least one custom control - not this one.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/15.html#a1372</guid>
			<pubDate>Thu, 15 May 2003 15:42:45 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/15.html#a1371</link>
			<description>&lt;STRONG&gt;&lt;FONT color=red&gt;MSDN Licenses are Perpetual&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;The licenses for the tools inside your MSDN Subscription are licensed to you for development and test purposes in perpetuity . This means that even if your subscription were to expire, you can still use the tools for development and test purposes, for ever. To learn more about how to become an MSDN Subscriber visit the &lt;A href=&quot;http://go.microsoft.com/?linkid=144071&quot;&gt;&lt;FONT color=#003399&gt;MSDN Subscriptions Centre.&lt;/FONT&gt;&lt;/A&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/15.html#a1371</guid>
			<pubDate>Thu, 15 May 2003 15:35:34 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/15.html#a1370</link>
			<description>&lt;A href=&quot;http://www.panicware.com/product_psfree.html&quot;&gt;Panicware&apos;s Pop-Up Stopper Free Edition&lt;/A&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/15.html#a1370</guid>
			<pubDate>Thu, 15 May 2003 15:33:00 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/14.html#a1368</link>
			<description>&lt;A href=&quot;http://www.4t-niagara.com/tray.html&quot;&gt;&lt;STRONG&gt;4t Tray Minimizer v3.2 [564k] W9x/2k/XP FREE &lt;/STRONG&gt;&lt;/A&gt;{Minimizing apps to system tray}&lt;BR&gt;Free up taskbar space with 4t Tray Minimizer, which minimizes applications as system tray icons instead of buttons on the taskbar. Minimize any open application to the system tray instead of the task bar by right-clicking the minimize button (in the upper right hand corner of applications, there are three buttons: minimize, reduce, and close). Hide any application without displaying its icon in the system tray and restore it by using a list of hidden applications in the Main Window of the program. The program also has the ability to create a Quick Launch style menu for your favorite (or more often-used) applications. Although you can use Quick Launch elsewhere, this may be easier for some to use as opposed to the built-in Windows Quick Launch. It does come with customized keyboard shortcuts. When you start using the program for the first time, it starts with an optional step-by-step tutorial. The free version doesn&apos;t store customized settings or come with technical support, however. [&lt;A href=&quot;http://windowsdaily.lockergnome.com/&quot;&gt;Lockergnome Windows Daily&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/14.html#a1368</guid>
			<pubDate>Wed, 14 May 2003 14:50:45 GMT</pubDate>
			<source url="http://www.lockergnome.com/rss/windowsdaily.php">Lockergnome Windows Daily</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/12.html#a1365</link>
			<description>&lt;A href=&quot;http://www.techrepublic.com/article.jhtml?id=r00220030212van01.htm&amp;amp;fromtm=e101-3&quot;&gt;Distribute prebuilt system configurations with VMware&lt;/A&gt;&lt;BR&gt;Admins often need to copy and rebuild exact replicas of system configurations--especially in a testing network. VMware makes it quite simple to transport complete system configurations of virtual machines.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/12.html#a1365</guid>
			<pubDate>Mon, 12 May 2003 13:40:58 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/11.html#a1360</link>
			<description>You can simplify your life considerably - at least as far as registry settings are concerned - by investing in a tool called &lt;A href=&quot;http://www.winguides.com/tweak/&quot;&gt;&lt;STRONG&gt;WinGuides Tweak Manager&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;from WinGuides Network. WinGuides Tweak Manager covers some 1,100 registry tweaks for Windows, Internet Explorer and Office. The list of tweaks is regularly updated and downloaded to your copy of Tweak Manager on demand. At $30, this product is a steal.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/11.html#a1360</guid>
			<pubDate>Sun, 11 May 2003 13:58:47 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/10.html#a1345</link>
			<description>&lt;P&gt;&lt;STRONG&gt;Q. How can I change the product key when I activate my Windows XP installation?&lt;BR&gt;&lt;/STRONG&gt;When you install XP, you must enter a product key to register the software with Microsoft. However, if you want to use a different key to activate the software after installation (e.g., maybe you originally used an existing key during installation and have since purchased a new license), perform the following steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Start the activation process as usual (go to Start, All Programs, Accessories, System Tools, then select Activate Windows).&lt;/LI&gt;
&lt;LI&gt;Click &quot;Yes, I want to telephone a customer service representative to active Windows&quot;, then click Next.&lt;/LI&gt;
&lt;LI&gt;Click the &quot;Change Product Key&quot; button.&lt;/LI&gt;
&lt;LI&gt;Enter the new key, then click Update.&lt;/LI&gt;
&lt;LI&gt;Click Telephone, then continue with the activation.&lt;/LI&gt;&lt;/OL&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/10.html#a1345</guid>
			<pubDate>Sun, 11 May 2003 00:20:44 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/07.html#a1332</link>
			<description>&lt;A href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030506TI-HotPop&quot;&gt;Access Hotmail From a POP3 Mail Client with Hotmail Popper&lt;/A&gt; Many people want to get their Hotmail using Outlook 2000/2002, Eudora or some other POP3 client. They don&apos;t want to have to use the web browser to get their Hotmail messages. It makes sense to use a POP3 client, since it&apos;s much easier to save and organize your mail when it&apos;s downloaded to your email program. Hotmail Popper is a free program that allows you to download messages from your Hotmail account.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/07.html#a1332</guid>
			<pubDate>Thu, 08 May 2003 02:05:26 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/07.html#a1302</link>
			<description>&lt;B&gt;&lt;A href=&quot;http://www.mywebattack.com/gnomeapp.php?id=106239&quot;&gt;Hekko Virtual CD v1.02 [1.2M] W2k/XP FREE&lt;/A&gt;&lt;/B&gt;&amp;nbsp;Hekko Virtual CD enables you to create a virtual CD-ROM drive on your PC, which allows you to play CDs without having to insert the actual disk. This not only eliminates the need to switch disks frequently, but also increases the performance of games, since the hard drive can usually be accessed much faster than the CD. Hekko Virtual CD works with most games, music or software programs. You can image as many CDs as you need and the load the virtual image into the drive by using the tray icon. The program uses HekkoScan(tm); nearly any CD can be imaged and played. [MWA] [&lt;A href=&quot;http://windowsdaily.lockergnome.com/&quot;&gt;Lockergnome Windows Daily&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/05/07.html#a1302</guid>
			<pubDate>Wed, 07 May 2003 11:13:15 GMT</pubDate>
			<source url="http://www.lockergnome.com/rss/windowsdaily.php">Lockergnome Windows Daily</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/30.html#a1273</link>
			<description>&lt;A href=&quot;http://www.codeguru.com/debug/QAFDebug.html&quot;&gt;&lt;STRONG&gt;Code That Debugs Itself - (C++)&lt;/STRONG&gt;&lt;/A&gt; A set of simple, flexible, and powerful debug macros that allow you to catch most of the programming errors in early stages of development. These macros stimulate writing the &quot;code that debugs itself.&quot; </description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/30.html#a1273</guid>
			<pubDate>Wed, 30 Apr 2003 23:34:40 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/30.html#a1271</link>
			<description>&lt;A href=&quot;http://messages.javascriptsource.com/the-matrix-codebreaker.html&quot;&gt;The Matrix Codebreaker&lt;/A&gt;. Remember The Matrix, when they do the phone trace and the numbers keep scrolling until the correct number is found? This script randomly chooses the numbers until the correct one is chosen. A cool way to display your messages. [&lt;A href=&quot;http://www.webdeveloper.com&quot;&gt;WebDeveloper.com&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/30.html#a1271</guid>
			<pubDate>Wed, 30 Apr 2003 13:27:37 GMT</pubDate>
			<source url="http://www.webdeveloper.com/webdeveloper.rdf">WebDeveloper.com</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/30.html#a1270</link>
			<description>&lt;A href=&quot;http://www.ruihehang.com/myie2/html_en/home.htm&quot;&gt;MyIE2 Online v0.7.829 beta [657k] W9x/2k/XP FREE&lt;/A&gt;&amp;nbsp;{Internet Explorer multi-page browser} Netscape has it. Mozilla has it. Opera has it. Internet Explorer does not have it. What is it? Tabbed browsing. The nice thing about tabbed browsing is that you have only one window open for multiple Web pages instead of one Window per Web page. The MyIE2 interface is similar to the Internet Explorer interface and adds the opened Web sites just beneath the address box. It also comes with its own options separate from IE&apos;s where you can select options for filtering popups, windows, favorites, tab appearance, and plug-ins. It also adds a few more system icons such as auto-scrolling, undo, and utility manager. There are two &quot;x&quot; icons, one for closing the current window and the other for closing all windows. Microsoft should adopt this feature; with all other browsers doing it, the company is bound to copy it and add some of its own proprietary stuff to it. If the download or Web site is slow, go to &lt;A href=&quot;http://www.mywebattack.com/gnomeapp.php?id=104160&quot;&gt;WebAttack&lt;/A&gt; for a faster download. [Meryl] [&lt;A href=&quot;http://windowsdaily.lockergnome.com/&quot;&gt;Lockergnome Windows Daily&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/30.html#a1270</guid>
			<pubDate>Wed, 30 Apr 2003 13:25:29 GMT</pubDate>
			<source url="http://www.lockergnome.com/rss/windowsdaily.php">Lockergnome Windows Daily</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/30.html#a1269</link>
			<description>&lt;A href=&quot;http://radio.weblogs.com/0117167/2003/04/29.html#a271&quot;&gt;&lt;STRONG&gt;EIF Releases&lt;/STRONG&gt;&lt;/A&gt; With absolutely no fanfare, Enterprise Instrumentation Framework has released.&amp;nbsp; EIF lets you instrument your applications with tracing information that&apos;s meant to be left in while the application is in production.&amp;nbsp; Tracing can be turned on and off, and directed to various sinks, simply by modifying a configuration file at run time.&amp;nbsp; You can&amp;nbsp;trace user operations, class operations,&amp;nbsp;requests as they travel through a distributed application, or just about anything else you can imagine. Check it out. &lt;A href=&quot;https://msdn.one.microsoft.com/Subscriber/1033/Default.asp&quot;&gt;MSDN Subscriber Downloads&lt;/A&gt; | Content | Developer Tools | Enterprise Instrumentation Framework.[&lt;A href=&quot;http://radio.weblogs.com/0117167/&quot;&gt;Sean &apos;Early&apos; Campbell &amp;amp; Scott &apos;Adopter&apos; Swigart&apos;s Radio Weblog&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/30.html#a1269</guid>
			<pubDate>Wed, 30 Apr 2003 13:24:35 GMT</pubDate>
			<source url="http://radio.weblogs.com/0117167/rss.xml">Sean &apos;Early&apos; Campbell &amp; Scott &apos;Adopter&apos; Swigart&apos;s Radio Weblog</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/29.html#a1268</link>
			<description>FREE: &lt;A href=&quot;http://desktopengineer.com/article.php?story=20021025123050290&quot;&gt;Hard-link Creator for Windows&lt;/A&gt;&amp;nbsp;UNIX fans have been familiar with hard-links for quite some time. A hard-link makes it appear as though a file is located in more than one place at a time, when in reality, only one copy exists. [&lt;A href=&quot;http://radio.weblogs.com/0111737/categories/ping/&quot;&gt;Eric Hartwell: Ping&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/29.html#a1268</guid>
			<pubDate>Tue, 29 Apr 2003 12:40:05 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/28.html#a1264</link>
			<description>&lt;A href=&quot;http://drawswf.sourceforge.net/&quot;&gt;&lt;STRONG&gt;DrawSWF&lt;/STRONG&gt; v1.2.7 [633k] W9x/2k/XP FREE &lt;/A&gt;{Drawing program}&amp;nbsp;It&apos;s a simple interface with basic tools for drawing lines, entering text, selecting line thickness, drawing a shape, or selecting a pen for free drawing. Every move you make is the order in which the animation will be presented unless you rearrange it in the drawing objects dialog box. Click on the Play button to preview your work in progress. When you complete your work of art, export it as a Flash file and select the speed of the animation. The file is saved as a SWF file, which is a Flash file. [&lt;A href=&quot;http://radio.weblogs.com/0111737/categories/ping/&quot;&gt;Eric Hartwell: Ping&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/28.html#a1264</guid>
			<pubDate>Tue, 29 Apr 2003 01:00:07 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/19.html#a1229</link>
			<description>&lt;FONT size=3&gt;&lt;B&gt;Speed-up Windows XP Startups&lt;/B&gt;&lt;/FONT&gt; 
&lt;P&gt;Allan Kelly wrote in and reminded us of a great tip on how to speed up your Windows XP start up times. Just clean out your prefetch folder. Windows XP keeps track of your frequently used programs and sets them up so that they start up faster. However, sometimes a lot of junk gets into the prefetch folder and can slow things down. Try this: 
&lt;OL&gt;
&lt;LI&gt;Open the Windows Explorer and go to c:/WINDOWS/Prefetch folder. 
&lt;LI&gt;Click the View menu and then click the Select All command. This should highlight all the files in the folder. Once all the files in the Prefetch folder are selected, press the DELETE key on the keyboard to delete these files. Click Yes to send the files to the Recycle Bin. 
&lt;LI&gt;Restart your computer. You should find that Windows XP starts a lot faster! &lt;/LI&gt;&lt;/OL&gt;Do this once a week and your Windows XP startups will always be snappy. &lt;BR&gt;&lt;FONT size=1&gt;WinXPnews&amp;#153; E-Zine Tue, Apr 15, 2003 (Vol. 3, 15 - Issue 71) &lt;/FONT&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/19.html#a1229</guid>
			<pubDate>Sat, 19 Apr 2003 22:49:37 GMT</pubDate>
			<source url="http://127.0.0.1:5335/categories/ping/rss.xml">Eric Hartwell: Ping</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/19.html#a1226</link>
			<description>&lt;A href=&quot;http://webdeveloper.earthweb.com/webjs/jsstat/item.php/107261&quot;&gt;Client Statistics Version1.0&lt;/A&gt;. This script shows a user his/her statistics, including IP, autoexec.bat, the C: Drive on Windows, the User Agent, Browser Statistics and more. [&lt;A href=&quot;http://www.webdeveloper.com&quot;&gt;WebDeveloper.com&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/19.html#a1226</guid>
			<pubDate>Sat, 19 Apr 2003 22:32:11 GMT</pubDate>
			<source url="http://www.webdeveloper.com/webdeveloper.rdf">WebDeveloper.com</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/19.html#a1225</link>
			<description>&lt;A href=&quot;http://javaboutique.internet.com/BuddySoft_Quick_Mail/&quot;&gt;Quick Mail&lt;/A&gt;. This applet allows you to add email forms directly on your web pages. The applet connects to the SMTP daemon on your server and sends e-mails without of any CGI on the server. This feature makes it ideal for all kind of users. [&lt;A href=&quot;http://www.webdeveloper.com&quot;&gt;WebDeveloper.com&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/19.html#a1225</guid>
			<pubDate>Sat, 19 Apr 2003 22:31:07 GMT</pubDate>
			<source url="http://www.webdeveloper.com/webdeveloper.rdf">WebDeveloper.com</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/19.html#a1224</link>
			<description>&lt;A href=&quot;http://javaboutique.internet.com/Sparky/&quot;&gt;Sparky&lt;/A&gt;. Sparky displays the shape of an image using animated, glittering stars. Both the image and the shape of the star can be modified. Because of the complexity of the visual effect, the applet precalculates the images of the animation into the memory. [&lt;A href=&quot;http://www.webdeveloper.com&quot;&gt;WebDeveloper.com&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/19.html#a1224</guid>
			<pubDate>Sat, 19 Apr 2003 22:29:35 GMT</pubDate>
			<source url="http://www.webdeveloper.com/webdeveloper.rdf">WebDeveloper.com</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/14.html#a1205</link>
			<description>&lt;A href=&quot;http://www.80211-planet.com/tutorials/article.php/2026541&quot;&gt;Configuring Access Points&lt;/A&gt;. Most wireless LAN access point default configurations enable plug-and-play operation; however, these out-of-the-box configurations can limit performance and security. Learn how to get the most out of your wireless LANs by effectively tuning access points. [&lt;A href=&quot;http://www.webdeveloper.com&quot;&gt;WebDeveloper.com&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/14.html#a1205</guid>
			<pubDate>Mon, 14 Apr 2003 23:45:37 GMT</pubDate>
			<source url="http://www.webdeveloper.com/webdeveloper.rdf">WebDeveloper.com</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/14.html#a1192</link>
			<description>&lt;A href=&quot;http://linuxtoday.com/news_story.php3?ltsn=2003-02-20-008-26-OS-SW-NT&quot;&gt;InternetWeek.com: Review: Open-Source Software Accurately Sorts Your Mail&lt;/A&gt;. &quot;POPfile is a proxy that functions as an intermediary between any POP3 mail client, such as Eudora or Outlook Express, and your POP3 mail server...&quot; [&lt;A href=&quot;http://linuxtoday.com&quot;&gt;Linux Today&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/14.html#a1192</guid>
			<pubDate>Mon, 14 Apr 2003 12:08:16 GMT</pubDate>
			<source url="http://linuxtoday.com/backend/biglt.rss">Linux Today</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/13.html#a1190</link>
			<description>&lt;A href=&quot;http://www.iunknown.com/Weblog/CoolMacandWindowsutilitie.html&quot;&gt;Cool Mac and Windows utilities&lt;/A&gt;. 
&lt;P&gt;There are a number of really cool utilities that I really can&apos;t live without, and I thought I&apos;d gather them here to generate a bit of discussion. In the Windows corner:&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;http://www.dqsd.net/&quot;&gt;Dave&apos;s Quick Search Deskbar&lt;/A&gt;. This is by far the coolest utility that I have ever used. I haven&apos;t used anywhere near all of its features, but here&apos;s a list of the ones that I use often:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Typing in arbitrary text will search for that text using Google 
&lt;LI&gt;amaz &lt;EM&gt;search terms &lt;/EM&gt;/books will search for the search terms in the books section of Amazon 
&lt;LI&gt;fedex &lt;EM&gt;tracking number&lt;/EM&gt; will check the status of a fedex shipment 
&lt;LI&gt;radix &lt;EM&gt;number&lt;/EM&gt; will display that number in octal, hex, and binary 
&lt;LI&gt;0x&lt;EM&gt;hex&lt;/EM&gt;= will convert a hex number to decimal 
&lt;LI&gt;&lt;EM&gt;num1&amp;nbsp;op num2= &lt;/EM&gt;will act as an inline calculator&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;There&apos;s tons of other features that I haven&apos;t used yet. Best of all, it&apos;s free!&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;http://www.panicware.com/&quot;&gt;Popup Stopper&lt;/A&gt;. I can&apos;t surf without this free utility that effectively blocks popup ads from appearing. However, there are times when it blocks legitimate applications, so you need to remember to turn it on and off as well. &lt;/P&gt;
&lt;P&gt;Windows command completion. This lets you complete directory paths / filenames by pressing the tab key in a command shell. For example you can type &quot;c:\Pro&quot; and then hit the tab key to get &quot;c:\Program Files&quot; in the command prompt. This feature is enabled by default in fresh installs of Windows XP. For those of you who don&apos;t have this feature turned on, use regedit to set HKLMSoftwareMicrosoftCommand ProcessorCompletionChar=0x9.&lt;/P&gt;
&lt;P&gt;In the Mac corner:&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;http://www.obdev.at/products/launchbar/&quot;&gt;LaunchBar&lt;/A&gt;: This utility lets you use the keyboard to launch applications and open Finder windows. For example, you can type &quot;CMD-Space itu ENTER&quot; to launch iTunes or &quot;CMD-Space /L ENTER&quot; to navigate to open a Finder window for the /Library directory. This saves me a lot of time every day.&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;http://home.earthlink.net/~basilisksoftmirror/menumeters/&quot;&gt;MenuMeters&lt;/A&gt;: This utility places icons in your Menu bar that shows network activity, disk I/O, memory usage and cpu usage. It&apos;s great to be able to see what your computer is up to at all times in a nice and&amp;nbsp;compact UI.&lt;/P&gt;
&lt;P&gt;Since I&apos;m new to the Mac world, I&apos;d love to hear about more utilities that you can&apos;t live without in the Mac world. &lt;/P&gt;[&lt;A href=&quot;http://www.iunknown.com&quot;&gt;IUnknown.com: John Lam&apos;s Weblog on Software Development&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/13.html#a1190</guid>
			<pubDate>Mon, 14 Apr 2003 02:15:50 GMT</pubDate>
			<source url="http://www.iunknown.com/rss.xml">IUnknown.com: John Lam&apos;s Weblog on Software Development</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/07.html#a1148</link>
			<description>&lt;A href=&quot;http://www.iunknown.com/Weblog/Codegenerationlinks.html&quot;&gt;&lt;STRONG&gt;Code generation links&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;.&lt;/STRONG&gt; &lt;BR&gt;I spent some time this evening googling to see who else is talking about code generation.&lt;BR&gt;This &lt;A href=&quot;http://www.softwarereality.com/programming/code_generation.jsp&quot;&gt;first article by Matt Stephens&lt;/A&gt; is a very good overview of the problem space. He motivates the problem well, and motivates why code generation is a good fit. In particular, he spends tie talking about generating the data access layer of an application, an area that I often see as being some of the &quot;low hanging fruit&quot; for code generation. Unfortunately, Matt doesn&apos;t provide any concrete examples of code generation in action, which makes his paper feels a bit too abstract.&lt;BR&gt;Next, I found an&amp;nbsp;article that talks about &lt;A href=&quot;http://www.developer.com/xml/article.php/1562561&quot;&gt;generating code using XSLT&lt;/A&gt;. Jeff Ryan walks through a fairly complete sample where he builds a JavaBean component using XML and XSLT. Christian Georgescu wrote &lt;A href=&quot;http://www.cuj.com/articles/2002/0201/0201a/0201a.htm?topic=articles&quot;&gt;a similar article in the C/C++ Users Journal&lt;/A&gt;&amp;nbsp;where he talks about generating C++ code from XML and XSLT. I like Christian&apos;s motivation part of his article.&lt;BR&gt;Based on my experience, writing a code generator in XSLT is difficult since the syntax of XSLT tends to obscure what the generated code looks like.&amp;nbsp;Maintaining an XSLT-based code generator would be difficult for non-trivial applications. The thing that I really like about &lt;A href=&quot;http://www.imatix.com/html/gslgen/&quot;&gt;gslgen &lt;/A&gt;is that the syntax of the code generator is very clean and simplistic. Over the next week or so, I&apos;ll publish a few sample code generation scripts using gslgen to illustrate the utility of the technique.[&lt;A href=&quot;http://www.iunknown.com&quot;&gt;IUnknown.com: John Lam&apos;s Weblog on Software Development&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/07.html#a1148</guid>
			<pubDate>Tue, 08 Apr 2003 02:07:38 GMT</pubDate>
			<source url="http://www.iunknown.com/rss.xml">IUnknown.com: John Lam&apos;s Weblog on Software Development</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/07.html#a1147</link>
			<description>&lt;A href=&quot;http://boingboing.net/#90356381&quot;&gt;Rechargable battery ur-reference&lt;/A&gt;. An amazing reference guide to rechargable batteries, exhaustive and deep without being incomprehensible to non-engineers. &lt;A href=&quot;http://www.technick.net/public/code/index.php?load_page=http%3A//www.technick.net/public/code/cp_dpage.php%3Faiocp_dp%3Dguide_bpw2_00_toc%26PHPSESSID%3D8d618e780ee71a71ce23d6696109d013&quot;&gt;Link&lt;/A&gt; &lt;A href=&quot;http://www.quicktopic.com/boing/H/4775EfTW4bu4&quot;&gt;Discuss&lt;/A&gt; (&lt;I&gt;via &lt;A href=&quot;http://www.gizmodo.com&quot;&gt;Gizmodo&lt;/A&gt;&lt;/I&gt;) [&lt;A href=&quot;http://boingboing.net/&quot;&gt;Boing Boing Blog&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/07.html#a1147</guid>
			<pubDate>Tue, 08 Apr 2003 02:05:22 GMT</pubDate>
			<source url="http://boingboing.net/rss.xml">Boing Boing Blog</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/07.html#a1145</link>
			<description>&lt;A href=&quot;http://dotnetweblogs.com/DNeimke/posts/4507.aspx&quot;&gt;The big list.&lt;/A&gt;. &lt;EM&gt;This is a great list of .NET tools and resources... &lt;/EM&gt;&lt;EM&gt;&lt;A href=&quot;http://dotnetweblogs.com/FMARGUERIE/Story/4139.aspx&quot;&gt;&lt;a href=&quot;http://dotnetweblogs.com/FMARGUERIE/Story/4139.aspx&quot;&gt;http://dotnetweblogs.com/FMARGUERIE/Story/4139.aspx&lt;/a&gt;&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;[via &lt;A href=&quot;http://dotnetweblogs.com/DNeimke/&quot;&gt;ShowUsYour-Blog!&lt;/A&gt;] This is good enough to parrot, as-is. A lot of these tools are also listed &lt;A href=&quot;http://www.gotdotnet.com/team/csharp/tools/default.aspx&quot;&gt;here&lt;/A&gt;.[&lt;A href=&quot;http://radio.weblogs.com/0117167/&quot;&gt;Sean &apos;Early&apos; Campbell &amp;amp; Scott &apos;Adopter&apos; Swigart&apos;s Radio Weblog&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/07.html#a1145</guid>
			<pubDate>Tue, 08 Apr 2003 01:58:54 GMT</pubDate>
			<source url="http://radio.weblogs.com/0117167/rss.xml">Sean &apos;Early&apos; Campbell &amp; Scott &apos;Adopter&apos; Swigart&apos;s Radio Weblog</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/07.html#a1144</link>
			<description>&lt;A href=&quot;http://dotnetweblogs.com/ScottGu/posts/4655.aspx&quot;&gt;.NET Tools Links&lt;/A&gt;. I just stumbled across a &lt;A href=&quot;http://dotnetweblogs.com/FMARGUERIE/Story/4139.aspx&quot;&gt;great list of .NET Tools&lt;/A&gt; that Fabrice put together.[&lt;A href=&quot;http://dotnetweblogs.com/ScottGu/&quot;&gt;ScottGu&apos;s Blog&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/07.html#a1144</guid>
			<pubDate>Tue, 08 Apr 2003 01:57:47 GMT</pubDate>
			<source url="http://dotnetweblogs.com/ScottGu/Rss.aspx">ScottGu&apos;s Blog</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/04.html#a1136</link>
			<description>&lt;A href=&quot;http://messenger.msn.com/support/webcam.asp&quot;&gt;&lt;STRONG&gt;Webcam for MSN Messenger [552k] W98/2k/XP FREE&lt;/STRONG&gt;&lt;/A&gt;&lt;BR&gt;{Video instant messenging} It&apos;s your chance to smile for the world using this download, which works with most any Web camera. The trick is that both sides of the conversation need to have MSN Messenger v5.0, a compatible Web cam, and this free software to use it. Luckily, we still had the old, cheap Web cam and we plugged it in. In minutes, Paul and I were having a videoconference / Web chat. [&lt;A href=&quot;http://windowsdaily.lockergnome.com/&quot;&gt;Lockergnome Windows Daily&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/04.html#a1136</guid>
			<pubDate>Fri, 04 Apr 2003 23:12:11 GMT</pubDate>
			<source url="http://www.lockergnome.com/rss/windowsdaily.php">Lockergnome Windows Daily</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/03.html#a1135</link>
			<description>&lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp03202003.asp&quot;&gt;Working with C#: Unit Testing and Test-First Development&lt;/A&gt;. Eric Gunnerson explains test-first development and provides a working example that shows you how to apply this concept when writing your own applications. [&lt;A href=&quot;http://msdn.microsoft.com/netframework/&quot;&gt;MSDN: .NET Framework and CLR&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/03.html#a1135</guid>
			<pubDate>Thu, 03 Apr 2003 11:52:33 GMT</pubDate>
			<source url="http://msdn.microsoft.com/netframework/rss.xml">MSDN: .NET Framework and CLR</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/01.html#a1129</link>
			<description>&lt;A href=&quot;http://www.gotdotnet.com/team/dbox/default.aspx#nn2003-03-05T06:56:42Z&quot;&gt;Keith Brown on non-admin development&lt;/A&gt;. I want this book now! [&lt;A href=&quot;http://www.gotdotnet.com/team/dbox/default.aspx&quot;&gt;Don Box&apos;s Spoutlet&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/04/01.html#a1129</guid>
			<pubDate>Tue, 01 Apr 2003 16:23:16 GMT</pubDate>
			<source url="http://www.gotdotnet.com/team/dbox/rss.aspx?version=2.0">Don Box&apos;s Spoutlet</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/28.html#a1124</link>
			<description>&lt;A href=&quot;http://www.tbray.org/ongoing/When/200x/2003/03/27/Scanner&quot;&gt;SF-200 Slide Feeder&lt;/A&gt;. A &lt;A href=&quot;/ongoing/When/200x/2003/03/02/Scanner&quot;&gt;previous entry&lt;/A&gt; reported on the acquisition of a Nikon CoolScan 4000 ED 35mm slide scanner; this is on the addition of an SF-200 slide feeder.... [&lt;A href=&quot;http://www.tbray.org/ongoing/&quot;&gt;ongoing&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/28.html#a1124</guid>
			<pubDate>Fri, 28 Mar 2003 11:31:30 GMT</pubDate>
			<source url="http://tbray.org/ongoing/ongoing.rss">ongoing</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/28.html#a1123</link>
			<description>&lt;P&gt;&lt;STRONG&gt;They just released a version 3.40 of &lt;/STRONG&gt;&lt;A href=&quot;http://www.aida32.hu/aida-features.php?bit=32&quot;&gt;&lt;STRONG&gt;AIDA32&lt;/STRONG&gt;&lt;/A&gt;.&lt;BR&gt; By far, it&apos;s the best system inventory tool I&apos;ve ever had the pleasure of using. From hardware to software, it&apos;ll tell you everything you never wanted to know about that PC of yours. There&apos;s a version small enough to fit on a floppy disk, but even the &quot;big&quot; version weighs in just shy of two megabytes. Forget the rest, folks. This is it. The UI is not without its fair share of quirks, but the utility is quite usable. There&apos;s even an integrated SMART tool to help you monitor the health of your hard drives (should they support the protocol). I don&apos;t wanna dive into a full-fledged software review, but I thought that this update would be of interest to you. For troubleshooters, it&apos;s a godsend. &lt;STRONG&gt;Oh, and it&apos;s free for individuals like you and me - did I mention that?&lt;/STRONG&gt; Not that it wouldn&apos;t be worth paying for, of course.&amp;nbsp; [&lt;A href=&quot;http://windowsdaily.lockergnome.com/&quot;&gt;Lockergnome Windows Daily&lt;/A&gt;]&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/28.html#a1123</guid>
			<pubDate>Fri, 28 Mar 2003 11:26:38 GMT</pubDate>
			<source url="http://www.lockergnome.com/rss/windowsdaily.php">Lockergnome Windows Daily</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/28.html#a1122</link>
			<description>&lt;B&gt;Query Strings for Windows Media Player v6.4 through v9&lt;/B&gt; &lt;BR&gt;&lt;A class=url href=&quot;http://support.microsoft.com/?kbid=315959&quot;&gt;&lt;a href=&quot;http://support.microsoft.com/?kbid=315959&quot;&gt;http://support.microsoft.com/?kbid=315959&lt;/a&gt;&lt;/A&gt; &lt;BR&gt;{Troubleshooting Windows Media Player} There are switches for using with Windows Media Player to assist in troubleshooting. These switches are added in the form of a query string to the end of a requested URL. For example, the command line starts with: &lt;a href=&quot;mms://server/content.wmv&quot;&gt;mms://server/content.wmv&lt;/a&gt;? After the ?, add the switch with its value. Switches include WMThinning, WMBitrate, WMContentBitrate, WMReconnect, WMCache, WMFecSpan, and WMFecPktsPerSpan. If you want to change the number of times that Windows Media Player will automatically try to reconnect to the content, enter: &lt;a href=&quot;mms://server/content.wmv?WMReconnect=5&quot;&gt;mms://server/content.wmv?WMReconnect=5&lt;/a&gt;. In this case, I am telling it I want it to try five times before giving up. If you don&apos;t like your PC to be a quitter, up the number. [Meryl] [&lt;A href=&quot;http://windowsdaily.lockergnome.com/&quot;&gt;Lockergnome Windows Daily&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/28.html#a1122</guid>
			<pubDate>Fri, 28 Mar 2003 11:23:57 GMT</pubDate>
			<source url="http://www.lockergnome.com/rss/windowsdaily.php">Lockergnome Windows Daily</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/26.html#a1121</link>
			<description>&lt;P&gt;&lt;STRONG&gt;Add Crash Reporting to Your Applications - (C++)&lt;BR&gt;&lt;/STRONG&gt;How to generate a crash report for your application that can be debugged by using WinDbg or VS.NET. (The article and source code were updated.) &lt;A href=&quot;http://www.codeguru.com/debug/CrashReport.html&quot;&gt;&lt;a href=&quot;http://www.codeguru.com/debug/CrashReport.html&quot;&gt;http://www.codeguru.com/debug/CrashReport.html&lt;/a&gt;&lt;/A&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/26.html#a1121</guid>
			<pubDate>Wed, 26 Mar 2003 20:22:06 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/26.html#a1120</link>
			<description>&lt;STRONG&gt;Hotmail Using C# -- A HTTPMail Client Under .NET - (.NET/C#)&lt;/STRONG&gt;&lt;BR&gt;Learn how to connect to a Hotmail mailbox, enumerate inbox mail items, and send and retrieve e-mail, using C# and the XMLHTTP component. Sample code accompanying this article contains a .NET assembly, demonstrating&amp;nbsp;that connecting to Hotmail via HTTPMail can be as simple as working with any other mail protocol such as POP3,&amp;nbsp;IMAP4, or SMTP. &lt;A href=&quot;http://www.codeguru.com/cs_internet/HttpMail.html&quot;&gt;&lt;a href=&quot;http://www.codeguru.com/cs_internet/HttpMail.html&quot;&gt;http://www.codeguru.com/cs_internet/HttpMail.html&lt;/a&gt;&lt;/A&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/26.html#a1120</guid>
			<pubDate>Wed, 26 Mar 2003 20:21:06 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/21.html#a1113</link>
			<description>&lt;P&gt;&lt;STRONG&gt;How can I use Group Policy to restrict access to the Microsoft Internet Explorer (IE) configuration tabs?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;IE includes seven configuration tabs that you can access either from the Tools, Internet Options menu or from the Internet Options Control Panel applet; The tabs are&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;General--Basic options for configuring the home page, temporary Internet file settings, and history&lt;/LI&gt;
&lt;LI&gt;Security--Settings for configuring Internet security options (e.g., ActiveX options)&lt;/LI&gt;
&lt;LI&gt;Privacy--Privacy settings for Internet connections &lt;/LI&gt;
&lt;LI&gt;Content--Settings for Internet connection ratings and personal profile information&lt;/LI&gt;
&lt;LI&gt;Connections--Settings for configuring dial-up and firewall options &lt;/LI&gt;
&lt;LI&gt;Programs--Executables used for various Internet programs &lt;/LI&gt;
&lt;LI&gt;Advanced--Advanced options &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;You can use Group Policy to disable any of these tabs. First, start Group Policy Editor (GPE) for a specific policy (e.g., from the Microsoft Management Console--MMC--Active Directory Users and Computers snap-in, right-click a container, select Properties from the context menu, select the Group Policy tab, then select Edit). Navigate to User Configuration, Administrative Templates, Windows Components, Internet Explorer, Internet Control Panel. There, you&apos;ll see an option for disabling each of the seven tabs.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/21.html#a1113</guid>
			<pubDate>Sat, 22 Mar 2003 00:57:14 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/21.html#a1111</link>
			<description>&lt;STRONG&gt;&lt;FONT size=3&gt;Automatically Delay Delivery of Messages in Outlook 2000&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR&gt;Do you often find yourself wishing that you could retrieve or change the message you just sent? Well, here&apos;s a way that you can delay delivering messages by having them stay in your Outbox for a specified time, so that you can easily change or delete them. If you use Microsoft Exchange Server you can use the Recall Message feature to recall individual messages. 
&lt;OL&gt;
&lt;LI&gt;On the &lt;B&gt;Tools&lt;/B&gt; menu, click &lt;B&gt;Rules Wizard&lt;/B&gt;, and then click the &lt;B&gt;New&lt;/B&gt; button. 
&lt;LI&gt;In the &lt;B&gt;Which type of rule do you want to create&lt;/B&gt; list, click &lt;B&gt;Check messages after sending&lt;/B&gt;, and then click the &lt;B&gt;Next&lt;/B&gt; button. 
&lt;LI&gt;Click the &lt;B&gt;Next&lt;/B&gt; button to have this rule apply to all messages, or, if you want to limit the messages that the rule applies to, in the &lt;B&gt;Which condition(s) do you want to check&lt;/B&gt; list, select any options you want. 
&lt;LI&gt;In the &lt;B&gt;What do you want to do with the message&lt;/B&gt; list, select &lt;B&gt;defer delivery by a number of minutes&lt;/B&gt;. (Delivery can be delayed up to two hours.) 
&lt;LI&gt;In the &lt;B&gt;Rule Description&lt;/B&gt; box, click the underlined phrase, &lt;B&gt;a&lt;/B&gt; &lt;B&gt;number of&lt;/B&gt;, and in the &lt;B&gt;Defer delivery by&lt;/B&gt; box, enter the number of minutes you want messages held before sending. 
&lt;LI&gt;Click the &lt;B&gt;OK&lt;/B&gt; button, and then click the &lt;B&gt;Next&lt;/B&gt; button. 
&lt;LI&gt;Select any exceptions, and then click the &lt;B&gt;Next&lt;/B&gt; button. 
&lt;LI&gt;In the &lt;B&gt;Please specify a name for this rule&lt;/B&gt; box, type a name for the rule, and then click the &lt;B&gt;Finish&lt;/B&gt; button. &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;That&apos;s it. Now, all your messages will be held in your Outbox for a specified time after you click the &lt;B&gt;Send&lt;/B&gt; button.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/21.html#a1111</guid>
			<pubDate>Fri, 21 Mar 2003 12:25:02 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/21.html#a1110</link>
			<description>SysInternals has had some significant updates to the industry renouned free tools! &lt;A href=&quot;http://www.sysinternals.com/new.shtml&quot; target=_blank&gt;Visit Site&lt;/A&gt; &lt;BR&gt;&lt;A href=&quot;http://www.sysinternals.com/ntw2k/source/newsid.shtml&quot;&gt;NewSid&lt;/A&gt; allows you to assign a specific SID to a computer - perfect for rebuilding a server or workstation right down to its security id. Version 4.0 introduces support for Windows XP and .NET Server, a wizard-style interface, allows you to specify the SID that you want applied, Registry compaction and also the option to rename a computer (which results in a change of both NetBIOS and DNS names). </description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/21.html#a1110</guid>
			<pubDate>Fri, 21 Mar 2003 12:20:28 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/18.html#a1109</link>
			<description>&lt;A href=&quot;http://www.microsoft.fr/olymars/webupdate.xml&quot;&gt;Olymars&lt;/A&gt;. 
&lt;P&gt;Some pretty cool stuff here.&lt;/P&gt;
&lt;P&gt;We&apos;ve all had to write the same repetitive code over and over again such as the following in order to connect to a db.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Write SQL code and create at least 4 stored procedures per table in the database (Insert, Update, Delete and Select SQL statement) &lt;BR&gt;
&lt;LI&gt;Write SQL code and create custom stored procedures that will reflect the complexity of their database diagram (Example: write a SQL statement that can update several tables in one call, write SQL statement that can bring back data from several tables using inner join statement&amp;#133;) &lt;BR&gt;
&lt;LI&gt;Write ADO.Net code (using VB .NET, C# .NET or whatever language supported by the .NET platform) that is responsible for calling those stored procedures. Developers have to take special care with the parameters type to be declared as long as the parameters direction (input, output&amp;#133;) &lt;BR&gt;
&lt;LI&gt;Write abstract classes that map exactly to their database tables for easy data retrieving &lt;BR&gt;
&lt;LI&gt;Write Windows or/and Web forms that can manage (Add, Update, Delete) their database tables content &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Well supposedly the tool Olymars does this all for us.&amp;nbsp; Very, very interesting.&lt;/P&gt;
&lt;P&gt;So far after an intial appraisal&amp;nbsp;it looks very cool.&lt;/P&gt;[&lt;A href=&quot;http://radio.weblogs.com/0117167/&quot;&gt;Sean &apos;Early&apos; Campbell &amp;amp; Scott &apos;Adopter&apos; Swigart&apos;s Radio Weblog&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/18.html#a1109</guid>
			<pubDate>Tue, 18 Mar 2003 11:29:48 GMT</pubDate>
			<source url="http://radio.weblogs.com/0117167/rss.xml">Sean &apos;Early&apos; Campbell &amp; Scott &apos;Adopter&apos; Swigart&apos;s Radio Weblog</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/16.html#a1106</link>
			<description>&lt;A href=&quot;http://xml.coverpages.org/ni2003-02-20-a.html&quot;&gt;Altova Offers Free Software License for Authentic 5 Browser Enabled XML Document Editor&lt;/A&gt;. Altova Inc. has announced the public availability of Altova&apos;s XML document editor product Authentic 5 under a free software license. Authentic 5 is a customizable, light-weight, and easy-to-use XML document editor. It allows business users to create and edit content through a web-enabled interface that resembles a word processor. Authentic 5 supports WebDAV and HTTP, with real-time document validation and multilingual spell checking. [&lt;A href=&quot;http://xml.coverpages.org/covernews.xml&quot;&gt;The XML Cover Pages&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/16.html#a1106</guid>
			<pubDate>Sun, 16 Mar 2003 22:00:47 GMT</pubDate>
			<source url="http://xml.coverpages.org/covernews.xml">The XML Cover Pages</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/03.html#a1093</link>
			<description>&lt;A href=&quot;http://www.redflagdeals.com/deals/main.php?id=P2684&quot;&gt;Ad-aware 6 Released&lt;/A&gt;. After a long wait, Ad-aware 6 has finally been released! For those who don&apos;t know, Ad-aware is a program that will scan and remove nasty spyware from your computer. Unfamiliar with spyware? Well it&apos;s software that is installed on your computer by file sharing programs and various webpages that can monitor your shopping habits, launch pop-up windows at will, and worse. Best of all Ad-aware is free! You&apos;ll be shocked to see what it finds on your computer. [&lt;A href=&quot;http://www.redflagdeals.com/deals/main.php&quot;&gt;RedFlagDeals.com&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/03.html#a1093</guid>
			<pubDate>Tue, 04 Mar 2003 01:52:39 GMT</pubDate>
			<source url="http://www.redflagdeals.com/deals/index.xml">RedFlagDeals.com</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/03.html#a1092</link>
			<description>&lt;A href=&quot;http://dotnetweblogs.com/alowe/posts/3307.aspx&quot;&gt;XML Web Services are kewl.....&lt;/A&gt;. 
&lt;P&gt;And &lt;A href=&quot;http://dotnetweblogs.com/DNeimke/posts/3299.aspx&quot; target=_blank&gt;Darren&lt;/A&gt; is pointing everyone to &lt;A href=&quot;http://www.xmlforasp.net&quot; target=_blank&gt;Dan Wahlin&apos;s&lt;/A&gt; wonderful XML videos (and site):&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Dan Wahlin&apos;s done it again... he&apos;s posted 4 excellent Windows Media movies that show a simple example for getting started with WSE&lt;/EM&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
&lt;P&gt;&lt;A href=&quot;http://www.xmlforasp.net/codeSection.aspx?csID=81&quot;&gt;&lt;EM&gt;&lt;a href=&quot;http://www.xmlforasp.net/codeSection.aspx?csID=81&quot;&gt;http://www.xmlforasp.net/codeSection.aspx?csID=81&lt;/a&gt;&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;In it learn how to:&lt;/EM&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;Wire-up WSE in your project &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;Implement IPasswordProvider &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;Check a web request for security tokens &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;Make a web request with added security tokens&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;A href=&quot;http://www.xmlforasp.net&quot; target=_blank&gt;Dan&lt;/A&gt; is the man when it comes to XML and Web Services! If you haven&apos;t checked out the other &lt;A href=&quot;http://www.xmlforasp.net/content.aspx?content=codebank&amp;amp;codeType=misc&quot; traget=&quot;_blank&quot;&gt;samples&lt;/A&gt; on his site then I highly recommend it!&lt;/P&gt;[&lt;A href=&quot;http://dotnetweblogs.com/alowe/&quot;&gt;Alex Lowe&apos;s .NET Blog&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/03/03.html#a1092</guid>
			<pubDate>Mon, 03 Mar 2003 11:12:03 GMT</pubDate>
			<source url="http://dotnetweblogs.com/alowe/Rss.aspx">Alex Lowe&apos;s .NET Blog</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/02/14.html#a1084</link>
			<description>&lt;A href=&quot;http://www.iunknown.com/Weblog/Updateondualmonitors.html&quot;&gt;Update on dual monitors&lt;/A&gt;. 
&lt;P&gt;Scott Hanselman &lt;A href=&quot;http://radio.weblogs.com/0106747/2003/02/13.html#a213&quot;&gt;commented on my dual monitor migration&lt;/A&gt;. He pointed me to a really cool utility called &lt;A href=&quot;http://www.realtimesoft.com/&quot;&gt;Ultramon&lt;/A&gt;. [1] So far I really love the task-bar feature which gives me per-desktop task bars. Unfortunately, the taskbar feature doesn&apos;t seem to coexist well with &lt;A href=&quot;http://www.ati.com/companyinfo/glossary/hydravision/&quot;&gt;ATI&apos;s Hydravision utility&lt;/A&gt; which gives me additional hardware accelerated virtual desktops, so I only have the per-desktop task bars on my first virtual desktop.&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;http://weblogs.cs.cornell.edu/AllThingsDistributed/&quot;&gt;Werner Vogels chimes in with geek one-upmanship&lt;/A&gt; ... he has THREE flat panels on his desktop. And they&apos;re not just any flat panels, these are big huge honking expensive flat panels. Damn, I&apos;m jealous :)&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;http://www.gotdotnet.com/team/dbox/spoutlet.aspx&quot;&gt;Don &quot;luddite&quot; Box&lt;/A&gt; comments about how much he likes the larger 1024 x 768 pixels on his Thinkpad x30. Hey - how many pixels do you need to run emacs and type all those angle brackets anyways? :)&lt;/P&gt;
&lt;P&gt;[1] This brings back memories of my old Commodore PET days where there were a lot of machine-language monitor (think 6502 debugger) utilities. The original machine language monitor on the PET (remember sys 4?) was woefully limited - it could only do hex dumps and display the register stack. This spawned a whole cottage industry of&amp;nbsp;utilities; first there was SuperMon, ExtraMon and eventually ... UltraMon.&lt;/P&gt;[&lt;A href=&quot;http://www.iunknown.com&quot;&gt;IUnknown.com: John Lam&apos;s Weblog on Software Development&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/02/14.html#a1084</guid>
			<pubDate>Fri, 14 Feb 2003 23:28:34 GMT</pubDate>
			<source url="http://www.iunknown.com/rss.xml">IUnknown.com: John Lam&apos;s Weblog on Software Development</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/02/13.html#a1082</link>
			<description>&lt;A href=&quot;http://www.iunknown.com/Weblog/Ireallywishmoredevswouldm.html&quot;&gt;I really wish more devs would make the switch&lt;/A&gt;. 
&lt;P&gt;Over the past few days, I&apos;ve installed a couple of client applications that were clearly written by devs who run as local administrator on their computers. In both cases, these applications wrote to Program FilesApp Name directory. In both cases, they mistakenly thought that &quot;they&quot; owned that directory. And by &quot;they&quot;, I mean the guy who wrote the app thinks that they owned that directory, but that&apos;s incorrect. In reality, the administrator who installed their application onto a user&apos;s computer owns that directory. And once the user tries to run that application, bam! It blows up in their face. &lt;/P&gt;
&lt;P&gt;There&apos;s a whole bunch of areas on the computer that are off-limits to regular users, and for good reason. Among them are HKLM, Windows, and Program Files. Remember that keys like HKCR really map to HKLMSoftwareClasses. It is really difficult for devs to build software that runs correctly under restricted accounts (like any account that belongs only to the MachineUsers group) unless they themselves run under such an account. So, please ... make the switch! &lt;/P&gt;
&lt;P&gt;There&apos;s really nothing that I regularly do during development that I cannot accomplish by running under a regular user account. When I occasionally need to do some administrator-like things, I either temporarily create a new administrator command shell via the runas command, or I log out and log back in as admin to perform those tasks (setting ACL&apos;s using Explorer is one of those tasks). &lt;/P&gt;[&lt;A href=&quot;http://www.iunknown.com&quot;&gt;IUnknown.com: John Lam&apos;s Weblog on Software Development&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/02/13.html#a1082</guid>
			<pubDate>Thu, 13 Feb 2003 13:49:53 GMT</pubDate>
			<source url="http://www.iunknown.com/rss.xml">IUnknown.com: John Lam&apos;s Weblog on Software Development</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/02/13.html#a1081</link>
			<description>&lt;A href=&quot;http://www.iunknown.com/Weblog/SequentialIOperformance.html&quot;&gt;Sequential I/O performance&lt;/A&gt;. 
&lt;P&gt;This morning, I was doing some research on sequential I/O performance, and re-read &lt;A href=&quot;http://research.microsoft.com/BARC/Sequential_IO/Win2K_IO_MSTR_2000_55.pdf&quot;&gt;this excellent research paper&lt;/A&gt; &lt;A href=&quot;http://research.microsoft.com/barc/Sequential_IO/default.htm&quot;&gt;published by Leonard Chung and Jim Gray at MSR&lt;/A&gt;. One of the interesting security-related performance issue raised in this paper can be found in Section 4.4, concerning file pre-allocation:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
&lt;P&gt;&quot;When growing a file, it is important to write it in sequential order. Otherwise Windows writes each block twice: once to zero the &quot;gap&quot; and once to write the actual data when the need write finally is issued&quot;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;It is necessary to &quot;zero the gap&quot; to prevent reading data that has not been previously written. Otherwise an attacker would be able to extend a file, and attempt to read the data that was there before. Windows prevents this by zeroing out the bytes in the file to guarantee that 0 is returned when reading data that has not been previously written.&lt;/P&gt;
&lt;P dir=ltr&gt;The performance gap is quite severe - write throughput drops by 50% due to the need to write the data twice to disk. Writing to the end of a file does not incur this penalty.&lt;/P&gt;[&lt;A href=&quot;http://www.iunknown.com&quot;&gt;IUnknown.com: John Lam&apos;s Weblog on Software Development&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/02/13.html#a1081</guid>
			<pubDate>Thu, 13 Feb 2003 13:43:29 GMT</pubDate>
			<source url="http://www.iunknown.com/rss.xml">IUnknown.com: John Lam&apos;s Weblog on Software Development</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/02/13.html#a1080</link>
			<description>&lt;A href=&quot;http://www.iunknown.com/Weblog/Livingthedualmonitorlifes.html&quot;&gt;Living the dual monitor lifestyle&lt;/A&gt;. 
&lt;P&gt;I loved the SyncMaster 172T so much that I bought another. And once I got my motherboard problems out of the way, I&apos;m happily running a 32MB&amp;nbsp;ATI AIW RADEON and a 64MB&amp;nbsp;ATI RADEON 7000 PCI dual-monitor setup. &lt;/P&gt;
&lt;P&gt;One of the really cool features that ATI provides with their drivers is Hydravision support. It lets me run multiple hardware accelerated virtual desktops (up to 9) and I can switch between desktops using their tray icon utility (in theory I can do this using a keystroke but I can&apos;t get it to work). The switch is lightning-fast - much faster than the Virtual Desktop Manager utility found in &lt;A href=&quot;http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp&quot;&gt;Windows PowerToys&lt;/A&gt;. I find that I now use one desktop for email / news stuff, and another desktop for dev stuff (running full VS.NET full screen and debugging a GUI app on another monitor was the main reason I switched to this setup). I suspect I&apos;ll use a third desktop for blogging-related stuff.&lt;/P&gt;
&lt;P&gt;Since the 172T is a DVI panel, I can report that there isn&apos;t much difference between a DVI and a VGA signal input (the RADEON 7000 only has VGA output), but there is a difference. The text is a tiny bit sharper using DVI, and the whites are whiter - I&apos;m having a hard time trying to make the whites match exactly between the two monitors.&lt;/P&gt;[&lt;A href=&quot;http://www.iunknown.com&quot;&gt;IUnknown.com: John Lam&apos;s Weblog on Software Development&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/02/13.html#a1080</guid>
			<pubDate>Thu, 13 Feb 2003 13:43:15 GMT</pubDate>
			<source url="http://www.iunknown.com/rss.xml">IUnknown.com: John Lam&apos;s Weblog on Software Development</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1076</link>
			<description>&lt;STRONG&gt;Holy RegWorm Batman! Windows Product Activation Attacks Gotham City&lt;/STRONG&gt;&lt;BR&gt;You bought and paid for your version of Windows XP Home or Professional. You have the proof - your wallet feels much lighter! Like many people, you put things off and ignore what appear to be the plaintive pleas of the RegWorm emanating from your system tray. But then the day of reckoning arrives and the dreaded worm says your &quot;grace period&quot; has expired. You click &quot;Yes&quot; and POW! You&apos;re logged off. To give that ole RegWorm a shot of vitamin B12 and get back in action check out: &lt;A href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030107CO-RegWorm&quot; target=_top&gt;&lt;a href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030107CO-RegWorm&quot;&gt;http://www.winxpnews.com/rd/rd.cfm?id=030107CO-RegWorm&lt;/a&gt;&lt;/A&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1076</guid>
			<pubDate>Fri, 31 Jan 2003 22:32:05 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1075</link>
			<description>&lt;FONT size=3&gt;&lt;B&gt;Web Site Reports That You Must Enable Cookies&lt;/B&gt;&lt;/FONT&gt; &lt;BR&gt;You&apos;ve probably run into cookie problems if you use Internet Explorer to get your Hotmail messages. There&apos;s a link in the message and you click on it. You then get an error that says you must have cookies enabled. The problem is that you do have cookies enabled. This article describes the problem and gives you a fix: &lt;A href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030114CO-Cookies&amp;amp;mid=8786676114275274&quot; target=_top&gt;&lt;STRONG&gt;&lt;FONT color=#b04040&gt;&lt;a href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030114CO-Cookies&quot;&gt;http://www.winxpnews.com/rd/rd.cfm?id=030114CO-Cookies&lt;/a&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1075</guid>
			<pubDate>Fri, 31 Jan 2003 22:29:01 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1074</link>
			<description>&lt;FONT size=3&gt;&lt;B&gt;Hard Disk May Become Corrupted When Entering Standby or Hibernation&lt;/B&gt;&lt;/FONT&gt; &lt;BR&gt;Those giant hard disks that are larger than 137 GB are a lot of fun. You feel as if you can &quot;save&quot; the world - on a single disk. But here&apos;s some scary news: Your hard disk might become corrupt when it enters Standby or Hibernation in Windows XP. What&apos;s up with that? A small problem with atapi.sys causes the problem. Better head on over and get the fix before you lose your masterpieces! &lt;A href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030114CO-Atapi_Fix&quot; target=_top&gt;&lt;STRONG&gt;&lt;FONT color=#b04040&gt;&lt;a href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030114CO-Atapi_Fix&quot;&gt;http://www.winxpnews.com/rd/rd.cfm?id=030114CO-Atapi_Fix&lt;/a&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; </description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1074</guid>
			<pubDate>Fri, 31 Jan 2003 22:28:41 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1073</link>
			<description>&lt;FONT size=3&gt;&lt;B&gt;Connecting to Multiple Remote Desktops on Your Private Network&lt;/B&gt;&lt;/FONT&gt; 
&lt;P&gt;Many of you have multiple Windows XP computers running Remote Desktop on your home or SOHO networks. It would be great to be able to connect to all of these computers over the Internet, but that usually requires multiple IP addresses bound to the Internet interface of your cable or DSL router. John Canning wrote to us with a great trick that allows you to make all of your Remote Desktops available from the Internet using just a single Internet IP address: 
&lt;OL&gt;
&lt;LI&gt;Click Start, click the Run command and type in &quot;regedit&quot; (without the quotes) to open the Registry Editor. 
&lt;LI&gt;Browse to the following location in the left pane&lt;BR&gt;HKEY LOCAL MACHINESystemCurrentControlSetControlTerminalServerWinStationsRDP-Tcp 
&lt;LI&gt;In the right pane, right click on PortNumber and click the Modify command. 
&lt;LI&gt;In the Edit DWORD dialog box, click the decimal option and change the port number to whatever you want. Click OK and restart your computer. 
&lt;LI&gt;Log into your router and use port forwarding to forward the port you chose to your IP address on the network. 
&lt;LI&gt;Now when connecting to your computer from another computer, you have to type the following in the connection box for remote desktop&lt;BR&gt;YourIPaddress:YourNewPort (that is a colon in the middle). For example: 66.245.178.25:3388 &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;Great tip! Thanks, John. &lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;WinXPnews&amp;#153; E-Zine Tue, Jan 14, 2003 (Vol. 3, 2 - Issue 58)&lt;/FONT&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1073</guid>
			<pubDate>Fri, 31 Jan 2003 22:26:35 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1072</link>
			<description>&lt;FONT size=3&gt;&lt;B&gt;Free Wireless Lockdown Tool!&lt;/B&gt;&lt;/FONT&gt; 
&lt;P&gt;SecureWave just released a free security solution that, I dare to say, is of interest to many of you. 
&lt;P&gt;In two words, they have released a Windows 2000/XP solution that allows you to prevent the use of Wireless cards --unless you actually want your users to use them of course. Many companies spent lots of money on their firewalls and, those that make use of it, even WLANs. However, today the focus has been on securing the communication between the WLAN endpoints and the base stations -- but what about if you do not want them in the first place? 
&lt;P&gt;Under Windows 2000/XP you (as an end-user) just need to plug one of these wireless cards in that machine and bingo -- security polices are out of the window. If you want to make sure that WLAN cards cannot be used your will love WaveLock. I know the developers myself, these are reliable people. Wavelock is free, not supported but definitely interesting. check it out at:&lt;BR&gt;&lt;A href=&quot;http://www.w2knews.com/rd/rd.cfm?id=030120TP-Wavelock&quot; target=_top&gt;&lt;STRONG&gt;&lt;FONT color=#b04040&gt;&lt;a href=&quot;http://www.w2knews.com/rd/rd.cfm?id=030120TP-Wavelock&quot;&gt;http://www.w2knews.com/rd/rd.cfm?id=030120TP-Wavelock&lt;/a&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;Sunbelt&amp;nbsp;W2Knews&amp;#153; Mon, Jan 20, 2003 (Vol. 8, #3 - Issue #409)&lt;/FONT&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1072</guid>
			<pubDate>Fri, 31 Jan 2003 22:23:34 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1071</link>
			<description>&lt;FONT size=3&gt;&lt;B&gt;Certain Programs Do Not Work Correctly If You Log On Using a Limited User Account&lt;/B&gt;&lt;/FONT&gt; 
&lt;P&gt;Have your limited users experienced the following kinds of problems when running certain programs on their Windows XP computers? 
&lt;UL&gt;
&lt;LI&gt;Program does not run. 
&lt;LI&gt;Program stops responding (hangs). 
&lt;LI&gt;Receive notification of run-time error 7 or run-time error 3446. 
&lt;LI&gt;Program does not recognize that a CD-ROM is in the CD-ROM drive. 
&lt;LI&gt;Program does not allow you to save files. 
&lt;LI&gt;Program does not allow you to open files. 
&lt;LI&gt;Program does not allow you to edit files. 
&lt;LI&gt;Program displays a blank error message. 
&lt;LI&gt;You cannot remove the program. 
&lt;LI&gt;You cannot open the Help file &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The problem is that some programs just don&apos;t work correctly when using a limited user account. For a BIG list of programs that don&apos;t work, and workarounds for the problem check out:&lt;BR&gt;&lt;A href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030121UP-Limited_Accounts&quot; target=_top&gt;&lt;STRONG&gt;&lt;FONT color=#b04040&gt;&lt;a href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030121UP-Limited_Accounts&quot;&gt;http://www.winxpnews.com/rd/rd.cfm?id=030121UP-Limited_Accounts&lt;/a&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;WinXPnews&amp;#153; E-Zine Tue, Jan 21, 2003 (Vol. 3, 3 - Issue 59)&lt;/FONT&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1071</guid>
			<pubDate>Fri, 31 Jan 2003 22:19:36 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1070</link>
			<description>&lt;FONT size=3&gt;&lt;B&gt;Anatomy of a RegWorm (Windows Product Activation/WPA)&lt;/B&gt;&lt;/FONT&gt; 
&lt;P&gt;Do you live in fear of the day when Windows XP&apos;s built-in timebomb will explode on you? That timebomb (WPA or RegWorm) can render your computer useless and require you to get on the phone and beg Microsoft to let you use the computer and software for which you paid big money. What triggers the bomb to explode? Whenever you start your Windows XP computer, the bomb checks on the status of the following hardware devices: 
&lt;OL&gt;
&lt;LI&gt;Video adapter 
&lt;LI&gt;SCSI disk adapter 
&lt;LI&gt;IDE disk adapter 
&lt;LI&gt;Network Interface Card (NIC) MAC Address 
&lt;LI&gt;Amount of RAM 
&lt;LI&gt;Processor 
&lt;LI&gt;Processor Serial Number 
&lt;LI&gt;Hard drives 
&lt;LI&gt;Hard Drive volume serial number 
&lt;LI&gt;CD-ROM/CD-RW/ DVD-ROM &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;The worm calculates a number associated with the devices and compares it to previous values. You can change up to 6 components in this list during the first 120 days. The bomb is triggered when you change the 7th (at that point you may wish for Linux). The counter is reset every 120 days. At least, that&apos;s how it&apos;s suppose to work. But keep in mind that software makes errors all the time, so the timebomb might go off even if you haven&apos;t changed anything! For a detailed discussion of WPA, check out: &lt;A href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030121SE-WPA&quot; target=_top&gt;&lt;STRONG&gt;&lt;FONT color=#b04040&gt;&lt;a href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030121SE-WPA&quot;&gt;http://www.winxpnews.com/rd/rd.cfm?id=030121SE-WPA&lt;/a&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;WinXPnews&amp;#153; E-Zine Tue, Jan 21, 2003 (Vol. 3, 3 - Issue 59)&lt;/FONT&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1070</guid>
			<pubDate>Fri, 31 Jan 2003 22:18:24 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1069</link>
			<description>&lt;FONT size=3&gt;&lt;B&gt;How to Put an Entire Drive into a Folder&lt;/B&gt;&lt;/FONT&gt; 
&lt;P&gt;Frank Lund wrote with a great tip on something you can do with Windows XP that you could never do with those old Windows 9x/ME operating systems. This feature, called &quot;Volume Mount Points&quot; (also supported in Windows 2000) allows you to associate an entire partition with a single folder on your hard disk. Frank recommends using the Volume Mount Points feature to free up disk space on a C: drive that&apos;s getting too full. If your C: drive is getting too full, you&apos;ll love this trick: 
&lt;OL&gt;
&lt;LI&gt;Create an empty folder on your C: drive called &quot;NewDrive&quot;. 
&lt;LI&gt;Install your new hard disk and open the Disk Management console. You can access Disk Management from the Run command. Type diskmgmt.msc in the Run command and click OK. 
&lt;LI&gt;In the Disk Management console, right click on the new disk and click New Volume. Click Next when the Welcome to the New Volume Wizard dialog box appears. 
&lt;LI&gt;On the Select Volume Type page, select the Simple option. Click Next. 
&lt;LI&gt;On the Select Disks page, make sure the correct disk (the new one) is selected and then type in the size of the partition you want to create. The default is to use the entire disk. Type in the size in the Select the amount of space in MB text box and click Next. 
&lt;LI&gt;On the Assign Drive Letter or Path page, select the Mount in the following empty NTFS folder option and then type in the path to the NewDrive folder. Click Next. 
&lt;LI&gt;On the Format Volume page, accept the default settings and click Next. Click Finish and the volume will be created and formatted. 
&lt;LI&gt;Find some folders that are taking up a lot of space. Right click on those folders and click the Cut command. Then click on the NewDrive folder and use the Paste command. Note that you shouldn&apos;t do this with Program Folders and System Folders, as there are many files in use in those folders so you won&apos;t be able to reliably copy them to the new location. The Cut and Paste operation moves the files from their old folders into the new one. 
&lt;LI&gt;Notice that all the files still appear to be on the C: drive. This makes it easy for you to save all your stuff to the C: drive, but actually use the space on the new disk. &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;You can, of course, name the folder whatever you wish instead of NewDrive. &lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;WinXPnews&amp;#153; E-Zine Tue, Jan 21, 2003 (Vol. 3, 3 - Issue 59)&lt;/FONT&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1069</guid>
			<pubDate>Fri, 31 Jan 2003 22:17:19 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1068</link>
			<description>&lt;P&gt;&lt;STRONG&gt;Automatically Defrag Your Hard Disks with the Built-in Defragger &lt;BR&gt;&lt;/STRONG&gt;The official Microsoft documentation says you can only defrag one disk at a time and that you can&apos;t schedule the defrag run (at least, using the Task Scheduler). &lt;A href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030128TI-Defrag&quot; target=_top&gt;&lt;a href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030128TI-Defrag&quot;&gt;http://www.winxpnews.com/rd/rd.cfm?id=030128TI-Defrag&lt;/a&gt;&lt;/A&gt;&amp;nbsp; But that&apos;s not completely true. If you&apos;re an adventurous type you might want to check out these scripts that allow you to schedule and defrag multiple disks at once. You can find the scripts and instructions at:&lt;BR&gt;&lt;A href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030128TI-W2KDfrag&amp;amp;mid=8786676114275274&quot; target=_top&gt;&lt;a href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030128TI-W2KDfrag&quot;&gt;http://www.winxpnews.com/rd/rd.cfm?id=030128TI-W2KDfrag&lt;/a&gt;&lt;/A&gt; Make sure you download and use the XP scripts when scheduling defrags for your XP systems. You can also schedule defrags using the new command line defrag included with XP. For instructions on using see:&lt;BR&gt;&lt;A href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030128TI-XP_Defrag&amp;amp;mid=8786676114275274&quot; target=_top&gt;&lt;a href=&quot;http://www.winxpnews.com/rd/rd.cfm?id=030128TI-XP_Defrag&quot;&gt;http://www.winxpnews.com/rd/rd.cfm?id=030128TI-XP_Defrag&lt;/a&gt;&lt;/A&gt; &lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/31.html#a1068</guid>
			<pubDate>Fri, 31 Jan 2003 21:38:49 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1048</link>
			<description>&lt;P&gt;&lt;STRONG&gt;SET A DEFAULT E-MAIL FORMAT FOR SPECIFIC RECIPIENTS&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Outlook lets you configure the default format for new e-mail messages and gives you three options: HTML, rich text, or plain text. If you&apos;ve configured Outlook to use HTML as the default, each new message will start with HTML as the format, enabling you to add graphics, formatting, and other rich media. However, some users prefer to receive text-only e-mail messages. You can configure the default mail format to be different from Outlook&apos;s overall default format for specific users. This means that new messages you send to these users will be created using the format specified for the recipient, not those you set as the default for Outlook.&lt;/P&gt;
&lt;P&gt;Follow these steps to set the default message format for a contact in Outlook 2002:&lt;/P&gt;
&lt;P&gt;1. Open Outlook&apos;s Contacts folder and double-click the contact to open it.&lt;/P&gt;
&lt;P&gt;2. In the E-mail field, double-click the recipient&apos;s address to open the E-mail Properties dialog box.&lt;/P&gt;
&lt;P&gt;3. From the Internet Format drop-down list, choose the format option you want to use for this contact. For example, choose Send Plain Text Only if you want Outlook to use only plain text for this recipient.&lt;/P&gt;
&lt;P&gt;You can repeat this process for any other contacts for which you want to set a specific message format. But keep in mind that the setting is address-specific, not recipient-specific. You can send messages to a particular contact using different mail formats, depending on which e-mail address you use.&lt;/P&gt;
&lt;P&gt;If the contact has more than one e-mail address, open the contact form and click the down arrow beside the e-mail address field. Select a different address, then double-click the address to set its default format.&lt;/P&gt;
&lt;P&gt;If you&apos;re running Outlook 2000 in Internet Mail Only mode, on the Contact form, just below the e-mail address you&apos;ll see an option named Send As Plain Text. Select this option to send to the recipient using plain text. If you&apos;re using Corporate/Workgroup mode, you can only change a recipient&apos;s send options if the address is stored in the Personal Address&lt;BR&gt;Book (PAB). Open the PAB, double-click the contact, and click Send Options&lt;BR&gt;to specify the message format for the recipient. &lt;BR&gt;[TechRepublic - 2 Jan 03]&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1048</guid>
			<pubDate>Fri, 10 Jan 2003 16:44:50 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1045</link>
			<description>&lt;A href=&quot;http://cl.com.com/Click?q=90-wHiMQ_IJRUbO6Pmmi1KbU1nonTig&quot;&gt;Electric Xml Toolkit: Free And Easy To Use&lt;/A&gt;. Working with XML is often tedious and time consuming. But the free toolkit Electric XML simplifies many of these tasks so you can better utilize your time. [Builder.com - 17 Dec 02] [&lt;A href=&quot;http://morgana:5335/system/pages/subscriptions&quot;&gt;Eric&apos;s incoming newsletters&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1045</guid>
			<pubDate>Fri, 10 Jan 2003 16:42:35 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1028</link>
			<description>&lt;STRONG&gt;MOVE A USER&apos;S CERTIFICATE TO ANOTHER COMPUTER&lt;/STRONG&gt;&lt;BR&gt;Outlook has several functions that require a security certificate. If you don&apos;t have a backup of the certificate and the system crashes, the user will have to obtain a new certificate. You can back up and restore certificates using several different methods, including Outlook.&lt;BR&gt;To use Outlook to back up and restore certificates, you first need to export the certificate to make a backup. Follow these steps:&lt;BR&gt;1. In Outlook, choose Tools | Options and click the Security tab.&lt;BR&gt;2. Click Import/Export and select Export Your Digital ID To A File from the Import/Export Digital ID dialog box.&lt;BR&gt;3. Click Select, choose the certificate to export, and specify a path and name for the file (use a .pfx file extension). As an option, you&lt;BR&gt;can also enter and confirm a password to protect the file.&lt;BR&gt;4. If the user has Internet Explorer 4, select the Microsoft Internet Explorer 4.0 Compatible option. Then click OK.&lt;BR&gt;Next, follow these steps to import the certificate into the new system:&lt;BR&gt;1. In Outlook, choose Tools | Options and click the Security tab.&lt;BR&gt;2. Click Import/Export, click Browse, and browse for the certificate file.&lt;BR&gt;3. Enter the password for the file.&lt;BR&gt;4. In the Digital ID Name text box, type the name by which you want the certificate to be shown. You&apos;ll typically enter the user&apos;s name or&lt;BR&gt;e-mail address or mailbox name.&lt;BR&gt;5. Click OK to import the certificate.&lt;BR&gt;Backing up user certificates is particularly important if your users purchase certificates from a commercial certificate authority. You can mitigate that cost by installing and using Windows 2000 Server or .NET Server&apos;s Certificate Services to generate your own certificates. [TechRepublic - 19 Dec 02] </description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1028</guid>
			<pubDate>Fri, 10 Jan 2003 13:08:06 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1025</link>
			<description>&lt;A href=&quot;http://www.secadministrator.com/articles/index.cfm?articleid=27551&quot;&gt;News: Microsoft Releases Mbsa 1.1&lt;/A&gt;. Microsoft recently released a new version of Microsoft Baseline Security Analyzer (MBSA), which Shavlik Technologies developed for Microsoft. New features in MBSA 1.1 include Exchange and Windows Media Player (WMP) security update detection, full HFNetChk 3.81 support in the MBSA command-line interface, support for Microsoft Software Update Services (SUS) during security update scans, compatibility with Microsoft Systems Management Server (SMS) 2.0 Software Update Services Feature Pack, and detection for multiple Microsoft SQL Server instances. [Security UPDATE - 18 Dec 02] [&lt;A href=&quot;http://morgana:5335/system/pages/subscriptions&quot;&gt;Eric&apos;s incoming newsletters&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1025</guid>
			<pubDate>Fri, 10 Jan 2003 13:06:51 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1024</link>
			<description>&lt;A href=&quot;http://cl.com.com/Click?q=0f-RMOlIqjs98dWV7uhpGrxGsx1bWeD&quot;&gt;Identify Trends With The Microsoft Data Analyzer&lt;/A&gt;. VISUALIZE DATA USING MICROSOFT DATA ANALYZER&lt;BR&gt;Do your clients&apos; eyes glaze over when you present them with a spreadsheet full of data? Microsoft Data Analyzer allows you to give your clients an easily understandable picture of their organizations&apos; data so they can identify trends. Bob Watkins explains. [TechRepublic - 18 Dec 02] [&lt;A href=&quot;http://morgana:5335/system/pages/subscriptions&quot;&gt;Eric&apos;s incoming newsletters&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1024</guid>
			<pubDate>Fri, 10 Jan 2003 13:06:31 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1021</link>
			<description>&lt;A href=&quot;http://cl.com.com/Click?q=76-vJt7InBpAfRJqXR9eJAW2e10Ua54&quot;&gt;Six Tips For Employing Closed Wireless Networking&lt;/A&gt;. Wireless networks must be closed off to outsiders--a difficult task considering that wireless networks are initially available to anyone within their range. Find out how to protect your wireless network from unwanted users. [TechRepublic - 9 Dec 02] [&lt;A href=&quot;http://morgana:5335/system/pages/subscriptions&quot;&gt;Eric&apos;s incoming newsletters&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1021</guid>
			<pubDate>Fri, 10 Jan 2003 13:05:38 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1020</link>
			<description>&lt;A href=&quot;http://cl.com.com/Click?q=37-EM7QIqz1GeG2W9hY5NH8ZVdJcymn&quot;&gt;Get A Snapshot Of Your Server&apos;s Performance With Net Statistics&lt;/A&gt;. The Windows Performance Monitor gives detailed information about your server&apos;s performance, but it takes time to configure and use. Learn how to use the Net Statistics command to get a quicker view of how your servers are performing. [TechRepublic - 9 Dec 02] [&lt;A href=&quot;http://morgana:5335/system/pages/subscriptions&quot;&gt;Eric&apos;s incoming newsletters&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1020</guid>
			<pubDate>Fri, 10 Jan 2003 13:05:25 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1013</link>
			<description>&lt;A href=&quot;http://www.winnetmag.com/articles/index.cfm?articleid=27471&quot;&gt;The System File Checker And Wfp&lt;/A&gt;. Windows File Protection (WFP) provides a built-in mechanism that in most cases prevents a hotfix, service pack, or application from replacing crucial system files with earlier versions of those files. Read more about this tool and learn a few caveats for using it at the following URL: [Windows &amp;amp; .NET Magazine UPDATE - 3 Dec 02] [&lt;A href=&quot;http://morgana:5335/system/pages/subscriptions&quot;&gt;Eric&apos;s incoming newsletters&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1013</guid>
			<pubDate>Fri, 10 Jan 2003 13:03:24 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1012</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.planetsoftware.com.au&quot;&gt;&lt;STRONG&gt;The Year At A Glance&lt;/STRONG&gt;&lt;/A&gt;&lt;BR&gt;Outlook 2000+ Year View, from Planet Software Australia displays an entire year&apos;s calendar. It&amp;nbsp;turns Outlook into a year planner, letting you block out days at a time for vacations, conferences, and other daylong and weeklong events. You don&apos;t need to be a developer to use this custom control, though, because the download includes an installer that sets up an Outlook folder home page that shows the year planner for any calendar folder you select. The Year View control isn&apos;t just for viewing events--you can also create new events. Right-click anywhere in the calendar, then choose New Appointment and pick a color category. The cursor turns into a pencil. Drag it across the days for which you want to create the event. A new Outlook appointment will appear with the category and start and end dates already filled in. All you need to add are the subject and any other details. You can create as many copies of the Year View.htm file as you need to create folder home pages for different calendar folders. Just edit the copy to change the Folder parameter that determines which Outlook folder the control displays. For public folders, you&apos;ll probably want to put the .htm files in a folder on your intranet Web server. You could also place the outlookyearview.cab file in a network location and edit the Year View.htm file to point to that file instead of the local drive. [Exchange and Outlook UPDATE - 7 Jan 03] &lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a1012</guid>
			<pubDate>Fri, 10 Jan 2003 13:01:21 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a975</link>
			<description>&lt;A href=&quot;http://www.exchangeadmin.com&quot;&gt;&lt;STRONG&gt;Tip: Displaying Multiple Folders Within A View&lt;/STRONG&gt;&lt;/A&gt;&lt;BR&gt;Q: Can I show more than one folder within a view--such as the Day/Week/Month view that combines Calendar and Tasks, only with different folders?&lt;BR&gt;A: Aside from the built-in Calendar + Tasks view and the Outlook Today page, Outlook out of the box provides no views that combine data from multiple folders. The solution is to use the Outlook View Control (OVC) in a folder home page. The OVC is an ActiveX control that displays a specific Outlook page. Folder home pages are simply Web pages displayed within Outlook, and they can host multiple copies of the OVC, with each instance of the control showing a different folder. You can add the OVC to a Web page, just as you would any other control, and set the necessary properties.&lt;BR&gt;The original version of the OVC for Outlook 2002 had a serious security vulnerability, described in &lt;A href=&quot;http://www.microsoft.com/technet/security/bulletin/ms01-038.asp&quot;&gt;Outlook View Control Exposes Unsafe Functionality&lt;/A&gt;. Any Outlook 2002 update or Office XP service pack after August 16, 2001, has a more secure OVC. A new version is also available for Outlook 2000, either as a separate download (as described in the security&lt;BR&gt;bulletin) or in Office 2000 Service Pack 3 (SP3).&lt;BR&gt;After you use the OVC to create a Web page, make it the home page for an Outlook folder by bringing up the folder&apos;s Properties dialog box and entering the path to the Web page on the Home Page tab.&lt;BR&gt;For more information about the OVC, including sample code, see the Microsoft article &quot;&lt;A href=&quot;http://support.microsoft.com/?kbid=291407 &quot;&gt;OL2002: General Information about the Outlook View Control&lt;/A&gt;&quot;.&lt;BR&gt;[Exchange and Outlook UPDATE - 3 Dec 02]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/10.html#a975</guid>
			<pubDate>Fri, 10 Jan 2003 12:30:28 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/09.html#a972</link>
			<description>&lt;A href=&quot;http://search.winnetmag.com&quot;&gt;It&apos;s A Great Time To Check Your Security&lt;/A&gt;. It&apos;s 2003, and you might want to start the new year by checking the security of all your systems. Toward that effort, I&apos;ve located several security checklists to assist you. The checklists cover Windows XP; Windows 2000; Windows NT; Microsoft IIS, SQL Server, Exchange Server, and Internet Explorer (IE); various UNIX systems; and Apache. Keep in mind that these are just a few of the many checklists available. To find more, use your favorite search engine.&lt;BR&gt;- Windows XP&lt;BR&gt;LabMice.net hosts a &quot;Windows XP Security Checklist.&quot; The checklist is divided into three categories: basic, intermediate, and advanced. The items covered include user accounts, groups, passwords, hardware, ports, shares, risky subsystems, and risky features.&lt;BR&gt;&lt;a href=&quot;http://www.labmice.net/articles/winxpsecuritychecklist.htm&quot;&gt;http://www.labmice.net/articles/winxpsecuritychecklist.htm&lt;/a&gt;&lt;BR&gt;Microsoft also provides a security checklist for XP Home Edition and XP Professional. According to the related TechNet Web page, the checklists &quot;outline the steps you should take to reach a baseline of security with Windows XP Home Edition and Windows XP Professional computers, either on their own or as part of a Windows NT or Windows 2000 domain.&quot; The checklists cover such matters as shares, policies, and accounts and passwords.&lt;BR&gt;&lt;a href=&quot;http://www.microsoft.com/technet/security/tools/chklist/xpcl.asp&quot;&gt;http://www.microsoft.com/technet/security/tools/chklist/xpcl.asp&lt;/a&gt;&lt;BR&gt;- Win2K&lt;BR&gt;LabMice.net also hosts the &quot;Windows 2000 Security Checklist,&quot; which provides the same thorough coverage provided in the LabMice.net XP security checklist.&lt;BR&gt;&lt;a href=&quot;http://www.labmice.net/articles/securingwin2000.htm&quot;&gt;http://www.labmice.net/articles/securingwin2000.htm&lt;/a&gt;&lt;BR&gt;Microsoft also provides checklists for Win2K Professional and Win2K Server. The comprehensive lists are on the TechNet Web site.&lt;BR&gt;&lt;a href=&quot;http://www.microsoft.com/technet/security/tools/chklist/w2kprocl.asp&quot;&gt;http://www.microsoft.com/technet/security/tools/chklist/w2kprocl.asp&lt;/a&gt;&lt;BR&gt;&lt;a href=&quot;http://www.microsoft.com/technet/security/tools/chklist/w2ksvrcl.asp&quot;&gt;http://www.microsoft.com/technet/security/tools/chklist/w2ksvrcl.asp&lt;/a&gt;&lt;BR&gt;- NT&lt;BR&gt;If you have NT systems on your network, check out the NT security checklist that Windows IT Library hosts. Originally compiled by Rob Davis with the help of several others, the checklist includes information from Microsoft&apos;s Web site. The list addresses such concerns as protecting files and directories, NetBIOS, dangerous services, passwords and hashes, registry entries, resource sharing, auditing, caching, and memory paging.&lt;BR&gt;&lt;a href=&quot;http://www.windowsitlibrary.com/content/121/18/toc.html&quot;&gt;http://www.windowsitlibrary.com/content/121/18/toc.html&lt;/a&gt;&lt;BR&gt;- IIS&lt;BR&gt;Microsoft offers the Internet Information Server (IIS) 4.0 Baseline Security Checklist, which helps you better secure the popular Web server. The list discusses installing the minimum Internet services required, setting appropriate authentication methods, setting appropriate virtual directory permissions and partitioning Web application space, setting appropriate IIS log file ACLs, enabling logging, setting up Secure Sockets Layer (SSL), disabling or removing all sample applications, removing the IISADMPWD virtual directory, removing unused script mappings, and disabling Remote Data Services&lt;BR&gt;(RDS) support (see the first URL below). Microsoft also provides a Web-based checklist form that helps you keep track of which configuration actions you&apos;ve taken on a Web server. You&apos;ll find the form, which contains hotlinks that describe each item listed, at the second URL below. The company also provides a lockdown tool for IIS, which you&apos;ll find at the third URL below. Finally, you&apos;ll find a useful checklist for Internet Information Services (IIS) 5.0 at the fourth URL below.&lt;BR&gt;&lt;a href=&quot;http://www.microsoft.com/technet/security/tools/chklist/iis4cl.asp&quot;&gt;http://www.microsoft.com/technet/security/tools/chklist/iis4cl.asp&lt;/a&gt;&lt;BR&gt;&lt;a href=&quot;http://www.microsoft.com/technet/treeview/default.asp?url=/technet/secur&quot;&gt;http://www.microsoft.com/technet/treeview/default.asp?url=/technet/secur&lt;/a&gt;&lt;BR&gt;ity/tools/chklist/iischk.asp&lt;BR&gt;&lt;a href=&quot;http://www.microsoft.com/technet/security/tools/tools/locktool.asp&quot;&gt;http://www.microsoft.com/technet/security/tools/tools/locktool.asp&lt;/a&gt;&lt;BR&gt;&lt;a href=&quot;http://www.microsoft.com/technet/security/tools/chklist/iis5cl.asp&quot;&gt;http://www.microsoft.com/technet/security/tools/chklist/iis5cl.asp&lt;/a&gt;&lt;BR&gt;- SQL Server&lt;BR&gt;SQLSecurity.com provides the &quot;SQL Server Security Checklist&quot; to help you secure SQL Server installations. The extensive list covers such matters as service packs, protocols, user accounts, dropping dangerous procedures, deleting stored procedures, logging, alerts, groups and roles, and user logins.&lt;BR&gt;&lt;a href=&quot;http://www.sqlsecurity.com/checklist.asp&quot;&gt;http://www.sqlsecurity.com/checklist.asp&lt;/a&gt;&lt;BR&gt;- Exchange Server&lt;BR&gt;The IMIBO Web site discusses Exchange Server security and offers sample code that shows you how Microsoft handles security inside the server. The site&apos;s information addresses subjects such as logons, directory objects, security descriptors, modifying access, and public folder access control.&lt;BR&gt;&lt;a href=&quot;http://www.imidev.galaxite.net/exc/security/contents.htm&quot;&gt;http://www.imidev.galaxite.net/exc/security/contents.htm&lt;/a&gt;&lt;BR&gt;DevX provides &quot;Eight Tips to Secure Exchange.&quot; The tips cover areas such as ports, underlying OS services, server location, passwords, using communities, dial-up access, and administrative rights. &lt;a href=&quot;http://archive.devx.com/upload/free/features/exchange/2000/10oct00/jh001&quot;&gt;http://archive.devx.com/upload/free/features/exchange/2000/10oct00/jh001&lt;/a&gt;&lt;BR&gt;0/jh0010.asp&lt;BR&gt;You can find additional information about Exchange Server and Outlook security at Slipstick Systems. At the Slipstick Web site, search on the term &quot;security.&quot;&lt;BR&gt;&lt;a href=&quot;http://www.slipstick.com&quot;&gt;http://www.slipstick.com&lt;/a&gt;&lt;BR&gt;- Microsoft IE&lt;BR&gt;Microsoft provides a rudimentary Web page that explains IE security. The page includes settings for SSL and security zones. The most important thing to remember about IE security is to load the many available patches.&lt;BR&gt;&lt;a href=&quot;http://www.microsoft.com/technet/security/tools/chklist/iecl.asp&quot;&gt;http://www.microsoft.com/technet/security/tools/chklist/iecl.asp&lt;/a&gt;&lt;BR&gt;- More Microsoft Security Tools and Checklists&lt;BR&gt;For more complete access to Microsoft security checklists and tools, visit the company&apos;s TechNet Web site. The site includes items for most of Microsoft&apos;s enterprise products (although not for SQL Server).&lt;BR&gt;&lt;a href=&quot;http://www.microsoft.com/technet/security/tools/tools.asp&quot;&gt;http://www.microsoft.com/technet/security/tools/tools.asp&lt;/a&gt;&lt;BR&gt;- UNIX OSs&lt;BR&gt;CERT offers a &quot;UNIX Security Checklist v2.0.&quot; The checklist covers the basic OS, major services, patches, and details about specific UNIX OSs. The checklist appendix lists security tools, commands, and five &quot;essential&quot; steps to secure your UNIX systems before you put them into operation.&lt;BR&gt;&lt;a href=&quot;http://www.cert.org/tech_tips/usc20_full.html&quot;&gt;http://www.cert.org/tech_tips/usc20_full.html&lt;/a&gt;&lt;BR&gt;- Apache HTTP Server&lt;BR&gt;If you&apos;re among the many people who run Apache HTTP server, you&apos;ll be happy to know that the Apache Server Project hosts a Web page, &quot;Security Tips for Server Configuration.&quot; The content includes permissions on server root directories, server-side includes, Common Gateway Interface&lt;BR&gt;(CGI) in general, aliased CGI, dynamic content, system settings, and protecting server files.&lt;BR&gt;&lt;a href=&quot;http://httpd.apache.org/docs/misc/security_tips.html&quot;&gt;http://httpd.apache.org/docs/misc/security_tips.html&lt;/a&gt;&lt;BR&gt;Finally, Windows &amp;amp; .NET Magazine has published many in-depth articles that discuss how to better secure your systems. Be sure to use the Web site search engine to find material about the security topics most important to you. [Security UPDATE - 1 Jan 03] [&lt;A href=&quot;http://morgana:5335/system/pages/subscriptions&quot;&gt;Eric&apos;s incoming newsletters&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2003/01/09.html#a972</guid>
			<pubDate>Thu, 09 Jan 2003 18:17:25 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/12/31.html#a951</link>
			<description>&lt;A href=&quot;http://www.streettech.com/modules.php?op=modload&amp;amp;name=News&amp;amp;file=article&amp;amp;sid=103&quot;&gt;Nano-review: The IBM Model M &quot;clicky&quot; keyboard&lt;/A&gt; [&lt;A href=&quot;http://www.streettech.com/&quot;&gt;Street Tech&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/12/31.html#a951</guid>
			<pubDate>Tue, 31 Dec 2002 12:16:44 GMT</pubDate>
			<source url="http://www.streettech.com/backend.php">Street Tech</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/12/17.html#a908</link>
			<description>&lt;A href=&quot;http://www.fawcette.com/xmlmag/2002_11/online/xml_rjennings_11_11_02/&quot;&gt;Generate XSD Schemas by Inference&lt;/A&gt; Microsoft&apos;s new XSD Inference Tool generates schemas from multiple XML source documents and solves most of Xsd.exe&apos;s problems </description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/12/17.html#a908</guid>
			<pubDate>Tue, 17 Dec 2002 11:35:08 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/12/09.html#a877</link>
			<description>&lt;A href=&quot;http://webdeveloper.earthweb.com/webjs/item/0,,10437_103921,00.html&quot;&gt;Quick Launch of Multiple Browser Windows&lt;/A&gt;. This script allows you to open multiple browser windows for your favorite websites with one click from your desktop. [&lt;A href=&quot;http://www.webdeveloper.com&quot;&gt;WebDeveloper.com&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/12/09.html#a877</guid>
			<pubDate>Mon, 09 Dec 2002 15:14:10 GMT</pubDate>
			<source url="http://www.webdeveloper.com/webdeveloper.rdf">WebDeveloper.com</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/12/03.html#a859</link>
			<description>&lt;A href=&quot;http://www.gotdotnet.com/team/dbox/spoutlet.aspx#nn2002-10-21T21:10-08:00&quot;&gt;.NET kills CAPSLOCK (and Insert too)&lt;/A&gt;. Steve Lucco&apos;s .REG file becomes a WinForms app thanks to the Minister of WinForms himself. [&lt;A href=&quot;http://www.gotdotnet.com/team/dbox/spoutlet.aspx&quot;&gt;Don Box&apos;s Spoutlet&lt;/A&gt;] 2002-10-21 - .NET kills CAPSLOCK (and Insert too) I recently showed Chris Sells the &lt;A href=&quot;http://www.microsoft.com/hwdev/tech/input/w2kscan-map.asp&quot;&gt;registry magic&lt;/A&gt; to kill the CAPSLOCK key once and for all. Chris noted that killing that useless Insert key would be a good idea as well. Moments later, through the miracle of .NET, the world has &lt;A href=&quot;http://www.sellsbrothers.com/tools/#scancodeMapper&quot;&gt;Scancode Mapper&lt;/A&gt; which does the grungy stuff for you. My insert key is now as dead as the CAPSLOCK key.</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/12/03.html#a859</guid>
			<pubDate>Wed, 04 Dec 2002 01:25:04 GMT</pubDate>
			<source url="http://www.gotdotnet.com/team/dbox/rss.aspx?version=2.0">Don Box&apos;s Spoutlet</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/11/28.html#a848</link>
			<description>&lt;A href=&quot;http://www.exchangeadmin.com/Articles/Index.cfm?IssueID=522&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT size=1&gt;January 2002&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=1&gt;;|&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=1&gt; &lt;/FONT&gt;&lt;A href=&quot;http://www.exchangeadmin.com/Articles/Index.cfm?AuthorID=194&quot;&gt;&lt;FONT color=#000000 size=1&gt;Sue Mosher&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=1&gt; &lt;FONT class=nav11&gt;&amp;nbsp;|&amp;nbsp;&lt;/FONT&gt; &lt;/FONT&gt;&lt;A href=&quot;http://www.exchangeadmin.com/Articles/Index.cfm?DepartmentID=838&quot;&gt;&lt;FONT color=#000000 size=1&gt;Outlook Tips and Techniques&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=1&gt; &lt;FONT class=nav11&gt;&amp;nbsp;|&amp;nbsp;&lt;/FONT&gt; &lt;FONT class=nav11&gt;InstantDoc #23147&lt;/FONT&gt;&lt;/FONT&gt; &lt;/FONT&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;FONT color=#802833&gt;Outlook Tips--Displaying Multiple Folders Within a View&lt;/FONT&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Can I show more than one folder within a view&amp;#151;such as the Day/Week/Month view that combines Calendar and Tasks, only with different folders? &amp;#151;Brud Rossmann&lt;/P&gt;
&lt;P&gt;Aside from the built-in Calendar + Tasks view and the Outlook Today page, Outlook out of the box provides no views that combine data from multiple folders. The solution is to use the Outlook View Control (OVC) in a folder home page. The OVC is an ActiveX control that displays a specific Outlook page. Folder home pages are simply Web pages, and they can host multiple copies of the OVC, each displaying a different folder. You can add the OVC to a Web page, just as you would any other control, and set the necessary properties.&lt;/P&gt;
&lt;P&gt;The original version of the OVC had a&amp;nbsp;security vulnerability.&amp;nbsp;For Outlook 2002, visit the &lt;A href=&quot;http://office.microsoft.com/downloads/default.aspx&quot;&gt;Microsoft Office Download Center&lt;/A&gt; and download and install the latest update for Outlook 2002. Any update after August 16, 2001, has the more secure OVC.&lt;/P&gt;
&lt;P&gt;After you use the OVC to create a Web page, make it the home page for an Outlook folder by bringing up the folder&apos;s Properties dialog box and entering the path to the Web page on the Home Page tab.&lt;/P&gt;
&lt;P&gt;For more information about the OVC, including sample code, see the Microsoft article &quot;&lt;A href=&quot;http://support.microsoft.com/support/kb/articles/q281/6/18.asp&quot;&gt;OL2000: General Information About the Outlook View Control&lt;/A&gt;&quot;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/11/28.html#a848</guid>
			<pubDate>Fri, 29 Nov 2002 01:59:33 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/11/28.html#a846</link>
			<description>&lt;A href=&quot;http://www.mydvd.com&quot;&gt;Windows Video Editing Pulls Ahead Of The Mac, Part 2&lt;/A&gt;. Greetings,&lt;BR&gt;In &quot;Windows Video Editing Pulls Ahead of the Mac, Part 1&quot; (available at the URL below), I compared Windows Movie Maker 2 and Apple Computer&apos;s iMovie. But the article caused an interesting backlash from the Macintosh community after various Mac-advocacy sites linked to the story. I think Apple&apos;s more virulent fans are missing the point. In the article, I compared two consumer-oriented products, not Adobe Systems&apos; Adobe Premiere and Apple&apos;s Final Cut Pro, the professional-level tools that were inexplicably most-often cited as an argument against my apparent pro-Microsoft stance. But I&apos;ve used Mac-oriented video-editing tools for more than a year and a half, and until Windows Movie Maker 2 arrived, I was firmly in the Apple camp when it came to digital video.&lt;BR&gt;&lt;a href=&quot;http://connectedhomemag.com/visual/articles/index.cfm?articleid=27312&quot;&gt;http://connectedhomemag.com/visual/articles/index.cfm?articleid=27312&lt;/a&gt;&lt;BR&gt;As I noted in Part 1, however, I&apos;ve changed my mind. Thanks to technology such as Windows Media 9 Series and excellent products such as Windows Movie Maker 2 and Sonic Solutions&apos; Sonic MyDVD 4 (which I discuss below), Windows digital-video technology has pulled ahead of the Mac. I don&apos;t believe that Apple will sit still while Microsoft usurps its lead--indeed, an Apple rep recently told me that the company is working to make iMovie even simpler and more powerful than it already is--but Windows Movie Maker 2&apos;s superiority should be alarming to Mac fans. Windows Movie Maker 2 is so much better than iMovie, and its underlying Windows Media Video (WMV) 9 technology is so infinitely superior to MPEG-4 that I&apos;m not sure what Apple can do at this point.&lt;BR&gt;More Windows Movie Maker 2&lt;BR&gt;In Part 1, I discussed the Windows Movie Maker 2 UI and how you can use the software to capture and edit movies. I glossed over the technical aspects of editing because Windows Movie Maker 2 includes an amazing AutoMovie feature that will satisfy most consumers&apos; editing needs. But running AutoMovie doesn&apos;t necessarily mean you&apos;re finished with your&lt;BR&gt;project: If you want, you can go back and manually edit an AutoMovie-edited movie--including changing titles and transitions--as you would any other movie. This capability makes Windows Movie Maker 2 a compelling solution for beginners and advanced users alike.&lt;BR&gt;Whether you use AutoMovie or manually edit the movie, Windows Movie Maker 2 offers several options for saving the final product, many of which address limitations with the previous Windows Movie Maker version. After you select File, Save Movie File, up pops the stunningly simple Save Movie Wizard, which offers choices such as My Computer, Recordable CD, E-mail, The Web, and DV camera. For the highest quality, you might choose My Computer, which automatically selects &quot;Best quality for playback on my computer&quot; or lets you choose from various parameters, including fit to file size or a list of quality ratings from 48KBps to 2.1MBps. If you choose the latter option, the wizard displays important information such as bit rate and display size, which lets technical users understand how long the process will take and how many resources it will consume. The other Save Movie choices are similar. If you select The Web, you get choices such as Dial-up Modem, ISDN, and DSL/Cable Modem, or you can select from more technical, bit rate-oriented choices.&lt;BR&gt;Windows Movie Maker 2 doesn&apos;t let you write to a DVD from within the application; Microsoft will incorporate integrated DVD writing in the next Windows version (code-named Longhorn). Microsoft tells me, however, that all recordable DVDs come with DVD moviemaking software, and that WMV 9 is compatible with virtually all these products. But until recently, most of these products weren&apos;t very exciting. Here&apos;s the product that changes all that.&lt;BR&gt;MyDVD 4&lt;BR&gt;At the PC EXPO trade show in June 2002, I got my first look at MyDVD 4, a consumer-oriented package for creating DVD (and CD-based) movies. Previous versions of MyDVD were decent but not exceptional. The new version, however, is best of breed. It features a Windows XP-style UI that looks like something Microsoft would have built; almost overly simple tools for adding movies, photo slideshows, and submenus to a disc-based movie; and a set of decent-looking and extensible themes that even include motion menus, similar to Apple&apos;s iDVD.&lt;BR&gt;For people who want to use MyDVD 4 as a complete solution, Sonic includes basic capture tools and a bundled copy of ArcSoft ShowBiz in a high-end version; ShowBiz was previously my favorite PC-based video-editing tool. But when you combine MyDVD 4 with Windows Movie Maker 2 and the underlying Windows Media 9 Series technologies, these tools become a one-two knockout punch to consumer-oriented video editing and creation. MyDVD 4 couldn&apos;t be simpler: You can drag and drop your Windows Movie Maker 2-created movies directly onto a menu in MyDVD 4 or simply select the Get Movies button. Each movie has its own button along with a still frame from the underlying movie, and you can even select which frame in the movie you want to display on the button.&lt;BR&gt;Creating photo slideshows is just as easy (although you might arguably better use Windows Movie Maker 2 for that task): Select the Add Slideshow button, select your photos, choose which photo to use as the button image, add an optional musical background, and you&apos;re done. Or you can also select the slide duration, the types of transition to use between each photo, and which background color to use; the aspect ration of most photos will leave blank space on the top and bottom (or left and&lt;BR&gt;right) of the screen.&lt;BR&gt;As you add content to the disc, a small graphic in the lower left of the application window displays the available space, so you always know where you stand. You can preview your creation in the application before burning the movie to disk and change themes on the fly. You can even create your own themes. MyDVD 4 has one small limitation: You can&apos;t edit the graphical links to submenus in the sense that you can&apos;t apply an image to these buttons. That&apos;s a shame, and the product&apos;s one glaring omission.&lt;BR&gt;One final note about MyDVD 4: The product includes an intriguing technology called OpenDVD that lets you store special information about the DVDs and CDs you create that you can use later to reedit--and reburn--your creations. So you can create a disc and later choose to change it, even if you lose your MyDVD project on the hard disk.&lt;BR&gt;MyDVD 4 costs about $50 ($70 for the version that includes ShowBiz). I highly recommend it for anyone who wants a simple and elegant way to create DVD movies on the PC.&lt;BR&gt;Sonic MyDVD 4 [Connected Home EXPRESS - 27 Nov 02] [&lt;A href=&quot;http://morgana:5335/system/pages/subscriptions&quot;&gt;Eric&apos;s incoming newsletters&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/11/28.html#a846</guid>
			<pubDate>Fri, 29 Nov 2002 01:52:08 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/11/28.html#a844</link>
			<description>&lt;H3&gt;Increase Efficiencies With Kerzner&apos;s Project Management Maturity Model&lt;/H3&gt;
&lt;P&gt;A growing number of organizations involved with application software development and integration are adopting structured project management methodologies. Unfortunately, this adoption of practices is often incomplete or piecemeal at the enterprise level.&lt;BR&gt;Sometimes a single organization will implement structured project management practices at the departmental level rather than across the enterprise. This practice often undermines the potential benefits championed by structured project management, ultimately discouraging further adoption.&lt;/P&gt;
&lt;P&gt;In order to address project management methodology adoption issues such as this, several strategic enterprise-level processes have been proposed. One approach is the Project Management Maturity Model, which was first offered by project manager expert Harold Kerzner. This model consists of a series of five adoption levels that indicate an organization&apos;s project management maturity status.&lt;/P&gt;
&lt;P&gt;Conceptually in this model, you can determine an organization&apos;s maturity status by measuring the extent an organization exhibits or adheres to the requirements of project management effectiveness as described within Kerzner&apos;s model tiers.&lt;/P&gt;
&lt;P&gt;Once an organization&apos;s level is determined, the maturity model provides a strategic plan or process to lead the organization to the next tier. This cycle continues as the organization exhibits increasing capability and adoption tier by tier, ultimately leading to the organization&apos;s full adoption of the model.&lt;/P&gt;
&lt;P&gt;Here are the key elements of Kerzner&apos;s Project Management Maturity Model:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LEVEL 1: COMMON LANGUAGE&lt;BR&gt;&lt;/STRONG&gt;This level is typified by an organization&apos;s conceptual understanding of the importance of project management practices and of their potential benefits. The organization also understands the need for a common language to describe associated terminology.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LEVEL 2: COMMON PROCESSES&lt;BR&gt;&lt;/STRONG&gt;An organization recognizes that it needs to develop and install common processes so that it replicates one project&apos;s successes on subsequent projects. Organizations at this level also recognize the benefits and applicability of incorporating project management processes in other enterprise methodologies.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LEVEL 3: SINGULAR METHODOLOGY&lt;BR&gt;&lt;/STRONG&gt;At this level, organizations understand the synergistic effect of combining all corporate methodologies into a singular approach centered&lt;BR&gt;around project management. The organization further recognizes that the singular approach simplifies process control.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LEVEL 4: BENCHMARKING&lt;BR&gt;&lt;/STRONG&gt;Organizations realize they need to monitor and benchmark processes to affect continuous improvement. The organization must analyze its own practices and processes to identify target elements for improvement metrics.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LEVEL 5: CONTINUOUS IMPROVEMENT&lt;BR&gt;&lt;/STRONG&gt;The organization is fully incorporating project management principles and is continually monitoring the information obtained from benchmarking to determine if improvements should be implemented into the singular methodology.&lt;/P&gt;
&lt;P&gt;By definition, once the enterprise achieves full compliance with the model, it&apos;s rewarded by the potential benefits associated with structured project management methodologies, including cost savings, improved productivity, increased customer satisfaction, best practices development, increased project efficiency, and so on.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Scott Withrow has more than 18 years of IT experience, including IT management, Web development management, and internal consulting application analysis.&lt;BR&gt;&lt;/EM&gt;[Builder.com - 27 Nov 02]&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/11/28.html#a844</guid>
			<pubDate>Fri, 29 Nov 2002 01:46:20 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/11/24.html#a828</link>
			<description>&lt;H3&gt;Oops! True IT blooper #77: Pain in the password &lt;/H3&gt;
&lt;P&gt;&lt;FONT size=1&gt;By Matthew A. DeBellis&lt;BR&gt;12 Nov 2002, SearchWindowsManageability.com&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;While still funny, password bloopers are more like daggers. They hurt IT pros more than the average misstep. 
&lt;P&gt;After all, one of the most important duties of IT pros is to secure the networks of their organizations. It&apos;s a serious responsibility, and IT pros must walk a fine line: they must secure networks without angering end users with over-the-top security measures. Users must buy in to the password system -- or else it fails. 
&lt;P&gt;IT pro Charles Rummings recently set up a new password scheme at his organization, a university. He felt the scheme was a good one. It was secure yet simple enough to not upset users. So he thought. 
&lt;P&gt;At the end of one Friday, Rummings strolled through the enrollment services department. He noticed a user, clearly ready to leave for the weekend, typing something into her PC. Then she grabbed her coat and made for the door. 
&lt;P&gt;Rummings asked what she had typed. The user, irked, snapped at him. 
&lt;P&gt;&quot;The lady informed me that because I had yelled at her for writing her password on a Post-it and leaving it on her PC, she was going to type her username and password in the logon boxes,&quot; Rummings said. &quot;That way she would just have to hit &apos;Enter&apos; in the morning and not have to remember the info so early in the morning. 
&lt;P&gt;&quot;I give up!&quot; Rummings said.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/11/24.html#a828</guid>
			<pubDate>Sun, 24 Nov 2002 19:28:03 GMT</pubDate>
			</item>
		<item>
			<link>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/11/22.html#a823</link>
			<description>&lt;A href=&quot;http://cl.com.com/Click?q=4a-HcgUIPp80UEZNEsohEksDhNxKAPR&quot;&gt;3 Downloads I Absolutely Couldn&apos;t Work Without&lt;/A&gt;.&amp;nbsp; [AnchorDesk - 8 Nov 02] &lt;SPAN class=m2&gt;&lt;B&gt;&lt;A href=&quot;http://downloads-zdnet.com.com/3000-2352-7003169.html&quot;&gt;&lt;FONT face=&quot;MS Sans Serif&quot; size=2&gt;Textpad (32-bit)&lt;/FONT&gt;&lt;/A&gt;&lt;/B&gt;&lt;FONT face=&quot;MS Sans Serif&quot; size=2&gt; is a no-nonsense text and HTML editor that offers all the features you need for fine-tuning Web pages and content, including color syntax highlighting, macros, and great formatting tools. For us, being able to format text at 80 characters per line is indispensable. This download also offers advanced features for more hard-core Web programmers. &lt;I&gt;(Shareware/Windows)&lt;/I&gt; &lt;/FONT&gt;&lt;/SPAN&gt;</description>
			<guid>http://radio.weblogs.com/0111737/categories/tipsAndTricks/2002/11/22.html#a823</guid>
			<pubDate>Fri, 22 Nov 2002 20:20:59 GMT</pubDate>
			<source url="http://127.0.0.1:5335/myImages/feeds/NewsFeeds.xml">Eric&apos;s incoming newsletters</source>
			</item>
		</channel>
	</rss>
