Welcome to www.texastraditionband.com
|
The Ins and Outs of Free Writing Contests
(free writing contests)
Free writing contests are available by the thousands. They are virtually a dime a dozen on the Internet. No matter what your niche is in the writing community there is a free writing contests out there for you. How do you know which ones to enter and which ones are legitimate? That?s simple. You do what you do best-- research.
While providing the story for the free writing contest will probably be the easy part, researching the thousands of available contests will be a daunting task. If this is un-chartered water for you, you have the start at the beginning. Finding what free writing contests are available. Grab a notebook or start a word document and list the contests that are available. Beside each contest name you will want to put what kind of writing they are looking for and when it needs to be done by. By doing this first you will be able to eliminate any that do not coincide with your writing niche or with your schedule.
Now the free writing contest research begins. Finding out if a contest is worthwhile and legitimate is comparable to running a background check on a person. First check the contest website. Do they have all contact information available? Do they tell you what company is hosting the contest? If they are not, you will have likely found warning number one that it is a scam. So scratch those off your list or at least move them to the bottom until you can find out more information on them. Start asking around to colleagues and writers groups. Search the writing forums and the Internet scam sites. The Better Business Bureau is also a good place to look.
Once you narrowed the free writing contests down to the legitimate ones, read the contest rules and regulations. Some contests require you signing over all rights to a story even if you don?t win. Are you willing to do this? Giving up rights to you writing is a lot easier to do when you are getting something in return. After you enter there is no going back, so make sure this is what you want to do.
The final thing you need to look for is if the contest is just a cover up to get you to buy services or products. This does not necessarily mean they are a scam or don?t actually award winners. It simply means that they will try to entice you to use their critiquing services or offer you a book at a reduced fee that your work will be published in. Being published sounds like a great deal but is it a book that carries prestige that people are going to see?
Many authors think that writing contests will launch their career into a successful endeavor. This is not the case, especially for free writing contests. Even winning the grand prize of a smaller known contest is not going to affect your literary journey. Even though they may not springboard your career, there are good reasons to join writing contests. You will get unbiased opinions and valuable feedback from the judges. If you make it into the higher rounds, editors could also see your writing.
Ultimately whether you enter a free writing contest the choice is yours. Just ask you self if the time spent writing and researching the piece you choose to enter is worth writing for free in most cases. The critique and feedback may be the most worthwhile thing you receive from the contest. But then again the judges opinions are a dime a dozen just like the contests.
Web Hosting - Unix vs Windows-Based Hosting, Which Is Better? An operating system functions largely out of sight, or at least is supposed to. It doesn't matter to non-geeks how a file gets stored, or how memory is used, or how simultaneous processes share the limited resources available on a computer. These are among the basic functions of any operating system. Yet, you can find very passionate supporters - who offer very detailed lists of pros and cons - for every operating system. Why? Because, though the low-level functions of an operating system do their work out of sight, there are many other features that rise to visibility. Sometimes, they do so when they're not supposed to. Weighing the pros and cons objectively could consume a book. But to select a web host operating system, a manageable level of considerations apply. They can be weighed even by those who don't know a processor queue from a pool cue. Learning Curves For most web site owners, administering the site/server is just overhead. It's not something they take pleasure in doing and they have plenty of other things to worry about. Many wouldn't know how and have no interest in learning (rightly so, given their priorities). Consequently, ease of administration is paramount for such people. Whether a Unix-based site (usually Linux these days) is easier to administer than Windows depends on your current skill set and the type of tools and level of access the web hosting company provides. But in general Linux is more difficult to install and maintain than Windows and the learning curve is steeper. FTP and Control Panels Often, you don't have to care. For many, the operating system is fairly transparent. FTP file transfers to get a new web page up to a Windows server are very much like they are to a Linux-based site. The user/administrator simply doesn't see what's behind the curtain. Many companies provide other utilities that completely mask any awareness of the operating system underneath. When that's the case, the web site owner has no reason to care, until or unless they need or want to go 'inside the black box'. Performance Performance issues can be relevant in selecting which operating system host type to choose. But for the most part, that aspect is outside the web site owner's control. Overall performance can be good or bad on either system, depending on many factors that the publisher will rarely see. The issue is a wash, as far as tipping the scales is concerned. What is more likely to be seen by a web site owner, at some point in their (and their site's) development is the database product that can be used to store information. Databases Microsoft SQL Server is relatively simple to use, yet extremely powerful and can deliver great performance. But it doesn't run on Linux. At least, not without special software to emulate Windows, which usually kills performance. On the other hand, with a bit of time invested, MySQL isn't significantly more difficult to learn than MS SQL Server and there are many free installations. Cost may well outweigh other considerations for most on this issue. Programming Languages Last, but not least, there are differences in programming languages that can be (or at least typically are) used on Windows vs Unix. If you have programmers who are skilled in Visual Basic, ASP and other Microsoft technologies, then a Windows-based host will be your preferred choice. For Perl and PHP programmers, Linux is the more common platform of choice. No single factor can push you to one versus the other operating system. And, in the long run, it isn't the primary consideration, unless you just enjoy playing with operating systems. 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. |