Question:
what's the most popular web programming language?
koli1774_1
2007-10-17 01:59:41 UTC
actually I wanna start with one but I have no idea which one to choose.
Seventeen answers:
Stupid Cupid
2007-10-17 02:20:12 UTC
It's hard to gauge what's considered “most popular”, because that depends on which circles you move in. However, I'll list some common ones, and leave you to pick one.



“Web programming” is very broad: you can be writing code for client-side web applications (such as Java applets, Flash, Ajax components, etc.), or server-side web applications (incorporating business logic for web transactions, usually via a framework; see below).



So, in order to answer your question, you need to decide which sphere of the web programming world you wish to play in.



After you've decided, here are a few choices of languages.



Java applets: Usually written in Java; can also be written in JavaScript (via scriptlets [1]).

Flash applets: ActionScript.

Ajax components: JavaScript (by definition).



Server-side web programming is usually done in a framework. Each framework supports its own choice of language. Examples include (see [2] for more):



Ruby on Rails: Ruby (by definition).

Phobos: JavaScript.

Grails: Groovy.

Struts: Java.

CakePHP: PHP.



You can also do server-side web programming without a framework, in which case you have a wide choice of languages: Java, PHP, Ruby, Perl, JavaScript, etc.



(Disclosure of bias: I'm a Java developer, so many of the topics mentioned do tilt in that direction. In particular, I have not made any mentions of any .net-related frameworks, for I don't do any work with them.)
trew
2016-12-12 13:22:49 UTC
Most Popular Web Language
rowlfe
2007-10-17 02:10:50 UTC
HTML, of course. All web pages use HTML and since there are more web pages than any applications that are web based,it follows it must be HTML. After HTML, it appears to be javascript to add functionality and dynamics to web pages. Next would come server side programs, with Java as the principal. I differ from other who answered in what programming language would be best to start with. I can;t believe someone suggest C as a starting language as it was one of the most difficult for me and many other programmers I know. I would suggest BASIC, DOS based at first. It is a simple language to learn and without the windows interface to worry about, it gives you an opportunity to learn the structure of a program to perform a task in plain, simple keywords, which are limited in number. Once you learn the basics of control structures such as the IF-THEN-ELSE conditional, you can move on to things like CASE statements and all kinds of other things to determine what the program DOES. OK, so it is simple text, but that is what is the advantage, not having to worry about the complexity inherent in Windoze.After the DOS based BASIC, move up to Visual BASIC for Wondoze so you can then expand your learning to include the Windoze user interface. This is NOT easy, and there are NO shortcuts as some who answered implied. Once you have the basics for text and the windoze interface down, you can move up to a higher level language like Java. The only thing Java offers over Visual BASIC is that it has some features specific to windoze and the web. You CAN start up front with Java or even C/C++, but you will have a very steep learning curve without the fundamental building blocks I've outlined for you starting with DOS text based BASIC.
David D
2007-10-17 02:07:44 UTC
PHP is probably most commonly used, but I wouldn't suggest it as a learning language since it has more then a few oddities.



Python is a decent language for learning programming in general, but also for web programming (although finding hosting for it is a little tricky).



http://www.ibiblio.org/obp/thinkCSpy/

http://docs.python.org/tut/



(Incidentally, while it is essential to have a basic understanding of HTML if you plan to produce anything on the web (and a good understanding if you want to actually write HTML yourself), HTML is not a programming language).
Stephel
2007-10-17 03:56:42 UTC
It depends on what you want to achieve with. If you want an enterprise class web application, then usually they choose Java and if you want to start with simple web application, then PHP is your language. While both are cross platform and scalable, each had its own benefits and drawbacks as follows :

Java :

+ Leader of enterprise solution

+ Better separation of layers

- Longer learning steep

- Higher overall cost



PHP :

+ Easier to learn

+ Faster than Java

+ more productive

- Lacking of standards

- More attempt to keep the code clean



Hope this helps.
?
2016-10-07 06:14:04 UTC
C#, seen straightforward .internet, C, C++, Java are probable the main straightforward and universal programming languages. C and C++ are no longer good for databases, until eventually you have some 0.33-occasion libraries/API's that are outdoors the customary C and C++. you will locate libraries for this, in case you desire them. Of the languages I indexed, VB .internet is probable the least perplexing to %. up. i admire C# although. sq. isn't probably a programming language in itself. although, it relatively is the main straightforward question language utilized in modern-day databases. whether you do no longer plan on working with databases, you may nevertheless understand the basics of it. that's straightforward to learn. in case you plan on working with linux or unix a lot, discover ways to jot down shell scripts and doubtless Perl. (Perl is on occasion seen to be the duct-faucet of programming/scripting languages... Its no longer consistently rather, even though it may fix a super form of issues immediately).
Ben
2007-10-17 02:08:33 UTC
It depends on what part of web programming it is you want to do. If you are looking for client-side scripting, learn javascript. If you want to work on the server side, try PHP or Perl. More than likely you will end up using both client and server-side languages to get what you want.
Larry J
2007-10-17 02:10:56 UTC
You will get as many answers as there are languages.



Do a little search of each one. Read,learn, play with them a little ,

and pick the one that you feel most comfortable with.
Miles
2007-10-17 02:08:26 UTC
PHP is the best because it's open source, stable and works on multiple web platforms.

http://simplephp.pinurl.com
2007-10-17 02:13:42 UTC
PHP is the best. If you want to use it, download xampp. It comes with Apache webserver, PHP and MySQL bundled into one - makes your life easy.
define..
2007-10-17 02:10:06 UTC
java is currently the most popular programming language used worldwide.... but if u thoroughly want to study programming languages then i wud suggest to start with C and object oriented programming..... then u can go for java and u ll ve strong base

rest is at ur own descretion:-)
jhei19
2007-10-17 02:02:03 UTC
For me,,, the best programming language is:

"Visual Basic 6"

very easy to use XD
ibrahim ersoy
2007-10-17 03:42:38 UTC
vb6 is a windows programming language.

not web programming language



there are some pro langs that is being used



ASP.NET,PHP,JSP,ASP,PERL,RUBY
2007-10-17 02:08:22 UTC
definitely php becoz it's an open source and many of them are under GPL licence.
Scripo
2007-10-17 02:24:29 UTC
i will suggest you to prefer Asp.Net, which is very easy to use and work on it, u have an option of also using ASP.Net with c# or vb server side scripting.
PSSR
2007-10-17 02:43:44 UTC
Ever green is C++. But Java and .NET are in boom. go for one of it.
Khateeb H
2007-10-17 02:01:32 UTC
Java...is the best.


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