JavaScript

TwitterFacebook
Get flash to fully experience Pearltrees
Language (javaScript JS)

Javascript tools

Testing

HTML Javascript CSS for Mobile

External Interface Tip « ActionScript 3, Flash, Flex Reflections

This article will treat solutions to “swfObject.callback() is not a function” problem when using ExternalInterface in Flash/Flex. Ok, not so long ago I had to test some interaction between JavaScript and ActionScript. It wasn’t the first time I was using EI, and since it’s always good to start from a working examle, I set up the one provided by Adobe, test it – works fine. (An important note – you have to run it from a web server and add it to flash player’s security domain. I’ll show you how later). http://flexion.wordpress.com/2007/08/21/external-interface-tip/

android-scripting - Scripting Layer for Android brings scripting languages to Android.

Scripting Layer for Android (SL4A) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. These scripts have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to get things done. Scripts can be run interactively in a terminal, in the background, or via Locale . Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, and shell are currently supported, and we're planning to add more. https://code.google.com/p/android-scripting/
https://plus.google.com/118095276221607585885/posts/CTZ7BNx7a8z JSDev JavaScript is a difficult language to test with. Unit testing wants to pull each function out to be tested individually, but that extraction can break the amazing implicit structures that nesting can produce.

Douglas Crockford - Google+ - JSDev JavaScript is a difficult language to test with.…

Convert

Chart - ELYCHARTS

JS examples

Methodology (JS)

Javascript - les boîtes de dialogue

Octobre 2012 Qu'est-ce qu'une boîte de dialogue? Une boîte de dialogue est une fenêtre qui s'affiche au premier plan suite à un événement, et qui permet Soit d'avertir l'utilisateur http://www.commentcamarche.net/contents/javascript/jsdialogue.php3
Méthode : window . document . getElementById () Retourne un objet HTML à partir de son id Compatible : Syntaxe Object document.getElementById(String id) Description Retourne un objet HTML à partir de son id, défini dans la propriété id de la balise de l'objet. Ne pas confondre la propriété id et la propriété name .

Méthode : window.document.getElementById() - Référence Tout JavaScript

http://www.toutjavascript.com/reference/reference.php?iref=14
Lib (JavaScript)

DLFP: WebODF et Sylpheed

http://linuxfr.org/news/webodf-et-sylpheed WebODF, un lecteur OpenDocument en JavaScript WebODF est une bibliothèque JavaScript pour lire des fichiers ODF . Elle permet de décompresser le fichier puis d'intégrer le XML dans le DOM de la page, il est ainsi possible d'intégrer des fichiers OpenDocument directement dans une page HTML, sans nécessiter de conversion préalable. Malgré l'utilisation du JavaScript , qui n'est pas réputé pour sa rapidité, l'affichage n'est pas beaucoup plus lent qu'avec une suite bureautique comme LibreOffice . Le code fait environ 3 000 lignes et est sous licence AGPL .
Tuto

Others lib

http://fr.wikipedia.org/wiki/Ajax_(informatique)

Ajax (informatique)

Un article de Wikipédia, l'encyclopédie libre. Pour les articles homonymes, voir Ajax . L' architecture informatique Ajax (acronyme d' Asynchronous JavaScript and XML ) permet de construire des applications Web et des sites web dynamiques interactifs sur le poste client en se servant de différentes technologies ajoutées aux navigateurs web entre 1995 et 2005. Ajax combine JavaScript , les CSS , XML , le DOM et le XMLHttpRequest afin d'améliorer maniabilité et confort d'utilisation des Applications Internet Riches (abr. RIA) [ 1 ] , [ 2 ] : DOM et JavaScript permettent de modifier l'information présentée dans le navigateur en respectant sa structure ; L'objet XMLHttpRequest sert au dialogue asynchrone avec le serveur Web ; XML structure les informations transmises entre serveur Web et navigateur .
Javascript/AJAX

jQuery Before/After Plugin

http://www.catchmyfame.com/2009/06/25/jquery-beforeafter-plugin/ About a month ago I was reading the New York Times online and they had an article which showed a road in Brooklyn that had been reconstructed to make it safer and more pleasing to the eye. To show the difference in the reconstruction project, they showed a before and after picture using Flash that let the visitor drag a slider over the images, which were sandwiched with one on top of the other, so that you could easily see how dramatic the changes were. I immediately thought that this could be done in JavaScript using jQuery, so I set out to do it. Here’s the result:

AutoSuggest: An AJAX auto-complete text field : CSS . XHTML . Javascript . DOM, Development : Brand Spanking New

http://www.brandspankingnew.net/archive/2006/08/ajax_auto-suggest_auto-complete.html kk said Jeffrey Ropp said Nicely done. For some reason, my results dont appear within a scroll area? I copied most of your CSS and still can't get it to work. I've also found that my results aren't always qualified by the first character provided.
http://projects.nickstakenburg.com/tipped

Tipped - The Javascript Tooltip Framework

Tipped allows you to easily create beautiful tooltips using the jQuery Javascript library. Evolved from the popular Prototip library, Tipped takes tooltips to the next level by using HTML5 to give you full control over the look and feel of your tooltips. Canvas graphics