Sponsorised links
Yesterday
01 December 2009
Un keylogger en Javascript - Tux-planet
Un keylogger est un petit programme malicieux qui enregistre, dans un fichier, tout ce qui est saisi au clavier par un utilisateur. Une personne malveillante peut ensuite y retrouver les divers logins et mots de passe de votre ordinateur. Cet article explique comment mettre en place un keylogger écrit en JavaScript.
Sponsorised links
28 November 2009
Request Routing With URI Templates in Node.JS
Node.js itself is pretty bare bones. It's not a framework like Rails, but rather plain request-response handling. It's sort of like Python's Twisted framework, from what I gather
Node.js is genuinely exciting
At first glance, Node looks like yet another take on the idea of server-side JavaScript, but it’s a lot more interesting than that.
Going evented with Node.js
While showing off the HTTP capabilities of Node.js are incredibly sexy and most likely the very future of web application development
jsconf.pdf (pdf)
The principle philosophy is that I/O in web applications should be asynchronous for everything.
24 November 2009
23 November 2009
MooTools - a compact javascript framework
MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
20 November 2009
Soba1.1 - a live HTML editor
just edit the html on the left pane, and you'll see how it rendered on the right pane as you typed.\nIt should be useful when you want to develop such as CSS or JavaScript which need to be tuned litlle by little.\nNote that the html document is automatically stored into a browser's cookie(up to approx.4kb).\nSo you can continue working on the html even after you closed the browser window.
19 November 2009
18 November 2009
Protovis
Protovis composes custom views of data with simple marks such as bars and dots. Unlike low-level graphics libraries that quickly become tedious for visualization, Protovis defines marks through dynamic properties that encode data, allowing inheritance, scales and layouts to simplify construction.
Protovis is free and open-source, provided under the BSD License. It uses JavaScript and SVG for web-native visualizations; no plugin required (though you will need a modern web browser)! Although programming experience is helpful, Protovis is mostly declarative and designed to be learned by example.
17 November 2009
gRaphaël—Charting JavaScript Library
gRaphaël’s goal is to help you create stunning charts on your website. It is based on Raphaël graphics library.
Raphaël—Vector Graphics JavaScript Library
Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.
Advanced JavaScript Table Sorter – TinyTable V3 - Web Development Blog
Plugin javascript permettant de trier, filtrer et paginer un tableau html
