Difference between revisions of "Web Design References"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Echarlie
(Misc)
imported>Echarlie
Line 1: Line 1:
=Useful Sites=
+
==Useful Sites==
  
==Browser Capability==
+
===Browser Capability===
 
* http://caniuse.com/
 
* http://caniuse.com/
 
* http://www.quirksmode.org/compatibility.html
 
* http://www.quirksmode.org/compatibility.html
  
==Optimization Tools==
+
===Optimization Tools===
 
* https://developers.google.com/speed/pagespeed/
 
* https://developers.google.com/speed/pagespeed/
  
==Misc==
+
===Misc===
 
* http://jsfiddle.net/
 
* http://jsfiddle.net/
 
* http://motherfuckingwebsite.com/
 
* http://motherfuckingwebsite.com/
 
* http://bettermotherfuckingwebsite.com/
 
* http://bettermotherfuckingwebsite.com/
  
=Learning Resources=
+
==Learning Resources==
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 31: Line 31:
 
|}
 
|}
  
=Reference Documentation=
+
==Reference Documentation==
  
==HTML==
+
===HTML===
 
* http://www.w3.org/TR/html5/
 
* http://www.w3.org/TR/html5/
 
* http://www.w3.org/TR/2008/REC-mobile-bp-20080729/
 
* http://www.w3.org/TR/2008/REC-mobile-bp-20080729/
 
* http://www.w3.org/TR/2009/NOTE-mwbp-guidelines-20091020/
 
* http://www.w3.org/TR/2009/NOTE-mwbp-guidelines-20091020/
  
==CSS==
+
===CSS===
 
* http://www.w3.org/TR/CSS2/
 
* http://www.w3.org/TR/CSS2/
 
* http://www.w3.org/TR/css3-cascade/
 
* http://www.w3.org/TR/css3-cascade/
Line 54: Line 54:
 
* http://www.w3.org/TR/css3-ui/
 
* http://www.w3.org/TR/css3-ui/
  
==JavaScript==
+
===JavaScript===
 
* http://www.ecma-international.org/ecma-262/5.1/
 
* http://www.ecma-international.org/ecma-262/5.1/
 
* http://javascript.crockford.com/code.html
 
* http://javascript.crockford.com/code.html
Line 67: Line 67:
 
[[Category:Recommended stuff]]
 
[[Category:Recommended stuff]]
 
[[Category:Web development]]
 
[[Category:Web development]]
[[Category:Featured content]]
 

Revision as of 15:40, 21 March 2016

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

CSS

JavaScript