Firefox 3.6 Articles
-
JavaScript speedups in Firefox 3.6
This post was written by David Mandelin who works on Mozilla’s JavaScript team. Firefox 3.5 introduced TraceMonkey, our new JavaScript engine that traces loops and JIT compiles them to native (x86/ARM) code. Many JavaScript programs ran 3-4x faster in TraceMonkey compared to Firefox 3. (See Read more…
-
interactive file uploads with Drag and Drop, FileAPI and XMLHttpRequest
-
file drag and drop in Firefox 3.6
-
multiple file input in Firefox 3.6
Firefox 3.6 supports multiple file input. This new capability allows you to get several files as input at once, using standard technologies. This is a big improvement, since you used to be constrained to one file at a time, or needed to use a third Read more…
-
Firefox 3.6 FileAPI demo: reading EXIF data from a local JPEG file
-
W3C FileAPI in Firefox 3.6
Often, web applications will prompt the user to select a file, typically to upload to a server. Unless the web application makes use of a plugin, file selection occurs through an HTML input element, of the sort <input type="file"/>. Firefox 3.6 now supports much of Read more…
-
css backgrounds in Firefox 3.6
Firefox 3.6 allows you to do more with CSS backgrounds: you can use gradients, set a background size, and specify multiple backgrounds. Custom Background Size In Firefox 3.6, you can specify the size of a background image to scale it as a percentage of the Read more…
-
pointer-events for HTML in Firefox 3.6
css
-
building beautiful buttons with css gradients
-
css gradients in Firefox 3.6
- This is Page 2 of 3
- Previous
- Go to page 1
- You're on page 2
- Go to page 3
- Next