Welcome to elreno.org
Some Beginner Tips for Writing a Book
(writing a book)
Before you begin your book writing adventure, you must research your idea and see if it will fly. Who is going to read it? Who are you trying to appeal to with your words? You must have a general idea of who your intended audience will be. Check out other books. Is there a book already published that resembles your book? What will make your book unique from theirs? If there are similar books already out there, what is going to make your book different and make people want to buy it?
If you are still reading, then it is safe to assume that you have your idea under control and are ready to more on in writing a book. Decide on a schedule that is best for you, one that you will be able to stick to. It will be very frustrating to you if have unrealistic expectations and then are unable to stick to them. Your schedule should begin before your research and carry through to the book being ready for publication.
Make a detailed outline with the main plot, events leading to that plot, and explicit detail about the characters. By having more information about the character you will be able to become them as you are writing. By having background on them, even if it is irrelevant to the story, it may help while choosing their actions, dialogue, and feelings through out the book. An outline is also a good reference point to come back to double check your timelines and details.
You may want to turn of you editing software for your first draft. While writing a book the first draft is when you begin meshing the plot, the characters, and everything together. Grammar, spelling, and punctuation can be fixed later. Remember books do not necessarily have to be written front to back. By writing different chapters or events it may be easier for you to come back and connect them later. Sometimes having the words on the paper and reading will make it easier to fill in the blanks.
You are on a role and rough draft is finished. Now is the time to read it. When writing a book reading the rough draft will allow you to make sure that there are no errors in the timeline, that plots link with the characters, and that it all makes sense and flows together. Once you have accomplished that turn your editing software back on. It is time to fix your grammar, spelling, and punctuation mistakes.
Now put you book aside. Let it sit for about two weeks or so before you pick it up again. This will give your mind time to be clear and fresh. Now read the book again. Does it still flow and make sense? Do you need to add something or change it? Now is the time.
Choose someone to proofread your book for you. If at all possible you should hire a professional editor to do this. But if you cannot ask a colleague or maybe someone else you know with a writing or English background. While giving professional advice they will also be able to offer you and unbiased opinion. They will be able to see if there is a jump in the timeline you didn’t notice or if you had a character in the beginning and they just disappeared.
The last thing to do while writing a book is creating the final draft. The final draft should be error free. This is your last chance to change anything before it goes to the publisher. Now is when all that time you spent writing a book comes together to make its trip to publication.
Web Hosting - Databases, What Are They and Do You Need One? 'Database' is one of the most commonly used terms that one encounters in web site design. Yet, what they really are and whether they're essential is often not clear to novices. A database is a collection of organized data, stored in files that have a specific structure. It's that organization and structure that allows for easy and rapid storage and retrieval. The need for a database generally only arises when you have a certain amount of information and that information needs to have some structure. If you have a half-dozen names and addresses to store, a database is usually overkill. If you have a blob of data with no relationships between any of the items in that blob, maintaining a database is usually more trouble than it's worth. Maintain a database? Yes, like other complex systems a database, to be effective, needs to be designed properly at the outset then kept 'tuned' for good performance. The alternative is to gradually allow the database to become more and more disorganized. That leads to difficulty in use, poor speed of retrieval and more frequent failures. With MySQL, Access or MS SQL Server, the three most common choices of database product for web sites today, setting up a database is relatively simple. Even those with limited technical skill can get one up and running just by following some simple instructions. But some thought should be given to how you want the information organized, and to maintaining the system during its lifetime. Suppose you have a set of names, addresses, email addresses, products purchased, date purchased and amount. If you have only a few dozen records it matters very little how these pieces are arranged and related. A database usually isn't even warranted in this scenario. Once you have several thousand or more records, it matters a lot. Speed, the ease of expanding the set of attributes (like adding, say, product category), and other issues come into play. Even those with little technical expertise, but a willingness to exert logical thought and invest some time, can build a very robust database. Think about how you would organize a set of data (called 'tables'). Should Name, Address, and Product be in the same table? Or should the personal information be stored in one table and any product information (product, price, ...) in another? Some experimentation may be needed to get it right, but the choices have an impact on how easy the tables are to maintain. It also affects the speed with which programs can fetch old data and store the new. Having a database also introduces new maintenance issues for the server administrator, since backups usually need to be done differently. Recovering a failed database is usually more complicated than simply re-copying files from yesterday. Ask your hosting company what tools and skills they have for dealing with any database system you consider. It's true that introducing a database creates more complexity and the need for additional thought and administrative effort. At a certain level, professional expertise will be needed. But clearly the advantages outweigh the costs in many cases. Companies large and small eventually use databases to store and organize data. At some point, you may be fortunate enough to be one of them. Software copyright statement A Software Copyright Statement Protects Current and Future Works If you have a site that is dedicated to the sharing and distribution of open source software it is a great idea to have a software copyright statement that explains the limits of use for your software as well as the limits of your responsibility for those uses. I also recommend getting an attorney to look over the statement before posting it just to be sure there are no legal issues that you may be unaware of. A software copyright statement doesn't have to be a 10 page booklet on the law or the protections that copyright offers, it should be a simple short paragraph stating the basics and hopefully covering your rear from litigation and/or responsibility should someone use the software you are allowing them to use for something insanely stupid or frighteningly criminal while establishing your ownership of the material and expectations of those you are allowing to use your creation. This for some is a no brainer because they've done it before and know the ropes. There are new software developers born and made each and every day and this type of software copyright statement may serve to save them a little grief of their own some day. If you are being kind enough to freely share the software you created with others, you'd like to think that they would at least return the favor of using it within the letter of the law or the manner in which it was intended. This, however, is rarely the case so protecting yourself, your copyright, and your future interests by posting a software copyright statement on your website is really the best way to go in a situation such as this. Trust me I'm not trying to talk anyone out of sharing his or her software with the world. I rather like open source software and admit to using it freely (no pun intended). I love saving money almost as much as I love playing around with new technology. Software allows me to do that and find likes and dislikes about all kinds of programs. Issuing a software copyright statement is one way of protecting your investment of time, effort, energy, and sheer brilliance in the making and design of your technological masterpiece. Hopefully that flattery will keep you going a bit longer at any rate. It is important to know that a software copyright statement is only part of the process required to protect your software but for the most part poses a significant deterrent to those that would abuse your copyright and/or your kindness in allowing the distribution of your software. Even if you are charging people for the use of your software (we are a nation of capitalists after all) you still need to protect the labor you have put into making not only the software but the distribution method, the website, the payment method and the thousands of other things that are part and parcel of the business model for your software distribution. Your software copyright statement is a very small protection for your software don't expect it to be the brunt of your protection. Most of the software developers, coders, and programmers (and any other name you wish to call them) that I know aren't as concerned nearly as much about associating their name with the products they create as they are with protecting future potential income from both the products they are currently designing and the future, improvements they will make to the software and the much improved finished product that comes later. By protecting all your work with a software copyright statement you are not only protecting current works but future works as well. |