Geo Location on HTML5
Locate your approx. current location through Firefox v 3.6.3. Tweaked Google Maps API and some geo location functionality of HTML5 and got this -> http://muthuonline.com/geoloc5.html
Locate your approx. current location through Firefox v 3.6.3. Tweaked Google Maps API and some geo location functionality of HTML5 and got this -> http://muthuonline.com/geoloc5.html
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;”/
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.
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 … [...]
Designer? Interested in jQuery? Click here for sample markups, script, css and examples.