Tag Archives: jQuery

Test Your Website Performance Using Apache JMeter

Dec 12, 2013

Apache JMeter is a open source software, a 100% pure Java desktop application designed to load test functional behaviour and measure performance of a software/web-based..

Read more

How to Protect Your PHP Source Code

Oct 17, 2013

One of the main threat PHP developers face is that PHP is an interpreted language, means PHP source code is readable by anybody who downloads..

Read more

Drawbacks Of Using Ajax

Oct 07, 2013

Hi all today we are going to what are the drawbacks of using Ajax . AJAX(Asynchronous JavaScript And XML) is nothing but a technique which..

Read more

Jquery Code To Detect The Browser

Oct 04, 2013

Hi all hope you all are doing well today we are going to see the jquery code which helps to detect the browser hope you..

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