Welcome to www.minisinbox.com

Web Hosting - Managing Disk Space Few things are less exciting than managing the disk space that always seems to be in too short a supply. But few things are more important to the health and well being of your site. The most obvious aspect of managing disk space is the need to have enough. If you have only a few dozen web pages, that's not an issue. But as the amount of information (web pages, database content and more) grows, the quantity of free space goes down. That's important for two reasons. All permanent information on a computer is stored on hard drives. Temporary information is often stored in memory only. The two components are completely separate, though they are sometimes confused with one another. As the amount of free space on the hard drive decreases several effects occur. Here's one way to picture them... Imagine you had a table with a certain area and you lay out playing cards on the table. At first, you lay them out in order, the 2 at the side of the 3, then 4, and so on. But then you pick up one or two cards from the middle and discard them. Then you add some more cards. Pretty soon things look pretty random. Now cover the cards with a big opaque sheet of paper. You want the cards to appear in order when displayed to someone. A special robot could be designed to always pick up the cards from underneath the sheet in order. Or, it could slide a hole in the sheet over the cards to display them in the correct order (2, 3, 4, ...), no matter what order they are really in. That's similar to how the operating system always shows you information in a sensible way, even though it's actually stored randomly. Why should you care? Real files are stored in pieces scattered around the drive wherever there is space for them. The more free space there is, the quicker the operating system can find a place to store a new piece. That means, if you delete the junk you no longer need (and free up more space) the system actually runs quicker. It helps create space you might need, and allows the operating system to store files for you faster. But there's a second effect. As you delete old files or change them, the pieces get more and more scattered. It takes the 'robot' longer and longer to fetch or display the 'cards' in order. Existing files are fetched and put together 'on the fly' (say, when you request a graphical page or a list of names). But, it takes longer to put together the web page when there are more scattered pieces. So, the other aspect of managing disk space is to keep the pieces of the files more or less in order. A utility that does that is called a 'de-fragger' or de-fragmentation program. You can request that a system administrator run it, or if you have the authority, you can run it yourself. That keeps the 'cards' in order and allows for quicker access to them. So, managing disk space involves chiefly three things: (1) keeping enough space to store what you need to store, and also (2) keeping enough free space to make new file storage quick and (3) making old file retrieval fast by keeping things orderly. When only a few files are involved the benefit isn't worth the effort. But as the number and size of the files grow, to thousands of files or several gigabytes of data, the effect becomes more noticeable. Keeping things organized then makes a significant difference in performance. Much of this can be automated using utilities. Some will delete files in a certain folder older than a certain date. A de-fragger can be set to run automatically during times of light usage, or quietly in the background at all times. Discuss the options with your system administrator and help him or her do the job better by keeping your house in order. You'll benefit by having a better performing web site.

Copyright infringement case Learning Copyright Law through Copyright Infringement Cases Copyright infringement cases can be both costly and time consuming. Considering copyright infringement is something that isn’t as easily defined as theft or speeding, there are numerous copyright infringement cases that are changing the way copyright law is viewed in the United States of America. By reviewing a few of these copyright infringement cases, you’ll be able to get a better idea of what is, and is not, acceptable use of copyrighted works. As a forward, however, you’ll need to know a little bit about copyright law. Most copyright lawsuits are brought to the courts because a copyright owner has found their copyright is being used outside the copyright laws. This usually means that the copyright holder hadn’t been asked for permission to use the work, or if they had, that the work is not being used in an agreed-upon context or they have not been paid royalties. The copyright infringement cases, listed below, give a sampling of what goes to the Supreme Court in copyright infringement. Feist Publications v. Rural Telephone Service Co (6th Cir. 1996) This copyright infringement case was brought upon the Supreme Court in 1996 regarding the copyright of a database. The supreme court, in this instance, decided that compilations of data (such as in a database) are only protected by copyright when they are “arranged and selected in an original manner.” Although the level of originality needed to make the database copyright-able is not very high, the pages of a directory such as a phone book are not protect-able because the data contained therein is arranged geographically, then alphabetically. Because of this, the data was not original enough to warrant a copyright infringement charge, and the competing telephone company was allowed to tap into their competitors’ database and use that data in their own work without liability. Princeton University Press v. Michigan Document Services, Inc (6th Cir 1996) This case has to do with the ‘fair use’ law, which is defined in the Copyright Act of 1976, 17 U.S.C. § 107. In this case, a photocopying service was sued for copyright infringement for making ‘course packs’ for the University of Michigan. In this case, a course pack was a group of reading materials assigned by a professor – then the course pack was bound together by a professional copy shop. In the fair use system, there is a system available for payment of copyright fees to publishers whose works are used in course materials, the printing shop owner refused to pay the copyright cost. When it went to the Supreme Court, they analyzed the fair use code and found that it was NOT fair use, and the printing shop had to pay the copyright costs. As you can see, copyright infringement cases are cases in which someone violates the rights of a copyright owner, as provided by 17 USC §106, or of the author as provided in §106A. These copyright infringement cases can be taken to either criminal or civil court, and can carry with it a hefty fine. Copyright infringement cases are brought upon people who violate copyrights every day. In recent times, you’ll find many copyright cases in relation to electronic copyrights – such as those you’d find on a website or PDF file, as well as other digital media such as music and audio files. It’s probable that you’ve seen copyright cases brought against the common person – such as a child or family – for downloading digital music in the form of MP3s. In the current internet age we’re in, it’s not surprising to see so many music and video copyright cases brought to us because of peer to peer file sharing made possible by the internet. You can be certain that until people know the rules of copyright, and downloading copyrighted material from the internet that we’ll see many more copyright cases.

Web Hosting - Why Backups Are Essential One thing most web site owners have little time for is... anything! Anything other than focusing on their site content and the business or service it supports and the information it provides, that is. That means that administration often suffers, as it frequently must. There's only so much time in the day. But the one thing that you should never let slide are backups. They are like insurance. You rarely need it (you hope), but when you do you need it very badly. Performing regular backups - and testing them - doesn't have to be a nightmare. A little bit of forethought and effort and they can be automated to a high degree. And, they should be tested from time to time. Even when a backup appears to have gone without a hitch, the only way to know whether it's of any value is to attempt to restore the information. If it can't be restored, the backup is worthless. Even when the web hosting company provides the service, there is still some planning involved for the site owner. Hosting companies often rely on one or both of two methods. They backup everything (called a full backup), then backup anything which has changed since the last full backup (called an incremental backup). Of special interest are any configuration files that have been tailored. If you've modified the default installation of a software package, you want to be able to recapture or reproduce those changes without starting from scratch. Network configuration files, modifications to basic HTML files, CSS style sheets and others fall into the same category. If you have XML files, databases, spreadsheets or other files that carry product or subscriber information - about items purchased, for example, or people who signed up for a newsletter - those should get special attention, too. That's the lifeblood of your business or service. Lose them and you must start over. That can break your site permanently. It should go without saying that all HTML and related web site files that comprise visible pages should be backed up regularly. It isn't necessary to record every trivial change, but you can tailor backup software to exclude files or folders. Usually they're so small it isn't worth the trouble. But in some cases those small changes can add up in scenarios where there are many thousands of them. Here again, the backups are worthless if they can't be used. Even if the hosting company charges for doing so, it's worthwhile to test once or twice a year at least to ensure the data can be restored. That's especially true of database backups, which often involve special software and routines. Database files have a special structure and the information is related in certain ways that require backups be done differently. Developing a backup strategy can be straightforward. Start simply and review your plan from time to time, modifying it as your site changes and grows. But don't neglect the subject entirely. The day will come when a hard drive fails, or you get hacked or attacked by a virus, or you accidentally delete something important. When that day comes, the few minutes or hours you spent developing and executing a backup plan will have saved you days or weeks of effort.