jquery

TwitterFacebook
Get flash to fully experience Pearltrees
mootools

https://hacks.mozilla.org/2010/02/an-html5-offline-image-editor-and-uploader-application/

an HTML5 offline image editor and uploader application ✩ Mozilla

Many web applications use image uploaders: image hosting websites, blog publishing applications, social networks, among many others. Such uploaders have limitations: you can’t upload more than one file at a time and you can’t edit the image before sending it. A plugin is the usual workaround for uploading more than one image, and image modifications are usually done on the server side, which can make the editing process more cumbersome.
Since JSON explorer for HTTP network responses was quite successful feature (at least according to all the feedback I have got), I have implemented a XML Explorer that can be used to inspect XML based responses received from the server. http://www.softwareishard.com/blog/firebug/xml-explorer-for-firebug/

XML explorer for Firebug

http://ejohn.org/blog/deep-tracing-of-internet-explorer/ After reading a recent post by Steve Souders concerning a free tool called dynaTrace Ajax , I was intrigued.

Deep Tracing of Internet Explorer

How to type upside down text and letters on the web

How does this tool flip text up side down and backward? http://www.sevenwires.com/play/UpsideDownLetters.html

JavaScript shell scripting / phpied.com

http://www.phpied.com/javascript-shell-scripting/ As you probably know, JavaScript is not limited to the browser. There's server-side JavaScript, JS for various extensions, you can script Photoshop operations with JavaScript if you feel like it.
https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline?hl=fr Overview An interactive time series line chart with optional annotations. The chart is rendered within the browser using Flash.

Visualization: Annotated Time Line - Google Visualization API -

https://hacks.mozilla.org/2009/06/rendering-svg-canvas-burst/

animating SVG with canvas and burst at hacks.mozilla.org

Today’s demo is short, but it also includes a long screencast that describes how it’s put together. The demo’s author, Alistair MacDonald ( @F1LT3R ), is one of the maintainers of Processing.js and the Burst engine , which is the basis for today’s demo and tutorial. If you haven’t clicked through to his site , I strongly suggest that you do so. You’ll notice that the site is animated and slick-looking with sections that slide in and out and lots of graphics.
View full post about the jQuery IdleTimer here The idle timer is built on jQuery and provides two events: idle and active , which fire when the user's idle state has changed. This example has an idle timeout of 10 seconds. http://paulirish.com/demo/idle-timer?comment=test

code demo arena | Idle Timer

This article is focused on providing application security testing professionals with a guide to assist in Cross Site Scripting testing. The initial contents of this article were donated to OWASP by RSnake, from his seminal XSS Cheat Sheet, which was at: http://ha.ckers.org/xss.html . That site now redirects to its new home here, where we plan to maintain and enhance it. The very first OWASP Prevention Cheat Sheet, the XSS (Cross Site Scripting) Prevention Cheat Sheet , was inspired by RSnake's XSS Cheat Sheet, so we can thank him for our inspiration. We wanted to create short, simple guidelines that developers could follow to prevent XSS, rather than simply telling developers to build apps that could protect against all the fancy tricks specified in rather complex attack cheat sheet, and so the OWASP Cheat Sheet Series was born. This cheat sheet is for people who already understand the basics of XSS attacks but want a deep understanding of the nuances regarding filter evasion.

XSS (Cross Site Scripting) Cheat Sheet

SqueezeBox - Expandable Lightbox » digitarald:Harald K

SqueezeBox is an unobtrusive LightBox inspired overlay, for modal boxed content on your site.
(This site is for programmers actively working on Caja, rather than using it for their own projects.) The Caja Compiler is a tool for making third party HTML, CSS and JavaScript safe to embed in your website.

caja - Google Code