Wheres a good site to learn XHTML, CSS, javaScript, HTML5, PHP and SQL?

Squilliam

Beyond3d isn't defined yet
Veteran
Supporter
I was just wondering, I was thinking of trying my hand but I have no idea where to start! :(
 
IMO start off by building a linux box for home. A simple Ubuntu workstation box is fine to act as a dev server.

As far as learning the languages goes, I have no idea where to tell you to start. For myself it was a gradual learning process over years of playing around at home at first, now it's one of my main tasks at work.
 
XHTML, CSS, javaScript, HTML5, PHP and SQL?
Ive done a bit of all 6 of those

Ild say start with html & css make a few basic pages then when you get used to that add some javascript & look into html5.
php & sql are different beasts as theyre server side (though you use them in addition to the other things you listed)
but I'ld first look into the client stuff get used to that before delving into php,sql

http://www.w3schools.com/
 
Oh thanks! I'll have a look at putting some kinda linux box together and I'll check out that website. :)
 
you dont need to put a linux box together, if youve never used linux then thats just an extra thing to spend time getting to grips with.
I think you mainly use windows?
if so you can setup apache on windows also, I think the easiest method is xampp
but you dont need that at all for the stuff that you should begin with
html5,csss,javascript
 
Back
Top