» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

dland (change)
Swik Users (change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase yui? The contents of yui page and all pages directly attached to yui will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
yui

yui

sorted by: recent | see : popular
Content Tagged yui

Advantages of using the Module Pattern to Structure Javascript Classes

The Module Pattern is a way to structure your javascript into classes supporting both private/public variables and private/public functions. The Module Pattern offers several advantages versus the Class objects defined in popular frameworks like Prototype

mootools: del.icio.us/tag/mootools

The Lightbox Clones Matrix " planetOzh

LIsta Com atalhos para os scripts que contém ferramentas para trabalhar com popups e modais ( como o Lightbox ) usando ajax e javascript, com os diversos frameworks..

mootools: del.icio.us/tag/mootools

The Lightbox Clones Matrix " planetOzh

LIsta Com atalhos para os scripts que contém ferramentas para trabalhar com popups e modais ( como o Lightbox ) usando ajax e javascript, com os diversos frameworks..

Dojo: del.icio.us tag dojo

Using YUI to Pulse Elements on Web Pages to Improve Usability

Show a green highlight that fades away on a table row when a new record is added by a user. Add a pulsing yellow glow to a button you want the user to press next. With this open source YPulse library and YUI, both are easy to implement.

opensource: del.icio.us tag/opensource

Ojay 0.2: easy keyboarding, a validation DSL, and two new UI widgets

James Coglan has updated Ojay, the chaining wrapper for YUI that we posted on a few months back.

The new release features really simple keyboard and form scripting and couple of new UI widgets, a new event system and a stack of other improvements:

Ojay.Forms. By far the biggest new package, Ojay.Forms sorts out a real pain point for me in terms of app development. It does two things: it provides unobtrusive replacements for the YAHOO.widget.Button family of classes, and it provides a DSL for handling form validation and Ajax submission.

Ojay.Keyboard. The new keyboard package is an abstraction over YAHOO.util.KeyListener that lets you say what mean without worrying about character codes, for example:

Ojay.Keyboard.listen(document, 'ALT SHIFT S', function() {
    // handle key press
});

It lets you group sets of keyboard commands together so you can make context-sensitive keyboard controls, and gives you easy access to enable/disable key events and their default browser responses. Not much more to say except that you should check out the documentation.

We have two new UI packages, Ojay.Overlay and Ojay.Paginator. Overlay gives you a bunch of classes for positioning content on top of the document, producing lightbox effects and the like, and Paginator implements the content slider effect that’s got a lot of attention recently, including the ability to lazy-load pages of content via Ajax, and easy integration with Ojay.History. Both packages come with a collection of events to allow your code to react to changes to the components, just like you would for DOM elements.

Speaking of events, this release introduces Ojay.Observable, a JS.Class module that allows any class to support the on() method used for listening to events. This module underlies the custom events published by all the Ojay components. More information and examples are in the documentation.

Ajax: Ajaxian

Page 1 | Next >>
Username:
Password:
(or Cancel)