Help Agnivo buy himself a Macbook Pro laptop on birthday. Make his dream come true! [ Click here for more info ]

Link Building for Higher Search Engine Rankings

4 06 2007

Welcome! Please [ subscribe to my RSS Feed ] OR get [ updates by email ].
agnivo.com is mobile device compatible! Thanks, visit us often :-)

Link Building for SEOGetting more traffic from search engines is a common goal for every webmaster and web enabled business. Natural traffic from search engines is not only free of cost, but also can be highly converting. But it’s not as easy as it seems. To get considerable amount of traffic from major search engines like Yahoo, MSN and Google in particular, your site should rank very well for some specific keywords and phrases related to your niche.

Link building campaigns is one of the proven off-site SEO activities by which you can rank well in your niche. If you rank higher in SERPS (Search Engine Results Pages) for popular and …




Cache PHP Scripts With APC PECL Module

1 06 2007

PHP Caching with APCWant to squeeze out every drop of performance from your Web server for PHP parsed dynamic pages? If you’re using PHP scripts, you can easily accomplish this using PHP’s APC Module, which caches PHP opcode instead of forcing PHP to reinterpret the scripts every time they are executed.

The APC PECL extension ( Alternative PHP Cache ) is a free, open, and robust framework for caching and optimizing PHP intermediate code. APC has proved to be a better solution than similar ones like eAccelerator and xCache.

Requirements

PHP 4.3.0 +
PEAR 1.4.0 +
Root login to server (SSH)

On a PHP5 system with PEAR support, installation of APC is as easy as executing, as root:
# …