Category Archives: web design

Today’s Readings

A nice intro-to-animation article, not just showing the code to use, but also explaining the process and some of the terminology, and when to use which method. Be sure to check out the Next Steps links near the bottom. Great … Continue reading

Today’s Readings

Let’s start this issue off correctly, with a tour of the ISS! I think if I’m going to live in zero-gravity, I’d cut my hair first… ;-) And soon you’ll be able to enjoy the view from up there, in … Continue reading

Today’s Readings

I swear, each Chris Coyier article that I read makes me love what he does, and how he does it, even more! And this article about his presentation from the In Control conference in Hawaii does nothing to change that! … Continue reading

Today’s Readings

Been hearing a lot about Sublime Text 2 lately, but haven’t brought myself to really “dive in”; anyone? And one of the bits mentioned in the above article is TextExpander, which, on the surface sounds awesome, but also means I need … Continue reading

Today’s Readings

I have to admit, I’m a total sucker for numbered-lists-of-shit, but Things I didn’t know about the WebKit inspector? I’m all in! (Okay, well, it obviously was numbered at one point, thus the URL, but I guess that changed at … Continue reading

Responsive Test Environment: Test Multiple Screen-Sizes, in One Browser Window, with One Refresh

So I had a thought on the bus the other day: Wouldn’t it be cool if I could test my responsive websites in multiple screen-sizes, without having to rubber-band my browser width back-and-forth, and back-and–forth, and back-and–forth? If I could … Continue reading

Today’s Readings

I created many things out of cardboard when I was a child; it never occurred to me to build a bicycle… I don’t host my own site, so I can’t play with mod_pagespeed myself, and I do not know nearly … Continue reading

Today’s Readings

When I think of all the butts on couches around the world, I think we just found our greatest renewable energy… I cannot wait to start using box-sizing… How did support get so good without me knowing it??? And as … Continue reading

Today’s Readings

Meet requestAnimationFrame, the new darling of the web ball… Though getComputedStyle could give her a run for her money… But then there’s also matchMedia… Support for two of them sort of sucks, especially for mobile, so I guess we have … Continue reading

Pure CSS Highlight for Link :target

Recently I was working on a FAQ page. Typically, it had a series of Questions at the top, and each linked to an Answer below (I actually prefer questions and answers to be more Q>A, Q>A, but this was an … Continue reading