Results 1 to 5 of 5

Thread: How to creating Mobile Web Pages?

  1. #1
    Join Date
    Dec 2009
    Posts
    27

    How to creating Mobile Web Pages?

    Hi,
    I am web developer and I want to make web site for mobile device, but I am new with this mobile web application technology and because of this I don’t know form where I start for developing my mobile web site project and also tell which programming language is useful and easy to learn, and also share with me mobile device capabilities, please give me some useful suggestions.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,277

    Re: How to creating Mobile Web Pages?

    Hey I give you better solution because I am mobile web developer
    Creating the mobile page is pretty similar to any other webpage. The main difference is the need for a Mobile Specific Doctype.
    <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
    <meta name="MobileOptimized" />
    In Mobile devices we have to use XHTML basic. And XHTML is not so much different from the HTML because it will support the common HTML tags. Here we able to use MobileOptimized meta tag, it will help to know the device that the site is designed for the mobile web and no need to be shrunk.Here we have to use minimum the graphics, markup and css.

  3. #3
    Join Date
    May 2008
    Posts
    2,134

    Re: How to creating Mobile Web Pages?

    In mobile web development No USER AGENT Spoofing under any circumstances. Preserve headers are a transcoder modify or delete currently using HTTP headers if suppose there is nothing for any circumstances. If you have to use extra x-* then headers are you have to use. I think you have to use ASP.NET mobile Web pages because it supports mobile controls with the same extensibility features. And I think you have to use ASP.NET .

  4. #4
    Join Date
    May 2008
    Posts
    2,792

    Re: How to creating Mobile Web Pages?

    I tell you the ASP.Net mobile Web pages and mobile controls features:
    • In ASP.NET you can easily use the controls to write simple mobile controls declaratively.
    • In ASP.NET you can easily customize any output in any control with the help of new adapter for the control.
    • In ASP.NET you able to write new mobile controls and deploy in your in ASP.NET mobile Web pages. New controls can use inheritance or composition to take advantage of existing controls.
    • You can add support for an entirely new device by using adapter extensibility, with no changes to individual applications.

  5. #5
    Join Date
    Apr 2008
    Posts
    2,572

    Re: How to creating Mobile Web Pages?

    Hey I think you need to study following mobile controls which all are available in ASP.NET, and I sure after study this controls you get the better idea how to make the web pages for mobile device.

    Code:
    AdRotator, Calendar,Command ,CompareValidator ,CustomValidator ,Form ,Image ,Label ,Link ,List ,MobilePage ,ObjectList ,Panel ,PhoneCall ,RangeValidator ,RegularExpressionValidator ,RequiredFieldValidator ,SelectionList ,StyleSheet ,TextBox ,TextView ,ValidationSummary

Similar Threads

  1. Yellow Pages does not appear
    By azianai in forum Technology & Internet
    Replies: 3
    Last Post: 30-01-2010, 07:02 AM
  2. Creating dynamic pages with asp to redirect
    By Isdel in forum Software Development
    Replies: 3
    Last Post: 20-11-2009, 10:39 PM
  3. Cannot access any msn web pages
    By depesh in forum Technology & Internet
    Replies: 3
    Last Post: 31-07-2009, 03:44 PM
  4. How do i add pages to existing pages in iweb
    By Samsher in forum Software Development
    Replies: 3
    Last Post: 04-05-2009, 10:18 AM
  5. Wanted Free Software for creating Web pages
    By Icarusul in forum Windows Software
    Replies: 3
    Last Post: 16-10-2008, 07:45 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,862,403.35176 seconds with 17 queries