Tag Archives: javascript

Structr.js

Structr – Structure for JavascriptStructr is a framework that aims to: Provide a super low learning curve coming from OO background. Help javascript developers write re-useable, clean, and consistent code. Be fun, and easy to work with. via spiceapps/Structr – … Continue reading

Posted in crafts | Tagged , , | Leave a comment

Hello Backbone.js Tutorial

“Hello Backbone.js is a simple Backbone.js tutorial comprised of self-explanatory “hello world” examples of increasing complexity. It was designed to provide a smoother transition from zero to the popular Todos example. Backbone.js offers a lean MVC framework for organizing your … Continue reading

Posted in crafts | Tagged , , , | Leave a comment

Clean JavaScript inheritance

Clean JavaScript inheritance Object extending in JavaScript is done with the prototype property, and in most cases simple prototype reassignment is sufficient for creating classes. But when you are developing a more complex application, you code quickly becomes ugly, because … Continue reading

Posted in general, web pollution | Tagged , , , | Leave a comment

CommonJS effort sets JavaScript on path for world domination

CommonJS effort sets JavaScript on path for world domination This has been a big year for JavaScript. New, fast engines have tested their legs. Libraries have matured. With the ECMAScript 5 draft proposal, the language is growing. However, the language … Continue reading

Posted in general, web pollution | Tagged | Leave a comment

Ajax.org – The real-time collaborative application platform

Ajax.org – The real-time collaborative application platform Ajax.org Platform is a pure javascript application framework for creating real-time collaborative applications that run in the browser. Ajax.org Platform radically changes the way you write applications:

Posted in general, web pollution | Tagged , , | Leave a comment

Resumen de cagades de Google Closure

Resumen de cagades de Google Closure “Just what the world needs—another sucky JavaScript library,” he said. When I asked him what made it ‘sucky’, he elaborated. “It’s a JavaScript library written by Java developers who clearly don’t get JavaScript.” "His … Continue reading

Posted in general, web pollution | Tagged , , | Leave a comment

Closure Compiler – Google Code

Closure Compiler – Google CodeThe Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better … Continue reading

Posted in general, web pollution | Tagged , , , | Leave a comment

JavaScript Framework Matrix – Overview with functions and examples

JavaScript Framework Matrix – Overview with functions and examples

Posted in general, web pollution | Tagged , , , | Leave a comment

Efficient JavaScript code – UserJS.org

Efficient JavaScript code – UserJS.org Opera has one of the fastest and most efficient JavaScript engines of any browser, but when you have multiple User JavaScripts installed, it is important that they run efficiently to keep Opera's performance as high … Continue reading

Posted in general, web pollution | Tagged , , | Leave a comment