how to learn web designing????

Status
Not open for further replies.

"troJan"

Banned
Banned
29
2012
7
0
Hi wj's


i want to learn web designing and i have a little bit knowledge of HTML, DHTML, only and i want to learn more then i can upgrade myself. what will do first, learn the CSS or PHP or anything else............

give me the right way to learn.

thanks
 
14 comments
Learn HTML properly first. Use Google to find everything you don't know.

At the same time, or after that, you can go on to CSS.

If you have some HTML knowledge, you can start with Javascript or PHP.
Which one to choose? These are two totally different tools, they can't be compared. They are used for different tasks.
JS is client-side, working in the visitor's browser. PHP is server-side, doing the computing on the server and only the output is sent to the visitor's browser.

Consider learning PHP + MySQL at the same time as they often go hand by hand.

PHP + Javascript are also used together, this technique is known as "AJAX".

IMO http://www.tizag.com/ is great for learning PHP + MySQL basics.
 
w3schools... then try using other peoples scripts/designs... and modify them... get used to it... then try and make your own. <-- my tactic to learning.
 
Status
Not open for further replies.
Back
Top