Home / What / "javascript"

One Tag, I'll be a cloud.
-
ExplorerCanvas
- saved on: 2008-08-22
- uri: http://excanvas.sourceforge.net/
- about: Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer.
- tags:
-
An alternative to sIFR: Facelift Image Replacement | Breathe new life into your web pages
- saved on: 2008-08-05
- uri: http://facelift.mawhorter.net/
- about: Facelift Image Replacement (or FLIR, pronounced fleer) is an image replacement script that dynamically generates image representations of text on your web page in fonts that otherwise might not be visible to your visitors. The generated image will be automatically inserted into your web page via Javascript and visible to all modern browsers.
- tags:
-
Flexigrid
- saved on: 2008-07-21
- uri: http://www.webplicity.net/flexigrid/
- about: Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content. Thanks uncle Tom for the link
- tags:
-
SoundManager 2: Javascript Sound for the Web
- saved on: 2008-07-09
- uri: http://www.schillmania.com/projects/soundmanager2/
- about: SoundManager 2 is an attempt at providing the sound API which Javascript has been missing. It's a Javascript library which wraps and extends Flash's sound capabilities, bringing cross-platform audio functionality to Javascript.
- tags:
-
Jiffy Firefox Extension - Documentation
- saved on: 2008-07-01
- uri: http://billwscott.com/jiffyext/
- about: The Jiffy Firefox Extension adds an additional panel to Firebug that provides a visual view of the Javascript time measurements captured by Jiffy-Web.
- tags:
-
Algorithm Ink | Aza Raskin
- saved on: 2008-07-01
- uri: http://azarask.in/projects/algorithm-ink/
- about: Algorithm Ink is a port and extension of Context Free by Aza Raskin. The original grammar was originally conceived of by Chris Coyne. Algorithm Ink uses open-web, standards-based tools: no plugins required. You can even right-click to save the drawings. The caveat is that Firefox 3, and Opera 9.5 are the only browsers to fully support Canvas, so it may run slower on Safari, and not at all in Internet Explorer.
- tags:
-
Protoflow
- saved on: 2008-05-12
- uri: http://www.deensoft.com/lab/protoflow/
- about: ProtoFlow is a coverflow effect written in Javascript. It uses Prototype and Scriptaculous to do bulk of the work and it uses Reflection.js to do all the image reflections stuff!
- tags:
-
galleria - Google Code
- saved on: 2008-04-16
- uri: http://code.google.com/p/galleria/
- about: A nice and simple javascript image gallery written in jQuery
- tags:
-
John Resig - Embedding and Encoding in JavaScript
- saved on: 2008-04-10
- uri: http://ejohn.org/blog/embedding-and-encoding-in-javascript/
- about: All of the game contents are embedded within the game script: This includes all game sprites and music. This is an interesting feat and one that's possible to accomplish within your own code. Let's take a step through how this was done to understand how we can better use this within our own sites.
- tags:
-
JavaScriptMVC
- saved on: 2008-02-29
- uri: http://javascriptmvc.com/index.html
- about: JavaScriptMVC is a framework that brings methods to the madness of JavaScript development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration. I just fear about the "JavaScript is awesome" that one can read in the product's homepage...
- tags:
-
Vitamin Features » Serving JavaScript Fast
- saved on: 2007-12-14
- uri: http://www.thinkvitamin.com/features/webapps/serving-javascript-fast
- about: The next generation of web apps make heavy use of JavaScript and CSS. We’ll show you how to make those apps responsive and quick.
- tags:
-
Charts And Graphs: Modern Solutions | Developer's Toolbox | Smashing Magazine
- saved on: 2007-10-23
- uri: http://www.smashingmagazine.com/2007/10/18/charts-and-graphs-modern-solutions/
- about: Server-based solutions, implemented with Flash, JavaScript or pure CSS, offer a more flexible alternative. In fact, since Flash offers significant advantages over static data presentation with CSS and JavaScript, most solutions use it for dynamic data visualization. The data itself is often stored in XML-files which are loaded and updated via PHP or ASP. The price range varies enormously — depending on the flexibility and level of customization you’d like to have. However, if you don’t want to pay, you don’t have to — there are powerful free solutions as well.
- tags:
-
Learning jQuery
- saved on: 2007-08-17
- uri: http://www.learningjquery.com/
- about: A blog for getting to know the library of choice for unobtrusive JavaScript.
- tags:
-
Upload files using flash and javascript - SWFUpload
- saved on: 2007-08-13
- uri: http://swfupload.mammon.se/
- about: A small javascript/flash library to get the best of both worlds - The great upload capabilitys of flash and the accessibility and ease of html/css
- tags:
-
Mike’s Musings » Writing User Scripts for Operator
- saved on: 2007-07-07
- uri: http://www.kaply.com/weblog/2007/07/06/writing-user-scripts-for-operator/
- about: Operator user scripts are user added pieces of JavaScript that can enable additional functionality within Operator like new actions for microformats and RDF, as well as adding new microformats.
- tags:
-
Google Gears : Vous pouvez vous déconnecter - Blog - Veille - Clever Age
- saved on: 2007-05-31
- uri: http://www.clever-age.com/veille/blog/google-gears-vous-pouvez-vous-deconnecter.html
- about:
- tags:
-
John Resig - JavaScript 1.8 Progress
- saved on: 2007-05-31
- uri: http://ejohn.org/blog/javascript-18-progress/
- about: In case you haven't been following the progress being made on JavaScript 1.8 here's a quick overview of what's already landed in the latest Firefox 3 nightlies.
- tags:
-
jsviz - Google Code
- saved on: 2007-05-14
- uri: http://code.google.com/p/jsviz/
- about: JSViz makes it easy to create dynamic 2D views of information. Practical applications include network graphs, navigation, and other dynamic layouts.
- tags:
-
svg2vml - Google Code
- saved on: 2007-05-14
- uri: http://code.google.com/p/svg2vml/
- about: SVG2VML is a lightweight JavaScript library that makes it easy to include vector graphics in web pages by providing a common SVG-style programming interface to VML and SVG. This project is a work in progress, and suggestions and contributions are welcome.
- tags:
-
Digital Web Magazine - Seven JavaScript Techniques You Should Be Using Today
- saved on: 2007-04-25
- uri: http://www.digital-web.com/articles/seven_javascript_techniques/
- about: In this article, we’ll demonstrate seven techniques you can add to your daily code writing habits to make you a better programmer.
- tags:
-
DomQuery - In response to jQuery's response
- saved on: 2007-03-30
- uri: http://www.jackslocum.com/blog/2007/01/12/domquery-in-response-to-jquerys-response/
- about: Qui qu'a la plus grosse ? Jack Slocum ou John Resig ?
- tags:
-
Player FLV JS
- saved on: 2007-03-29
- uri: http://resources.neolao.com/download/flash/components/player_flv_js.html
- about: Un lecteur flash vidéo contrôlable en javascript.
- tags:
-
gotAPI.com - quick developer reference for CSS, HTML, JavaScript, PHP, AJAX, SQL and more
- saved on: 2007-02-22
- uri: http://www.gotapi.com/
- about: ...the most comprehensive API collection on the web
- tags:
-
jQuery Gallery version 1.0
- saved on: 2007-01-06
- uri: http://getintothis.com/pub/projects/gallery/
- about: Image slideshow built on jQuery
- tags:
-
Livre blanc : Etude comparative des principaux frameworks AJAX - Livres blancs - Publications - Veille - Clever Age
- saved on: 2006-11-14
- uri: http://www.clever-age.com/veille/publications/livres-blancs/livre-blanc-etude-comparative-des-principaux-frameworks-ajax.html
- about: Cette étude montre les possibilités d’intégration d’AJAX au sein d’applications Web en présentant et comparant 11 frameworks d’actualité : Prototype, jQuery, Dojo, Moo.Fx, Scriptaculous, Yahoo !UI, Mochikit, Rialto, Echo2, Microsoft Atlas et Google Web Toolkit.
- tags:
-
Amberjack: Site Tour Creator - Simple. Free. Open Source.
- saved on: 2006-11-06
- uri: http://amberjack.org/?end=1
- about: Amberjack is a lightweight Open Source library, enabling webmasters to create cool site tours.
- tags:
-
Efficient JavaScript - Opera Developer Community
- saved on: 2006-11-06
- uri: http://dev.opera.com/articles/view/48/
- about: As Web pages become more like applications, the performance of scripts is having a bigger effect.
- tags:
-
Event selectors
- saved on: 2006-10-26
- uri: http://encytemedia.com/event-selectors/
- about: event:Selectors allow you to apply an event such as mouseover, mouseout, click, et al using a CSS style syntax.
- tags:
-
Tabulator's javascript RDF parser
- saved on: 2006-10-26
- uri: http://dig.csail.mit.edu/2005/ajar/release/tabulator/0.7/rdf/rdfparser.js
- about: The javascript RDF parser used by the tabulator project. RDFParser is fully compliant with the RDF/XML specification.
- tags:
-
Javascript RDF parser
- saved on: 2006-10-26
- uri: http://www.jibbering.com/rdf-parser/parser.js
- about: A simple RDF parser written in javascript
- tags:
-
Tabulator: Async Javascript And Semantic Web
- saved on: 2006-10-07
- uri: http://dig.csail.mit.edu/2005/ajar/release/tabulator/0.7/tab
- about: The tabulator project, the alpha and the omega of the semantic Web ?
- tags:
-
Prototype Carousel
- saved on: 2006-09-06
- uri: http://prototype-carousel.xilinus.com/
- about: This class is a Prototype/script.aculo.us version of the excellent Bill Scott's Carousel component.
- tags:
-
print_r for Javascript version 0.2 and Bookmarklet version
- saved on: 2006-08-29
- uri: http://www.cableaz.com/print_r.php
- about: print_r -like Functionality for Javascript
- tags:
-
MGeoRSS: A GeoRSS Google Maps API Extention
- saved on: 2006-08-04
- uri: http://brainoff.com/gmaps/mgeorss.html
- about: This extension integrates basic GeoRSS support directly into Google Maps.
- tags:
-
Javascript Compressor
- saved on: 2006-07-28
- uri: http://javascriptcompressor.com/
- about: Compress and obfuscate Javascript code online completely free using this compressor. "As if it was useful..."
- tags:
-
moo.fx - the next small thing
- saved on: 2006-07-19
- uri: http://moofx.mad4milk.net/
- about: moo.fx is a superlightweight, ultratiny, megasmall javascript effects library, written with prototype.js. moo.fx is not a replacement for script.aculo.us or other effects libraries. It's just a little alternative for people that do not need more than just simple, basic effects (and want to keep their filesize small).
- tags:
-
presentacular - Adding effects to S5 with script.aculo.us
- saved on: 2005-12-19
- uri: http://labs.cavorite.com/presentacular/
- about: Présentacular, basé sur S5, permet de créer des présentations sous forme de pages Web.
- tags:
-
Syntax highlighting experiment
- saved on: 2005-12-18
- uri: http://simon.incutio.com/js/syntaxHighlight.html
- about: Colorisation syntaxique multilangages en javascript et CSS
- tags: