PUBLIC   marks

PUBLIC MARKS with tag javascript

Sponsorised links

28 November 2009

Request Routing With URI Templates in Node.JS

by marco
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

by marco & 1 other
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

by marco
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)

by marco (via)
The principle philosophy is that I/O in web applications should be asynchronous for everything.

Sponsorised links

24 November 2009

23 November 2009

MooTools - a compact javascript framework

by cascamorto & 2 others
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

by ycc2106 & 1 other
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

by parmentierf & 2 others (via)
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

by ycc2106 & 2 others
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

by ycc2106 & 5 others
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

by Tiagut & 1 other
Plugin javascript permettant de trier, filtrer et paginer un tableau html

16 November 2009

13 November 2009

10 November 2009

webdev.stephband.info

by Spone & 4 others
jParallax has had a major overhaul in readiness to be released as version 1.0! Layers are now freezable – the last feature I wanted to implement – and the code is more j and compact. I've been really encouraged by all the great comments, so thank you everyone! I just need you to road test the demos and tell me that it's still working in your browser, and then I'll stick a 1.0 on it.

09 November 2009

PUBLIC TAGS related to tag javascript

no tag

Sponsorised links