On Thursday 15 February 2007 10:33, [EMAIL PROTECTED] wrote: > Perhaps there is a gap in the software available to programmers? Perhaps > there needs to be a program built so that users can change what they want, > is there an inbetween program available? So users or IT support personal > dont have to be programmers to be able to change the GUI or relink the > fields, to keep the customers happy.
For the last two years I have been playing with flexible user interface designs and modular backend designs without really producing anything worthwhile. General idea is to isolate functionality in as small modules as possible, and then letting the user choose how much or little functionality they want or need The frontend is 100% plugin based - it basically just provides an empty frame where tyhe user can load plugins into, move them around and resize them and/or integrate them into tabbed "notebook" elements until the screen display fits his workflow The backend is not fully normalized - table design reflects more the layout of functional modules in order to provide both good performance as well as to facilitate the modular front end But I have no time to finish what I keep starting, now sadly less than ever Horst _______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
