
js
Get flash to fully experience Pearltrees
AJAX provides Web developers with plenty of opportunities to enhance the user experience and improve the performance of their websites. There are countless ways that AJAX can be used, and fortunately there are plenty of good and useful AJAX tutorials out there to help you with your own implementation. This post serves as a collection of useful tutorials on working with AJAX in a wide variety of ways. You’ll find tutorials on working with forms, building shopping carts, creating chat features, working with log-ins and usernames and much more. AJAX Username Availability Checker Using MooTools 1.2 When allowing a user to register a username, you can use AJAX with MooTools to let them check the availability of the username being submitted.
50 Excellent AJAX Tutorials « Best Web Design
JSON AJAX Web Chat Tutorial
Writing XML using JavaScript - CodeProject
Using the code The object is called XMLWriter . It automatically replaces invalid characters such as quotation marks or greater than signs with the appropriate XML values. However, it does not throw exceptions on invalid tag names, because the application I’m writing won’t have the possibility of producing invalid tag names.What is OpenFaces? OpenFaces is an open-source library of AJAX-powered JSF components, an Ajax framework and a client-side validation framework. OpenFaces is based on the set of JSF components formerly known as QuipuKit.
OpenFaces
jQuery SWFObject
Detecting Smartphones Using JavaScript :: Hand Interactive Resources
jQuery UI - Configure your download
Docs - Element/Element
The first thing you’ll need to do is use SWFObject to embed your Flash site into your HTML page. Most Flash developers are already doing this but the important thing to do here is to make sure you take advantage of SWFObject’s capability to display alternate content to users without Flash installed. Unfortunately a lot of Flash sites using SWFObject fail to provide anything useful as far as alternate content. Below is an example of how a lot of Flash sites look to users without Flash: Not very helpful to users on mobile devices. At the very least you should include some basic content from the site like contact info and relevant links in addition to having a link to download the latest version of Flash.
Make Your Flash Site iPhone and iPad Friendly | Warm Forest Flash Blog
jquery-fadein-fadeout-transparent-png-ie7-chrome-590295
The solution I came up with is not ideal, so first let me start by asking anyone who comes up with a solution and runs across this thread, to please post. I first checked to see what kind of degradation I would get using transparent gif's. While this worked to an extent, the quality and transparency was not acceptable, so I moved on.JavaScript Timers with setTimeout and setInterval
In this tutorial we'll look at JavaScript's setTimeout(), clearTimeout(), setInterval() and clearInterval() methods, and show how to use them to set timers and create delayed actions. JavaScript features a handy couple of methods of the window object: setTimeout() and setInterval() . These let you run a piece of JavaScript code at some point in the future. In this tutorial we'll explain how these two methods work, and give some practical examples. setTimeout() also returns a numeric timeout ID that can be used to track the timeout.This is a JavaScript class that is used to store URLs. It comes with properties that represent each part of the URL, and can be updated by changing the href property. The key properties that this article deals with are: The window.location object is the specific object that stores the URL of the currently loaded page. If a JavaScript function changes the window.location.href property, then the page should reload with the new location. However, this may not always be the case, and so the location.reload and location.replace methods have also been provided in the Location object.

