Skip to main content

diigouser2 's Library tagged js   View Popular

08 Oct 09

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.

webdev.stephband.info/parallax.html - Preview

webdev jquery effect parallax js plugin ui design

01 Sep 09

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.

37signals.com/...y-management-and-concatenation - Preview

javascript js webdev tools build builder dependencies require include

08 Aug 09

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.

jsclass.jcoglan.com - Preview

js javascript framework webdev pattern ruby

02 Aug 09

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!

www.sitepoint.com/...ajax-screenreaders-work - Preview

webdev ajax access accessibility js javascript dynamic html usability screenreaders

20 Jul 09

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 return a boolean (true or false),
    and false means: “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.

developer.tibco.com/...default.jsp - Preview

web development webdev javascript js event observer subscriber framework messages seealso:sproutcore

03 Jul 09

JSAN - Home

"CPAN".replace(/CP/, "JS")

JavaScript Archive Network is a comprehensive resource for Open Source JavaScript libraries and software.

openjsan.org - Preview

development js javascript cpan repository scripts archive

28 Jun 09

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.

thinkweb2.com/...prototype-checklist - Preview

prototpye js javasript tips & tricks

1 - 20 of 38 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo