<?xml version="1.0" encoding="utf-8"?>
<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:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Peter Foot - Software</title>
    <link>http://peterfoot.net/</link>
    <description>Microsoft Device Application Development MVP</description>
    <image>
      <url>http://peterfoot.net/images/mugshot.jpg</url>
      <title>Peter Foot - Software</title>
      <link>http://peterfoot.net/</link>
    </image>
    <copyright>Peter Foot</copyright>
    <lastBuildDate>Tue, 22 Mar 2005 20:36:22 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>peter.foot@appamundi.com</managingEditor>
    <webMaster>peter.foot@appamundi.com</webMaster>
    <item>
      <trackback:ping>http://peterfoot.net/Trackback.aspx?guid=677ac05c-1572-4f9e-843e-9a7041d88133</trackback:ping>
      <pingback:server>http://peterfoot.net/pingback.aspx</pingback:server>
      <pingback:target>http://peterfoot.net/PermaLink,guid,677ac05c-1572-4f9e-843e-9a7041d88133.aspx</pingback:target>
      <dc:creator />
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've briefly mentioned SPB Clone here before as a method of deploying software across
the enterprise. Fellow MVP <a href="http://www.burling.co.nz/default.aspx">Darryl
Burling </a>has <a href="http://www.burling.co.nz/Default.aspx?tabid=1&amp;mid=336&amp;ctl=ViewEntry&amp;EntryID=225">completed
a review</a> of the product over at GeekZone which I recommend you read if you are
facing the problem of deploying the same software across a large number of devices.
</p>
        <p>
          <a href="http://www.geekzone.co.nz/content.asp?contentid=4252">http://www.geekzone.co.nz/content.asp?contentid=4252</a>
        </p>
        <img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=677ac05c-1572-4f9e-843e-9a7041d88133" />
      </body>
      <title>SPB Clone Review</title>
      <guid isPermaLink="false">http://peterfoot.net/PermaLink,guid,677ac05c-1572-4f9e-843e-9a7041d88133.aspx</guid>
      <link>http://peterfoot.net/SPBCloneReview.aspx</link>
      <pubDate>Tue, 22 Mar 2005 20:36:22 GMT</pubDate>
      <description>&lt;p&gt;
I've briefly mentioned SPB Clone here before as a method of deploying software across
the enterprise. Fellow MVP &lt;a href="http://www.burling.co.nz/default.aspx"&gt;Darryl
Burling &lt;/a&gt;has &lt;a href="http://www.burling.co.nz/Default.aspx?tabid=1&amp;amp;mid=336&amp;amp;ctl=ViewEntry&amp;amp;EntryID=225"&gt;completed
a review&lt;/a&gt; of the product over at GeekZone which I recommend you read if you are
facing the problem of deploying the same software across a large number of devices.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.geekzone.co.nz/content.asp?contentid=4252"&gt;http://www.geekzone.co.nz/content.asp?contentid=4252&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=677ac05c-1572-4f9e-843e-9a7041d88133" /&gt;</description>
      <category>Deployment</category>
      <category>Mobility</category>
      <category>Software</category>
    </item>
    <item>
      <trackback:ping>http://peterfoot.net/Trackback.aspx?guid=e83d6f0c-fb5d-41d0-bfde-9b106d4941ed</trackback:ping>
      <pingback:server>http://peterfoot.net/pingback.aspx</pingback:server>
      <pingback:target>http://peterfoot.net/PermaLink,guid,e83d6f0c-fb5d-41d0-bfde-9b106d4941ed.aspx</pingback:target>
      <dc:creator />
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Creating help files which seamlessly integrate with Visual Studio 2003 is a pain.
Microsoft have released a Help Integration Wizard (Beta). This is designed to walk
through the process of creating a setup which will integrate a HTML Help 2.0 file
with Visual Studio.
</p>
        <p>
Currently to integrate your own help you either have to get down and dirty and edit
the tables of data within an .MSI installer, or use a third-party tool (<a href="http://www.helpware.net/mshelp2/h2reg.htm">H2Reg</a>)
to register the help collection without using an MSI installer. The first method is
documented with the Visual Studio Help Integration Kit but is by no means clear, and
if you start making changes to your .MSI project you generally have to start all over
again.
</p>
        <p>
I've downloaded and begun to test the wizard and it looks promising, however it appears
to have a few issues with the help files generated by the latest version of <a href="http://ndoc.sourceforge.net">NDoc</a> (1.3b1a).
Hopefully this can be overcome either by tweaking the options in NDoc or by some manual
editing of the generated files. When I find a solution I'll post again here.
</p>
        <p>
Read about the tool (and download the beta) here:-
</p>
        <p>
          <a href="http://msdn.microsoft.com/vstudio/default.aspx?pull=/library/en-us/dv_vstechart/html/integration_wizard.asp">http://msdn.microsoft.com/vstudio/default.aspx?pull=/library/en-us/dv_vstechart/html/integration_wizard.asp</a>
        </p>
        <p>
 
</p>
        <p>
[Update - It appears it's not particularly new, just well hidden! ]
</p>
        <img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=e83d6f0c-fb5d-41d0-bfde-9b106d4941ed" />
      </body>
      <title>New tool for Visual Studio help integration</title>
      <guid isPermaLink="false">http://peterfoot.net/PermaLink,guid,e83d6f0c-fb5d-41d0-bfde-9b106d4941ed.aspx</guid>
      <link>http://peterfoot.net/NewToolForVisualStudioHelpIntegration.aspx</link>
      <pubDate>Thu, 09 Sep 2004 09:49:56 GMT</pubDate>
      <description>&lt;p&gt;
Creating help files which seamlessly integrate with Visual Studio 2003 is a pain.
Microsoft have released a Help Integration Wizard (Beta). This is designed to walk
through the process of creating a setup which will integrate a HTML Help 2.0 file
with Visual Studio.
&lt;/p&gt;
&lt;p&gt;
Currently to integrate your own help you either have to get down and dirty and edit
the tables of data within an .MSI installer, or use a third-party tool (&lt;a href="http://www.helpware.net/mshelp2/h2reg.htm"&gt;H2Reg&lt;/a&gt;)
to register the help collection without using an MSI installer. The first method is
documented with the Visual Studio Help Integration Kit but is by no means clear, and
if you start making changes to your .MSI project you generally have to start all over
again.
&lt;/p&gt;
&lt;p&gt;
I've downloaded and begun to test the wizard and it looks promising, however it appears
to have a few issues with the help files generated by the latest version of &lt;a href="http://ndoc.sourceforge.net"&gt;NDoc&lt;/a&gt; (1.3b1a).
Hopefully this can be overcome either by tweaking the options in NDoc or by some manual
editing of the generated files. When I find a solution I'll post again here.
&lt;/p&gt;
&lt;p&gt;
Read about the tool (and download the beta) here:-
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://msdn.microsoft.com/vstudio/default.aspx?pull=/library/en-us/dv_vstechart/html/integration_wizard.asp"&gt;http://msdn.microsoft.com/vstudio/default.aspx?pull=/library/en-us/dv_vstechart/html/integration_wizard.asp&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
[Update - It appears it's not particularly new, just well hidden! ]
&lt;/p&gt;
&lt;img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=e83d6f0c-fb5d-41d0-bfde-9b106d4941ed" /&gt;</description>
      <category>Beta</category>
      <category>Software</category>
    </item>
    <item>
      <trackback:ping>http://peterfoot.net/Trackback.aspx?guid=ed5cd67b-eda5-40e9-a0b3-02dea2b8648e</trackback:ping>
      <pingback:server>http://peterfoot.net/pingback.aspx</pingback:server>
      <pingback:target>http://peterfoot.net/PermaLink,guid,ed5cd67b-eda5-40e9-a0b3-02dea2b8648e.aspx</pingback:target>
      <dc:creator />
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
In the last couple of weeks I've been down to Microsoft's UK headquarters in Reading
as a member of the judging panel for this interesting Tablet PC competition.
</p>
        <p>
Entrants were given the ability to purchase a subsidised Tablet PC and develop an
application which they felt was perfect for the Tablet PC platform. The first week
we looked over many entries aimed at a whole range of vertical markets,
this was reduced to a shortlist of 10 entrants who came in this week to give a short
presentation to the panel and get a chance to explain their projects in more detail
and demonstrate some of the Tablet PC specific features.
</p>
        <p>
There can be only one winner of course, they will receive the chance to travel to
Microsoft's HQ in Redmond and meet with the Tablet PC team. I can't tell you who that
is yet as it will be announced at the <a href="https://msevents-eu.microsoft.com/cui/EventDetail.aspx?culture=en-GB&amp;eventid=118746990">Tablet
PC event in Heathrow </a>next Tuesday. It was a really interesting experience to see
the range of things people are planning to use Tablet applications for.
</p>
        <img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=ed5cd67b-eda5-40e9-a0b3-02dea2b8648e" />
      </body>
      <title>UK Tablet PC ISV Challenge - Judging Complete</title>
      <guid isPermaLink="false">http://peterfoot.net/PermaLink,guid,ed5cd67b-eda5-40e9-a0b3-02dea2b8648e.aspx</guid>
      <link>http://peterfoot.net/UKTabletPCISVChallengeJudgingComplete.aspx</link>
      <pubDate>Tue, 15 Jun 2004 14:28:54 GMT</pubDate>
      <description>&lt;p&gt;
In the last couple of weeks I've been down to Microsoft's UK headquarters in Reading
as a member of the judging panel for this interesting Tablet PC competition.
&lt;/p&gt;
&lt;p&gt;
Entrants were given the ability to purchase a subsidised Tablet PC and develop an
application which they felt was perfect for the Tablet PC platform. The first week
we looked over many entries&amp;nbsp;aimed at&amp;nbsp;a whole range of vertical markets,
this was reduced to a shortlist of 10 entrants who came in this week to give a short
presentation to the panel and get a chance to explain their projects in more detail
and demonstrate some of the Tablet PC specific&amp;nbsp;features.
&lt;/p&gt;
&lt;p&gt;
There can be only one winner of course, they will receive the chance to travel to
Microsoft's HQ in Redmond and meet with the Tablet PC team. I can't tell you who that
is yet as it will be announced at the &lt;a href="https://msevents-eu.microsoft.com/cui/EventDetail.aspx?culture=en-GB&amp;amp;eventid=118746990"&gt;Tablet
PC event in Heathrow &lt;/a&gt;next Tuesday. It was a really interesting experience to see
the range of things people are planning to use Tablet applications for.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=ed5cd67b-eda5-40e9-a0b3-02dea2b8648e" /&gt;</description>
      <category>Events</category>
      <category>Software</category>
    </item>
    <item>
      <trackback:ping>http://peterfoot.net/Trackback.aspx?guid=71dd958a-7939-4a09-b72b-8a576d2cf963</trackback:ping>
      <pingback:server>http://peterfoot.net/pingback.aspx</pingback:server>
      <pingback:target>http://peterfoot.net/PermaLink,guid,71dd958a-7939-4a09-b72b-8a576d2cf963.aspx</pingback:target>
      <dc:creator />
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Steve Ballmer officially unveiled "Visual Studio 2005 Team System" which is a
collection of tools around Visual Studio, previously code-named Burton. There's more
juicy details on <a href="http://weblogs.asp.net/korbyp/archive/2004/05/24/140550.aspx">Korby's
weblog</a>.
</p>
        <p>
Part of this is a new source control system code-named "Hatteras" which is based on
SQL Server. This is used both to track work items and source code checkins, there
is even an ASP.NET interface into the system, and of course full integration into
Visual Studio itself.
</p>
        <p>
Looking through the juicy documentation on the recently opened <a href="http://msdn.microsoft.com/vstudio/teamsystem/">Team
System website</a>, one of the clear messages you get is that the system is designed
for all the different roles within a team - there are tools for architecture, development,
project management and testing but they all integrate together.
</p>
        <p>
While none of this is specific to Smart Device development this looks like an interesting
suite of technologies for any software team.
</p>
        <img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=71dd958a-7939-4a09-b72b-8a576d2cf963" />
      </body>
      <title>Visual Studio 2005 Team System and new source control system</title>
      <guid isPermaLink="false">http://peterfoot.net/PermaLink,guid,71dd958a-7939-4a09-b72b-8a576d2cf963.aspx</guid>
      <link>http://peterfoot.net/VisualStudio2005TeamSystemAndNewSourceControlSystem.aspx</link>
      <pubDate>Mon, 24 May 2004 21:00:46 GMT</pubDate>
      <description>&lt;p&gt;
Steve Ballmer officially unveiled "Visual Studio 2005&amp;nbsp;Team System" which is a
collection of tools around Visual Studio, previously code-named Burton. There's more
juicy details on &lt;a href="http://weblogs.asp.net/korbyp/archive/2004/05/24/140550.aspx"&gt;Korby's
weblog&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Part of this is a new source control system code-named "Hatteras" which is based on
SQL Server. This is used both to track work items and source code checkins, there
is even an ASP.NET interface into the system, and of course full integration into
Visual Studio itself.
&lt;/p&gt;
&lt;p&gt;
Looking through the juicy documentation on the recently opened &lt;a href="http://msdn.microsoft.com/vstudio/teamsystem/"&gt;Team
System website&lt;/a&gt;, one of the clear messages you get is that the system is designed
for all the different roles within a team - there are tools for architecture, development,
project management and testing but they all integrate together.
&lt;/p&gt;
&lt;p&gt;
While none of this is specific to Smart Device development this looks like an interesting
suite of technologies for any&amp;nbsp;software team.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=71dd958a-7939-4a09-b72b-8a576d2cf963" /&gt;</description>
      <category>Software</category>
    </item>
    <item>
      <trackback:ping>http://peterfoot.net/Trackback.aspx?guid=f0451d2a-2223-497d-b82f-c11547911b92</trackback:ping>
      <pingback:server>http://peterfoot.net/pingback.aspx</pingback:server>
      <pingback:target>http://peterfoot.net/PermaLink,guid,f0451d2a-2223-497d-b82f-c11547911b92.aspx</pingback:target>
      <dc:creator />
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Recently released with little fanfare is a minor update to MSN Messenger. One of the
first changes I noticed which I find useful is if you sort your contacts by Online/Offline
status there are now three states.
</p>
        <ul>
          <li>
Green - Online 
</li>
          <li>
Amber - Available in on a mobile device 
</li>
          <li>
Red - Offline</li>
        </ul>
        <p>
It makes it easier to distinguish between those who are completely offline and those
who can be "pinged" on a mobile device.
</p>
        <img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=f0451d2a-2223-497d-b82f-c11547911b92" />
      </body>
      <title>Small but useful update in MSN Messenger 6.2</title>
      <guid isPermaLink="false">http://peterfoot.net/PermaLink,guid,f0451d2a-2223-497d-b82f-c11547911b92.aspx</guid>
      <link>http://peterfoot.net/SmallButUsefulUpdateInMSNMessenger62.aspx</link>
      <pubDate>Fri, 30 Apr 2004 08:50:58 GMT</pubDate>
      <description>&lt;p&gt;
Recently released with little fanfare is a minor update to MSN Messenger. One of the
first changes I noticed which I find useful is if you sort your contacts by Online/Offline
status there are now three states.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Green - Online 
&lt;li&gt;
Amber -&amp;nbsp;Available in on a mobile device 
&lt;li&gt;
Red - Offline&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
It makes it easier to distinguish between those who are completely offline and those
who can be "pinged" on a mobile device.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=f0451d2a-2223-497d-b82f-c11547911b92" /&gt;</description>
      <category>Software</category>
    </item>
  </channel>
</rss>