Difference between revisions of "Web Design References"
imported>Pew (Data easily available via google) |
(Undo revision 4601 by [[Special:Contributions/imported>Pew|imported>Pew]] ([[User talk:imported>Pew|talk]])) (Tag: Undo) |
||
Line 1: | Line 1: | ||
− | [[Category: | + | ==Useful Sites== |
+ | |||
+ | ===Browser Capability=== | ||
+ | * http://caniuse.com/ | ||
+ | * http://www.quirksmode.org/compatibility.html | ||
+ | |||
+ | ===Optimization Tools=== | ||
+ | * https://developers.google.com/speed/pagespeed/ | ||
+ | |||
+ | ===Misc=== | ||
+ | * http://jsfiddle.net/ | ||
+ | * http://motherfuckingwebsite.com/ | ||
+ | * http://bettermotherfuckingwebsite.com/ | ||
+ | |||
+ | ==Learning Resources== | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | ! Topic !! Title !! Author !! Notes | ||
+ | |- | ||
+ | | Node.js || Node: Up and Running || || | ||
+ | |- | ||
+ | | HTML || HTML & CSS: The Good Parts || || | ||
+ | |- | ||
+ | | JavaScript || Eloquent JavaScript* || || | ||
+ | |- | ||
+ | | JavaScript || JavaScript: The Good Parts || || | ||
+ | |- | ||
+ | | WebGL || WebGL: Up and Running || || | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | ==Reference Documentation== | ||
+ | |||
+ | ===HTML=== | ||
+ | * http://www.w3.org/TR/html5/ | ||
+ | * http://www.w3.org/TR/2008/REC-mobile-bp-20080729/ | ||
+ | * http://www.w3.org/TR/2009/NOTE-mwbp-guidelines-20091020/ | ||
+ | |||
+ | ===CSS=== | ||
+ | * http://www.w3.org/TR/CSS2/ | ||
+ | * http://www.w3.org/TR/css3-cascade/ | ||
+ | * http://www.w3.org/TR/css3-selectors/ | ||
+ | * http://www.w3.org/TR/selectors4/ | ||
+ | * http://www.w3.org/TR/css3-conditional/ | ||
+ | * http://www.w3.org/TR/css3-transforms/ | ||
+ | * http://www.w3.org/TR/css3-transitions/ | ||
+ | * http://www.w3.org/TR/css3-animations/ | ||
+ | * http://www.w3.org/TR/css3-box | ||
+ | * http://www.w3.org/TR/css3-positioning/ | ||
+ | * http://dev.w3.org/csswg/css3-flexbox/ | ||
+ | * http://www.w3.org/TR/css3-break/ | ||
+ | * http://www.w3.org/TR/css3-values/ | ||
+ | * http://www.w3.org/TR/css3-ui/ | ||
+ | |||
+ | ===JavaScript=== | ||
+ | * http://www.ecma-international.org/ecma-262/5.1/ | ||
+ | * http://javascript.crockford.com/code.html | ||
+ | * http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml | ||
+ | * http://neil.rashbrook.org/Js.htm | ||
+ | * http://www.html5rocks.com/en/tutorials/speed/v8/ | ||
+ | * http://www.w3.org/TR/XMLHttpRequest/ | ||
+ | * http://www.w3.org/TR/eventsource/ | ||
+ | * http://www.w3.org/TR/WCAG10-CORE-TECHS/#auto-page-refresh | ||
+ | * http://www.quirksmode.org/js/cookies.html | ||
+ | |||
+ | [[Category:Reference]] | ||
+ | [[Category:Software]] |
Latest revision as of 07:27, 4 January 2019
Contents
Useful Sites
Browser Capability
Optimization Tools
Misc
Learning Resources
Topic | Title | Author | Notes |
---|---|---|---|
Node.js | Node: Up and Running | ||
HTML | HTML & CSS: The Good Parts | ||
JavaScript | Eloquent JavaScript* | ||
JavaScript | JavaScript: The Good Parts | ||
WebGL | WebGL: Up and Running |
Reference Documentation
HTML
- http://www.w3.org/TR/html5/
- http://www.w3.org/TR/2008/REC-mobile-bp-20080729/
- http://www.w3.org/TR/2009/NOTE-mwbp-guidelines-20091020/
CSS
- http://www.w3.org/TR/CSS2/
- http://www.w3.org/TR/css3-cascade/
- http://www.w3.org/TR/css3-selectors/
- http://www.w3.org/TR/selectors4/
- http://www.w3.org/TR/css3-conditional/
- http://www.w3.org/TR/css3-transforms/
- http://www.w3.org/TR/css3-transitions/
- http://www.w3.org/TR/css3-animations/
- http://www.w3.org/TR/css3-box
- http://www.w3.org/TR/css3-positioning/
- http://dev.w3.org/csswg/css3-flexbox/
- http://www.w3.org/TR/css3-break/
- http://www.w3.org/TR/css3-values/
- http://www.w3.org/TR/css3-ui/
JavaScript
- http://www.ecma-international.org/ecma-262/5.1/
- http://javascript.crockford.com/code.html
- http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
- http://neil.rashbrook.org/Js.htm
- http://www.html5rocks.com/en/tutorials/speed/v8/
- http://www.w3.org/TR/XMLHttpRequest/
- http://www.w3.org/TR/eventsource/
- http://www.w3.org/TR/WCAG10-CORE-TECHS/#auto-page-refresh
- http://www.quirksmode.org/js/cookies.html