'speed' tutorials

All 'speed' tutorials:

  1. Build a Snake Game - Adding Interaction

    Build a Snake Game - Adding Interaction

    Tutorial Intermediate

    In this tutorial series, you'll learn how to create a game like Snake. The objective of the game is to grab the apples on screen to raise the score. Read on!

  2. A Simple Parallax Scrolling Technique

    A Simple Parallax Scrolling Technique

    Tutorial Intermediate

    Parallax scrolling is an interesting technique, where, as you scroll, the background images translate slower than the content in the foreground, creating the...

  3. Frictionless AMD with Jam

    Frictionless AMD with Jam

    Tutorial Intermediate

    I really like asynchronous module definition (AMD); it’s a great solution for managing the many JavaScript files in a web application. However, I do find it...

  4. Understanding Steering Behaviors: Seek

    Understanding Steering Behaviors: Seek

    Tutorial Intermediate

    Steering behaviors aim to help autonomous characters move in a realistic manner, by using simple forces that are combined to produce life-like,...

  5. How to Learn Flash and AS3 for Game Development

    How to Learn Flash and AS3 for Game Development

    Tutorial Beginner

    Today, Adobe Flash is strongly geared towards game development. Besides browser-based game portals like Kongregate, Newgrounds, and Armor Games, games made...

  6. iOS Simulator Tips & Tricks

    iOS Simulator Tips & Tricks

    Tutorial Beginner

    This quick tip will introduce you to some of the powerful features available for testing & debugging apps with Xcode and the iOS Simulator.

  7. All About Mocking with PHPUnit

    All About Mocking with PHPUnit

    Tutorial Intermediate

    There are two styles of testing: "black box" and "white box" styles. Black box testing focuses on the object's state; whereas, white box testing focuses on...

  8. Creating a Simple Contact Form for Simple Needs

    Creating a Simple Contact Form for Simple Needs

    Tutorial Beginner

    Whether you're starting a simple blog, creating a corporate website or building a creative portfolio with WordPress, a "Contact (Us)" page is (almost) always...

  9. Create a Glowing, Flowing Lava River Using Bézier Curves and Shaders

    Create a Glowing, Flowing Lava River Using Bézier Curves and Shaders

    Tutorial Intermediate

    Most of the time, using conventional graphic techniques is the right way to go. Sometimes, though, experimentation and creativity at the fundamental levels...

  10. Understanding the Principles of Algorithm Design

    Understanding the Principles of Algorithm Design

    Tutorial Intermediate

    This article will dive into the principles of algorithm design. If you haven't a clue what I'm referring to, read on!

  11. Instant WordPress Development With WAMP

    Instant WordPress Development With WAMP

    Tutorial Beginner

    Speed up WordPress development by combining WordPress with WAMP. This tutorial will show you how to add a direct WordPress install of the latest version from...

  12. Android Virtual Device Creation

    Android Virtual Device Creation

    Tutorial Beginner

    A fundamental part of creating Android applications is running and testing them. Testing your code and app implementation on real devices is important, but...