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 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 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…
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…
September 10, 2012 in Learn
Responsive Web Design in the Browser Part 1: Kill Photoshop
If you’re like me, then you’ve had a love/hate relationship with Photoshop for almost a decade. The software is bloated, it crashes right at the moment you forgot to hit save, and it produces a design that is nothing more…
August 30, 2012 in Learn
Coding in the Cloud: Writing Code on a Server with Tmux
If your computer crashed right now, how long before you could be productive on a new machine? Hopefully you’re already backing up all of your important files, and using version control on all your code, so getting your data back…
August 7, 2012 in Learn
Create your first WordPress Custom Post Type
What is it and What it isn’t Everyone’s talking about them. I asked Chris Coyier from CSS-Tricks what excited him about WP3 and he replied custom post types: “Think of how Tumblr works – how you can publish photos, quotes,…
August 7, 2008 in Learn
How to Debug in PHP
Nobody enjoys the process of debugging their code. If you want to build killer web apps though, it’s vital that you understand the process thoroughly. This article breaks down the fundamentals of debugging in PHP, helps you understand PHP’s error…