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

Development Tools

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

Building websites with Chrome DevTools

Hi all

I was working on a client project today, in fact have been all week. Which I'm involved turning a websit e built for the desktop responsive. I rely on a range of tools to do this including Quirktools Screenfly and Chrome DevTools to write CSS on the fly.

It's incredibly useful to use tools like this to see what my changes do to the site while I'm typing them, just so lot as I remember add the changes to my file before I refresh the browser :D

What about others, do you work in a similar way? Is it cheating? Is it viable? Is it a learning tool?

I've found this to be an incredibly helpful method of working. If there's something I'm just a little uneasy about coding "blind", I'll use the Chrome Dev Tools to see my changes live then just copy over to my master file as you said. I don't think it's cheating, either!

I especially love being able to drill down into other people's sites to see how they do things.