Browse by Tags

  • Twitterlight to Silverlight 2.0 Beta 1

    Ok ok, I've bitten the bullet and upgraded the Twitterlight Silverlight Twitter client to Silverlight 2.0 Beta 1. The Coding4Fun article has been updated with the latest source. The client is live at twitterlight.com . The major updates involved changing how some of the synchronous web service calls...
  • Twitterlight: Silverlight 2.0 (Alpha) Twitter Mashup

    The Twitterlight Coding4Fun article has been published . I've added some updates, including url link support. Check it out! All the source code is available, just make sure you add in references to the C1.Silverlight.dll. Enjoy. - steve ===========================================================...
  • Stumbling Through: LINQ

    Technorati Tags: LINQ , Visual Studio , C# At the very beginning of my blogging days, I mentioned 'LINQ' as a technology that I was very interested in Stumbling Through... then I never mentioned it again. Well, never fear all you 'Stumbling Through' fans (yes, both of you), I haven't forgotten this interesting...
    Posted to Stumbling Through (Weblog) by tbyrne on 11-16-2007
  • Stumbling Through: WPF (Databinding Part V)

    So I thought about another scenario that I'd like to prove out using databinding in WPF:  Lets create a databound combobox that displays a dropdown list of all possible states, selecting the state of the currently selected address.  That was a long-winded way of saying:  'I want to choose...
    Posted to Stumbling Through (Weblog) by tbyrne on 11-08-2007
  • Stumbling Through: WPF (Databinding Part III)

    Our project now has a listbox bound to the full name of a collection of people, and textboxes that allow the user to update the first or last name of the selected person and have that change reflected in the listbox.  What I'd like to add now is a way to prevent the user from clearing out the first...
    Posted to Stumbling Through (Weblog) by tbyrne on 11-07-2007
  • Stumbling Through: WPF (Databinding Part II)

    We left off previously with a listbox bound to a custom collection of People, showing their first name in the list. What I want to do now is drop two textboxes onto the window that display the first and last name of the person selected in the listbox. If the user manipulates the first name in the text...
    Posted to Stumbling Through (Weblog) by tbyrne on 11-06-2007
  • Stumbling Through: WPF (Databinding Part I)

    I have a love-hate relationship with databinding. I believe it was first introduced to me very early in my career, either in some incarnation of Visual Basic (4, perhaps?) or in the language of choice for my first job out of college: Centura Team Builder (kudos to anyone who has ever heard of that language...
    Posted to Stumbling Through (Weblog) by tbyrne on 11-05-2007
  • Stumbling Through: WPF (Style Part II)

    We left off with a HotTrackListBox.xaml file, but never made a place to put it. Since the purpose of this exercise is to create a library of style, a term I should trademark, our first order of business is to create a Visual Studio project to house this file. Let's open up our Stumbling Through solution...
    Posted to Stumbling Through (Weblog) by tbyrne on 11-02-2007
  • Stumbling Through: WPF (Style Part I)

    The second series of Stumbling Through WPF is going to focus on something that should be very familiar to any web developer, but has long been missing in windows development (in an integrated fashion): Style. Style in WPF has been implemented similarly to CSS for web development, though one could make...
    Posted to Stumbling Through (Weblog) by tbyrne on 10-31-2007
  • Stumbling Through: WPF (Transparency Part IV)

    Finally, we are on the last leg of our transparency journey: Making the selector transparent. The way to do this is a little confusing, as we need to create a custom ‘SolidColorBrush’ (with a color of Transparent) and apply it to the listbox’s HighlightBrushKey as a resource. Thankfully, listboxes can...
    Posted to Stumbling Through (Weblog) by tbyrne on 10-30-2007
Page 1 of 2 (18 items) 1 2 Next >
© 2005-2008 Clarity Consulting
Powered by Community Server (Commercial Edition), by Telligent Systems