Home | History | Annotate | Download | only in webapps

Lines Matching full:mobile

13 <p>Developing web pages and web applications for mobile devices presents a different set of
16 follow in order to provide the most effective web application for Android and other mobile
21 <li>Redirect mobile devices to a dedicated mobile version of your web site
22 <p>There are several ways you can redirect requests to the mobile version of your web site, using
24 string provided by the web browser. To determine whether to serve a mobile version of your site, you
25 should simply look for the "mobile" string in the User Agent, which matches a wide variety of mobile
29 full-size web sites (such as tablets) do <em>not</em> include the "mobile" string in the user agent,
31 the mobile version of your web site based on whether the "mobile" string exists in the user
36 <li>Use a valid markup DOCTYPE that's appropriate for mobile devices
37 <p>The most common markup language used for mobile web sites is <a
39 ensures specific markup for your web site that works best on mobile devices. For instance, it does
40 not allow HTML frames or nested tables, which perform poorly on mobile devices. Along with the
71 <p>Because mobile devices typically have a connection speed far slower than a desktop
88 <p>For a more thorough guide to creating great mobile web applications, see the W3C's <a
89 href="http://www.w3.org/TR/mobile-bp/">Mobile Web Best Practices</a>. For other guidance on
90 improving the speed of your web site (for mobile and desktop), see Yahoo!'s guide to <a