Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website HTML First Draw Wireframes

Chiara Aliotta
Chiara Aliotta
2,711 Points

Mobile first approach

I think in this video is not clear why we are going through the "mobile first" approach. In fact there are different way to think how you should start building your website, "mobile first" is one of them. It would be nice explain quickly the reason why you embrace this choice, but also give hints to explore other philosophy behind it.

4 Answers

Further on in the course, when you dive in to styling the website with CSS, Nick actually spends a full video explaining the mobile first approach: http://teamtreehouse.com/library/how-to-make-a-website/css-cascading-style-sheets/take-a-mobilefirst-approach

You are right is a matter of choice and " Mobile first " is not the only approach, but they clearly stated why they use this approach. First , because they think is much easy to adapt a mobile web site to a desktop size than adapting a desktop size website to a mobile size. Also, because when designing for mobile first , you will be force to think about the most important elements of your site than you would designing first for a desktop where many secondary elements come into play.

Tom Bedford
Tom Bedford
15,645 Points

Hi Chiara, this article is a useful overview of why many people have adopted a mobile first approach. It links to several resources if you want to read more about the methods and ideas.

Chiara Aliotta
Chiara Aliotta
2,711 Points

Thanks all of you! I moved forward with the lessons and actually Nick explained it clear why going with mobile-first approach.

Thanks Tom for your hint. I have those books! ;)