Neil V
06-05-2006, 09:57 AM
Hey all...
I came up with a new site layout for my entertainment website. Only problem is, I only have basic web skills....nothing more.
What's a good way to learn the basics of the most reudimentry web programing languages?
Thanks!
dollar
06-05-2006, 10:00 AM
Pratice, pratice, and then pratice :) Honestly it's the best way.
SoftWareRevue
06-05-2006, 10:26 AM
Moved to the 'Web Design and Content' forum. :)
daveredfern
06-05-2006, 11:02 AM
its true. practice is the only way to get good. if you want to learn css which is the best for design i would buy a book from amazon.
visitormm
06-05-2006, 02:05 PM
Choose one programing language to use and learn it.
PHP is good and relatively easy to learn to cover the most common tasks required. Meanwhile practice.
Amdac
06-05-2006, 03:42 PM
Hey all...
I came up with a new site layout for my entertainment website. Only problem is, I only have basic web skills....nothing more.
What's a good way to learn the basics of the most reudimentry web programing languages?
Thanks!
HTML can be learned in about 30 mins via online tutorials. I'd suggest CSS as your second language since it seems to be taking over the internet and offers complete customization and control. For a server side language, I'd recommend PHP as your third language.
HTML and CSS are fairly easy to learn and can be done via online tutorials in a very short period of time. PHP is easy assuming you already know 'C', otherwise it may take a bit of playing around with scripts to get the basics.