Difference between revisions of "HTML CSS Javascript Reference"
Jump to navigation
Jump to search
(→CSS) |
(→CSS) |
||
Line 21: | Line 21: | ||
* http://css-discuss.incutio.com/wiki/Main_Page | * http://css-discuss.incutio.com/wiki/Main_Page | ||
* http://www.hicksdesign.co.uk/boxmodel/ | * http://www.hicksdesign.co.uk/boxmodel/ | ||
+ | * http://www.brainjar.com/css/positioning/default.asp | ||
==Javascript== | ==Javascript== |
Revision as of 10:24, 17 August 2011
Links to references & resources on HMTL, 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
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
Javascript
- http://reference.sitepoint.com/javascript
- [ https://developer.mozilla.org/en/javascript Mozilla Developer Network]
- [ https://developer.mozilla.org/en/DOM MDN on the DOM model for web pages]
- [ http://docs.jquery.com/Tutorials jQuery Tutuorials ] -- from official docs.
- jQuery offical docs.
- Getting Started with jQuery
- jQuery Fundamentals -- ebook.
- [ http://www.learningjquery.com/ Learning jQuery ]