CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Building for mobile devices (http://www.codingforums.com/forumdisplay.php?f=70)
-   -   Is a mobile website still HTML and usual PHP? (http://www.codingforums.com/showthread.php?t=256116)

buildblocks 04-04-2012 10:54 PM

Is a mobile website still HTML and usual PHP?
 
Is it as I was wondering?

felgall 04-05-2012 10:26 AM

Yes it is. Just you have a smaller screen to display on and different ways that people will interact with your page.

powertony 05-31-2012 01:34 AM

Quote:

Originally Posted by felgall (Post 1212515)
Yes it is. Just you have a smaller screen to display on and different ways that people will interact with your page.

Hi masters,

Do we need a different css and design? How do we know the users machine specification? Do we need to apply some API from smart phone system suppliers?

VIPStephan 06-04-2012 02:11 PM

There are a couple of device/user agent detection scripts on the internet but for simple layout issues the best is to use CSS media queries. Also do a search with the keywords “responsive web design”.

StevenHu 12-13-2012 07:01 PM

Quote:

Originally Posted by powertony (Post 1235076)
Hi masters,

Do we need a different css and design? How do we know the users machine specification? Do we need to apply some API from smart phone system suppliers?

1. You'll want to design the site so it works on smaller screens, so yes, you'll need to rethink your page so they appear correctly and are not squeezed into a small screen. Googling "responsive web design" will give you a start.

2. You don't really need to know the user's phone screen size.

3. You don't need to apply any APIs from smartphone suppliers if you are just redesigning your web site to fit smaller screens.


All times are GMT +1. The time now is 03:54 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.