Slashdot Mirror


User: Kion

Kion's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. First learn XPCOM on A Good Resource for Learning XUL & Javascript? · · Score: 1

    First you must understand how components work in mozilla. I read the book "Creating XPCOM Components" from the mozilla site. I found it a great resource. It explains the mozilla architecture, how to create extensions, install and deploy them, and interact with other components in mozilla. I think it is a great starting point. You must have some C++ knowledge to understand it.