Skip to main content

Home/ Groups/ javascript
1More

ArcLite - Arc Ported to JavaScript - 0 views

  •  
    Jonathan Tang has fallen into the Arc fun and took some time to fully implement it in JavaScript.
1More

js-spec - Google Code - 0 views

  •  
    sSpec tries to bring behaviour driven development to JavaScript by somewhat mimicking what rspec does in ruby.
1More

Ortho JavaScript Graphics - 0 views

  •  
    Ortho is a JavaScript library for creating 2-D Graphics in Web Browsers
1More

Monads on the Cheap I: The Maybe Monad at Oliver Steele - 0 views

  • What about the case where most products don’t have offerings, or the offerings don’t have merchants, vel cetera? If this were a frequent case, and this were inner-loop code, I might introduce a global empty object in order to reduce the object instantiation overhead (which happens right away) and the GC load (which shows up over time). E.g. define var $N={}, and use: var product = ..., merchantName = (((product||$N).offering||$N).merchant||$N).name; if (merchantName) displayMerchantName(merchantName);
1More

AppJet Introduction - 0 views

  •  
    AppJet is the easiest way to create a web app. Just type some code into a box, and we'll host your app on our servers.
1More

HeatColor, a jQuery plugin - 0 views

  •  
    HeatColor is a plugin that allows you to assign colors to elements, based on a value derived from that element.
1More

The mysterious Opera object - 0 views

  •  
    Many real-world scripts use window.opera to check if the browser is Opera. However, very few of them actually seem to use the properties or methods that are attached to this object.
1More

Datejs - A JavaScript Date Library - 0 views

shared by Ivan Pavlov on 28 Nov 07 - Cached
  •  
    It's a funny library
1More

Sequentially - 0 views

  •  
    Sequentially is a library of temporal and frequency adverbs for JavaScript. It provides methods to queue a function for deferred or periodic execution, and to throttle the rate or number of times that a function can be called.
1More

xmlhttprequest - Google Code - 0 views

  •  
    Deliver standard-compliant (W3C) cross-browser implementation of the XMLHttpRequest object
« First ‹ Previous 221 - 240 of 270 Next › Last »
Showing 20 items per page