Twitter TwitFeed App
I've made a few improvements to the little Twitter app I built before I went on holiday. You can access it at https://mikeo.co.uk/demo/twitfeed/ if my hoster can manage to keep my ASP.NET apps running for more than a few hours at a time (rant on that later).
Changes:
- Now shows all search terms and highlights the current term
- Now supports hashtags as search terms
- Now scales as browser window size changes
- Should be a bit more stable (eg the "minValue cannot be greater than maxValue" bug should be resolved)
- You can no longer select items in the list of tweet terms
I'll do a couple of posts on the specifics of some of these items eg Viewbox (which I used for scaling) proved to be more tricky than I expected.
https://mikeo.co.uk/demo/twitfeed/
Technorati Tags: twitter,silverlight,viewbox
Comments
Anonymous
December 03, 2008
PingBack from http://blogs.msdn.com/mikeormond/archive/2008/12/04/twitter-twitfeed-app.aspxAnonymous
December 14, 2008
I wanted to display the list of search terms at the top of my Twitfeed Silverlight app (see below) and