Main Contents

Cross-Domain Transport with Window.Name

July 28, 2008

In the fall of 2006 I was wrestling with VS debugging JavaScript in IE and Venkman in Firefox teasing out problems and holes in the cross-domain channel library we were building for Windows Live and the Windows Live Contacts Control.
One of the most aggrevating aspects of debugging cross-domain JavaScript is that JavaScript debuggers do not provide the same degree […]

Tags: , , , ,
Filed under: Web | Comments (1)

Cross-Browser Dynamic JavaScript Loading

July 23, 2008

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 the “Dependencies” section of the article, Stefanov describes using the onLoad or onReadyStateChange events of the dynamically generated script tag to receive notification […]

Tags: , ,
Filed under: Programming, Web | Comments (6)