ajax

TwitterFacebook
Get flash to fully experience Pearltrees
library

ibm

Creating a Dynamic Poll with jQuery and PHP

http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/ 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 to eliminate the need for a page refresh, and to give it a nice little bit of animation. Let’s get our <head> set up: < link href = "style.css" rel = "stylesheet" type = "text/css" /> < script src = "jquery.js" type = "text/javascript" charset = "utf-8" ></ script > < script src = "jquery.cookie.js" type = "text/javascript" charset = "utf-8" ></ script > < script src = "poll.js" type = "text/javascript" charset = "utf-8" ></ script > <link href="style.css" rel="stylesheet" type="text/css" /><script src="jquery.js" type="text/javascript" charset="utf-8"></script><script src="jquery.cookie.js" type="text/javascript" charset="utf-8"></script><script src="poll.js" type="text/javascript" charset="utf-8"></script>

JavaScript and the Document Object Model

http://www.ibm.com/developerworks/web/library/wa-jsdom/ Editor's Note: When the information in this article was written it was up-to-date, but in the last few years this technology has changed. If you are interested in more current information see Traverse the Document Object Model with JavaScript . Note: This article uses a DOM-compatible browser such as Netscape 6.x, Internet Explorer 6, or Mozilla 1.0.
When it comes to efficiently organizing jQuery code, one of the best options is turning certain parts of it into a plugin. There are many benefits to this – your code becomes easier to modify and follow, and repetitive tasks are handled naturally. This also improves the speed with which you develop, as plugin organization promotes code reuse. This is why today we are going to demonstrate the process of converting code to a plugin. We are going to take the code from our jQuery & CSS3 Select Replacement tutorial , and turn it into a ready for use jQuery plugin.

Converting jQuery Code to a Plugin

http://tutorialzine.com/2011/02/converting-jquery-code-plugin/
http://www.designzzz.com/new-jquery-tutorials-plugins-css/ jQuery is the most famous, powerful and cross-browser JavaScript library which is designer to simplify the HTML scripting. It is lightweight JavaScript Library which supports CSS 1-3 selectors and is used by thousands of popular websites. Looking at the power which jQuery provides to its user, today we bring 25 fresh jQuery tutorials and plugins for you. Enjoy this handy collection. You might also like to view : Superb jQuery CSS Image Effects and Tooltips Tutorials or Top 15 Jquery CSS Animated Navigation Tutorials

25 Fresh jQuery Tutorials and Plugins

http://www.noupe.com/tools/100-essential-web-development-tools.html Mar 16 2010 By Neil Skirrow As web technologies constantly advance, the skills a developer is expected to have are constantly increasing .

100 Essential Web Development Tools - Noupe Design Blog

10 Fresh and Useful jQuery Plugins | Tools

When it comes to adding JavaScript functionality to a website, jQuery has become the solution of choice for web designers and developers. With it’s ease of use and ever-growing selection of plugins, there’s really no point to look elsewhere. Awesome jQuery plugins are popping up everyday, and we’re always on the look out. So for this post, I’ve gathered 10 fresh plugins that you should find very useful. Cute Balloon http://webdesignledger.com/tools/10-fresh-and-useful-jquery-plugins

How jQuery is Killing Flash + jQuery Tutorials &amp; Plugins to Beat Up Flash Animations

In 1996, Macromedia released their product called Macromedia Flash which is a vector-based animation platform. With Flash, web designers were now able to create animations using a timeline and vector design tools as a video. Furthermore, Flash was and still is a great solution for web designers to provide visitors smooth view in such small file size. The only thing that web surfers need to enjoy the sites using flash is to install Macromedia Flash Player. However, with the arrival of JavaScript in 1997, there has been a war between Flash and JavaScript because Flash was afraid JavaScript would one day replace them with all the animation it supports. http://aext.net/2010/03/javascript-jquery-killing-flash-tutorial-jquery-plugin/