Quickest way to make site mobile friendly?

mpbiz

New member
Apr 29, 2010
2,824
57
0
I've seen WP plugins like wp touch that can generate mobile sites quickly, but my site isn't running on wordpress.

Are there any generators or anything like that available where you can just input your basic html and spit out a mobile friendly page easily?

Thanks.

Edit:

Also, if a mobile user lands on your regular home page instead of your mobile subdomain, is a code like this good enough for redircting them:

Code:
<script type="text/javascript"><!--
if (screen.width <= 699) {
document.location = "http://spinningsausage.org[URL="http://spinningsausage.org"][/URL]";
}
//-->
</script>
or are you guys using something else that works better?
 
Last edited:


As a vast array of cell phones and other mobile Internet service providers come into our daily lives, it is more and more necessary to have plugins that help make websites user friendly. Any generator that can help the consumer and web master communicate is a great thing. Thanks for adding suggestions here.
 
I've been trying to find the answer to this question, too. Is there a plugin for WordPress that will convert your site so that people on mobile phones and iPads or tablets can read your text easily?
 
Wordpress Mobile Pack is pretty good for taking a Wordpress site mobile. The only problem is that if you want to modify it (which you will), you will have to deal with like 3-5 different sets of files to get them working on all phones.

Easiest way to test mobility -
Smartphones -> On device or Chrome browser (emulates iOS and Android browser really well)
Feature Phones -> Opera Mini - if you can get it formatted correctly in Opera Mini you will have a lot of Feature Phones handled.