Promising Core WP Theme from studionashvegas

Check out the parent theme on github and use what works for you. I'm very interested to see the functionality Mitch has included in here. It is blazing fast very responsive and looks like a great place to start a new site. Check a demo: http://dev.studionashvegas.com/coretheme/

Embedded Link

I’m Open Sourcing My Core Theme
The last few posts I’ve made on here were diving into the introductions of a Responsive Design (and I plan on finishing

Polyfill for Proposed HTML Element for Picture

Here's a polyfill from Scott Jehl to be used to begin testing the newly proposed picture element. This element, much like the video element, would allow for multiple sources which could then be tied to media queries to enable different images to be used/loaded for different breakpoints. This would mainly benefit those working on Responsive Web Design. It's great to see some progress on Responsive Images.

Demo URL (check the source): http://scottjehl.com/picturefill/
Code on Github: https://github.com/scottjehl/picturefill

Embedded Link

Polyfilling picture without the overhead | Responsive Images Community Group
In an early post, I offered up a sample picture element implementation in JavaScript (a polyfill) that we could use to play with and plan how the element should behave when/if implemented. The script …