Hi. i have a site and now i'll also make this site's mobile version. How can i do this site for looiking on mobile devices. Can you give any source, info,idea..
I did something like this a while back. My solution was to determine the browser and device of the incoming request and then load a different layout depending on device.
For instance, iPhone doesn't use flash so I might have another version for that, blackberry didn't support javascript and was smaller different version for that.
Mobile devices vary a bit now iPhone and android support most stuff, but older ones don't so it depends on which devices you target.
operator
Member
41 Points
143 Posts
develop web site for mobile
Jun 23, 2011 01:34 PM|LINK
Hi. i have a site and now i'll also make this site's mobile version. How can i do this site for looiking on mobile devices. Can you give any source, info,idea..
Thanks..
DarthSwian
Star
12771 Points
2361 Posts
Re: develop web site for mobile
Jun 23, 2011 04:07 PM|LINK
I did something like this a while back. My solution was to determine the browser and device of the incoming request and then load a different layout depending on device.
For instance, iPhone doesn't use flash so I might have another version for that, blackberry didn't support javascript and was smaller different version for that.
Mobile devices vary a bit now iPhone and android support most stuff, but older ones don't so it depends on which devices you target.
Seek and ye shall find or http://lmgtfy.com/
roopeshreddy
All-Star
20135 Points
3323 Posts
Re: develop web site for mobile
Jun 23, 2011 05:41 PM|LINK
Hi,
You can add the following META tags, to make your website mobile compatible,
Check the following links for more information,
http://roopeshreddy.wordpress.com/category/asp-net/
http://www.asp.net/learn/whitepapers/add-mobile-pages-to-your-aspnet-web-forms-mvc-application
Hope it helps u...
Roopesh Reddy C
Roopesh's Space