QUOTE (achikoriaa @ Mar 28 2009, 11:27 PM)

ive been reading the tutorials, i got to javascript lately but most examples arent explained logically, i mean, you tell us how to write a code for something but you dont tell us what can we use it for when building a website...
It sounds like you're missing some pieces of the puzzle, but don't know how to precisely express what you're missing, or maybe your expectations don't quite match with the way things are explained. I've had the same problem from time to time. This is much more common of a problem now that most of us are deeply into object-oriented design, with encapsulation and hyper-text documentation (reducing redundancy) making the docs very atomistic and providing little context.
The best I can suggest is to read as much as you can on the subject, from different sources, and hope that the different approaches to explanation will fill in enough of the missing parts to get you started asking about the rest.
Another thing to try is to study similar but competing approaches like Python, Perl, PHP, Ruby on Rails...
People who learn a dozen or more programming languages tend to become more adept at all of them due to the conceptual overlaps, and less likelihood of being overwhelmed by the particulars.