rachelandrew

Creating an EPUB for Workshop Notes

I enjoy teaching people about CSS and in particular CSS Layout, over the last year I’ve developed a course which, in entirety, is about two full days worth of material if taught in person. As there is only one of me, and I can only take on a finite number of in-person engagements each year Creating an EPUB for Workshop Notes

Being where the people are

I’ve spent more than three years trekking around the globe talking about CSS Grid Layout. Invariably while I’m on stage, someone will tweet something like, “well it sounds great – but it’s only implemented in Internet Explorer”. Where they get this information from is the Can I Use website, which correctly lists IE as the Being where the people are

A Revised Subgrid Specification

When you use CSS Grid Layout by setting the value of the display property to grid or inline-grid, only direct children of that element become grid items. If you declare a grid for your layout on a containing element, you can’t then position elements nested in markup on that grid. The Grid Layout specification contains A Revised Subgrid Specification

A Public Roadmap for your Product

When we launched Perch Shop, for the first time we also shared a public roadmap with our customers. I’ve always been reasonably anti-roadmap and in a lot of ways still am. I thought it might be interesting to write about why we’ve not had a roadmap before, why we do have one now and how A Public Roadmap for your Product

Should I use Grid or Flexbox?

In my recent presentation at Fluent Conf I demonstrated the common features and also the differences between Flexbox and CSS Grid Layout. Right now, we can only use CSS Grid Layout by enabling browser flags, however once Grid ships there will be many layout tasks where we could argue for the use of Grid or Should I use Grid or Flexbox?