July 8, 2015 in Learn
How to Build an npm Package
What is npm? npm is a package manager for JavaScript. It manages dependencies for both front-end and back-end projects. If you’re a company wanting to distribute a way for developers to connect to your service or an open-source developer who…
July 6, 2015 in Learn
How to Create Static Pages in Rails
Have you ever wanted to create static pages in Rails? These are pages that don’t necessarily contain any dynamic info or pull from the database and don’t require an entire controller. While some pre-built gems allow this to be done…
July 6, 2015 in Learn
An Introduction to the Rails Command
If you’ve worked with a Rails application, you’ve used the rails command. In this post, we’re going to go in depth with the rails command and find out what it does. For the purposes of this post, placeholder text will…
June 30, 2015 in Learn
How to Use jQuery to Asynchronously Load an Image
Back in May I shared how to load images asynchronously with JavaScript. I had a lot of requests from people on how load images using jQuery. So here we go! Asynchronous Image Loading Instead of having images load like this:…
June 25, 2015 in Learn
How to Create a Stunning Site Hero Image in 5 Minutes or Less
Hero images are everywhere these days. You’ve probably seen them front and center in websites for apps, magazines, stores and pretty much every other product category. And with good reason: these large background images are often successful at capturing a…
June 24, 2015 in Learn
New Collection Types in ECMAScript 6
ECMAScript 6 is out! I covered what ECMAScript is and the new and improved syntax in this post here. But the syntax is not the only change you’ll see in ECMAScript, there are new types too – the most useful…
June 10, 2015 in Learn
Learn JavaScript and Up Your Photoshop Game
You’re a Photoshop master. You have your preferences perfected, the menus memorized. You’re a Wacom wielding wizard. Or are you? If you use Photoshop and you don’t code, you’re wasting time and effort with every project you touch. That’s time…
June 8, 2015 in Learn
Getting Started with Ionic
What is Ionic? Ionic is a set of performance-focused, beautifully designed HTML, CSS and JavaScript components optimized for building mobile applications. Ionic is composed of Cordova, the open sourced part of the PhoneGap platform, Sass and AngularJS. It allows you…
June 1, 2015 in Learn
Beginner’s Guide to PHP for WordPress – Part 1 of 3
WordPress allows us to do so much in terms of building websites without knowing any code. With themes and plugins and a powerful admin area there is a lot we can do without typing any HTML, CSS, JS or PHP….
October 15, 2013 in Learn
How To Code a Sortable Table with jQuery
There is a small handful of free open source jQuery plugins to help organize special tables. More specifically these plugins offer unique & dynamic functionality such as pagination, row highlighting, and column sorting. The ability to sort your data is…
April 17, 2013 in Learn
Customize an HTML5 Webpage using the Bootstrap Framework
Many web developers are familiar with Twitter Bootstrap and have seen this library on a number of projects. The Bootstrap core is fantastic when you need a CSS reset along with other common layout features. It may not be the…
April 10, 2013 in Learn
Best jQuery Date Picker Plugins for Input Fields
When building a web form you need to consider a number of factors for your particular application. Many developers will need to handle special data such as the user’s birthday, invoice date, or subscription trial period. These examples could all…