Tag Archives: Code

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

WordPress Custom Fields

Sep 19, 2013

WordPress Custom Fields are a form of meta data that allows you to store individual infromation with each WordPress post. it’s a powerful component of..

Read more

Create a CSV file using PHP/MYSQL

Sep 16, 2013

As we know that CSV files are one of the most used way to back-up mysql database and tables. However it is very simple to..

Read more

Hide and Show a Div Using Javascript

Sep 16, 2013

Hi all here we going to see  how to create a hidden Div and display it with the click of a button. Actually there is..

Read more

How to configure CS-Cart to work with

Sep 12, 2013

In order to configure CS-Cart to work properly with another domain, you should modify the config.local.php file located in the root of your CS-Cart installation…

Read more

HTML Marquee Tag & Attributes

Sep 11, 2013

The HTML marquee tag provides a way for browsers to creates a scrolling effect (can be tailored to include any HTML content) vertically or horizontally..

Read more