Category Archives: Web Development

Share your WordPress page URL on social

Mar 13, 2014

Share your WordPress post on facebook & other social networking website. If you want to share your WordPress page URL on social networking website, it’s very simple to..

Read more

4 Most Important Directory Functions in PHP

Mar 07, 2014

When writing PHP scripts that need to deal with the file-system to change the current directory, creating new directories, change the root directory, gets the..

Read more

How to Auto Post on Twitter with

Mar 05, 2014

Manually post to social networks is probably better than to use an automated method. But, if you post many new topics every day, automated post..

Read more

PHP Object cloning using clone keyword and

Feb 17, 2014

Object cloning or clone of an object means to create a duplicate of an object. With regular variables $var1 = $var2 means that a new..

Read more

Tips for Secure Session Management

Feb 13, 2014

In this post I’ll give you the brief description how to manage Session properly in your application and also some quick tips on managing sessions..

Read more

HOW TO MAKE WORDPRESS MORE SECURE ?

Feb 12, 2014

It’s everybody’s concern, and the only way to protect your website from potential attacks is to take the time and learn about website security. With..

Read more