JavaScript Library

TwitterFacebook

นี่คืออะไร งง - -' nazt Jul 19

Get flash to fully experience Pearltrees

SproutCore Guides: JavaScript Style Guide

http://guides.sproutcore20.com/style_guide.html 1 Classes Although JavaScript is a prototype-based language, SproutCore overlays the some of the concepts of traditional class-based programming for ease of use. 1.1 Defining Classes
Created by Samuel Clay , @samuelclay . VisualSearch.js enhances ordinary search boxes with the ability to autocomplete faceted search queries.

DocumentCloud's VisualSearch.js

http://documentcloud.github.com/visualsearch/
http://dailyjs.com/2009/11/02/underscore/

Underscore: A Functional Library for JavaScript

Underscore is a new library for functional programming in JavaScript.
http://weblog.bocoup.com/popcorn-js-0-2-released/

Popcorn.js 0.2 Released – Popcorn.js 0.2 Released – Bocoup Web Log

I am very proud to announce that Popcorn.js hit 0.2 today. The Popcorn.js team has been working hard to deliver a stable, documented and unit tested JavaScript toolbelt for working with HTML5 <video> . Popcorn.js 0.2 rethinks Popcorn.js 0.1 as an event system for HTML5 <video> with a sexy API, a plugin system, and strong adherence to the native HTML5 <video> API. Popcorn.js’ API follows the standard HTML5 method names by using a passthrough system to the native HTMLVideoElement . Popcorn builds on these native method names like .mute() , .load() and .play() , and adds new method names like .exec() , .listen() , .trigger() , .getTrackEvents() , and so on.
http://plugins.jquery.com/project/history-js

History.js: PushState for HTML5 browsers, HashChange fallback for HTML4 browsers

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub . For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on .

About

http://paperjs.org/about/ Paper.js — The Swiss Army Knife of Vector Graphics Scripting. Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas.

Essential JavaScript Design Patterns For Beginners

http://addyosmani.com/resources/essentialjsdesignpatterns/book/ I would like to thank Rebecca Murphey for inspiring me to open-source this mini-book and release it for free download and distribution - making knowledge both open and easily available is something we should all strive for where possible. I would also like to extend my thanks to the very talented Alex Sexton who was kind enough to be the technical reviewer for this publication. I hope that it helps you learn more about design patterns and the usefulness of their application to JavaScript.