CNET code now uses Mootools 1.1
The CNET libraries have, until recently, required that you download a version of Mootools from our svn repository or use the dev version of Mootools. This was before Mootools 1.1 released, and it had some dependencies on code that wasn’t in 1.0.
As Mootools 1.1 is now out, you should download it from Mootools.net. I’ve removed Mootools from our SVN so now the only thing there is our code. You’ll find clientside.moo.v1.1.packed.js in the /cat directory; this is a copy of ALL of Mootools 1.1 + ALL of our code. It’s a big file, but it’s complete if you just want to fool around with it.

May 18th, 2007 at 10:03 am
Awesome! Love your library man, keep up the amazing work.
May 22nd, 2007 at 11:14 pm
Hey there, have you updated the Mootorial yet?
May 23rd, 2007 at 7:08 am
I’m working on it off and on this week. I’m about half way through it…
May 23rd, 2007 at 7:26 pm
Is there any chance CNET or someone else will put up a Mootools forum? The one on the Mootools site is friendly only to experts, and turns a lot of people off:
http://codeigniter.com/forums/viewthread/47836/
I’m too afraid to ask for help there, and I really need to ask some questions. A forum somewhere that won’t shut down my post and insult me at the same time would be nice.
Thank you.
May 23rd, 2007 at 10:26 pm
Hi Beginner,
I think that your request is quite valid. CNET isn’t going to host it - that’s just not our gig. We’re CNET. We spend our time making CNET, not teaching the world to write javascript. Everything I write here is FOR CNET. We make it public because, well, other people might find it useful, but we don’t write our code for anyone else but us. We get benefits from making it public (you guys have found more bugs in my code than I care to mention), but we’re not here to support anyone but our network.
As for the Mootools forum, it has a specific purpose, and the problem is that beginners don’t seem to ever bother to look for that purpose before they post. The purpose of the forums there are to talk about Mootools. To develop for Mootools, to talk about bugs, to share what we’re working on, to discuss technique and suggest changes. It’s not to teach people javascript.
The only kind of post that we tend to react negatively to are posts that demonstrate a lack of interest to even try a *little* before asking for help.
Here’s a great example of the kind of post I’m talking about:
http://forum.mootools.net/viewtopic.php?id=3242
We get these posts ALL THE TIME. People who just expect magic to happen if they download Mootools. These people aren’t even trying. This and posts from people just saying “Accordion doesn’t work!” What are we supposed to do there? On the other hand, check out this poster:
http://forum.mootools.net/viewtopic.php?id=3239
or this one
http://forum.mootools.net/viewtopic.php?id=3156
These are people who have looked at the mootorial here on clientside. They’ve read through the docs. They aren’t total javascript noobs.
I was a javascript noob once, too. But there are tons of places online to help you learn to write the stuff.
Don’t be afraid to post on the forums. Just ask questions that demonstrate that you’ve read the materials that we’ve provided at least a little, that you’ve searched the forum for the problem you’re having to see if it’s been previously discussed, and, if not, post a detailed question with an example of your first attempt. Even if your first attempt isn’t very good, we’ll help if we can.