Getting Started with Android

10 years ago
Getting Started with Android – 20:31 The world of Android can be a little overwhelming at first. In this workshop we’ll explain the Android ecosystem and its place in the world and how to get started developing apps for Android. We’ll take a look at various options for ...

From Bootstrap to WordPress

10 years ago
From Bootstrap to WordPress Many developers who build custom WordPress themes like to start with some sort of front-end development framework that provides them with out of the box CSS grids, responsive styles, common element styling and even JavaScript components. Of the many frameworks ...

Enhancing a Simple PHP Application

10 years ago
Enhancing a Simple PHP Application This project will take the existing e-commerce store we built earlier and enhance it with new techniques using the PHP programming language. By the end, you’ll be able to build an online t-shirt store with clean web addresses, basic search ...

Ecommerce with WordPress and WooCommerce

10 years ago
Ecommerce with WordPress and WooCommerce WooCommerce is the leading ecommerce plugin for working with WordPress. In this in depth course we talk about Ecommerce from a big picture perspective and then dive down into all of the details for setting up and running an ecommerce site with ...

CSS Layout Techniques

10 years ago
CSS Layout Techniques Learn how to work with the common layout and positioning methods used in web design. Throughout the course we’ll build a layout using display methods, floats, positioning schemes, even Flexbox, the latest and most advanced CSS layout feature. We’ll cover the strengths ...

Creating a jQuery Plugin

10 years ago
In this workshop Andrew answers jQuery and JavaScript questions from our members, and also walks through the process of creating a jQuery plugin.

Building Websites with Bootstrap 3

10 years ago
In this live Workshop, Nick explores the new features of Bootstrap 3 by moving the existing Smells Like Bakin’ site to the newest version of the framework and making it responsive.

Build a Simple Android App

10 years ago
Build a Simple Android App This project covers the very basics of Android development. We will build a simple app that will serve up some fun facts when you tap on a button. We introduce the Java programming language, a tool for Android development called Android Studio, and some very basic ...

Android Tools

10 years ago
Android Tools Using the right tools can make an Android developer’s life so much easier. At Google I/O in 2013, a new Android IDE was announced named Android Studio. Currently available as a beta release, we will see how to get started and learn some helpful features that make it ...

Android Data Storage with SQLite

10 years ago
Android Data Storage with SQLite – 73:39 In this live Treehouse Workshop, teacher Ben Jakuben shows how to use SQLite in Android for storing and manipulating data in a very simple weather forecast app.

Ajax Basics

10 years ago
AJAX Basics AJAX is an important front-end web technology that lets JavaScript communicate with a web server. It lets you load new content without leaving the current page, creating a better, faster experience for your web site’s visitors. In this course, you’ll learn how AJAX ...

Advanced Sass

10 years ago
Now that you know the basics of Sass, it’s time to put these new skills to work in the best way possible. Learning the ‘best practices’ for writing Sass will gain you admiration among your peers. Getting Started Getting Started: We will dive into file management and ...