JavaScript

TwitterFacebook
Get flash to fully experience Pearltrees
http://jaydson.org/mibbu-framework-javascript-para-games/

Mibbu – Framework Javascript para Games | Jaydson

I had the pleasure of personally meeting Michal Budzynski at BrazilJS . Among many excellent lectures, Michal’s really opened the minds of many people. Games developed in Javascript have been around for a long time, as its showed Michal, but now increasingly it becomes a reality. Today I speak of a framework created by Michal, the Mibbu . Mibbu provides everything you need to create a game in Javascript quickly less than 2.5KB of code. One of the features that caught my attention in Mibbu was the option to create Games both using Canvas or DOM.
"3 Dreams of Black" is an interactive film by Chris Milk and some friends at Google that showcases the creative potential of WebGL. WebGL is a context of the HTML5 canvas element that enables hardware-accelerated 3D graphics in the web browser without a plug-in. In other words, it enables your browser to show some really beautiful visuals.

ME | Tech

http://www.ro.me/tech/
Books

RegEx

http://net.tutsplus.com/tutorials/javascript-ajax/the-10-javascript-mistakes-youre-making/ JavaScript is relatively easy to learn. However, gotchas abound in this tricky language. Are you sure that you’re not following any bad practices? Today, I’ll point out ten big mistakes you could be making.

The 11 JavaScript Mistakes you’re Making

Eric Miraglia ( @miraglia ) is an engineering manager for the YUI project at Yahoo. Eric has been at Yahoo since 2003, working on projects ranging from Yahoo Sports to YUI. For the past several years, Eric and his colleagues on the YUI team have worked to establish YUI as the foundation for Yahoo’s frontend engineering work while open-sourcing the project and sharing it with the world under a liberal BSD license. Eric is an editor and frequent contributor to YUIBlog; his personal blog is at ericmiraglia.com . Prior to working at Yahoo, Eric taught writing at Stanford and elsewhere and led frontend engineering teams at several startups. Global variables are evil .

A JavaScript Module Pattern

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

JavaScript Garden

Function Declarations and Expressions Functions in JavaScript are first class objects. That means they can be passed around like any other value. http://bonsaiden.github.com/JavaScript-Garden/
http://ejohn.org/blog/processingjs/ Demos below! As a sort-of reverse birthday present I’ve decided to release one of my largest projects, in recent memory. This is the project that I’ve been alluding to for quite some time now : I’ve ported the Processing visualization language to JavaScript, using the Canvas element . I’ve been working on this project, off-and-on now, for the past 7 months – it’s been a fun, and quite rewarding, challenge. The full scope of the project can be broken down into two portions:

Processing.js

http://juixe.com/techknow/index.php/2007/09/09/learning-javascript/ Do you want to learn JavaScript from the experts? You don’t have to pay over $1000 in conference fees to learn from the best JavaScript developers. Here is large collection of video and slide presentations given by Douglas Crockford , senior JavaScript Architect at Yahoo!, John Resig , lead developer or jQuery, and a great many other JavaScript developers. Videos The JavaScript Programming Language , part 2 , 3 , 4 JavaScript – The Good Stuff An Inconvenient API – The Theory of the DOM , part 2 , 3 Advanced JavaScript , part 2 , 3 Software Quality Advancing JavaScript with Libraries , part 2 Best Practices in JavaScript Library Design High-Performance JavaScript – Why everything You’ve Been Taught is Wrong Maintainable JavaScript

Learning JavaScript