public marks

PUBLIC MARKS from parmentierf with tags dev & prototype

2010

humble software development - Finance Financial Graphs

by 1 other (via)
HumbleFinance is an HTML5 data visualization tool written as a demonstration of interactive graphing in HTML5. It is similar to the Flash tool on http://finance.google.com/. The tool itself is written entirely in JavaScript, using the Prototype and Flotr libraries. It can be used to display any two 2-D data sets of real numerical data which share an axis.

2007

FredCavazza.net » Adobe prépare un outil de création d’interfaces riches

Thermo pourrait potentiellement devenir l’arme ultime pour faire du prototypage rapide d’interfaces riches.

solutoire.com | Plotr

by 3 others
Some time ago I was looking for a charting framework for Prototype and I couldn’t find it, just because there’s none. So that’s where it all started. I came across PlotKit, a well written piece of javascript that enables developers to use Canvas or SVG elements for rendering bar, line and pie charts. The only thing was that PlotKit needed the Mochikit library to work. So I took some parts of PlotKit and wrote some parts myself. The result is a lightweight charting framework (12kb!) named Plotr. It’s released under the BSD license.

Prototype Javascript Library easing the development of dynamic web applications

by 8 others (via)
Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.

2006

Utilisation de prototype.js v1.3.1

by 18 others
Si vous avez esssayé d'utiliser cette bibliothèque récemment, vous avez probablement remarqué que la documentation n'est pas un des ses points forts. Comme beaucoup d'autre développeurs avant moi, je me suis pris la tête avec prototype.js en lisant le code source et en expérimentant avec ça. J'ai pensé qu'il serait agréable de prendre des notes pendant que j'apprenais afin de les partager avec les autres. J'offre aussi une référence non officielle pour les objets, les classes, les fonctions, et les extensions fournis par cette bibliothèque.