tutorial ([5]javascript[3])

TwitterFacebook
Get flash to fully experience Pearltrees
http://net.tutsplus.com/tutorials/javascript-ajax/5-ways-to-make-ajax-calls-with-jquery/

5 Ways to Make Ajax Calls with jQuery

There are at least five ways to make AJAX calls with the jQuery library. For beginners, however, the differences between each can be a bit confusing.
http://nfriedly.com/techblog/2009/06/advanced-javascript-objects-arrays-and-array-like-objects/

Advanced Javascript: Objects, Arrays, and Array-Like objects – nFriedly Web Dev Tech Blog

Javascript objects and arrays are both incredibly useful. They’re also incredibly easy to confuse with each other. Mix in a few objects that look like arrays and you’ve got a recipe for confusion! We’re going to see what the differences between objects and arrays are, how to work with some of the common array-like objects, and how to get the most performance out of each.
test (javascript[2] frontend[1])

http://api.jquery.com/jQuery.browser/ Description: Contains flags for the useragent, read from navigator.userAgent.

browser

Spotlight: jQuery replaceText

Every other week, we’ll take an ultra focused look at an interesting and useful effect, plugin, hack, library or even a nifty technology. We’ll then attempt to either deconstruct the code or create a fun little project with it. Today, we’re going to take a look at the excellent replaceText jQuery plugin. Interested? Let’s get started after the jump. A Word from the Author http://net.tutsplus.com/tutorials/javascript-ajax/spotlight-jquery-replacetext/
http://nettuts.s3.amazonaws.com/907_jQreplaceText/code.html#

Spotlight: jQuery replaceText

by Siddharth for the lovely folks at Nettuts+ This page uses the popular replaceText plugin by Ben Alman. In this demo, we're using it to highlight arbitrary chunks of text on this page.
http://www.quirksmode.org/js/detect.html

JavaScript - Browser detect

Page last changed today See section 3D of the book . The version detect doesn't work in Safari and OmniWeb because these browsers don't include comprehensible version information in their identity string.
http://net.tutsplus.com/tutorials/javascript-ajax/building-and-testing-a-backbone-app/

Building and Testing a Backbone App

In this tutorial, we’ll develop a Backbone.js application, while testing it with Jasmine . Not good enough for you? We’ll do it all using CoffeeScript. Trifecta!
The DOM window object provides access to the browser's history through the history object. It exposes useful methods and properties that let you move back and forth through the user's history, as well as -- starting with HTML5 -- manipulate the contents of the history stack. Traveling through history https://developer.mozilla.org/en-US/docs/DOM/Manipulating_the_browser_history

Manipulating the browser history | MDN

http://dev7studios.com/nivo-slider/

Nivo Slider Responsive Demo

The world’s most awesome jQuery & WordPress Image Slider The Nivo Slider is world renowned as the most beautiful and easy to use slider on the market. The jQuery plugin is completely free and totally open source, and there is literally no better way to make your website look totally stunning.
brand-new version of the most popular plugin on CodeCanyon 10+ templates, 5+ skins, 100+ options RoyalSlider plugin for WordPress uses same script as HTML version and supports everything that HTML version does. View all frontend features Templates and skins are sets of options and CSS styles that can be applied in a one single click. View RoyalSlider demos http://dimsemenov.com/plugins/royal-slider/wordpress/#banner-rotator

RoyalSlider for WordPress - Touch-Based Image and Content Slider

.sb-container div:nth-child( 1 ){ background-color : #ea2a29 ; box-shadow : -1px -1px 3px rgba( 0 , 0 , 0 , 0.1 ), 1px 1px 1px rgba( 0 , 0 , 0 , 0.1 );

Swatch Book with CSS3 and jQuery

A tutorial about how to create different interesting hover effects on circles with CSS transitions and 3D rotations. View demo Download source In today’s tutorial we’ll experiment with hover effects on circles. Since we have the border radius property, we can create circular shapes and they have been appearing more often as design elements in websites.

Circle Hover Effects with CSS Transitions

Animation and function timing can often seem like an uphill battle in Javascript. Thankfully jQuery’s variety of timing control mechanisms provide excellent alternatives to Javascript’s standard order of function processing. With both callback functions and chainable methods, jQuery allows much greater control over animation timing than Javascript alone.

Controlling Animation Timing in jQuery | Tutorial from Interactive Volcano

Tutorials

Tutorials In this section you will find in-depth how-tos involving common web development and web design techniques.
framework ([6]javascript[3])