Tag Archives: CSS Selectors

Write More Efficient Javascript in YUI with CSS Selectors

This is an updated version of a previous article entitled Using DOM Query Libraries in YUI for the new version of YAHOO.util.Dom included with YUI 2.3.0 as well as including support for passing context nodes into Dom functions. Here we are again. I just love those CSS Selectors. If you haven’t read Part One of [...]
Posted in JavaScript | Also tagged , , | Leave a comment

Using DOM Query Libraries in YUI

Recently, I posted the top 8 things I thought the YUI Library needed to be a top tier JavaScript library again. One of those things included a CSS Selector DOM Querying class. Use one of these babies for awhile, and you’ll never be able to code without it again. They’re amazingly useful and will shorten [...]
Posted in JavaScript | Also tagged , , , , | 4 Comments

DOMDom, easy DOM Element Creation

Generally when approaching a complex problem involving web programming in JavaScript, the first question I ask myself is ‘What would Jesus do?’ As much as I am entertained by a mental picture of Mr. Jesus himself sitting on his Jesux Distro appending children (and parents) into his DOM, I am instead distracted by an intense [...]
Posted in JavaScript, Projects | Also tagged , , | 12 Comments