November 5, 2012 in Learn
Productivity is About Constraints and Concentration
The fact that there is only so much time in a day is a sobering thought. Many times we are left scratching our heads after a long day wondering, “what did I even get done today?”. Saying “No” The one…
October 29, 2012 in Learn
Quick Tip: How to Use the JavaScript Splice Method
In this Treehouse Quick Tip, Jim shows us how to use the JavaScript Splice Method. The splice method is used to manipulate arrays. The splice function can be used to remove elements from an array. The first argument in the…
October 29, 2012 in Learn
Getting Started with CSS – Part 2
In part 1 we covered basic CSS concepts like the cascade and CSS rules. In this article, we’ll take things a step further with the CSS box model and basic selector types. The CSS Box Model Understanding how the box…
October 17, 2012 in Learn
A Behind-the-Scenes Look at What Powers Ruby on Rails
What is Ruby on Rails? Ruby on Rails is a web development framework that makes it easy to write web applications. Rails was extracted from an application called Basecamp. When you start writing a Ruby on Rails application, it’s like…
October 15, 2012 in Learn
The Beginner’s Guide to Android
If you ask someone what an iPhone is, the answer is pretty obvious, and even people unfamiliar with iPhones are likely to be able to tell you pretty accurately what it is. But if you ask, “What’s an Android?” you…
October 15, 2012 in Learn
Getting Started with CSS – Part 1
This is the first of a two-part article on CSS, the most powerful tool we have available to us as web designers and developers. In this article, we’ll cover basic CSS concepts to get us started. What is CSS? CSS…
October 12, 2012 in Learn
Quick Tip: How to Edit HTML
In this Treehouse Quick Tip, we’re going to learn how to edit HTML. Before I tell you what we should do, let’s go over what we should not do. Make sure that you don’t edit your HTML in a word…
October 11, 2012 in Learn
A Step-by-Step Guide to Getting Your First Web Development Client
Freelancing is a seductive work option. You get to control your time, your income and your career. You also get to control your skill set. You accept the projects that will help you grow and decline projects that will not….
October 10, 2012 in Learn
Creating a Responsive WordPress Theme with Bootstrap: A How-To Guide
In this tutorial, we will learn how to make our own responsive WordPress theme using Bootstrap. Bootstrap is a responsive framework for building web sites and applications, and it’s a great starting point for building a responsive WordPress theme. Check…
October 8, 2012 in Learn
Beginner’s Guide to jQuery
jQuery’s core functionality has a whole host of cool things to explore. jQuery allows you to manipulate HTML elements, transverse around the document, add event listeners (e.g. when you click on an element), perform AJAX requests and effects. If you…
October 5, 2012 in Learn
Quick Tip: How to Achieve Pixel Perfection in Photoshop
In this Treehouse Quick Tip, we’re going to learn how to deal with unwanted anti-aliasing in Photoshop and achieve pixel perfection when working with vector shapes. This method is referred to as pixel-hinting. Using Adope Illustrator and Photoshop, you can…
September 27, 2012 in Learn
Learn the Mac OS X Command Line
This is a command line tutorial primarily conducted in in the OS X command line. Because of OSX’s unix heritage, much of the info here is also useful in other unix inspired systems, like the Linux command line. The command…