Skip to main content

Time Management by Brian Tracy

Was lucky to have a chance to watch a video done by Brian Tracy on Time Management. It was great and thought to do a short note on that. Here is the note and the video.



Here is the note I took by listening to it.

  1. Goals - what is it you want to accomplish ?
    1. personal/family goals
    2. business/financial goals
    3. self development goals
  2. Plans of Action - put it in writing
  3. Analysis - Make a list (make the list of day before evening - to do list)
  4. Set Priorities - what is relevant and irrelevant ? what is the most valuable use of my time ?
  5. Concentration - Learn how ! - work on single task at time until it is completed
  6. Deadlines and Rewards - positive logical consequences.
  7. Time Log - where is all your time going ?
  8. Procrastination - positive or negative - Do it now! Do it now! Do it now! - get the job done fast
  9. Delegate - delegate everything you can - Clarity
    1. Think what you want done - write it down
    2. Pick the right person to do it
    3. Crystal clear on what you want done and when you want done
    4. Check, Review, Inspect
  10. Meetings - An essential part of human life
    1. Clear on purpose of the meeting
    2. Agenda
    3. Deal with the most important tasks first
    4. Start and Stop meeting at time
  11. Interruptions - Telephone and walk-in visitors.
    1. Do not be a slave to telephone
    2. Most people are time wasters
  12. Key result areas - what key results have you been hired to accomplish?
  13. Batching tasks - Group your responsibilities - group your tasks Same pattern ones at a time 0
  14. Neatness - Clean up your work environment
    1. Throw it away
    2. Refer - if not relevant
    3. Action - put all in action folder
    4. File - file it away
  15. Chunks of time - Allow time for important work - get up early in the morning like 5 am and get 2 uninterrupted hours of time
    1. You cannot do administrative and creative work together
  16. Transition time - Learn more to earn more
    1. spend 1 hour per day on own to learn new things (2 hours better)
    2. Coffee breaks, lunch time, driving time
  17. Telephone - A powerful business tool!
    1. get on and get off fast
    2. Treat as a meeting by wire
  18. Punctuality - Get a reputation for being on time
  19. Work simplification - systemize the work process. make fewer mistakes. do things together in teams.
  20. Saying NO - early and often - just say no on irrelevant
  21. Balance - Improve the quality of your life
    1. Health
    2. Peace of mind
    3. Relationships

Comments

Post a Comment

Popular posts from this blog

Google API v3 with PHP using Blogger service

It was really hard for me to understand how the Google APIs are working at the first point and took few days for me to figure out. But after a successful working prototype it seems very easy. And also when I am searching for a simple example I was unable to find a good one that I can understand. So let me list down step by step what I have done with URLs and as simple as I can. Create a Google app location -  https://code.google.com/apis/console Switch on the "Blogger API v3" Get the latest APIs client library for PHP location -  https://code.google.com/p/google-api-php-client/downloads/list Upload the files to your host location on on localhost Extract the files to folder  named "GoogleClientApi" Create your php file outside of the folder  Copy paste following code into the file and do the changes as needed  By changing the scope and the service object you can access all the services that is given by Google APIs through the PHP API l...

Assets and Liabilities as Rich Dad, Poor Dad explains

I was reading "The rich dad poor dad by Robert Kiyosaki" here is a one point that he mentions on that. Basically Asset as he says is little bit different than on books. If something puts money in your pocket it is a asset. And Liabilities are the ones that takes money out of your pocket. OK for example a house or a car may seems like an Asset but it takes money out of you pocket to maintain them. But if you rent them or make them to make money at the end of the day you can convert it to a asset. Basically that what rich people do. They buy assets. Middle class buy liabilities (thinking those are assets) and stuff (a lot of them that not used or that not needed). Lower class buy to consume (basic needs like foods).

Simple book keeping basics

There are tons of jargon on accounting. But a lot of them are rubbish that used for categorizing the incomes, expenses and Tax. What really matters are Balance Sheet and P&L (profit & loss) statement. If you really knows to read and understand these two then you know the basic language in business.  I'll go deeper on these if you guys interest or else please Google and read about these two. Let me share a real world example of what I am talking about. Here is the Access Engineering PLC / Annual Report 2015/16 http://www.accessengsl.com/wp-content/uploads/2016/07/Annual-Report-2015-16.pdf Please go to page 149 of the report and you will see the Statement of Profit or Loss. And on page 150 of the report you see the Balance sheet (they call it as Statement of Financial Position). And you can see it is balanced (of cause it is balance sheet) Total Assets = Total Equity and Liabilities Basically these are the things that people are supposed look at before invest...