Popper.js

Direct Link

Speaking of tricky things to get right: tooltips!

Tooltips need to be particularly self-aware, so they don’t stick out someplace where they can’t be read. Then continue to be smart as the page state changes, like is resized or scrolled. …

Avatar of Chris Coyier
Shared by Chris Coyier on

Modaal

Direct Link

Modaal is a WCAG 2.0 Level AA accessible modal window plugin.

Modals seem so hard to get right from an accessibility perspective, I’m not proud to say I’ve never tried. Something like moving focus to the modal when it opens …

Avatar of Chris Coyier
Shared by Chris Coyier on

empty-cells

The empty-cells property in CSS selects empty table cells for the purpose of specifying whether or not to display borders and backgrounds on them. In other words, it tells the browser whether or not to draw borders around a table …

Avatar of Geoff Graham
Geoff Graham on

Lint your CSS with stylelint

You write CSS. Probably a lot of CSS. And you make mistakes. Probably a lot of mistakes. Somebody needs to stop you from making mistakes in your CSS.

Sometimes your mistake is a real bug. Sometimes it’s just sloppy, inconsistent, …

Avatar of David Clark
David Clark on (Updated on )

Introducing the new Framer

Direct Link

Framer, the design and code tool from Motif Tools BV, has been updated with lots of new features.

I guess it’s Framer “js”, because the designs you create are formed from a code syntax that is JavaScript-like. Kinda looks like

Avatar of Robin Rendle
Shared by Robin Rendle on (Updated on )

I, Website

There is a famous essay by Leonard E. Read called “I, Pencil“. This is a homage to that.


I am a website — the ordinary website familiar to all people who use the internet.…

Avatar of Chris Coyier
Chris Coyier on (Updated on )