Flawless Website Navigation? Easier to Accomplish Than You Might Think

Website requirements sometimes require complex solutions, or so it would seem. Web designers, on the other hand, seek simple solutions. These “simple” solutions typically involve following best practices. They are basing an overall design on simple and logical structures. This is especially true for navigation paths. They often become difficult to keep simple and straightforward.… Continue reading Flawless Website Navigation? Easier to Accomplish Than You Might Think

An Overview of JavaScript Promises

This tutorial covers the basics of JavaScript promises, showing how you can leverage them in your JavaScript development. The concept of promises is not new to web development. Many of us have already used promises in the form of libraries such as Q, when.js, RSVP.js, etc. Even jQuery has something called a Deferred object, which… Continue reading An Overview of JavaScript Promises