2010
Introducing Yeti: The YUI Easy Testing Interface » Yahoo! User Interface Blog (YUIBlog)
by ghis (via)jQuery switches from YUI Compressor to Google Compiler
by nhoizey2009
2008
Yahoo UI vs JQuery : quel framework Javascript pour vos applications Web 2.0 ?
by daxleboThe Lightbox Clones Matrix « planetOzh
by holyver & 21 others (via)How to build a cross-browser history management system - Tales from the Evil Empire
by greutThe main trick that history managers use is to have the browser believe the user navigated to a new url without the current page and all its JavaScript and DOM state being thrown away. The only part of the url that enables such a thing is the hash part. The hash part is what comes at the end of the url after a pound (#) sign. The original intent of this part of the url was to allow for navigation inside of the document. You would put a special named, href-less anchor tag in your document, and then navigating to #nameOfTheAnchor would just scroll the anchor into view. The page doesn't get reloaded, but it does enter the browser history.
YUI Browser History Manager does that for you, but lack of documenting how it works under the hood.
2007
Protoscript - Home
by greutProtoscript is a simplified scripting language for creating Ajax style prototypes for the Web.
for jQuery or YUI, great work.