Web development language choice?


 
Thread Tools Search this Thread
Top Forums Web Development Web development language choice?
# 1  
Old 08-21-2011
Web development language choice?

Hello,
After a bit of basic advice please. What web development languages are available and what are the advantages of each? If this is too basic a question, can someone please signpost so i may research this.

I ask as I have a couple of websites that i need to develop but new to programming and i dont want to make a basic mistake when i contract the work out.

One website is essentially a shop where people can buy things, where i can add my own stock/invoice/count stock/search items etc.

The second website is more complicated - a recruitment website for day to day work with invoicing features etc.

Many thanks in advance for any advice.
Maqsood
# 2  
Old 08-21-2011
PHP for today. Javascript for today and tomorrow and the day after tomorrow. Smilie
IMO, of course.
This User Gave Thanks to yazu For This Post:
# 3  
Old 08-21-2011
PHP is for the server side logic. Javascript is generally used for browser side logic in web applications. Javascript will not (and should not) replace PHP on the server side now or in the future.
This User Gave Thanks to Neo For This Post:
# 4  
Old 08-21-2011
Quote:
Javascript will not (and should not) replace PHP on the server side now or in the future.
It's already replacing. Smilie Just look at node.js and a boom of js webframeworks: javascript modules.
And well... I'm personally going to write my next intranet application with node.js.

Last edited by yazu; 08-21-2011 at 03:46 AM..
# 5  
Old 08-21-2011
Quote:
Originally Posted by yazu
It's already replacing. Smilie Just look at node.js and a boom of js webframeworks: javascript modules.
And well... I'm personally going to write my next intranet application with node.js.
Not in my opinion or the opinion of most web application developers. Most all server side application logic is in PHP (or PERL or ASP) or other server side language.

Here is a quote from Tools of the Trade: Web Development Frameworks that the Pros Use :

Quote:
JavaScript frameworks work almost exclusively on the browser side. A typical framework lets you navigate the DOM easier, manipulate its contents right up to AJAX integration. There are a couple of widget libraries too which let you use specific user interface elements in your application instead of creating them from scratch.
You might find a few developers here or there who are so into JS that they develop server side logic with JS; but most people do not develop server side logic in JS; but instead, use JS for browser side applications (the same as our The UNIX and Linux Forums - Learn UNIX and Linux from Experts site).
This User Gave Thanks to Neo For This Post:
# 6  
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.
# 7  
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