suggestion for visual rad of web apps.

Community Forums/General Help/suggestion for visual rad of web apps.

Pax(Posted 2010) [#1]
Hello, currently I have used some php + mysql to make simple stuff (scoreboards, address books and a small cms).

I find it tedious to position input boxes, buttons, tables and so on. It would be very nice to have some libraries to validate input and maybe do some eye candy (via javascript?).

Are there any tools (free or commercial) recommended for visual RAD?

So far I have found Delphi for php, but would like to know if there are some more options that you know of / use / like.

Thanks.


_JIM(Posted 2010) [#2]
jQuery has some functions for validating certain forms and also quite a bit of eye-candy. There's also jQuery - Forms if I'm not mistaking. Also built to aid in this stuff. It's based on javascript.

http://jquery.com/

Last edited 2010


Pax(Posted 2010) [#3]
Thank you, I'll have a close look.