background preloader

Velocity.js

Obelisk.js : concevoir des objets isom triques pixelis s compatibles avec les canvas HTML5 Obelisk.js : concevoir des objets isométriques pixelisésCompatibles avec les canvas HTML5 Obelisk.js est un moteur JavaScript permettant de créer des objets isométriques pixelisés. Avec une API simple et flexible, vous pouvez facilement ajouter des éléments isométriques comme des briques, des cubes, des pyramides, etc. sur des canvas HTML5. Obelisk.js respecte consciencieusement un modèle de pixelisation. En pratique, ça donne ceci. Vous trouverez sur le site des démonstrations ainsi que des tutoriels expliquant les différentes possibilités que l'outil offre. Démonstrations : Le site officiel. D'après un article sur DailyJS. Et vous ? Pour quel type d'application cet outil pourrait-il vous intéresser ? Utilisez-vous une bibliothèque du genre ?

Where is that console.log? 23 May Did you ever have phantom console.log – or more specifically you’ve no idea where it was happening? I have. Honourable mention: @garychambers108′s node.js better logging – I’ve been wanting to do something about my rogue consoles and Gary’s article kicked me in to action. ['log', 'warn'].forEach(function(method) { var old = console[method]; console[method] = function() { var stack = (new Error()).stack.split(/\n/); // Chrome includes a single "Error" line, FF doesn't. if (stack[0].indexOf('Error') === 0) { stack = stack.slice(1); } var args = [].slice.apply(arguments).concat([stack[1].trim()]); return old.apply(console, args); };}); If you include this as high as possible in your code base, all subsequent console.log (or warn) calls will include the line the call was made from: Here’s a simplified demo: All the code is doing is rewriting the log and warn methods and appending the location of the call at the end of the log. Simple.

Prototype JavaScript Framework | Prototype Tips and Tutorials API Reference The documentation for the latest stable version of Prototype will always be located at Tutorials This area contains narrative documentation you can use to discover Prototype. Defining classes and inheritance Learn how to define classes and subclasses in Prototype and how to make supercalls. How Prototype extends the DOM Learn how Prototype adds custom methods to DOM element nodes — and how you can define your own custom methods.

Isotope 10 Free JavaScript Tools To Create Interactive Maps Here we are presenting a complete list of 10 JavaScript libraries to create interactive and customized maps. Though, there are Google Map maker and other tools to build maps but in this compilation, we are specifically presenting only JavaScript libraries that you can use to show special map markers. We hope that this collection proves to be the best and will help you get going in the initial phases of your map designing project. Geocomplete An advanced jQuery plugin that wraps the Google Maps API’s Geocoding and Places Autocomplete services. Kartograph Kartograph is a simple and lightweight framework for building interactive map applications without Google Maps or any other mapping service. GMaps gmaps.js allows you to use the potential of Google Maps in a simple way. jHere With jHERE, you can easily add interactive maps to your website. Mapael jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps. D3js GeoChart DataMaps Maplace.Js Stately

jQuery Typeset.js – an HTML pre-processor for web typography Yjarni Sigurðardóttir spoke to NATO from Iceland yes­ter­day: “Light of my life, fire of my florins — my sin, my soul. The tip of the tongue tak­ing a trip to 118° 19′ 43.5″.” “She’s faster than a 120′ 4″ whale.” Yjarni Sigurðardóttir spoke to NATO from Iceland yesterday: "Light of my life, fire of my florins -- my sin, my soul. "She's faster than a 120' 4" whale." WebGL Fundamentals Graphviz | Graphviz - Graph Visualization Software

Related: