Feb
21
2009
So, Tim Heuer (Silverlight Program Manager at Microsoft) posted on his blog that he’d give away free tickets to the upcoming MIX09 conference in Vegas for winners of three contests. One of these was “data visualization” using Silverlight. The requirement was to take some publicly available data and display it visually in a creative way. [...]
2 comments | tags: .Net, c#, Silverlight, xaml | posted in Silverlight, Software Development
Jan
6
2009
This is part 6 of 6 of WPF Tutorial - A Simple Twitter Client. These tutorials are meant to highlight some of the core features of WPF while building a simple desktop client for displaying your Twitter “friends timeline”.
In Part 5 we took our basic layout, wired it up to some events, and bound [...]
4 comments | posted in Software Development
Dec
9
2008
This is part 5 of 6 of WPF Tutorial - A Simple Twitter Client. These tutorials are meant to highlight some of the core features of WPF while building a simple desktop client for displaying your Twitter “friends timeline”.
In Part 4 we set up our “hidden” preferences panel so the user can enter their [...]
3 comments | tags: .Net, c#, twitter, Windows, wpf, xaml | posted in Software Development
Nov
12
2008
This is part 4 of 6 of WPF Tutorial - A Simple Twitter Client. These tutorials are meant to highlight some of the core features of WPF while building a simple desktop client for displaying your Twitter “friends timeline”.
In Part 3 we started to flush out our UI while keeping our code clean and [...]
1 comment | tags: .Net, c#, Windows, wpf, xaml | posted in Software Development
Nov
6
2008
This is part 3 of 6 of WPF Tutorial - A Simple Twitter Client. These tutorials are meant to highlight some of the core features of WPF while building a simple desktop client for displaying your Twitter “friends timeline”.
Let’s take a look at what we have so far. We have done nothing more than [...]
no comments | tags: .Net, c#, Windows, wpf, xaml | posted in Software Development
Oct
31
2008
This is a simple example of how to trigger animations in WPF and Silverlight from C# instead of declaratively doing it in XAML.
Click anywhere in the box below to see the animation. A circle appears wherever you click the mouse, and it simulataneously grows and fades out. I do this by animating the [...]
no comments | tags: .Net, c#, Silverlight, wpf, xaml | posted in Silverlight
Oct
29
2008
This is part 2 of 6 of WPF Tutorial - A Simple Twitter Client. These tutorials are meant to highlight some of the core features of WPF while building a simple desktop client for displaying your Twitter “friends timeline”.
With our setup out of the way, we can start to look at the Window1.xaml file [...]
1 comment | tags: .Net, c#, Windows, wpf, xaml | posted in Software Development
Oct
29
2008
This is part 1 of 6 of WPF Tutorial - A Simple Twitter Client. These tutorials are meant to highlight some of the core features of WPF while building a simple desktop client for displaying your Twitter “friends timeline”.
Okay…we don’t really need to talk much about setting up a WPF application right? Open VS2008, create [...]
no comments | tags: c#, wpf, xaml | posted in Software Development
Oct
29
2008
This tutorial will be broken down into several different parts to serve as a reference highlighting various features of WPF and C# programming. I started this example just to play around with some simple animations and to figure out how to trigger the animation of one element from an event fired on another using only [...]
8 comments | tags: c#, Windows, wpf, xaml | posted in WPF
Oct
11
2008
In part 1 of this post I provided the link and a few words for installing the SDK and setting up a basic Android project in Eclipse, so if you need to refer back to that, click here.
All of the source files for this application are also available here:
HelloWeb.zip
The whole reason I decided to post [...]
10 comments | tags: Android, Google, Java, Mobile, xml | posted in Android