background preloader

JavaScript

Facebook Twitter

Dromaeo: JavaScript Performance Testing. JavaScript Lint. JSLint, The JavaScript Code Quality Tool.

Mozilla

JQuery. JavaScript Space Invaders Emulator. Ajaxian recently posted about a fun JavaScript implementation of PacMan.

JavaScript Space Invaders Emulator

After spending way too much time on it I wondered how well an emulation of the old arcade game hardware would go in JavaScript. I’ve written a few 8080 arcade game emulations before in different languages so I had a go at implementing it in JavaScript. You can try the work in progress at my JavaScript 8080 Emulation page. It runs surprisingly well on modern JavaScript engines. The page first loads with the arcade game Space Invaders loaded. If you have a bleeding edge version of Firefox 3.1 with Ogg Vorbis <audio> support, pressing the ‘Enable Audio’ button will enable sound.

If you’re interested in the other emulators I’ve done: The implementation does not get traced with the TraceMonkey tracing JIT yet. This implementation uses Canvas, audio for sound and should work on browsers with a fast JS engine and these technologies. The emulator can be run (without the GUI) from a JavaScript shell for testing purposes. Ajaxian. Eloquent JavaScript. Aptana: The Web IDE. Ajaxload - Ajax loading gif generator.

ScriptSrc.net. JavaScript Date Format. Saturday, June 9th, 2007 • Related • Filed Under Update: The documentation below has been updated for the new Date Format 1.2.

JavaScript Date Format

Get it now! Although JavaScript provides a bunch of methods for getting and setting parts of a date object, it lacks a simple way to format dates and times according to a user-specified mask. There are a few scripts out there which provide this functionality, but I've never seen one that worked well for me… Most are needlessly bulky or slow, tie in unrelated functionality, use complicated mask syntaxes that more or less require you to read the documentation every time you want to use them, or don't account for special cases like escaping mask characters within the generated string. When choosing which special mask characters to use for my JavaScript date formatter, I looked at PHP's date function and ColdFusion's discrete dateFormat and timeFormat functions. With my date formatter, I've tried to take the best features from both, and add some sugar of my own. Dygraphs JavaScript Visualization Library. JS.Class - Ruby-style JavaScript.

~ JNode.free(yourMind); ~ Rendering text with Javascript, &lt;canvas&gt;, and VML. JAvascript. Tout JavaScript. La référence javascript Tout JavaScript.com vous propose sur cette interface ergonomique et conviviale, plus de 230 fiches détaillant précisément les objets javascript , leurs propriétés et leurs méthodes .

Tout JavaScript

Les opérateurs , les fonctions natives et les mots de structures sont regroupés dans le répertoire Mots_clefs. Naviguez simplement dans l'arborescence des objets dans le menu de gauche. Quand vous lancez une fiche, l'arborescence du menu s'ouvre à la position de l'objet sélectionné. Cette référence javascript, développée et écrite pour Tout JavaScript.com, est en constante évolution.

Erreur ?] Accès rapide : window, document, Array, RegExp, Math, Image, navigator... Quirksmode.org. Page last changed today.

quirksmode.org

L'éditeur JavaScript - AJAX. Core JavaScript Reference 1.5: Core JavaScript Reference.