Links: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (→‎User scripts: dunck.us unreachable... removed)
m (→‎Javascript: JavaScript cased as such)
Line 16: Line 16:
* [http://developer.mozilla.org/en/docs/XPCNativeWrapper MDC - XPCNativeWrapper] - Mozilla development centre explaining you what a this infamous XPCNativeWrapper is all about...
* [http://developer.mozilla.org/en/docs/XPCNativeWrapper MDC - XPCNativeWrapper] - Mozilla development centre explaining you what a this infamous XPCNativeWrapper is all about...


=====Javascript=====
=====JavaScript=====
* [http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html ECMAScript Language Binding] - This tells you what kind of objects have what kind of properties and methods.
* [http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html ECMAScript Language Binding] - This tells you what kind of objects have what kind of properties and methods.
* [http://developer.mozilla.org/en/docs/JavaScript MDC - Javascript] - Javascript reference at Mozilla development centre.
* [http://developer.mozilla.org/en/docs/JavaScript MDC - JavaScript] - JavaScript reference at Mozilla development center.
* [http://home.earthlink.net/~kendrasg/info/js_opt/ Jeff Greenberg on optimising javascript performance] - (note that some of the things have changed since then, and that not all browsers are the same...)
* [http://home.earthlink.net/~kendrasg/info/js_opt/ Jeff Greenberg on optimizing JavaScript performance] - (note that some of the things have changed since then, and that not all browsers are the same...)


==User scripts==
==User scripts==

Revision as of 00:26, 10 May 2009

Discussions

References

Greasemonkey
JavaScript

User scripts

Tools