<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ShawnVN&amp;#39;s Blog</title><link>http://weblogs.asp.net/savanness/default.aspx</link><description>Programming for the Windows Tablet Foundation</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>AndreMic on creating power-aware apps with WPF</title><link>http://weblogs.asp.net/savanness/archive/2007/06/15/andremic-on-creating-power-aware-apps-with-wpf.aspx</link><pubDate>Fri, 15 Jun 2007 19:47:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2827841</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=2827841</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2007/06/15/andremic-on-creating-power-aware-apps-with-wpf.aspx#comments</comments><description>&lt;p&gt;Sorry it's been so long since I've updated this blog -- the projects I've been working on for the past few months aren't publicly disclosed, so it's tough to find time (and material!) to write about.&lt;/p&gt; &lt;p&gt;Andre Michaud is a rising star SDET on the Tablet PC platform team.&amp;nbsp; He helped deliver InkCanvas and stylus input in WPF, but wasn't satisfied that the NetFX v3.0 didn't do anything to make writing battery-conscious applications any easier.&lt;/p&gt; &lt;p&gt;So, he wrote a few words about how to do this.&amp;nbsp; And now it's the headline article in &lt;a href="http://msdn.microsoft.com/msdnmag/issues/07/07/"&gt;this month's MSDN Magazine&lt;/a&gt;!&lt;/p&gt; &lt;p&gt;&lt;a title="http://msdn.microsoft.com/msdnmag/issues/07/07/PowerAware/default.aspx" href="http://msdn.microsoft.com/msdnmag/issues/07/07/PowerAware/default.aspx"&gt;http://msdn.microsoft.com/msdnmag/issues/07/07/PowerAware/default.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="274" alt="MSDN Magazine July 2007" src="http://weblogs.asp.net/blogs/savanness/WindowsLiveWriter/AndreMiconcreatingpowerawareappswithWPF_B3C6/Capture_1.png" width="210" align="right" border="0"&gt;Great stuff.&amp;nbsp; Want to see power management features baked into the CLR for NetFX v4 or later?&amp;nbsp; Write your &lt;a href="http://connect.microsoft.com/site/sitehome.aspx?SiteID=210"&gt;local representatives&lt;/a&gt;...&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2827841" width="1" height="1"&gt;</description></item><item><title>Windows Vista Mobile PC App Competition at CodeProject.com</title><link>http://weblogs.asp.net/savanness/archive/2007/03/18/windows-vista-mobile-pc-app-competition-at-codeproject-com.aspx</link><pubDate>Sun, 18 Mar 2007 07:46:01 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2052942</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=2052942</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2007/03/18/windows-vista-mobile-pc-app-competition-at-codeproject-com.aspx#comments</comments><description>&lt;p&gt;&lt;/p&gt; &lt;p&gt;Today’s apps must work in an increasingly mobile environment and must allow new means of input: ink, touch, and more. Build a great application that encompasses these needs, write an article about what you’ve done, and you may win &lt;b&gt;one of three cool Samsung Ultra-Mobile PCs&lt;/b&gt;.  &lt;p&gt;&lt;b&gt;One winner per month, 3/15/07–6/15/07.&lt;/b&gt;  &lt;p&gt;Check out &lt;a href="http://www.codeproject.com/Feature/MobilePC/"&gt;CodeProject.com&lt;/a&gt; for more details.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2052942" width="1" height="1"&gt;</description></item><item><title>ColorComb: Yet Another Color-Picker Dialog for WPF</title><link>http://weblogs.asp.net/savanness/archive/2006/12/05/colorcomb-yet-another-color-picker-dialog-for-wpf.aspx</link><pubDate>Tue, 05 Dec 2006 08:08:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:1128174</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=1128174</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2006/12/05/colorcomb-yet-another-color-picker-dialog-for-wpf.aspx#comments</comments><description>WPF v1 doesn't include a color-picker dialog (or a font dialog).  A variety of SDK samples and community samples will undoubtedly fill this void.  That's ok with me -- I've never been happy with the traditional Windows color-picker UI, anyway.  I can never find the color I have in mind, looking at this flattened-out-color-wheel-with-dingy-grey-bottom......(&lt;a href="http://weblogs.asp.net/savanness/archive/2006/12/05/colorcomb-yet-another-color-picker-dialog-for-wpf.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=1128174" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/savanness/archive/tags/WPF+DrawingAttributes/default.aspx">WPF DrawingAttributes</category></item><item><title>AutoClaimsFX</title><link>http://weblogs.asp.net/savanness/archive/2006/05/31/AutoClaimsFX.aspx</link><pubDate>Wed, 31 May 2006 11:07:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:449777</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=449777</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2006/05/31/AutoClaimsFX.aspx#comments</comments><description>&lt;P&gt;In celebration of &lt;A href="http://www.sellsbrothers.com/news/showTopic.aspx?ixTopic=1993"&gt;WinFX Beta2&lt;/A&gt;, I've attempted to recreate the &lt;A href="http://msdn.microsoft.com/library/en-us/tpcsdk10/lonestar/managed_ovw/tbconctlsampautoclaimform.asp"&gt;Tablet PC SDK's beloved AutoClaims sample&lt;/A&gt; in WPF.&lt;/P&gt;
&lt;P&gt;This sample demonstrates:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://windowssdk.msdn.microsoft.com/library/en-us/cpref29/html/T_System_Windows_Controls_InkCanvas.asp"&gt;InkCanvas&lt;/A&gt; 
&lt;UL&gt;
&lt;LI&gt;collecting ink in multiple transparent layers, over an Image resource 
&lt;LI&gt;databinding for &lt;A href="http://windowssdk.msdn.microsoft.com/library/en-us/cpref29/html/P_System_Windows_Controls_InkCanvas_Strokes.asp"&gt;Strokes&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://windowssdk.msdn.microsoft.com/library/en-us/cpref29/html/P_System_Windows_Controls_InkCanvas_DefaultDrawingAttributes.asp"&gt;DefaultDrawingAttributes&lt;/A&gt; defined in static resources 
&lt;LI&gt;animated Opacity and ZIndex properties for smooth transitions among layers &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;TextBox.&lt;A href="http://windowssdk.msdn.microsoft.com/library/en-us/cpref28/html/P_System_Windows_FrameworkElement_InputScope.asp"&gt;InputScope&lt;/A&gt; 
&lt;UL&gt;
&lt;LI&gt;defines a pattern to coerce Tablet Input Panel handwriting recognition for the Year (YYYY) field &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Scrolling and resizing 
&lt;UL&gt;
&lt;LI&gt;relative layout techniques 
&lt;LI&gt;ScrollViewer around the Image and InkCanvas elements &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;...all in 100% pure XAML!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.windojitsu.com/blog/autoclaimsfx.html"&gt;http://www.windojitsu.com/blog/autoclaimsfx.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Ok, admittedly it probably would've been easier to code some of those lengthy EventTriggers for managing the layers in C#.&amp;nbsp; And I'm a little bummed to discover than I can't set Panel.ZIndex in partial trust (else you'd be running this app in your browser right now, not reading about it).&lt;/P&gt;
&lt;P&gt;Still, it's a fun exercise in what can be done with InkCanvas and XAML, with so few lines of code compared to our WinForms platform.&amp;nbsp; You really have to compile and run the mundane old WinForms version, and peruse the code, to appreciate this WPF rendition.&lt;/P&gt;
&lt;P&gt;Have fun!&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=449777" width="1" height="1"&gt;</description></item><item><title>MSDN WebCast: Developing Tablet PC Applications with WinFX</title><link>http://weblogs.asp.net/savanness/archive/2006/05/22/MSDN-WebCast_3A00_-Developing-Tablet-PC-Applications-with-WinFX.aspx</link><pubDate>Tue, 23 May 2006 03:51:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:448595</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=448595</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2006/05/22/MSDN-WebCast_3A00_-Developing-Tablet-PC-Applications-with-WinFX.aspx#comments</comments><description>&lt;P&gt;I'll be hosting a WebCast on MSDN tomorrow (Tuesday, May 23rd) 12 to 1pm Pacific time...&amp;nbsp; should I reprise my PDC'05 talk, or should I just spend the whole hour writing code?&amp;nbsp; There's so much cool stuff to show off, for the upcoming beta release...&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msevents.microsoft.com/cui/webcasteventdetails.aspx?eventid=1032294694&amp;amp;eventcategory=4&amp;amp;culture=en-us&amp;amp;countrycode=us"&gt;http://msevents.microsoft.com/cui/webcasteventdetails.aspx?eventid=1032294694&amp;amp;eventcategory=4&amp;amp;culture=en-us&amp;amp;countrycode=us&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE cellSpacing=0 cellPadding=0 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD vAlign=top noWrap&gt;&lt;SPAN id=eventInfo_lblEventDescLabel&gt;&lt;B&gt;Description:&lt;/B&gt;&lt;/SPAN&gt; &lt;/TD&gt;
&lt;TD width=5&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN id=eventInfo_lblEventDescription&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;Part of the WinFX Runtime Components 3.0, Windows Presentation Foundation (formerly code-named "Avalon") incorporates a number of features previously found only on the Tablet PC platform, such as digital ink and stylus input. This means WinFX applications will be able to collect, render, and edit digital ink on any system—not just Tablet PC systems. It also means Tablet PC applications will be able to do things that were not possible before, such as collect ink over video, or render ink in 3-D. Join this webcast to learn about the InkCanvas element, Stylus input events, and other Windows Presentation Foundation features that can help you develop richer Tablet PC applications in less time.&lt;BR&gt;&lt;BR&gt;Presenter: Shawn Van Ness, Program Manager, Microsoft Corporation&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=448595" width="1" height="1"&gt;</description></item><item><title>ScrollViewer for Lefties</title><link>http://weblogs.asp.net/savanness/archive/2006/03/09/439904.aspx</link><pubDate>Thu, 09 Mar 2006 08:09:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:439904</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=439904</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2006/03/09/439904.aspx#comments</comments><description>&lt;p&gt;Josh says &lt;a href="http://josheinstein.com/journal/archive/2006/03/08/1319.aspx"&gt;“Windows Presentation Foundation (aka WPF, aka Avalon) is the best thing to happen to Tablet PC's.”&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Josh, I couldn't have said that better...&amp;nbsp; well done!&amp;nbsp; (We're trying hard to live up to your expectations, anyway. :-)&lt;/p&gt; &lt;p&gt;This reminds me -- at a recent talk, I happened to mention (to a group of Tablet PC developers) how ScrollViewer could be re-styled to align the scrollbar on the left, for left-handed users.&amp;nbsp; The response was quite enthusiastic!&amp;nbsp; Here's the XAML...&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.windojitsu.com/blog/leftiescrollviewer.html"&gt;http://www.windojitsu.com/blog/leftiescrollviewer.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=439904" width="1" height="1"&gt;</description></item><item><title>WinFX Ink: Fun with VisualBrush</title><link>http://weblogs.asp.net/savanness/archive/2006/02/02/437248.aspx</link><pubDate>Fri, 03 Feb 2006 07:51:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:437248</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=437248</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2006/02/02/437248.aspx#comments</comments><description>Just in case anybody who reads this doesn't read Petzold... http://www.windojitsu.com/blog/inkcanvasvsvisualbrush.html &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=437248" width="1" height="1"&gt;</description></item><item><title>WinFX Nov CTP: Fun with InkCanvas</title><link>http://weblogs.asp.net/savanness/archive/2005/11/21/431142.aspx</link><pubDate>Tue, 22 Nov 2005 06:09:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:431142</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=431142</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2005/11/21/431142.aspx#comments</comments><description>&lt;p&gt;Here's &lt;a href="http://www.windojitsu.com/tictactoefx/tictactoefx.application"&gt;a fun little InkCanvas sample app&lt;/a&gt;, in celebration of &lt;a href="http://blogs.msdn.com/tims/archive/2005/11/18/494526.aspx"&gt;the Nov CTP release&lt;/a&gt; of WinFX... yeah that's right, it's tic-tac-toe.&amp;nbsp; What?&amp;nbsp; This ain't rocket science.&amp;nbsp; (It does, however, include &lt;a href="http://www.windojitsu.com/blog/TicTacToeFX.zip"&gt;source code&lt;/a&gt; for a very, very simple handwriting recognition engine. :-)&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.windojitsu.com/blog/tictactoefx.html"&gt;http://www.windojitsu.com/blog/tictactoefx.html&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Here's the URL to launch the game: &lt;a href="http://www.windojitsu.com/tictactoefx/tictactoefx.application"&gt;http://www.windojitsu.com/tictactoefx/tictactoefx.application&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=431142" width="1" height="1"&gt;</description></item><item><title>My Fifteen Minutes on Channel9</title><link>http://weblogs.asp.net/savanness/archive/2005/09/16/425411.aspx</link><pubDate>Fri, 16 Sep 2005 17:39:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:425411</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=425411</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2005/09/16/425411.aspx#comments</comments><description>&lt;div id="content"&gt; &lt;p&gt;PDC has been fun...&amp;nbsp; for those of you missed me, here's your chance for a virtual/vicarious chat with me:&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=116335"&gt;http://channel9.msdn.com/Showpost.aspx?postid=116335&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I've been taking some heat for how dull and austere my office looks...&amp;nbsp; but hey look, it's not much worse than &lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=111598"&gt;Bill's&lt;/a&gt;!&lt;/p&gt;&lt;/div&gt;&lt;!-- Freshness dating --&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=425411" width="1" height="1"&gt;</description></item><item><title>New Tablet PC Team Blog Online!</title><link>http://weblogs.asp.net/savanness/archive/2005/08/05/421663.aspx</link><pubDate>Fri, 05 Aug 2005 07:33:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:421663</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=421663</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2005/08/05/421663.aspx#comments</comments><description>&lt;p&gt;New &lt;a href="http://blogs.technet.com/tabletpc/"&gt;Tablet PC Team blog&lt;/a&gt; is up on blogs.technet.com...&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.windojitsu.com/blog/tabletblogs.html"&gt;http://www.windojitsu.com/blog/tabletblogs.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=421663" width="1" height="1"&gt;</description></item><item><title>Tablet at PDC</title><link>http://weblogs.asp.net/savanness/archive/2005/08/03/421462.aspx</link><pubDate>Wed, 03 Aug 2005 16:39:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:421462</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=421462</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2005/08/03/421462.aspx#comments</comments><description>&lt;p&gt;Some folk have asked about Tablet PC sessions at PDC...&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.windojitsu.com/blog/tabletatpdc.html"&gt;http://www.windojitsu.com/blog/tabletatpdc.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=421462" width="1" height="1"&gt;</description></item><item><title>Digital Ink in Avalon</title><link>http://weblogs.asp.net/savanness/archive/2005/07/11/418905.aspx</link><pubDate>Mon, 11 Jul 2005 07:38:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:418905</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=418905</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2005/07/11/418905.aspx#comments</comments><description>&lt;p&gt;An introduction to the Tablet PC platform features built into Avalon...&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.windojitsu.com/blog/inkinavalon.html"&gt;http://www.windojitsu.com/blog/inkinavalon.html&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=418905" width="1" height="1"&gt;</description></item><item><title>Physics Illustrator Hints</title><link>http://weblogs.asp.net/savanness/archive/2005/05/22/408286.aspx</link><pubDate>Sun, 22 May 2005 22:41:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:408286</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=408286</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2005/05/22/408286.aspx#comments</comments><description>&lt;p&gt;I've never really blogged much about &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=56347faf-a639-4f3b-9b87-1487fd4b5a53&amp;amp;displaylang=en"&gt;Physics Illustrator&lt;/a&gt; -- the little animated shape-reco funlet for Tablet PC, inspired by &lt;a href="http://rationale.csail.mit.edu/project_assist.shtml"&gt;research from MIT&lt;/a&gt;, that my homie &lt;a href="http://www.redllamatech.com/"&gt;Peter Gruenbaum&lt;/a&gt; and I wrote at &lt;a href="http://www.leszynski.com/tabletpc/"&gt;Leszynski Group&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;But some mates of mine asked me about it last night, and I &lt;a href="'http://www.google.com/search?hl=en&amp;amp;q="physics+illustrator"'"&gt;googled it&lt;/a&gt;... whoa boy!&amp;nbsp; I've never seen such love and praise written about any piece of code I've touched.&amp;nbsp; Here are some hints, along with a few PI downloads, worth perhaps a few extra hours of fun...&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.windojitsu.com/blog/physicsillustratorhints.html"&gt;http://www.windojitsu.com/blog/physicsillustratorhints.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=408286" width="1" height="1"&gt;</description></item><item><title>Snipping Tool Hints</title><link>http://weblogs.asp.net/savanness/archive/2005/04/30/405163.aspx</link><pubDate>Sat, 30 Apr 2005 17:19:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:405163</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=405163</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2005/04/30/405163.aspx#comments</comments><description>&lt;p&gt;Some usage and setup hints for v2.0 of &lt;a href="http://www.microsoft.com/experiencepack"&gt;Microsoft Snipping Tool&lt;/a&gt; for Tablet PC...&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.windojitsu.com/blog/snippingtoolhints.html"&gt;http://www.windojitsu.com/blog/snippingtoolhints.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=405163" width="1" height="1"&gt;</description></item><item><title>Avalon: March CTP bits now available</title><link>http://weblogs.asp.net/savanness/archive/2005/03/16/394970.aspx</link><pubDate>Thu, 17 Mar 2005 06:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:394970</guid><dc:creator>Shawn A. Van Ness</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/savanness/rsscomments.aspx?PostID=394970</wfw:commentRss><comments>http://weblogs.asp.net/savanness/archive/2005/03/16/394970.aspx#comments</comments><description>&lt;p&gt;The March CTP release of Avalon and Indigo is now available, to MSDN Subscribers...&amp;nbsp; link here:&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://msdn.microsoft.com/longhorn/"&gt;http://msdn.microsoft.com/longhorn/&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Hopefully it'll be available for wider download, real soon now.&lt;/p&gt; &lt;p&gt;This release is still a bit lacking on Tablet PC features...&amp;nbsp; the InkCanvas control is there, and all visual elements have support for stylus events -- the plumbing is in place -- but that's about it.&amp;nbsp; By the time of the next CTP / first Beta, we hope to be showing off a few more Tablet specific features!&amp;nbsp; (Else, I don't get paid.)&amp;nbsp; Stay tuned...&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=394970" width="1" height="1"&gt;</description></item></channel></rss>