Posts Tagged ‘html’
-
15 Nov, 2024
Design Systems Q&A
I recently had the pleasure of doing a Q&A session with Molly Helmuth’s Design System Bootcamp cohort. The questions were great and varied, so I asked Molly if she’d be alright if I shared my answers with you all. Thankfully, […]
-
16 Oct, 2024
Hire HTML and CSS people
Every problem at every company I’ve ever worked at eventually boils down to “please dear god can we just hire people who know how to write HTML and CSS.” This UX is awful? That UI looks old? Accessibility busted? Performance […]
-
22 Aug, 2024
Raw-dogging websites
Raw-dogging websites: index.html, styles.css, script.js. No frameworks, no CMSes, no build steps, no nuthin’. Sure, you can call it a static site, but even those tend to be compiled by sophisticated tooling behind the scenes. And also, c’mon, gotta get […]
-
13 Mar, 2023
Redefining Developer Experience
developer experience needs to pivot from a concept centered on feeling fast and living on the bleeding edge to one based on the enabling of developers to deliver reliable and first rate end user experiences — for as many users […]
-
15 Dec, 2019
Do I need a custom Select?
No
-
15 Dec, 2019
Why is Not an Accordion
Preach, Dave. At the risk of being a broken record; HTML really needs , , , , and elements. Not more “low-level primitives” but good ol’ fashioned, difficult-to-get-consensus-on elements. A new set of accessible controls for a modern era… except […]
-
18 Mar, 2019
You probably don’t need input type=“number”
Last week I got a call from my bank regarding a wire transfer I had just scheduled. The customer support guy had me repeat everything back to him because there seemed to be a problem with the information. “Hmmmm, everything […]
-
19 Apr, 2017
Template Technology Agnosticism
I absolutely love Jonathan Snook‘s thoughts here. He discusses how the Mustache templating engine actually gets quite close to tech-agnostic HTML, and that’s a good thing for systems that need to go to a bunch of places. This legibility becomes important for other […]
-
12 Jan, 2016
Frontend Guidelines Questions
The frontend considerations of an organization are many. We’re overwhelmed by tools, processes, workflows, styles, opinions, and ever-changing best practices. In order for frontend teams to create cohesive, consistent work, it’s important for organizations to establish some guidelines for how […]
-
19 May, 2014
HTML Wireframes
For the first few years of my career, I didn’t know that wireframes existed. It wasn’t until I started working at a larger agency that I first encountered a strange new black-and-white InDesign world, where multiple rounds of 100+ page […]