The deskilling of web dev is harming the product but, more importantly, it’s damaging our health – this is why burnout happens – Baldur Bjarnason
A depressing but accurate description of the economics of web development.
A depressing but accurate description of the economics of web development.
Gosh! And I thought I had strong opinions about markup!
Stéphanie has gathered a goldmine of goodies:
Articles, resources, checklists, tools, plugins and books to design accessible products
Styling a list of nested details
elements to create a beautiful lokking tree view, all in CSS, all nicely accessible.
This looks like an excellent (and very reasonably-priced) online event happening on November 12th with three panels:
Feel bad because your favourite artists aren’t getting any income from Spotify? Here’s a handy tool from Hype Machine that allows you to import Sportify playlists and see where you can support those artists on Bandcamp.
I love this little to-do app! Every time you tick something off your list, something grows in your virtual terrarium. Lovely!
Amber runs through some HTML elements that help you provide semantic information—and accessibility—for your website: headings, paragraphs, lists, and more:
You may be aware that ARIA roles are often used with HTML elements. I haven’t written about them here, as it’s good to see how HTML written without ARIA can still be accessible.
Some very smart ideas in here for resetting default browser styles, like only resetting lists that have classes applied to them:
ul[class],
ol[class] {
padding: 0;
}
I select only lists that do have a
class
attribute because if a plain ol’<ul>
or<ol>
gets used, I want it to look like a list. A lot of resets, including my previous ones, aggressively remove that.
A handy bunch of checklists from Dave for creating accessible components. Each component gets a card that lists the expectations for interaction.
A collection of collections.
This site is dedicated to compiling and sharing useful resources for Designers and UI Developers.
Cameron contrasts Syd Mead with Frank Lloyd Wright.
Mastery of materials is a valuable thing to have. It will help you build what’s needed now and forge ahead into the near future. But vision is also valuable – it helps inspire and drive teams, and lays out a longer term future that can alter the path of humanity. What I take from the futurists and the realists is that there’s a place for every person and every process; what you need to do is find your own place, get comfortable, and own it.
Yes! I’ve wanted this forever!
A clever way of styling list numbers and bullets in CSS. It feels like this should be its own pseudo-element already though, right? Well, that’s on the way.
This is nifty little piece of CSS for numbering nested lists. I don’t think I’ve come across the counter
value or the counter-reset
and counter-increment
properties before (or if I did, I’ve completely forgotten about it).
This looks like a really handy service from Readability: gather together a number of related articles from ‘round the web and then you can export them to a reading device of your choice. It’s like Huffduffer for text.
It’s funny because it’s true.
Organise tea-making duties in the office with Twitter lists. This could be very handy...
Taking shopping lists and setting them in a more typographically pleasing way.