Upgrade to Pro — share decks privately, control downloads, hide ads and more …

My favorite design tool ... is a browser.

Mary Baum
April 07, 2019

My favorite design tool ... is a browser.

I don’t want to say I’m old, but copiers were high-tech when I was in school. And I swore I'd never get stuck in an era as the years went by.

So I’ve tried all the new design tools! (Mostly). I’m a big fan of thumbnail sketches.

And I’ll do some sample layouts in Photoshop or XD or Affinity.

But as soon as I can, I head for the browser.

For a reality check? Sure.

But there’s also a heap of serendipity in them dev tools!

— For my vet, I stumbled on great typography just by hitting the Up and Down keys and seeing where they take me.
—Gutenberg and some new options in the Genesis Framework are making it easier than ever to build without thinking much about templates (the php kind).
— And you can hook your code editor right up to Chrome and see your changes (Local changes, of course!) come to life in real time!

So come take a look! If you love CSS like I love CSS, you’ll love designing elements and posts and pages — even entire sites — right in the browser!

Mary Baum

April 07, 2019
Tweet

More Decks by Mary Baum

Other Decks in Design

Transcript

  1. I took Nemo and his brother, Whitey, in over Labor

    Day weekend a few years ago. And left with the same two cats, three boxes of flea treatment and the website.
  2. So I start messing with the up- and down-arrows in

    the style blocks, and things change in real time! Like this padding.
  3. Hell. Here’s a header in InDesign someone did, that someone

    else built a site from. (I inherited, added WooCommerce) Course, who doesn’t love new tools?
  4. This is XD too — and an excuse to show

    you a baby picture. This is my baby, and she’s turning 29.
  5. So. I love design tools. I used Affinity and then

    Illustrator for this layout of a WooCommerce product page, sized for an iPad Pro.
  6. There’s a whole other screenful of stuff we have to

    style! It’s still not as compact as I’d like. But all this stuff HAS to be there if we’re really going to sell that product! So at this point, you’ve GOTTA be in the browser to see what you’re doing. But which one?
  7. A lot of it is my muscle memory in Chrome.

    My fingers just know where to go.
  8. But I also like the way the dev tools can

    emulate any device, from phones …
  9. to HD and 4K screens that scale so you can

    see them, but keep everything in proportion. You could design a Jumbotron view in Chrome!
  10. The current version of Chrome has great tooltips. Everything you

    wanted to know about an element — just hover.
  11. But the real killer thing in Chrome for me is,

    I can work twice as fast. (Or mess around twice as much… I mean, isn’t the real definition of design that we keep messing around and messing around until it doesn’t suck anymore? Design in the browser is MADE for that.)
  12. See that green dot on the style.css icon? That means

    the sheet is live — you’re making changes in real time that will save in the file.
  13. style editor. When we see an asterisk, we know the

    file has changed. Saving from here will save the sheet in our IDE.
  14. this is my setup — viewport on the left; browser

    styles in the middle; phpStorm on the right.
  15. So if I'm that happy in Chrome, why bother with

    Firefox? For two things: Grid and CSS-Shapes.
  16. Here’s the CSS-Grid inspector in Chrome, and it’s not bad.

    It’s great, in fact, for some things.
  17. But if you’ve got more than one grid on a

    page? Firefox lets us see them all, and in different colors! And you can highlight a certain cell if you want.
  18. The other thing is CSS-shapes. Which now has support in

    every browser, once we see the new version of Edge that’s based on Chromium.
  19. with handles! And as you move them around, you control

    the margin that controls where the type flows.
  20. If time: Let’s go cross-browser: Speaking of messing with things

    until they don’t suck - here’s me having Fun With Buttons! And border-radius. Probably did this in Chrome.
  21. Here they are as blog headlines. Is that a case

    of banner blindness, or did you just eat a bad burrito?
  22. I took Nemo and his brother, Whitey, in over Labor

    Day weekend a few years ago. And left with the same two cats, three boxes of flea treatment and the website.
  23. So I started pulling things apart until I discovered this:

    height: 86vw! Makes perfect sense on a phone view!