Category Archives: Uncategorized

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

How to Protect Your PHP Source Code

Oct 17, 2013

One of the main threat PHP developers face is that PHP is an interpreted language, means PHP source code is readable by anybody who downloads..

Read more

PHP Memory Leak Issue

Oct 12, 2013

When processing a large number of records or calling objects with recursive references, a memory leak can occur causing PHP to run out of memory…

Read more

Copyright Free images for your blog/Website

Oct 08, 2013

Hi all hope you all are doing well here i have listed out some websites which provide copyright free images for your blog/website the list..

Read more

Drawbacks Of Using Ajax

Oct 07, 2013

Hi all today we are going to what are the drawbacks of using Ajax . AJAX(Asynchronous JavaScript And XML) is nothing but a technique which..

Read more

Importance and Benefits of PHP Output Buffering

Oct 03, 2013

PHP sends data from server to client/browser as soon as it is ready – this response might be line by line or by code blocks.Output..

Read more