SEO Toolkit Released
13 January 10 12:53 PM | henryh | 0 Comments   

We just released a very cool *FREE* tool - the SEO Toolkit - that lets you optimize your IIS-based website for search engine optimization (SEO.)  If you're interested in making your website more relevant and making sure you're doing what you can to attract users, you should check it out.  The introduction video tells you all about it and you can install directly from http://www.microsoft.com/web/spotlight/seo/?appid=10990002.

MIX09 - The Gratuitous Graphics Demo
20 March 09 12:43 PM | henryh | 11 Comments   

It hasn't been nearly as long as I thought but it's certainly been a while since I've posted.  I helped out with one of the MIX09 keynote demos - the Silverlight 3 "Gratuitous Graphics" demo.  Instead of keeping it tied up on my machine, I thought I'd share it:)

 

Try it here! (click “Open” if prompted)

I'm fixing a problem with the linked source; for now, you'll need to download and build the project (see link below.)

 

The Demo

Some of you may recall a very similar demo from MIX08 done with WPF.  When the internal builds of SL3 included the new Perspective 3D feature as well as custom pixel shader support, I thought, "I wonder how hard it would be to replicate the WPF demo?"  Turns out it wasn't very hard.

 

While visually they're very similar, the mechanism for creating the 3D look is different.  WPF uses a 3D model and 3D rendering.  In SL3, it's a perspective transform exposed as the Projection property on UIElement.  It's of type ProjectionPlane which allows you to apply a perspective transform by specifying rotations about the X, Y and Z axes.

 

·         SL3 Projection Property

o   The 3D effect was created with UIElement.Projection property.

 

·         Custom Effects

o   I used the ones for WPF found on codeplex.  These are written in HLSL (looks very similar to C.)  I added some custom properties to these exposed on the defined Effects classes (e.g. I created the “ColorKey” property on the ColorKeyAlphaEffect so that you can dynamically pick which color to key from.)  If you’re going to edit or create any of your own effects, you’ll need the Microsoft DirectX SDK to compile the shaders.

 

·         Custom Physics Model

o   I built a very simple physics model to create the bounce effect.  I could have used the animation easing functions but I geeked out and used some long lost stuff I learned in college.)

 

·         DataGrid & Validation

o   Aside from video and images, the demo shows how you can apply the bouncy effect to standard controls.  Inside the DataGrid, I took advantage of some of the new validation support in SL (try entering a 3 or more letters for the State and press “tab”.)

 

Net, you get something that looks like the following (RippleEffect applied):

 

 

 

And for pure gratuitousness, double-click on the top 5-10% of the top edge of the floating frame; you should get a nice little flip:

 

 

 

Otherwise, I’ve zipped up the entire solution (after doing some simplification) and made it available for download.  If you have any questions about the code, let me knowJ

 

Download here:

 

Thanks

 

Henry

You, too, can own a new PDC USB Hard Drive
25 September 08 10:17 AM | henryh | 1 Comments   

Traditionally, when you first get to the PDC and stop by the registration desk, you get a bag of all kinds of goodies, including a handful of CD's or DVD's that might contain relevant bits for attendees.  This year, we're handing out the bits on a 160GB USB hard drive!

Since I'm helping organize the PDC this year, I just got to check it out (I'm actually writing this as I'm sitting in one of the many weekly PDC meetings that I attend) - they are HOT!  Not only are the drives themselves sweet - PDC-branded, black, sleek - we hope that a single, USB drive for your bits will be more convenient than a handful of DVD's.  Plus, you get to re-use it:)  Get a peek at it in this Channel 9 video.

So, how do you get one of these?  Register and attend the PDC - you've still got time!!

Save $200! PDC Early Bird Discounts End on Aug 15
12 August 08 11:28 AM | henryh | 1 Comments   

Just a quick cross-reference: If you register before Aug 15 for the PDC you'll receive $200 off.  Register here.

Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1
11 August 08 02:03 PM | henryh | 1 Comments   

Visual Studio and .NET Developers, along with their customers, got a nice treat today with the release of VS 2008 SP1 and .NET 3.5 SP1!  You can get the laundry list of features and download it here but there's some work that I'm particularly excited about. 

.NET 3.5 SP1 includes some excellent improvements in cold startup for WPF applications.  These aren't just 3-5% improvements; these are 20, 30 and even 40%+ improvements!  The best part is that applications don't need to do anything to get the benefit in most cases!  Imagine, one day your application just got significantly faster to start!

The second improvement I'm very excited about is the .NET 3.5 SP1 Client Profile.  Basically, this is a subset of .NET 3.5 SP1 targeted at those building client applications.  It weighs in at around 26.5 MB, a nearly 86% reduction from the 197 MB of the entire Framework.  Additionally, it allows for a customized install experience of the Framework!  The sum is dramatically improved install experiences for Windows applications built using .NET!

 

PDC08
23 July 08 11:29 AM | henryh | 1 Comments   
I've participated in several PDC's in the past, mostly as a speaker, but this year I'm helping to do some of the organization.  Recently, I've been in a lot of meetings with Mike Swanson, a Technical Evangelist here at Microsoft.  Mike is one of the key ring leaders in producing the PDC content.  If you were ever interested in how the PDC gets pulled off and some of the thinking that goes into it, check out this video featuring Mike and colleague Jennifer Ritzinger.
Filed under:
PDC 2008!
06 December 07 10:17 AM | henryh | 1 Comments   

Save the date!

http://msdn.microsoft.com/pdc.

Yahoo releases Yahoo! Messenger for Vista
06 December 07 08:53 AM | henryh | 1 Comments   

Yahoo just released their Yahoo! Messenger for Vista.  I haven't yet installed it but I do know that's its based on WPF.  Check out some of the blog postings about it, below.

http://eric.burke.name/dotnetmania/2007/12/06/0.05.32

http://blogs.msdn.com/tims/archive/2007/12/06/great-wpf-applications-16-yahoo-messenger-for-windows-vista.aspx

http://blogs.zdnet.com/Stewart/?p=661

http://www.ymessengerblog.com/blog/2007/12/05/yahoo-messenger-for-vista-preview-release-available/

NET FX 3.5 B2 Released! What's new in WPF?
01 August 07 12:32 PM | henryh | 2 Comments   

Get it here!  The WPF team is very excited about this release because we've been able to follow-up on a handful of issues we heard from you so soon after the release of our V1 in NET FX 3.0.  Below, you'd find a quick summary of some of the work that you'll see in NET FX 3.5 B2 related to WPF in addition to general bug fixing; it's not all inclusive but it represents a pretty good chunk.

  • UIElement3D, a 3D element which supports UIElement-type of platform behavior including layout, databinding, and input.
  • Indic Script support in 14 different languages!
  • IDataErrorInfo support
  • Smoother Animations
  • Handful of performance fixes across the platform
  • More granular debugging spew control in databindings
  • Firefox Plug-in for XBAP's/ClickOnce apps
  • File extension support for ClickOnce applications. 
  • RichTextBox extensibility allows greater control of non-text content for allowing interactive, embedded elements like hyperlinks. 
  • Several IME fixes
  • TextSelection exposed on DocumentViewer FlowDocumentReader, FlowDocumentScollViewer & SinglePageViewer*.
  • WPF Support for the CLR AddIn model
  • And more!

*Correction on 10/23/07

.Net Framework Security Update Performance Issues
13 July 07 01:16 PM | henryh | 0 Comments   

Rob Eisenberg recently posted that he was experiencing performance issues related to recent Windows auto updates that he received.  The issue was caused by a .NET Framework security update on 7/10.

From the information I have it appears that a significant number of assemblies are being ngen'd after reboot.  The NGEN'ing itself can use a significant number of CPU cycles but if you happen to be running .NET applications before the NGEN'ing completes you'll likely see the results of JIT'ing as well.  The overall experience can be very poor performance.  Once NGEN'ing is complete, though, the problem shouldn't continue.  The right people are looking into the issue now; if/when I've got new info I'll post.

Loading a ComboBox with "Many" Items is Slow
15 June 07 09:27 AM | henryh | 0 Comments   

In the WPF ListBox and ListView, some form of virtualization takes place.  The consequence is that loading (either app or the control itself) is faster since less work is done at the get go; additionally, it can help keep working set down.  We didn't do this for ComboBox (I don't have all the background; we're discussing that right now.)  While we try to figure out if this is something we can fix for the Orcas release, there's a relatively easy fix - you can switch to using the VirtualizingStackPanel yourself.  You need to set the ItemsPanel property; see the following:

<ComboBox>

<ComboBox.ItemsPanel>
  <ItemsPanelTemplate>
    <VirtualizingStackPanel />
  </ItemsPanelTemplate>
</ComboBox.ItemsPanel>


</ComboBox>

 

WPFPerf now available outside of the WPF SDK
05 June 07 01:22 PM | henryh | 1 Comments   

The WPF performance tool WPFPerf is now available as a stand-alone download.  Check it out:  x86 and x64!

WPF Performance Whitepaper
30 October 06 01:00 PM | henryh | 0 Comments   
Kiran has posted the latest and greatest version of his WPF Performance Whitepaper here.  Check it out!
Tim Cahill on Optimizing 3D collections in WPF
07 September 06 05:05 PM | henryh | 0 Comments   

Tim Cahill, a developer on the WPF Performance Team, posted a great article on optimizing 3D collections in WPF.  Check it out!

.NET 3.0 RC has shipped!
05 September 06 02:06 PM | henryh | 0 Comments   
Check it out: http://www.microsoft.com/downloads/details.aspx?FamilyId=19E21845-F5E3-4387-95FF-66788825C1AF&displaylang=en
More Posts Next page »

Search

This Blog

Tags

Syndication

Page view tracker