I hope that this question gets clear to everyone.
What I find great about Delphi is that with RAD (rapid application development) we can pick components and put them directly to the form and connect them to other components and methods.
It's so good that when I need to make an application that share information I use a remote online database server, but I don't make a Web site. I use zeos library and make a Delphi application.
But it is become dangerous as my clients are beginning to ask for use with tablets and smartphones.
What I hate about Web is the hard manual development of the interface and connection with the controllers.
But I might be wrong as there could exist great tools and Delphi like ide to work as fast as the real Delphi.
*Does anyone experience that? *
I tried rad php xe but I find it very complicated to code as you have to mix php and javascript in the same files and does not have a good mvc structure.
Dreamweaver is full of bugs and does not have a debug
PhpEd has good code control but does not have interface editor.
So,How to make a master-detail database Web site as fast as making the same with Delphi. Which visual IDE should I use?