login/register

Snip!t channels - Alan Dix

Channels > techie > JavaScript

Order by: date | title | url | snip    Show: just this cat | subcats too
Page 2 of 4:   prev   1   2   3   4   next  

2011-03-01 12:35:40     d3.js

http://mbostock.github.com/d3/

D3 allows you to bind arbitrary data to a Document Objec... then apply data-driven transformations to the document. ... example, you can use D3 to generate a basic HTML table f... numbers. Or, use the same data to create an interactive ...
D3 is not a

view snip

/Channels/techie/JavaScript
/Channels/visualisation

2010-10-24 19:04:07     RGraph: HTML5 canvas graph library based on the HTML5 canvas tag

http://www.rgraph.net/

RGraph is a HTML5 canvas graph library. It uses features... available in HTML5 (specifically, the CANVAS tag) to pro... variety of graph types: bar chart, bi-polar chart (also ... frequency chart), donut chart, funnel chart, gantt chart... chart, LED

view snip

/Channels/techie/JavaScript
/Channels/visualisation

2010-07-02 17:59:45     Piggy Bank Scraper Risk - SIMILE

http://simile.mit.edu/wiki/Piggy_Bank_Scraper_Risk

Piggy bank runs scrapers it grabs from arbitrary third p... formal technical, as well as social rituals and supporti... mechanisms for controlling the risk this creates.
Formal technical mechanisms certainly means finding a wa ...
Social mechinisms (and

view snip

/Channels/techie/JavaScript

2010-06-30 20:46:15     J4P5: Javascript For PHP 5

http://j4p5.sourceforge.net/index.php

J4P5 is a JavaScript interpreter written in PHP 5, that ... untrusted scripts in a sandbox on your server. It aims t... of Ecma-262 3d edition.

view snip

/Channels/techie/JavaScript

2010-06-30 20:41:47     phpjs - the PHP/JavaScript interpreter

http://phpjs.berlios.de/

This scripting language interpreter is implemented in PH... execute user-supplied JavaScript-lookalike code server-s... compromising security because everything runs safely in ... of course much slower than a real interpreter, but is us... integration

view snip

/Channels/techie/JavaScript

2010-06-30 20:41:06     John Resig - Spicing Up Embedded JavaScript

http://ejohn.org/blog/spicing-up-embedded-javascript/

One thing that I absolutely adore is the sheer embeddabi...
Since JavaScript, alone, is so dumb (we've become spoile ...
We can start by taking a look at some of the most popula ...
One thing is the same in all the interpreter implementat ...
... it gen

view snip

/Channels/techie/JavaScript

2010-06-29 12:47:14     google-caja - Project Hosting on Google Code

http://code.google.com/p/google-caja/

Caja allows websites to safely embed DHTML web applicati... parties, and enables rich interaction between the embedd... embedded applications. It uses an object-capability secu... allow for a wide range of flexible security policies, so... containing

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2010-05-17 21:55:21     A List Apart: Articles: Better JavaScript Minification

http://www.alistapart.com/...better-javascript-minification/

In the past few years, performance research has become m... thanks to research by the Yahoo! Exceptional Performance... Google’s Steve Souders. Most of that research studies ... HTML page, but the resources the page requires to displa...
Although bo

view snip

/Channels/techie/JavaScript

2010-04-27 20:10:53     Home | EventSource | Ericsson Labs

https://labs.ericsson.com/apis/eventsource/

The EventSource enabler allows you to use the upcoming E...
The Event Source API allows you to generate JavaScript e ...
To use the EventSource enabler, simply include the enabl ...
<script type="text/javascript" src="http://eventsource.l ...
You're read

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2010-04-26 16:50:50     Dynamic Drag’n Drop With jQuery And PHP

http://www.webresourcesdepot.com/...rop-with-jquery-and-php/

Drag’n drop generally looks hard-to-apply but it is de... using JavaScript frameworks. Here is, how it is done by ... jQuery UI:

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2010-04-24 17:51:32     FullCalendar - Full-sized Calendar jQuery Plugin

http://arshaw.com/fullcalendar/

view snip

/Channels/techie/JavaScript

2010-01-11 17:34:50     Cross-domain communications with JSONP, Part 1: Combine JSONP and jQuery to quickly build powerful mashups

https://www.ibm.com/developerworks/library/wa-aj-jsonp1/

view snip

/Channels/techie/AJAX
/Channels/techie/JavaScript

2009-12-31 12:45:03     jsTree » Home

http://www.jstree.com/

jsTree is a javascript based, cross browser tree compone... as a jQuery plugin.
jsTree is absolutely free (licensed same as jQuery – u ...
Still, if you would like to help this project - click th ...
Various screens of jsTree in use

view snip

/Channels/techie/JavaScript

2009-12-30 15:52:33     V8 JavaScript Engine - Google Code

http://code.google.com/apis/v8/

What is V8?
V8 is Google's open source JavaScript engine.
V8 is written in C++ and is used in Google Chrome, the o ...
V8 implements ECMAScript as specified in ECMA-262, 3rd e ...
V8 can run standalone, or can be embedded into any C++ a ...

view snip

/Channels/techie/JavaScript

2009-12-30 15:51:39     Closure Tools - Google Code

http://code.google.com/closure/

The Closure Compiler compiles JavaScript into compact, h... code. The compiler removes dead code and rewrites and mi... left so that it downloads and runs quickly. It also also... variable references, and types, and warns about common J... pitfalls. T

view snip

/Channels/techie/JavaScript

2009-12-27 17:05:53     Reflection.js

http://cow.neondragon.net/stuff/reflection/

Reflection.js allows you to add reflections to images on... uses unobtrusive javascript to keep your code clean.
It works in all the major browsers - Internet Explorer 5 ...

view snip

/Channels/techie/JavaScript

2009-12-20 09:57:23     Safari Dev Center: Safari Client-Side Storage and Offline Applications Programming Guide: Using the JavaScript Database

http://developer.apple.com/...theJavascriptDatabase.html#...

Beginning in Safari 3.1 and iPhone OS 2.0, Safari suppor... JavaScript database class. The JavaScript database class... provides a very basic relational database intended for l... content that is too large to conveniently store in cooki...
Because it

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2009-12-20 09:54:53     Safari Dev Center: Safari Web Content Guide: Getting Geographic Locations

http://developer.apple.com/...GeographicalLocations.html#...

Getting Geographic Locations
iPhone OS Note: Geographic location classes are availabl ...
Use the JavaScript classes described in this chapter to ...

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2009-12-20 09:53:19     HTTP access control - MDC

https://developer.mozilla.org/En/HTTP_Access_Control

The Web Applications Working Group within the W3C has pr... Access Control for Cross-Site Requests recommendation, w...
This access control standard is supported by Firefox 3.5 ...
* Invocations of the XMLHttpRequest API in a cross-s ...
* Web F

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2009-12-20 07:51:12     Prism - MDC

https://developer.mozilla.org/en/Prism

Prism is a simple XULRunner-based browser that hosts web... without the normal web browser user interface. Prism is ... called Site-Specific Browsers (SSB). An SSB is designed ... with a single web application. It doesn’t have the men... other accou

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2009-07-22 07:30:59     Anything Zoomer | Usage

http://css-tricks.com/examples/AnythingZoomer/use.html

This is a jQuery plugin, so you'll need to load the jQue... then the plugin file, then invoke the new function on th... have zooming.

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2009-07-14 15:35:28     Slider (WebFX)

http://webfx.eae.net/dhtml/slider/slider.html

Sliders are useful controls for choosing a value in a ra... Common uses are volume controls, seekers for movie and s... as color pickers. A few people have asked for an update ... component to make it work in Mozilla and work better in ... original co

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2009-07-13 11:25:22     jQuery for JavaScript programmers

http://simonwillison.net/2007/Aug/15/jquery/

Over the past few months it’s become clear to me exact... jQuery is an exceptionally clever piece of engineering. ... encapsulates an extraordinary range of common functional... a clever plugin API for any functionality not included b...
Most introd

view snip

/Channels/techie/JavaScript

2009-07-13 11:17:22     jQuery Edit In Place (JEIP) || Joseph Scott

http://josephscott.org/code/javascript/jquery-edit-in-place/

A few years back I wrote a Javascript library for editin...
Fast forward a few years and the momentum in the Javascr ...
Downloads
Current Version: 0.1.2 (Change Log)
... t is used to replace the contents of the edited element.

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2009-07-13 11:11:55     SyntaxHighlighter - Alex Gorbatchev

http://alexgorbatchev.com/wiki/SyntaxHighlighter

SyntaxHighlighter is a fully functional self-contained c... highlighter developed in JavaScript. To get an idea of what SyntaxHighlighter is capable of, have a look at the demo...

view snip

/Channels/techie/css
/Channels/techie/JavaScript

2009-07-13 11:11:10     A JavaScript Module Pattern » Yahoo! User Interface Blog

http://yuiblog.com/blog/2007/06/12/module-pattern/

Global variables are evil. Within YUI, we use only two g... YAHOO_config. Everthing in YUI makes use of members with... object hierarchy or variables that are scoped to such a ... that you exercise similar discipline in your own applica...
Douglas Cro

view snip

/Channels/techie/JavaScript

2009-06-23 08:29:27     overLIB - Homepage

http://www.bosrup.com/web/overlib/

What is overLIB
overLIB is a JavaScript library created to enhance websi ...

view snip

/Channels/techie/JavaScript

2009-06-21 19:18:26     CSS exploit allows detection of social site use

http://www.downloadsquad.com/...etection-of-social-site-use/

Web developer Aza Raskin knows we visit Digg, Del.icio.u... Facebook without even having to ask.
No, he isn't employing privacy violating hackery, but he ...
Raskin has wrapped this functionality in a script called ...

view snip

/Channels/techie/css
/Channels/techie/JavaScript

2009-04-20 12:40:58     The Dojo Offline Toolkit | The Dojo Toolkit

http://www.dojotoolkit.org/offline

Dojo Offline is an open-source toolkit that makes it eas...
* An offline widget that you can easily embed in you ...
* A sync framework to help you store actions done wh ...
* Automatic network and application-availability det ...
... ion wit

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2009-03-30 21:14:39     Gears API - Google Code

http://code.google.com/apis/gears/

Gears is an open source project that enables more powerf...
Features
Gears modules include:
LocalServer LocalServer Cache and serve application res ...
... performing resource-intensive operations asynchronously

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

Order by: date | title | url | snip    Show: just this cat | subcats too
Page 2 of 4:   prev   1   2   3   4   next