====== mooWalkthrough 1.2 ====== This is walkthrough if for MooTools 1.2. Below are links to basic template files you can use while you work through the walkthrough. The zip file contains the full uncompressed MooTools 1.2b2 and an index.html which you can quickly copy and start using on your own! * [[http://ifupdown.com/downloads/walkthrough/mootools-1.2-files.zip|MooTools 1.2b2 Files Zip]] At the end of every section, you will find a link that says **Continue to **. You can go to the next page by clicking this. The walkthrough is structured in a way that you use what you've learned in the previous pages on the next page. You should go in order as much as possible, but feel free to return to any page. ===== Prerequisites ===== * You should have a decent understanding of JavaScript. To make sure you do, try out the [[http://www.w3schools.com/js/js_quiz.asp|JavaScript Quiz at W3Schools]]. * You should have a decent knowledge of (X)HTML. To make sure you do, try out the [[http://www.w3schools.com/xhtml/xhtml_quiz.asp|XHTML Quiz at W3Schools]]. * You should have a decent understanding of CSS. To make sure you do, try out the [[http://www.w3schools.com/css/css_quiz.asp|CSS Quiz at W3Schools]]. If you get a score of 15 or above, you'll do just fine when working with MooTools. Otherwise, you should take a look at [[http://blog.mootools.net/2007/6/5/help-i-dont-know-javascript|Help! I don't know JavaScript!]] Continue to [[Important Notes]]