Archive for the ‘Code is Poetry’ Category

OpenSocial app

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.

Structure of a RSS Feed

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 ...

jQuery for Designers

Tuesday, March 25th, 2008

Designer? Interested in jQuery? Click here for sample markups, script, css and examples.

Front-End Performance Optimization through CSS sprites

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

AHAH!

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 ...