29/07/06 2D code on shorts
They are everywhere :-)
These days a lot of web sites have mobile optimized webpages and usually publishers use different URLs for them. For example, Google has its mobile version of homepage at http://www.google.com/xhtml (instead of http://www.google.com/).
Usually publishers (Google in this case) uses techniques to dispatch mobile devices to its mobile version by looking up User-Agent string. This works fine when you make mobile webpage that only links to web pages under your control.
However, this might cause a problem linking to external sites from mobile optimized web pages. We can't make sure the target URL has mobile optimized page or not. Mobile Link Discovery tag solves this problem.


Mobinomy.com is the first .com directory for .mobi sites online. While .mobi sites will be used primarily through the mobile, there will exist a need for users to check out relevant .mobi sites on the web. Mobinomy.com attempts to cater to this need.
<link
rel="alternate"
type="application/vnd.wap.xhtml+xml"
title="XHTML-MP version"
href="http://www.smoothplanet.com/mobile"
/>
But what if there were a simple way for any Web developer to gain access to basic information about the devices hitting their site. What if they could use this information in a straight forward way in their templates (JSPs, ASPs, PHP, etc...) or other server-side logic for the purpose of more easily providing a mobile-friendly user experience in accordance. And what if this information were available as a utility - as transparent and ubiquitous as DNS or HTTP headers and integrated seamlessly into all the most used Web development frameworks and Web servers.
mobileOK is directly built upon the Mobile Web Best Practices: to be mobileOK, a page needs to pass a well-defined subset of the Best Practices, as assessed through a refinement of the tests developed as part of the Best Practices.