What is the best programming language to learn for the web?

tracerblue

New Member
Joined
Jul 27, 2006
Messages
7
I have read through some java books and some c++; I've seen some information on c#; I found that VB is fairly popular... what I'm wondering is, which language is the best for web application. I want to learn programming, but I don't know which language I should learn. Any opinions would be helpful... Thanks.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi TracerBlue

I'll assume you're already familiar with html so you need to move onto building some functionality into web pages. I think an excellent place to start, especially if you are new to programming in general, is with JavaScript which deals with Client-side applications. It is a nice language to learn which will have application when you come to look at other languages (it is different from Java - they are definitely not the same).

If you haven't already, I would start with creating your own website and utilising a variety of languages in the construction (doesn't matter if nobody visits it - it will be a learning tool). Store information in a server-side database and use PHP to access the info. Utilise Perl in CGI scripting and some JavaScript as mentioned above - it will give you a feel for what you like and what you can do.

Good luck!

Richard
 
Upvote 0
Ditto what Richard said. Just wanted to mention that you should check out W3Schools for whatever language you decide on. I started with HTML, then JScript, then VB, then DHTML, then VBA, then PHP... Just start going with it and see where it takes you. ;-)
 
Upvote 0

Forum statistics

Threads
1,225,322
Messages
6,184,277
Members
453,225
Latest member
adelphiaUK

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top