Chaos'n'Coffee - tagged with javascript http://chaosncoffee.com/feed en-us http://blogs.law.harvard.edu/tech/rss Sweetcron bru@codewitch.org JavaScript Garden http://chaosncoffee.com/items/view/2927/javascript-garden ]]> Sun, 11 Sep 2011 22:50:05 -0700 http://chaosncoffee.com/items/view/2927/javascript-garden JavaScript Garden http://chaosncoffee.com/items/view/2913/javascript-garden

a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes, subtle bugs, as well as performance issues and bad practices that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language.

]]>
Sat, 03 Sep 2011 00:52:42 -0700 http://chaosncoffee.com/items/view/2913/javascript-garden
JavascriptTips - jslibs - JavaScript language advanced tips and tricks - standalone JavaScript development runtime environment with general purpose native libraries - Google Project Hosting http://chaosncoffee.com/items/view/2868/javascripttips-jslibs-javascript-language-advanced-tips-and-tricks-standalone-javascript-development-runtime-environment-with-general-purpose-native-libraries-google-project-hosting ]]> Fri, 22 Jul 2011 05:05:46 -0700 http://chaosncoffee.com/items/view/2868/javascripttips-jslibs-javascript-language-advanced-tips-and-tricks-standalone-javascript-development-runtime-environment-with-general-purpose-native-libraries-google-project-hosting Kaffeine http://chaosncoffee.com/items/view/2790/kaffeine

"Kaffeine is a set of extensions to the Javascript syntax that attempt to make it nicer to use. It compiles directly into javascript that is very similar, readable and line for line equivalent to the input (you can beautify if you like)."

The async calls unwrapper looks interesting, among other things. not totally sold on the syntax choices.

]]>
Sun, 22 May 2011 02:22:03 -0700 http://chaosncoffee.com/items/view/2790/kaffeine
Essential JavaScript Design Patterns For Beginners http://chaosncoffee.com/items/view/2736/essential-javascript-design-patterns-for-beginners ]]> Thu, 21 Apr 2011 02:01:04 -0700 http://chaosncoffee.com/items/view/2736/essential-javascript-design-patterns-for-beginners JSHint, A JavaScript Code Quality Tool http://chaosncoffee.com/items/view/2718/jshint-a-javascript-code-quality-tool

a better jslint?

]]>
Sat, 16 Apr 2011 02:02:32 -0700 http://chaosncoffee.com/items/view/2718/jshint-a-javascript-code-quality-tool
jQuery UI Widget for Contextual Pagination | Web Resources | WebAppers http://chaosncoffee.com/items/view/2695/jquery-ui-widget-for-contextual-pagination-web-resources-webappers ]]> Thu, 31 Mar 2011 08:38:59 -0700 http://chaosncoffee.com/items/view/2695/jquery-ui-widget-for-contextual-pagination-web-resources-webappers DNode: Asynchronous Remote Method Invocation for Node.js and the Browser http://chaosncoffee.com/items/view/2272/dnode-asynchronous-remote-method-invocation-for-nodejs-and-the-browser ]]> Sun, 11 Jul 2010 05:54:13 -0700 http://chaosncoffee.com/items/view/2272/dnode-asynchronous-remote-method-invocation-for-nodejs-and-the-browser Vows « Asynchronous BDD for Node http://chaosncoffee.com/items/view/2249/vows-asynchronous-bdd-for-node ]]> Fri, 02 Jul 2010 02:04:49 -0700 http://chaosncoffee.com/items/view/2249/vows-asynchronous-bdd-for-node Faye: Simple pub/sub messaging for the web http://chaosncoffee.com/items/view/2234/faye-simple-pubsub-messaging-for-the-web

Faye is an easy-to-use publish-subscribe messaging system based on the Bayeux protocol. It provides message servers for Node.js and Rack, and clients for use in Node and Ruby programs and in the browser.

]]>
Mon, 14 Jun 2010 03:06:35 -0700 http://chaosncoffee.com/items/view/2234/faye-simple-pubsub-messaging-for-the-web
The most important programming language today http://chaosncoffee.com/items/view/2208/the-most-important-programming-language-today ]]> Mon, 17 May 2010 09:02:42 -0700 http://chaosncoffee.com/items/view/2208/the-most-important-programming-language-today Raphael++ http://chaosncoffee.com/items/view/2185/raphael

pointers to how to unit test raphaeljs

]]>
Thu, 06 May 2010 03:55:41 -0700 http://chaosncoffee.com/items/view/2185/raphael
Processing Web IDE http://chaosncoffee.com/items/view/2177/processing-web-ide ]]> Tue, 04 May 2010 05:14:16 -0700 http://chaosncoffee.com/items/view/2177/processing-web-ide UKI — Simple UI Kit for complex web apps http://chaosncoffee.com/items/view/2084/uki-simple-ui-kit-for-complex-web-apps

"Uki is a fast and simple JavaScript user interface toolkit for desktop-like web applications. It comes with a rich view-component library ranging from Slider to List and SplitPane." their Mail.app demo is pretty impressive!

]]>
Mon, 12 Apr 2010 08:22:42 -0700 http://chaosncoffee.com/items/view/2084/uki-simple-ui-kit-for-complex-web-apps
jQuery special events http://chaosncoffee.com/items/view/2041/jquery-special-events ]]> Thu, 01 Apr 2010 03:37:09 -0700 http://chaosncoffee.com/items/view/2041/jquery-special-events Uniform - Sexy forms with jQuery http://chaosncoffee.com/items/view/1855/uniform-sexy-forms-with-jquery ]]> Mon, 08 Mar 2010 08:14:53 -0800 http://chaosncoffee.com/items/view/1855/uniform-sexy-forms-with-jquery Andrew Hoyer | Cloth Simulation http://chaosncoffee.com/items/view/1847/andrew-hoyer-cloth-simulation

simple real time physics in javascript

]]>
Thu, 04 Mar 2010 07:49:08 -0800 http://chaosncoffee.com/items/view/1847/andrew-hoyer-cloth-simulation
TEX line breaking algorithm in JavaScript http://chaosncoffee.com/items/view/1821/tex-line-breaking-algorithm-in-javascript ]]> Fri, 19 Feb 2010 08:29:35 -0800 http://chaosncoffee.com/items/view/1821/tex-line-breaking-algorithm-in-javascript Strophe http://chaosncoffee.com/items/view/1804/strophe

Strophe is a family of libraries for writing XMPP clients. libstrophe is a C library with minimal dependencies. Strophe.js is a pure-JavaScript library.

]]>
Tue, 16 Feb 2010 02:27:55 -0800 http://chaosncoffee.com/items/view/1804/strophe
GLGE Library http://chaosncoffee.com/items/view/1596/glge-library

javascript library intended to ease the use of WebGL; which is basically a native browser javascript API giving direct access to openGL ES2, allowing for the use of hardware accelerated 2D/3D applications without having to download any plugins.

]]>
Wed, 06 Jan 2010 05:42:19 -0800 http://chaosncoffee.com/items/view/1596/glge-library