banner ad

RSSCategory: Jquery

Jquery for Beginners

| December 8, 2011 | 0 Comments

jQuery is a library of JavaScript Functions. jQuery is a lightweight “write less, do more” JavaScript library. The jQuery library contains the following features: HTML element selections HTML element manipulation CSS manipulation HTML event functions JavaScript Effects and animations HTML DOM traversal and modification AJAX Utilities Enabling of  jquery on your webpage <head> <script type="text/javascript" [...]

Continue Reading

jquery interview questions for freshers

| December 8, 2011 | 0 Comments

What is jQuery? jQuery is a JavaScript library that simplifies JavaScript and AJAX programming. JavaScript is used to add interactivity and dynamic content to web pages. AJAX (Asynchronous JavaScript and XML) is used for hand

Continue Reading

PHP Captcha Code example

| January 5, 2011 | 0 Comments

how to create a Captcha in PHP. We are using some of the features available in PHP for creating an image. This is very simple and basic tutorial and we are not using any custom fonts for generating captcha image. And we aleready know that captcha

Continue Reading

feedback form with Jquery

| December 27, 2010 | 0 Comments

feedback form using Jquery with easing animation effect. It’s simple and interesting just hiding and showing the div tags with jquery. Use it and make some thing better your web project feedback box. Download Code : magicalfeedback Javas

Continue Reading

New Twitter Design with CSS and JQuery.

| October 11, 2010 | 0 Comments

The Twitter new web interface design is live for many more today. The makeover of the new Twitter was really fantastic, In this post I decided to explain how to implement new Twitter user interface design with CSS and JQuery. Use it and enrich yo

Continue Reading

Poll with Jquery,Javascript and Php

| July 20, 2010 | 0 Comments

When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. In this tutorial we’ll create a poll using PHP and XHTML, then make use of some jQuery Ajax effects

Continue Reading

Server Side Form Validation using Regular Expressions

| July 10, 2010 | 0 Comments

Server Side Form Validation using Regular Expressions, one of the reader commented like this “If I disable Javascript?”. So in this post I given a simple example about “Server Side Form Validation using Regular Expressions “. Click here to

Continue Reading

Delete Records with Animation Effect using jQuery and Ajax

| July 10, 2010 | 0 Comments

In this post I want to explain delete records with random animation(slideup and fadeout) effect using jQuery framework. Very simple code just 10 lines. Click here to Download delete_record_random code Database Table Code A simple

Continue Reading

banner ad