Difference between revisions of "HTML CSS Javascript Reference"
Jump to navigation
Jump to search
(caniuse.com) |
|||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Links to references & resources on | + | Links to references & resources on HTML, CSS and Javascript ([http://w3fools.com W3schools] deliberately omitted) |
+ | |||
==General== | ==General== | ||
* [http://p2pu.org/webcraft Peer to Peer University School of Webcraft] in conjunction with Mozilla | * [http://p2pu.org/webcraft Peer to Peer University School of Webcraft] in conjunction with Mozilla | ||
Line 5: | Line 6: | ||
* [http://code.google.com/edu/submissions/html-css-javascript/ Google: HTML, CSS, and Javascript from the Ground Up] -- from the Google Code University, with video tutorials. | * [http://code.google.com/edu/submissions/html-css-javascript/ Google: HTML, CSS, and Javascript from the Ground Up] -- from the Google Code University, with video tutorials. | ||
* [https://developer.mozilla.org/en-US/docs Mozilla Developer Network] | * [https://developer.mozilla.org/en-US/docs Mozilla Developer Network] | ||
+ | * [http://caniuse.com/ Can I Use...] -- Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers. | ||
==HTML== | ==HTML== | ||
Line 10: | Line 12: | ||
* http://reference.sitepoint.com/html | * http://reference.sitepoint.com/html | ||
* http://blooberry.com/indexdot/html/index.html | * http://blooberry.com/indexdot/html/index.html | ||
− | * [https://developer.mozilla.org/en/HTML/ | + | * [https://developer.mozilla.org/en/HTML/ Mozilla Developer Network] |
− | * [https://developer.mozilla.org/en/HTML/HTML5 | + | * [https://developer.mozilla.org/en/HTML/HTML5 MDN on HTML5] |
− | * [http://www.w3.org/wiki/HTML/Training | + | * [http://www.w3.org/wiki/HTML/Training HTML/Training] -- from the W3C |
− | * [ http://www.w3.org/wiki/HTML/Elements | + | * [http://www.w3.org/wiki/HTML/Elements HTML elements] -- from the W3C |
+ | |||
==CSS== | ==CSS== | ||
* http://htmldog.com/ | * http://htmldog.com/ | ||
* http://reference.sitepoint.com/css | * http://reference.sitepoint.com/css | ||
* http://blooberry.com/indexdot/css/index.html | * http://blooberry.com/indexdot/css/index.html | ||
+ | * http://css-discuss.incutio.com/wiki/Main_Page | ||
+ | * http://www.hicksdesign.co.uk/boxmodel/ | ||
+ | * http://www.brainjar.com/css/positioning/default.asp | ||
+ | * http://www.redmelon.net/tstme/box_model/ | ||
+ | * http://www.css3generator.com/ | ||
+ | |||
==Javascript== | ==Javascript== | ||
* http://reference.sitepoint.com/javascript | * http://reference.sitepoint.com/javascript | ||
− | * [ https://developer.mozilla.org/en/javascript | + | * [https://developer.mozilla.org/en/javascript Mozilla Developer Network] |
− | * [ https://developer.mozilla.org/en/DOM | + | * [https://developer.mozilla.org/en/DOM MDN on the DOM model for web pages] |
− | * [ http://docs.jquery.com/Tutorials | + | * [http://docs.jquery.com/Tutorials jQuery Tutuorials] -- from official docs |
− | * [http://docs.jquery.com/Main_Page | + | * [http://docs.jquery.com/Main_Page jQuery offical docs] |
− | * [http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery | + | * [http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery Getting Started with jQuery] |
− | * [http://jqfundamentals.com/book/index.html | + | * [http://jqfundamentals.com/book/index.html jQuery Fundamentals] -- ebook |
− | * [ http://www.learningjquery.com/ | + | * [http://www.learningjquery.com/ Learning jQuery] |
+ | |||
+ | ==Color== | ||
+ | * [http://colorschemedesigner.com/ online color scheme] | ||
+ | * [http://www.colourlovers.com/ resource for color schemes, patterns etc] | ||
+ | |||
+ | [[Category: Tech support]] | ||
+ | [[Category: Education]] |
Latest revision as of 23:40, 21 May 2013
Links to references & resources on HTML, CSS and Javascript (W3schools deliberately omitted)
General
- Peer to Peer University School of Webcraft in conjunction with Mozilla
- HTML & CSS cheat sheets
- Google: HTML, CSS, and Javascript from the Ground Up -- from the Google Code University, with video tutorials.
- Mozilla Developer Network
- Can I Use... -- Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.
HTML
- http://htmldog.com/
- http://reference.sitepoint.com/html
- http://blooberry.com/indexdot/html/index.html
- Mozilla Developer Network
- MDN on HTML5
- HTML/Training -- from the W3C
- HTML elements -- from the W3C
CSS
- http://htmldog.com/
- http://reference.sitepoint.com/css
- http://blooberry.com/indexdot/css/index.html
- http://css-discuss.incutio.com/wiki/Main_Page
- http://www.hicksdesign.co.uk/boxmodel/
- http://www.brainjar.com/css/positioning/default.asp
- http://www.redmelon.net/tstme/box_model/
- http://www.css3generator.com/
Javascript
- http://reference.sitepoint.com/javascript
- Mozilla Developer Network
- MDN on the DOM model for web pages
- jQuery Tutuorials -- from official docs
- jQuery offical docs
- Getting Started with jQuery
- jQuery Fundamentals -- ebook
- Learning jQuery