Responsive vs Mobile Site

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
What is the best/preferred way for a mobile site.

a. Responsive
b. m.domain.tld (has its own stylesheet to the non mobile site)

What are peoples thoughts on this?

I'm currently unsure what approach to take on this for a hopeful upcoming project
 

brsy

nah mang
May 12, 2011
1,530
272
Responsive is a lot better, because responsiveness isn't only for phones, it helps scale all size monitors, tablets, phones, TVs, etc
 

RastaLulz

fight teh power
Staff member
May 3, 2010
3,926
3,921
Responsive is the way to go, not only do you get to keep the same functionality and (overall) design across devices, but you also don't have to worry about redundant things like adding changes to multiple to multiple themes. Flexbox makes implementing a responsive template very easy, and I'd highly recommend looking into that, and just taking advantage of CSS3 in general.
 

Weasel

👄 I'd intercept me
Nov 25, 2011
4,132
2,456
Like brsy and Josh said, responsive is the best solution. Mobile sites are mainly something because there was no good way in the past. It may cost some time to figure out how to make a good responsive website, but in the long term it spares you so much time. Besides that, phones keep changing and getting bigger, there are tablets, etc. Making a mobile version also costs you double the amount of time when you change a functionality, as you need to change it in 2 sites instead of one.
 

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
Pretty late to respond here but all the main points have been covered from @brsy , @Exalted and @Bob Ross .

It really is the modern, most effective and practical way of doing things.. It's not "wrong" per say to chose the other method, it's just long winded and 9 times out of 10, as development continues, the designer/dev (whoever is in charge) will find it difficult to maintain and keep with a consistent design across both devices.
Just a quick heads up for responsive design, look into mobile first (if you're doing it all from scratch). Mobile first > scaling down.
 

Users who are viewing this thread

Top