Our Latest Blogging

How to enable rewrite_mod in WAMP

Oct 02, 2013

You all know WAMP stands for (Windows, Apache, MySQL, PHP), It is package provide you an environment to execute your PHP application. But the general..

Read more

How to Import Large XML File (WXR

Oct 02, 2013

You all knows that WordPress comes with built in import/export functionality that allows you to import or export your WordPress posts in XML format. Have..

Read more

Working with Functions in PHP

Oct 01, 2013

A functions is an independent block of code that performs a specific task and can be used more than once at a different points within..

Read more

Working with $_POST in PHP

Oct 01, 2013

We use the $_POST function to collect form values sent with method=”post” Information sent from a form with the POST method is invisible to others..

Read more

PHP 5.4.20 and PHP 5.5.4 Updates Released!

Sep 30, 2013

The regular PHP updates are released for PHP 5.4.20 and PHP 5.5.4. PHP 5.4.20 has fixed About 30 bugs and PHP 5.5.4 also fixed many..

Read more

How to check if an email address

Sep 30, 2013

PHP has many awesome built in functions which can do amazing things. Here I am going to explain checkdnsrr() PHP function that will take an..

Read more

How to update your iPhone, iPad, or

Sep 28, 2013

Hi all apple has released its new ios 7 and yesterday they released the ios 7.0.2 did you updated yours if not here is the..

Read more

How to Add Syntax Highlighting to Any

Sep 28, 2013

Hi all today we are going to see How to Add Syntax Highlighting to Any Project hope you all like the page let us see..

Read more

Check Password strength using javascript

Sep 27, 2013

Password strength checker meter is simple way of showing the strength of password. It checks for password length and the strength with various colored meter…

Read more

check and uncheck checkbox using JQuery.

Sep 27, 2013

In this post, you will learn how to check and uncheck checkbox using JQuery. Example html form <form>     <input type=“checkbox” name=“city” id=“city” value=“Newyork” />..

Read more