June 17, 2015 in Learn
Get Started with ECMAScript 6
ECMAScript 6 or ES6 is the latest standardized version of JavaScript. The exciting thing is it’s been approved today by the standards body and that means broader browser support is coming. ECMAScript 6 has been in the works for some…
June 16, 2015 in Learn
The Treehouse Show | Episode 145: Justice, Carousels, Centering in CSS
It’s Tuesday which means that the Treehouse Show is back! In episode 145 of The Treehouse Show, Nick (@nickrp) and Jason (@jseifer) talk about Justice, Carousels, and Centering in CSS. For a free month’s trial, Join Jason and Nick at…
June 15, 2015 in Learn
How to Get Started With Scrum
With all this talk of Agile Software Development and Scrum, it’s easy to feel like everyone has it figured out but you. You may be joining a team that practices Scrum, introducing Scrum to an existing team, or part of…
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 3, 2015 in Learn
Gestalt Principles for Designers – Applying Visual Psychology to Modern Day Design
Jerry Cao is a UX content strategist at UXPin — the wireframing and prototyping app. To learn more about how to create visually digestible interfaces, download the free e-book Web UI Design for the Human Eye: Colors, Space, Contrast. In…
June 2, 2015 in Learn
Why Ionic is Reigniting the Native vs HTML5 Debate
A Little Bit of History Back in 2010 the iPad was released and Josh Timonen and I wanted to build apps for it. Neither of us knew Objective-C and without spending too much time learning a new language we…
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….
May 26, 2015 in Learn
Regular Expressions in 10 Different Languages
You might’ve heard that the word “OK” is the most globally recognized phrase in the world. It’s found in almost every spoken language from Arabic to Zulu. In the programming world, we have something similar: Regular Expressions. Regular Expressions, or…
May 26, 2015 in Learn
Introduction: Learn the Power of Swift Generics
Note: You can download the following post as a Playground! One of the more powerful features introduced in Swift was generic programming, or generics for short. Generic code allows you to write flexible, reusable functions and types while still maintaining the…
May 18, 2015 in Learn
Modeling the Monty Hall Problem in Python
A few weeks ago, I watched an episode of Numberphile about the Monty Hall problem. This happens to be one of my favorite little “that-doesn’t-seem-right” statistics things, and I thought it would be a great way to play with Python….
May 6, 2015 in Learn
Intro to Neat — A Semantic Sass Grid
Mobile devices came to conquer the planet, and they won. Well . . . mobile devices at least seem to dominate the way in which we access the Web. As a result of the mobile revolution, we no longer have…