Connecting Tech Pros Worldwide Help | Site Map

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

  #1  
Old March 11th, 2009, 12:22 AM
Newbie
 
Join Date: Mar 2009
Posts: 1
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
  #2  
Old March 11th, 2009, 03:03 PM
Expert
 
Join Date: May 2007
Posts: 213

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


You might look into Ruby on Rails.
  #3  
Old April 12th, 2009, 08:31 PM
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,858
Provided Answers: 9

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


I say PHP ;)
  #4  
Old April 26th, 2009, 06:21 PM
ifedi's Avatar
Member
 
Join Date: Jan 2008
Location: Abuja, Nigeria.
Posts: 46

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?
  #5  
Old April 27th, 2009, 11:39 AM
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,858
Provided Answers: 9

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.
  #6  
Old June 23rd, 2009, 07:35 PM
Newbie
 
Join Date: Jun 2009
Posts: 3

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.
  #7  
Old June 24th, 2009, 11:56 AM
Administrator
 
Join Date: Sep 2006
Posts: 12,084

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 Threads
Thread Thread Starter Forum Replies Last Post
New to Linux Jhuola Hoptire answers 4 July 17th, 2005 11:38 PM