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 http://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.