Archive for the ‘Code is Poetry’ Category
Thursday, June 5th, 2008
Done with coding a simple xml app and hosting it on Google Code. Waiting to get access to Orkut sandbox so that i can proceed to add this app on Orkut.
Posted in AJAX, DOM, JavaScript, CSS, XML, XHTML, Code is Poetry, Social Media, Software | 2 Comments »
Tuesday, May 13th, 2008
Sample RSS 2.0 Feed
http://webdesign.about.com/rss2.0feed/
An example of a simple RSS feed. This is the description of the feed itself, not an item.
http://webdesign.about.com/rss2.0feed/entry.html
This is the text that will appear in the feedreaders. It describes the post itself, not the entire feed.
http://webdesign.about.com/rss2.0feed/entry.html
How to Build an RSS File from ...
Posted in Web Technologies, AJAX, DOM, JavaScript, CSS, XML, XHTML, Code is Poetry, Social Media, Software | No Comments »
Tuesday, March 25th, 2008
Designer? Interested in jQuery? Click here for sample markups, script, css and examples.
Posted in AJAX, DOM, JavaScript, CSS, XML, XHTML, Code is Poetry | No Comments »
Monday, October 8th, 2007
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
Posted in User eXperience Design, AJAX, DOM, JavaScript, CSS, XML, XHTML, Code is Poetry | 2 Comments »
Thursday, June 14th, 2007
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 ...
Posted in AJAX, DOM, JavaScript, CSS, XML, XHTML, Code is Poetry | No Comments »