<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>WebGeekBlog</title>
	<link>http://webgeekblog.com</link>
	<description>Blogging about me, life, web, technology, India and what not!</description>
	<pubDate>Mon, 28 Jul 2008 04:11:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Cyber Cafe for the blind in Chennai - First of its kind in India</title>
		<link>http://webgeekblog.com/2007/09/14/cyber-cafe-for-the-blind-in-chennai-first-of-its-kind-in-india/</link>
		<comments>http://webgeekblog.com/2007/09/14/cyber-cafe-for-the-blind-in-chennai-first-of-its-kind-in-india/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 10:01:39 +0000</pubDate>
		<dc:creator>Chandra</dc:creator>
		
	<category>Internet</category>
	<category>Web</category>
	<category>India</category>
	<category>Accessibility</category>
		<guid isPermaLink="false">http://webgeekblog.com/2007/09/14/cyber-cafe-for-the-blind-in-chennai-first-of-its-kind-in-india/</guid>
		<description><![CDATA[A cyber cafe specially for visually challenged and blind people is opened in Chennai by Nethrodaya, a non-government organization (NGO). This cyber cafe is first of its kind in India and visually challenged citizens can use it for free.
Blind people browse the web using assisting software. But they are available only in developed countries. The [...]]]></description>
			<content:encoded><![CDATA[<p>A cyber cafe specially for visually challenged and blind people is opened in Chennai by <a href="http://www.nethrodaya.org/">Nethrodaya</a>, a non-government organization (NGO). This cyber cafe is first of its kind in India and visually challenged citizens can use it for free.</p>
<p>Blind people browse the web using assisting software. But they are available only in developed countries. The cost of these softwares is very high and its very difficult for an average visually challenged Indian to buy and use.</p>
<p>Nethrodaya cyber cafe uses <a href="http://www.freedomscientific.com/fs_products/software_jaws.asp">JAWS</a> as the screen reader software to assist the visually challenged people to browse the web and operate other computer applications.</p>
<p>Sify has joined its hands with the cafe and provides free unlimited data transfer for this cyber cafe.</p>
<p><a href="http://www.nethrodaya.org/">Nethrodaya</a>  is founded by  <a href="http://www.nethrodaya.org/about_nethrodaya.html">C. Govindakrishnan</a>. He was born with visual impairment. He founded the Nethrodaya  Organiztion on October 2, 2002 with a vision to create a suitable environment for nurturing the abilities and talents of the visually impaired.</p>
<p>This is a great step and they are planing to launch similar cyber cafes in other cities.</p>
<p>Can you imagine a day without Internet? We use Internet for our assignments, projects, research and we learn more from Internet than reading books. But it is very difficult for blind or visually challenged people to browse the web as we do very easily. They have every right to access information as we have. These kind of initiatives will definitely help them.</p>
<p>If you are really interested to see how visually challenged people browse the web, see the following article.<br />
<a title="Permalink to Screen Readers and Web Accessibility: Must Watch Video by Yahoo Engineer" rel="bookmark" href="http://webgeekblog.com/2007/06/19/screen-readers-and-web-accessibility-must-watch-video-by-yahoo-engineer/">Screen Readers and Web Accessibility: Must Watch Video by Yahoo Engineer</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://webgeekblog.com/2007/09/14/cyber-cafe-for-the-blind-in-chennai-first-of-its-kind-in-india/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Interesting security bug in Orkut</title>
		<link>http://webgeekblog.com/2007/06/30/interesting-security-bug-in-orkut/</link>
		<comments>http://webgeekblog.com/2007/06/30/interesting-security-bug-in-orkut/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 19:42:39 +0000</pubDate>
		<dc:creator>Chandra</dc:creator>
		
	<category>Internet</category>
	<category>Web</category>
	<category>Orkut</category>
	<category>Security</category>
		<guid isPermaLink="false">http://webgeekblog.com/2007/06/30/interesting-security-bug-in-orkut/</guid>
		<description><![CDATA[When I was going through full referrer logs of one of my websites, I found an interesting bug in Orkut. This reminds me why web application security is really complex and how even experts can just make simple security mistakes. If you are a web developer you can really learn few important things from this [...]]]></description>
			<content:encoded><![CDATA[<p>When I was going through full referrer logs of one of my websites, I found an interesting bug in <a href="http://orkut.com">Orkut</a>. This reminds me why web application security is really complex and how even experts can just make simple security mistakes. If you are a web developer you can really learn few important things from this article.</p>
<p>The bug is actually in the message displaying page. The messages in users inbox in Orkut are displayed using a GET URL. An example URL is given below.</p>
<p style="overflow: auto">http://www.orkut.com/Messages.aspx?msg=U0021321099%2FIB%2F0967206640%2FU0021321099&#038;fld=IB&#038;debug=&#038;na=3&#038;nid=U0021321099%2FIB%2F0966619098%2FU0032854730&#038;nst=21</p>
<p>If you are logged into Orkut you can read a message I have sent to a community, just by visiting the above link. You can view the message till I delete it from my inbox or till the bug is fixed. This is the case for any of the messages in your Orkut inbox. If someone can get the URL of the message they can read the message even though the message is not from their inbox.</p>
<p><strong>How did I find it?</strong></p>
<p><a id="more-45"></a></p>
<p>One of the Orkut users has sent a message to his friends where he has put a link to one of my websites. When checking full referrer logs of my website I happened to see a URL something like the above mentioned one. Out of curiosity I opened it and was able to read the message which I am not supposed to see.</p>
<p>Ok, you might ask me how one can guess a complex URL and see someone else&#8217;s message.To make the issue simpler, the message URLs are actually stored in the history of the web browser, because they are simple GET requests from the browser. So, all the messages read on a particular computer can be accessed using the history of the web browser. You can read the messages using the links from the history even though the messages are not from your inbox.</p>
<p>Personally I think this is a serious issue that needs to be fixed. A lot of users in India use Orkut from public internet cafes. If the browser history is not cleared, then anyone can read the Orkut messages you have read on a particular computer. Though users may not exchange potential information using Orkut messages, this bug needs to be fixed because this is not an expected behavior for any website.</p>
<p>If we go into technical details of the bug, from my experience this happens when you don&#8217;t put a check on the message being shown is intended for the user who is viewing or not. May be for some programming ease Orkut developers might have neglected this.</p>
<p><strong>What can we learn from this?<br />
</strong></p>
<ol>
<li>Every personal information that is shown to the user like messages should be validated. For example, in this case, you should check whether the message being shown is actually intended for the user or not?</li>
<li>Always remember that the GET URLs are stored in the browser history and its not safe to exchange any important parameters using GET URLs.</li>
<li>Always develop the code for security and not for the ease of development.</li>
<li>Finally always clear browser history if you are accessing Internet from a public computer.</li>
</ol>
<p>I have notified Orkut about this and waiting to hear from them. I will update the post after I get the response from them and I hope they don&#8217;t sue for writing this article!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://webgeekblog.com/2007/06/30/interesting-security-bug-in-orkut/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Screen Readers and Web Accessibility: Must Watch Video by Yahoo Engineer</title>
		<link>http://webgeekblog.com/2007/06/19/screen-readers-and-web-accessibility-must-watch-video-by-yahoo-engineer/</link>
		<comments>http://webgeekblog.com/2007/06/19/screen-readers-and-web-accessibility-must-watch-video-by-yahoo-engineer/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 12:44:29 +0000</pubDate>
		<dc:creator>Chandra</dc:creator>
		
	<category>Web</category>
	<category>Link</category>
	<category>Accessibility</category>
		<guid isPermaLink="false">http://webgeekblog.com/2007/06/19/screen-readers-and-web-accessibility-must-watch-video-by-yahoo-engineer/</guid>
		<description><![CDATA[Have you ever wondered how people with visual disabilities use web. Here is a great video by a Yahoo engineer Victor Tsaran where he explains how blind and visually challenged people use screen readers to browse the web. This is a must watch video for every web developer.
Link to the video: An Introduction to Screen [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how people with visual disabilities use web. Here is a great video by a Yahoo engineer Victor Tsaran where he explains how blind and visually challenged people use screen readers to browse the web. This is a must watch video for every web developer.</p>
<p>Link to the video: <a href="http://video.yahoo.com/video/play?ei=UTF-8&#038;b=1&#038;vid=514676&#038;gid=133414">An Introduction to Screen Readers - Video by Yahoo Engineer</a></p>
<p>Victor Tsaran is an accessibility engineer at Yahoo! who focuses on developing best practices for the creation of websites that work well with screen readers.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://webgeekblog.com/2007/06/19/screen-readers-and-web-accessibility-must-watch-video-by-yahoo-engineer/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Google Gears: Enabling Offline Web Applications</title>
		<link>http://webgeekblog.com/2007/06/04/google-gears-enabling-offline-web-applications/</link>
		<comments>http://webgeekblog.com/2007/06/04/google-gears-enabling-offline-web-applications/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 06:11:31 +0000</pubDate>
		<dc:creator>Chandra</dc:creator>
		
	<category>Internet</category>
	<category>Web</category>
	<category>Google</category>
		<guid isPermaLink="false">http://webgeekblog.com/2007/06/04/google-gears-enabling-offline-web-applications/</guid>
		<description><![CDATA[I am late at writing this post!

Voila! Google again switches gears ahead of its competitors( did I hear you saying MicroSoft ). Google has released a new browser plug-in &#8220;Google Gears&#8221; on May 30, 2007, which will enable offline access to web applications.
This will address the main problem faced by web applications which can not [...]]]></description>
			<content:encoded><![CDATA[<p><strong>I am late at writing this post!<br />
</strong></p>
<p>Voila! Google again switches gears ahead of its competitors( did I hear you saying MicroSoft ). Google has released a new browser plug-in &#8220;<a href="http://gears.google.com/">Google Gears</a>&#8221; on May 30, 2007, which will enable offline access to web applications.</p>
<p>This will address the main problem faced by web applications which can not be used when you are not connected to the Internet.</p>
<p>To put it in simpler terms, let us take an example.</p>
<p>Almost everyone of us use one or another email like Yahoo, Google etc. You can use any of these applications only when you are connected to the Internet. By using Google Gears now developers can develop these applications in such a way that you can read your emails even when you are offline. The messages are downloaded to your local computer and stored in a database. You can read and search these emails without an internet connection.</p>
<p>This new technology will change the way the web is used. First Google product to use this technology is Google&#8217;s RSS reader. If you have installed Google Gears, you can download latest 2,000 items so they&#8217;re available even when you don&#8217;t have an internet connection.</p>
<p>From <a href="http://gearsblog.blogspot.com/2007/05/posted-by-aaron-boodman-and-erik.html">Google Gear Blog</a>:</p>
<p>&#8220;Gears today covers what we think is the minimal set of primitives required for offline apps. It is still a bit rough and in need of polish, but we are releasing it early because we think the best way to make Gears really useful is to evolve it into an open standard. We are releasing Gears as an open source project and we are working with Adobe, Mozilla and Opera and other industry partners to make sure that Gears is the right solution for everyone. We also want to get early feedback, community involvement, and rapid iterations.&#8221;</p>
<p>So, Google Gears is going to change the way we use the web today. It will take some time to move out of Beta and open for developers to start using it in production environments.</p>
<p>I am going to experiment with it some time soon and publish an example article here.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://webgeekblog.com/2007/06/04/google-gears-enabling-offline-web-applications/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Unobtrusive Javascript for detecting whether images are enabled or not</title>
		<link>http://webgeekblog.com/2007/04/15/unobtrusive-javascript-for-detecting-whether-images-are-enabled-or-not/</link>
		<comments>http://webgeekblog.com/2007/04/15/unobtrusive-javascript-for-detecting-whether-images-are-enabled-or-not/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 19:30:16 +0000</pubDate>
		<dc:creator>Chandra</dc:creator>
		
	<category>Tips</category>
	<category>Web</category>
	<category>Javascript</category>
		<guid isPermaLink="false">http://webgeekblog.com/2007/04/15/unobtrusive-javascript-for-detecting-whether-images-are-enabled-or-not/</guid>
		<description><![CDATA[I was wondering if there is a way to detect whether the user has enabled images in his/her browser. After giving it some thought I have come up with a script to do this. Before going into the code I will outline the technique below.

Include a script just before the closing of the body element.
Create [...]]]></description>
			<content:encoded><![CDATA[<p>I was wondering if there is a way to detect whether the user has enabled images in his/her browser. After giving it some thought I have come up with a script to do this. Before going into the code I will outline the technique below.</p>
<ol>
<li>Include a script just before the closing of the body element.</li>
<li>Create an image element and append it to the body. I have used an image with 223px width and 1px height. 223px is a random value. You can use any width of your choice but I suggest using a random number greater than 100.</li>
<li>Use some CSS to hide or pull the image away from view port.</li>
<li>Attach an onload event to the body to check the width of the image element we have created.</li>
<li>If the width is same 223px, we can conclude that images are enabled other wise images are disabled.</li>
</ol>
<p><a title="Example page for demonstrating JavaScript based image detection in browser" href="http://webgeekblog.com/articles/image-detection/"><strong>Example Page.</strong></a></p>
<p>Following source code listing has inline documentation.</p>
<p><a href="http://webgeekblog.com/articles/image-detection/image-detection.js">Download the JavaScript file.</a></p>
<ol class="code">
<li><code>if( document.getElementById &#038;&#038; document.createElement ) {</code></li>
<li><code>//Create and append an image element.</code></li>
<li><code>var img = document.createElement("img");</code></li>
<li><code>img.id = "detect-img";</code></li>
<li><code>img.src="images/tiny-detect.gif" mce_src="images/tiny-detect.gif"                 ;</code></li>
<li><code>document.body.appendChild(img);</code></li>
<li><code>}</code></li>
<li><code>function checkImagesEnabled() {</code></li>
<li><code>//Check the offsetWidth of the created image element</code></li>
<li><code>if( document.getElementById("detect-img").offsetWidth == 223 ) {</code></li>
<li><code>alert("Images are Enabled in your Browser Settings.");</code></li>
<li><code>} else alert("Images are NOT Enabled in your Browser Settings.");</code></li>
<li><code>//Remove the image element.</code></li>
<li><code>document.body.removeChild(document.getElementById("detect-img"));</code></li>
<li><code>}</code></li>
<li><code>/* Adding onload funcions. Learnt from Dom Scripting book. Thanks Jeremy For such a wonderful book. Website http://domscripting.com */</code></li>
<li><code>function addLoadEvent(func) {</code></li>
<li class="indent0"><code>var oldonload = window.onload;</code></li>
<li class="indent0"><code>if (typeof window.onload != 'function') {</code></li>
<li class="indent1"><code>window.onload = func;</code></li>
<li class="indent0"><code>} else {</code></li>
<li class="indent1"><code>window.onload = function() {</code></li>
<li class="indent2"><code>oldonload();</code></li>
<li class="indent2"><code>func();</code></li>
<li class="indent1"><code>}</code></li>
<li class="indent0"><code>}</code></li>
<li><code>}</code></li>
<li><code>// If the image is created add an onload event to check whether images are enabled or not.</code></li>
<li><code>if(document.getElementById("detect-img")) {</code></li>
<li><code>addLoadEvent(checkImagesEnabled);</code></li>
<li><code>}</code></li>
</ol>
<p>Finally the css for the image is as follows.</p>
<ol class="code">
<li><code>#detect-img {</code></li>
<li><code>position: absolute;</code></li>
<li><code>top: 0px;</code></li>
<li><code>left: -200000px;</code></li>
<li><code>z-index: -1000;</code></li>
<li><code>}</code></li>
</ol>
<p>Tested in: Windows: IE5.5, IE6, FireFox 2, Opera 9.10</p>
<p><strong>I would love to hear from you about the technique and I am sure we may refine it further.<br />
</strong>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://webgeekblog.com/2007/04/15/unobtrusive-javascript-for-detecting-whether-images-are-enabled-or-not/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Book Review: DOM Scripting: Web Design with JavaScript and the Document Object Model</title>
		<link>http://webgeekblog.com/2007/03/10/book-review-dom-scripting-web-design-with-javascript-and-the-document-object-model/</link>
		<comments>http://webgeekblog.com/2007/03/10/book-review-dom-scripting-web-design-with-javascript-and-the-document-object-model/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 20:15:19 +0000</pubDate>
		<dc:creator>Chandra</dc:creator>
		
	<category>Web</category>
	<category>Books</category>
	<category>Review</category>
	<category>Design</category>
		<guid isPermaLink="false">http://webgeekblog.com/2007/03/10/book-review-dom-scripting-web-design-with-javascript-and-the-document-object-model/</guid>
		<description><![CDATA[This is my latest read in the series of web designing books I am reading from past 8 months. Yes, I know, I am very late and probably the last one to write a review about this book, but I wanted to share my views about this book and I think it will be helpful [...]]]></description>
			<content:encoded><![CDATA[<p>This is my latest read in the series of web designing books I am reading from past 8 months. Yes, I know, I am very late and probably the last one to write a review about this book, but I wanted to share my views about this book and I think it will be helpful for those readers who haven&#8217;t already read it.</p>
<p>Believe me, I have read this book in a single day. Once I started reading it in the morning, I couldn&#8217;t stop in between and read the book from end to end.<br />
I think this is one of the best technical books I have ever read.</p>
<p>The author <a title="Personal Blog of Jeremy Keith" href="http://adactio.com/">Jeremy Keith</a> has a solid approach to make sure that you learn the fundamentals of DOM and then shows you how DOM can help you in increasing the usability of your website. He explains you how to separate structure from behavior. Once you have completed this book you will never ever write &#8220;onclick&#8221;, &#8220;onmouehover&#8221; &#8220;javascript:functioncall&#8221; and etc&#8230; in your HTML markup.</p>
<p>You don&#8217;t need to know much about JavaScript to understand this book, there is a refresher chapter on JavaScript too.</p>
<p>He explains all the concepts in DOM using Photo Gallery script. In every chapter you will refine the code written in the previous chapter and at the end of the book you know how to build a real world Photo Gallery script. You will wonder how easy it is to produce simple animations in JavaScript with few lines of code.</p>
<p>Stop, Hey did I hear you saying &#8220;JavaScript is not accessible&#8221;?&#8230;.  If you read this book you will learn how easy it is to make JavaScript accessible.</p>
<p>Book&#8217;s Website: <a title="Link to DOM Scripting: Web Design with JavaScript and the Document Object Model" href="http://domscripting.com/">Dom Scripting Book</a></p>
<p>I would give 10/10 for this book.</p>
<p>After reading this book I have implemented a small widget for this blog. You can see it in action on the home page. This widget will create a list of links to all posts on the home page and gives the user a quick way to jump to the interesting post. A simple JavaScript hook has done all the work for me. No extra markup or no need to change the structure of my xHTML markup.<br />
Hope you enjoyed reading this review.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://webgeekblog.com/2007/03/10/book-review-dom-scripting-web-design-with-javascript-and-the-document-object-model/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>It&#8217;s a Web 2.0 World, who cares for my bandwidth costs?</title>
		<link>http://webgeekblog.com/2007/03/07/its-a-web-20-world-who-cares-for-my-bandwidth-costs/</link>
		<comments>http://webgeekblog.com/2007/03/07/its-a-web-20-world-who-cares-for-my-bandwidth-costs/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 11:37:18 +0000</pubDate>
		<dc:creator>Chandra</dc:creator>
		
	<category>Internet</category>
	<category>Web</category>
		<guid isPermaLink="false">http://webgeekblog.com/2007/03/07/its-a-web-20-world-who-cares-for-my-bandwidth-costs/</guid>
		<description><![CDATA[Web 2.0 is what the latest buzz word everyone is talking and writing about a lot these days. Every blog you read and every site you visit is full of third party widgets. Some of these widgets really provide useful additional information and helps you find similar content that you are reading. But some of [...]]]></description>
			<content:encoded><![CDATA[<p>Web 2.0 is what the latest buzz word everyone is talking and writing about a lot these days. Every blog you read and every site you visit is full of third party widgets. Some of these widgets really provide useful additional information and helps you find similar content that you are reading. But some of the widgets simply load every time you visit the page and you personally don&#8217;t find anything useful about these widgets.</p>
<p>I always used to browse the net using my unlimited GPRS connection and never bothered about the bandwidth I am consuming. But I had a broad band connection with 1GB/Month data transfer limit at home for about two months. During that time, I realized that the widgets on every blog consume some bandwidth for me which is a point that never bothered me when I was working on an unlimited internet connection.</p>
<p>There are so many good things about these widgets as they really help you to explore the web for similar content or helps you to find people with similar interests. But what if I don&#8217;t like a particular widget and I don&#8217;t want to see it on any blog or web site I visit. Wouldn&#8217;t it be good and save some bandwidth for you?</p>
<p>These days lots of blogs are using preview widgets which will show you a preview image of the actual page or home page of the web site when you hover on a link in the blog? Wouldn&#8217;t it be nice if you provide the user with a way to disable this? Of course, I noticed in <a href="http://techcrunch.com">TechCrunch</a> that the <a href="http://snap.com">Snap</a> preview tool uses a clever technique where it adds a small icon kind of image right to the links, and when you hover on this image you will get a snapshot image of the link. As long as you hover on the text of the link you don&#8217;t get a preview. I really like this method where the user has more control over the widget and can see the preview if he wishes to.</p>
<p>These are my random thoughts about the widgets. But I strongly feel widgets really help us a lot in exploring the web, but there should be a way to turn them off if the user doesn&#8217;t like the widget. <em>Of course why should my browser be forced to download some JavaScript files and images which are of no use for me?</em></p>
<p><span style="font-weight: bold">What do you think? I would love to hear your thoughts </span>about the widgets and I know I may not be the first blogger to write about this topic.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://webgeekblog.com/2007/03/07/its-a-web-20-world-who-cares-for-my-bandwidth-costs/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Is your site mobile ready? Check it now!</title>
		<link>http://webgeekblog.com/2006/12/10/is-your-site-mobile-ready-check-it-now/</link>
		<comments>http://webgeekblog.com/2006/12/10/is-your-site-mobile-ready-check-it-now/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 10:35:32 +0000</pubDate>
		<dc:creator>Chandra</dc:creator>
		
	<category>Mobile</category>
	<category>Tips</category>
	<category>Internet</category>
	<category>Web</category>
		<guid isPermaLink="false">http://webgeekblog.com/2006/12/10/is-your-site-mobile-ready-check-it-now/</guid>
		<description><![CDATA[Gone are the days where your websites are only viewed by desktop users. Now mobile web is rapidly growing. People are using Internet on their Mobile Phones, PDAs and other devices. There are few primary limitations when you use Internet on a mobile device compared to a normal desktop or laptop computer. Primarily you have [...]]]></description>
			<content:encoded><![CDATA[<p>Gone are the days where your websites are only viewed by desktop users. Now mobile web is rapidly growing. People are using Internet on their Mobile Phones, <acronym title="Personal Digital Assistant">PDA</acronym>s and other devices. There are few primary limitations when you use Internet on a mobile device compared to a normal desktop or laptop computer. Primarily you have a small display to view the pages and the navigation controls you have are limited. You are limited to a standard mobile keypad unless you are using a high end BlackBerry phone or any other smart phone.</p>
<p>Have you ever wanted to see how your website looks for a mobile phone user? You might actually wanted to see it but could not get a right mobile phone with internet access. No problems!! You don&#8217;t need  a phone to see your website&#8217;s look and feel for mobile users!!There are online emulators to do this task for you. Just enter the url of your website or any other website and you are done, you can see a complete mobile version of your site and you can navigate through your pages as if you are using an actual mobile phone. <em>You should use a java enabled browser to get this functionality working!</em></p>
<p>There are two emulators Nokia n70 and Sony Ericsson K750i available at .mobi website.</p>
<p>Link: <a href="http://emulator.mtld.mobi/emulator.php">Mobile Emulator at .mobi website</a></p>
<p>OperaMini is the web browser for small screen devices. You can download it and install on your Java enabled phone. You can visit <a title="OperaMini - Mobile Web for all" href="http://www.operamini.com/">OperaMini</a> website for more details and mobile phone support. If you don&#8217;t have a mobile which can work with OperaMini, you can simulate it online using their simulator.</p>
<p><img align="left" alt="OperaMini Simulator" id="image6" title="OperaMini Simulator" src="http://webgeekblog.com/wp-content/uploads/2006/12/operaminisimulator.jpg" /></p>
<p>Link:<a href="http://www.operamini.com/features/simulator/"> OperaMini Simulator</a></p>
<p>The image shows WebGeekBlog in OperaMini Simulator. WebGeekBlog mobile is Beta right now. I am planning to develop a complete mobile version using <acronym title="Extensible HyperText Markup Language">XHTML</acronym> mobile profile.</p>
<p>There are few other emulators which you can download and install on your computer to test your site.</p>
<p>Personally I feel mobile web is going to rock in the near future. So be prepared to take your sites mobile!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://webgeekblog.com/2006/12/10/is-your-site-mobile-ready-check-it-now/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
