JavaScript

iPhone and iPod detection under JavaScript

posted in JavaScript on 2013-03-29

A little code snippet for detecting iPhone or iPod. You can easily edit it to match iPad.

read more comments

Tern - intelligent JavaScript editing

posted in JavaScript on 2013-03-15

This is Tern. Tern is a stand-alone, editor-independant JavaScript analyzer that can be used to improve the JavaScript integration of existing editors.

read more comments

Douglas Crockford’s Function Challenges

posted in JavaScript on 2013-02-25

Douglas Crockford’s Function Challenges. Test your knowledge of function scope and and learn to compose functions that can be called multiple times through function returns.

comments

JSConf 2012 (videos)

posted in JavaScript on 2012-08-22

JSConf 2012 (videos)

Today is a day for posting videos. Another interesting conference - JSConf 2012. The videos are available here http://2012.jsconf.us/.

comments

What is JavaScript prototype by Angus Croll

posted in JavaScript on 2012-06-30

Maybe one of the best explanations of the prototype in the context of JavaScript language.

http://javascriptweblog.wordpress.com/2010/06/07/understanding-javascript-prototypes/

comments

Google I/O 2011: Learning to Love JavaScript (by Alex Russell)

posted in JavaScript on 2012-06-11

JavaScript remains one of the most popular and important programming languages in history. Web Developer and Chrome Engineer Alex Russell exposes the timeless strengths of the JavaScript language and why it is a vital part of the open web platform. Come hear what's next for the JavaScript standard and how to get the most out of the new features coming soon in V8 and Chrome.

read more comments

Javascript Development Workflow of 2013

posted in JavaScript on 2012-06-05

A bunch of tools to speed up and improve your javascript development workflow by Paul Irish.

read more comments

Speed Up Your JavaScript

posted in JavaScript on 2012-04-26

Speed Up Your JavaScript

As an interpreted language, JavaScript is filled with hidden performance issues that conspire to slow down your code and ruin the user experience. Learn exactly what is fast, what is slow, and what you can do to squeeze that last bit of performance out of your JavaScript code.

read more comments

Test-Driven development in JavaScript with Buster.JS

posted in JavaScript on 2012-04-26

Test-Driven development in JavaScript with Buster.JS

Buster.JS is a new JavaScript testing framework. It does browser testing by automating test runs in actual browsers (think JsTestDriver), as well as Node.js testing. It has a bunch of great features.

read more comments

JavaScript object creation

posted in JavaScript on 2012-03-04

In this article, Keith Peters discusses object creation in JavaScript using prototypal inheritance as an alternative to the new operator. Check out here.

comments
Old articles