Hi Raimund, Thanks for the peek. Great app!
I had a look on the data loaded by the application and here are some hints for you to improve the loading speed of the application: * The application scripts should be transferred with gzip * You might want to split up the application in parts: http://manual.qooxdoo.org/1.3.x/pages/development.html#parts (e.g., boot, application, ui, tree, table; by doing this you can even start the login / data requests in the boot part)) * To minimize the amount of initial requests on startup you can * combine the images to one (or more) large image: http://manual.qooxdoo.org/1.3.x/pages/development/image_clipping_and_combining.html * combine all requests that load data to one loadInitialData request Ciao, Tino Am 13.12.2010 um 15:06 schrieb SimplyNotes: > > Hallo Andreas, > > I just want to make you aware of my Qooxdoo based application where a sneak > preview is available under http://www.sn-training.com. > It's basically a port of a training management system I developed some time > ago for Lotus Notes > There's still a lot to do but I think it is a state where I want to share it > with you. Check out the following; > > -Treeview which allows calculations by branches - currently supported are > count, min, max, total and average - see "Course Catalog (int.)" view where > the start date column has the number of trainings (count) and the > Min/Max/Reg column the total > > -Calendar view under Course Catalog/by date > -the planer views under "Planning" > -the accordion menu to the left for navigation > > The application uses > -the outstanding retro theme from Norbert Schröder - excellent work as is > his darktheme! > -the file upload widget from Dietrich Streifert and Petr Kobalicek > -and for sure - the outstanding qooxdoo framework (vers. 1.3) > > the solution is fully configurable so you may want to have a look at the > Administration section and look at the Configuration options and the user > mgmt/roles > > Hint: You don't have to register as this sneak preview logs you in as a user > with admin right (don't mess around!) so you can see all features - > implemented and planned one. The course cataloge, resources and admin > section from the accordion menu are the ones with functionality > > enjoy > > Raimund > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/sneak-preview-of-qooxdoo-application-tp5830838p5830838.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, > new data types, scalar functions, improved concurrency, built-in packages, > OCI, SQL*Plus, data movement tools, best practices and more. > http://p.sf.net/sfu/oracle-sfdev2dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel Tino Butz Mobile Architect 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-4488 [email protected] Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
