Find How Many Visitors A Site Has

Monday, February 9th, 2009 Posted in Internet | Comments Off on Find How Many Visitors A Site Has

Some websites demonstrate their statistics for everyone by putting visible web stat counter on the sidebar or footer while others prefer to hide such information and rather use Google analytics, ... Read more..

Quickly Retype Code From The Screen (Extract Text from Image)

Wednesday, October 22nd, 2008 Posted in how to, software, tricks | Comments Off on Quickly Retype Code From The Screen (Extract Text from Image)

Are you familiar with the situation when you see the html, php or any other language code on the screen but can't copy it because it's an image? So typing the code down ... Read more..

How to install Statcounter on WordPress?

Wednesday, September 17th, 2008 Posted in Wordpress | Comments Off on How to install Statcounter on WordPress?

Statcounter.com is a very good suplementary tracking system besides Google analytics for any of your project would it be blog, eshop, news site or other. The best feature of statcounter in ... Read more..

Javascript Add to favorites (bookmark this page) works for IE and Firefox

Tuesday, September 2nd, 2008 Posted in coding | Comments Off on Javascript Add to favorites (bookmark this page) works for IE and Firefox

You can earn more repeated visitors by making them to bookmark your page. Keyboard shortcuts to bookmark favorite pages are: (Ctrl+D) for IE and Firefox, (Ctrl+T) for Opera. Some people like the old way to ... Read more..

Activate mod_rewrite module on Apache2.2 Windows installment.

Wednesday, August 27th, 2008 Posted in how to | Comments Off on Activate mod_rewrite module on Apache2.2 Windows installment.

I decided to take a look at highly glorified cms called snews and test it locally on my Apache2.2 server but struggled to enable mod_rewrite module in order to get ... Read more..

Check and install (enable) php GD support of your webserver

Tuesday, August 26th, 2008 Posted in how to | Comments Off on Check and install (enable) php GD support of your webserver

GD library allows you to write and use php scripts witch can manipulate images. It is used for such services as CAPTCHAS or image watermarking on-the-fly without modifying images itself. At ... Read more..

Install MySQL along with Apache and PHP5

Thursday, August 21st, 2008 Posted in how to | Comments Off on Install MySQL along with Apache and PHP5

Mysql is a free relational database which can work with php and apache on your computer. More than 11 million sites use Mysql as their database. In this tutorial I'll show how ... Read more..

Install Apache and Set Up PHP5 With It

Sunday, August 17th, 2008 Posted in how to | Comments Off on Install Apache and Set Up PHP5 With It

This is a follow up article about how to install apache and php5 together. Earlier we installed php5 on Windows XP on local computer. Now let's install and configure Apache ... Read more..

Install PHP5 on Windows XP Manually

Sunday, August 17th, 2008 Posted in how to | 1 Comment »

This post will explain how to setup PHP5 to run from your computer. It will not cover all-in-one packages which install php, apache and mysql with default settings. If you ... Read more..

Install WordPress 2.6 with Hostgator account

Wednesday, July 30th, 2008 Posted in how to | 2 Comments »

This blog is hosted at Hostgator so I'll explain how to install your Wordpress blog in less than 5 minutes. Wordpress needs MySql support and some free space. At first create ... Read more..