Premier contact
by admin on nov.30, 2009, under Non classé
Premier contact avec David Humphrey.
David, nous a demandé à Raphael et à moi de nous consacrer dans un premier à l’étude concernant la librairie
processing.js. Ce que l’on peut trouver la(documentation), la(documentation XML element), et la(download de la librairie).
Un extrait du mail :
What you would need to do is add XMLElement, and all its member functions, to the Processing.js code, which would involve wrapping DOM/JS XML calls so they match the syntax that Processing uses.
I think this is a good first bug, as it will allow you to do all of the following:
1) Get on irc.mozilla.org and into the #processing.js channel to meet people, find a place to ask questions
2) Download the Processing.js code locally using git, see http://annasob.wordpress.com/2009/10/05/setting-up-gitgithub-on-windows
3) Look at how the Processing.js code works.
4) Learn more about JavaScript, the DOM, XML
5) Get accounts on Lighthouse (the Processing.js bugtracker) – http://processing-js.lighthouseapp.com/projects/41284-processingjs/overview
6) Create a ticket for the XMLElement enhancement
7) Learn about making a branch of the code, pushing your changes there, getting review, etc.