blog.mozbox.org

To content | To menu | To search

Tag - dev

Entries feed

Wednesday 13 August 2008

Mozilla Add-ons Workshop in Paris, it's alive !

French version here.

I'm glad to announce that the Mozilla Add-ons Workshop in Paris is now open for subscriptions ! It will take place on Saturday September 20th. William talked a bit about this event. Our objective is to bring together French-speaking XUL developers, hackers, Web developers... to discuss about Mozilla technologies.

For more information about the MAOW, see here (in French):

For logistics, we need to know approximately how many people will attend, and which talks will bring a big attendance. So we ask people to register here (in French):

Thanks Mozilla Europe interns for this little PHP tool :)

Talks and workshops:

  • Your first extension
  • Your first XulRunner application
  • Javascript for grown-ups (JS 1.7/1.8, closure, jsm, ...)
  • FUEL
  • Mozilla build system (how to manage your XulRunner app and extension with it)
  • How to bind a C/C++ library in Mozilla (XPCom)
  • How to contribute to Mozilla
  • ... and some Lightning talks

If you're looking for more information, feel free to send me an email: paul dot rouget at gmail dot com.

Monday 28 May 2007

"Programming Firefox" O'Reilly

is in my hands:

programming Firefox

No hot stuffs (XPCom, np*, Gecko 1.9), but looks really interesting.

Wednesday 23 May 2007

Explication des classinfo après quelques bières :)

Mouarf ! Je retombe sur une video filmée un soir à Lyon avec l'équipe FrenchMozilla. Plein de courage, je partage ce grand moment de solitude avec vous. Bon, j'avoue, quelques bières m'avaient un peu déconnecté du monde réel :) Une pensé pour Cédric qui a su rester très stoïque :)


P.S: contrairement à ce que je laisse suggérer sur la video, les classinfo c'est pas du tout nouveau dans Mozilla, c'est juste qu'à l'époque je découvrais ^^

Thursday 10 May 2007

Vim as a XUL Widget

It's not my first experience about embedding Vim as a XML widget in Gecko, but I've just made some new stuff around the plugin. Now, It works like Scintilla, and I hope to be able to implement the same interface (IDLs) as Scintilla, but it sounds really difficult.

vimInXul.png

Monday 9 April 2007

Audio SVG widget in a Xul app

I've wrote for the Scenari Project (one of the greatest XulRunner based project in France) a SVG based audio widget.

Video:


Powerful :)

The XPCom component reading the wav file has been written by David (from libsndfile and portaudio).

- page 1 of 2