I have found this site very useful. I am passionate about this web business and would LOVE one day to make dynamic beautifull websites but as a green person to this how can i learn chronologically, what books do i read and in what order without comfusing myself. im sure many other people would find this very helpfull. please if possible post responses to my email too, / email deleted /
I would go along with Kalon’s order of learning. You might start with W3Schools. They have great free interactive tutorials on all these topics. Highly recommended for a good introduction.
I learned a sprinkling of PHP before JavaScript and I’d argue it can be just as good to learn some PHP before JS (but maybe without the database connectivity). Just in order to learn how to generate HTML dynamically based on user input. A lot of the things learned with PHP (like string manipulation, arrays) are then useful when learning JS.