CSS

by

Reading Time: 4 minutes The other day I had a fun conversation with a friend and one-time co-worker, Wes Ruvalcaba. We were talking about CSS Grid and the fr unit and how it didn’t quite behave the way (I) expected. Wes and I got to chatting a bit more about our wants and complaints about CSS, and this lead

by

Reading Time: 4 minutes The W3C recently tweeted the first working draft of the new CSS Fonts module. And I read it. And I’m excited, and I think you should be, too. There’s a lot of cool things that are going to help us solve some a lot of problems, and do a few cool new tricks.

by

Reading Time: 7 minutes It’s not that hard to write CSS. The basics of how the language works can be learned in 15 minutes. Most of the major properties and techniques for using them can be learned in a few days.  You can learn how to build static websites within a few weeks —and there’s scores of books and blogs

by

Reading Time: 5 minutes So you’re a back-end developer. You write .net or Java all day. You create Schemas and Templates in Tridion. It’s Friday. The front-end developers have signed off early and you just got a high priority bug. And it’s in the CSS. You hate CSS. What do you do?

by

Reading Time: 3 minutes Wait, what’s the CSSOM? Well, I’ve talked about it in the past; it’s the object model for your styles. I even wrote about how to make a CSSOM analyzer. What I didn’t know then, that I know now, is that you can manipulate the CSSOM. It’s not just there for show and tell. You can

by

Reading Time: 2 minutes We’ve all been there. It’s  2:00 in the afternoon. You need to pick up your kids from school. But, when you look at a component in Tridion’s Experience Manager (XPM / Site Edit), it’s broken. WTF! You’re not a front-end guy. You’re an architect. What do you do?

by

Reading Time: 5 minutes The world of front-end development is changing at a lightning fast pace. It’s hard enough for a front-end developer to keep up. So, how should a Tridion architect or general back-end developer stay “in the know” about the world of front-end development? Let me share with you what I’ve been doing in 2016 that I

by

Reading Time: 7 minutes The original title was, “CSS’ Units of Measurement and their impact to the quality of responsive websites”, and then I thought, “I wouldn’t want to read that — there’s no way someone else would.” So I figured I’d try something semi-punny, and then hit you with the real title inside, like a journalist or something.

by

Reading Time: 5 minutes Having a propensity to be pedantic, today I finally reached a small breaking point with line-height. In the grand scheme of communicating design requirements, this is a tiny little thing. But, a good understanding of line-height can improve design, documentation, and code quality all at once. If you’re not using a unitless line-height right now,