Firefox 8 Articles
-
HTML5 context menus in Firefox (Screencast and Code)
-
Mozilla Hacks Weekly, November 10th 2011
We do like reading in Mozilla’s Developer Engagement Team – here are our latest recommendations for Read more…
-
insertAdjacentHTML() Enables Faster HTML Snippet Injection
The following is a guest post by Henri Sivonen: In Firefox 8, we’ve added support for insertAdjacentHTML(). It’s an ancient feature of Internet Explorer that has recently been formalized in HTML5 and then spun out into the DOM Parsing specification. The bad news is that Read more…
-
Using CORS to load WebGL textures from cross-domain images
In Firefox, as well as in Chrome, it is now possible to load cross-domain images into WebGL textures, if they have been approved by CORS. Most prominently, this feature allows for impressive 3D mapping applications such as Google MapsGL and Nokia Maps 3D. What happened Read more…