My javascript reading list over the last few months

Over the last few months I've been fairly deep into javascript land. Both in my full time job, and in most of my coding side projects - I've been mostly doing javascript. Of course, like most web programmers I've been dabbling in javascript over the years... but never so intensely. On the way I've been collecting a 'reading list' of videos, articles, books, and projects.

Here are some of the good links from the last few months.


Crockford on javascript videos:
http://www.yuiblog.com/blog/2010/04/08/video-crockonjs-5/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+YahooUserInterfaceBlog+%28Yahoo!+User+Interface+Blog%29

akihabara arcade:
http://www.kesiev.com/akihabara/

canvas javascript games:
http://www.benjoffe.com/code/

javascript 3d engine:
http://github.com/mrdoob/three.js

Aves Engine: HTML/JavaScript Game Engine (youtube.com)
http://www.youtube.com/watch?v=Ol3qQ4CEUTo
http://ajaxian.com/archives/aves-game-engine?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ajaxian+%28Ajaxian+Blog%29

css animations and transitions
http://webkit.org/blog/130/css-transforms/
http://webkit.org/blog/138/css-animation/

3d video navigation on iphone
http://ajaxian.com/archives/iads

apple web app documentation
http://developer.apple.com/safari/library/referencelibrary/GettingStarted/GS_iPhoneWebApp/index.html#//apple_ref/doc/uid/TP40008134
http://developer.apple.com/safari/library/samplecode/FingerTips/Introduction/Intro.html

apple visual effects guide
http://developer.apple.com/safari/library/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008032

apple multi touch events
http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html#//apple_ref/doc/uid/TP40006511-SW22

android, and APIs
http://www.thesearethedroids.com/2009/12/15/creating-android-apps-with-html-css-and-javascript/
http://www.phonegap.com/
http://developer.android.com/resources/articles/using-webviews.html

Safari on iPhone Graphics, Media, and Visual Effects Coding How-To's:
http://developer.apple.com/safari/library/codinghowtos/Mobile/GraphicsMediaAndVisualEffects/index.html

Preparing Your Web Content for iPad:
http://developer.apple.com/safari/library/technotes/tn2010/tn2262.html

gamequery
http://gamequery.onaluf.org/

javascript collision detection
http://www.lukewallin.co.uk/?go=engine

box2d physics javascript:
http://box2d-js.sourceforge.net/index2.html

render engine javascript game engine
http://www.renderengine.com/

vector maths library
http://sylvester.jcoglan.com/

wii javascript
http://en.wikipedia.org/wiki/Wii_Opera_SDK

game js, pygame alike.
http://code.google.com/p/gamejs/

physics:
http://www.queness.com/post/3296/8-amazing-javascript-experiments-of-physic-and-gravity-simulation

how to detect html5 things:
http://diveintohtml5.org/everything.html

javascript audio synth
http://acko.net/blog/javascript-audio-synthesis-with-html-5

audio with js:
http://www.phon.ucl.ac.uk/home/mark/audio/play.htm
- best one.
http://www.javascripter.net/faq/sound/play.htm
http://simplythebest.net/sounds/sound_guide.html

using flash from js for sound
http://www.schillmania.com/content/projects/soundmanager2/

cross browser css image rotation
http://samuli.hakoniemi.net/cross-browser-rotation-transformation-with-css/
http://snook.ca/archives/html_and_css/css-text-rotation

open source iphone game:
http://ajaxian.com/archives/golingo-a-great-titanium-mobile-web-game-open-sourced-for-you?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ajaxian+%28Ajaxian+Blog%29

jsdom.
http://github.com/tmpvar/jsdom
http://www.yuiblog.com/blog/2010/05/20/video-insua/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+YahooUserInterfaceBlog+%28Yahoo!+User+Interface+Blog%29

a number of interesting projects
http://www.bramstein.com/projects/

image editor
http://pixlr.com/

chrome web development extensions
https://chrome.google.com/extensions/featured/web_dev

html5 ipad app
http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/

particles
http://spielzeugz.de/html5/liquid-particles.html

Comments

eigenbom said…
Nice list, thanks!

Popular posts from this blog

Draft 3 of, ^Let's write a unit test!^

Is PostgreSQL good enough?

post modern C tooling - draft 6