Gnu day all,
Here is the latest draft :
http://files.myopera.com/Akeson_Chihiro/files/specifications.zip
New Tree :
css/base.css
css/print.css
img/
js/jquery.core.pack.js
js/jquery.const.js
js/jquery.lucuma.js
favicon.ico
index.html
Resume from wednesday meeting with Yannick & Rod :
* jquery.core.pack.js
jQuery library packed version. The version number should not be set as
the filename
* jquery.const.js -> primary shared constants / variables to use.
Ex:
var foo = ids.container;
if (foo) { jQuery(foo).show(); }
(=> jQuery("#container).show() should not be used !)
Please set global or local variables. Cf beta framework :
http://offres.neuf.fr/common/js/global.js function loadPlugins
http://offres.neuf.fr/common/js/jquery.const.pack.js
* js/jquery.lucuma.js
Default framework to develop.
I first suggested to switch to png-hack instead of the classic dirty
script :
http://code.google.com/p/png-hack/
Let meet us on IRC next week
Cheers,
Peter
--
Pierre-Henri Lavigne a.k.a. Åkeson Chihiro
Front-End Developer, Fink member
http://my.opera.com/Akeson_Chihiro/
|