First of all, remember that we write for humans http://humanstxt.org/ not for bots http://searchpatterns.org/
A List Apart: Responsive Web Design
A List Apart: Fluid images
HTML5 Boilerplate
Mobile Boilerplate
Modernizr and Boilerplate
modernizrModernizr is a feature detection library: it contains a range of tests you can use to determine whether a client supports various HTML5/CSS3 features. This allows you to use the standard features where available and fall back on hacks or shims when necessary.
Boilerplate is a collection of 'best practices': a CSS reset, some server config and so on, all with good sound defaults for HTML5 development.
You can and should use both in your HTML5 projects.
Initializr.com: Start an HTML5 project in 15 seconds!
The State Of Responsive Web Design
Node.js Server based JavaScript
Chromeweblab.com: The web is what you make of itNode.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
http://www.sciencemuseum.org.uk/
2. Respond
https://github.com/scottjehl/Respond#readme
https://github.com/scottjehl/Respond
http://responsejs.com/
3. Fluid grid layout with Adobe Dreamweaver CS6
If you use Dreamweaver as a web development platform, I reccomend that you watch these four videos:
http://www.youtube.com/watch?v=KkAoo3M6 ... 0896F98415
Related information:
http://www.meetup.com/Creative-Class/events/72731842/
http://forums.adobe.com/thread/1173020
4. Related links:
http://csswizardry.com/2011/01/the-real ... ilerplate/
https://github.com/paulirish
http://www.paulirish.com/2010/the-proto ... ative-url/
https://github.com/h5bp/html5-boilerplate/wiki
http://verekia.com/initializr/responsive-template
http://verekia.com/requirejs/build-simp ... require-js
https://github.com/h5bp
http://blacknegative.com/
http://www.thefwa.com/
http://www.evolutionoftheweb.com/
http://www.html5-css3.fr/
5. Related videos.
http://www.youtube.com/watch?v=Qr_gXgdB5Fs
http://www.youtube.com/watch?v=OmgeLsNh0r8
http://www.youtube.com/watch?v=qyM37XKkmKQ
http://www.youtube.com/watch?v=OXpCB3U_4Ig
6. Persons
http://www.paulirish.com/
http://verekia.com/
http://scottjehl.com/
7. Litterture:
http://www.stevesouders.com/ "High performance web sites" and "Even faster web sites".
A Book Apart: Responsive Web Design