Our Latest Blogging

How to achieve and use Polymorphism in

Dec 10, 2013

Polymorphism is a Greek word that means “many forms”. In object-oriented programming, polymorphism is a mechanism by which objects of different types can process data..

Read more

How to Install WordPress Plugins Manually

Dec 06, 2013

The following steps take you through how to install a plugin using FTP, using the Gallery plugin as the example: Go to the plugin page..

Read more

Swapping Array Keys and Values

Dec 06, 2013

If you want interchange the keys and values of an associative array. It’s very easy, just use PHP’s array_flip() function which perform a very specialized..

Read more

Top 5 Data Recovery Software

Dec 05, 2013

Hi all many of has an issue we delete an important file by mistaken if we just done it by pressing the delete key we..

Read more

Jon Jenkins Leaves Pinterest

Dec 05, 2013

Jon Jenkins, who joined Pinterest a year ago as its head of engineering, is leaving the company in what he describes on Quora as a..

Read more

Definition of a class attribute – PHP

Dec 03, 2013

An attribute is know as data members and is used to hold data of a class. The data that it holds are specific to the..

Read more

Difference Between Sleep and Hibernate in Windows?

Dec 03, 2013

Windows 7 provides several options for conserving power when you are not using your PC. These options include Sleep, Hibernate, and Hybrid Sleep and are..

Read more

Secure your PHP script by hiding extensions

Dec 02, 2013

In general, security by obscurity is one of the weakest forms of security. Suppose If I were exploiting a site, I wouldn’t check what scripting..

Read more

PHP predefined Magic Constants & usages

Dec 02, 2013

In PHP, a constant is a name or an identifier for a simple value. A constant name starts with a letter or underscore can be..

Read more

Automatically set permission to various file types

Nov 29, 2013

Set file permissions with .htaccess, this is a great method for ensuring the CHMOD settings for various file types. Apply the following rules in the..

Read more