SpeedyTechie
-
Responsive on mobile
You can't trust those online emulators, they usually just use an iframe that happens to be the same height and width of the device. (which is nothing like how the device actually renders the page)
-
How do i make the mobile version of my website display only on mobile phones?
Check out http://detectmobilebrowsers.com/ It is super easy to use, it works well and it is available in whatever language you prefer: ASP, JQuery, JavaScript, PHP, and a bunch of others...
-
Readable Text on Mobile Devices
Thanks a lot, it was all because I didn't have the meta viewport tags.