Welcome to onlineradioclub.org
|
Getting Paid to Work for Yourself: Writing Grants and Grants for Writers
(grants for writers)
Do you have a fantastic idea to improve the world? Are you frustrated because no one is addressing the issues that you know are important? Writing is a powerful tool that can bring change and improvement to the world. Grants are available from various sources in order to fund important work that is not being done in the corporate world. If you are inspired to make improvements and make life better, you may be an ideal candidate for grant writing.
How Do Grants Work?
Grants are sums of money awarded by the government or other entities to those who can use that money effectively. Candidates for grants are usually those who can serve their community with the money given to them. The way it works is that you start with an idea. Your idea could benefit your community in areas that range from tourism to health care. If you have the capabilities to implement your idea, you then decide how much money it would take to do so. At that point you begin to write. You must convince those with the grant money of why they should give it to you. The writing of the grant may be the most important step in the process of receiving that grant money.
Writing a Grant
Writing a grant is a very precise process. It involves explaining very clearly what your idea for improvement is as well as why it is a worthwhile pursuit. In the actual grant writing, you must be very clear in your explanations as well as persuasive in your arguments. You can find actual templates or set up guidelines online or in style handbooks. Those resources will help you ensure that you are following proper procedures in writing grants. Grants for writers are potential job opportunities. Since some brilliant minds do not necessarily have the appropriate writing talent, they may hire a writer to actually complete the grant proposal. Writers have more opportunities to enter into the grant writing process than just being the executer though.
Is it Possible to Get Grants to Write?
Grants for writers are definitely available. What would you write that would be worthy of a grant? There are many possibilities. You may be able to write a guidebook that fulfills a community need. A tourism guide would be of particular interest to the government. Keep in mind though, that only unfulfilled needs will merit grants. Grants for writers are not given to those who are writing redundantly on a topic or who are writing about an issue that no one cares about. You may be thinking that writing is free. Aside from the actual printing and publishing costs, there is no money required to produce text. Especially if you think of writing as opposed to creating a clean burning engine, the costs are not even comparable. The great thing is that even if you don’t need very much money to get the words on the page, there are grants available just to write you a paycheck. On top of any costs incurred through research and development of your ideas, you will also get paid should you be awarded grant money.
There are two different meanings for the phrase, ‘grants for writers.’ A grant may need to be written by a qualified writer. The other possibility is that a writer could actually be awarded grant money for their contributions. Writing is a powerful tool. It can persuade and benefit people from where it sits on the page. For that reason, writers and grants are inseparable. If you have a great idea that needs funding, consider writing a grant. If you are not a writer yourself, be comforted by the fact that there is someone out there who can do the writing for you.
Web Hosting - When Changing Web Hosts Nearly everyone will want to change to a new web host at some point. It may involve just changing out old hardware for new. It usually means finding an entirely new web hosting company. When faced with that decision there are a number of issues to be considered. Swapping hardware and/or software is a fairly straightforward decision. There are two possible scenarios. Either you maintain your own hardware and software at a facility managed by others, or you are considering upgrading to newer (usually more expensive) systems maintained by others. In either case, it's simply a matter of estimating the cost and the short-term impact versus the long-term benefits. If the system(s) you currently use are short on capacity, sooner or later you'll be sufficiently motivated to make the change. Either the hardware will become unreliable or loaded to the point you'll be forced to migrate, or your needs will expand enough to justify the effort and expense of moving. Similar considerations apply to the scenario in which you rely on the web hosting company for everything, and want to find someone else to rely on. Regrettably, that's a very common situation. Many web hosting companies provide systems and staff that sooner or later fall below an acceptable level. Most people make the decision to change based on emotion. That's not entirely bad. Emotions incent you to take action. But you need to keep a cool head, too, in order to calculate your long-range self-interest. Bearing some minor inconveniences from time to time is usually worth the trade off. When it begins to affect your site to the point you're losing visitors, it's time to make a change. To get a more objective handle on when that point is reached, reach for some numbers. Maintain, or get from the hosting company, a factual report about availability and current usage. If the server is down so much, or so heavily loaded, that it drives your visitors away, it's time to take action. There are other less easily quantifiable but equally important factors, as well. You will at some point need to communicate with one or more persons who help maintain your site. Even if you do all your own server, database and web site maintenance, someone behind the scenes is helping to keep things running smoothly. That's called 'infrastructure'. If the road you drive on has potholes, it's not enough that you can fix your own car. In terms of network bandwidth and availability, server capacity, disk space, security and a whole array of other aspects, the web hosting company has to have competent people who care (and are allowed) to do the job well. When the company's people fall down - because of incompetence, lack of resources or absence of a culture of excellence - or for any other reason - your web site suffers. This issue more than any other is what drives people to seek another web hosting company. Even if you choose well at the outset, things can change. Management changes, staff changes and companies are taken over by other companies. Sometimes, it isn't simply a matter of swapping out an unreliable piece of hardware or software. When it's time to swap out people, you look for the same aspect: doing the job required. 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. |