How To Give Your PC A Performance Tune-Up
0Are you among the multitude of people who are suffering from “my computer is running slow” syndrome?
If your PC takes ages to boot, or start an application, or if it freezes regularly then you are definitely a victim of this syndrome. And you may find yourself asking the question, “How do I speed up my computer”? Well, to begin with, your machine could be running slow due to a number of reasons. In this article we will look at six pointers, which will help in substantially speeding up your machine.
First off, you need to keep in mind that your PC’s performance will be determined by its configuration. It is prudent to check your computer’s RAM with regard to the applications you are running on it. Generally, 256 MB of RAM is enough if you are using your PC for Internet browsing or for general purpose activities like accessing MS Office applications. However, if you want to use your machine for gaming, or if you plan to install applications which require more RAM, then you should opt for an upgrade in RAM.
Also, check the free disk space available on your machine. If you find that your hard drive is out of space then we suggest you to go for an upgrade. You can also increase the available disk space by running the Disk Clean Up utility. This utility will help you delete the files which are no longer needed. To run this utility go to the Start | Programs | Accessories | System Tools | Disk Clean Up. We recommend that you run this utility at least once a month.
After you have run Disk Clean Up utility remember to defragment the files on your machine by running Disk Defragmenter Utility. Over time files on your system becomes fragmented and this would be the best time to organize your hard drive into contiguous sections. To run Disk Defragmenter go to Start |Programs | Accessories | System Tools | Disk Defragmenter.
In addition, we suggest that you check for the applications which start automatically when you power on your machine. These applications take up a portion of your computer’s RAM and can slow down your computer. So, keep only those applications which are needed. To see this list, go to Start, click on Run, Type 'msconfig' and click on OK. In the Systems Configuration Utility box select the Startup tab. From the list, select the programs you want to start automatically. Another good practice will be to keep the desktop items to a minimum and use low resolution wall papers.
Another reason for slow performance of your PC can be viruses. We recommend you scan your machine for viruses regularly. Also, check for malicious programs like spyware using a good anti-spyware tool.
It is also important that you maintain a clean and compact Windows registry for smooth functioning of your machine. To do this, we recommend you download a good registry cleaner from the Internet. A registry cleaner will not only help you maintain a clean registry, but will also help perform a registry restore in case your registry gets damaged or corrupt.
Remember, a little awareness and regular maintenance will help you get the maximum performance from your computer.
How to Avoid Computer Freeze:
0Computers are perhaps one of the things people need most in the world. Almost majority depend on computers to carry out their work, homework and other online stuff. Some individuals even start an internet café business using computers. In this business, they need to have reliable internet speed, printing services and computer rentals. Surely, the computer industry inflated because of the constant demand for it. Nevertheless, computer owners need to take care of their computers to avoid computer freeze.
If you want to avoid this from happening, you need to consider some ways on how to avoid it. First is disabling unwanted or unnecessary start-up programs. This makes the computer slower and sometimes even makes it freeze. Some individuals try restarting the PC and check if it will work properly after. It is a recommendation that you open the programs or software when needed for the system to function smoothly. There is also a lesser chance that the PC will lag since it is not doing multiple tasks.
When you automatically let some programs start working while the computer is readying itself for use, it may make things slower. Instead of letting the computer warm up and do its thing, the other program loading makes the system ready in a more dawdling manner. So better, make the computer free from such to make you use it faster. After a few minutes, you can check if your PC is ready for use. When it is, this is the best time to start using the programs or software that you need. You will see that the system works faster because it is given time and space in doing its thing. It is free from computer freeze.
Another thing you might want to consider is doing a regular clean up for your computer. Removing or deleting files, program or software that you do not need is one way to make the system work faster. The lesser files it has, the better. It also makes the computer free from unwanted space. Instead of the computer having a larger free space, unnecessary files and software use this. There is no maximum utilization of the computer space and slows down the pace of the PC. This does not help your computer to function properly and smoothly.
Defragging the hard disk is also another way to avoid computer freeze. This process helps the computer clear up the files to make the system work faster. Although there are other things you can do to avoid computer freezing, still, these are the most basic things you can do. It may be simple yet very effective. Once you clear up your system, you will notice changes in the speed. The computer is able to react as soon as you perform the action that makes you perform the tasks easier and at a shorter time. You can search the internet for other tips on how to avoid the freeze in your computer if you want to learn more about it.
Have a happy computer:
0Do you like your computer to always smile? Well there are so many ways to maintain a happy computer. It is said that a healthy computer is a happy computer. But how can we maintain the health of our computers?
There are various PC maintenance tasks that we can do to achieve this aim. It may be unknown to many that all functions of the computer depend on the windows registry because this is where all hardware and software information are kept and stored. You may experience computer problems when your registry gets jammed up of files and information. This mess may also cause your computer to experience errors and problems that may eventually lead to its permanent destruction. So for you to not experience this problem you need to have registry software installed in your computer. This software will automatically scan your PC for errors and repair those errors. When these infections and errors are eliminated and repaired, you computer will start working fast. You can now say that you have a happy computer.
The decline of your computer function may also be caused by viruses and spywares, which may have crept in the system of your computer. You can always eradicate these by having an antivirus tool and antispyware tool that will help you ensure a clean operating system. These tools must also be updated so that kit can detect new viruses, which may bring tragic effects to your system. Through this you can really be sure that your PC will be free of errors and it can be called a happy computer.
Sometimes problems occurring in the hard disks cause your computer to slow down. So for you to avoid this, you must always clean your hard disks for unwanted files. You should always do this to avoid infections from seeping into your system and destroying your computer. In line with this, you should have a disk cleanup tool and a disk defragmenter. This can aid in maintaining a clean and healthy hard disk. The cleanup tool is useful in removing unwanted programs and obsolete files in your hard disk. On the other hand the defragmenter is used after you have cleaned up your hard disk. It aid in consolidating uneven information on the disk to speed up its function. You can also schedule a regular cleanup and defragmentation of your disk to make sure that it is clean.
All these things need to be done in order for us to maintain a clean and happy computer. If our computer is healthy we can surely do our works faster and better. We will not also experience system problems that may hinder us from doing our assignments or tasks. We will be benefitted of our fast working computers free from any virus or spyware. If our computer is happy we will also be happy because it means less burden and problem on our part. So let us always aim to maintain a clean and healthy computer so that we will not be burdened by the problems that may occur in the coming days.
Apply a background image to an image
0this is quite a neat trick, and it can look really good depending on your design and the image you put as background...
To get it to work all you need is to apply a padding and display:block; to the image. So the CSS would be:
img{ display:block; padding:10px; background-image:url(image.gif); }
Here is a very smart use of this technique, where a div contains the sky, the image is a little man running, with an animated background that simulates motion.
Read the post that explains how that was achieved if you have any doubts.
Enjoy,
