Sorry for the overly dramatic title! Onto the thread, well I'm a rookie when it comes to all this programming language stuff but I am willing to learn as I don't want to be a one-card man when it comes to computing in this world. I am interested in the aspects of web designing and I have heard terms like PHP, HTML and CSS thrown about in my computer units at College but naturally they do not go into depth on the, which is why I'm here I was wondering if anyone could explain to a new guy like myself and others who may come to thread just where is the best place to learn these languages as myself I can google and find a load of sites but I just do not know where to start! Why oh why do these computers mangle my brain! Thanks for anybody who helps, I don't intend for this to be just a selfish let me learn thread though. I'll post the links in the OP for everyone so anyone can come and learn! Thanks in advance for the help guys, lets get a discussion going here! Helpful Posts
The best place to start learning is http://www.w3schools.com/ I would recommend learning HTML first and then moving on to CSS to style your HTML pages, once you are confident with your HTML & CSS skills you should move on to PHP to start adding new functionality to your websites.
Thanks for the post Drizzle, just to calm myself, I'm guessing HTML would be the base language, CSS is language to aid visuals and PHP is basically for added functionality on the website itself? *Pops off to take a look at the link*
HTML makes the websites base structure, CSS adds all the fancy looks and PHP adds the functionality. After learning those you could go on to learning Javascript, Ajax and others