The Way to Programming
The Way to Programming
Can anyone recommend an E-book/Website that’s great to learn HTML/PHP/CSS from? Starting from scratch, What have you read that is good?
Why do people always suggest the same website time and time again – yes, it’s useful as a reference, but that’s it. You certainly should not consider using it as your learning foundation. w3fools provides a pretty good explanation as to why.
Also, please note W3Schools has IS NOT related to W3C! This is a common misconception!!!
If you’re starting from scratch the best bet is to give yourself a task, you can read ebooks and watch youtube tutorials all day long, the only thing that happens is this “gibberish” will translate to nothing after a few weeks as it’ll be committed to short term memory only; programming is not something you pickup instantly.
I would suggest setting yourself a task by pretending you’re a client:
“I would like a website with a gradient background of your choice, with a nice rounded-border navigation menu with a basic content area and a twitter feed to show latest tweets”.
That way, you can relate to it as a real-world problem, and as you try to figure these things out, you’ll find yourself naturally asking Google “hey – how do I do this?” and yes, you may come across W3schools which is okay, but try to consult other resources too and not just “the first link” you find that Google provides.
For php, create the design and set yourself another task: “also, I would like to be able to create/delete blog posts on a separate page for my readers to view and comment on”.
After this project is complete, you should leave with a better skill set than before you started – good luck!
for learning PHP, I would sincerely recommend PHP 5 Unleashed by John C Coggeshall
for Html and Css, Head First HTML with Css and XHTML.
Those were the books and here are some useful links :
Tutorials for HTML and CSS :
http://net.tutsplus.com/tutorials/html-css-techniques/30-html-best-practices-for-beginners/ http://www.noupe.com/css/css-layouts-40-tutorials-tips-demos-and-best-practices.html http://www.w3schools.com/Css/default.asp http://www.w3.org/Style/Examples/011/firstcss/firstcss.en.html
Tutorials for JavaScript :
http://www.w3schools.com/js/ http://www.learn-javascript-tutorial.com/ http://ejohn.org/apps/learn/ http://www.javascriptkit.com/ http://www.javascript.com/ http://www.cs.brown.edu/courses/bridge/1998/res/javascript/javascript-tutorial.html http://www.learn-javascript-tutorial.com/ http://www.java2s.com/Tutorial/JavaScript/CatalogJavaScript.htm
Sign in to your account