Welcome to homyden.com

Beautiful Pens are Just the Beginning: Fascinating Gifts for Writers (gifts for writers) Buying gifts is a difficult project in many cases. Sometimes a person seems to already have everything. They may not enjoy the typical gift ideas that come to your mind. To buy the perfect gift, it is essential to actually know a person. A basic understanding of likes and dislikes will help, but passions will guide you to a really great gift. If you cannot come to a conclusion for what to buy for a friend, you can also consult other sources for gift ideas. Following are some ideas for buying gifts for writers. Writers are passionate people. They are passionate about words and about truth. They are also passionate about their subject matter. Is there a writer in your life? By using these guidelines, along with your knowledge about that person, you can come up with an ideal gift that they will treasure. Under Twenty Dollars As suggested by the title, a beautiful pen is almost always an inexpensive and appropriate gift for a writer. Most writers spend much of their time jotting down thoughts and ideas. As they meander through their day, an idea may strike at any time. Give them a quality instrument to facilitate great thoughts. You can also include a personalized pad of paper to hold on to the brainstorms. Another great gift for a writer is a magazine subscription. A good writer needs to keep up with the type of writing that is being published. Sometimes they need a little bit of light reading to keep their creative juices flowing. Choose the magazine based on some interest that you and your friend share. Under One Hundred Dollars If you want to spend a little bit more on gifts for writers, you can start taking your gift buying to a little bit different level. For less than one hundred dollars your options open up. Books are great gifts for writers. You can buy new books in the writer’s area of interest or expertise. He will probably always be ready to expand his own knowledge base. You can also buy reference books. Style manuals are very helpful when a writer has strict guidelines to follow. Your writing friend probably already has a pretty good dictionary, but you can buy them the best one. Thesauruses and literary guides are also interesting gifts to receive. Moving away from words for a bit, a writer would also love to receive an artifact that has to do with their main subject matter. If he is a history buff, try to find an authentic coin from the particular piece of history he finds most fascinating. Under Five Hundred Dollars At the next level of gift buying, your options start expanding into more elaborate forms of previous gifts. Very old and rare books may fall into this price range. Very old or particularly good quality antiques will also be fairly expensive. Gifts for writers also often fall into the category of electronics. Good printers make the writing all that more impressive looking on the page. Software and other hardware for the computer is also a worthwhile gift for a writer that spends most of his day sitting at his computer. A nice digital camera is also a fantastic gift for a writer that wants to remember situations exactly in order to adequately describe them later. Won’t Cost you A Dime Some of the best gifts for writers won’t cost you anything. Many of the more expensive gifts are extremely practical, but the free ones can be that also. The nature of a writing career leads writers to spend a lot of time alone. A good gift is just some company. Take your friend out for dinner with a group of mutual friends. He’ll appreciate the time away from the desk. If he’s been trying to get an interview with someone, you can put the leg work in for him and schedule it. All that will cost you is some time and effort. Not all gifts have to cost money. Good luck finding the perfect one for the writer in your life.

Definition of copyright infringement Protect Yourself: Know the Definition of Copyright Infringement As you’re creating something, you may wonder what copyright infringement actually is. It’s necessary, if you’re creating a work – albeit written, musical, videos, software or some other form – that you know the definition of copyright infringement. This issue is very complicated, and not very easily spelled out in plain English, so please make sure that if you’re ever unsure to contact a copyright lawyer immediately to ensure you’re using copyrights in a legal method appropriate to the medium. As I mentioned earlier, a definition of copyright infringement is difficult, at best. Copyright infringement is defined by the jurisdiction – the United States of America has different copyright laws than the United Kingdom, or Australia, or Russia, or even China. Because of this fact, you should first, before anything else, check the laws in your jurisdiction (country, city & province) before using something that isn’t in the public domain. For our definition of copyright infringement, the public domain is a place where works are that aren’t copyright-able. Works that aren’t copyright-able include ideas, works that aren’t eligible (150 years-old documents, or older – think Beethoven and Frankenstein), data that isn’t categorized in a creative way (this could be a database, such as a phone book or other publicly-accessible data), or items that the owners have specified creative commons copyrights. As you can see, copyright law is rather complicated. Wikipedia.org gives us the definition of copyright infringement as: “Copyright infringement (or copyright violation) is the unauthorized use of material that is protected by intellectual property rights law particularly the copyright in a manner that violates one of the original copyright owner's exclusive rights, such as the right to reproduce or perform the copyrighted work, or to make derivative works that build upon it. The slang term bootleg (derived from the use of the shank of a boot for the purposes of smuggling) is often used to describe illicitly copied material.” Our definition of copyright infringement includes the works of creative commons. Creative commons is an organization that allows for the copyright author to determine the uses available for people who want to use their works – for such items as for audio, images, video, text, educational materials, and software. It allows for the copyright owner to allow people to use their works for non-commercial, commercial, no derivatives, share alike, or just by giving attribution. Creative Commons is a license granted by the copyright holder, and can be used in both online (electronic internet) works and offline works. There are many places you can go to get a definition of copyright infringement. The most reliable definition of copyright infringement would be from your local copyright lawyer – they will know exactly what in your jurisdiction is legal or not, and how you can use other peoples’ works or protect your own. The real definition of copyright infringement comes from your jurisdictions statutes. In the United States of America, our jurisdiction’s copyright laws are contained in Title 17 of the United States Code, §501 - §513. You can also find a definition of copyright infringement through such organizations such as the European Union or World Trade Organizations. While s legal country or organizational definition of copyright infringement is hard for the layperson to understand, a copyright lawyer will help you to figure out what it is that your work needs to be protected against copyright infringement, or to protect yourself if you intend to use the work of another writer, director, or musician.

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.