Any idea on this or hints guys?
developing websites that able to view also in mobile internet.
Is there any restrictions or constraints (don't know what the term) if you develop a website for mobile access? or it is the same way?
I just thinking first of all the difference of the resolution or screen. And also I experienced the difference of the URL when accessing the yahoo.com via mobile internet. That's why It may have a difference.
I am asking you guys, from experienced php developers with mobile website development and good idea for all you guys.
Thanks in advance.
Auto switch resolution for mobile internet
Moderator: General Moderators
-
rozvinbm_jp
- Forum Commoner
- Posts: 43
- Joined: Thu Jun 14, 2007 8:36 pm
- Location: Fuji-shi, Shizuoka-ken, Japan
-
rozvinbm_jp
- Forum Commoner
- Posts: 43
- Joined: Thu Jun 14, 2007 8:36 pm
- Location: Fuji-shi, Shizuoka-ken, Japan
Sorry for not clear explanation.
I'm planning to create a website that can able to access via PC's browsers and Mobile's browsers. PC and Mobile has different resolution and maybe every mobile has different resolutions too.
Iam begging a help from you guys on how to development a website for mobile browsers.
I'm planning to create a website that can able to access via PC's browsers and Mobile's browsers. PC and Mobile has different resolution and maybe every mobile has different resolutions too.
Iam begging a help from you guys on how to development a website for mobile browsers.
Your question is too general. Be more specific please.
I will say this, however. I am guessiong you want to create different versions of your website for mobiles and PCS and need to be able to detect the resolution of the client that accesses it. PHP cannot do it because it's a preporcessor (it runs on server). You need a run-time application (it runs on client's computer) like JavaScript that can detect the resolution and operating system of the client and switch to apropriate version of your site.
I will say this, however. I am guessiong you want to create different versions of your website for mobiles and PCS and need to be able to detect the resolution of the client that accesses it. PHP cannot do it because it's a preporcessor (it runs on server). You need a run-time application (it runs on client's computer) like JavaScript that can detect the resolution and operating system of the client and switch to apropriate version of your site.