View Single Post
Old 04-23-2009, 01:51 AM   #15 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by CoryMathews View Post
They have a million and one of these. Usually called lightbox, thickbox, [insert word here]box. They have them for all frameworks.

My personal choice is jQuery, I have not used mootools before but I would recommend jQuery to any new js user. Its real easy to learn and there is a plugin for almost anything you need to do. I would avoid prototype/scriptulous as well as any others.

Also stated above was the use of ajax. I would recommend writting one in regular javascript (only about 20 lines) so that you really understand what is going on. Then when you implement it in mootools/jquery you will see how great and simple they have made it.

...IMO objects in js is generally overkill. In all my projects I have never had a need for creating my own javascript objects, i'm sure there are reasons just I have never used them.
Thanks Cory:

Quote:
I would recommend writting one in regular javascript (only about 20 lines) so that you really understand what is going on. Then when you implement it in mootools/jquery you will see how great and simple they have made it.

Exactly!! I am grinding everything out right now so that when I pick a framework, I won't get totally lost. In one of the books I read about a month ago on OO, the author mentioned that a lot of people don't truly understand the fundamentals of OO, and that's why they get lost when projects become bigger and more complex.

I've been coding PHP since it was PHP 3.0 and when it was called Pretty Home Page...LOL...

But never really sat down to grasp how everything works fundamentally. Same with JS......

I don't have a problem learning both mootools and jquery, but I would probably stop at 2 frameworks....

When I am ready for a JS framework, you'll definitely hear from me....

allworknoplay is offline  
Reply With Quote