Welcome to www.msunderestimated.com
|
Web Hosting - Do It Yourself Administration, Things to Consider
The choice of whether or not to try to administer your own web site brings with it a host, pun intended, of issues.
For most web site owners, the primary focus is naturally on creating, maintaining and enhancing the site. That often is just part of managing an entire business, for which the web site is just the means to an end.
That implies there will be little interest in or time left over for technical administration like database maintenance (tuning, space management, security, bug fixes), establishing and maintaining backups to ensure they're successful and usable, email administration, disk space management, applying operating system fixes for bugs and security, and other tasks.
But cost is always a factor in any business. Paying for technical help can burden the budget of a new and struggling business.
Consulting fees can range from a few dollars an hour to over $100. On the lower end, the poor skill level and quality of work will make it not worth even that small amount. On the higher end, you can quickly rack up expenses that will bust your business.
Permanent employees are usually somewhere in the middle of that range when you add up salary, employment taxes and more. Often, server and/or web site administration can be paid for as part of the web hosting package. That cost is usually lower than independent contracting help, but those staff are usually tasked with maintaining dozens if not hundreds of servers and sites. They can, therefore, give very little individual attention to yours.
Often, novice web site owners are intimidated by some of the technical requirements for server or site administration. But, as with anything, a little familiarity can show that the knowledge required is more modest than one might expect. Administration in many cases involves fairly elementary, and frequently repetitive, tasks. These can be learned easily. Using a test site or a free hosting service is a good way to practice and learn without risk or cost, other than time invested.
Once that initial hurdle is jumped over, administration can be done quickly and some even find it interesting. It allows the site owner to exercise additional control over the total product, and there's satisfaction in being able to say 'I did that' even if you prefer not to do it forever.
That real-life learning experience also allows the site owner to better judge any consultants or staff that are hired. It's much easier to judge if someone is providing you with an accurate assessment of a problem if you've solved it yourself. Any time-estimate they provide to fix it can also be better calculated if you've had to do it yourself.
Every web site relies on a variety of factors, usually unseen, in order to continue to function properly. But the fact is that they misbehave from time to time. Deciding whether to tackle those problems yourself depends on your available time and skill set, and what it will require to get things back on track. In other words, it's a standard cost-benefit analysis that everyone has to undertake every day in life.
Five Ways to Find Free Stuff Are you crazy about web freebies? Do you love free stuff? Who doesn't love free stuff? Most people appreciate the occasional free sample in the mail, but there is a specific group of individuals—freebie hunters—that are dedicated to finding the very best in freebie offers. Fortunately for them, and all of us, the World Wide Web is a treasure trove of freebies, special offers and promotions. Coupons and free samples are just some of what you can get by becoming a dedicated freebies hunter. If you are new to the world of active freebie hunting, here are five ways you can go about finding more free stuff. 1. Getting a Hold of Free Samples. Free samples are the bread and butter of the dedicated freebie hunter. Who doesn't like free samples? Free stuff is good stuff. However, be forewarned that once you get into the world of free samples, it can be easy to get carried away. You may find that your mailbox can fast become flooded with free samples. If not your physical mailbox, your inbox can also become flooded with free coupon offers. Always read the fine print carefully when you are soliciting a free sample directly from a manufacturer. You may inadvertently be signing up for newsletters, promotions and ads. To find the best and latest free samples, visit the StartSampling.com website. StartSampling is an innovative company that allows you to sample new products from exciting companies. If you have a favorite company, you can head to their website and sign up directly for new product samples and discount coupons. For instance, if you are a fan of Crest brand toothpaste or Oil of Olay products, you can sign up with them directly for free samples and coupons. 2. Looking for Free Communications Tools? If you are looking for the best in free telecommunications tools, you are in luck. For those of you tired of being overcharged for faulty 4-1-1 telephone calls, there is now a free directory that you can turn to. Free directory assistance is now available to you at 1-800-FREE-411. This free directory assistance allows you to get most numbers that you need at absolutely no charge. However, you will have to listen to a short advertisement before you are allowed to find your number. For even more free telecommunications tools, check out this handy phone tool. The next time you are stuck in an unpleasant situation and need to escape, plan on using the popularitydialer.com. Simply set the time you need and you will receive a fake call that can pull you out of a less than desirable situation. 3. Finding Free Memory. Need more ways to stay on top of things? Are post-it notes just not cutting it? If you need a little more, you will find that memotome.com can be a great help. Memotome.com is a free scheduling tool that allows you to stay on top of events and dates. It is free to become a member and you even get access to free party and event planning tools. 4. Get Your Fill of Free Literature. Are you an avid reader? If so, you will find that paperbackswap.com is a reader's paradise. All you have to do is choose the book you want to read and request it. You should receive the book in the mail in a few short days. You can also list your own paperback books that you would like to get rid of. 5. Your Free Route to Financial Planning. If you are looking to become a financial planner, check out the very free planning tools that are available online. You can take advantage of free calculators that allow you to figure out your income and savings. 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. |