ajax

TwitterFacebook
Get flash to fully experience Pearltrees
framework

scriptaculous

flot - Google Code

http://code.google.com/p/flot/ Flot has supported plugins since v. 0.6. Some are bundled with Flot. If you're a plugin developer, consider posting a link at the plugin page . Bugs in Flot can be reported on the bug tracker - but please be polite and remember that the bug tracker is for tracking bugs in Flot, not for debugging your code .
Highcharts demo Highcharts is an incredibly elegant, highly customizable jQuery/ MooTools plugin for displaying graphs. It supports single or combinations of line, spline, area, areaspline, column, bar, pie and scatter charts.

MiniAjax

http://miniajax.com/
http://simile.mit.edu/ S IMILE was focused on developing robust, open source tools that empower users to access, manage, visualize and reuse digital assets. Learn more about the SIMILE project. A web-based highly-configurable faceted browser for RDF datasets.

SIMILE Project

http://dbachrach.com/blog/2007/04/spotlight-like-search-as-you-type-with-css-ajax-js/

Spotlight-Like Search As You Type With CSS, AJAX & JS

You might notice that we are using script.aculo.us . We are including those libraries so we can get a few nice animation effects. If you do no want these effects (more info in the JS section), you don’t need to include lines 1 and 2. Note: On line 2, the source also specifies to only load the effects.js file. Line 3 points to our javascript file.
When I first began programming with JavaScript, I created my variables and then encapsulated any functionality I needed to reuse into a function. As my tasks got more complicated and as I started learning object-oriented programming in other languages, I began to see the benefits of applying that to JavaScript. In JavaScript, a function is an object; creating a function creates an object. http://www.digital-web.com/articles/objectifying_javascript/

Objectifying JavaScript

Speed Up Your Javascript Load Time

http://betterexplained.com/articles/speed-up-your-javascript-load-time/ Like any optimization technique, it helps to measure and figure out what parts are taking the longest. You might find that your images and HTML outweigh your scripts. Here’s a few ways to investigate: 1.
QuirksMode.org is the prime source for browser compatibility information on the Internet. It is maintained by Peter-Paul Koch, mobile platform strategist in Amsterdam, the Netherlands.

QuirksMode

http://www.quirksmode.org/
http://smoothgallery.jondesign.net/ Unlike other systems out there, JonDesign's SmoothGallery is designed from the ground up to be standard compliant: You can feed it from any document, using custom css selectors. Let's imagine you want to add a showcase of your last products, or even a showcase of one product on your homepage. Would you want to restrict it only to the users who have Flash enabled ? Another important point is the fact that using this script, you will have fully standard compliant web pages (which is important for accessibility, for example).

JonDesign's (Javascript) SmoothGallery

http://lab.arc90.com/2006/07/link_thumbnail.php

Link Thumbnail

The file, linkthumb.zip, contains the script, one required image and an example page. Once downloaded, upload the script and the image to your site. They must be in the same directory. Link to the Javascript and Add Style Add a link to the javascript in the page(s) you’d like Link Thumbnail implemented. Remember to adjust the path to properly point to the location of the file on your server.
Congratulations! You just ran a snippet of jQuery code. Wasn't that easy? http://jquery.com/

jQuery

Installation Le plus simple est de récupérer la dernière version de scriptaculous qui contient elle même une version toujours récente de prototype. Ceci fait, decompactez l’archive et copiez les librairies dans un répertoires de votre serveur web. Pour ma part, je mets tout ça dans un répertoire js . Il ne reste qu’à les appeller dans l’entête de votre document HTML : xml Mon test Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet, consectetuer adipiscing elit.

Effets javascript avec Prototype et Scriptaculous

DHTMLgoodies.com

- June, 10th 2011: DHTML Chess 2.0 - New version supporting automatic relay of games from Chess tournament servers (Both in PGN and DGT format).
Do you need a freelance HTML5 developer? We create elegant web-apps and websites with a keen artistic sense; bringing your ideas to life! Our work has been featured in the Tel Aviv Museum of Modern Arts, Google IO, used in schools, and enjoyed being the most popular link on PopURLs, Delicious, Digg, and others. Creating intuitive applications is our job, and we love it!

DHTML Color Picker

Carte de visite web 2.0

Parce que vous offrir un service de qualité est primordial, ooprint a mis en place pour vous une procédure " 100% satisfait ". Vous avez reçu votre commande d'imprimés et vous n'êtes pas entièrement satisfait du résultat? Vous avez un mois pour contacter notre service clients et nous retourner votre commande, qui sera alors réimprimée et réexpédiée gratuitement. Cette procédure est valable pour tous les produits imprimés « papier »: cartes de visite, flyers, affiches, invitations, faire-part, enveloppes, etc...
The mechanics of a drag and drop are pretty interesting and most library implementations do similar things, albeit to various extents. As I explain the inner workings, I'll touch on Yahoo's , Mootools' , and Script.aculo.us' implementations, what to expect, and how they differ. A drag and drop essentially consists of a few events (and by events, I mean, moments in time, not DOM events). There's the moment a drag is started, there's the continuous dragging of an item, and finally there's the moment the item is no longer being dragged (ie: the drop). The items being dragged are sometimes referred to as draggables.

Anatomy of a Drag and Drop