Links of Interest

Avatar of Chris Coyier
Chris Coyier on (Updated on )

Test Your Color IQ

I would think designers would be better at this than most folks. You can test your color IQ by arranging blocks of color into hue order. There are 20 blocks per row and the hue change isn’t that dramatic, so it’s a bit tricky!

 

Contextual Form Highlighting with Pure CSS

The best kind of highlighting on forms is where not only the input field gets highlighted but also the corresponding label. We have the :focus pseudo class in CSS, but that can only affect the input itself, not both the input and label. There are JavaScript solutions, but I just ran across a darn clever way to do it with pure CSS. Basic theory: give the input a really wide left border on focus, that goes underneath the label!

 

Status + Twitter


We have released a new feature of Status which allows you to cross-post your Status check ins to Twitter! Simply include your Twitter username and password in your account details (there is a tab for it now, as this whole area got a bit of a refresh), and you’ll get a checkbox in the check in area asking if you’d like this update to be posted to Twitter. I am loving this, because many of my group updates are for stuff things that would be great tweets too, and are appropriate for my public Twitter account.

 

Custom Values in WordPress RSS Feeds

Me and David both have an area in our sidebars which display recent content from Script & Style. This isn’t just a cheap ploy for more pageviews, we are really trying to highlight great content from the community. So, we really needed a way to get direct links to the articles, not just permalinks to the articles on Script & Style where you’d have to click again to read the real article. Fortunately, the direct URL’s are stored in the database along with each post, so David hacked up the RSS feed to include them, so we could parse them out and use them on our own sites.