Posted on 24 January 2008 by Nate Dunlap
Check out Jossef’s post here http://blogs.msdn.com/jgoldb/archive/2008/01/23/vista-layered-windows-performance-hotfix-now-available-on-microsoft-download-center.aspx
This is great news as you used to have to jump through some hoops to get access to this hotfix… But now its just a couple clicks away…
We have used this in some of our projects that need non rectangular window support. The animation speed with and without this patch is a night and day difference.
Posted on 17 January 2008 by Nate Dunlap
Posted on 17 January 2008 by Nate Dunlap
http://windowsclient.net/wpf/starter-kits/sce.aspx
Pretty exciting news! Congrats to all involved..
In a nut shell it helps you develop rich web deployed, occasionally connected content experiences that leverage the Microsoft Sync platform.
Watch Samantha’s video intro video here…Its a great start.
Walkthrough- Syndicated Client Experiences Starter Kit
Posted on 04 January 2008 by Nate Dunlap
This is my dream of what Windows apps are supposed to be like… the words that come to my head are “fluid”, “tight”, “responsive”, and “appropriate”.
http://www.kaxaml.com
If there is one thing that gets on my nerves is when a platform that is intended to create rich experiences ships a simple app that look like it was hit with the ugly stick. How am I supposed to create beauty when its framed in something less than ideal.
No offense XAMLPad you are an awesome app and I use you all the time… But there is no excuse for you to ship to countless dev boxes via the Windows SDK with poor UI design… Practice what you preach…Beautiful rich experiences… (hope this doesn’t come across to harsh…its mostly meant to praise KAXAML.)
What is it that I like about KAXAML?
Maybe its the tight visuals on all the custom designed controls like button, slider, textbox, checkbox. Hmmm… somebody knows how to use SnapsToDevicePixels and avoid blurry 1pixel lines…
Maybe its super fluid animations in the custom expander/accordion control… These animations are smooth and provide an aesthetically pleasing feedback animation that proves that simple animations can amp the experience in priceless ways.
Maybe its the usefulness of the app.. XAML Scrubber…umm hello… Let the angels sing.
Maybe its the snippet library… With a built in snippet editor. Hey Robby, how about exposing these snippets in a sidebar gadget
? So I can create in KAXAML and have access to them for VS and Blend even when KAXAML isnt running.
Mostly I think its the proof of the power of what one man who is totally on his game can do to create beautiful, useful, deep, extensible yet simple experiences.
If one guy can create this…
Imagine what a team of people properly harnessed can create.
Windows experiences can be great and this proves that its not out of reach.
Posted on 04 January 2008 by Nate Dunlap
http://www.granthinkson.com/2007/11/08/announcing-pistachio-wpf-resource-visualizer/
I know I have blogged on this before… But im using this app right now and its saving me a load of work.
Let’s say you get a project handed to you that has a mess of unused resources… You arent familiar with the resources that are being used much less the ones that arent being used and you are absolutely confident that there is no code that will consume the resources at runtime…
Pistachio let’s you open a csproj file and it iterates through and tells you which resources are being used and which ones are not.
Even better… it tells you where the resources are being used when you click the twirly arrow next to it.
Screenshot determining IsUsed

Screenshot of resource usage
