Re: Looking for recommendations on a programming language for a web application.



Paul wrote:

Everyone is entitled to their opinion.
Let me be the one to privately decide on the validity of the comments.
All options are open: ASP.NET, PHP, Cold Fusion, Oracle, AJAX, XML, and

As Steve pointed out, all these aren't programming languages, but applications and methods too.

Choice of database, it has to do how thick your wallet is

The king of databases is usually given to Oracle, you pay for a license per CPU (Dual core may be counted as two CPUs, check that at www.oracle.org).
The prince of databases is nowadays MySQL and is a quite popular and big sites like google.com does use it. License is per computer, and is cheapest.
The black sheep MSSQL, is both expensive and slow (half speed compared to Oracle and MySQL).

Of the languages PHP is the one that runs on the most platforms, even such that normally wouldn't be picked as a server OS, while ASP is limited only to microsoft servers. ColdFuson is limited too and quite expensive to use.

AJAX is just javascript and works against any serverside script language, but relays on that the user has enabled javascript (there are plenty who disable javascript).


We also want to ability to provide spelling and grammar checking.

This part is best to left for the web browser, check FireFox 2.


When building or adding parts; we want to be able to search the parts
inventory.
I would expect a database handling 1000s of users, each with it own log
in to access it own data, and maybe an average of 250 users in the
database at a time.

PHP & MySQL with extras you want, like AJAX, pdflib, ...
I would suggest you look at more open types of presentation media.

--

//Aho
.



Relevant Pages

  • Re: Advice on PHP Problem
    ... I am extracting all the categories in the database associated ... As you have already guessed, its not really related to php, however i will point you in the right direction ... Or if you want a more seamless approach learn ajax. ... You can either do a system that continuously makes calls to the data base depending on user selections, using presumably AJAX or simple 'form submits' which is economical on page download size, but high in terms of server side processing, or you download as much of the database as is practicable, and do the selection process locally, using javascript or possibly java, and reserve the updates to the database for when you actually need to modify the data, or the selection takes the user to a radically different place. ...
    (comp.lang.php)
  • Re: Fetch table names from query
    ... I've implemented a very simple results cache in my PHP application but I'd like to improve it. ... Writing a reliable SQL parser in PHP looks like a hard task and obtaining a full explain plan from the Oracle server looks like an overkill. ... Leave managing the database to the database professionals. ...
    (comp.databases.oracle.misc)
  • RE: [PHP] What is the best way to protect the PHP page that returns the AJAX data? [solved]
    ... injection attempts in my database wrapper. ... [PHP] What is the best way to protect the PHP ... For the AJAX to work, it has to hit a script that's ...
    (php.general)
  • Javascript returning NaN
    ... Please tell me why I get a NaN returned in my Javascript from:- ... Those two values are ex a MSSQL database. ... The web page calls Ajax to repopulate its fields by calling a PHP ...
    (comp.lang.javascript)
  • Re: combobox and print query
    ... I have problem with php and MSSQL ... I have a combobox with the name of 10 company and in my database i ... I need that when the user choose in the combobox one of this company ... Read about JQuery, AJAX, and javascript events. ...
    (php.general)