FWIW, I wrote the MooTorial AND the original docs for MooTools because I wanted my organization (CNET) to adopt it. If you want to learn MooTools, read through the source. No other thing will teach you half as much about JavaScript. Read each file until you understand what everything is doing and I promise you you'll emerge a JavaScript badass.
On Thu, Oct 27, 2011 at 8:04 AM, Lee Goddard <lee...@gmail.com> wrote: > Thank you all for your responses. > > I look forward to passing around up-to-date tutorials: I am not good > enough to convince people to adopt the technology based on out-of-date > tutorials and conversion guides, nor am I good enough to write a worthwhile > tutorial! > > Cheers > Lee > > > On 27 October 2011 13:04, Rolf Langenhuijzen <plentyofr...@gmail.com>wrote: > >> Aaron's mootorial might be out of date but is still worth a read imho. >> The olde class explanation tutorial was (and probably is) a very good >> step-by-step guide how it works. >> Going from 1.2 to 1.4 syntax is quite easy, especially when you have >> the upgrade guide here: >> https://github.com/mootools/mootools-core/wiki/Upgrade-from-1.2-to-1.3 >> >> and some forum thread about it with some more info: >> http://www.mooforum.net/help-f26/upgrade-update-guide-t3643.html >> >> The already mention link at rflorence's site (http://ryanflorence.com/ >> issue-004/ <http://ryanflorence.com/%0Aissue-004/>) has some easy to >> understand Slick examples (see MooTools >> Element 1.3 section). >> >> Also the source of More is great to see how stuff is done. >> >> >> On Oct 24, 11:22 pm, Lee <lee...@gmail.com> wrote: >> > Thanks for those - the 'learning' section is a great idea: >> > it's hard to advocate for a technology that has no written introduction. >> > >> > On 24/10/2011 19:02, Arian Stolwijk wrote: >> > >> > >> > >> > >> > >> > >> > >> > > Some links: >> > >> > >http://ryanflorence.com/issue-001/ >> > >http://ryanflorence.com/issue-004/ >> > >> > > >> http://keetology.com/blog/2009/07/00-up-the-moo-herd-mootools-tips-an...(and >> > > the other articles on his blog) >> > >> > > This won't help you much, but there are ideas to reinforce the >> > > MooToorial, rewrite it and put it on mootools.net >> > > <http://mootools.net> as a 'learning' section, it's still early, but >> > > if anyone is interested (in writing stuff), more info can be found at >> > >https://github.com/fakedarren/mootools-website >> > >> > > On Mon, Oct 24, 2011 at 7:43 PM, Lee Goddard <lee...@gmail.com >> > > <mailto:lee...@gmail.com>> wrote: >> > >> > > A colleague at work had to choose between MooTools, which I use, >> > > and jQuery, which someone else in the company uses (it turns out). >> > >> > > The only tutorial I could think of was the MooTorial [1] but it >> > > seems to refer to MooTools 1.2. >> > >> > > Any suggestions would be welcome. >> > >> > > He used jQuery in the end, as he found the docs easier to use, but >> > > I'd like to be able to offer a helpful answer the next time the >> > > question is asked. >> > >> > > TIA >> > > Lee >> > >> > > [1]http://mootorial.com/wiki/ >> > >