Forum Moderators: open
Everywhere I go that teaches javascript only tells you how to do those small things. Even w3school gets confusing because it only teaches javascript using mathematical equations.
I want to learn how to write javascript myself.
I know there are a lot of sites out there with script already written that you can copy and paste, but I'd rather build it all from scratch so that I could understand everything I did.
Are there any sites out there that can teach you javascript in a way that you can begin to form complex code on your own?
The same for CSS. I can do basic formatting, but I can't figure out how to put CSS and javascript together to form my own drop down menus much less using it to make sliding menus.
I don't want to remain a beginner forever.
What would you rather have instead of mathematical equations? Computers run based on math, so there's liable to be at least a little bit of math involved.
If you get the basics down from W3Schools, and then follow along on some of the forums, you will begin to get a feel for advanced scripts. There are also a few books available at your bookseller on the subject.
with css.. I just need to learn how to make a hidden object not hidden on mouseover.
Once I learn those techniques I'm set.