Archives for: "November 2011, 14"
Google Analytics - Real Time Stats
I found there is a new feature in the new version of Google Analytics. You can see the Real Time Stats. You can see the number of visitors at your site. Moreover, You can see where they came from, what is the traffic sources and the name of page they… more »
The Easiest Form Validation - JQuery Validation
I tried to use JQuery Validation. That is the easiest form validation library!!!!! I just need to include the jquery library and its js file. Then I add these code in $(document).ready Code$([form element]).validate({rules: { [field name]:… more »