“McGuffin”-Enabling Image Converter

February 22nd, 2008
Posted by granthnk in .NET, General, Podder, WPF, XAML

A couple of years ago Robby introduced me to the term “McGuffin”, via this post. In his explanation, he admits that he is probably stretching the original intention of the word, and since I’m now interpreting his interpretation, it may be safe to say that my usage of the term is now far from its original meaning. You be the judge.

If you’re reading this blog, you’re probably also reading Josh Smith’s blog, and you’re probably aware that I’m working on a new skin for Podder, his WPF podcast reader. Throughout the design process, I’ve had lots of different ideas running through my head - I really have a clean slate to play with here, and any of you who have designed an app or web site from scratch know how challenging that initial blank page can be. There are so many possibilities, so many directions you can take the layout; ultimately, you just have to go with something then tweak until you go crazy. It’s definitely a different process than designing something that works (visually) with an existing product line. There, you have an established aesthetic that drives the design.

So, as I go into the polish stage and really have a feel for the direction the layout is going, I’m looking at ways to make the application feel responsive, alive. One way I’m doing this is through my “McGuffin”-Enabling Image Converter. This converter is bound to an Image’s Source property and then returns an “averaged” Color - I take a random sampling of pixels then average their color values. The resulting color represents the generalized color of the image. In Podder, I’m using this converter to set the background image of the application to a color that works well with the image of the selected podcast, so as the selection changes, the color of the application changes to match, and the plot advances (my McGuffin).

I’ve added this converter to the Infragistic ToyBox assembly that I started a while back (and haven’t actively added to in a while). Download the sample project to see the converter in action. (Note: it currently only works with local images, not images whose source points to a web address).

Infragistics Artwork Updates

February 19th, 2008
Posted by granthnk in .NET, General

Infragistics Icons

With the release of NetAdvantage for .NET 2008.1, we’ve also rolled out an update to the infragistics.com home page. Front and center on the home page you will see our updated product icons. These icons served as a starting point for artwork updates throughout the site and product, from updated box shots to control landing pages. We actually introduced site-wide artwork updates with the WPF 2007.2 release in January, I just didn’t get a chance to call out the changes. The icons were very much a team effort within the Visual Design Group, with everyone contributing in some way. I feel like we’ve done a good job of abstracting the target platforms into representative icons. We actually spent more time fine-tuning the final colors than we had to spend creating the illustrations. You hit the limit on the hue spectrum pretty quickly when you’re trying to create unique colors for a large number of products.

The updates on the sub-pages are subtle, a face-lift really. If you’re a frequent visitor to the site, you probably won’t be able to identify the changes, you’ll just feel the difference. The control pages, like the xamRibbon page, have all been updated with new background and menu treatments. We had received a few comments from site visitors saying they couldn’t find certain pages, even though they were available directly on the side nav. So, we updated the treatment of the menu items on the side nav, left aligning each item and adding separators. With the changes, the left nav should look more like a menu and not fade away into the periphery.

The updated icons and background treatments can also be seen throughout the product, from installation screens to about dialogs. I think it’s a nice, fresh start for the 2008 releases.

Announcing Pistachio - “WPF Resource Visualizer”

November 8th, 2007
Posted by granthnk in .NET, General, WPF, XAML

Pistachio - WPF Resource VisualizerI’m excited to be posting an early build of Pistachio for the WPF Community to get their hands on and try out. Pistachio is a utility I created with fellow Infragistics VDGer Tim Hussey. It’s pretty simple really, you just open a .csproj file with Pistachio and it identifies all resources defined within the project, then shows you which of those resources are used and where they’re used. It’s now a part of our project cycle - we use it to identify all stray resources and clean up our projects. It’s also great for getting a big picture understanding of your current resource structure.

We have plenty of ideas for making the overall experience better, but I’d love to get some feedback anyway. I’m currently using a xamCarouselListBox at the top of the window to display resource dictionaries. In mockups this approaches looks clean and nice, but in practice it doesn’t really cut it. Most of our resource paths are actually longer than the template for each item provides, so we start to see text colliding. I’m planning on moving the resource list to the left side of the page and possibly presenting it in a tree or vertical tab format. I want to reinforce the relationship between the active resource page and the grid of resources. Later posts will also incorporate usage visualizations courtesy of our new xamChart.

 So — download Pistachio and take it for a spin! Let me know if you love it or hate it (or if it doesn’t work for you).

Project Tangerine

September 10th, 2007
Posted by granthnk in .NET, General, Styling, WPF, XAML

Infragistics TangerineWhat is “Tangerine” you ask? Tangerine is a WPF “Exemplar” produced by the Infragistics User Experience Group (UxG) and Visual Design Group (VDG). An Exemplar is the term we use for a reference application. (Click the exemplar link to learn a little more about the terminology.) Instead of re-inventing the wheel here, I’m just going to paste in the description from our community site:
Tangerine v1.0 is a WPF-based asset browser application. It has a pluggable architecture so that you can provide any number of different back-end asset providers while reusing the same snazzy UI that’s based on Infragistics NetAdvantage for WPF toolset. In our first release, we have supplied an Amazon Web Services’ E-Commerce Service provider so that you can use the application to browse and search the Amazon.com catalogue. You can use the links below to both run the application (via ClickOnce deployment) now or download the solution and papers.

This application covers a huge range of techniques and technologies and is great way to increase your knowledge of WPF. We’ve used the xamCarouselListBox throughout the application in several different ways — hopefully this will inspire some additional creative uses of the control.

Silverlight 1.0 Book Coming Soon

September 10th, 2007
Posted by granthnk in .NET, General, WPF, XAML

Silverlight 1.0 Book CoverI’ve had the good fortune to work on Microsoft Silverlight 1.0, published by Wrox, with a great group of colleagues at Infragistics. We churned this thing out in record time, staying up late, losing sleep, and sacrificing weekends — all while going to our real jobs during the day. For any of you who have written or contributed to a book like this, I’m sure you understand completely. But, the satisfaction that comes at the end of a project like this is totally worth it, and did I mention the book is in FULL COLOR! I’m really excited to see the printed version when it hits store shelves in a few weeks.
For now, you can get more info at the Wrox web site, or pre-order via the Amazon.com listing.

« Previous PageNext Page »