From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2006-12-13-yui-and-yui-ext.html | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 content/posts/2006-12-13-yui-and-yui-ext.html (limited to 'content/posts/2006-12-13-yui-and-yui-ext.html') diff --git a/content/posts/2006-12-13-yui-and-yui-ext.html b/content/posts/2006-12-13-yui-and-yui-ext.html new file mode 100644 index 0000000..4e472aa --- /dev/null +++ b/content/posts/2006-12-13-yui-and-yui-ext.html @@ -0,0 +1,32 @@ +--- +date: "2006-12-13T03:34:22Z" +title: YUI and YUI-Ext +--- + +

Scripting has now been available in browsers for over a decade. The +recent AJAX craze -- an older, more mature sibling of Microsoft's +DHTML -- has spurned the development of countless AJAX and +DOM platform libraries, each with their own niche.

+ +

Even though Rails is really partial to Prototype and +Script.alculo.us, I decided to spent some time playing with some +of the competitors. I like the simplicity of moo.fx, but my +personal favorite at the moment is Yahoo User Interface library +(YUI). It's BSD-licensed, documented out the wazoo, +and it's being actively developed and supported by Yahoo. Toss in +Jack Slocum's yui-ext, and you have an awesome dynamic grid +widget, layout manager, asynchronous animation primitives, and a great +JavaScript-only dialog widget that'll impress anyone (check out the +slick per-block commenting in the Django Book, for a +rough idea of what you can do with yui-ext). Not too shabby. With a +little effort, even Rails can be beaten into YUI +submission).

+ +

(By the way, I am not and will never be a fan of AJAX for the sake of +AJAX and at the expense of usability. But I do think a little bit, used +sparingly, can really spice up a page).

+ +

Anyway, expect to see a bit of YUI pizazz around here whenever I finally +get the long, long overdue backend rewrite rolling.

+ + -- cgit v1.2.3