Matthias Shapiro
How To Create a Flexible Striped Gradient In Silverlight and WPF
Thanks to Joe McBride and Jason Alderman, who discovered this technique in some of Microsoft’s theme packs. I’m trying something a little new… I’m going to post all future Silverlight… Read More »How To Create a Flexible Striped Gradient In Silverlight and WPF
Silverlight Visualization of MIX10 Open Call Sessions
I was digging through all the sessions submitted for the MIX10 Open Call last week and I decided that there had to be a better way to browse through the… Read More »Silverlight Visualization of MIX10 Open Call Sessions
Information Visualization and CNN
Sorry for my prolonged absence. My world has been taken over somewhat due to my recent moonlighting as an information visualization guy. Take note that I’m not by any means… Read More »Information Visualization and CNN
Info Vis, Snapping Behaviors, Illustrator Guidance and Custom Control Stuff
I’ve been a busy blogger over at Veracity Blogs the last couple weeks. Here’s a list of my new posts: Florida Crime Rate Visualization – My attempts to use Silverlight… Read More »Info Vis, Snapping Behaviors, Illustrator Guidance and Custom Control Stuff
WPF, Silverlight and Design Links for 09/08/09
I finally cleaned out my Google Reader list and picked out the stuff I like. Carsonified » 5 Advanced Photoshop Techniques for Web Designers Carsonified » Advanced Photoshop Techniques for… Read More »WPF, Silverlight and Design Links for 09/08/09
New Silverlight Posts at Veracity Blogs
I’ve started a series of posts on Silverlight and other topics over at the Veracity Solutions Blog. Veracity Solutions is the software consulting firm where I work and we’ve decided… Read More »New Silverlight Posts at Veracity Blogs
How To Create An Animated ScrollViewer (or ListBox) in WPF
UPDATED 05/22/09 In the comments, someone mentioned that the project wasn’t working properly for keyed scrolling. I’ve updated the project with: Key scrolling (left, right, up, down, page up, page… Read More »How To Create An Animated ScrollViewer (or ListBox) in WPF
Bookmarks for May 6th
These are my links for May 6th: AutoScroller For Silverlight 2 ScrollViewer – Working on my own scrolling issues… there seem to be alot of them, but the more I… Read More »Bookmarks for May 6th
INotifyPropertyChanged Snippets (And Why You Should Use These Instead of DependencyProperties)
First things first, here are my INotifyPropertyChanged snippets. INotifyPropertyChanged snippet (PropertyChangedEventHandler and RaisePropertyChanged method) INotifyPropertyChanged Property snippet Just download them into your "Visual Studio 2008CodeSnippetsVisual C#My CodeSnippets" folder and they… Read More »INotifyPropertyChanged Snippets (And Why You Should Use These Instead of DependencyProperties)