Tag Archives: web development

Access control modifiers

Oct 28, 2013

One of the fundamental principles in OOP(Object Oriented Programming) is ‘encapsulation’. The idea is that you create cleaner and better code, if you restrict access..

Read more

What is XMPPHP ?

Oct 25, 2013

Actually XMPPHP is the successor to Class.Jabber.PHP that have been promising for years. Taking advantage of PHP5, it is an elegant solution with a direct..

Read more

Difference Between MySQL Table Type MyISAM and

Oct 22, 2013

Hi all hope you all are doing well today we are going to see the Difference Between MySQL Table Type MyISAM and InnoDB? hope you..

Read more

.htaccess Tips and Tricks

Oct 22, 2013

Hi all here today we are going to see some useful .htaccess Tips and Tricks 1) Redirect your website visitors while you update or test..

Read more

Apply Multiple CSS classes for a single

Oct 15, 2013

You can apply multiple CSS classes to a single element by separating them with a space in your attribute. It’s a very useful trick with..

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