Capture API

I am looking forward Capture API to become part of Firefox soon. It’s really cool if I have the opportunity to capture my camera and my microphone. function success(data) { var container = document.createElement(“div”); document.body.appendChild(container); for (var i in data) { var img = document.createElement(“img”); img.src = data[i].uri; container.appendChild(img); } } function error(err) { alert(err.message … Read more

Create a class-based library in #JetPack (addon SDK)

I just commit to GitHub a class based library called JPersona.. You can get the background color and text color of the active persona your Firefox is wearing and to do whatever you want. This example shows : 0. How to import LightweightThemeManager – the one responsible for handling Personas. 1. How to write class-based … Read more

Are you from Australia? Love Mozilla? Join Us!

If you are from Australia and if you are interested in Mozilla, please join our new mailing list – community-australia. If you are passionate about freedom, openness, localization, marketing, hacking, Firefox, Thunderbird, design, UI or anything other connected to the Mozilla project you are more than welcome. Chat If you have spare time, come and … Read more