You can try and design one, but Its not going to be very easy. First off the resolutions are vastly different. Secondly what works on desktop doesn't always work on mobile.
It'd be less time doing two versions
but if you have an n-tier application it shouldn't be too much work
Ofcourse you can take advantage of HTML 5! Almost all mobile browsers supports rendering HTML 5 content - Apple iPhone, Android, Windows Phone, BlackBerry etc.,
hady_matrix
Member
242 Points
253 Posts
HTML5 with mobile deveices
May 09, 2012 10:48 AM|LINK
Hi all,
i want to make my website mobile freindly and compatible with all mobile deveice (norma and smartphones)
do you think HTML5 can support me?
need your advice
thanks
DarthSwian
Star
12771 Points
2361 Posts
Re: HTML5 with mobile deveices
May 09, 2012 11:32 AM|LINK
Yes, and take a look at this: http://jquerymobile.com/
You can use javascript to determine if a mobile device is accessing your site and provide a mobile version of it using jquery mobile.
Seek and ye shall find or http://lmgtfy.com/
hady_matrix
Member
242 Points
253 Posts
Re: HTML5 with mobile deveices
May 09, 2012 12:32 PM|LINK
do you mean i have to make to websites?
one for pc
second for mobile deveices. and the tow versions have the same features and display same data from same database.
how can i design only website for pc and mobiles???
thanks
DarthSwian
Star
12771 Points
2361 Posts
Re: HTML5 with mobile deveices
May 09, 2012 01:08 PM|LINK
You can try and design one, but Its not going to be very easy. First off the resolutions are vastly different. Secondly what works on desktop doesn't always work on mobile.
It'd be less time doing two versions
but if you have an n-tier application it shouldn't be too much work
Seek and ye shall find or http://lmgtfy.com/
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: HTML5 with mobile deveices
May 11, 2012 03:12 AM|LINK
Hi,
Ofcourse you can take advantage of HTML 5! Almost all mobile browsers supports rendering HTML 5 content - Apple iPhone, Android, Windows Phone, BlackBerry etc.,
http://www.asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features
http://jquerymobile.com
http://phonegap.com
http://kendoui.com
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
hady_matrix
Member
242 Points
253 Posts
Re: HTML5 with mobile deveices
May 12, 2012 09:17 AM|LINK
thanks all vey very much
yes,the best practise is to learn MVC4 with jquery mobile
http://www.asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features
thanks all