8 Steps for Search Engine Optimization
Why is it so important to optimize your web site for search engine placement? The answer is simple: 82% of online shoppers know exactly what they want when they log onto the internet and ½ of them use search engines to find vendors and solution resources. Most of all the searches end within the first 2 pages of search results. And this is why it is essential to have a prominent presence for the keyword phrases that you are targeting. I break search engine optimization down into an 8 step process:
Read more…
Container is already locked
Sometime when automated OR Manual Virtuozzo backup process gets stuck OR sometime a VPS stuck while starting up OR stopping during this stage its impossible to make any changes on that VPS. You can stop the VPS or kill the process which is running. Making any updates or trying to restart the VPS shows message “Container CTID is already locked”.
Solution:
In case of Linux this error can be fixed by deleting the lock file located at /vz/lock/CTID.lck but in Windows there is no such file.
Read more…
In order to block an IP on your Linux server you need to use iptables tools (administration tool for IPv4 packet filtering and NAT) and netfilter firewall. First you need to log into shell as root user. To block IP address you need to type iptables command as follows:
Syntax to block an IP address under Linux
iptables -A INPUT -s IP-ADDRESS -j DROP
Replace IP-ADDRESS with actual IP address. For example if you wish to block ip address 65.55.44.100 for whatever reason then type command as follows:
# iptables -A INPUT -s 65.55.44.100 -j DROP
If you have IP tables firewall script, add above rule to your script.
If you just want to block access to one port from an ip 65.55.44.100 to port 25 then type command:
# iptables -A INPUT -s 65.55.44.100 -p tcp –destination-port 25 -j DROP
The above rule will drop all packets coming from IP 65.55.44.100 to port mail server port 25.
Ten things to keep in mind while posting images on blogs.
Include the keyword in your image name.
Ex:- Instead of “DSC1234.jpg” it’s better to name it as “Make-money-online.jpg”
Read more…
quizzy is an open source PHP-Ajax library for creating online multiple-choice quizzes.
It uses XML files for configuring the questions/answers of every quiz where each question and answer can have a true/false or a point value.
Read more…

In this tutorial, you will come to know how to design a wonderful and realistic Concrete type texture in photoshop.
Read more…
In this tutorial, I shall explain how to create a detailed wire that can be used in layouts, signatures and much more. When you’ve finished the tutorial, you should have something like this as an end result:

Read more…
5 Different Ways for ShutDown (Turn Off) Windows

Well most of the people know the same old method of shutting down Windows, Click on Start Menu, Turn Computer Off.
But, few know that there are total 5 different ways to shutdown.
Read more…
By installing VLC Media Player, it will enable you to play MP3, AVI, MPEG files and other supported formats on Ubuntu OS.
Read more…
These are some of the Top Windows XP secret that some of you might not be knowing about. It helps you synchronize faster with Win XP.
Read more…