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

<channel>
	<title>Adventures in home working &#187; Tips and Tricks</title>
	<atom:link href="http://steves.seasidelife.com/tag/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://steves.seasidelife.com</link>
	<description>I'm Steve Richards a strategist and all round tech enthusiast working on enterprise desktop, application delivery and collaboration solutions. I work from home by the coast in the North West of England.  All the views expressed in this blog are my own.</description>
	<lastBuildDate>Mon, 01 Aug 2011 10:58:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backup deskbar shortcuts and ActiveWords</title>
		<link>http://steves.seasidelife.com/2006/12/08/backup-deskbar-shortcuts-and-activewords/</link>
		<comments>http://steves.seasidelife.com/2006/12/08/backup-deskbar-shortcuts-and-activewords/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 00:02:53 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/12/08/backup-deskbar-shortcuts-and-activewords/</guid>
		<description><![CDATA[I am a bit backup focused at the moment &#8211; I wonder why &#8211; so here are some useful things to backup: Your windows deskbar shortcuts C:\Documents and Settings\[your username]\Application Data\Windows Desktop Search\WindowsDesktopShortcuts.ini Your ActiveWords C:\Program Files\ActiveWords\USERS\[your username]]]></description>
			<content:encoded><![CDATA[<p>I am a bit backup focused at the moment &#8211; <a href="http://steves.seasidelife.com/blog/_archives/2006/12/8/2559276.html">I wonder why</a> &#8211; so here are some useful things to backup:</p>
<p>Your windows deskbar shortcuts</p>
<p>C:\Documents and Settings\[your username]\Application Data\Windows Desktop Search\WindowsDesktopShortcuts.ini</p>
<p>Your ActiveWords</p>
<p>C:\Program Files\ActiveWords\USERS\[your username]</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/12/08/backup-deskbar-shortcuts-and-activewords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows media player automation</title>
		<link>http://steves.seasidelife.com/2006/12/08/windows-media-player-automation/</link>
		<comments>http://steves.seasidelife.com/2006/12/08/windows-media-player-automation/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 23:58:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/12/08/windows-media-player-automation/</guid>
		<description><![CDATA[Windows media player really bugs me.&#160; I want to be able to start it up with one click and have it play my favorite concentration music play list.&#160; But it insists on making this a 3 or 4 click activity which is really distracting when I am working as I am always switching between different [...]]]></description>
			<content:encoded><![CDATA[<p>Windows media player really bugs me.&nbsp; I want to be able to start it up with one click and have it play my favorite concentration music play list.&nbsp; But it insists on making this a 3 or 4 click activity which is really distracting when I am working as I am always switching between different WMP activities.&nbsp; Videos, podcasts, music and concentration music.</p>
<p>No problem, now that PowerShell has arrived it&#8217;s a simple job to automate WMP.</p>
<blockquote><p>$WMP = new-object -com WMPLAYER.OCX<br />$Media = $WMP.mediacollection<br />$Playlist = $media.getbyname($strplaylist)<br />$a = $Playlist.item(0)<br />$WMP.openplayer($a.sourceurl)</p>
</blockquote>
<p>Just replace $strplaylist with the name of your playlist.&nbsp; This <a href="http://www.microsoft.com/technet/scriptcenter/csc/tips/ps/wmp.mspx">blog post</a> has all the details.</p>
<p>Now in my case I wanted to be able to type </p>
<blockquote><p>work [F8] </p>
<p>or</p>
<p>[CTRL][CTRL] work [RETURN]</p>
</blockquote>
<p>and through the magic of ActiveWords this would run the script.&nbsp; But to make this work you need to configure PowerShell to execute scripts (default security is VERY tight) and the details on how to do this are <a href="http://mutable.net/blog/archive/2006/10/05/PowerTips-for-PowerShell.aspx">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/12/08/windows-media-player-automation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deskbar shortcuts in WDS 3</title>
		<link>http://steves.seasidelife.com/2006/12/08/deskbar-shortcuts-in-wds-3/</link>
		<comments>http://steves.seasidelife.com/2006/12/08/deskbar-shortcuts-in-wds-3/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 23:50:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/12/08/deskbar-shortcuts-in-wds-3/</guid>
		<description><![CDATA[When I installed Windows Desktop Search 3 I re-discovered the deskbar and the really quick and easy way it provides to create shortcuts to folders, documents, applications and web sites. I really disliked the default hotkey though and still do and I also got annoyed by its limitations, the last straw though was that I [...]]]></description>
			<content:encoded><![CDATA[<p>When I installed Windows Desktop Search 3 I re-discovered the deskbar and the really quick and easy way it provides to create shortcuts to folders, documents, applications and web sites.</p>
<p>I really disliked the default hotkey though and still do and I also got annoyed by its limitations, the last straw though was that I tried it in Vista and &#8211; it&#8217;s gone!</p>
<p>So I have switched to ActiveWords which provides everything that deskbar shortcuts did and much more and it has a great hot key [CTRL] [CTRL] as well is in place active words (just type anywhere and hit F8 or [SPACE][SPACE].</p>
<p>It&#8217;s great!</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/12/08/deskbar-shortcuts-in-wds-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When WDS is not as good as the old XP search</title>
		<link>http://steves.seasidelife.com/2006/12/08/when-wds-is-not-as-good-as-the-old-xp-search/</link>
		<comments>http://steves.seasidelife.com/2006/12/08/when-wds-is-not-as-good-as-the-old-xp-search/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 23:43:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/12/08/when-wds-is-not-as-good-as-the-old-xp-search/</guid>
		<description><![CDATA[In XP and W2003 I liked being able to search any explorer by simply clicking [SEARCH] or by pressing F3.&#160; The search was very fast, especially when just searching on filename.&#160; Along comes Windows Desktop Search 3 for Windows 2003 Server, which is working great BUT the folder search bar is rubbish, really slow and [...]]]></description>
			<content:encoded><![CDATA[<p>In XP and W2003 I liked being able to search any explorer by simply clicking [SEARCH] or by pressing F3.&nbsp; The search was very fast, especially when just searching on filename.&nbsp; Along comes Windows Desktop Search 3 for Windows 2003 Server, which is working great BUT the folder search bar is rubbish, really slow and clunky.</p>
<p>To get the old search functionality back &#8211; but without breaking all the other great features of WDS just make the following registry key change:</p>
<p>&nbsp;</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Windows Desktop Search\DS</p>
<p>Then double-click on &#8216;ShowStartSearchBand&#8217; and set the value to &#8217;0&#8242;
<p>Search within Explorer is much improved in Vista, but sometimes I just wished for a fast type down search by filename that I loved in X1.</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/12/08/when-wds-is-not-as-good-as-the-old-xp-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send to FeedDemon, from IE context menu</title>
		<link>http://steves.seasidelife.com/2006/12/08/send-to-feeddemon-from-ie-context-menu/</link>
		<comments>http://steves.seasidelife.com/2006/12/08/send-to-feeddemon-from-ie-context-menu/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 23:38:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/12/08/send-to-feeddemon-from-ie-context-menu/</guid>
		<description><![CDATA[When I reinstalled FeedDemon following my rebuild I found that there was not context menu to subscribe to a feed.&#160; I previously used &#8220;send to default feed reader&#8221; which must have been added by NewsGator or one of the other products I have been testing.&#160; Still easily fixed: This web site http://glenn.typepad.com/news/2004/01/adding_feeddemo.html provides details on [...]]]></description>
			<content:encoded><![CDATA[<p>When I reinstalled FeedDemon following my rebuild I found that there was not context menu to subscribe to a feed.&nbsp; I previously used &#8220;send to default feed reader&#8221; which must have been added by NewsGator or one of the other products I have been testing.&nbsp; Still easily fixed:</p>
<p>This web site </p>
<p><a href="http://glenn.typepad.com/news/2004/01/adding_feeddemo.html">http://glenn.typepad.com/news/2004/01/adding_feeddemo.html</a>
<p>provides details on how to achieve it manually and this one
<p><a href="http://www.codeforge.co.uk/files/fdiesetup.exe">installer program</a>
<p>has a script that will do it for you.&nbsp; Works great for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/12/08/send-to-feeddemon-from-ie-context-menu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Desktop or web 2.0</title>
		<link>http://steves.seasidelife.com/2006/12/08/desktop-or-web-20/</link>
		<comments>http://steves.seasidelife.com/2006/12/08/desktop-or-web-20/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 23:30:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[HomeWorkSpace]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/12/08/desktop-or-web-20/</guid>
		<description><![CDATA[After reading about my rebuild nightmare you are probably thinking that I would be migrating fast to web 2.0 sites.&#160; Wrong!&#160; I really like some of the web 2.0 sites and&#160;work extensively&#160;in the browser &#8211; but I like to use the best tool for the job and right now I think that&#8217;s: 2003 server Driving [...]]]></description>
			<content:encoded><![CDATA[<p>After reading about my <a href="http://steves.seasidelife.com/blog/_archives/2006/12/8/2559276.html">rebuild nightmare</a> you are probably thinking that I would be migrating fast to web 2.0 sites.&nbsp; Wrong!&nbsp; I really like some of the web 2.0 sites and&nbsp;work extensively&nbsp;in the browser &#8211; but I like to use the best tool for the job and right now I think that&#8217;s:</p>
<ol>
<li>2003 server</li>
<li>Driving 3 screens</li>
<li>Running most applications local but with background synchronization of data onto servers where it makes sense</li>
</ol>
<p>I just love the customizability, the great integrated experience and the fact that from one desktop I can run local apps, smart apps, web apps, terminal served apps, virtual machines etc.&nbsp; </p>
<p>I also love the fact that I can leave my desktop running and grab my Tablet and have everything synched but have a completely different environment optimized for a very different type of activity and different form factor.</p>
<p>So for me web 2.0 is a complement to the desktop, not a replacement.&nbsp; My desktop has been rock solid for 2 years and largely because of my own messing around has probably cost me 3 hours of downtime to fix.&nbsp; Not a bad trade off for the productivity benefits and fun I have had over those 2 years.</p>
<p>I switch to a new machine and Vista in a few weeks, I am pretty worried that I won&#8217;t get the rock stability I am used to but here&#8217;s hoping!</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/12/08/desktop-or-web-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rebuilds!</title>
		<link>http://steves.seasidelife.com/2006/12/08/rebuilds/</link>
		<comments>http://steves.seasidelife.com/2006/12/08/rebuilds/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 23:17:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[HomeWorkSpace]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/12/08/rebuilds/</guid>
		<description><![CDATA[On Monday I started to notice that IE and Maxthon were not working correctly following the installation of IE7 on Windows 2003 server (my desktop).&#160; IE would just stop opening new web pages completely, Firefox was fine but Maxthon is too integrated into my working practices so I decided IE7 must go and did a [...]]]></description>
			<content:encoded><![CDATA[<p>On Monday I started to notice that IE and Maxthon were not working correctly following the installation of IE7 on Windows 2003 server (my desktop).&nbsp; IE would just stop opening new web pages completely, Firefox was fine but Maxthon is too integrated into my working practices so I decided IE7 must go and did a de-install.&nbsp; Unfortunately the resulting machine running IE6 was badly broken, IE6 would not browse to any web pages, just download them.</p>
<p>I poked around for 30 minutes but failed to fix it, not to worry I thought a quick repair would fix it, but to no avail and this tipped me over the edge and I decided to do a rebuild.&nbsp;</p>
<p>This machine &#8211; my current desktop &#8211; is about to become my server when my new desktop arrives in January so a rebuild was due anyway as this build has lasted me a couple of rock solid years.</p>
<p>Just at the end of the build (after lots of installing and lots of patching) I di a final restart and horror of horrors I get some error about services.exe won&#8217;t start because some dll is missing.&nbsp; Using the repair console I copy over the dll, no joy, then I do a full repair &#8211; no better so I had to do the whole rebuild again!!!&nbsp; I am not sure but I think it was VMware or the latest ATI drivers that did it.</p>
<p>Anyway the second time was much better and I took more care with the install sequence, my machine was running great.&nbsp; I had been working on my laptop during these rebuilds so not much time had been wasted.&nbsp; </p>
<p>At the end I thought I will do a quick image backup using Ghost 2003,&nbsp; I decided to avoid the Virtual Partition utility that&#8217;s included as I thought there may be compatibility issues but made the mistake of invoking the image from the windows UI <img src='http://steves.seasidelife.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  which without asking installs the virtual partition and reboots to that.&nbsp; </p>
<p>Anyway the virtual partition doesn&#8217;t seem to be compatible with 2003 server!&nbsp; It boots first and it&#8217;s impossible to get out of it.&nbsp; After deleting this partition, changing boot.ini and marking my 2003 server partition active (thanks to <a href="http://www.nu2.nu/pebuilder/">BartPE</a>) I was up and running again.</p>
<p>WHY NOT USE A BOOT FLOPPY!!! to run Ghost&nbsp;you may well ask, my floppy drive has been broken for 3 years and I have never had to fix it.&nbsp; A new USB floppy drive is on the way from eBay!</p>
<p>The moral of this story, pay some attention to system backups.&nbsp; I have great data backups in place and have coped seamlessly with a disk and 2 motherboard failures without a hitch but I always said to myself it&#8217;s as easy to rebuild -&nbsp; NOT AFTER 2 YEARS OF FINE TUNING ITS NOT!!!</p>
<p>So I now&nbsp;do a weekly&nbsp;ASR backup as well as daily data backups (my software library is part of my data backup).</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/12/08/rebuilds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista RTM on TC1100</title>
		<link>http://steves.seasidelife.com/2006/11/24/vista-rtm-on-tc1100/</link>
		<comments>http://steves.seasidelife.com/2006/11/24/vista-rtm-on-tc1100/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 21:28:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/11/24/vista-rtm-on-tc1100/</guid>
		<description><![CDATA[I have been running Vista RTM on my TC1100 since Sunday and it has been working very well,&#160; I had one issue with the Smart Fetch process stopping, but this would have been transparent to me if Vista hadn&#8217;t brought it to my attention. A lot of drivers are downloaded via Windows Update including: Wireless [...]]]></description>
			<content:encoded><![CDATA[<p>I have been running Vista RTM on my TC1100 since Sunday and it has been working very well,&nbsp; I had one issue with the Smart Fetch process stopping, but this would have been transparent to me if Vista hadn&#8217;t brought it to my attention.</p>
<p>A lot of drivers are downloaded via Windows Update including:</p>
<ol>
<li>Wireless network driver (So down try and do the install over a wireless network)
<li>Wacom driver (so don&#8217;t get worried when your touch screen doesn&#8217;t work)
<li>NVIDIA display driver</li>
</ol>
<p>However there have been a few annoyances that are driver related:</p>
<ol>
<li>No Qmenu
<li>No hardware buttons
<li>Sound is not muted when you insert headphones or headset, i.e. it keeps playing out of the speakers as well as the headset
<li>No SD card support (no fix for this that I can find)</li>
</ol>
<p>you need to download the following drivers:</p>
<ol>
<li>Sound <a href="http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/22542.html">http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/22542.html</a><br /><a title="http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/22582.html" href="http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/22582.html">http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/22582.html</a>
<li>hardware buttons<br /><a title="http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/19713.html" href="http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/19713.html">http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/19713.html</a>
<li>Q menu<br /><a title="http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/22141.html" href="http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/22141.html">http://h18007.www1.hp.com/support/files/Compaqtabletpc/us/download/22141.html</a></li>
</ol>
<p>Extract them all, normally to c:\swsetup, and then right click on each setup program, pick properties&nbsp;and pick Windows XP SP2 from the compatibility tab.&nbsp; I think one of the sound drivers will fail, but don&#8217;t worry it seems to get far enough to fix the problem (actually I suspect only one of the sound drivers is needed, but I didn&#8217;t have time to experiment).</p>
<p>I also found I had to do the following tweaks:</p>
<ol>
<li>Some of the buttons didn&#8217;t work until I did the following,&nbsp;
<ol>
<li>Control panel
<li>Tablet PC settings
<li>Buttons tab
<li>Select each button in turn
<li>Click change
<li>Click OK&nbsp; (this seems to assign the action, even though it appears correct already)</li>
</ol>
<li>In my case my screen would rotate from portrait to landscape but not from landscape to portrait, I fixed this as follows:
<ol>
<li>Control panel
<li>Tablet PC settings
<li>Display tab
<li>Sequence &#8211; change
<li>I just swapped the sequence round and saved it and it then worked fine</li>
</ol>
</li>
</ol>
<p>The final issue that I had was that Foxit Reader (an alternative PDF reader which is much faster and reliable than Adobes version) wouldn&#8217;t open in the browser.&nbsp; Which I fixed as follows:</p>
</p>
<blockquote><p>Using your favourite registry editor Navigate to
<p>My Computer<br />|___HKEY_CLASSES_ROOT<br />&#8230;&#8230;.|___MIME<br />&#8230;&#8230;&#8230;&#8230;&#8230;|___DATABASE<br />&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..|___Content Type (thx for the headsup)<br />&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..|___application/pdf &lt;- click this key once
<p>and then look in the right pane if there is an entry with the name <br />&#8216;CLSID&#8217; and its data set to {14E8BBD8-1D1C-4D56-A4DA-D20B75EB814E}<br />might as well make sure there is also an entry &#8216;Extension&#8217; with .pdf as data</p>
</blockquote>
<p>Hacking around trying to fix this problem I also got very frustrated by the fact that the file types dialog in Vista is over simplified but I managed to find the wonderful <a href="http://www.creativelement.com/powertools/">Creative Element Power Tools</a> which adds back an even better file type associations editor but also some other amazing utilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/11/24/vista-rtm-on-tc1100/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Vista RTM on Thinkpad T40</title>
		<link>http://steves.seasidelife.com/2006/11/24/vista-rtm-on-thinkpad-t40/</link>
		<comments>http://steves.seasidelife.com/2006/11/24/vista-rtm-on-thinkpad-t40/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 20:38:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/11/24/vista-rtm-on-thinkpad-t40/</guid>
		<description><![CDATA[I have been running Vista Ultimate RTM on my aging Thinkpad T40 and its running reasonably well, although it&#8217;s my third machine (After my Desktop and Tablet) so I am not a demanding user.&#160; I had to do a bare metal install though as I didn&#8217;t have enough disk space for an upgrade. The main [...]]]></description>
			<content:encoded><![CDATA[<p>I have been running Vista Ultimate RTM on my aging Thinkpad T40 and its running reasonably well, although it&#8217;s my third machine (After my Desktop and Tablet) so I am not a demanding user.&nbsp; I had to do a bare metal install though as I didn&#8217;t have enough disk space for an upgrade.</p>
<p>The main issue I had was lack of power management which was caused by the lack of a driver for the ATI embedded graphics chip set.&nbsp; The correct driver was delivered automatically by Windows update for Vista RC1 but was nowhere to be seen in RTM.&nbsp; </p>
<p>To fix this:</p>
<ol>
<li>Go here <a title="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-41918" href="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-41918">http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-41918</a>&nbsp;and download and unpack the driver</li>
<li>Go to control panel and pick &#8220;update device drivers&#8221;</li>
<li>Open up display adapters in the list and pick your card, right click and select properties</li>
<li>Pick the driver tab, select update drivers and then select browse by computer for driver software</li>
<li>Browse to c:\drivers</li>
<li>make sure you check the subfolders check box</li>
</ol>
<p>This should install the XP driver, which seems to work for me, although I don&#8217;t play games, but importantly you can now suspend your Thinkpad!</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/11/24/vista-rtm-on-thinkpad-t40/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upgrading to Office 2007 from Office 2007 beta 2</title>
		<link>http://steves.seasidelife.com/2006/11/14/upgrading-to-office-2007-from-office-2007-beta-2/</link>
		<comments>http://steves.seasidelife.com/2006/11/14/upgrading-to-office-2007-from-office-2007-beta-2/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 16:29:24 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/11/14/upgrading-to-office-2007-from-office-2007-beta-2/</guid>
		<description><![CDATA[Last night I tried to upgrade from Office 2007 tech refresh, to Office 2007 RTM and received the following error: Setup is unable to proceed due to the following error(s): The 2007 Microsoft Office system does not support upgrading from a prerelease version of the 2007 Microsoft Office system. You must first uninstall any prerelease [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I tried to upgrade from Office 2007 tech refresh, to Office 2007 RTM and received the following error:</p>
<blockquote><p>Setup is unable to proceed due to the following error(s): </p>
<p>The 2007 Microsoft Office system does not support upgrading from a prerelease version of the 2007 Microsoft Office system. You must first uninstall any prerelease versions of the 2007 Microsoft Office system products and associated technologies.
<p>Correct the issue(s) listed above and re-run setup.</p>
</blockquote>
<p>The online read-me that can be found <a href="http://office.microsoft.com/en-us/products/FX101633871033.aspx#1">here</a>, helpfully informed me that:<br />
<blockquote>
<p>The Office 2003 Web Components feature installed with Office 2007 Beta2 causes the Office 2007 product to block its installation. Users should use <b>Add Remove Programs</b> in the Windows Control Panel to Remove the Office 2003 Web Components, and then install the final Office 2007 product. </p>
</blockquote>
<p>I searched through Add Remove Programs and could find no sign of the Office 2003 Web Components, so I installed Office 2007 and then downloaded, installed and un-installed the web components with no luck.
<p>At this point I started searching around and found <a href="http://support.microsoft.com/kb/927222">this article</a> that explains that the error actually refers to the following much more comprehensive list of software:<br />
<blockquote>
<p>This issue occurs if either of the following conditions is true:
<ul>
<li>A beta release version of a 2007 Office program is still installed on the computer.</li>
<li>A component from the beta release version of the 2007 Office suite or program is still installed on the computer.</li>
</ul>
<p>You must remove all beta release versions of the 2007 Office suite or program from the computer before you install the original release version of a 2007 Office suite or program. <br />Additionally, this issue occurs if any of the following items are installed on the computer: </p>
<ul>
<li>2007 Microsoft Office Add-in: Microsoft Save as PDF or XPS (Beta) </li>
<li>2007 Microsoft Office Add-in: Microsoft Save as PDF (Beta) </li>
<li>2007 Microsoft Office Add-in: Microsoft Save as XPS (Beta) </li>
<li>Microsoft Expression Web Designer Beta 1 </li>
<li>Microsoft Expression Web Designer CTP1 </li>
<li>Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats (Beta 2 Technical Refresh) </li>
</ul>
</blockquote>
<p>Interestingly this list doesn&#8217;t mention the Office 2003 web components.</p>
<p>Anyway Office 2007 RTM still failed to install, giving the same error.&nbsp; </p>
<p>Finally I came across the <a href="http://support.microsoft.com/default.aspx/kb/290301">Windows Installer CleanUp Utility</a>, which I ran and discovered that Installer files were still on my machine for several of the uninstalled Office 2007 components even though there was no evidence of them in Add Remove Programs.&nbsp; </p>
<p>After deleting them using this utility Office 2007 seems to have installed.</p>
<p>&nbsp;</p>
<div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:709a0c96-8f45-4593-aa23-8544f32e783c" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/office%202007" rel="tag">office 2007</a></div>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/11/14/upgrading-to-office-2007-from-office-2007-beta-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I never knew Excel could do that!</title>
		<link>http://steves.seasidelife.com/2006/09/13/i-never-knew-excel-could-do-that/</link>
		<comments>http://steves.seasidelife.com/2006/09/13/i-never-knew-excel-could-do-that/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 02:56:58 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[PersonalProductivity]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/09/13/i-never-knew-excel-could-do-that/</guid>
		<description><![CDATA[Microsoft are right to be concerned about the fact that their customers uses perhaps only 20% of the capabilities of their products and their bold move &#8211; to radically change the UI &#8211; was definitely needed.&#160; I have found myself making great use of the new formatting capabilities in Excel 2007 for example and I [...]]]></description>
			<content:encoded><![CDATA[<p><P><a href="http://steves.seasidelife.com/InevernewExcelcoulddothat_1407E/excelcf.png" atomicselection="true"><IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=182 src="http://steves.seasidelife.com/InevernewExcelcoulddothat_1407E/excelcf_thumb.png" width=362 align=right border=0></A> Microsoft are right to be concerned about the fact that their customers uses perhaps only 20% of the capabilities of their products and their bold move &#8211; to radically change the UI &#8211; was definitely needed.&nbsp; </P> <P>I have found myself making great use of the new formatting capabilities in Excel 2007 for example and I never realised that anything like this was possible in Excel 2003.&nbsp; </P> <P>So even though I am amazed and impressed by the conditional formatting tricks in <a href="http://www.juiceanalytics.com/weblog/?p=248">this post</A> on the <a href="http://www.juiceanalytics.com/weblog/">juice analytics blog</A> I know that without the ease of use that Excel 2007 provides, I would rarely have the time to use them and if I did I would forget how to use them anyway.</P> <P>That said I have written this post so that if I do need to create a really professional spreadsheet in the future that will see a lot of reuse, and therefore that&#8217;s worth putting a lot of effort into, at least I will be able to remember and find the tricks again.</P></p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/09/13/i-never-knew-excel-could-do-that/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maxthon or Firefox</title>
		<link>http://steves.seasidelife.com/2005/04/24/maxthon-or-firefox/</link>
		<comments>http://steves.seasidelife.com/2005/04/24/maxthon-or-firefox/#comments</comments>
		<pubDate>Mon, 25 Apr 2005 01:53:24 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2005/04/24/maxthon-or-firefox/</guid>
		<description><![CDATA[<P><IMG src="http://www.firefox.com/title.gif"></P>

<P>As more and more people recommend Firefox I have felt increasingly that I am a stuck in the past by continuing to use <A href="http://www.myie2.com/">Maxthon</A>, which use to be MyIE2.&#160; </P>

<P>

<P>However Maxthon is not a browser to give up lightly.&#160; It&#8217;s had the greatest affect so far on my productivity, especially when doing blog initiated research.&#160; When I go back to using IE, the experience is literally painful (so much mouse movement affects my arthritic hands and wrists).&#160; The following Maxthon features make all the difference for me:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /></P>

<OL style="MARGIN-TOP: 0cm" type=1>

<LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">Tabbed browsing</LI>

<LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">Double click tab closing</LI>

<LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to open a new tabs with a scroll button click on a hyperlink, left mouse clicking re-uses the current tab</LI>

<LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to make new tabs open in the background so as not to disrupt the current activity</LI>

<LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to change these behaviours as required with a single click on the toolbar</LI>

<LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to create groups of URLs</LI>

<LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to open a group of tabs as a set</LI>

<LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to customise the names of the tabs in a group</LI>

<LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to save a whole load of tabs as a temporary group and re-open later, great when you have an ...

]]></description>
			<content:encoded><![CDATA[<p><P><IMG src="http://www.firefox.com/title.gif"></P> <P>As more and more people recommend Firefox I have felt increasingly that I am a stuck in the past by continuing to use <a href="http://www.myie2.com/">Maxthon</A>, which use to be MyIE2.&nbsp; </P> <P>However Maxthon is not a browser to give up lightly.&nbsp; It&#8217;s had the greatest affect so far on my productivity, especially when doing blog initiated research.&nbsp; When I go back to using IE, the experience is literally painful (so much mouse movement affects my arthritic hands and wrists).&nbsp; The following Maxthon features make all the difference for me:</P> <OL style="MARGIN-TOP: 0cm" type=1> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">Tabbed browsing</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">Double click tab closing</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to open a new tabs with a scroll button click on a hyperlink, left mouse clicking re-uses the current tab</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to make new tabs open in the background so as not to disrupt the current activity</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to change these behaviours as required with a single click on the toolbar</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to create groups of URLs</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to open a group of tabs as a set</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to customise the names of the tabs in a group</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to save a whole load of tabs as a temporary group and re-open later, great when you have an unplanned reboot, or need to send a group to a friend</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">Ability to close all tabs, all tabs to the left of current, or right of the current tab</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">Ability to control where new tabs open, my preference is normally at the end of the list, (allowing first in first out browsing)</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">The ability to open all entries in a favourite list as tabs</LI> <LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt">Popup and ad blocking</LI></OL> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p>&nbsp;</o:p></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">These features are especially useful as I scroll through my RSS/ATOM/Newsgroup feeds in NewsGator clicking away on links of interest, which appear on my second monitor.&nbsp;<SPAN style="mso-spacerun: yes">&nbsp;</SPAN>When they open sometimes a second click is required to get to the real article of interest.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Once I have gone through all of the feeds I mark ALL READ and switch to reading my web pages tab by tab, as more sites take my fancy I add these to the end of the list.</P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><o:p>&nbsp;</o:p></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">Sometimes a whole new topic of interest is identified, in that case I drag a URL over to another Maxthon instance and start a whole new collection of tabs.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>When I am shopping I have a group of tabs I open.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>When I am blogging I have a similar set of tabs</P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><o:p>&nbsp;</o:p></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">I have tried Firebox a few times as an alternative, but it&#8217;s a long way short of this behaviour. <SPAN style="mso-spacerun: yes">&nbsp;</SPAN>I recently came across <a href="http://geekswithblogs.net/tariq/">this post</A> and list of extensions that go some way to filling the gap:</P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">&nbsp;</P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 18pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">My current list to duplicate most of MYIE2 (now known as Maxthon) functionality is</SPAN> </EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://perso.wanadoo.fr/marc.boullet/ext/extensions-en.html"><FONT color=#000080>All in one gestures </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://extensionroom.mozdev.org/more-info/contextsearch"><FONT color=#000080>Context search</FONT></A> </SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=253&amp;vid=700"><FONT color=#000080>Magpie </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=50&amp;vid=673"><FONT color=#000080>Single Window </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=35&amp;vid=769"><FONT color=#000080>Ie view </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=158&amp;vid=729">Tab Browser Preferences </A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=137&amp;vid=266&amp;category=Navigation"><FONT color=#000080>Super drag and go</FONT></A> </SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=176&amp;vid=797"><FONT color=#000080>miniT</FONT></A> </SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=59&amp;vid=617"><FONT color=#000080>User agent switcher </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=256&amp;vid=758"><FONT color=#000080>Download manager tweak</FONT></A> </SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://extensionroom.mozdev.org/more-info.php/x"><FONT color=#000080>X</FONT></A> </SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://jgillick.nettripper.com/switchproxy/"><FONT color=#000080>Switch proxy tool</FONT></A> </SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=60&amp;vid=645"><FONT color=#000080>Web developer</FONT></A> </SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=10&amp;vid=664"><FONT color=#000080>Adblock </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://extensionroom.mozdev.org/more-info/undoclosetab">Undo close tab </A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://gorgias.de/mfe/"><FONT color=#000080>add bookmark here </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://v2studio.com/k/moz/"><FONT color=#000080>blank last </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">copy image (cant find a url to install for&nbsp;1.0) </SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://gorgias.de/mfe/"><FONT color=#000080>Sendto</FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://extensionroom.mozdev.org/more-info/imagetoolbar"><FONT color=#000080>Image toolbar </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://extensionroom.mozdev.org/more-info/keyconfig"><FONT color=#000080>Keyconfig </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://www.yellowgorilla.net/imagezoom/"><FONT color=#000080>Image zoom </FONT></A></SPAN></EM></P> <P class=MsoNormal style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt 54pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2; tab-stops: list 54.0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-size: 8.0pt; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>I tried it but it still did not compare. <SPAN style="mso-spacerun: yes">&nbsp;</SPAN>Looks like a lot depends on v0.7 of <I style="mso-bidi-font-style: normal"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><a href="http://update.mozilla.org/extensions/moreinfo.php?id=158&amp;vid=729">Tab Browser Preferences </A></SPAN></EM></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">&nbsp;</P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">Interestingly I do have one use on my system for Firefox. <SPAN style="mso-spacerun: yes">&nbsp;</SPAN>I use it to look at my blog as an un-authenticated user, just to make sure that no secured content has made it into the public view by accident!</P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><I style="mso-bidi-font-style: normal"><o:p>&nbsp;</o:p></EM></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><o:p>&nbsp;</o:p></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><o:p>&nbsp;</o:p></P> <P>&nbsp;</P></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></EM></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></em></p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2005/04/24/maxthon-or-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seven rules for email</title>
		<link>http://steves.seasidelife.com/2004/09/27/seven-rules-for-email/</link>
		<comments>http://steves.seasidelife.com/2004/09/27/seven-rules-for-email/#comments</comments>
		<pubDate>Mon, 27 Sep 2004 23:27:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[IT-Collaboration]]></category>
		<category><![CDATA[PersonalProductivity]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2004/09/27/seven-rules-for-email/</guid>
		<description><![CDATA[<P>One of the researchers who works for my company produced a great guide on the uses and abuses of cummuication and collaboration technologies a few years ago.&#160; When I first read it I was impressed but at the same time depressed&#160;at the neglect that most companies have of their basic (common)&#160;business processes.&#160; I have continued to be interested in how companies can extract maximum advantage from simple IT infrastructure technologies by focussing on how to use their tools to best effect.&#160; </P>

<P>The following post therefore caught my eye -&#160;<A title="http://www.andrewtobias.com/&#10;Andrew Tobias - Money and Other Subjects" href="http://www.andrewtobias.com/">seven rules for e-mail</A>&#160;- it would be great to see a best practice debate on how the phone, SMS, email, syndication, IM and conferencing technologies should be used.&#160; The seven rules above provides a good but limited start.&#160;</P>

<P>As an illustration of such a debate in action, albeit on a slightly different subject, there is no better example than the <A href="http://www.davidco.com/forum/">getting things done forums</A>.</P>

]]></description>
			<content:encoded><![CDATA[<p><P>One of the researchers who works for my company produced a great guide on the uses and abuses of cummuication and collaboration technologies a few years ago.&nbsp; When I first read it I was impressed but at the same time depressed&nbsp;at the neglect that most companies have of their basic (common)&nbsp;business processes.&nbsp; I have continued to be interested in how companies can extract maximum advantage from simple IT infrastructure technologies by focussing on how to use their tools to best effect.&nbsp; </P> <P>The following post therefore caught my eye -&nbsp;<A title="http://www.andrewtobias.com/&#10;Andrew Tobias - Money and Other Subjects" href="http://www.andrewtobias.com/">seven rules for e-mail</A>&nbsp;- it would be great to see a best practice debate on how the phone, SMS, email, syndication, IM and conferencing technologies should be used.&nbsp; The seven rules above provides a good but limited start.&nbsp;For those of you who don&#8217;t want to wait, here they are:</P> <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"> <P style="MARGIN: 0in 0in 0pt"><EM><STRONG><SPAN style="COLOR: blue">SEVEN E-MAIL RULES THAT WILL CHANGE THE WORLD</SPAN></STRONG></EM></P> <P style="MARGIN: 0in 0in 0pt"><EM><SPAN style="COLOR: black; mso-bidi-font-weight: bold">H<SPAN style="DISPLAY: none; mso-hide: all">We&#8217;re all, busy, okay? Life is short. Sometimes we want long rambling rants like mine. But </SPAN></SPAN><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold">ow much more efficient our lives could be if we all adhered to these simple rules:</SPAN></EM></P> <P style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><EM>&nbsp;</EM></o:p></SPAN></P> <P style="MARGIN: 0in 0in 0pt"><EM><STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt">1. If your entire message can fit on the subject line, put it on the subject line</SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold">&#8212;followed by <SPAN class=GramE>EOM<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(</SPAN>end of message).<SPAN style="mso-spacerun: yes">&nbsp; </SPAN><SPAN class=GramE>Nothing more.</SPAN><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>For example:<SPAN style="mso-spacerun: yes">&nbsp; </SPAN></SPAN></EM></P> <P style="MARGIN: 0in 0in 0pt"><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial"><o:p><EM>&nbsp;</EM></o:p></SPAN></STRONG></P> <P style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.25in"><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial"><EM>SUBJ:<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Thanks, <SPAN class=SpellE>Sanji</SPAN>!<SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>EOM</EM></SPAN></STRONG></P> <P style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><o:p><EM>&nbsp;</EM></o:p></SPAN></P> <P style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in"><EM><SPAN style="COLOR: black; FONT-FAMILY: Symbol; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold">Or append it to the existing subject line:</SPAN></EM></P> <P style="MARGIN: 0in 0in 0pt"><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial"><o:p><EM>&nbsp;</EM></o:p></SPAN></STRONG></P> <P style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.25in"><EM><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial">SUBJ:<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Dinner Thursday?<SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN></SPAN></STRONG><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Wingdings; mso-bidi-font-family: Arial; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings"><SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings">&#223;</SPAN></SPAN></STRONG><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial"> YES!<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>THANKS!<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>CU THERE!<SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN>EOM</SPAN></STRONG></EM></P> <P style="MARGIN: 0in 0in 0pt"><EM><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><o:p>&nbsp;</o:p></SPAN><STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt">2. Make the subject line descriptive.</SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>If you make it: </SPAN><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial">SUBJ: check this out</SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"> and it turns out to be yet another copy of Bush&#8217;s resume (&#8220;I was arrested twice for drunk driving . . .&#8221;) that we&#8217;ve all seen 50 times by now, it is annoying. But if you make it: </SPAN><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial">SUBJ: Bush&#8217;s resume</SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold">, then we can smile faintly and delete it in three-tenths of a second.</SPAN></EM></P> <P style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><o:p><EM>&nbsp;</EM></o:p></SPAN></P> <P style="MARGIN: 0in 0in 0pt"><EM><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold">This is especially true if you&#8217;re forwarding a </SPAN><U><SPAN style="COLOR: blue; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><a href="http://www.amazon.com/exec/obidos/tg/detail/-/0156006227/qid=1096127103/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/104-6073033-2936716?v=glance&amp;s=books&amp;n=507846">link</A></SPAN></U><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"> &#8211; let alone sending an attachment.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Tell us what it is, so we know whether it&#8217;s worth opening your e-mail, following the link, or downloading the attachment.</SPAN></EM></P> <P style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><o:p><EM>&nbsp;</EM></o:p></SPAN></P> <P style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in"><EM><SPAN style="COLOR: black; FONT-FAMILY: Symbol; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold">Instead of: </SPAN><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial">SUBJ: Funny!</SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN>How about: </SPAN><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial">SUBJ: Jewish haikus</SPAN></STRONG></EM></P> <P style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><o:p><EM>&nbsp;</EM></o:p></SPAN></P> <P style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in"><EM><SPAN style="COLOR: black; FONT-FAMILY: Symbol; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold">Instead of </SPAN><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial">SUBJ: do you know this guy?</SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN>How about: </SPAN><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial">SUBJ: do you know Danny <SPAN class=SpellE>Shindler</SPAN>?</SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Or even (if there&#8217;s no more to your message than that): </SPAN><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial">SUBJ: do you know Danny <SPAN class=SpellE>Shindler</SPAN>? EOM</SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold">. </SPAN></EM></P> <P style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><o:p><EM>&nbsp;</EM></o:p></SPAN></P> <P style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in"><EM><SPAN style="COLOR: black; FONT-FAMILY: Symbol; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"><SPAN style="mso-list: Ignore">&#183;<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold">The obvious reason is to save time, but the other reason is to make searching easy.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Say this grows into a spirited exchange about Danny <SPAN class=SpellE>Shindler</SPAN>, because you do know him.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>And that a month later, one of you <SPAN class=GramE>wants</SPAN> to go back and find that thread.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Isn&#8217;t the logical thing to search on &#8220;Danny <SPAN class=SpellE>Shindler</SPAN>&#8221; rather than trying to remember that the thread was entitled &#8220;do you know this guy?&#8221;</SPAN></EM></P> <P style="MARGIN: 0in 0in 0pt"><EM><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><o:p>&nbsp;</o:p></SPAN><STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt">3. <SPAN class=GramE>If</SPAN> your message is to one person, begin the subject line with that person&#8217;s first name:</SPAN></STRONG></EM></P> <P style="MARGIN: 0in 0in 0pt"><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial"><o:p><EM>&nbsp;</EM></o:p></SPAN></STRONG></P> <P style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.5in"><STRONG><SPAN style="FONT-SIZE: 10pt; COLOR: #993300; FONT-FAMILY: Arial"><EM>SUBJ:<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Jane &#8211; separation of church and state</EM></SPAN></STRONG></P> <P style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><o:p><EM>&nbsp;</EM></o:p></SPAN></P> <P style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><EM>That way, she instantly knows you are speaking to her, and this is not a blast e-mail to the 300 people on your list.</EM></SPAN></P> <P style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><o:p><EM>&nbsp;</EM></o:p></SPAN></P> <P style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><EM>This is especially important if you are forwarding something that the recipient may have seen &#8211; the Bush resume &#8211; but also have a personal message.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(&#8220;Have you seen this?<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>And by the way, Thursday&#8217;s meeting has been moved from 3pm to 2pm.&#8221;)<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Otherwise, the recipient may see it&#8217;s a &#8220;forward&#8221; she&#8217;s already seen and delete it &#8211; and miss the meeting.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN></EM></SPAN></P> <P style="MARGIN: 0in 0in 0pt"><EM><STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt">4. If you&#8217;re sending to a large group, use &#8220;blind copies&#8221;</SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"> (unless there&#8217;s an awfully good reason to have everyone see the e-addresses of all 215 recipients).</SPAN><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><o:p>&nbsp;</o:p></SPAN></EM></P> <P style="MARGIN: 0in 0in 0pt"><EM><STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt">5. If you&#8217;re responding to a group e-mail, hit REPLY rather than REPLY ALL</SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"> unless you really think the whole group wants to see your reply. (Ah, the boorish irony of those who REPLY ALL with the message, &#8220;I do not appreciate your cluttering my inbox &#8211; please take me off your list.&#8221;)</SPAN></EM></P> <P style="MARGIN: 0in 0in 0pt"><STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt"><EM>6. If you&#8217;re attaching a letter or a newsclip, also cut and paste it into the body of the e-mail </EM></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><EM>to spare the recipient&#8217;s having to open the attachment. </EM></SPAN></P> <P style="MARGIN: 0in 0in 0pt"><STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt"><EM>7. Place post scripts before your sign off,</EM></SPAN></STRONG><SPAN style="COLOR: black; mso-bidi-font-size: 10.0pt; mso-bidi-font-weight: bold"><EM> for reasons amply elucidated in the only really important </EM><a href="http://www.andrewtobias.com/newcolumns/991207.html"><EM>column</EM></A><EM> I have ever posted in this space</EM>.</SPAN></P></BLOCKQUOTE></SPAN> <P>As an illustration of such a debate in action, albeit on a slightly different subject, there is no better example than the <a href="http://www.davidco.com/forum/">getting things done forums</A>.</P></p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2004/09/27/seven-rules-for-email/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to write a good paper or report</title>
		<link>http://steves.seasidelife.com/2004/09/10/how-to-write-a-good-paper-or-report/</link>
		<comments>http://steves.seasidelife.com/2004/09/10/how-to-write-a-good-paper-or-report/#comments</comments>
		<pubDate>Fri, 10 Sep 2004 20:48:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2004/09/10/how-to-write-a-good-paper-or-report/</guid>
		<description><![CDATA[<P><STRONG><A href="http://weblogs.cs.cornell.edu/AllThingsDistributed/">Werner Vogels</A> </STRONG>wites an <A href="http://weblogs.cs.cornell.edu/AllThingsDistributed/archives/000510.html">interesting article</A> about what he looks for in a good report.&#160; The advice is slanted towards academic papers, but its pretty useful for any technical writer.&#160; he also references an <A href="http://gatekeeper.dec.com/pub/DEC/SRC/publications/levin/SOSPhowto.html">excellent article</A> that goes into the subject in greater detail.&#160; Here is an extract with the main points:</P>

<UL>

<LI><EM><STRONG>User or system requirements</STRONG>. Most of the papers I read are about networking, operating systems, distributed systems, but being active is such a deep technical field does not exempt you from thinking about WHY you are doing this. Who or what is going to use your system? Can you write down the requirements and constraints such that it is clear to the reader why this drives your research? Do you have trace or input data that matches your requirements? Even if you did not start out with requirements (sometimes you just have a cool idea), when you write about it you must define what the criteria for success for your project are and why. </EM>

<LI><EM><STRONG>Alternative design decisions</STRONG>. It cannot have been the case that there is only one path to your goal. You must have seen other roads along the way, but you decided not to ...

]]></description>
			<content:encoded><![CDATA[<p><P><STRONG><a href="http://weblogs.cs.cornell.edu/AllThingsDistributed/">Werner Vogels</A> </STRONG>wites an <a href="http://weblogs.cs.cornell.edu/AllThingsDistributed/archives/000510.html">interesting article</A> about what he looks for in a good report.&nbsp; The advice is slanted towards academic papers, but its pretty useful for any technical writer.&nbsp; he also references an <a href="http://gatekeeper.dec.com/pub/DEC/SRC/publications/levin/SOSPhowto.html">excellent article</A> that goes into the subject in greater detail.&nbsp; Here is an extract with the main points:</P> <UL> <LI><EM><STRONG>User or system requirements</STRONG>. Most of the papers I read are about networking, operating systems, distributed systems, but being active is such a deep technical field does not exempt you from thinking about WHY you are doing this. Who or what is going to use your system? Can you write down the requirements and constraints such that it is clear to the reader why this drives your research? Do you have trace or input data that matches your requirements? Even if you did not start out with requirements (sometimes you just have a cool idea), when you write about it you must define what the criteria for success for your project are and why. </EM> <LI><EM><STRONG>Alternative design decisions</STRONG>. It cannot have been the case that there is only one path to your goal. You must have seen other roads along the way, but you decided not to follow those. Why not? It is important to motivate the choices you have made, if you want your reader to learn from your process, not just from your final success. </EM> <LI><EM><STRONG>Context</STRONG>. You are not the only person doing research and you are not the only one producing these wonderful unique solutions. You have to spend more than 2 paragraphs on placing your work in context. It is OK to say that others have done the same before, but that you are approaching it from a different angle, or with different data. For example a good engineering paper might not have fundamentally new results, but can focus on how to bring results into practice, which might be just as hard a problem or even harder. Do not discard other people&#8217;s work with just a single sentence but give them the respect you would like your work to get. </EM> <LI><EM><STRONG>Implementation details</STRONG>. If you add this to your paper, make sure you really provide details. Not just a schema of how your components fit together, but also information about why you got to this software design. It cannot have been the case that you got it right with one try. What were the other attempts that you discarded and why? </EM> <LI><EM><STRONG>Experiments</STRONG> I can talk days about how to perform good experiments in support of your research. But I consider experiments in support of a paper to be something else; here the goal of the experiments becomes communication, not just data mining. With the selection and description of the experiments you have to keep your audience in mind. What were your requirements and how can you show that your solution meets those requirements, by presenting your experimental results. Often your experiments you ran during your research are not the same as the ones you use for your paper. There is not enough room in papers for exhaustive experiment descriptions, so design tests to get the message across. </EM> <LI><EM><STRONG>Boundaries</STRONG>. It cannot be that your solution is perfect for all cases. Show us what is the window of your success, but also show what are the boundaries. This is often just as important as the describing the successful application. </EM> <LI><EM><STRONG>Lessons</STRONG>. What lessons did you learn from your work? Positive as well as negative. Your audience will often learn more from your negative experiences than from your glorious positive ones.</EM> </LI></UL></p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2004/09/10/how-to-write-a-good-paper-or-report/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Writing the living web</title>
		<link>http://steves.seasidelife.com/2004/06/25/writing-the-living-web/</link>
		<comments>http://steves.seasidelife.com/2004/06/25/writing-the-living-web/#comments</comments>
		<pubDate>Fri, 25 Jun 2004 16:48:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[InformationManagement]]></category>
		<category><![CDATA[PersonalProductivity]]></category>
		<category><![CDATA[PKM]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2004/06/25/writing-the-living-web/</guid>
		<description><![CDATA[<P>I just read a very nicely crafted article describing <A href="http://www.alistapart.com/articles/writeliving/"><FONT color=#14465a>10 tips for writing the Living Web</FONT></A>.&#160; Essentially its about writing blogs.&#160; As I progressed I wondered increasingly who could have put together such an article and what motivated them to put in the effort.&#160; When I got to then end I found it was <A href="http://www.markbernstein.org/"><FONT color=#14465a>Mark Bernstein</FONT></A> who is chief scientist at Eastgate Systems, publishers of <A href="http://www.eastgate.com/Tinderbox/"><FONT color=#14465a>Tinderbox</FONT></A>, a personal content management assistant.&#160; I went straight there to have a look, (so its good advertising Mark!), but unfortunarely its for the Mac only, but they are working on a Windows version.</P>



]]></description>
			<content:encoded><![CDATA[<p><P>I just read a very nicely crafted article describing <a href="http://www.alistapart.com/articles/writeliving/"><FONT color=#14465a>10 tips for writing the Living Web</FONT></A>.&nbsp; Essentially its about writing blogs.&nbsp; As I progressed I wondered increasingly who could have put together such an article and what motivated them to put in the effort.&nbsp; When I got to then end I found it was <a href="http://www.markbernstein.org/"><FONT color=#14465a>Mark Bernstein</FONT></A> who is chief scientist at Eastgate Systems, publishers of <a href="http://www.eastgate.com/Tinderbox/"><FONT color=#14465a>Tinderbox</FONT></A>, a personal content management assistant.&nbsp; I went straight there to have a look, (so its good advertising Mark!), but unfortunarely its for the Mac only, but they are working on a Windows version.</P></p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2004/06/25/writing-the-living-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using disk (enhanced)
Database Caching 12/99 queries in 0.163 seconds using apc
Object Caching 890/1043 objects using apc

Served from: steves.seasidelife.com @ 2012-02-11 20:06:20 -->
