JavaScript Animation that Works (Part 4 of 4)

By Steven Riche In the first part of this series, we introduced the idea of using spriting as an easy, cross-browser way of having interactive javascript animation for the web. In the second part, we got some animation working, and in the third we cleaned up our code and made it ready for the web.

CodeInjection

Preventing Code Injection

By Bill Morefield Often websites feel to exist primarily to put something into a database in order to pull it out later. While other database methods, such as NoSQL, have gained popularity in recent years, data for many websites still resides in the traditional SQL database. This data often consists of valuable personal information such […]

JavaScript Animation That Works (Part 3 of 4)

By Steven Riche In our first post in this series, we introduced spriting, and how it can be used to do easy and effective cross-browser animation on the web. In the second post, we got some simple animations up and running, although they had a fair amount of bugs and the code was certainly not […]

easeljs

Using CreateJS – EaselJS

By James Tyner In this tutorial we will be exploring the CreateJS suite of libraries. CreateJS is suite of JavaScript libraries and tools for building rich, interactive experiences with HTML5. The CreateJS suite is divided into four libraries.

mondodb

Mapping Relational Databases and SQL to MongoDB

By Ashish Trivedi NoSQL databases have emerged tremendously in the last few years owing to their less constrained structure, scalable schema design, and faster access compared to traditional relational databases (RDBMS/SQL). MongoDB is an open source document-oriented NoSQL database which stores data in the form of JSON-like objects. It has emerged as one of the […]

gulp-js

Managing Your Build Tasks With Gulp.js

By Rey Bango The benefits of task runners in software development is obvious. They help to automate common, often tedious tasks and let you squarely focus on more important things, like writing awesome code. Seriously though, the ability to automate tasks such as image compression, minification, unit testing and much more is a huge time […]

jsbin

JavaScript Tools of the Trade: JSBin

By Rey Bango We’ve all been there. There are times when you simply want to throw some JavaScript code up and see how it works. Sure, you could go through the hassle of:   Setting up a dedicated directory Create a file with markup Finding the latest version of your favorite libraries, downloading them and […]

Brackets Editor

Creating Brackets Extensions

By Raymond Camden A little while ago I wrote about the recent updates to the Brackets editor. Brackets is an open source project focused on web standards and built with web technologies. It has a narrow focus and therefore may not have a particular feature you’ve come to depend upon. Luckily, Brackets ships with a […]