Where do my visitors come from? That is always a question bloggers, site owners and advertisers want to know. Knowing who has referred the visitor to my site tells you a lot about that visitor. This information might help you drive better, more finely tuned content to this user.
Demo
Code
<script type="text/javascript">
if(document.referrer){
document.write("Hello, Thank you for arriving from: "
+ document.referrer);
}else{
document.write("Hello,
Thank you for arriving directly to this page");
}
</script>
This topic is covered in detailed in this interesting article.


I have recently upgraded my
Apache is one of the most popular web servers in the market today. It usually runs on Linux-based machines but lately there are more and more deployments, for development as well as other reasons, of Apache on Windows. Nowadays, running Apache web server on Windows is very common for PHP developers. Many developers develop their PHP application on their home windows or Mac and deploy to a remote Linux server.

I have been making money blogging. A lot of money blogging. In the last 5 years I have calculated that I have earned above 70,000 USD in blogging alone. And I have managed to do so very easily and without marketing or any other related costs. The money was guaranteed every month and I got free editing and proofing services.