Question:
What programing languages does one need to be a successful web developer ?
Khalid
2013-01-03 14:00:10 UTC
From what I can gather is HTML, CSS, JAVASCRIPT and PHP.. what else ?
Six answers:
dapacc
2013-01-03 14:07:25 UTC
It all depends on what you want to do. What you have is a good start, but youll also want to know sql and how to set up a database as almost all good websites are database driven. There are many different server side languages (PHP being one). But there is also asp.net, and ruby on rails to name a couple. Just need to pick what's best for you.
William
2013-01-03 14:13:04 UTC
It all depends on what you wanna do. To start off, to the person that said Java programming. No, just plain no.



HTML will build the framework of the site.



CSS will style your site



JavaScript is a browser-side scripting language used for various things. JS is NOT needed in all websites, but it is a pretty handy thing to have down.



PHP is definitely a big one when making a dynamic site. Forums are almost all in PHP, but anything can be made in PHP from logging in, to keeping session data / cookies and validating forms. PHP is something I would spend a lot of time into learning, because good PHP can make or break a site.



MySQL is a good thing to know, so you can establish a connection with a database. Used with PHP to see if usernames exist, create new usernames, logging in etc. Very helpful.



Everything else is optional. Remember, that .php files can contain html elements, so really a dynamic site shouldn't have .html or .htm .php can cover it all.
anonymous
2013-01-03 14:10:03 UTC
If you want to develop a simple site, HTML, CSS and Javascript should be suffice, but if you want to develop site with features such as logging in and what not, PHP and MySQL are a must
WK of Angmar
2013-01-04 14:21:21 UTC
I will vouch for the person who said NOT to use Java for end-user content. This is ridiculous as you must first assume that the end-user has installed the Java plugin for their web browser, it is up-to-date and they are willing to allow the Java applet to run. The entire web is moving away from using compiled content in favour of native, non-plugin applications created using HTML5/JavaScript. If you must insert compiled content, then use Flash instead of Java applets - which are now a rare and (thankfully) dying platform.
Josh
2013-01-03 16:59:12 UTC
Mysql: http://en.wikipedia.org/wiki/MySQL - For loading data from a database - I recommend to use Myphpadmin.

FTP: http://en.wikipedia.org/wiki/File_Transfer_Protocol - Transferring files i recommend Filezilla.



You will also need an understanding what SEO is if you want your website to show up and search engines.



If you are thinking about Web applications such as flash? Then Action script 3.
anonymous
2016-12-02 04:27:45 UTC
on a similar time as Java won't stay perpetually as a programming language, it particularly is a center capacity which will serve you alright. No licences are required, yet you may conflict getting started in a employer with out a suitable laptop technology degree.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...