BobAlston <bobalston9 (AT) yahoo (DOT) com> wrote in
news:irrcek$3as$1 (AT) dont-email (DOT) me:
Quote:
What have people here tried with good/bad results in web
application generators?
Has anyone found a good web developer/generator/IDE that they feel
is comparable to Microsoft Access? |
I'll answer these in the opposite order you asked.
There is not IDE for developing database applications anywhere that
is as good as Access, no matter the deployment target (desktop or
web). You are terribly spoiled by what you are accustomed to and
everything will have a high learning curve, because you have to
learn how to do things that Access does for you, as well as change
your whole concept of UI to get away not just from bound data (not
so hard, since it's not uncommon to do that in an Access app in some
places), but also to get used to the concept of statelessness, which
is required for the web.
There are no web application generators that I'd spend a nickel on.
Not because I've tried them, but because of two things:
1. the concept is flawed -- would you purchase an Access application
generator?
2. you can't do a good job of creating web applications if you don't
know the nitty-gritty of how the component parts fit together. That
is, you have to be able to fire up a text editor and write the code
and HTML yourself in order to be able to use high-level tools
successfully.
In 1998, I knew I needed to learn some kind of web technology. My
original choice (because of what looked like good hosting
possibilities) was Cold Fusion. It was REALLY EASY!. But then the
hosting fell through, and I ended up learning PHP, instead.
PHP is very, very difficult in comparison to CF (though CF has
changed much more dramatically over that time period than PHP, and
doesn't really much resemble what I learned how to use well in a
couple of days), and certainly much harder than VBA (in my opinion).
This is partly because there's no IDE at all, but also because of
the nature of the way it works (it's not compiled, for instance).
Anyway, if you want to be a web professional, you need to learn
something from the ground up, not pretend you know what you're doing
because you can use a complicated tool that produces code you
couldn't explain to another developer.
--
David W. Fenton http://www.dfenton.com/
contact via website only http://www.dfenton.com/DFA/