What's the latest in developing for mobile devices?

Last post 07-01-2009 9:19 AM by Bullonprowl. 5 replies.

Sort Posts:

  • What's the latest in developing for mobile devices?

    06-19-2009, 12:25 AM
    • Member
      114 point Member
    • hc1
    • Member since 02-06-2008, 2:08 PM
    • California
    • Posts 121

    I used to use notepad for mobile development.  I just output simple HTML and tweak as and when each incompatibility is discovered by the users.  For example <input> will not show up on a Sony phone if it is within an <ul> section but it shows up fine on other phones so I have to give up using <ul>.  Basically a lowest common denominator thing.  What a sad situation.

    So what's the latest with ASP.Net?  Does ASP.Net automatically adjust the output based on the browser?  For example, with Internet Explorer ASP.Net will output the Width property of a TextBox as a width parameter in the STYLE attribute of an <input> tag.  But some phones don't obey this particular style so does ASP.Net then generate it as the WIDTH attribute of the <input> tag instead?

    And BlackBerries will stretch an input box to fill up the width of the whole screen, so how to handle this?

    Advice and experience sharing much appreciated.

    Thanks.

  • Re: What's the latest in developing for mobile devices?

    06-19-2009, 5:14 AM
    • All-Star
      25,855 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 5:49 AM
    • Mumbai
    • Posts 4,391

    Hi,

    Vs 2005 there  were Mobile control but with Vs2008.There is no Predefined Control or pages for Mobile.

    But Know Days Mobile Phones have Full Blown Broswer such as Opera , firefox ,safari..

     

    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: What's the latest in developing for mobile devices?

    06-19-2009, 9:44 AM
    • Member
      114 point Member
    • hc1
    • Member since 02-06-2008, 2:08 PM
    • California
    • Posts 121

    What does this mean?  Does this mean:

    a.  Nobody bothers to develop web pages for cell phones?

    b.  Those who develop just try their luck.  As I have said, <ul><input type='text'></ul> does not show up on a Sony phone but a Nokia renders it the same as PC IE.  My users discovered this and I wasted much time investigating the problem stripping the code line by line until the cause is found.

     

  • Re: What's the latest in developing for mobile devices?

    06-21-2009, 5:27 AM
    • All-Star
      25,855 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 5:49 AM
    • Mumbai
    • Posts 4,391
    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: What's the latest in developing for mobile devices?

    06-22-2009, 3:41 AM
    • Member
      114 point Member
    • hc1
    • Member since 02-06-2008, 2:08 PM
    • California
    • Posts 121

    Thanks.  That confirms what I feared: no support for development for mobile devices.

  • Re: What's the latest in developing for mobile devices?

    07-01-2009, 9:19 AM
    • Member
      332 point Member
    • Bullonprowl
    • Member since 08-16-2005, 6:04 AM
    • Chennai
    • Posts 87

    Hi

    I Dont know about VS2008. but i have worked with VS2005. You can add mobile web form. wat else you are trying to do? let me know. 

    Regs,
    Bharani

    Please mark this post as "Answer" if it helped to solve your problem, so that others can also find it usefull while searching.
Page 1 of 1 (6 items)