blogmarks.net Get Firefox!

YUI: Bacon Utility

4 hours ago

deusx : YUI: Bacon Utility - "The Bacon Utility allows you to cook bacon on any HTML element."

Tags : bacon webdev yui javascript awesome js yahoo

  copy

Foo Hack » YUI’s “Module Pattern” vs. Prototype’s Class Function

23 days ago

deusx : Foo Hack » YUI’s “Module Pattern” vs. Prototype’s Class Function - Interesting perspective, with which I agree somewhat. Though, there's certainly something to be said for building a domain-specific language of convenience for DOM manipulation. "The more time someone spends building applications with a librar

Tags : webdev js javascript yui prototype dojo jquery frameworks

  copy

Automatic conversion from simple, accessible data tables to YUI Charts » Yahoo! User Interface Blog

9 month ago

deusx : Automatic conversion from simple, accessible data tables to YUI Charts » Yahoo! User Interface Blog - "That’s all you need to do to progressively enhance an accessible data table to turn them into a pie chart using the YUI Charts Control."

Tags : accessibility javascript js unobtrusive webdev yui

  copy

Enhancing YUI grids with equal height columns - Wait till I come!

14 month ago

deusx : Enhancing YUI grids with equal height columns - Wait till I come! - "One of the biggest issues of CSS layouts is that not all columns are the same height which makes it hard to style them in a traditional manner."

Tags : css js webdev yui

  copy

afongen » JavaScript DSL. It feels gooood.

14 month ago

deusx : afongen » JavaScript DSL. It feels gooood. - "Today’s work feels good. Not only should it be really, really clear how to use the above code, all the code behind it is much more cleanly designed, and uses YUI to good advantage. It’s been a good day."

Tags : domscripting javascript js webdev yui

  copy

Julien Lecomte’s Blog » Introducing the YUI Compressor

14 month ago

deusx : Julien Lecomte’s Blog » Introducing the YUI Compressor - "The YUI Compressor is a new JavaScript minifier. Its level of compaction is higher than the Dojo compressor, and it is as safe as JSMin."

Tags : javascript js optimization performance programming via:stlhood webdev yahoo yui

  copy

YUI-based Image Cropper Widget

15 month ago

Simon Willison : YUI-based Image Cropper Widget - YUI-based Image Cropper Widget. Nice implementation of a useful widget.

deusx : Julien Lecomte’s Blog » YUI-based Image Cropper Widget - "I wrote a YUI-based image cropper widget that allows you to easily select which region of an image you’d like to crop"

Richard Rutter : YUI-based Image Cropper Widget - Could be very handy.

Tags : dhtml javascript js webdev yui DOM | JavaScript imageCropper YUI widget

  copy

Detect when an element has scrolled into view

15 month ago

deusx : Detect when an element has scrolled into view - "You have an element in the DOM sitting somewhere below the fold (see above the fold), and you’d like to know when it has breached through the bottom threshold of your screen as a user is scrolling down a page."

Tags : css dhtml javascript js webdev yui

  copy

YUI - The Elephant in the Room. Hackday presentation by Nate Koechley and Chris Heilmann - Wait t...

16 month ago

deusx : YUI - The Elephant in the Room. Hackday presentation by Nate Koechley and Chris Heilmann - Wait till I come! - "Finally getting the wireless at the open hack day to work, here are the slides of Nate Koechley’s and my presentation from this morning."

Tags : hackdaylondon yahoo yui

  copy

Serving YUI Files from Yahoo! Servers

20 month ago

Jeremy Zawodny : Serving YUI Files from Yahoo! Servers - Serving YUI Files from Yahoo! Servers: kick ass.

deusx : Serving YUI Files from Yahoo! Servers - "With the release of YUI version 2.2.0, Yahoo! is opening up free YUI hosting from the Yahoo! network to all YUI implementers."

Simon Willison : Serving YUI Files from Yahoo! Servers - Serving YUI Files from Yahoo! Servers. If everyone who uses YUI links to the same set of files, your users will already have the YUI code cached in their browser when they arrive on your site.  [via]

Tags : links javascript js webdev yahoo yui

  copy

Building the YUI Browser History Manager » Yahoo! User Interface Blog

20 month ago

wearehugh : Building the YUI Browser History Manager » Yahoo! User Interface Blog - unbelievably complex combination of hacks -- makes css hacks look like child's play

Tags : ajax javascript webdev yui

  copy

YUI Version 2.2.0 Released: Browser History Manager, DataTable, and Button Components, New Versio...

20 month ago

wearehugh : YUI Version 2.2.0 Released: Browser History Manager, DataTable, and Button Components, New Versioning, and More » Yahoo! User Interface Blog

Tags : javascript webdev yui

  copy

Event-Driven Web Application Design » Yahoo! User Interface Blog

21 month ago

wearehugh : Event-Driven Web Application Design » Yahoo! User Interface Blog

Isofarro : Event-Driven Web Application Design - Christian Heilmann outlines a core technique for building web applications - designing it around the use of events. This allows the code to be more modular and more maintainable. Chris bridges the divide between web standards based approach to development

deusx : Event-Driven Web Application Design » Yahoo! User Interface Blog - "You can apply the same DOM-event style logic to anything that happens within your application itself. You can plan your application that way from the outset"

Tags : development dom javascript yahoo yui events js webdev

  copy

Using YUI in Greasemonkey Scripts » Yahoo! User Interface Blog

22 month ago

wearehugh : Using YUI in Greasemonkey Scripts » Yahoo! User Interface Blog

deusx : Using YUI in Greasemonkey Scripts » Yahoo! User Interface Blog - "a Greasemonkey script that adds calls to external JavaScript libraries and CSS files to a given page and, once they are loaded, passes the YAHOO global object to the code inside the Greasemonkey script."

Tags : greasemonkey javascript yahoo yui css js webdev

  copy

Yahoo! UI Library (YUI)

24 month ago

deusx : Yahoo! UI Library (YUI) - "The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX."

Rod Begbie : Yahoo! UI Library (YUI) - Wicked-nifty Javascript UI library, generously open-sourced by Yahoo. Using this with Django and Lucene, I was able to knock out a pretty decent AJAXy autocompleting search box within 24 hours of opening my big yap in a meeting and suggesting it as a fea #

Tags : javascript shortcut:yui webdev yui ajax free html oss ui yahoo

  copy

YUI: DragDrop Nested targets

24 month ago

deusx : YUI: DragDrop Nested targets - "Basically, all I am doing is setting a var (lastTarget) onDragOver to the element that we are over. Then in the onDragDrop function, I am checking to see if the id that is returned matches the id that is stored in lastTarget. If it is, display the text i

Tags : dhtml javascript js webdev yui

  copy

DoubleClick Edit Example

24 month ago

deusx : DoubleClick Edit Example - "Double click on any item that says it's editable."

Tags : dhtml javascript webdev yui

  copy

Jack Slocum's Blog - DomHelper - Create Elements using DOM, HTML fragments and Templates

24 month ago

deusx : Jack Slocum's Blog - DomHelper - Create Elements using DOM, HTML fragments and Templates - "The DomHelper class in the 0.32.2 release provides a layer of abstraction from DOM and transparently supports creating elements via DOM or using HTML fragments. It also has the ability to create HTML fragment templates from your DOM building code."

Tags : dhtml javascript js webdev yui

  copy

Paragraph level comment annotation in Wordpress!

25 month ago

kellan : Paragraph level comment annotation in Wordpress! - Hell yeah! Something I've wanted for years, need to make time to play with this. Uses YUI, Seth, technology is finally catching up the point where we can do Dru's FIP system. [via#

Tags : collaboration wordpress wp annotation yui

  copy

Simon Willison: Notes from my Yahoo! UI Library talk

29 month ago

jcgregorio : Simon Willison: Notes from my Yahoo! UI Library talk

deusx : Simon Willison: Notes from my Yahoo! UI Library talk - "I gave my talk on the Yahoo! User Interface Library here at XTech on Tuesday."

Tags : javascript ajax webdev yui

  copy

YUI Tetris!

29 month ago

Rod Begbie : YUI Tetris! - Tetris implemented in XHTML and Javascript, thanks to Yahoo's javascript UI libraries. [via#

deusx : YUI Tetris! - "Using a combination of the Event Utility and the DOM Collection utility, I was able to roll out perhaps the sweetest piece of eye candy I’ve ever built."

Tags : games javascript tetris yahoo dhtml js webdev yui

  copy

Forget addEvent, use Yahoo!’s Event Utility

32 month ago

Paul Hammond : Forget addEvent, use Yahoo!’s Event Utility - when I say forget addEvent, I mean any and every version of addEvent you can think of. This goes for Scott Andrew’s original addEvent function, every entry from the addEvent recoding contest, even Prototype’s Event observer and its many prop

deusx : Forget addEvent, use Yahoo!’s Event Utility - "After spending a few hours getting comfortable with Yahoo!’s new Event utility that was recently released along with many other sweet tools via YUIBlog, I became convinced that it is the dopest, sweetest, most tight, most sexiest event utility on

Simon Willison : Forget addEvent, use Yahoo!’s Event Utility - Great explanation of the cool stuff in YAHOO.util.Event.

Tags : ajax dhtml javascript webdev yahoo yui

  copy
xml
Upian.