Page 1 of 1

Tips to design your site for mobile devices

PostPosted: Wed Aug 19, 2009 10:00 pm
by finoy
Hi,
Now we live with Mobile devices. So let's we start to design our sites for mobile devices also.
Here is some tips for that...

Re: Tips to design your site for mobile devices

PostPosted: Thu Aug 20, 2009 4:06 pm
by DJ
Yes I agree!

With the iPhone many sites are being seen as they are developed without the need of special mobile views. But certainly sites especially built for the iPhone and Blackberry are a whole new business area that will grow in the near future. Some research shoudl definitely be put into this!

Re: Tips to design your site for mobile devices

PostPosted: Thu Aug 20, 2009 4:29 pm
by Mike
It's amazing how many sites actually don't work at all in the iPhone. For example, huge
portions of monster.ca are horribly broken. Some companies are just starting to
get it. The Toronto Star has an iphone URL. Smart.

As PG can surely tell you, this is where using MVC in your design process really helps.
Model - Viewer - Controller, where your data model, business logic, and presentation layer
are distinct and separate. All you would have to do to redo your entire site for the iphone
is a new skin, just HTML and style sheets. Apply the new view to your controller, presto,
a shiny new iphone-friendly site.

I've also used mod_rewrite in Apache to do the 301 redirects instead of burdening
PHP or Javascript for browser detection. It's built right in to Apache. Just check
for the iphone (or any mobile browser) agent string, rewrite with 301 to the new
mobile url.