Search

You searched for the word(s): userid:856793

Matching Posts

  • Re: XHTML Mobile Profile

    So, Can I use plain HTML 4.0 controls & Forms or do I need special Mobile Web controls & Forms to render correctly? From using the emulators, HTML 4.0 controls seem to work, but I don't know if this is the "correct way" to make mobile web apps. Can SOMEONE make a SIMPLE mobile web app? HTML and code behind? Something like this: Download the moble web controls add the controls to Visual Studio 2008 Toolbar Create a ASP.NET Web Application (C# or VB.NET) Add the correct DOCTYPE
    Posted to Mobile and Handheld Devices (Forum) by enewmen on 7/6/2009
  • Re: XHTML Mobile Profile

    I read a lot about XHTML MP standards, but I never saw a complete working ASP.NET project with XHTML standards and code-behind. All the examples where HTML only with scripts. By the way, most old phones can't display scripts. I tried using normal web server controls in Visual Studio 2008, but that got a low ready.mobi score and didn't render on most old phones (I never had problems on a Nokia n95 for example). I also tried the Mobile Web controls (using the mobile web template and controls
    Posted to Mobile and Handheld Devices (Forum) by enewmen on 7/4/2009
  • Re: Why NO .mobi rules ?

    I was able to see the http://wtime.mobi/mobi/wtime/DefaultPC.aspx site. It looks good, got a score of "5", and I see it's using <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> Noticed it's not using <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" " http://www.wapforum.org/DTD/xhtml-mobile10.dtd "> Can this site be made using normal Web Forms? (Visual Studio 2008) Or
    Posted to Mobile and Handheld Devices (Forum) by enewmen on 7/1/2009
  • Re: XHTML Mobile Profile

    From the post, it seems as simple as adding/changing the DOCTYPE to XHTML-MP in the web.config file. (to make WAP 2.0 work in Visual Studio 2008) I can then use the filter to to make the web site device specific. If there is anything more, please give me a link to some article that explain this in more detail.. Thanks for the post!
    Posted to Mobile and Handheld Devices (Forum) by enewmen on 6/26/2009
  • Re: XHTML Mobile Profile

    Thanks for the posts. It seems though XHTML MP is unsupported by Microsoft since 2005. How can I make this work in Visual Studio 2008? thanks!
    Posted to Mobile and Handheld Devices (Forum) by enewmen on 6/24/2009
  • Using normal SQL statements in LINQ & C#.

    Hi guys. I think this is the best place to post. I'm learning LINQ which can do simple things easily. However, I can't seem to use normal SQL syntax. LINQ looks something like this. NorthwindDataContext db = new NorthwindDataContext(); var customers = from c in db.Customers select c; grdCust.DataSource = customers; grdCust.DataBind(); The old way looks like this: MySqlConnection MySql = new MySqlConnection(); DataTable datatable = new DataTable(); mySql.CreateConn(); SqlDataAdapter adapter
Page 1 of 1 (6 items)