Category Archives: z Silverlight Archives

Better Navigation

I was pretty happy with the threading navigation I had introduced…   Just to double check, I asked my buddy David Platt, author of the absolutely essential Why Software Sucks, to take a look. He was quite gentle in ripping … Continue reading

Posted in z Silverlight Archives | Comments Off on Better Navigation

We love to measure everything

I just received a note from a colleague about the “Twitter Influence Calculator.”  Not being able to resist, I immediately put in my name and out popped more statistics than you can shake a stick at… I chopped out the … Continue reading

Posted in z Silverlight Archives | Comments Off on We love to measure everything

And now for something completely different

I’m not sure it is useful,  but it is one of the more creative approaches to searching I’ve seen. Amaztype takes an entirely different approach to finding things on Amazon.  They start by presenting you with a sparse (beta?) window … Continue reading

Posted in z Silverlight Archives | Comments Off on And now for something completely different

More About the Layout System

I recently posted about the Silverlight Layout System (and now have posted videos on the subject here and here). But this can get quite confusing and a reader posted this question: You mention PreArrange() and it is called but you … Continue reading

Posted in z Silverlight Archives | Comments Off on More About the Layout System

Tech Ed Connect

Interesting social / community approach at tech ed. You fill out your community quick card (here’s mine): and you then fill in a quick survey of your interests and the types of folks (designer, developer, etc.) you are interested in … Continue reading

Posted in z Silverlight Archives | Comments Off on Tech Ed Connect

Carousel Video Posted – Parts 1 and 2

I’m very pleased to be able to announce that the videos Creating a Carousel Part 1 and Creating a Carousel Part 2 are now available.  These videos cover the material that is also discussed in my two part blog entry … Continue reading

Posted in z Silverlight Archives | Comments Off on Carousel Video Posted – Parts 1 and 2

Putting the Silverlight Layout System to Work

In my previous blog entry I described the fundamentals of the Silverlight Layout System (SLS). Today, I’d like to build a simplified version of the custom Carousel control that I create in greater detail in a forthcoming video, and examine … Continue reading

Posted in z Silverlight Archives | 3 Comments

The Layout Model

    I have finished a video, to be posted soon, on how to build a Carousel control. Along the way, I had the opportunity to explore the Silverlight Layout System (SLS) and will describe this fascinating corner of Silverlight … Continue reading

Posted in z Silverlight Archives | 1 Comment

Help! The Silverlight Toolkit Ate My PC!

Dear Jesse, "I loaded the Silverlight Toolkit from December 1988 on my CPM machine and it broke my Apple IIe in my vacation home in Maine. What should I do?" – Toolkit Lover. Dear Toolkit Lover, We have a dedicated … Continue reading

Posted in z Silverlight Archives | Tagged | Comments Off on Help! The Silverlight Toolkit Ate My PC!

Creating Extension Methods in VB

  I received a question about how to create extension methods in VB. It turns out that the key difference is that the extension must be defined in a Module and not in a class. Thus, building on the code … Continue reading

Posted in z Silverlight Archives | Comments Off on Creating Extension Methods in VB

Extension Methods Part 2 – Lambda Expressions in Linq

    In my previous entry on this topic I demonstrated how you can use Extension methods to add what appear to be new methods to existing classes. In this entry I will demonstrate how Extension methods enhance Linq by … Continue reading

Posted in z Silverlight Archives | Comments Off on Extension Methods Part 2 – Lambda Expressions in Linq

Background: Extension Methods, Silverlight & Linq

    A number of articles I’ve read recently have mentioned “Extension methods” in passing, yet it is difficult to find out what this is, if you don’t already know. A few searches, however, did turn up three good sources: … Continue reading

Posted in z Silverlight Archives | Comments Off on Background: Extension Methods, Silverlight & Linq