Welcome to www.msunderestimated.com
|
Copyright Law Act
The Copyright Law Act of 1976
The Copyright Law Act of 1976 is the basis of the United States copyright laws. The Copyright Law Act states the rights of copyright owners, the doctrine of the fair use copyright laws and it changed the term life of copyrights. Before the Copyright Law Act the law had not been revised since 1909. It was necessary that the copyright laws be revised to take into account technological strides that were being made in radio, sound recordings, motions pictures and more. The Copyright Law Act of 1976 preempted all previous laws that were on the books in the United States, including the Copyright Act of 1909.
The Copyright Law Act of 1976 defines “works of authorship” to include all of the following:
* Musical works
* Literary works
* Dramatic works
* Pictorial, sculptural and graphics
* Motion Pictures and Audiovisuals
* Sound Recordings
* Choreographic Works and Pantomimes
* An eighth work which falls under “architectural works” was later added in 1990.
What is unique about the United States copyright law is that it is automatic. Once someone has an idea and produces it in tangible form, the creator is the copyright holder and has the authority to enforce his exclusivity to it. In other words, the person is the owner of the creation. It is not necessary that a person register their work. However, it is recommended and it can serve as evidence if someone ever violates a copyright. It is interesting to note that when an employer hires an employee to produce a work that the copyright is given to the employer.
Violations of US Copyright Law are generally enforced in a civil court setting. However, there could also be criminal sanctions brought against someone who violates US copyright law. Someone that is in serious violation of US Copyright Law such as counterfeiting can find themselves on the inside of prison looking out. People need to understand that the copyright symbol is not a requirement. Someone may have a copyright, yet their work may not have a copyright notice or symbol.
US Copyright Law covers a wide range of things that are derived from artistic expression, intellectual or creative work. This includes things such as literary works, music, drawings, photographs, software, movies, choreographic works such as ballets and plays, poems, paintings and more. The law covers the form of expression, not the concept, facts or the actual idea of the work. This means that someone can use another person’s idea or concept and produce their own take on it. However, copying another person’s work is a violation. It should be noted that some things may not be copyrighted but they may be protected by a patent or trademark.
Individuals who have a copyright on a particular piece of work can do with it what they will. They may choose to copy it and sell it. They may display their work or perform it in public and charge admission, or they can assign or sell the work to someone else. Individuals who have a copyright can also choose to do nothing with their work, if that is their desire. However, if someone comes along and takes the work and tries to use it in some way, that person is still in violation of the owner’s copyright. The Copyright Law Act covers published and unpublished work.
Staying Computer Safe while Searching for Freebies on the Net Who doesn’t love the idea of getting something for nothing? Free stuff can bring a smile to anyone’s face, and the Internet is destination number one when you are looking for cash in on a few freebies. The downside of free stuff online is that if you aren’t careful, the free item could end up causing plenty of headaches and heartaches, not to mention a lot of cold, hard cash. If you want to score with free stuff online, make safety your number one priority by following these tips. First and foremost, treat your personal information like its cash. That might sound a little dramatic, but anyone who manages to steal your identity online is after one thing, and one thing only, your money and any addition money they can grab by cashing in on your credit. Protecting your name, address, credit card number, bank account number, phone number, social security number, and so on and so forth when you are registering for free offers is the first step to making sure you don’t get hustled when you’re just trying to enjoy a good freebie. That means that if you are asked for some personal information that you don’t feel comfortable handing out, let the freebie go. Likewise, make sure the site from which you are getting your free stuff has a privacy policy and that you know it, understand it, and can live with it. Speaking of that site that is handing out the free goods: just who are these people? If you were walking down the street and a shady looking person said they would give you a free DVD player if you followed them, chances are you would run the other way. Online, it is hard to tell the legitimate people from the people looking at you like a free lunch, but there are a few red flags you can look out for. Does the website look like it was thrown up in about 5 minutes, full of clip art and bad spelling? Is it hard to find information about where the website is registered, or where the business the website is supposedly promoting is registered? If the website purports to be affiliated with a certain brand you know, does it really look like it is, or does the logo look different/colors look off? If you can’t get a reasonable feel for who are dealing with online, don’t deal with them. Red flag number one? Asking for too much personal info should send you running. Another way to protect yourself is to build a virtual fortress around your computer. The net is filled with people who know how to walk right into your virtual home – your computer – and flip through everything you have on there, taking whatever they want. Many of these kinds of hackers draw you in by creating phony freebie websites. The way to keep them out is to keep your computer on lockdown. Make sure your firewall is stronger than you think it needs to be, and make sure it is always updated. Also, make sure you have antivirus software on the patrol for you and that you keep this software updated as well. Last but not least, keep those passwords in the vault, and make sure they are extra strong. No freebie website has any reason to ask you about the passwords for your accounts so don’t give them away – and don’t give them to anyone else online for that matter. Also, if you’re using your birthday or child’s name as password, don’t. Sure, it isn’t as easy to remember, but your password should be a random word and contain a collection of numbers and symbols as well. This will give you the extra layer of protection to make sure your online house is in order when you cash in on the freebies. 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. |