Question:
What programming languages should Iearn to become a web developer?
Golden State
2019-06-23 15:46:33 UTC
What programming languages should Iearn to become a web developer?
Fourteen answers:
?
2019-06-28 11:34:30 UTC
Html+ CSS just to create the design and PHP for making it server freindly
Steven
2019-06-28 07:59:15 UTC
We have to learn a specific language like python, java and much more, that has more scope in future.
?
2019-06-28 07:22:52 UTC
HTML, CSS, Javascript, Php, C#, Bootstrap
Martin
2019-06-27 07:03:00 UTC
HTML, CSS, Javascript, Bootstrap, and PHP are the best languages to become a web developer...
2019-06-27 00:31:30 UTC
Well, if you're project lead you don't need to program a thing, just communicate with the Design folks and the Programmer folks while you get rich.
guail
2019-06-25 12:04:50 UTC
HTML-CSS y JavaScript..
Not
2019-06-24 17:36:46 UTC
When you make the web page you use

HTML and JavaScript (not Java that is a different language)

Often you need to learn some APIs like bootstrap, angular-js and JQuery



When you control the server, common languages used are

python, C# and PHP



Maybe something else is popular now.
Bill-M
2019-06-23 19:36:04 UTC
High Level Programming Languages are NOT used to develop web pages.

Web pages are written in a Mark Up Language called HTML supported by CSS.

The one programming languages that is used to Enhance HTML is JAVA SCRIPT (not Java).

Java and Java Script are two completely different languages.

Java Script code is embedded in HTML to give it move features.



You need to Learn HTML, CSS and Java Script.

You can start here: www.w3schools.com It is totally free.
husoski
2019-06-23 17:16:13 UTC
Start on the client side with JavaScript (JS). That's the only language supported by all the major browsers. Get the language basics down, and then start learning about the Document Object Model (DOM).



That brings up an important point: Even if you're a developer, rather than a designer, you'll need to know HTML for markup and CSS for style/presentation. Those aren't programming languages, but they are languages you'll use a lot. The DOM is JavaScript's representation of the HTML and CSS that's been downloaded and parsed by the browser. HTML is also where you connect your JS code to events and on-screen controls.



On the server side, there are more choices. I'd suggest you start with PHP as the most common back-end language. This is available on just about any cheap or free shared hosting plan. Other languages generally require some extra server side admin support, but you'll find Python, JS, Java (the real language, no relation to JS), C#, VB, Ruby and others in use on real websites.



You'll need to know about relational databases (the only kind of databases that most devs know about these days) and learn SQL (Structured Query Language). Some people consider this a programming language, some don't. Doesn't matter, really...you still need to know it.



If you're maintaining a website on the server side, it helps to know at least the basics of command line interaction with the OS. For a web server, that's usually Linux and the command-line shell will usually be bash. If your development computer at home is a Windows PC, you can get a feel for this by installing Cygwin and using it's bash shell. On a Mac or Linux, you'll have bash built-in as the default shell whenever you start at terminal window.
?
2019-06-23 15:48:10 UTC
All of them! You should start with Java and work your way up from there.
Lusine
2019-06-26 11:49:08 UTC
According to the latest surveys, there are main five languages that remained as the top in the charts.



1. JAVA - a class-founded and object-oriented language

2..C and C++ - the eldest and most extensively used programming language.

3. Python - a reasonably easy language for its readability.

4. PHP - PHP is free of cost language for dynamic websites and applications.

5. JavaScript -It is crucial for developing communication, and animated web function.
2019-06-25 20:04:04 UTC
Javascript.



Also, while not a programming language, HTML and CSS are necessary.
Raghavendran
2019-06-25 12:44:15 UTC
C, HTML, JavaScript, PHP etc.
ConservativeChitChat
2019-06-23 21:12:49 UTC
Lots of them......

1) HTML 5... so you can tinker with it from scratch, as well as just using a website builder such as "Mobirise". Other tools worth a look if you need them are "Atom" + "CoffeeCup Free HTML Builder".



2) CSS



3) PHP 7 - support for PHP 5 getting dropped by hosting companies, and making lots of old scripts not work because of the different way the latest version of PHP handles database access = goodbye MySQL, hello MySQLi or PDO.... which is why you should not only learn how to do them to start off with, but keep learning them to keep track of the various things that keep changing with them.



4) Javascript, JSON, Ajax



5) Bootstrap



6) Anything else relevant to creating plugins for popular "off the peg" PHP scripts such as "Wordpress", "MediaWiki" and various others.



No point learning Flash or Shockwave any more as that's apparently being phased out in favour of being able to do it directly in HTML5.



Easy enough to get the gist of doing it from a variety of websites including "w3schools.com" + "javascriptkit.com" + the "PHP Resource Index", among others... as well as the "for dummies" range of books


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