Maybe it's me or maybe it isn't. I don't have a huge amount of experience of developing web based data entry software but do have some. I used to do it quite a bit years ago. Used to use Oracle Forms, Visual Studio, various 4th generation languages, and performing the user interface layout used to be a snap. Now doing the user interface for developing web applications seems to be a huge pain in the rear. Just trying to get text entry fields and widgets to go where they are supposed to go on the screen is a total pain. You have to know Javascript, CSS, JQuery, HTML, etc. There must be an easier way to develop data entry forms that produce the needed underlying code for a web page. Maybe I'm just not looking in the right place. There must be some WYSIWYG GUI development tools for the web for developing data entry forms out there. Anybody know of any?
feedback
|
migrated from superuser.com Jun 12 '10 at 13:09
This question came from our site for computer enthusiasts and power users.
|
Most web frameworks handle form generation for you. If yours doesn't then there are easily a dozen others that you can pick up for no money. | |||||||||
feedback
|
|
C# used with ASP.NET is strong in this area, but there is a learning curve to overcome. You can get the free versions by downloading the latest Visual Studio Express from Microsoft. The catch is that you are stuck with Windows for development, for better or worse. Visual Studio only runs on Windows. | |||
|
feedback
|
|
Dreamweaver. That's about the best WYSIWYG you're going to find. | |||||||
feedback
|
|
http://www.sencha.com/ Ext JS is a Cross-browser JavaScript framework for rich web apps. it also has a gui to create the interfaces. That gui app is not free. | |||
|
feedback
|