Connecting Tech Pros Worldwide Forums | Help | Site Map

What is the best development environment for quick web-based data-oriented apps?

Newbie
 
Join Date: Mar 2009
Posts: 1
#1: Mar 11 '09
Hi all,

I need to develop a few small data-oriented applications.
Basically a few data-capture screens and a couple of reports.

This is the kind of applications a moderately skilled user can produce with MS Access. I would like to develop these small apps in a web-server environment (possibly on linux).

Is there any platform that allows such simple development? (e.g. design easily the DB structure, draw the interface, do base logic and validation rules through object properties as opposed to programming from scratch, ...)

Thanks,

Roberto



Expert
 
Join Date: May 2007
Posts: 213
#2: Mar 11 '09

re: What is the best development environment for quick web-based data-oriented apps?


You might look into Ruby on Rails.
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,938
#3: Apr 12 '09

re: What is the best development environment for quick web-based data-oriented apps?


I say PHP ;)
ifedi's Avatar
Member
 
Join Date: Jan 2008
Location: Abuja, Nigeria.
Posts: 46
#4: Apr 26 '09

re: What is the best development environment for quick web-based data-oriented apps?


Quote:

Originally Posted by Markus View Post

I say PHP ;)

I have a patient management (medical) software in the process of being completed. Basically run on PHP in a background of Apache and MySQL. On the front end, there's plenty of JavaScript and AJAX, without which the software would be quite sub-functional.
At present, I have deployed on one hospital intranet. However, I dream of hosting the system online, such that access can be unlimited. Something tells me I may have to take a couple of security measures in this case. I am not quite sure what're the most important ones, and what options I have for achieving these.
Anyone's help would be appreciated.

PS: I have a zillion hyperlinks sending information via the URL into the $_GET variable. I hate to see those stuff in the address bar. I guess there's no way of blacking them out, huh?
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,938
#5: Apr 27 '09

re: What is the best development environment for quick web-based data-oriented apps?


$_POST is an option. $_SESSION, $_COOKIE, too.

If you have a PHP specific question, ask it in that forum please.

Thanks,
Mark.
Newbie
 
Join Date: Jun 2009
Posts: 3
#6: Jun 23 '09

re: What is the best development environment for quick web-based data-oriented apps?


I highly recommend Digital-Clay. that is what I use, especially for these kinds of projects.
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#7: Jun 24 '09

re: What is the best development environment for quick web-based data-oriented apps?


Many options are available.The choice generally depends on what you already know and the platform on which the system will be run.
Reply

Tags
ide, rad


Similar Software Development bytes