Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Your average mobile device still has a very small screen resolution.</p> <p>A <a href="http://www.google.com/search?btnG=1&amp;q=mobile+screen+resolution+list" rel="nofollow noreferrer">quick google</a> found a number of sites listing this sort of thing, or pointing to lists, the best one I saw was:</p> <blockquote> <p><a href="http://cartoonized.net/cellphone-screen-resolution.php" rel="nofollow noreferrer">Cell phone screen resolution by Brand and Model</a></p> </blockquote> <p>or for a better idea of average:</p> <blockquote> <p><a href="http://cartoonized.net/cellphone-screen-resolution-by-size.php" rel="nofollow noreferrer">Cell phone screen resolution, sorted by size</a></p> </blockquote> <p>As for building the mobile version, I'd start with <a href="http://msdn.microsoft.com/en-us/library/system.web.mobile.aspx" rel="nofollow noreferrer">System.Web.Mobile</a>, and work my way on from there - taking in <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.mobilecontrols.aspx" rel="nofollow noreferrer">System.Web.Ui.MobileControls</a>, and also <a href="http://msdn.microsoft.com/en-us/library/z8h56a3f(VS.80).aspx" rel="nofollow noreferrer">their walkthroughs</a>.</p> <p>And can I say "thank you for thinking of us"? As a user of the "mobile" internet, it's always a pain to come across a heavily javascript enabled site (I'm looking at you SO) that doesn't work on my phone (Windows Mobile 6.1, with Opera Mobile 8.5 installed) because of limited (or percived limitations) in the JS support.</p> <hr> <p>Just had another thought - with everyone talking about DRY - looking into an MVC framework would be a really good thing to do - then your controllers can all be the same, and just return a modified view based on the browser caps - <a href="http://www.hanselman.com/blog/MixMobileWebSitesWithASPNETMVCAndTheMobileBrowserDefinitionFile.aspx" rel="nofollow noreferrer">Scott Hanselmann included a bit about this in his MIX talk</a>, all good stuff.</p> <hr> <p>I knew I had more here.</p> <p>Scott also had a podcast (<a href="http://www.hanselminutes.com/default.aspx?showID=172" rel="nofollow noreferrer">ASP.Net and the mobile web</a>) on this, and the <a href="http://mdbf.codeplex.com/" rel="nofollow noreferrer">Mobile Device Browser Files</a> are on codeplex</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload