Difference between revisions of "HTML CSS Javascript Reference"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
* [http://jqfundamentals.com/book/index.html jQuery Fundamentals] -- ebook. | * [http://jqfundamentals.com/book/index.html jQuery Fundamentals] -- ebook. | ||
* [ http://www.learningjquery.com/ Learning jQuery ] | * [ http://www.learningjquery.com/ Learning jQuery ] | ||
+ | [[Category: Tech support]] |
Revision as of 10:42, 22 March 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
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 ]