background preloader

Javascript

Facebook Twitter

Blazing fast node.js: 10 performance tips from LinkedIn Mobile. Blazing fast node.js: 10 performance tips from LinkedIn Mobile. Des développeurs libèrent le code source d’un jeu mobile en HTML5, et mettent en lumière les défis.

JS Game engines

Examples and demos · bartaz/impress.js Wiki. Breakpoints.js - XOXCO - Web and Community Development. Introduction to Backbone.js Part 5: AJAX – Video Tutorial. Hovercard - a jQuery plugin with built in Twitter and Facebook cards. Hover over the red text to see the hovercard in action: jQuery is a cross-browser JS library designed to simplify the client-side scripting of HTML.

Hovercard - a jQuery plugin with built in Twitter and Facebook cards

It was released in January of 2006 by. JSTweener – CodeRepos. 8 Amazing Javascript Experiments of Physic and Gravity Simulation. Working with Paper.js. Paper.js offers different approaches for its integration in the browser.

Working with Paper.js

The simplest way is to use PaperScript, our extension of JavaScript that facilitates a few things along the way. For more advances users or bigger projects it might be preferable to work directly with JavaScript, as described in the tutorial about Using JavaScript Directly. What is PaperScript? PaperScript is the plain old JavaScript that you are used to, with added support of mathematical operators (+ - * / %) for Point and Size objects. PaperScript code is automatically executed in its own scope that without polluting with the global scope still has access to all the global browser objects and functions, such as document or window. By default, the Paper.js library only exports one object into the global scope: the paper object. PaperScript also offers automatic creation of Project, View and mouse Tool objects, and simplifies the installation of event handlers for these.

Script Configuration Please note: Login - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS) JSTweener – CodeRepos. News Analytics: Analytic Tools for Quantitative Finance, Business & More - Recorded Future. Get started with object-oriented JavaScript code. 40 Useful JavaScript Libraries. Dashcode Invader: Using Dashcode To Create A Game. In this tutorial, we will continue building a simple space-invader type game.

Dashcode Invader: Using Dashcode To Create A Game

We will be continuing from the tutorial presented in Part1 at however, we are making some major changes, and I’ll explain why. The first change has to do with restructuring the CSS code so that most of the objects within the game are nested inside a div element. The reason for this is to make it easier to add game elements into the game by using addChild to add into a div container.

The index.html should be modified to look like this: [c] <! Hierarchically, the main container is "content" div. The main.css should be modified to look like this: We assigned the images, which were previously embedded in the html, as background-image of the div style-sheets. We are also modifying the main.js by adding a new function named onMouseMoveHandler().

The new onMouseMoveHander function is pretty similar to the onTouchMoveHandler, because they do similar thing, the difference is we use event.pageX to detect the mouse position. JS. How to Scrape Web Pages with Node.js and jQuery. Node.js is growing rapidly; one of the biggest reasons for this is thanks to the developers who create amazing tools that significantly improve productivity with Node.

How to Scrape Web Pages with Node.js and jQuery

In this article, we will go through the basic installation of Express, a development framework, and creating a basic project with it. What We're Going to Build Today Node is similar in design to, and influenced by, systems like Ruby's Event Machine or Python's Twisted. Creating a basic site with node.js and Express. A walkthrough on how to create and deploy a basic site with Node.js and the Express framework.

Creating a basic site with node.js and Express

Visionmedia/jade - GitHub. A Simple MVC Setup In Node.JS. I’m sure many of you have heard about the new server side javascript project called node.js.

A Simple MVC Setup In Node.JS

I’ve been using myself to build full stack dynamic websites and find it a very nice environment to create a dynamic website. When I first started out I had no idea what sort of way one should create an MVC style framework with node or what modules would help me to achieve the model, view, controller ideal. Heres my stack: Force-Directed Graph. This simple force-directed graph shows character co-occurence in . A physical simulation of charged particles and springs places related characters in closer proximity, while unrelated characters are farther apart. Layout algorithm inspired by Tim Dwyer and Thomas Jakobsen . Data based on character coappearence in Victor Hugo’s , compiled by Donald Knuth . Source Code. YUI+YQL Twitter example - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS) Closure Library API Documentation (Closure Library API Documentation - JavaScript)

d3.js. JSFIDDLE. 10 Impressive JavaScript Animation Frameworks. Complex and slick JavaScript-based animation has been made easier with the emergence of frameworks and libraries that give developers the ability to create stunning and eye-grabbing animation and transition effects that make it easy these complex tasks.

10 Impressive JavaScript Animation Frameworks

$fx - JavaScript animation library. Processing.js. Processing.js. Plovr. Xib2Js « Frog on Mobile. Lessons learned porting from jQuery to Closure. Jquery. 20+ Useful jQuery Google Maps Tutorials and Plugins. jQuery Google maps has become extremely popular among the internet users primarily for its easy-to-use techniques those are needed to locate a particular position on the world map.

20+ Useful jQuery Google Maps Tutorials and Plugins

Let us discuss some of the tutorials, resources as well as plugins of jQuery Google maps. There are plugins available which are used to include the longitude, latitude as well as text (for the name of a particular place) on the Google maps. Category:String similarity measures. Node.js. Tutorials: Aptana Jaxer. JSON in JavaScript. JavaScript is a general purpose programming language that was introduced as the page scripting language for Netscape Navigator.

JSON in JavaScript

It is still widely believed to be a subset of Java, but it is not. It is a Scheme-like language with C-like syntax and soft objects. JavaScript was standardized in the ECMAScript Language Specification, Third Edition. JSON is a subset of the object literal notation of JavaScript. Since JSON is a subset of JavaScript, it can be used in the language with no muss or fuss. In this example, an object is created containing a single member "bindings", which contains an array containing three objects, each containing "ircEvent", "method", and "regex" members.

Scripty2 - Puzzles. JS.