Among many techniques used to reduced the No. of requests to the servers, CSS sprites is a cool one. This simple CSS technique involves clubbing multiple images as one and uses ” background-position:” to define the image display.
Here’s a cool CSS Sprite generation tool
AHAH = Asynchronous HTML and HTTP is a subset of AJAX without the X(XML)
Update web pages dynamically using JavaScript and XHTML, instead of XML.
Like in AJAX, use XMLHTTP to raise a Request.
The state-change of the request when the Response is received is directly passed on to a [...]
Used an “onclick function” and successfully loaded a HTML file into a Div.
JavaScript: onclick=function(){ var el=document.getElementById(”x”) el.innerHTML=”iframe src=\”http://muthuonline.com/about_muthu\” >”
< div id="x">
Wish there was an easier method like having a src for a div.
However had issues setting the iframe width. After getting this done, i was told that iframe kinda outdated. Next, i guess i [...]
Encountered an interesting issue while working on the “Accordion Menu”
Problem : Multiple Divs get thrown up, when multiple links get clicked. The hierarchy of these Divs is determined by the Z-index. Divs with lower Z-index value, get hidden behind Divs with higher Z-index value. Either the navigation has to be “Modal/ Hub [...]
YUI simply rocks! Yahoo also serves up code for FREE! ( But err…. if you use code directly from Yahoo’s servers, you are likely to encounter some latency)
Here’s a wierd idea on what Yahoo can do next with YUI… Come up with http://designer.yahoo.com/yui
Build an WYSIWYG IDE (could be web based) based on YUI, [...]