webdev
This is written for a newbie but it provides some helpful links. To find them it would probably be better to bookmark the individual links, but for now, I'll just save the thread.
Conditional Tags « WordPress Codex
For when you need to display or modify something based on a condition. Is this post being displayed on it's own page? On the homepage? Etc.
Plugin API/Action Reference « WordPress Codex
Plugin API/Filter Reference « WordPress Codex
Bookmarking various parts of the WordPress Codex just to have them handy.
Sony Tablet S – An Android Tablet Like No Other | Sony Electronics
One page parallax sites like this were all the rage a year ago. They're still really cool, it's just hard to come up with a practical implementation. This is Sony's Tablet S experience site and the technique works here to promote and market their tablet as a cool and modern experience.
Knyle Style Sheets from Warpspire
I love documentation, demo pages, and maintainability. I also love the benefits of SASS/LESS. Would be cool if KSS worked with SASS/LESS.
Soulwire » Experiments in Code
Justin's portfolio site is very impressive. Because he's showing ways in which he can push envelopes, the site unfortunately requires the latest and greatest browsers. Given his target audience and what he's demonstrating, that's probably okay. You should check it out (using Safari or Chrome of course).
Responsive embeds – Anders M. Andersen
A technique for embedding scalable multimedia for responsive designs.
“Mobile first” CSS and getting Sass to help with legacy IE – Nicolas Gallagher
An approach to building responsive websites that also work in IE using SASS to output a separate stylesheet. This technique avoids any JS dependencies. I hadn't really considered the single stylesheet drawback of using LESS/SASS. I would normally just hand roll the separate stylesheet, which defeats the purpose of using LESS or SASS.
