in the beginning i was learning jquery and felt limited because of the lack of knowledge of javascript, so i decided to learn as much as possible. i looked through these subjects and understood them:
variables
loops
functions
all the basic stuff that exist in all scripting/programming languages
but i didnt get too much info on objects and creating them from scratch.
i was looking around and saw people creating new instantiated objects from the ActiveXObject("Scripting.FilesystemObject") and they used it to create files on the computer system.
where can i find more of these prebuilt objects as well as all other types of scripting methods or what javascript has to provide. because when i look at jquery (and it being a structure off of javascript) there must be more to it then what meets the eye.
i have a javascript book which ive been looking at and the most it gets into are a few animation stuff which occur from mouseover and off, pretty basic.
thanks
oh and is vbscript still in use today?