<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Blog:: Craig Pringle</title>
    <link>http://www.pringle.net.nz/blog/</link>
    <description>A collection of my thoughts about TabletPCs, mobility and, well other stuff...</description>
    <image>
      <url>http://www.pringle.net.nz/blog/images/pringle.gif</url>
      <title>Blog:: Craig Pringle</title>
      <link>http://www.pringle.net.nz/blog/</link>
    </image>
    <language>en-us</language>
    <copyright>Craig Pringle</copyright>
    <lastBuildDate>Thu, 02 Jul 2009 12:02:48 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>craig@pringle.net.nz</managingEditor>
    <webMaster>craig@pringle.net.nz</webMaster>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/BlogCraigPringle" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=0db68b07-0be2-4708-81e0-5fccecb33872</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,0db68b07-0be2-4708-81e0-5fccecb33872.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,0db68b07-0be2-4708-81e0-5fccecb33872.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=0db68b07-0be2-4708-81e0-5fccecb33872</wfw:commentRss>
      
      <title>Command Scripts for use with Cisco VPN Hack</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,0db68b07-0be2-4708-81e0-5fccecb33872.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,0db68b07-0be2-4708-81e0-5fccecb33872.aspx</link>
      <pubDate>Thu, 02 Jul 2009 12:02:48 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Several people have asked for me to post more detail about the CMD scripts that I&#xD;
wrote to &lt;a href="http://www.pringle.net.nz/blog/PermaLink,guid,12ee0de7-f998-4084-8b06-537b3dbd5d9a.aspx"&gt;get&#xD;
the Cisco VPN client working on my 64-bit Win 7 machine using Virtual XP&lt;/a&gt; .&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Basically I have written two scripts.  One adds routes to the subnets I need&#xD;
at work and the other deletes them.  So – what are routes?  Basically they&#xD;
are the directions that computers use to send communications to the right place.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The first thing you need to do is identify what network addresses are in use on your&#xD;
work network.  Fortunately the Cisco client makes this fairly easy for you. &#xD;
Once the Cisco VPN client is installed in the virtual XP environment, connect the&#xD;
VPN and then Select the &lt;em&gt;Statistics &lt;/em&gt;option from the &lt;em&gt;Status &lt;/em&gt;menu in&#xD;
the VPN client window.  This will list the subnets on your remote network as&#xD;
shown below:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/CommandScriptsforusewithCiscoVPNHack_13600/image_4.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/CommandScriptsforusewithCiscoVPNHack_13600/image_thumb_1.png" width="244" height="172"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I created a text file where each line in the file was a remote subnet and subnet mask,&#xD;
separated by a semicolon.  For example if your remote network used three networks:&#xD;
192.168.1.0/24, 192.168.2.0/24 and 192.168.3.0/24 then your text file would look like&#xD;
this:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
192.168.1.0;255.255.255.0 &#xD;
&lt;br&gt;&#xD;
192.168.2.0;255.255.255.0 &#xD;
&lt;br&gt;&#xD;
192.168.3.0;255.255.255.0&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Save this text file to your hard drive.  I saved mine in c:\utils\addroutes.txt&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
In a nutshell when I am connected to the VPN I run AddRoutes.cmd script and it helps&#xD;
the Windows 7 machine identify the traffic intended for my work network.  In&#xD;
the example above it would need to know to send any traffic for the above three networks&#xD;
to the Loopback adaptor of the host &lt;a href="http://www.pringle.net.nz/blog/PermaLink,guid,12ee0de7-f998-4084-8b06-537b3dbd5d9a.aspx"&gt;as&#xD;
discussed in my previous post&lt;/a&gt;.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Here is what is in the AddRoutes.cmd script:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
@Echo Off &#xD;
&lt;br&gt;&#xD;
Set GW=192.168.233.1 &#xD;
&lt;br&gt;&#xD;
Echo Setting Up Routes: &#xD;
&lt;br&gt;&#xD;
for /F "delims=; tokens=1-2" %%i in (c:\utils\vpnroutes.txt) Do route add&#xD;
%%i Mask %%j %GW% metric 1&amp;gt;NUL &#xD;
&lt;br&gt;&#xD;
Echo Done!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
(note that “for” through to NUL is all one line)&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
What does this do?  The first line tells the script not to show the commands&#xD;
as it runs them.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The next line creates a variable called GW and sets it to the IP Address of the loopback&#xD;
adaptor.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The third line just provides some visual feedback and tells you that it is about to&#xD;
add the routes.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Line 4 is the workhorse.  I’m not going to go into the nuts and bolts of the&#xD;
“for” command, but it is very powerful.  If you want to know more, you can type&#xD;
“for /?” at the command line.  In a nutshell what line 4 says is:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
In C:\utils\vpnroutes.txt each line is a list of values seperated by semicolons. &#xD;
For each line run the following command with the first two values:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
route add &lt;em&gt;Value1&lt;/em&gt; mask &lt;em&gt;Value2 GW&lt;/em&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Where GW is the address of the gateway we set in line 2.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
That’s it – you are online and know how to talk to your VPN network.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Now when you disconnect  you don’t need those routes anymore, and if you leave&#xD;
them there they may cause issues.  So DeleteRoutes.cmd removes them again.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Here is what is in DelRoutes.cmd:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
@Echo Off &#xD;
&lt;br&gt;&#xD;
Echo Deleteing Routes... &#xD;
&lt;br&gt;&#xD;
for /F "delims=; tokens=1" %%i in (c:\utils\vpnroutes.txt) Do route delete&#xD;
%%i&amp;gt;NUL &#xD;
&lt;br&gt;&#xD;
Echo Done!&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This is very similar to the first script – For each line in the vpnroutes.txt file&#xD;
it runs a command to remove the route again.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
There is one last thing you may need to make everything work as expected and that&#xD;
is name resolution.  This one is easy to fix.  If you know the address of&#xD;
your DNS server on your remote network add it as the DNS server on the properties&#xD;
of the loopback adaptor.  This won’t cause any issues if you leave it there full&#xD;
time.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Hope that helps everyone.  I will admit it is a bit of a nasty work around but&#xD;
it does work.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=0db68b07-0be2-4708-81e0-5fccecb33872"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/54IBjW3ohpmJpj3O98xIDuQvMzw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/54IBjW3ohpmJpj3O98xIDuQvMzw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/54IBjW3ohpmJpj3O98xIDuQvMzw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/54IBjW3ohpmJpj3O98xIDuQvMzw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,0db68b07-0be2-4708-81e0-5fccecb33872.aspx</comments>
      <category>Connectivity</category>
      <category>Security</category>
      <category>Windows 7</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=34779881-d95e-4765-ae4c-de4839e0c5e0</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,34779881-d95e-4765-ae4c-de4839e0c5e0.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,34779881-d95e-4765-ae4c-de4839e0c5e0.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=34779881-d95e-4765-ae4c-de4839e0c5e0</wfw:commentRss>
      
      <title>Could this be the Netbook We&amp;rsquo;ve been waiting for?</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,34779881-d95e-4765-ae4c-de4839e0c5e0.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,34779881-d95e-4765-ae4c-de4839e0c5e0.aspx</link>
      <pubDate>Tue, 23 Jun 2009 13:10:11 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
This just cropped up in one of my Twitter searches and it really caught my eye.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/CouldthisbetheNetbookWevebeenwaitingfor_145C6/Touchbook1_2.jpg"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Touchbook1" border="0" alt="Touchbook1" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/CouldthisbetheNetbookWevebeenwaitingfor_145C6/Touchbook1_thumb.jpg" width="244" height="244"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt; &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
A &lt;a href="http://www.mypay-computers-credit.com/laptop-notebook-computers/always-innovating-touch-book-arm-cpu-tablet-pc/1264"&gt;9”&#xD;
netbook with a touchscreen and a removable keyboard&lt;/a&gt;?  Could it be that someone&#xD;
has finally caught on to the fact that the HP TC1100 was a really good idea and would&#xD;
be excellent if refreshed with current technology?&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
Weighing less than 2 pounds and sporting a [8.9] inch screen, the Touch Book has moved&#xD;
away from the world of the Intel Atom CPU and delved into the mobile power of the&#xD;
ARM processor from Texas Instruments, and with its custom designed battery, the Touch&#xD;
Book runs for up to 15 hours unplugged.&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
The key design feature of the Touch Book is its ability to completely separate the&#xD;
screen from the keyboard, allowing the screen to be used as a standalone tablet. Furthermore,&#xD;
the screen is magnetic and can easily be mounted on any metal surfaces.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
How cool is that – 15 hours battery life and you can stick it to the fridge! &#xD;
The bad news is that it is not shipping yet but pre-orders are being taken.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/CouldthisbetheNetbookWevebeenwaitingfor_145C6/touch-book-screen_2.jpg"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="touch-book-screen" border="0" alt="touch-book-screen" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/CouldthisbetheNetbookWevebeenwaitingfor_145C6/touch-book-screen_thumb.jpg" width="244" height="178"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/CouldthisbetheNetbookWevebeenwaitingfor_145C6/touch-book-folded_2.jpg"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="touch-book-folded" border="0" alt="touch-book-folded" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/CouldthisbetheNetbookWevebeenwaitingfor_145C6/touch-book-folded_thumb.jpg" width="244" height="168"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Well the touch book certainly looks like an interesting device and I would love to&#xD;
get my hands on one to see how well the concept is implemented.  It looks like&#xD;
it is running its own OS and the ARM processor is usually associated with phones and&#xD;
PDAs but it could be a good step in the right direction.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Vital statistics &lt;a href="http://www.mypay-computers-credit.com/laptop-notebook-computers/always-innovating-touch-book-arm-cpu-tablet-pc/1264"&gt;from&#xD;
the website&lt;/a&gt;:&#xD;
&lt;/p&gt;&#xD;
        &lt;h5&gt;Key Specifications&#xD;
&lt;/h5&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
9.4″ x 7″ x 1.4″ for 2 lbs (with keyboard) &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
ARM Texas Instruments OMAP3 chip &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
1024×600 8.9” screen &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Storage: 8GB micro SD card &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Wifi 802.11b/g/n and Bluetooth &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
3-dimensional accelerometer &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Speakers, micro and headphone &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
6 USB 2.0 (3 internal, 2 external, 1 mini) &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
10h to 15 hours of battery life &#xD;
&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=34779881-d95e-4765-ae4c-de4839e0c5e0"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Z1EoAco3ZupRdII12obehi0tbVQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Z1EoAco3ZupRdII12obehi0tbVQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Z1EoAco3ZupRdII12obehi0tbVQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Z1EoAco3ZupRdII12obehi0tbVQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,34779881-d95e-4765-ae4c-de4839e0c5e0.aspx</comments>
      <category>Gadgets</category>
      <category>Netbooks</category>
      <category>Slate</category>
      <category>TabletPC</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=2044fd9d-c47b-4a8a-ac4d-b9e449debe51</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,2044fd9d-c47b-4a8a-ac4d-b9e449debe51.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,2044fd9d-c47b-4a8a-ac4d-b9e449debe51.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2044fd9d-c47b-4a8a-ac4d-b9e449debe51</wfw:commentRss>
      
      <title>Working VPN Client for Win7 x64</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,2044fd9d-c47b-4a8a-ac4d-b9e449debe51.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,2044fd9d-c47b-4a8a-ac4d-b9e449debe51.aspx</link>
      <pubDate>Mon, 25 May 2009 11:44:26 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Previously &lt;a href="http://www.pringle.net.nz/blog/PermaLink,guid,12ee0de7-f998-4084-8b06-537b3dbd5d9a.aspx"&gt;I&#xD;
blogged about the lack of a 64-bit Cisco VPN client&lt;/a&gt;.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
In the &lt;a href="http://www.pringle.net.nz/blog/CommentView,guid,12ee0de7-f998-4084-8b06-537b3dbd5d9a.aspx#commentstart"&gt;comments&#xD;
of that post yaz points out&lt;/a&gt; that NCP has a Beta Client that works on 64-bit clients&#xD;
– and that includes Windows 7.  It also supports 3rd party VPNs and that includes&#xD;
Cisco.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The NCP beta client is available &lt;a href="http://www.ncp-e.com/en/downloads/software.html"&gt;via&#xD;
this page&lt;/a&gt;.  Install was simple and there is even a UI to import your existing&#xD;
Cisco VPN profile.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
It appears to be a 30 day trial – which is a bit odd for a beta product.  It&#xD;
does appear to work though.  I’ll give it a good work out over the next couple&#xD;
of days and report back.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=2044fd9d-c47b-4a8a-ac4d-b9e449debe51"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mzQ6VTZM2j6Z-1ID5KqpvurHVPA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mzQ6VTZM2j6Z-1ID5KqpvurHVPA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mzQ6VTZM2j6Z-1ID5KqpvurHVPA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mzQ6VTZM2j6Z-1ID5KqpvurHVPA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,2044fd9d-c47b-4a8a-ac4d-b9e449debe51.aspx</comments>
      <category>Connectivity</category>
      <category>General</category>
      <category>Security</category>
      <category>Windows 7</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=b7ef4ddf-f27e-494b-9080-45d8d01778da</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,b7ef4ddf-f27e-494b-9080-45d8d01778da.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,b7ef4ddf-f27e-494b-9080-45d8d01778da.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=b7ef4ddf-f27e-494b-9080-45d8d01778da</wfw:commentRss>
      <slash:comments>3</slash:comments>
      
      <title>End of the Slate Era?</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,b7ef4ddf-f27e-494b-9080-45d8d01778da.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,b7ef4ddf-f27e-494b-9080-45d8d01778da.aspx</link>
      <pubDate>Mon, 11 May 2009 12:24:13 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
A couple weeks ago the OS informed me that the extended battery for my Motion LS800&#xD;
had issues and should be replaced.  Not really surprising as the battery is 3&#xD;
or 4 years old and has been heavily used.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I swapped back to the standard battery and now woe is me – it too tells me that it&#xD;
needs to be replaced.  This battery is actually even older than the Extended&#xD;
battery.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This could spell the end for my much loved Motion LS800, which is a real shame. &#xD;
Worse than that it is my only tablet that is a slate.  And if I were to replace&#xD;
it – what would I replace it with?&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Motion seem to have focused on vertical markets and as such all the new devices they&#xD;
are releasing are ruggudised, specialised or both.  Who makes a nice corporate&#xD;
Slate these days?  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Electrovaya and the &lt;a href="http://shop.5click.com/evstore/directory.cfm?CategoryID=3"&gt;Scribbler&#xD;
SC 4000&lt;/a&gt; still seem to be around, but they have never made it downunder AFAIK.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The &lt;a href="http://www.tabletkiosk.com/products/sahara/i400s_pp.asp"&gt;Tablet Kiosk&#xD;
Sahara range&lt;/a&gt; is probably the most comprehensive, but there has been little development&#xD;
in the year or so since I looked at it last.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Fujitsu have had an on again, off again affair with the slate form factor.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Why isn’t anyone building cool new slates these days?  Do you think we’ll see&#xD;
any new slates hitting the market when Windows 7 ships?&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=b7ef4ddf-f27e-494b-9080-45d8d01778da"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GJzrntv-BWKDZE4nt2cJCJ92H1Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GJzrntv-BWKDZE4nt2cJCJ92H1Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GJzrntv-BWKDZE4nt2cJCJ92H1Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GJzrntv-BWKDZE4nt2cJCJ92H1Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,b7ef4ddf-f27e-494b-9080-45d8d01778da.aspx</comments>
      <category>LS800</category>
      <category>Slate</category>
      <category>TabletPC</category>
      <category>Touch</category>
      <category>Windows 7</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=040f7637-49d2-4b74-b1ed-3b3c8c34bc06</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,040f7637-49d2-4b74-b1ed-3b3c8c34bc06.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,040f7637-49d2-4b74-b1ed-3b3c8c34bc06.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=040f7637-49d2-4b74-b1ed-3b3c8c34bc06</wfw:commentRss>
      <slash:comments>1</slash:comments>
      
      <title>Windows 7 RC Resolves Hosted Exchange Issue</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,040f7637-49d2-4b74-b1ed-3b3c8c34bc06.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,040f7637-49d2-4b74-b1ed-3b3c8c34bc06.aspx</link>
      <pubDate>Mon, 11 May 2009 11:30:46 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Previously I blogged about &lt;a href="http://www.pringle.net.nz/blog/PermaLink,guid,2ab15ebc-195e-45f7-a5fa-6b3f42c51bc0.aspx"&gt;an&#xD;
issue I first encountered with the Windows 7 M3&lt;/a&gt; build (the one that was released&#xD;
at PDC) and my hosted Exchange provider.&lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/Windows7RCResolvesHostedExchangeIssue_12E81/outlook_logo_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="outlook_logo" border="0" alt="outlook_logo" align="right" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/Windows7RCResolvesHostedExchangeIssue_12E81/outlook_logo_thumb.jpg" width="150" height="196"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
In short when running the M3 build and the public beta I was unable to authenticate&#xD;
to my hosted Exchange provider using my email address and password.  Instead&#xD;
I had to find out the domain name and enter credentials in the format DOMAIN\username&#xD;
in order for outlook to connect to Exchange.  This was a bit of a pain.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The good news is that the Windows 7 Release Candidate resolves this issue and I can&#xD;
now authenticate with my email address as I could under Windows Vista.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=040f7637-49d2-4b74-b1ed-3b3c8c34bc06"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/InO3fZABeUsKU18zOIAG7PXhOII/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/InO3fZABeUsKU18zOIAG7PXhOII/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/InO3fZABeUsKU18zOIAG7PXhOII/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/InO3fZABeUsKU18zOIAG7PXhOII/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,040f7637-49d2-4b74-b1ed-3b3c8c34bc06.aspx</comments>
      <category>Outlook</category>
      <category>Windows 7</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=12ee0de7-f998-4084-8b06-537b3dbd5d9a</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,12ee0de7-f998-4084-8b06-537b3dbd5d9a.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,12ee0de7-f998-4084-8b06-537b3dbd5d9a.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=12ee0de7-f998-4084-8b06-537b3dbd5d9a</wfw:commentRss>
      <slash:comments>7</slash:comments>
      
      <title>Cisco VPN Client on Windows 7 x64</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,12ee0de7-f998-4084-8b06-537b3dbd5d9a.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,12ee0de7-f998-4084-8b06-537b3dbd5d9a.aspx</link>
      <pubDate>Sun, 10 May 2009 12:16:04 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
For reasons that escape me Cisco have chosen not to release a 64-bit version of the&#xD;
IPSec Cisco VPN Client. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This is a problem for me since I installed the 64-bit version of Windows 7 RC on my&#xD;
Toshiba M750.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
To get around this without rebuilding with the 32-bit version I employed Windows 7’s&#xD;
new &lt;a href="http://www.microsoft.com/windows/virtual-pc/download.aspx"&gt;XP Mode&lt;/a&gt; –&#xD;
aka Virtual XP.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
First I followed the steps on the &lt;a href="http://www.microsoft.com/windows/virtual-pc/download.aspx"&gt;download&#xD;
page&lt;/a&gt;:&#xD;
&lt;/p&gt;&#xD;
        &lt;ol&gt;&#xD;
          &lt;li&gt;&#xD;
Enabled virtualisation extensions in the BIOS. &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Download and install the Virtual PC Beta. &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Download Windows XP Mode. &#xD;
&lt;/li&gt;&#xD;
        &lt;/ol&gt;&#xD;
        &lt;p&gt;&#xD;
That done I fired up the &lt;em&gt;Virtual Windows XP&lt;/em&gt; from my Start Menu:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_14.png"&gt;&#xD;
            &lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_thumb_6.png" width="241" height="82"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This loaded up a Virtual Machine already running Windows XP.  I installed the&#xD;
Cisco VPN Client and verified that it could connect to the VPN.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This is where it gets a little tricky.  At this point I have my Toshiba, which&#xD;
is the host and an XP machine which is a guest.  The XP Guest has a virtual adaptor&#xD;
that leverages the host’s network adaptor and can connect to the remote network. &#xD;
But the host has not way to connect through the guest to get to the remote network.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
For initial testing I created a static route for one of the subnets and pointed it&#xD;
to the IP Address of the guest.  This worked, but it is a bit fiddly as the guest&#xD;
IP address is assigned by DHCP and as such will change depending on where I am.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I wanted something that required a little less work to get connected.  To achieve&#xD;
this I needed to create a virtual adaptor on the Host.  This is done by adding&#xD;
a loopback adapter to the host.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Adding a Loopback Adapter to the Host&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
In Device Manager right click the root node and select &lt;em&gt;Add Legacy Hardware&lt;/em&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_2.png"&gt;&#xD;
            &lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_thumb.png" width="244" height="162"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
On the welcome screen click &lt;em&gt;Next&lt;/em&gt;.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Then select &lt;em&gt;Install the hardware that I manually select from a list (Advanced) &lt;/em&gt;and&#xD;
then click &lt;em&gt;Next&lt;/em&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_4.png"&gt;&#xD;
            &lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_thumb_1.png" width="244" height="181"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Scroll down and select &lt;em&gt;Network Adapters &lt;/em&gt;and then click &lt;em&gt;Next&lt;/em&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_6.png"&gt;&#xD;
            &lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_thumb_2.png" width="218" height="215"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Then select &lt;em&gt;Microsoft &lt;/em&gt;as the Manufacturer and &lt;em&gt;Microsoft Loopback Adapter &lt;/em&gt;and&#xD;
then click &lt;em&gt;Next&lt;/em&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_10.png"&gt;&#xD;
            &lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_thumb_4.png" width="244" height="59"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
On the confirmation screen click &lt;em&gt;Next&lt;/em&gt;.  Then when the installation finishes&#xD;
click &lt;em&gt;Finish&lt;/em&gt;.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Once this has completed you will find a new network adapter in the Network Connections.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_12.png"&gt;&#xD;
            &lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_thumb_5.png" width="244" height="105"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I configured this adapter with a private IP address in a range that I don’t use at&#xD;
home or work.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Next I added a second Virtual Adapter to the Virtual Windows XP machine and bound&#xD;
this to the new Loopback Adapter.  I assigned a static address to this in the&#xD;
same range as the Loopback adapter.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Because the network I am connecting to uses a number of subnets I wrote two quick&#xD;
CMD scripts.  One adds the routes on the host, the other removes them.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Virtual PC also creates shortcuts for applications installed in the guest on the Start&#xD;
Menu of the host.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_16.png"&gt;&#xD;
            &lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/a80875bd5ad9_11FEF/image_thumb_7.png" width="240" height="178"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
To connect to my VPN I can run this and it hides Virtual Machine’s desktop and the&#xD;
VPN client looks like it is running on the Windows 7 machine.  I then run my&#xD;
script to create the routes and I can work away.  When I disconnect the VPN I&#xD;
run another script to delete the routes again.  Of course I can add shortcuts&#xD;
to all three actions to my desktop to ease the process.  Not quite as clean as&#xD;
installing the client directly on the machine, but it works.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;font color="#ff0000"&gt;Update:&lt;/font&gt; For details of the command scripts &lt;a href="http://www.pringle.net.nz/blog/PermaLink,guid,0db68b07-0be2-4708-81e0-5fccecb33872.aspx"&gt;see&#xD;
this post.&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=12ee0de7-f998-4084-8b06-537b3dbd5d9a"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6fg3JriuatEicS9IEJGiZVAZu1w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6fg3JriuatEicS9IEJGiZVAZu1w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6fg3JriuatEicS9IEJGiZVAZu1w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6fg3JriuatEicS9IEJGiZVAZu1w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,12ee0de7-f998-4084-8b06-537b3dbd5d9a.aspx</comments>
      <category>Connectivity</category>
      <category>M750</category>
      <category>Security</category>
      <category>Virtual PC</category>
      <category>Windows 7</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=e9f9935d-7bee-4212-ada0-1ca41377736f</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,e9f9935d-7bee-4212-ada0-1ca41377736f.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,e9f9935d-7bee-4212-ada0-1ca41377736f.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e9f9935d-7bee-4212-ada0-1ca41377736f</wfw:commentRss>
      
      <title>Announcing: Sydney Windows User Group</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,e9f9935d-7bee-4212-ada0-1ca41377736f.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,e9f9935d-7bee-4212-ada0-1ca41377736f.aspx</link>
      <pubDate>Sun, 26 Apr 2009 12:22:14 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
There is a new user group coming to town and starting the right way – with touch related&#xD;
demos and fresh Windows 7 goodness.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://nicholasrayner.com/blog"&gt;Nicholas Rayner&lt;/a&gt; and &lt;a href="http://craigbailey.net/"&gt;Craig&#xD;
Bailey&lt;/a&gt; have joined forces to create the &lt;a href="http://windowsusergroup.com/"&gt;Sydney&#xD;
Windows User Group&lt;/a&gt;.  From the site:&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
The aim of the SWUG is to support and provide advice to consumers, power users and&#xD;
small business in regards to the Microsoft Windows Operating System and related products.&#xD;
The user group will showcase the Windows Operating System and provide demonstrations&#xD;
of key components of Windows can be used both at home and in your business.&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
The User Group will also focus on related Microsoft Products including Windows Mobile,&#xD;
Windows Home Server, Microsoft Office, Windows Live and XBOX 360 and how they can&#xD;
be used to enhance the Windows user experience.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
The first meeting will be at Microsoft in Sydney on the 13th of May, 2009.  Here’s&#xD;
the details.&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;Meeting details&lt;/b&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Date: Wednesday 13&lt;sup&gt;th&lt;/sup&gt; May 2009&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Time: 6pm – 9pm&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
Venue: &lt;a href="http://maps.live.com.au/?action=location&amp;amp;location=1%20epping%20road%2C%20north%20ryde"&gt;Microsoft&#xD;
Australia - 1 Epping Road, North Ryde&lt;/a&gt;&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;Agenda:&lt;/b&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;6:00pm&lt;/b&gt; – Introduction&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;6:10pm&lt;/b&gt; – News with Q&amp;amp;A session&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;6:30pm&lt;/b&gt; – Windows 7 RC Demonstration&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;7:20pm&lt;/b&gt; – Break&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;7:40pm&lt;/b&gt; – Windows Touch including a demonstration on the HP Touchsmart PC&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;b&gt;8:20pm&lt;/b&gt; – Close&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
If you can make it to the first meeting, please RSVP to &lt;a href="mailto:nicholas@windowsusergroup.com"&gt;nicholas@windowsusergroup.com&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
I’ve already put it in my calendar so if you can make it I’ll be seeing you there. &#xD;
You may also want to add the &lt;a href="http://feeds2.feedburner.com/SydneyWindowsUserGroup"&gt;RSS&#xD;
Feed from the SWUG blog&lt;/a&gt; to your feed reader, so you can keep tabs on future meetings.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=e9f9935d-7bee-4212-ada0-1ca41377736f"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4eQpra43L4o1CDo3kBucCNjzAnk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4eQpra43L4o1CDo3kBucCNjzAnk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4eQpra43L4o1CDo3kBucCNjzAnk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4eQpra43L4o1CDo3kBucCNjzAnk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,e9f9935d-7bee-4212-ada0-1ca41377736f.aspx</comments>
      <category>General</category>
      <category>SWUG</category>
      <category>Touch</category>
      <category>Windows 7</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=1946b842-7f1a-4f4d-9ad8-362076b9da34</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,1946b842-7f1a-4f4d-9ad8-362076b9da34.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,1946b842-7f1a-4f4d-9ad8-362076b9da34.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=1946b842-7f1a-4f4d-9ad8-362076b9da34</wfw:commentRss>
      
      <title>Work around to stop Live Mesh eating your CPU</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,1946b842-7f1a-4f4d-9ad8-362076b9da34.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,1946b842-7f1a-4f4d-9ad8-362076b9da34.aspx</link>
      <pubDate>Thu, 16 Apr 2009 10:29:42 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Previously I blogged about an issue I was having on one of my PCs with Live Mesh. &#xD;
The problem was that Moe.exe (the process behind Live Mesh) was &lt;a href="http://www.pringle.net.nz/blog/PermaLink,guid,c0cea460-9352-4ac1-9331-7c23cb5de287.aspx"&gt;consuming&#xD;
excessive CPU when ever it was running&lt;/a&gt;.  This has obvious ill effects on&#xD;
the battery life and overall system performance.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I was hoping that the recent update to Live Mesh would of fixed it.  Unfortunately&#xD;
this was not the case.  However since I was only experiencing this issue on one&#xD;
of my machines I decided to see if I could find a fix.  I did.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
What I did was remove my problematic machine from my Mesh.  I then copied the&#xD;
contents of the synchronised folder to another location on my hard drive (as a precaution)&#xD;
and deleted everything in the target folder.  I then re-added my machine to my&#xD;
Mesh and set up synchronisation for that folder again.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
In the Before shot below the yellow line shows the percentage of the CPU that Moe.exe&#xD;
was using.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.pringle.net.nz/blog/ct.ashx?id=c0cea460-9352-4ac1-9331-7c23cb5de287&amp;amp;url=http%3a%2f%2fwww.pringle.net.nz%2fblog%2fcontent%2fbinary%2fWindowsLiveWriter%2fWhyisLiveMeshkillingmyProcessor_13434%2fimage_2.png"&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
After the fix it consistently looks more like this:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/WorkaroundtostopLiveMesheatingyourCPU_12025/image_2.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/WorkaroundtostopLiveMesheatingyourCPU_12025/image_thumb.png" width="643" height="196"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
A vast improvement and suddenly Live Mesh is useful to me again.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=1946b842-7f1a-4f4d-9ad8-362076b9da34"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/b-wvPYdduNOrpPLOGi2WPJ0RC1Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/b-wvPYdduNOrpPLOGi2WPJ0RC1Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/b-wvPYdduNOrpPLOGi2WPJ0RC1Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/b-wvPYdduNOrpPLOGi2WPJ0RC1Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,1946b842-7f1a-4f4d-9ad8-362076b9da34.aspx</comments>
      <category>General</category>
      <category>Troubleshooting</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=12fbb58f-5951-4d59-9194-d450cf88fcaa</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,12fbb58f-5951-4d59-9194-d450cf88fcaa.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,12fbb58f-5951-4d59-9194-d450cf88fcaa.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=12fbb58f-5951-4d59-9194-d450cf88fcaa</wfw:commentRss>
      
      <title>Windows 7, Fingerprints and a T61</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,12fbb58f-5951-4d59-9194-d450cf88fcaa.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,12fbb58f-5951-4d59-9194-d450cf88fcaa.aspx</link>
      <pubDate>Thu, 12 Mar 2009 10:27:14 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
My friend Chris recently took the plunge and installed Windows 7 on his Lenovo T61&#xD;
notebook.  He had managed to get the fingerprint reader working on it and has &lt;a href="http://www.cgoosen.com/2009/03/lenovo-t61-biometric-device-on-windows-7/"&gt;documented&#xD;
the process in great detail&lt;/a&gt;.  &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
After rebuilding my trusty T61 with Windows 7 about a week ago, the only device that&#xD;
was not functioning correctly was the “biometric coprocessor”. I tried installing&#xD;
the software using ThinkVantage Productivity Center, but this did not work. After&#xD;
asking google, I found that the device was manufactured by UPEK and that they have&#xD;
released a Windows 7 driver on their site.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Chris’ post is a great reference on &lt;a href="http://www.cgoosen.com/2009/03/lenovo-t61-biometric-device-on-windows-7/"&gt;how&#xD;
to install and configure the Lenovo T61 fingerprint reader in Windows 7&lt;/a&gt;. &#xD;
Check it out.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=12fbb58f-5951-4d59-9194-d450cf88fcaa"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/V7FQkzgYTFl_ymi_A4zdDAwSwZc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V7FQkzgYTFl_ymi_A4zdDAwSwZc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/V7FQkzgYTFl_ymi_A4zdDAwSwZc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V7FQkzgYTFl_ymi_A4zdDAwSwZc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,12fbb58f-5951-4d59-9194-d450cf88fcaa.aspx</comments>
      <category>Lenovo</category>
      <category>Security</category>
      <category>Windows 7</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=069b336e-a4e2-4c37-a9a1-bfb69327883b</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,069b336e-a4e2-4c37-a9a1-bfb69327883b.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,069b336e-a4e2-4c37-a9a1-bfb69327883b.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=069b336e-a4e2-4c37-a9a1-bfb69327883b</wfw:commentRss>
      <slash:comments>1</slash:comments>
      
      <title>Should Companies Wait for Windows 7?</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,069b336e-a4e2-4c37-a9a1-bfb69327883b.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,069b336e-a4e2-4c37-a9a1-bfb69327883b.aspx</link>
      <pubDate>Thu, 12 Mar 2009 10:21:21 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
OK – here’s the scenario.  You work for company that has a few thousand employees. &#xD;
The standard desktop currently has Windows XP on it.  And you wonder – should&#xD;
I start migrating to Vista now, or should I just wait until Windows 7 is released&#xD;
and deploy that?  After all, Vista got slated in the press but Windows 7 is getting&#xD;
rave reviews – surely that is a better move?&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
For my money no.  The short answer I give customers today is to ensure that they&#xD;
are buying Software Assurance so they are licensed for Windows 7 when it releases,&#xD;
but start deploying Vista where it adds value today.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
There are two may reasons advice.&#xD;
&lt;/p&gt;&#xD;
        &lt;ol&gt;&#xD;
          &lt;li&gt;&#xD;
There are features in Vista that some of your users would benefit from today. &#xD;
Starting your deployment with these low hanging fruit adds immediate value.&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Your transition to Windows 7 will be eased significantly if you have already rolled&#xD;
out at least some Vista machines.&lt;/li&gt;&#xD;
        &lt;/ol&gt;&#xD;
        &lt;p&gt;&#xD;
Lets look at those in more detail.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Add Value for the Low Hanging Fruit&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Firstly – let me be clear.  Being a low hanging fruit is in no way a bad thing. &#xD;
In our company I’m one!  What I mean by this is that there are some features&#xD;
in Vista that add immediate value to some users in most organisations.  For example&#xD;
I am a highly mobile tablet user with some commercially sensitive data on my machine. &#xD;
As such the improved power management, fast sleep and resume, much improve handwriting&#xD;
recognition and BitLocker are quick wins for users like me in most organisations.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;Easing Your Transition to Windows 7&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The transition to Windows 7 will be easier from Vista than for Windows XP. Under the&#xD;
hood there was a significant change between Windows XP and Windows Vista.  The&#xD;
change between Windows Vista and Windows 7, however is relatively minor.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Architectural changes in the operating system lead to driver and application issues. &#xD;
As the architectural changes are cumulative the jump from XP to Windows 7 is slightly&#xD;
larger than from XP to Vista.  But if you start the transition to Windows Vista&#xD;
now, you can address the application compatibility, driver and hardware issues you&#xD;
will probably have now.  If you get all your applications running on Windows&#xD;
Vista then for the most part they will also run on Windows 7.  With a few exceptions&#xD;
if there is a Vista driver for your hardware it will work on Windows 7.  If your&#xD;
hardware will run Windows Vista it will run Windows 7.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The last point to note is that if you are planning for a Windows 7 deployment you&#xD;
can put  in place Microsoft Deployment Toolkit environment based on the MDT 2010&#xD;
beta to deploy Vista and use this same infrastructure to deploy Windows 7 when it&#xD;
releases. This would allow you to build the skills to create, maintain and deploy&#xD;
standard builds and these skills would be transferable to your Windows 7 deployment&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;strong&gt;In Conclusion&lt;/strong&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Don’t wait.  If you are on Windows XP now, start deploying Vista to those who&#xD;
will benefit most.  This will add immediate value to your business and ease your&#xD;
transition to Windows 7 when it is released.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=069b336e-a4e2-4c37-a9a1-bfb69327883b"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GnIncomu4fV5JHvvImSjycRL0cY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GnIncomu4fV5JHvvImSjycRL0cY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GnIncomu4fV5JHvvImSjycRL0cY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GnIncomu4fV5JHvvImSjycRL0cY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,069b336e-a4e2-4c37-a9a1-bfb69327883b.aspx</comments>
      <category>Deployment</category>
      <category>TabletPC</category>
      <category>Vista</category>
      <category>Windows 7</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=c2179679-57cb-46ac-a98c-524c34d2e958</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,c2179679-57cb-46ac-a98c-524c34d2e958.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,c2179679-57cb-46ac-a98c-524c34d2e958.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=c2179679-57cb-46ac-a98c-524c34d2e958</wfw:commentRss>
      
      <title>New OneNote Community Online</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,c2179679-57cb-46ac-a98c-524c34d2e958.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,c2179679-57cb-46ac-a98c-524c34d2e958.aspx</link>
      <pubDate>Wed, 11 Mar 2009 10:19:56 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Chris Pratley writes: &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
There's a new website called &lt;a href="http://www.iheartonenote.com/"&gt;iheartonenote.com&lt;/a&gt;.&#xD;
It's a place to discuss OneNote with other people, share tips, notebooks, etc. So&#xD;
many people post emotional connection stories about OneNote that "heart"&#xD;
seems appropriate (FWIW, last time I checked a piece of software can't yet have your&#xD;
baby). That Marcus guy seems a little kooky though. I'd only trust a fictional host&#xD;
as far as I could throw him. Check out my profile there to see how old I really am&#xD;
(fictionally, of course).&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Looks like a great resource for a great community around a great product.  Very&#xD;
cool.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=c2179679-57cb-46ac-a98c-524c34d2e958"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/43Z_mUHewIhb4Fqjz7DKUsWpbBQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/43Z_mUHewIhb4Fqjz7DKUsWpbBQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/43Z_mUHewIhb4Fqjz7DKUsWpbBQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/43Z_mUHewIhb4Fqjz7DKUsWpbBQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,c2179679-57cb-46ac-a98c-524c34d2e958.aspx</comments>
      <category>OneNote</category>
    </item>
    <item>
      <trackback:ping>http://www.pringle.net.nz/blog/Trackback.aspx?guid=f6c1c496-72ed-48f5-b713-773f4b954f3a</trackback:ping>
      <pingback:server>http://www.pringle.net.nz/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.pringle.net.nz/blog/PermaLink,guid,f6c1c496-72ed-48f5-b713-773f4b954f3a.aspx</pingback:target>
      <dc:creator>Craig Pringle</dc:creator>
      <wfw:comment>http://www.pringle.net.nz/blog/CommentView,guid,f6c1c496-72ed-48f5-b713-773f4b954f3a.aspx</wfw:comment>
      <wfw:commentRss>http://www.pringle.net.nz/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=f6c1c496-72ed-48f5-b713-773f4b954f3a</wfw:commentRss>
      <slash:comments>4</slash:comments>
      
      <title>Not JUST a PC</title>
      <guid isPermaLink="false">http://www.pringle.net.nz/blog/PermaLink,guid,f6c1c496-72ed-48f5-b713-773f4b954f3a.aspx</guid>
      <link>http://www.pringle.net.nz/blog/PermaLink,guid,f6c1c496-72ed-48f5-b713-773f4b954f3a.aspx</link>
      <pubDate>Wed, 04 Mar 2009 23:41:21 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/NotJUSTaPC_DC9A/im%20a%20tabletpc.png"&gt;&#xD;
            &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="im a tabletpc" border="0" alt="im a tabletpc" align="right" src="http://www.pringle.net.nz/blog/content/binary/WindowsLiveWriter/NotJUSTaPC_DC9A/im%20a%20tabletpc_thumb.png" width="175" height="240"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;I’m&#xD;
not jumping on this &lt;a href="http://imapc.lifewithoutwalls.com/?intro=0"&gt;“I’m a PC”&#xD;
bandwagon&lt;/a&gt;.  Why limit myself?  I’m not just a PC…  I’m a &lt;strong&gt;tablet&lt;/strong&gt; pc! &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
With pen and touch at my disposal I can do so much more than a mere PC. This is especially&#xD;
true with the Windows 7 beta installed.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I took the liberty of fixing one of the logos from the &lt;a href="http://imapc.lifewithoutwalls.com/im-a-PC.zip"&gt;logo&#xD;
pack&lt;/a&gt; on the web site.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Feel free to grab a copy of the image for your own use.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
If anyone from Microsoft wants to turn &lt;strong&gt;my&lt;/strong&gt; version into a sticker&#xD;
– make sure you send me a few.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.pringle.net.nz/blog/aggbug.ashx?id=f6c1c496-72ed-48f5-b713-773f4b954f3a"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kI5xqRsTGMZy0fFapYBC4e19R-A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kI5xqRsTGMZy0fFapYBC4e19R-A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kI5xqRsTGMZy0fFapYBC4e19R-A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kI5xqRsTGMZy0fFapYBC4e19R-A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <comments>http://www.pringle.net.nz/blog/CommentView,guid,f6c1c496-72ed-48f5-b713-773f4b954f3a.aspx</comments>
      <category>M750</category>
      <category>TabletPC</category>
      <category>Touch</category>
    </item>
  </channel>
</rss>
