<?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; HomeWorking</title>
	<atom:link href="http://steves.seasidelife.com/tag/my-work-environment/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>Wed, 17 Jun 2009 17:44:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiple monitors in Vista</title>
		<link>http://steves.seasidelife.com/2006/11/10/multiple-monitors-in-vista/</link>
		<comments>http://steves.seasidelife.com/2006/11/10/multiple-monitors-in-vista/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 03:51:22 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[WorkSpace]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[HomeWorking]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/11/10/multiple-monitors-in-vista/</guid>
		<description><![CDATA[Anyone you read my blog knows that I am a big fan of multiple monitors.&#160; In Vista support for multiple monitors is slightly more restrictive, here&#8217;s a summary:

Multiple monitors attached to a single card &#8211; no problem
Multiple monitors attached to multiple cards with the same driver (which normally means the same chip set family) &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone you read my blog knows that I am a big fan of <a href="http://steves.seasidelife.com/blog?cmd=search&amp;keywords=multiple+monitors">multiple monitors</a>.&nbsp; In Vista support for multiple monitors is slightly more restrictive, here&#8217;s a summary:</p>
<ul>
<li>Multiple monitors attached to a single card &#8211; no problem</li>
<li>Multiple monitors attached to multiple cards with the same driver (which normally means the same chip set family) &#8211; no problem</li>
<li>Multiple monitors attached to multiple cards with different drivers &#8211; no support for Glass</li>
</ul>
<p>or more details check out this <a href="http://www.microsoft.com/whdc/device/display/multimonVista.mspx">link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/11/10/multiple-monitors-in-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using remote desktop with Vista</title>
		<link>http://steves.seasidelife.com/2006/09/05/using-remote-desktop-with-vista/</link>
		<comments>http://steves.seasidelife.com/2006/09/05/using-remote-desktop-with-vista/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 18:54:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[HomeWorking]]></category>
		<category><![CDATA[PersonalProductivity]]></category>
		<category><![CDATA[Tablet PC]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/09/05/using-remote-desktop-with-vista/</guid>
		<description><![CDATA[ I have just installed Vista RC1 &#8211; build 5600 &#8211; and want to use the trick I posted a while back that allows me to disconnect from a remote desktop connection to my Tablet, without my tablet locking (i.e. presenting the login screen).&#160; On XP to do this I would run a batch file [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://steves.seasidelife.com/UsingremotedesktopwithVista_CE4D/WinVista_v_Thumb1.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="98" src="http://steves.seasidelife.com/UsingremotedesktopwithVista_CE4D/WinVista_v_Thumb_thumb1.jpg" width="133" align="right" border="0"></a> I have just installed Vista RC1 &#8211; build 5600 &#8211; and want to use the trick I <a href="http://steves.seasidelife.com/blog/_archives/2006/3/5/1798860.html" target="_blank">posted a while back</a> that allows me to disconnect from a remote desktop connection to my Tablet, without my tablet locking (i.e. presenting the login screen).&nbsp; On XP to do this I would run a batch file that contained the command:</p>
<blockquote><p><strong>tscon.exe 0 /dest:console</strong></p>
</blockquote>
<p>Under Vista to achieve the same thing the command needs to be:</p>
<blockquote><p><strong>tscon.exe RDP-Tcp#0 /dest:console</strong></p>
</blockquote>
<p>this command needs to run as administrator, so in my case I right click on the shortcut on my desktop and pick &#8220;Run as administrator&#8221;</p>
<p>when combined with <a href="http://steves.seasidelife.com/blog/_archives/2005/9/1/1189072.html" target="_blank">synergy</a>, this allows me to:</p>
<ol>
<li>use my tablet display but my desktop keyboard and mouse for casual tasks</li>
<li>click on a saved RDP config file that brings up a full screen RDP session to my Tablet on my left hand screen when I want to do some more serious work, I prefer this because I get a lot more screen area to work with and because under Vista UAC prompts can not be responded to using synergy, but they can be responded to&nbsp;over RDP</li>
<li>right click disconnect.bat when I have finished with my RDP session, which leaves my tablet just where I started and without having to login etc, I can just continue working with it using synergy.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/09/05/using-remote-desktop-with-vista/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Backlight your PC</title>
		<link>http://steves.seasidelife.com/2006/08/23/backlight-your-pc/</link>
		<comments>http://steves.seasidelife.com/2006/08/23/backlight-your-pc/#comments</comments>
		<pubDate>Thu, 24 Aug 2006 00:53:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[HomeWorking]]></category>
		<category><![CDATA[HomeWorkSpace]]></category>
		<category><![CDATA[PersonalProductivity]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/08/23/backlight-your-pc/</guid>
		<description><![CDATA[ I don&#8217;t like having the room light on while working at my PC, so this idea on Lifehacker gave me the kick I needed&#160;to come up with&#160;a cheap way to backlight my monitors and it works really well.
Behind my displays I have a 30W 1 Meter&#160;fluorescent light fitting&#160;which kicks out the equivalent of 3*60W [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://steves.seasidelife.com/BacklightyourPC_120B9/light1.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="113" src="http://steves.seasidelife.com/BacklightyourPC_120B9/light_thumb1.jpg" width="113" align="right" border="0"></a> I don&#8217;t like having the room light on while working at my PC, so <a href="http://lifehacker.com/software/diy/diy-budget-bias-monitor-lighting-195712.php">this idea</a> on <a href="http://lifehacker.com/">Lifehacker</a> gave me the kick I needed&nbsp;to come up with&nbsp;a cheap way to backlight my monitors and it works really well.</p>
<p>Behind my displays I have a 30W 1 Meter&nbsp;fluorescent light fitting&nbsp;which kicks out the equivalent of 3*60W bulbs,&nbsp;&nbsp;I added&nbsp;a small inline toggle switch for easy access.&nbsp; </p>
<p>The effect is excellent, I get a nice background of reflected light that means I can clearly see everything on my desk, but I also get this great glow behind the monitors which is really easy on the eye.&nbsp; Overall I am very pleased with the effect, and as a twist I assembled it all during a conference call briefing this afternoon &#8211; one of the best conference calls yet!</p>
<p><a href="http://steves.seasidelife.com/BacklightyourPC_120B9/backlight2.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="223" src="http://steves.seasidelife.com/BacklightyourPC_120B9/backlight_thumb2.jpg" width="500" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/08/23/backlight-your-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paperless office</title>
		<link>http://steves.seasidelife.com/2006/08/15/paperless-office/</link>
		<comments>http://steves.seasidelife.com/2006/08/15/paperless-office/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 20:23:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[WorkSpace]]></category>
		<category><![CDATA[HomeWorking]]></category>
		<category><![CDATA[InformationManagement]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/08/15/paperless-office/</guid>
		<description><![CDATA[I used to laugh at the idea of the paperless office,&#160; over the last 20 years I have presided over a number of projects that I thought would reduce paper but actually increased usage, so I am pretty cautious now.&#160; However having seen for myself that the combination of a desktop scanner, 3 monitors and [...]]]></description>
			<content:encoded><![CDATA[<p>I used to laugh at the idea of the paperless office,&nbsp; over the last 20 years I have presided over a number of projects that I thought would reduce paper but actually increased usage, so I am pretty cautious now.&nbsp; However having seen for myself that the combination of a desktop scanner, 3 monitors and a Tablet PC can almost totally eliminate paper from my lifestyle I think there is a viable way forward.&nbsp; I have written a <a href="http://steves.seasidelife.com/blog?cmd=search&amp;keywords=paperless">few posts on this topic</a> myself, and have just come across a <a href="http://www.silicon.com/research/specialreports/governance/0,3800011701,39159888,00.htm?r=29">useful discussion</a> of the topic over at <a href="http://www.silicon.com/">Silicon.com</a>, this comment was particularly useful:</p>
<blockquote><p><em>Andy Jones, a director at Xerox Global Services, explains a crucial change in the way we use paper. &#8220;Thirty years ago paper was the definitive record of so many things that happened within business. Today it is increasingly the case that the electronic record is the definitive copy, while paper is becoming much more a work-in-progress medium,&#8221; he says.</em></p>
</blockquote>
<p>I agree with the work in progress role of paper, and its this role that multiple monitors and a Tablet PC address.&nbsp; The Tablet is great for sketching, note taking, review and markup as well as reading on the plane/train.&nbsp; Multiple monitors avoid the need to use paper as a reference copy while you work on another document on&nbsp;a single&nbsp;PC display.</p>
<p>tags: <a href="http://technorati.com/tag/paperless" rel="tag">paperless</a>, <a href="http://technorati.com/tag/tabletpc" rel="tag">tabletpc</a>, <a href="http://technorati.com/tag/multiplemonitors" rel="tag">multiplemonitors</a></p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/08/15/paperless-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iMate SP5</title>
		<link>http://steves.seasidelife.com/2006/07/16/imate-sp5/</link>
		<comments>http://steves.seasidelife.com/2006/07/16/imate-sp5/#comments</comments>
		<pubDate>Sun, 16 Jul 2006 23:44:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[HomeWorking]]></category>
		<category><![CDATA[PersonalProductivity]]></category>
		<category><![CDATA[PKM]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/07/16/imate-sp5/</guid>
		<description><![CDATA[For the last few weeks I have been testing an iMate SP5,&#160; I had high hopes for it thinking it would be a great complement for my TC1100 Tablet.&#160; My main requirements (with scores) were as follows:

small enough&#160;to take anywhere *****
worked great as a phone *****
seamlessly receive push email in the background without impacting mp3 [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Sp5" src="http://steves.seasidelife.com/sp5.jpg" align="right" border="0" />For the last few weeks I have been testing an iMate SP5,&nbsp; I had high hopes for it thinking it would be a great complement for my <a href="http://steves.seasidelife.com/blog?cmd=search&amp;keywords=tc1100">TC1100 Tablet</a>.&nbsp; My main requirements (with scores) were as follows:</p>
<ul>
<li>small enough&nbsp;to take anywhere *****</li>
<li>worked great as a phone *****</li>
<li>seamlessly receive push email in the background without impacting mp3 playback&nbsp;******</li>
<li>basic calendar, mainly used in day view&nbsp;***</li>
<li>ability to lookup people in company address book for email and phone numbers&nbsp; X</li>
<li>mp3 playback of mainly podcasts and recorded conference calls ***</li>
<li>rock solid stability ***</li>
</ul>
<p><strong>Overall conclusion:</strong></p>
<p>I really liked it, but won&rsquo;t be keeping it.&nbsp; In the end it just doesn&rsquo;t compare with the <a href="http://steves.seasidelife.com/blog?cmd=search&amp;keywords=treo+650">Treo 650 </a>which with a few important additions is optimised for me to be the perfect device.</p>
<p><strong>Detailed conclusions:</strong></p>
<p>The SP5 is a compromise device,&nbsp; if you start out wanting a great phone with a well integrated contact address book then you are onto a winner.&nbsp; The fact that you also get calendar integration and email are real bonuses.&nbsp; Because I have a Tablet I hadn&rsquo;t expected to use the SP5 to send emails&nbsp;- I have never been very comfortable with a keypad &ndash; but the SP5 has well integrated voice email functionality so I ended up using that a lot whenever I needed to send or reply to email.</p>
<p><strong>Size</strong> &ndash; great, very small and light, keys are a reasonable size<br /><strong>Sound</strong> &ndash; the external speaker was very loud,&nbsp; much louder than the Treo,&nbsp; sound via the headset was ok too.<br /><strong>Battery life</strong> &ndash; reasonable &ndash; about one day of intensive use<br /><strong>Stability</strong> &ndash; I have had to restart it on average once every 5 days, once because it completely froze and all the other times because it slowed to a crawl.<br /><strong>Bluetooth</strong> &ndash; not tested<br /><strong>Storage</strong> &ndash; Mini SD card, under battery.&nbsp; Not very easy to change but I used a 1GB card and so it was fairly roomy, drag and drop of files made it easy to add/delete files without taking the SD card out of the device.<br /><strong>PC integration </strong>&ndash; ability to copy files to and from the SD card was very reliable,&nbsp; I copied hundreds of MB&rsquo;s at a time without a hitch, application installation was quick and easy.&nbsp; I actually didn&rsquo;t need to use ActiveSync as all my sync was wireless via OneBridge which is just as well as I had an issue with Active Sync, caused by using Windows 2003 Server.<br /><strong>Speed</strong> &ndash; just acceptable, no where near as fast as the Treo, switching between applications was painfully slow at times.&nbsp; However music always played just fine<br /><strong>Launcher</strong> &ndash; I dislike the fact that I can not control the order in which the applications appear, but otherwise it works ok<br /><strong>Buttons</strong> &ndash; rubbish there are not enough hardware buttons and no modifier keys to make the few buttons it does have dual use.&nbsp; I really like hardware shortcut buttons on my Treo so this was a big usability issue for me<br /><strong>Wifi</strong> &ndash; never got it configured, not sure what I would use it for<br /><strong>Phone</strong> &ndash; great, I think the signal strength was better than my Treo, the speaker phone was loud and easy to use.&nbsp; The call history is good, quick redial is good.&nbsp; I particularly liked the fact that you could do a type down search against the call history.<br /><strong>Contacts</strong> &ndash; great,&nbsp; but I really wanted directory lookup, which didn&rsquo;t work in my configuration &ndash; OneBridge GPRS connection to Lotus Notes.&nbsp; I particularly liked the type down search<br /><strong>Email</strong> &ndash; great for reading, even with the small screen emails were easy to read.&nbsp; Wireless synchronisations worked well, ticking away in the background.&nbsp; On the Treo OneBridge can not run in the background with an mp3 playing without causing the mp3 to stutter every 10 seconds or so,&nbsp; so I had to use on demand sync.&nbsp; Great for sending email as well provided you already have the person in your address book,&nbsp;or are&nbsp;replying to an email.&nbsp; In both cases sending is only viable if you are a keypad wizard or &ndash; in my case &ndash; you are happy to record and send voice notes.&nbsp; I think voice notes are fantastic and seem a much better idea than sending terse emails that are easily misinterpreted<br /><strong>MP3 player</strong> &ndash; I really didn&rsquo;t like Windows media player,&nbsp; it&rsquo;s handling of podcasts is poor, its library management is fiddly, the lack of a slider to skip backwards and forwards in long podcasts was annoying, the headphones were ok, but I really missed the ability to use the button on the headset to control the media player.&nbsp; On the Treo you can use <a href="http://mytreo.net/downloads/details-872.html">Headset control</a> to turn any wired headset into a remote control.&nbsp; I tried 3 or 4 alternative media players Pocket Player was the best but it&rsquo;s no where near as good as <a href="http://www.pocket-tunes.com/">Pocket Tunes</a> on the Treo.<br /><strong>IE</strong> &ndash; ok if you are really desperate to browse the web,&nbsp; but obviously the screen size and slow speed make it a real challenge.<br /><strong>Task manager</strong> &ndash; rubbish, but then I don&rsquo;t use task management in Notes, so I never really used it<br /><strong>Calendar</strong> &ndash; poor &ndash; the day view is pretty good,&nbsp; I personally hated the week and month views but I am sure others must use them for something.&nbsp; Creating personal appointments works, but you can not create meetings, invite remote attendees and have this information sync to Lotus Notes.<br /><strong>Voice Notes </strong>&ndash; I had high hopes for the voice notes function, but the quality was very low and their was no hardware button for it.&nbsp; I use <a href="http://software.treonauts.com/product.asp?id=1962">CallRec</a> on my Treo and this is amazing well integrated, especially if you make most of your voice notes whilst listening to podcasts or music like I do.&nbsp; It also records phone calls.<br /><strong>Camera</strong> &ndash; pretty good, much better than the Treo as expected.&nbsp; I am a big fan of good camera&rsquo;s in phones I think they are incredibly useful, especially with good desktop integration like that <a href="http://steves.seasidelife.com/blog/_archives/2006/4/25/1911006.html">promised by OneNote</a><br /><strong>RSS reader</strong> &ndash; I tried out <a href="http://www.newsgator.com/ngs/Ad_Mobile.aspx">NewsGator Mobile</a>.&nbsp; I had very high hopes for it,&nbsp; the usability and speed were acceptable and I think it would have saved me a little time at my desk because I could use it whilst queueing etc.&nbsp; In practice as it was a beta I found too many bugs in the synchronisation to be able to use it much.</p>
<p>SP5 vs Treo 650</p>
<p>I have used a Treo 650 for over a year so when I was asked to test the SP5 it was only on the condition that I could keep the Treo in case the SP5 failed to impress.&nbsp; I knew the Treo would be hard to beat!&nbsp; What surprised me was how subtle features made the Treo the better SmartPhone for me, and also how good the low cost/free software is for the Treo.&nbsp; It seems obvious to me that the developer community has taken to th palm platform and the Treo in particular with great enthusiasm and fixed many small usability issues.&nbsp;&nbsp; </p>
<p><em>The SP5 wins over the Treo in only a few areas:</em></p>
<ul>
<li><strong>Smoother multi-tasking</strong>, in particular this is noticeable with the email background synchronisation that never seems to affect other functions of the device.&nbsp; On the Treo OneBridge in particular causes mp3 playback to stutter</li>
<li><strong>Smaller and lighter</strong>,&nbsp;the Treo is not a small device, however you do get a keyboard!&nbsp; However the weight really affects me now as I have a couple of great clip in cases that are very easy to use, and get close to the dock in case experience of the Blackberry.</li>
<li><strong>Voice notes/Email integration</strong>,&nbsp; this is very slick and easy to use on the SP5.&nbsp; Definitely a feature I will be requesting on Treo.</li>
<li><strong>PC integration</strong>, especially the ability to drag and drop files from the desktop.&nbsp; I use Card Export on the Treo to do the same thing,&nbsp; but it&rsquo;s not as reliable or as easy to use</li>
</ul>
<p><em>The Treo wins over the SP5 in all other areas,&nbsp; but particularly worthy of note:</em></p>
<ul>
<li><strong>The media playback experience</strong>, especially for podcasts and recorded events</li>
<li><strong>The larger screen and keyboard</strong>, make reading longer documents easier</li>
<li><strong>The touch screen</strong>, means that more functions can be surfaces for easy access, on the SP5 you have fewer features and the few there are are hidden away behind several menus</li>
<li><strong>The voice recording</strong>, this really is very slick on the Treo,&nbsp; as I do a lot of my research on the move,&nbsp; I listen to a lot of podcasts, conference sessions, analyst briefings, recorded conference calls etc on my Treo.&nbsp; Using headset control I can pause/play/skip them with a single headset button click and now with CallRec I can record snipets from them, or record notes for myself &ndash; ideas, web sites, book names etc &ndash; with a single side button click.&nbsp; If a make or receive a phone call my media player auto-pauses and restarts after the call and I can also record all or any part of the call with a single side button click as well.</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/07/16/imate-sp5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drive to home working</title>
		<link>http://steves.seasidelife.com/2006/07/13/drive-to-home-working/</link>
		<comments>http://steves.seasidelife.com/2006/07/13/drive-to-home-working/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 16:56:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Happiness]]></category>
		<category><![CDATA[HomeWorking]]></category>
		<category><![CDATA[HomeWorkSpace]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/07/13/drive-to-home-working/</guid>
		<description><![CDATA[The Inescapable data blog has two recent posts (here and here) that describe some of the gathering momentum around home working that are worth reading.&#160; I am a great fan of home working personally,&#160; although I have some short term reservations about how home working is often implemented by companies.&#160; I think new processes, tool [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://inescapabledata.typepad.com/inescapable_data/">Inescapable data blog</a> has two recent posts (<a href="http://inescapabledata.typepad.com/inescapable_data/2005/09/the_matrix_work.html">here</a> and <a href="http://inescapabledata.typepad.com/inescapable_data/2005/09/gas_pricesdrivi.html">here</a>) that describe some of the gathering momentum around home working that are worth reading.&nbsp; I am a <a href="http://steves.seasidelife.com/blog?cmd=search&amp;keywords=home">great fan</a> of home working personally,&nbsp; although I have some <a href="http://steves.seasidelife.com/blog/_archives/2006/6/11/2023524.html">short term reservations</a> about how home working is often implemented by companies.&nbsp; I think new processes, tool and cultural norms will rapidly mature to make home working a more satisfying experience in the medium term.&nbsp; I think the nail in the coffin of the office will be when companies start to give employees an allowance that they can choose to spend on a company car, company PC, company phone, company desk and company office space&nbsp;all of which are&nbsp;optimised for the <strong>company</strong>&nbsp;or they can choose to spend it on creating an optimised personal environment that addresses their work and home life in a more integrated fashion.&nbsp; I know which one<em>&nbsp;</em>I will be choosing.&nbsp; </p>
<p>In fact I run an allowance system of sorts myself at the moment,&nbsp; I gave up long ago expecting my company to invest as much in the tools of my trade as I would have invested if I was given the choice.&nbsp; So when I started working from home I took the money that I was saving in fuel, personal broadband and other incidental travel and office related expenses and stuck it in a dedicated bank account.&nbsp; I now draw on that account &ndash; without guilt &ndash; whenever I need/want to invest in my personal effectiveness and I am much happier as a result,&nbsp; I no longer spend every day wishing my laptop had more memory, or wishing I had a second display, or a better headset,&nbsp; I just buy them!</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/07/13/drive-to-home-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tablet PC</title>
		<link>http://steves.seasidelife.com/2006/03/05/tablet-pc/</link>
		<comments>http://steves.seasidelife.com/2006/03/05/tablet-pc/#comments</comments>
		<pubDate>Sun, 05 Mar 2006 19:42:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[HomeWorking]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/03/05/tablet-pc/</guid>
		<description><![CDATA[I use my Tablet PC for about&#160;2 hours a day, it&#8217;s quite important to me.
Hardware

1.1&#160;GHz processor
1.5&#160;GB memory
40 MB hard disks, one backs up to the other every night using a robocopy script, the scripts also does a backup of the SQL server databases.
100Mb wired network connection to the hub
802.11b wireless
Bluetooth
HP Docking station, with interal CD [...]]]></description>
			<content:encoded><![CDATA[<p><img height="48" alt="Command" src="http://steves.seasidelife.com/command_small.jpg" width="48" align="right" border="0" />I use my Tablet PC for about&nbsp;2 hours a day, it&rsquo;s quite important to me.</p>
<p><strong>Hardware</strong></p>
<ul>
<li>1.1&nbsp;GHz processor</li>
<li>1.5&nbsp;GB memory</li>
<li>40 MB hard disks, one backs up to the other every night using a robocopy script, the scripts also does a backup of the SQL server databases.</li>
<li>100Mb wired network connection to the hub</li>
<li>802.11b wireless</li>
<li>Bluetooth</li>
<li>HP Docking station, with interal CD drive</li>
</ul>
<p><strong>Core software:</strong></p>
<ul>
<li>Dot net framework 1.1 and 2</li>
<li>Windows Tablet PC edition 2005&nbsp;Firewall</li>
<li>Maxthon Browser (<font color="#ff0000">free</font>), the best browser,&nbsp; see my <a href="http://steves.seasidelife.com/blog?cmd=search&amp;keywords=maxthon">other posts</a></li>
<li>Skype (<font color="#ff0000">free</font>)</li>
<li>Synergy (<font color="#ff0000">free</font>), allows me to use desktop keyboard and mouse to control the Tablet when I don&rsquo;t want to use RDP connections</li>
<li>Microsoft desktop search, and Adobe iFilter</li>
<li>DAEMON tools virtual CD drive (<font color="#ff0000">free</font>),&nbsp; for mounting all of those MSDN ISO images!</li>
<li>WinDirStat (<font color="#ff0000">free</font>) to keep an eye on my hard disk useage</li>
<li>VMWare Workstation v5.5</li>
<li>FoxIT PDF reader (<font color="#ff0000">free</font>) , my pain PDF reader, very quick</li>
<li>Adobe Acrobat 6, for printing to PDF and PDF document composition</li>
<li>Adobe Acrobat Reader 7 (<font color="#ff0000">free</font>), for when FoxIT PDF reader has a problem</li>
<li>HP officejet d series Corporate Driver (<font color="#ff0000">free</font>), Windows 2003 compatible driver for D125xi Printer/Scanner</li>
<li>Microsoft ActiveSync (<font color="#ff0000">free</font>), synch to Windows Mobile/SmartPhone (not currently used)</li>
<li>Palm Desktop and Hotsync (<font color="#ff0000">free</font>), for integration with Treo 650</li>
<li>WinZip, compression and archive manager</li>
<li>Robocopy (<font color="#ff0000">free</font>), command line utility that I use for all disk synchronisation and backup</li>
<li>Process Explorer (<font color="#ff0000">free</font>), task manager on steroids</li>
<li>Sun&rsquo;s JVM (<font color="#ff0000">free</font>), Java Virtual machine</li>
<li>Microsoft Reader (<font color="#ff0000">free</font>), eBook reader</li>
<li>Clipname (<font color="#ff0000">free</font>), explorer context menu that places URL for any file or directory that is right clicked, supports encoding methods for different applications</li>
<li>LiveMeeting Console</li>
</ul>
<p><strong>Security</strong></p>
<ul>
<li>McAfee VirusScan Enterprise 7</li>
<li>Windows&nbsp;XP SP2 Firewall (<font color="#ff0000">free</font>)</li>
<li>Microsoft Defender (<font color="#ff0000">free</font>)&nbsp;&ndash; anti-spyware</li>
<li>Maxthon (<font color="#ff0000">free</font>). Ad, popup and everything else blocking</li>
<li>Firefox (<font color="#ff0000">free</font>),&nbsp;for comparison with IE and Maxthon</li>
</ul>
<p><strong>Telephone, Audio, Music and Video, TV</strong></p>
<ul>
<li>Windows media player 10 (<font color="#ff0000">free</font>), mainly for Video, RIPing and Creating CDs</li>
<li>DivX player</li>
<li>Real player (<font color="#ff0000">free</font>), because the BBC use it for their radio programmes</li>
<li>Skype (<font color="#ff0000">free</font>), for calls to international land-lines and for recording conference calls. I use the phone for everything else</li>
<li>Quicktime (<font color="#ff0000">free</font>) because my camera produces quicktime movies and I download some</li>
</ul>
<p><strong>Pictures, images, scanning&nbsp;etc:</strong></p>
<ul>
<li>Microsoft Flash (<font color="#ff0000">free</font>) for screen captures and simple image editing, scale, crop, format conversion etc,&nbsp; it shipped with HTML Help a long time ago</li>
<li>Paint.NET (<font color="#ff0000">free</font>) for more complex image editing</li>
<li>PaperPort Pro for scanning of all of my paper, it really is a great product</li>
<li>Artrage art package</li>
<li>MapPoint Europe 2004</li>
</ul>
<p><strong>Notes and research</strong></p>
<ul>
<li>eWallet for everything I need to remember, cards, licence keys, cars etc etc.&nbsp; Syncs with my Tablet and my Treo 650</li>
<li>OneNote 2007 beta for all other types of Notes and records</li>
<li>Notepad 2 (<font color="#ff0000">free</font>), instead of Notepad</li>
<li>NetSnippets, integrated with Maxthon my main browser for capturing and storing web pages</li>
</ul>
<p><strong>Authoring</strong>:</p>
<ul>
<li>Word 2007 beta</li>
<li>Powerpoint 2007 beta</li>
<li>Excel 2003 beta</li>
<li>Blogjet for blog postings</li>
<li>Camtasia Studio for multi-media authoring, screencasts, videos etc</li>
<li>MindManager X5 for most of my idea generation and meeting notes</li>
<li>CmapTools (free) concept map drawing software</li>
<li>OpenOffice.org v2,&nbsp; for comparison to Microsoft Office, and to get around issues with readonly fonts in PowerPoint</li>
</ul>
<p><strong>Collaboration, Email, RSS, IM&nbsp;and Organisation</strong></p>
<ul>
<li>Lotus Notes 6.52,&nbsp; my companies email system and my master contact database</li>
<li>Microsoft Outlook +Newsgator, my main RSS reader and Personal Email, also has backup copy of my contacts</li>
<li>OnTime 2006 (<font color="#ff0000">free</font>), Client task, action and project manager</li>
<li>Lotus Sametime</li>
<li>MSN Messenger (<font color="#ff0000">free</font>)</li>
<li>Groove v 3.1</li>
<li>OneBridge (mobile email for PDA) desktop connector</li>
</ul>
<p><strong>Disks:</strong></p>
<ul>
<li>C: system disk</li>
<li>D:&nbsp;primary data disk</li>
</ul>
<p><strong>Backup, each night:</strong></p>
<ul>
<li>No backup,&nbsp; all data on this disk is a replica of data on </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/03/05/tablet-pc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My office</title>
		<link>http://steves.seasidelife.com/2006/03/04/my-office/</link>
		<comments>http://steves.seasidelife.com/2006/03/04/my-office/#comments</comments>
		<pubDate>Sat, 04 Mar 2006 22:16:00 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[HomeWorking]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/03/04/my-office/</guid>
		<description><![CDATA[I have invested a lot of time and effort in my work environment.&#160; I work from home and spend around 5 hours a day working in the office, and about 1 hour reading in my reading room.&#160; To break things up I also spend a lot of time out walking (listening to podcasts) and working [...]]]></description>
			<content:encoded><![CDATA[<p>I have invested a lot of time and effort in my work environment.&nbsp; I work from home and spend around 5 hours a day working in the office, and about 1 hour reading in my reading room.&nbsp; To break things up I also spend a lot of time out walking (listening to podcasts) and working in beach side cafes on my Tablet.&nbsp; So with that context here is a high level summary of everything in the office.</p>
<p>I guess it starts with the desk,&nbsp; which is about 9 ft long and solid wood, on that desk from the left to the right are as follows:</p>
<p><img height="202" alt="Tablet" hspace="0" src="http://steves.seasidelife.com/tablet_small1.jpg" width="300" border="0" /></p>
<ul>
<li>A small bookcase, with the following on top &ndash; a paper cutter, a clock, and a laminator</li>
<li>On the top shelf of bookcase are the 20 or so books that I am currently referencing or planning to read shortly</li>
<li>On the bottom shelf of the bookcase&nbsp;are two&nbsp;large wicker baskets that contains all of my bits, for example cameras, security passes, card readers, CDs and DVDs etc.&nbsp; I like a tidy desk,&nbsp; but these two baskets are my dumping areas</li>
<li>Next along is my Tablet, its a TC1100 that sits in A4 orientation in its docking station, with no keyboard attached.&nbsp; Its ready to grab at any time for example if I leave the house or go to work in my reading room or the garden.&nbsp; I often have an mp3 player attached to the docking stations USB port charging and ready to transfer songs to.</li>
</ul>
<p><img height="124" alt="Desk and screens" hspace="0" src="http://steves.seasidelife.com/desk_20and_20screens_small.jpg" width="377" border="0" /></p>
<ul>
<li>Then I have a long shelf which lifts my 3 monitors about 3 inches off the desk.&nbsp; This sets them at exactly the right height and leaves room underneath for my headphones, keyboard and laptop.&nbsp; </li>
<li>The left end of the shelf stands on a hollow wooden support that stores the magazines that are in my &ldquo;to read&rdquo; pile,&nbsp; the left end stores scrap paper, a mini torch and glasses cleaners, SD cards and other small stuff.</li>
<li>On the far right I have my phone, pens, wired and wireless networking hubs and my printer</li>
<li>Under the desk I have 3 draw storage unit, a server and my desktop PC&nbsp;and a large bin and storage area for boxes.</li>
</ul>
<p><img height="199" alt="Smallprinter" hspace="0" src="http://steves.seasidelife.com/smallprinter.jpg" width="256" border="0" /></p>
<p>The rest of this post has more details on all of the items that can be purchased,&nbsp; my desktop and server are custom built,&nbsp; they both have a couple of gig of memory and a 2.4 or 2.8 gig processor with dual disks.</p>
<p>&nbsp;<img height="99" alt="Swimmp3" hspace="0" src="http://steves.seasidelife.com/swimmp3.jpg" width="99" border="0" /><img height="135" alt="T40" hspace="0" src="http://steves.seasidelife.com/t40.jpg" width="150" border="0" /><img height="80" alt="Tc1100dock" hspace="0" src="http://steves.seasidelife.com/tc1100dock_small.jpg" width="61" border="0" /></p>
<p>Details:</p>
<ul>
<li><a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/321957-304452-306995-304455-306995-376810.html">Tablet TC1100 </a>with docking station, with internal CD and 1G of additional memory.</li>
<li><a href="http://www.swim2000.com/product.php?pd_id=SWIMP3">Swim MP3 player</a>, waterproof with 256 MB of memory</li>
<li><a href="http://www.logitech.com/index.cfm/products/details/US/EN,CRID=103,CONTENTID=6776">Logitech USB microphone</a></li>
<li><a href="http://www.pcmag.com/article2/0,4149,924264,00.asp">IBM Thinkpad T40</a></li>
<li><a href="http://www.microsoft.com/hardware/mouseandkeyboard/ProductDetails.aspx?pid=015">Microsoft explorer wireless keyboard </a>and mouse</li>
<li>Sennheiser USB headphones</li>
<li>3 * <a href="http://www.neovo-usa.com/products/F-419_r12.htm">Neovo F-419 19&rdquo; TFT displays</a>, connected to my desktop PC</li>
<li><a href="http://www.palm.com/us/products/smartphones/treo650/">Treo 650 SmartPhone</a> connected to my desktop PC, with a 1GB SD card full of podcasts</li>
<li><a href="http://www.polycom.com/products_services/1,1443,pw-34-181-3022,00.html">Polycom Soundpoint Pro</a>&nbsp;dual-line, speakerphone with Plantronics headset, this is connected to my private and business lines.&nbsp; I use the headset for long conference calls and when the kids are home</li>
<li><a href="http://www.kcorplifestyle.com/products/goldSeries/KLG-575/KLG-575.htm">KCorp KLG-575 </a>108Mbs long range wireless access point and 4 port hub with firewall</li>
<li><a href="http://www.netgear.com/products/details/DG834.php">Netgear DG834 </a>ADSL modem and 4 port hub with firewall</li>
<li><a href="http://www.shopping.hp.com/webapp/shopping/supplies_model.do?tab=detailed_specs&amp;model_name=Officejet+D125xi#defaultAnchor">HP D125xi Printer/scanner </a>with auto-feeder</li>
</ul>
<p>&nbsp;<img height="60" alt="Microphone" hspace="0" src="http://steves.seasidelife.com/microphone_small.jpg" width="60" border="0" /><img height="127" alt="Treo650phone" hspace="0" src="http://steves.seasidelife.com/treo650phone.jpg" width="76" border="0" /><img height="86" alt="Soundpoint" hspace="0" src="http://steves.seasidelife.com/soundpoint.jpg" width="103" border="0" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/03/04/my-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My desktop</title>
		<link>http://steves.seasidelife.com/2006/03/04/my-desktop/</link>
		<comments>http://steves.seasidelife.com/2006/03/04/my-desktop/#comments</comments>
		<pubDate>Sat, 04 Mar 2006 21:07:03 +0000</pubDate>
		<dc:creator>Steve Richards</dc:creator>
				<category><![CDATA[HomeWorking]]></category>

		<guid isPermaLink="false">http://steves.seasidelife.com/2006/03/04/my-desktop/</guid>
		<description><![CDATA[I am frequently&#160;asked what software I use so I have decided to maintain a number of posts that describe my working environment.&#160; I will describe it in layers, so it’s easier to understand and hopefully maintain.&#160; You can find the maintained posts in the folder My work environment. The first set of posts I am [...]]]></description>
			<content:encoded><![CDATA[<p><P>I am frequently&nbsp;asked what software I use so I have decided to maintain a number of posts that describe my working environment.&nbsp; I will describe it in layers, so it’s easier to understand and hopefully maintain.&nbsp; You can find the maintained posts in the folder <a href="http://steves.seasidelife.com/blog/Myworkenvironment">My work environment</A>.</P> <P>The first set of posts I am planning are:</P> <UL> <LI><a href="http://steves.seasidelife.com/blog/_archives/2006/3/4/1796462.html">My office</A></LI> <LI><a href="http://steves.seasidelife.com/blog/Myworkenvironment/_archives/2006/3/4/1796586.html">Desktop PC</A></LI> <LI>Laptop PC</LI> <LI>Tablet PC</LI> <LI>Test Server</LI> <LI>SmartPhone</LI></UL> <P>As a side benefit, hopefully these posts will prove a useful reference if I ever need to re-build the device in question.</P></p>
]]></content:encoded>
			<wfw:commentRss>http://steves.seasidelife.com/2006/03/04/my-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
