Get scroll position with all browser (included IE)
var scrollTop = window.pageYOffset || document.documentElement.scrollTop || 0; var scrollLeft = window.pageXOffset || document.documentElement.scrollLeft || 0;
var scrollTop = window.pageYOffset || document.documentElement.scrollTop || 0; var scrollLeft = window.pageXOffset || document.documentElement.scrollLeft || 0;
|
Effects in webpages are more and more used, but often packaged in a big librairy such as Dojo, Scriptaculous, etc… Animator.js is a single little js allowing to make advanced effect very easly : |
ex15 = new Animator().addSubject(new CSSStyleSubject( $('ex15Button'), "width: 10em; background-color: rgb(256, 256, 256); font-style: normal", "width: 40em; background-color: #F39; font-style: italic")); // note how you can use any unit, not just 'px'.
This simple code will make a fade between first styles attributes and second one.
Congratulation to the author for this very good library!
Implementors feature is a very good plugin to jump in Implementation class of an interface pressing Ctrl+Alt+F3. A very good feature to improve our productivity
Thanks Titom for this very good tip!
The easiest way to install psql on mac OS is explained on Marc Liyanage web pages. Install, update, compil is explained. A very good tutorial
[UPDATE] Apple has also a tutorial to install Postgres : http://developer.apple.com/internet/opensource/postgres.html