Monthly Archives: July 2007
8 Things the YUI Library Needs to Win Me Back
I’ve been cheating on my first love. When I first started seriously JavaScripting and not CopyPasteScripting, my first framework was the Yahoo User Interface Library. I was just beginning to realize the power of a JavaScript framework, but at the time I also thought that the Dom was an actor in Hollywood’s The [...]
20/20 Hindsight, a Look Back at ALARMd
Now that the traffic has died down a little bit on ALARMd, I’d like to write a little bit about my experiences with something I don’t think anyone predicted would garner so much interest.
The day I sent the link to the LifeHacker editor, I purchased the alarmd.com domain. My thoughts on the domain were [...]
What Sound Does a Cow Make? MooTools.
Frameworks, Frameworks everywhere. There are the big six: Dojo, jQuery, prototype/scriptaculous, Ext, Mootools, and YUI. (Honorable meantion to Open Rico and Mochikit) I’ve had limited experience with all of these frameworks, but have actually worked on projects involving YUI and jQuery. So when I was shopping around for a framework that [...]
JavaScript Frameworks and JSF
You’re programming a new web application using JSF, maybe with Facelets, maybe without. Which client-side JavaScript framework is going to work with it’s unstandardized method of assigning ID attributes to it’s elements? Here is an example of a JSF file:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<html>
<body>
<f:view>
[...]
Posted in Java, JavaScript Tagged Dojo, ExtJS, Facelets, jQuery, JSF, Mootools, Prototype 7 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 [...]

Subscribe
Follow
Using DOM Query Libraries in YUI