|
Are You Worrying About Remaining Work?
Latest features of DevPlanner, daily planning and time management tool, help safely forgetting about remaining work and concentrate only on current task.
The Miller paper on short-term memory described what people typically can not hold more than nine things to think at any one time. To work effectively these nine cells must be available for current tasks. Usually many of us are using this critical resource for remembering work remains for next hours, next days and even weeks. This tendency slows down the work. Remaining tasks are filling the short-term memory concurrently push-outing each other.
"My work is about developing and supporting web sites for few our customers. Usually they are contacting me suddenly and asking me to do something. Switching to these "five minute" tasks can shoot all time for my primary work. But if I decided to defer such tasks, I usually forget about most of them until customer asked me about it again. Rather better, I can't think about anything other than these tasks." – said Anna Zayda, professional web developer from PMbrain.com.
Well known technique to avoid worrying about remaining work is writing tasks on scratches of paper or sticky notes. But usually this leads to holding information about place where task was written, still utilizing the short-term memory.
Alternatively tasks can be stored in the to-do list software. There are many interesting shareware and freeware tools. To avoid worrying about non complete tasks, do the job effectively and sequentially only few simple steps can be performed on a regular daily basis using any of them:
1) Add a task to the list then it comes from your mind, customer or boss.
2) Plan it to available time of a day.
3) Mark tasks as completed when it actually done.
With a new release of DevPlanner even more techniques are easily accessible:
4) Move incomplete tasks to the next day.
5) Remove all obsolete tasks from the list if you even did not start it.
6) Print a report of completed tasks for a week.
DevPlanner is a shareware program and available for 30 days free at http://www.devplanner.com or http://www.devplanner.org.
About Fedorenko Company
Fedorenko is an independent innovative software development company. Our competences are time management, project management and productivity tools and technologies.
Related Discussions - HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)Find the handle of the window using FindWindow or EnumWindows and use
PostMessage(ProgramHandle, WM_CLOSE, 0, 0);
I have not tried it, but it...
- HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process.
Try...
- FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
- RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
- HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)How to make it run as if you were running it outside of Delphi.
Tools | Debugger Options --> Language Exceptions.
Their is a checkbox titled...
- HOW TO LOAD/SAVE FROM/TO INI FILES WITHOUT COMPONENTS? (2001-01-05 11:55:47)Thx...:)
- .BMP ISN'T A VALID PICTURE FILE FORMAT!? UHUM!? (2001-01-05 14:59:28)I think you have to Specify
what line the text is in, like this.
Image1.Picture.LoadFromFile(Memo1.Lines.Strings);
If the text in the...
- DELPHI WITH INTERNET.. (2001-01-05 19:35:50)http://www.matlus.com/scripts/website.dll
This site is 100% Delphi built and 100% dynamic. All the content you see here is "database driven" and a...
- HOW TO COPY A STRING INTO A PCHAR??????? (2001-01-05 23:10:36)ShellExecute(Application.MainForm.Handle, nil, 'mailto:' + PChar(EmailAddress), '', '', SW_SHOW);
Actually, that bit of code won't work correctly....
- HOW DO I GET A TOOLBUTTON TO DISPLAY A PICTURE FROM AN IMAGELIST? (2001-01-06 08:30:31)Just change "ImageList" property of your toolbar, and "InmageIndex" property of your buttons...
|