May 5, 2015 in Community
Girls Coding Kosova
Treehouse teacher Ben Jakuben came across Girls Coding Kosova on Twitter recently, and discovered that they use Treehouse to help members learn to code. We wanted to learn more about their organization and mission, and had a chance to hear…
May 4, 2015 in Learn
Why TypeScript is Hot Now, and Looking Forward
It’s never been a better time to be a JavaScript developer! JavaScript is everywhere now – it’s on the front and back-end of a website, and many desktop text editors are powered by JavaScript. In fact you can build a…
April 15, 2015 in Community
Joe Learned to Code & Transitioned into a Career He’s Passionate About
Despite being an economics graduate with a career as a loan analyst, Joe decided it was time for a career change. After a gratifying experience dabbling in basic UX and product design side projects, combined with a lifelong interest in…
February 5, 2015 in Learn
How to Create a Sticky Navigation
Many websites use a “sticky” feature in their main navigation menu. The menu scrolls with the page, then sticks to the top once it reaches the top of the viewport. There are lots of jQuery plugins we can use to…
February 4, 2015 in Learn
Learn the Types of Hooks in WordPress
Hooks in WordPress allow developers to easily tie their own code in with the WordPress core code base, themes, and plugins. In this article, we’ll discover what hooks are, go over the different types of hooks, and look at a few…
February 3, 2015 in Learn
Nested Routes in Laravel 4
As a continuation of the Laravel Basics course here at Treehouse, I want to extend our todo lists example to have todo list items with nested restful routing. Let’s take a look at the URL patterns for our todo lists by…
February 2, 2015 in Learn
How to Add a Navigation Drawer in Android
Android now includes a component that makes it very easy to add a navigation drawer to an app that the user can slide in from the side. I first remember seeing this in the Facebook app in iOS, and I…
January 30, 2015 in Community
Shaun Applied His New Web Skills to Helping Youths Realise Their Full Potential
Before joining Treehouse, Shuan dabbled in HTML and CSS but could never gain a comprehensive understanding of how to code. When an opportunity presented itself for him to combine his passion for helping young people realise their full potential with…
January 21, 2015 in Learn
How to Create a Simple CSS Dropdown Menu
Many dropdown menus we see on websites use JavaScript in some way, but it’s possible to build one entirely with HTML and CSS. In this short video tutorial, we’ll take advantage of helpful CSS selectors to build a simple dropdown…
January 14, 2015 in Learn
Create an SVG Sprite Sheet
Image sprites are still a useful feature in web design. They’re also important for website optimization because they combine several images into one image file to reduce HTTP requests. In this tutorial, we’ll learn how to create an SVG sprite sheet…
January 13, 2015 in Learn
Accessibility, Drag and Drop Interaction, Emojis | The Treehouse Show | Episode 123
It’s Tuesday, which means it’s time for another episode of The Treehouse Show! This week, hosts Nick Pettit and Jason Seifer explore accessibility on the web, drag and drop interaction ideas, emojis, and scrolling. Watch this week’s episode for free…
January 7, 2015 in Learn
How to Install Node.js® and NPM on Windows [Guide]
If you’re looking to take your JavaScript coding to another level, Treehouse offers unlimited courses in JavaScript (and many other subjects) starting at $25/month. Try our program out with a free seven-day trial today. JavaScript is quickly becoming the go-to language for…