Category: Geek
-
Expanding your touch targets
When developers create a website, an important concern is that the tap targets are sufficiently big for all different kinds of input devices. This includes mouse pointers, which are fairly accurate, but can also include fingers, thumbs, or assistive tech. Today I learned that if you live in the midwest in winter, it can also…
-
Reactathon fireside chat
-
Searchable browser code
It can be handy to search the codebases of the major browser engines. Github isn’t a great tool for that. I found that these work better:
-
Web Components Panel at EdgeConf
Photo by Windell Oskay
-
Style Guide Driven Development
Colin O’Byrne and I talk about SDD, a term that was coined in the New York office of Pivotal Labs. Photo Credit: Eastern Market Identity Guide by Daryl Tanghe
-
Why are you here?
In 2013, I spoke at CSSConf in Berlin about attending conferences, following your heart in your work, and generally embracing the unknown to fully flourish. With CSSConf in Melbourne Australia just around the corner, it seemed like a good time to publish this talk. Photo Credit: Mr. iMaax.
-
The magical command line
I have recently become more comfortable with the command line, but for a long time felt like that blinking cursor was telling me “you. remember. nothing. you. remember. nothing.” I have a visual memory. I can picture a drawing of the water cycle from my fifth grade text book, and I remember that the drawing…
-
Rails is mucking up my CSS – Already!
Or is it Ruby? I’m not really sure. I’ve been building the sample app in Chapter 2 of this Ruby Tutorial, and straight away I can see that my CSS is getting structured incorrectly for long term maintainability. I used rails to generate the User automatically… rails generate scaffold User name:string email:string And Microposts… rails…
-
Error messages are my friends, pair programming buddies are my best friends
This, like most things I’ll ever learn, I learned the hard way. It is difficult to admit, but for a long time, I thought I was doing programming wrongâ„¢ because I kept getting so many error messages. I thought that if I were a real programmer, I wouldn’t get any error messages because I would…
-
Big News – I’m learning Ruby
So, I’m embarking on an adventure. I’ve decided to learn Ruby. Many people have a pet language and so they respond to that with “Why Ruby?” You can see they are itching to plug their language of choice. To be fair, I made this decision at NodeConf this year. So I can understand how they…