Snargleflap
07-08-2008, 01:25 PM
I have a couple dozen Asp.Net applications that I use as data-driven components when I build client websites. It's very tedious and time-consuming to integrate these apps manually when creating pages so I want to develop a front-end page builder tool, something like a very scaled down DotNetNuke.
I want to use a layout manager for defining panels on the page into which I can drag/drop ajax-powered containers that will be populated with my data-driven components. The containers will need to be both dragable and resizeable and I'll need completely control over where to drop them in the panels (side-by-side, top-down, etc).
I've been looking into the javascript libraries that are available and a number of them look like they will do what I'm looking for. So far I've been looking at DOJO, Yahoo's YUI,
Prototype, and Ext JS.
I'd like to get your recommendations and experiences with these, and any other js libraries. If you've successfully developed any type of UI builder or portal type page using these tools, I'd be very interested in seeing your apps in action.
Thanks.
I want to use a layout manager for defining panels on the page into which I can drag/drop ajax-powered containers that will be populated with my data-driven components. The containers will need to be both dragable and resizeable and I'll need completely control over where to drop them in the panels (side-by-side, top-down, etc).
I've been looking into the javascript libraries that are available and a number of them look like they will do what I'm looking for. So far I've been looking at DOJO, Yahoo's YUI,
Prototype, and Ext JS.
I'd like to get your recommendations and experiences with these, and any other js libraries. If you've successfully developed any type of UI builder or portal type page using these tools, I'd be very interested in seeing your apps in action.
Thanks.
