Erik Vold’s Jetpack Pro Tips
Erik Vold is a developer of the Add-on SDK and occasionally shares some tips for extension developers on his blog in his Jetpack Pro Tip series of articles.
Erik Vold is a developer of the Add-on SDK and occasionally shares some tips for extension developers on his blog in his Jetpack Pro Tip series of articles.
Developing an extension that runs just in one browser is already an endeavour. If you for some reason have to create an extension that works with multiple browsers the horror gets real. Thanks to frameworks like BabelExt it might just be a lot easier. BabelExt is a framework, that allows you to write code from …
As I know the Add-on SDK quite well, I decided to teach the basics of it to my local Mozilla community. Of course, the presentation does not contain everything I said, so don't expect to understand everything. I do have some notes in my .ODP file, which you can download directly from here. No guarantee …
Continue reading "Introduction Talk to Mozilla’s Add-on SDK"
Yesterday Australis was released to the public with Firefox 29. Australis introduces panelview elements which are used for all the default buttons with panels. The difference between a panelview and a panel essentially are, that the panelview will open as a subview when its anchor (read: button) is in the menupanel. Mozilla's Add-on SDK doesn't …
Continue reading "Announcing the PanelView Add-on SDK Module"