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:
or are you guys using something else that works better?
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>
Last edited: