I’m coming from an XHTML/CSS background. I don’t know much about JavaScript. Would you recommend learning JavaScript before learning a server programming language?
I’m coming from an XHTML/CSS background. I don’t know much about JavaScript. Would you
Share
No, not really. You could try to learn both at the same time. You can have a lot of fun with AJAX, sending data to and from a webserver to dynamically update your page.
A serverside language like PHP is very similar to JavaScript, so you shouldn’t have any trouble learning both at the same time.