WYSIWYG-ish AJAX tools?
Jul. 23rd, 2012 06:43 pmI'm working with someone who's an experienced system programmer, but is taking on web programming for the first time. What good tools are there to facilitate features like click-to-sort columns in tables, drag-and-drop fields to rearrange ordered values in a table, and other AJAX functionality? I myself am a past Domino developer, and it seems some open source equivalent of the form creation process in Domino would be most useful to him.
Any thoughts? Am I barking up the right tree and are there any useful products on the branches?
Any thoughts? Am I barking up the right tree and are there any useful products on the branches?
no subject
Date: 2012-07-23 11:05 pm (UTC)no subject
Date: 2012-07-23 11:11 pm (UTC)Speaking as someone who hasn't done this stuff in a while.
Ray
no subject
Date: 2012-07-23 11:30 pm (UTC)no subject
Date: 2012-07-23 11:34 pm (UTC)no subject
Date: 2012-07-24 12:20 am (UTC)no subject
Date: 2012-07-24 01:46 am (UTC)no subject
Date: 2012-07-24 12:51 pm (UTC)Regardless, I also suggest spending some small amount of time writing pure javascript with no frameworks at all. You can't use a tool like jQuery to its fullest unless you understand how and what it is abstracting away for you. If your guy is new to javascript it has some real quirks that one needs to understand before going too deeply into Javascript. Javascript is not a functional language and not an OOP language, it is a prototype-driven language. And what you can do with a prototype-driven language will confuse you if you jump straight into coding for a framework without know what the framework is doing for you.