Archive for the 'Code is Poetry' Category

Android vs iPhone : Front End Dev

On Android phones, to set the initial page zoom level and disable the user controlled zoom, add the following code. meta name=”viewport” content=”width=device-width; initial-scale=1.3; minimum-scale=1.3; maximum-scale=1.3;”/. Ensure that the scale have a min value of 1.3 For iPhone, add this code meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;”/

3 December 2009 at 01:12 - Comments
pelton
I beg to Differ, you have missed out an important competitor in the race MS winmo 6.5. It’s a great ...
7 December 09 at 04:51
Hi Muthu, hows Android.. ? and how do you see its effectiveness in india ?
9 December 09 at 04:37

OpenSocial app

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.

5 June 2008 at 03:36 - Comments
martin
Good! i dont think it will take more then a week.
6 June 08 at 01:21
yea, got access in 2 days time. just completed the "hello world" app which needlessly to say is super simple
9 June 08 at 01:02

Structure of a RSS Feed

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 Scratch Let them know that … [...]

13 May 2008 at 02:30 - Comments

jQuery for Designers

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

25 March 2008 at 03:38 - Comments

Front-End Performance Optimization through CSS sprites

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

8 October 2007 at 06:03 - Comments
good tool muthu! Really this works out.
9 October 07 at 01:00