What web programming languages should i learn?
I am learning web programming, so far i am learning html,xhtml, css, java script….
What I want to know is what other web programming languages should i learn?
I am learning web programming, so far i am learning html,xhtml, css, java script….
What I want to know is what other web programming languages should i learn?
You will need to learn a scripting language like ASP, PHP, etc. for server side scripting.
Also, try to learn database management and SQL or PL/SQL.
Have you learned computer programming yet (not a programming language – programming)? If not, I suggest you do that before spending any more time learning any languages. (Learning French won’t make you a great French author unless you’ve first learned how to be a great author.)
You’ll want to learn either php or asp. These are both good for creating dynamic content and linking to databases.
those are a great start. Once you learn one programming language all the other ones become a lot easier. html, xhtml, and css aren’t really ‘programming’ languages. Java script is.
I’m a PHP developer, so I have to say PHP.
Honestly though, I’d pick Java if I were starting from scratch. Java developers are in high demand, and the pay is very good. As others said, learn a database. MySQL is very easy to learn, and is growing in popularity. The design concepts will carry over to other databases you might work with in the future.
PHP and XML.
Once you’ve got those then you’ll be ready to go.
HTML
JavaScript
CSS
Java
<html>
<head>
<titlle>Hello World</title>
<script Language = "JavaScript">
<!–
alert ("Hello, Welcome to my page");
//–>
</script>
</head>
</html>
Thats HTML and JavaScript
C#