diigouser2 's Library tagged → View Popular
webdev.stephband.info
Parallax (scrolling) is used to create an illusion of three dimensional depth.
jParallax turns a selected element into a 'window', or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way.
Introducing Sprockets: JavaScript dependency management and concatenation - (37signals)
Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files. It takes any number of source files and preprocesses them line-by-line in order to build a single concatenation. Specially formatted lines act as directives to the Sprockets preprocessor, telling it to require the contents of another file or library first or to provide a set of asset files (such as images or stylesheets) to the document root. Sprockets attempts to fulfill required dependencies by searching a set of directories called the load path.
JS.Class - Ruby-style JavaScript
JS.Class is a library designed to facilitate object-oriented development in JavaScript. It implements Ruby’s core object, module and class system and some of its metaprogramming facilities, giving you a powerful base to build well-structured OO programs.
Ajax and Screenreaders: When Can it Work? [JavaScript
Chalk and cheese. Oil and water. For all the recent talk about AJAX, no one has fully explored whether these analogies can justly be applied to the combination of AJAX and screenreaders ... until now. In this insightful report, James reveals the results of independent tests he has conducted using AJAX scripts in a variety of screen reader software. The results are sure to surprise you!
Javascript - Early event handlers
-
Although the inline event registration model is ancient and reliable, it has one serious
drawback. It requires you to write JavaScript behavior code in your XHTML structure layer, where
it doesn't belong. -
Therefore the event handler can
returna boolean (true or false),
andfalsemeans: “don’t take the default action”. - 1 more annotations...
Javascript - Event order
-
In the browsers that support the W3C DOM, a traditional event registration
element1.onclick = doSomething2;
is seen as a registration in the bubbling phase.
TIBCO PageBus Developer Center at TIBCO Developer Network
TIBCO PageBus is an event and message bus implemented in JavaScript that enables disparate Ajax elements in a Web page to broadcast and listen for events and messages published on topic names.
JSAN - Home
"CPAN".replace(/CP/, "JS")
JavaScript Archive Network is a comprehensive resource for Open Source JavaScript libraries and software.
Prototype checklist
Here, I've collected most common use cases that do NOT use all of prototype's capabilities and their simple solutions. I hope this will be a basic checklist to go through when developing for your next project.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
-
Javascript
Items: 30 | Visits: 231
Created by: Vincent Tsao
-
web dev
My web-dev links
Items: 1 | Visits: 89
Created by: toboby
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
