PDA

View Full Version : What's the most popular web programming language?



slicegan2
09-26-2010, 05:39 AM
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 ***********s, 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.

=========================
neon sign (http://store.everything-neon.com)
business directory (http://www.webdir.biz)

sekars2012
10-06-2010, 10:50 AM
Learn C and C++ first. C and C++ are cornerstone languages - any real programmer knows these languages. If you can understand C++, you can understand most any programming language because most languages are extremely similar to C++. C++ is also the most widely used programming language.

C++ is an offline programming language. It is not intended to create web-based applications. Other offline, popular programming languages include Perl, Python, C# and many others. There are languages designed for web-based applications and website creation. These languages include Java, HTML, XHTML, ASP and many others. As these are for web-based applications, there are languages designed for web-based database control and information management. These language include SQL, PHP and others.

In short, start with C/C++ and see whether you're more interested in online programming or offline programming and go from there.
****************
destination management company (http://summitcostarica.com/)
diamond engagement rings (http://www.orbitgold.com/gallery/diamond-rings/)

chitra4
10-09-2010, 03:59 AM
It really depends on your goals. A smart thing for a developer to do is to chose the right tool for the task. Here is a list on which programming language is more popular in a particular area and why:

Assembly language - Languages that fall under this category are very specific in their nature. First, they are specific to a CPU architecture (x86 has one, ARM has one, etc.). Their goal is to give programmers as much control over hardware as possible. Although it might be invisible to the programmer, all compilers for other languages do is translate the code you write into assembly language. Unfortunately, they don't do a very good job. Handwritten assembly code is usually much better. However, it is also much easier to write bugs and much harder to understand and use properly. That's why assembly should only be used in one of the following circumstance: performance is critical, the code must be compact in order to use up only a small amount of memory, or the thing you are trying to achieve is impossible in any other language because it uses CPU architecture-specific stuff.
................................................................
Nursing grants (http://free-grant-*****.org/nursing-grants.shtml)
G?nstiges ?bersetzungsb?ro (http://www.fachuebersetzungsdienst.com)

rajgpl059
10-20-2010, 12:19 PM
As others have said, Python and Ruby are also deserving of attention; these languages are not so tightly focused on web development. Ruby is my “swiss army knife” scripting language: I use it to write quick-and-dirty Cron jobs and throwaway scripts, as an alternative to “bash” scripting, etc. I have never developed a website using RoR, but Ruby is very valuable to me. “Programming Ruby: The Pragmatic Programmer’s Guide” by Dave Thomas/Chad Fowler/Andy Hunt is one of the best books for learning any programming language.
*****************
Merchant Account (http://www.merchantservice.com/)
get youtube views (http://www.getviewed.net)

Gavin121
10-28-2010, 03:37 AM
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 ***********s, 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 [*]).
Flash applets: ActionScript.
Ajax components: JavaScript (by definition).

tcindia123
11-01-2010, 09:10 AM
these days PHP is the best programming and user frndly language to use for websites

ashoka
11-09-2010, 01:53 AM
Now a days, PHP is getting more popular in users.

Microb
11-14-2010, 10:58 PM
i think PHP

Bus Rental
11-26-2010, 02:43 PM
I am also looking similar type of information. I also think that PHP is the best. I wan to learn PHP is any one tell me any web for learning PHP?
Thanks,
Bus Rental (http://www.urbanride.com/?cat=*7)

thedark
12-06-2010, 05:49 PM
PHP is the most popular web programming language, but it is based on c++, so it is hardly named a language. The microsoft version ASP is not that popular

warneroakland
12-07-2010, 10:06 AM
Hello forum :)

Yes.. PHP is probably the most popular web prog. language.. so I would start at learning c and c++ .. there you learn the basics and you can than easily switch to web based programming.. Sure you could start with PHP but in my opinion its better to learn c first.. makes everything so much easier :)

ppponky143
12-09-2010, 09:38 AM
C# as a language is probably about *0% the same as Java in SYNTAX, but it is tied to Windows. So, while Visual Studio is a thousand times better than Eclipse, Netbeans etc. (because it has better functionality, more features, and a unified library under .Net), it is PROPRIETARY. Microsoft changes its features every 5 years or so, and you are forced to go along with it.

******************
White***rds (http://www.neoplexonline.com/dry-erase-sign***rd/)
bracelet charms (http://www.charmnjewelry.com)

Spiralxs
12-17-2010, 02:29 AM
To me mother of all programming language is C , C++, if you know C you can learn any programming language, but its mainly for desktop applications, for web programming PHP popularity is increasing.

cookydon3
12-21-2010, 10:31 AM
If you will have no user interaction and the site's main purpose is to provide information, then plain HTML will do the trick.

Now, if there will be any kind of user interaction, such as a shopping cart or user accounts linking or something linking to a database, then PHP is very good for this.

A great example of PHP is facebook.com. The entire site is programmed in PHP and does an excellent job of keeping ***** of the small things.

Of course, then there are sites programmed entirely in flash. You could use Adobe Flash. This is a phenomenal piece of software allowing you to create entire websites in flash.

*******************
neon lights (http://store.everything-neon.com)
business opportunity (http://www.starscapes.com)

terrence909
12-23-2010, 03:32 AM
Now -a -days PHP is very popular web programming language....