[Pro] web for mobile

Hello. Is there any action to know the device is the user surfing from, just to give him the appropiatte web? Ill try to explain myself: user A is online through an iMac or a PC (for example) and when he enter the url, our web is 1200 x 600 pixeles. User B is on an iphone, so when he enter the url, he’ll se another web, the one made for iphone. I know its possible, but dont know if it is with freeway.

Thanks a lot.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

it’s the iPhone/iPad redirect probably (page action)?

I used that once and it worked like a charm.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can also divert users depending on their screen size.

I have a page somewhere that demonstrates this - i will try and find it and post the link.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

OK here is the page http://www.deltadesign.co/odds/3dcube.html

And the code to go in Page>HTML Markup before end head

<script type="text/javascript">
<!--
if (screen.width <= 699) {    document.location = "http://www.your site.com/your page.html";    }    //-->
</script>

Adjust to suit the size and redirect location.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

ok Thank you. I knew you can also divert users depending on their screen size, but I though that webs for mobiles are different. Ive never made one exclusivily for mobiles.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I though that webs for mobiles are different. Ive never made one exclusivily for mobiles.

In some respects they are different in that you may want to change your layout to better suit a mobile screen, be much more careful about image file size, avoid Flash etc. etc.

Have a look at http://www.60secondmarketer.com/

I think Jamie has done a great job of his mobile version - but use your mobile or you wont see it.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options