A few things that I pay attention. I don't specify width of the layout so that it will fit to any screen width. I have my images max 240 pixels except for some special cases. I use vertical...
Hi there, I am also developing mobile websites. My methodology is to build fluid layouts so that it will adapt different screen sizes automatically. I base my design on a minimum screen of 320 pixels.
I am working on my mobile site and I want to add a bookmark button so that the visitors can add my site to their favorites. The mobile site is coded in HTML. I guess the bookmark script will...
I guess you are right, the redirect code was in the index.php, instead of home.php of the main site. I changed it now and it seems to work just fine. No more redirects from main site to mobile once...
neonstring.com works fine as it should on a desktop browser. When you go "neonstring.com" on a mobile device, it redirects to "m.neonstring", that's good....
Surely, the site is neonstring.com and the mobile version is m.neonstring.com. The (main site) pages that don't work properly on mobile device have this parameter "?tasket=...".
tracknut, thanks for the code. I tried it on my mobile site and it works. But I have the same problem as xover15, when you go to main site from mobile site, page links on the main site do not work,...