Archive for the ‘Code is Poetry’ Category
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 ...
Posted in Web Technologies, User eXperience Design, AJAX, DOM, JavaScript, CSS, XML, XHTML, Code is Poetry | No Comments »
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 ...
Posted in AJAX, DOM, JavaScript, CSS, XML, XHTML, Code is Poetry | No Comments »
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
Posted in Web Technologies, AJAX, DOM, JavaScript, CSS, XML, XHTML, Code is Poetry | No Comments »