PDA

View Full Version : Minuter - Ext App. to manage projects, todos and meetings



tahlon
8 Nov 2008, 5:23 AM
Hi,
i just wanted to show you a small application a friend of mine and i developed some month ago.

http://projects.tahlon.de/minuter/


Minuter was originally developed as a final project of Webdevelopment under Prof. Dr.-Ing. Thomas Ritz at the FH-Aachen. This slightly extended version serves as demonstration system. Additional information as well as ways to contact the developers can be found within the system, after login. Have fun!

As already mentioned in the title of this thread, the application is designed to support you in managing projects, todos, meetings, .. between users. There are 2 demo logins and the database will reset every day. Please tell me if you like it :)

Screenshot:
http://projects.tahlon.de/minuter/screenshot.png

Note: maybe you have to turn off your popup / banner blocking addon. Even if there is isn't any advertising on this site some tools just don't like my "banner" called div. It will get another id ... some day.

fangzhouxing
9 Nov 2008, 3:07 AM
I have visited the site, but the web app loads very slowly!

Yoris
9 Nov 2008, 11:59 AM
it looks nice, you should check the code a little bit, there are some grose errors jumping everywhere ( calendar expanding div to 100% when poping up in grids ) the idea is old, but the achievement seems good, congrats.

manube
20 Jan 2009, 4:44 AM
Hello, your app looks nice but I just inform you that it's not working on Opera (I cannot login, nothing happens)
Perhaps you should change the logout link and ask for confirmation, it's quite "strange" for me to find this button inside the menu

Bye and thanks

drew
20 Jan 2009, 7:04 AM
are there any plans to continue development of this application or were you just showing off the app as is?

anshubansal2000
21 Jan 2009, 10:13 AM
Are you planning to release this app or did you develop this for your UNI?

Creditsunlimited
2 Dec 2010, 2:56 PM
Am starter for EXTJS .. any help will be appreciated... i am trying to use same view-port but failing with the tab panel... Cannot reopen closed tabs ... some kinda exception ... Can you help me ?

Rgds, Kalpesh Mistry.

dan_b
3 Dec 2010, 8:41 AM
Am starter for EXTJS .. any help will be appreciated... i am trying to use same view-port but failing with the tab panel... Cannot reopen closed tabs ... some kinda exception ... Can you help me ?

Rgds, Kalpesh Mistry.

You ought to post this in the Help section.

from the API Documentation (http://dev.sencha.com/deploy/dev/docs/),

Note: By default, a tab's close tool destroys the child tab Component and all its descendants. This makes the child tab Component, and all its descendants unusable. To enable re-use of a tab, configure the TabPanel with autoDestroy: false (http://dev.sencha.com/deploy/dev/docs/output/Ext.TabPanel.html#Ext.TabPanel-autoDestroy).