What are new web driven applications coded in?

Associate
Joined
20 Oct 2002
Posts
680
An old client/friend of mine approached me because he wants a bespoke web based application created. It will involve bulk loading data that has been collected in spreadsheets and a lot of printing/pdf exporting. I have not done any programming for years and last time I made a website it was just HTML/CSS. What do people use to make quality web applications these days?

On a side note - from talking to him this project will be way too big for me to take on (aside from the fact I don’t even know what to code it in ;)) so it could mean he is looking for someone. Does anyone here have the relevant experience and the time at the moment? Obviously I would provide more details before you have to commit.

It is for a business based in Kent.

Thanks.
 
Doesnt make too much difference what language you code it in but you might want to think about hosting costs.
 
Whichever language you use you will need a framework on the backend if it's anything more than a simple application, these are the main ones for the big programming languages:

Python - Django
Java - Spring MVC
.NET - ASP.NET MVC
PHP - Zend Framework
 
Doesnt make too much difference what language you code it in but you might want to think about hosting costs.
For a freelancer/one man band this is a good point. The prevalence of ASP.Net and PHP hosting means they are by far the cheaper options.

However, if you're looking at an enterprise level web app, then you should be looking at having at least one dedicated server in which case the choice of language is down to what suits the job.
 
avoid python......huh? It's a great language, with some really good frameworks supporting it, especially for relatively small projects. Not sure anyone would choose to do a major e-commerce site in it, but for small projects it's great!
 
avoid python......huh? It's a great language, with some really good frameworks supporting it, especially for relatively small projects. Not sure anyone would choose to do a major e-commerce site in it, but for small projects it's great!

For e-commerce, you would use a off the shelf product and customize it to your needs. It has been done to death.
 
Back
Top Bottom