Cross-Browser Dynamic JavaScript Loading
Stoyan Stefanov writes about Non-Blocking JavaScript Downloads on the Yahoo User Interface Blog. Good content all around, but I’d like to add a note on an item he somewhat casually skimmed over. In...
View ArticleLive Framework Webcast Monday December 8, 2008
The Live Services team will be hosting a live webcast to discuss and demo Live Frameworks development topics next Monday December 8, 2008 from 8am to 10am PST (12am – 2am GMT). This will be a great...
View ArticleConverting Between EventHandler and EventHandler
Have you ever run into a situation where you need to bridge between code that uses the old custom EventHandler pattern for events and code that wants to use the new parameterized EventHandler<>...
View ArticleSoftware as Literature
If software programming logic and statements were viewed as literature, what form of literature would yours be? Novel: multiple independent story lines that you hope will eventually converge to make a...
View ArticleCalculating Browser Client Height
When you’re writing a rich Internet application (RIA) in HTML and JavaScript, sometimes you need to programatically place a DOM element relative to the right or bottom edge of the visible browser...
View Article