Tag Archives: web development

Speed up PHP with APC

Jan 16, 2014

APC stands for Alternative PHP Cache,The Alternative PHP Cache (APC) is a free and open PECL package that provides an opcode cache for PHP. It’s..

Read more

Marquee tag in HTML and its attributes

Dec 10, 2013

The HTML marquee tag provides a way for browsers to creates a scrolling effect (can be tailored to include any HTML content) vertically or horizontally..

Read more

Remove index.php from CodeIgniter URL Path using

Nov 15, 2013

If you are using Codeigniter (PHP Framework) you are noticed that by default index.php will be included with your URL. But you can easily remove..

Read more

PHP.ini file

Nov 14, 2013

PHP.ini is a configuration file that is used to customize behavior of PHP at runtime. This enables you to easy administration in Apache web server..

Read more

What is use of ‘PEAR’ in php?

Nov 14, 2013

PEAR is short form of PHP Extension and Application Repository. PEAR is a framework and distribution system for reusable PHP component. The purpose of PEAR..

Read more

How to Design a Two Column Layout

Oct 30, 2013

There are many ways to design a two column layout using Cascading Style Sheets (CSS). This article takes you through the steps of using one..

Read more