Archive for the ‘Code is Poetry’ Category

Analysis of Application States

Tuesday, May 8th, 2007

Keeping the Web in Web 2.0 An HCI approach to designing web applications Analysis of application state and its representation in browser historyand bookmarks. One of the disadvantages of AJAX is that browser history and bookmarks of classic web applications are broken if not implemented specifically Only some elements of interaction state are recorded ...

Anatomy of an AJAX interaction

Tuesday, February 13th, 2007

A client event occurs An XMLHttpRequest object is created The XMLHttpRequest object is configured The XMLHttpRequest object makes an async. request The ValidateServlet returns an XML document containing the result The XMLHttpRequest object calls the callback() function and processes the result The HTML DOM is updated WTF? Ne comprene pas? Lets look at couple of ...

Web 2.0 Interfaces > Tab View Widget

Wednesday, December 27th, 2006

Here are some working examples of a TabView Widget with Basic Tabs and Rounded Tabs. Bummed and tweaked an example code, which has the following dependencies. tabview.css optional border_tabs.css yahoo.js dom.js event.js optional connection.js, to load dynamic data tabview.js, source file new YAHOO.widget.TabView , widget control