Web development language choice?


 
Thread Tools Search this Thread
Top Forums Web Development Web development language choice?
# 1  
Old 08-21-2011
The answer to the original post is not whether one language should be preferred over another, but which development framework suits the requirements best. For the first, you could look into magento or zencart, also check Wikipedia (Comparison of shopping cart software - Wikipedia, the free encyclopedia).
You could benefit from this resource as well: Compare Content Management Systems - cmsmatrix.org - The Content Management Comparison Tool
Ultimately, you will probably use a combination of PHP and Javascript.
# 2  
Old 08-21-2011
Quote:
Originally Posted by figaro
The answer to the original post is not whether one language should be preferred over another, but which development framework suits the requirements best.
Most websites are built with PHP on the server side and JS as the browser side logic which is delivered by a PHP engine.

.. and since LAMP (Linux, Apache, MySQL and PHP) is by far the largest platform for delivering web applications, it should be obvious to anyone who develops web applications or administers a web site that PHP is the server side language of choice.

Check out CNN, the NYTimes, Wikipedia, etc etc. Most are written with at type of WordPress framework developed with PHP as the server side language and JS as the browser side language.

Also, my replies are not about "what language is best" .. I am discussing what is used the most across the Internet, and the biggest server/hosting side for for web application development is PHP based.

Go download WordPress (for example)... it is in PHP (server side) and JS (browser side), because this is the standard used by the largest communities on the web. Ditto for forums (written mostly in PHP for the back end).
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Web Development

Top 8 Web Development Trends 2019

Top 8 Web Development Trends 2019 https://www.youtube.com/watch?v=VLm3Y7Odb74 (0 Replies)
Discussion started by: Neo
0 Replies

2. Web Development

Fundamental question on web development

I am just getting into web development and I want to understand it better and more theoretically. :D So by now I can create some basic websites with html, css, php, etc, but what I do not understand is how is this then projected into the world wide web or what we call the internet??? Of course... (2 Replies)
Discussion started by: vas28r13
2 Replies

3. Programming

How is a new Web Development language written ?

I'm wondering how programmers develop new Web Development languages because I want to learn how everything begins from the start. Let's say I'm planning to write a new language for the Web. How do I do this? Is there anyone who knows about the way Web Development languages first appear ? I'm... (3 Replies)
Discussion started by: Anna Hussie
3 Replies

4. Programming

How is a new Web Development language written ?

I'm wondering how programmers develop new Web Development languages because I want to learn how everything begins from the start. Let's say I'm planning to write a new language for the Web. How do I do this? Is there anyone who knows about the way Web Development languages first appear ? I'm asking... (1 Reply)
Discussion started by: Anna Hussie
1 Replies

5. UNIX for Dummies Questions & Answers

Best development language to monitor the unix server

Hi, I am supposed to create the website to perform some monitoring and management activities on unix server. Activities includes cpu usage,displays currently runing processes,deleting files on the server and so on. Please tell which is best web based language(.net or java) to develop... (6 Replies)
Discussion started by: S_venkatesh
6 Replies

6. News, Links, Events and Announcements

The Development of the C Language

LINK The Development of the C Language http://cm.bell-labs.com/cm/cs/who/dmr/chist.html By: Dennis M. Ritchie Bell Labs/Lucent Technologies Murray Hill, NJ 07974 USA Paper History of C Language Development. B to C to BCPL (Ansi Standard). Check it out. This paper studies its evolution &... (0 Replies)
Discussion started by: killerserv
0 Replies
Login or Register to Ask a Question