'19:02:20' tutorials

All '19:02:20' tutorials:

  1. Magento Theme Development: Home Page, Part 3

    Magento Theme Development: Home Page, Part 3

    Tutorial Beginner

    Now that we have completely customized the first half of the home page, we need to modify the content of the home page and the footer section next. If we...

  2. Magento Theme Development: Home Page, Part 1

    Magento Theme Development: Home Page, Part 1

    Tutorial Beginner

    As we set the stage in the previous bootstrapping article, now is the time to actually dive deep into the code, and start making changes. As an obvious...

  3. Build an MP3 Player With AV Foundation

    Build an MP3 Player With AV Foundation

    Tutorial Intermediate

    In this tutorial, I will be teaching you how to create an MP3 Player using the AV Foundation framework. Along the way you, will learn how to read files from...

  4. Launching WordPress at Digital Ocean With ServerPilot

    Launching WordPress at Digital Ocean With ServerPilot

    Tutorial Beginner

    Setting up WordPress is easy with ServerPilot, a modern hosting control panel built especially for Digital Ocean. I'll walk you through launching your next...

  5. Dependency Injection With Dagger 2 on Android

    Dependency Injection With Dagger 2 on Android

    Tutorial Advanced

    Dependency injection is a software design pattern focused on making our applications loosely coupled, extensible, and maintainable. In this tutorial, you...

  6. Windows Phone 8 Succinctly: The User Interface

    Windows Phone 8 Succinctly: The User Interface

    Tutorial Beginner

    In this article, we're going to focus on the user interface of Windows Phone applications. One of the key ingredients is XAML or Extensible Application...

  7. Motion Control With Arduino: Motorising a Camera Slider

    Motion Control With Arduino: Motorising a Camera Slider

    Tutorial Intermediate

    The availability of cheap stepper motors and drivers these days allows ample opportunity for experimenting outside of the more expensive and complicated...

  8. Using New Relic to Monitor Your Servers

    Using New Relic to Monitor Your Servers

    Tutorial Beginner

    Today we will look at how to use New Relic to monitor your infrastructure (i.e. your production server) and why you'd want to.

  9. Using New Relic to Monitor Your Android App

    Using New Relic to Monitor Your Android App

    Tutorial Intermediate

    In the last two years, New Relic has focused hard on building out a solution for monitoring the performance of mobile apps. In this tutorial, we will look at...

  10. Game Audio Simplified

    Game Audio Simplified

    Tutorial Intermediate

    Playing sound effects in a JavaScript game should be simple, and this tutorial makes it so by wrapping the powerful Web Audio API in a fast, lightweight...

  11. Laravel 4: A Start at a RESTful API (Updated)

    Laravel 4: A Start at a RESTful API (Updated)

    Tutorial Intermediate

    RESTful API's are hard! There are a lot of aspects to designing and writing a successful one. For instance, some of the topics that you may find yourself...

  12. Let's Build a 3D Graphics Engine: Linear Transformations

    Let's Build a 3D Graphics Engine: Linear Transformations

    Tutorial Intermediate

    Welcome to the second part of our 3D Graphics Engine series! This time we are going to be talking about linear transformations, which will let us alter...