Slashdot Mirror


User: z0ph4r

z0ph4r's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:BattleTech on The Future of Battle Tech · · Score: 1

    For those others of you hoping to see something BattleTech: http://www.youtube.com/watch?v=nJU4iA4TWIs, http://www.mwlldownload.com/

  2. Re:Vs. Mootools? on jQuery in Action · · Score: 1

    Mootools allows for using traditional OOP concepts like "Class", "Implement", and Extend" in your JavaScript code. I haven't seem a similar mechanism in any other "lightweight" javascript library, including jQuery. I can think the same in my Java and JavaScript, while simplifying my code base by using inheritance and polymorphism. Having OOP in JavaScript might seem silly or unnecessary, but for large apps, it really helps. When I was coding a website that required drag and drop with validation that the input source could be dropped onto the drop target it saved me lots of time.

  3. Re:what is jquery? on Learning jQuery · · Score: 1

    I've used dojo, jQuery, mochi, mootools, prototype, and rico javascript libraries and I wouldn't bother with jQuery. My personal favorite is mootools, a better javascript framework. Mootools is simply faster, smaller, and more modular (read: well written) than the competition.