Welcome to esiq.org
|
Why Time Management Makes for a Better Employee
Time management is a major issue in the workplace. When time is not utilized efficiently, it leads to sloppy work, missed deadlines, and way too much stress. Employers are constantly seeking ways to teach their employees to manage their time better for a simple reason – a team that manages its time well is a team that is productive and successful.
Everyone has done it. You’ve know that there is a big deadline approaching for weeks on end, and you kept telling yourself that have plenty of time. Then, suddenly, it is the day before the project is due, and you haven’t even begun it. You know you will have to pull an all-nighter, and even then you will be lucky to get everything done in time. Your heart is racing, your head is pounding, and you’re cursing your procrastination yet again, thinking about how much time you wasted surfing the next when you could have been doing a little work on the project every day, so it wouldn’t be so overwhelming.
The end result of a project like this is predictable. You may get it in on time, or at least close to the deadline, but your work is likely to be sloppy. The rush job you did will be evident to everyone, and if your project involved making a pitch to a potential customer, your time management failure may end up costing your company big money (and costing you a job). As if you were not stressed enough already!
If you contrast that performance with one in which you had effectively managed your time, the difference is clear. If you have worked on the project over the entire time span you had to finish it, a little bit at a time, then you would have had time to make sure your work was up to par. You wouldn’t have been scrambling for last minute information to include, and you could have made sure your work was free from little errors like typos or pages that printed incorrectly. Most importantly, you wouldn’t feel like you needed a week long vacation when the project was over, because your stress level never would have hit the roof.
So, how do you become a happier and more effective employee by managing your time better? The first thing you can do to become an effective time manage is simple – write yourself a to-do list everyday. Not only does a to-do list help you think through exactly what you need to accomplish so you don’t forget anything in the rush, but it also helps you feel accountable for everything that needs to get done. If you write “spend 30 minutes on the big project” on your to-do list, it is a lot harder to come up with excuses why you can put it off for another day. Your conscience will make you want to get through everything on that list.
If it seems like you never have enough time in the day, keep a journal of all of your activities. If you spend 20 minutes chatting by the coffee pot, write it down. After a week, look back over your activities. You may be surprised how much time you actually spend doing nothing. Now that you know, you can reinvest that time more wisely.
The last thing is the hardest thing – getting over procrastination. This one is sheer willpower. When those voices in your head start arguing over whether to work on something now or put it off until later, listen to the work now voice. Give yourself manageable goals, like working on something for 15 minutes or 30 minutes, to get started. Once you experience the freedom from stress that time management brings, that procrastination voice will be a thing of the past.
Freebie Etiquette (Yes, There is Such a Thing!) When you are on the hunt for free stuff, it can be easy to be so blinded by the offers that your manners go flying out the window completely. You may also just not realize that when it comes to taking advantage of freebies there is a general code of conduct that it pays to follow. While you are racking up the free stuff, keep these common courtesy rules in mind so that you are doing your part to keep the hunt for freebies fun and enjoyable. Freebie etiquette rule number one is to remember that there is a face behind every freebie, no matter how distant it may seem. Since so many freebies come from websites and you don’t actually have interaction with a human being while you are getting them, it can be very easy to forget that someone (or very likely, a lot of someones) worked hard to bring you that website and that free deal. If you have a problem with a website or a form while trying to get some free stuff, deal with it as respectfully as you would if you had to approach a customer service rep in person. Leaving foul-mouthed posts on a message board or unloading a barrage of outrage on a customer reply form isn’t the way forward. Someone – a real person – will have to help you, and you’ll get a lot further by treating them with respect. Respect is also the name of the game when it comes to rules attached for freebie offers. There are often restrictions in place for taking advantage of free offers, such as the age you have to be to cash in on the offer or how many offers per household can be taken. Sure, there are plenty of ways to get around these rules and “trick” a company into giving you an offer for which you are not really eligible. However, when you try to simply bleed out as many free offers as you can, you’re only making it hard on companies to be able to keep bringing these offers to you. If this freebie isn’t for you, take a back seat and make room for the folks who can take advantage of it. Your time will come. Related to this last rule is the idea of not being too greedy when gobbling up the free stuff. Just because something is free doesn’t mean you should use a “smash and grab” approach and go for as much as you can get of anything you can get. Remember that there are a lot of other people out there who like to get in on the freebies, too, and think about how you would feel if you lost out on something you really wanted because someone came along and took them all. Don’t take more than your share of any free offer, and don’t take things you don’t want or need just because they’re free. Everyone loses when you do that. Last but not least, if you have an opportunity to say thanks for a freebie, grab it. Of course, this can be hard to do when the free offers you are taking advantage of are found on the Internet, but there are still ways. Look for the customer comment field in the request forms you fill out to get your free stuff and leave a quick thank you there. You can also write a thank you on message boards and chat rooms that are associated with the freebie websites. The good will generated by your gratitude will only help convince companies that freebie offers are useful tools for reeling in the customers. Web Hosting - FTP and Other File Transfer Tools Anything related to the Internet or computers is bound to introduce technical issues pretty soon. One of the earliest that novice web site owners encounter is FTP, which is an acronym for File Transfer Protocol. Seeing it spelled out, it's easy to see why those in the know quickly move to speaking in short hand. The reason web site owners soon will (or need to) become familiar with FTP is obvious to anyone who has built a site on a remote server. You have to have some way of getting the files to the remote computer and FTP is one of the most common tools. It's also one of the simplest and most efficient. FTP is composed of two parts: the client software and the server software. It's similar, in a way, to talking to someone on the phone who writes down everything you say. You (the client) make a request ('transfer this file to the server') and the listener (the server) takes the request and acts on it. That request to copy a file from a local computer to the remote one is carried out (often 'under the covers') by a PUT command, as in PUT this there. You create the web page (in the form of a file) and then PUT the file on the server. To move a file in the opposite direction, from the remote server to your local computer, your client software issues a GET command. Many FTP clients have graphical interfaces, similar to Windows Explorer, that allow you to drag-and-drop or otherwise copy the file without ever seeing the actual commands that carry it out. But it's helpful sometimes to know what goes on underneath. In tricky cases it can be an advantage to use a command line interface (in Windows, the 'DOS box', with a similar interface familiar to most Linux users). Knowing the commands and being able to use them in the command line form can sometimes help you diagnose what is going on when the graphical tools misbehave. But FTP is not the only way to get a file from here to there. In fact, your browser moves files around from a remote computer to your local one all the time. In most cases, when you type in or click on a URL, what happens under the covers is in essence a file transfer process. The web page is transferred from the web server to your local computer then displayed by the browser. Alternatively, you can sometimes even email a web page/file from your local computer to the remote server, then use an email client on the server itself to get the file and put it in a folder. That requires that you have some form of access to the remote computer. But there are many ways of doing that, such as in-built utilities in the operating system or using commercial remote control programs. Those alternatives can be helpful to know in cases where the FTP file transfer process is misbehaving. Having more than one way to accomplish the task helps you diagnose what might be going wrong. It also helps you get the job done when the usual tools aren't cooperating. The more you learn about these sometimes puzzling acronyms, the easier you can accomplish your own goals. |