Posts: 17
Threads: 6
Joined: Feb 2014
Reputation:
0
Hey there, who among you is Web Developer? I am learning web development as well.
What languages would you suggest me to learn? I am currently at the stage of completing HTML and HTML5. Also recommend sites, tutorials, languages and help me in general.
Posts: 181
Threads: 2
Joined: Feb 2014
Reputation:
0
HTML / HTML5 isn't very useful. A web developer should have mastered php - while you use simple html to support php, php is the best, most functions. Also jQuery and JAVA can be good. Python for a side-development, I guess.
As for tutorials, goto w3schools, and wikihow or something.
Posts: 17
Threads: 6
Joined: Feb 2014
Reputation:
0
I know the basics of PHP, but can't understand those $GET $POST thingy. By basic, I mean variable declaring, arrays, functions etc
Posts: 852
Threads: 26
Joined: Jul 2011
Reputation:
0
First learn how to create basic static pages in HTML with CSS. Then move onto dynamic pages using PHP. I like using these with MySQL(i) all together.