From Beginner To Advanced in OpenCart
7 PostsIn this series, we're going to be taking a look at OpenCart developers who consider themselves beginners to can level-up their skills in order to become more advanced developers.View Learning Guide...The Beginner's Guide to Type Coercion
3 PostsIn this series, we're going to take a beginner's look at dynamic languages, how variables are defined, how their data types are inferred and are different from their statically counterparts, and how to avoid some of the major pitfalls that come with working with these languages.View Learning Guide...Getting Started with the WordPress Media Uploader
3 PostsSince the new Media Library is what’s the new standard in WordPress, and since there’s not a lot of documentation available for how to use it, we’re going to take a look at the functionality through this series in order to understand how the new Media Library is constructed, how we can implement it in our own work, and how we can take advantage of the various functionality that’s already included in WordPress core.View Learning Guide...Creating Maintainable WordPress Meta Boxes
7 PostsThroughout this series, we're going to take at one way that we can write maintainable code in WordPress through an example plugin that introduces meta boxes, various options, and tabbed navigation in the WordPress dashboard.View Learning Guide...Rolling Your Own Framework
2 PostsBuilding a framework from scratch is not something we specifically set out to do. You’d have to be crazy, right? With the plethora of JavaScript frameworks out there, what possible motivation could we have for rolling our own?View Learning Guide...Building Your Blog with Parse.js
11 PostsHave you ever gotten excited by the idea of a web project, but found it miserable to make it run and work on a server? With Parse.js, everyone who understand the basics of HTML, CSS, and JavaScript can create dynamic websites and working web apps with ease.View Learning Guide...