Viewing profile — rachelandrew
rachelandrew
HN member- Joined
- Thu, Jan 13, 2011, 8:24 PM UTC
- HN karma
- 403
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About rachelandrew
Recent public activity
-
comment
Comment #32249329
The CSS Working Group uses GitHub primarily, and any minutes from IRC are added to the issue. Here: https://github.com/w3c/csswg-drafts/issues You are very welcome to contribute!
-
comment
Comment #32249142
Things don't get a lot of eyeballs on them on w3.org which defeats the object of the post which is to get developer feedback. It's pretty normal for CSSWG members to ask for opinio…
-
comment
Comment #14682361
Grid has alignment: https://rachelandrew.co.uk/css/cheatsheets/box-alignment
-
comment
Comment #14682358
Grid also implements Box Alignment, just like flexbox. You can align the item inside the grid area. https://rachelandrew.co.uk/css/cheatsheets/box-alignment
-
comment
Comment #14681422
The latest version of autoprefixer has the old grid support off by default, I'm not sure of a scenario in which it would be useful to be honest. The spec in IE10,11 and Edge is sol…
-
comment
Comment #14681417
That's the code from the example I linked, you can find it here along with details https://gridbyexample.com/patterns/header-asmany-span-footer... That site is where I keep all by …
-
comment
Comment #14681406
That wouldn't work because it would rely on markup although display: table is pretty handy as a fallback for small UI elements in particular. The grid (and flexbox) specifications …
-
comment
Comment #13821164
My daughter turns 20 this year. I learned Perl as a young, soon to be single, mother. I had no computer science background, I just wanted to learn to do more than the basic HTML I …
-
comment
Comment #13814911
I wrote up an explanation here: https://rachelandrew.co.uk/archives/2016/03/30/should-i-use-...
-
comment
Comment #13150377
It's built using my other product Perch Runway, using our Shop add-on :) took me about half a day to put together as Shop deals with membership stuff by default. https://grabaperch…
-
comment
Comment #13150285
I put my CSS Layout knowledge into an online course at: https://thecssworkshop.com/ Interestingly it has been very popular with teams (so selling a set of licenses so a whole team …
-
comment
Comment #12495531
Creating HTML and CSS with the aid of a time machine would be far easier. The problem with HTML and CSS is that we can't break the web, and much of HTML and CSS comes from a time w…
-
comment
Comment #10900389
It is also worth remembering that flexbox was never designed for complete layouts. It's designed for one-dimensional layout. UI elements such as forms fields, navigation, sets of "…
-
comment
Comment #10900382
That isn't the case. Firstly, you need to take a look at the browser stats for the site that you are working on. It may be that in your case you have a very high percentage of old …
- story
-
comment
Comment #10743418
That would depend entirely on the browsers you need to support. For example I have a product aimed at web designers. Our support in terms of our marketing site for the up to date f…
- story
-
comment
Comment #10725781
My own experience is that I look for novelty outside of the main job I'm doing. Our product ( https://grabaperch.com ) is a PHP and MySQL CMS. A self-hosted PHP and MySQL CMS. That…
-
comment
Comment #10587977
According to my parents I could read at age 3, I can certainly remember petitioning my father to be allowed to read The Hobbit when I was 5. My mother got into trouble when I start…
- story
- story
- story
-
comment
Comment #9589395
I have lots of examples of grid layout over at http://gridbyexample.com (you need Chrome with Experimental Web Platform features flag on to view them)
-
comment
Comment #9374925
Sigil is really good for tweaking your EPUBs http://sigil-ebook.com/ I use Pandoc to generate my EPUB and then Sigil to do a bit of tidying. Usually just the front matter etc. Some…
-
comment
Comment #9356797
We already essentially do that sort of thing within Perch (see Blocks: http://grabaperch.com/blog/archive/introducing-blocks ). However people still want to be able to add inline l…