Javascript

computer generated impressionist landscape paintings

I need to do this… Creating 3d landscapes with three.js and then post processing with imagick.

Read More...

View Javascript Events Fired on Element in Google Chrome

Hit F12 or open Dev Tools Click the Sources tab On right-hand side, scroll down to “Event Listener”, and expand tree Click on the events you want to listen for. Interact with the target element, if they fire you will get a break point in the debugger Similarly, you can right click on the target element…

Read More...

PHP Chart Library with Javascript That Look Great

HighchartsPHP is AWESOME HighchartsPHP is a PHP library that works has a wrapper for the Highchart js library and it was built having in mind flexibility and maintainability. It isn’t a simple port of the JavaScript library to PHP, it was designed in a way that mimics the JavaScript counterpart API, so that the developer…

Read More...

jQuery Javascript QUnit Testing

QUnit: A JavaScript Unit Testing framework. What is QUnit? QUnit is a powerful, easy-to-use JavaScript unit testing framework. It’s used by the jQuery, jQuery UI and jQuery Mobile projects and is capable of testing any generic JavaScript code, including itself! QUnit.

Read More...

SUPERSCROLLORAMA

Superscrollorama is the SHIT! if you want nice jQuery animations and FX! Fade FX Spin FX Scale FX Fly FX Smush FX Bounce FX Slide FX Swipe FX Color FX Fling FX Move FX SUPERSCROLLORAMA.

Read More...

LESS « The Dynamic Stylesheet language

Bootstrap 3.0 is using this LESS.js Dynamic Stylesheet Language stuff… Time to get learned. The dynamic stylesheet language. LESS extends CSS with dynamic behavior such asvariables, mixins, operations and functions. LESS runs on both the server-side (with Node.jsand Rhino) or client-side (modern browsers only).   LESS « The Dynamic Stylesheet language.

Read More...

You Cant JavaScript Under Pressure – by UsVsTh3m

pretty rad javascript game via You Cant JavaScript Under Pressure – by UsVsTh3m.

Read More...

tracing-framework by Google

Rich Tracing Choose what methods to trace and add custom data to each event. Track asynchronous flows and actions. Slick Visualization Smoothly dig through millions of events in an awesome UI. See patterns and understand your code like never before. Extensible Framework Write extensions to capture more data or visualize it in new ways. Write…

Read More...

Bits of Brilliance: Session Five | projectMONA

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) via Bits of Brilliance: Session Five | projectMONA.

Read More...

Youtube Embed Playlist with Thumbnails

HOw do you get thumbnails to appear on a YouTube playlist? Well, here’s the code. <iframe allowfullscreen=”allowfullscreen” frameborder=”0″ height=”315″ src=”http://www.youtube.com/embed/videoseries?list=PL6B3A5E1C22C42BA8&showinfo=1″ width=”560″></iframe> solution here: http://a2zbloggerz.blogspot.com/2012/09/embeded-youtube-playlist-with.html

Read More...

PathFinding.js

PathFinding.js. A comprehensive path-finding library in javascript. Introduction The aim of this project is to provide a path-finding library that can be easily incorporated into web games. It may run on Node.js or the browser. It comes along with an online demo to show how the algorithms execute. (The pathfinding speed is slowed down in the demo)

Read More...

CodePen – online code sharing

Pens picked by the Editors of CodePen.

Read More...

Express – node.js web application framework

Express – node.js web application framework.

Read More...

node.js

node.js.

Read More...

Preview – Impressionist | A visual editor for impress.js at Harish Sivaramakrishnan

I am a big fan of impress.js framework. (If you haven’t tried it yet, do it now 🙂 )The last few presentations I made were all on impress.js and I was quite blown away by the visually rich stuff that I could create with it. Even though impress takes its inspiration from prezi, I love…

Read More...

Build New Games

I really like this site. All demos are well documented and I learned a ton in just a few minutes of reading. Great job! Build New Games. Build New Games teaches you game development for the Open Web. The techniques we teach are cutting edge, cross-browser, and cross-device.

Read More...