Mozilla
Tuesday, August 18th, 2009
Category: Browsers
, CSS
, Mozilla
Firefox 3.6 alpha releases have already arrived and there are already cool new features on the heals of the 3.5 release, as well as rapid speed improvements. People have focused on the new CSS improvements (Acid3 now gets 94/100) such as the tweaked CSS gradient support: PLAIN TEXT CSS: .heading { background: #729FCF Read the rest...
Wednesday, July 22nd, 2009
Category: JavaScript
, Mozilla
The Jetpack project is still a young 'un from Mozilla Labs (disclaimer: I work for labs!) but they are moving swiftly indeed, and each new release has a wicked cool new API that let's you do something you couldn't easily do before. With the Jetpack 0.4 release we see two cool APIs: Audio Recording API Read the rest...
Tuesday, July 7th, 2009
Category: Canvas
, Mozilla
, Utility
Over at the Mozilla Labs blog, we just launched an "Open Web Tools Directory". Running Ajaxian for the past few years, we've discussed a legion of developer tools of all shapes and sizes, but there are so many we've quickly lost track of all that's available. With the Tools Directory, we hope to provide a Read the rest...
Friday, June 12th, 2009
Category: Mozilla
On the back of the first Jetpack announcement, we see new version announced, 0.2 that adds slidebars, jetpack.future, and persistent storage. Slidebar isn't a spelling mistake, but a slightly different take on the traditional sidebar. Check out Aza in his screencast to see them in action, and wait for the part where he sucks in Read the rest...
Friday, April 17th, 2009
Category: Debugging
, Firefox
, Mozilla
Kevin Decker has released FireDiff a very cool Firebug extension that tracks changes to the page and CSS. Firediff implements a change monitor that records all of the changes made by firebug and the application itself to CSS and the DOM. This provides insight into the functionality of the application as well as provide a Read the rest...
Wednesday, March 25th, 2009
Category: Canvas
, Mozilla
There have been a few posts on the news that "in response to a proposal from Mozilla, Khronos has created an ‘Accelerated 3D on Web’ working group that Mozilla has offered to chair." Chris Blizzard (Director of Evangelism for Mozilla, and top chap) has some really good comments: We’ve started to see more and more Read the rest...
Friday, February 27th, 2009
Category: Java
, JavaScript
, Mozilla
Sometimes you find leftovers of old technology in browsers that blow your mind. One of these "ghost in the machine" problems exists in Firefox: if you use window.sun or function sun() in JavaScript you effectively start the Java VM. There are a few "magic" properties on Mozilla's DOMWindow interface for supporting LiveConnect that will initialize Read the rest...
Thursday, February 12th, 2009
Category: Canvas
, JavaScript
, Mozilla
, Showcase
, Utility
Ben and I are excited to be releasing the first concept out of the Mozilla Developer Lab. As you know, we are big believers in the Open Web. Chris Wilson mentioned that many people are still building Web applications on top of browser technology from yester year. What if we built on more leading edge Read the rest...
Friday, February 6th, 2009
Category: Firefox
, HTML
, Mozilla
, Standards
Michael Ventnor posted about his implementation of the indeterminate state that is specified in HTML5 for checkboxes and radio buttons: If you do any web development, chances are you know checkboxes and radio buttons can have two states: checked and unchecked. But in the case of checkboxes, you may want to indicate to the user Read the rest...
Friday, December 5th, 2008
Category: Examples
, Framework
, Mozilla
Mozilla is big on tinkering--making things your own. They recently released a marketplace for their community to upload its own shirt designs. But because they based it on the Ajax-heavy Zazzle platform, consumers can customize the shirts in a variety of ways. We thought this made for a good opportunity to take a closer look Read the rest...
Tuesday, October 14th, 2008
Category: Firefox
, Mozilla
John Resig put together a nice usage of MozAfterPaint, the new Firefox event that will call back letting you know when a repaint operation has happened: The event object contains two properties: .clientRects and .boundingClientRect, both of which refer to the result of the associated DOM methods. In a nutshell, boundingClientRect gives you a single Read the rest...
Monday, October 13th, 2008
Category: Ajaxian.com Announcements
, Announcements
, Mozilla
Today, we are really excited to be able to announce a big personal change. Ben and I are joining forces, full time, for the first time. What are we doing? We are joining Mozilla to create a new group with the charter to create developer tools for the Open Web. Mozilla is placing a big Read the rest...
Tuesday, October 7th, 2008
Category: Mozilla
When I posted about using navigator.geolocation now the only support that I had was via Gears and the ClientLocation API. I wrote the shim to try to get you the W3C API no matter what, and today we have the first implementation in a browser, via Geode. Geode is the latest project in Mozilla Labs Read the rest...
Thursday, September 25th, 2008
Category: Browsers
, Component
, Firefox
, HTML
, Mozilla
There are a substantial number of iPhone apps that tie into the builtin native components such as the camera. Brad Lassey has been hacking on Fennec (the Mozilla mobile browser) as well as Firefox itself to integrate with camera phones and Webcams alike: I wrapped a video tag, image and a few buttons in xbl Read the rest...