Learning Code
- Started
- Last post
- 10 Responses
- Sinov
Hey all,
A quick question. I've been working as a designer for last 5 years and recently I have to do more and more web design. I am confident in Dreamweaver but code is still a bit of a problem.Could you recommend any good online courses, or the best way to learn code.
Cheers
- Pupsipu0
what is this code? JavaScript? CSS?
- Sinov0
Yea mostly CSS and a bit of Java
- Pupsipu0
Java is not JavaScript
- NONEIS0
Drop the sites, the Oreilly books wil serve you best:
http://www.amazon.com/CSS-Defini…
- monNom0
Tutorials are good places to see techniques in action, or for reference, but they can also be a crutch where you don't really learn the subject matter. You'd do well to make up some projects of your own then figure out how to accomplish them by: a) applying what you already know b) hitting the books/google/tutorials when you get stuck.
- Sinov0
Thanks fellas.
- mikabast0
after you are familiar with the basics, just read a lots of code. when you find an interesting site, or something unusual, check it's source, and try to understand it. you can do lots of fancy thing with a simply 5 line script.
- ive learned a lot this way (still have more to go :))baseline_shift