'labels' tutorials

All 'labels' tutorials:

  1. Using a Custom Post Type to Create a Home Page Banner

    Using a Custom Post Type to Create a Home Page Banner

    Tutorial Beginner

    Sometimes it's useful to have a nice obvious banner on your site's home page—for announcements, snippets that aren't long enough to merit a blog post, or...

  2. Custom Controls in the Theme Customizer

    Custom Controls in the Theme Customizer

    Tutorial Beginner

    In the last article, we explored the advanced controls available in the Theme Customizer, and how to implement them. We’re going to look at how to create...

  3. Building a Wireless Sensor Network in Your Home

    Building a Wireless Sensor Network in Your Home

    Tutorial Intermediate

    Your environment is full of all sorts of fun and useful data, but getting it all together can be a challenge. In this tutorial you will learn how to use...

  4. Creating Dynamic 2D Water Effects in Unity

    Creating Dynamic 2D Water Effects in Unity

    Tutorial Intermediate

    In this tutorial, we're going to simulate a dynamic 2D body of water using simple physics. We will use a mixture of a line renderer, mesh renderers, triggers...

  5. Introduction to HTML5 Desktop Apps With Node-Webkit

    Introduction to HTML5 Desktop Apps With Node-Webkit

    Tutorial Beginner

    Using Node.js, we can create web applications easily. Now, thanks to the node-webkit we can also create desktop apps with it, using a unique combination of...

  6. Using the Included Password Strength Meter Script in WordPress

    Using the Included Password Strength Meter Script in WordPress

    Tutorial Beginner

    WordPress uses a pretty nifty password strength script that is used to display whether the passwords you entered in the WordPress admin are: not the same,...

  7. Exploring the Multipeer Connectivity framework: Project Setup

    Exploring the Multipeer Connectivity framework: Project Setup

    Tutorial Intermediate

    As with every major release, iOS 7 includes many new APIs that developers can take advantage of in their applications. In this tutorial, we'll take a look at...

  8. How to Use New Relic Custom Dashboards & Why You'd Want To

    How to Use New Relic Custom Dashboards & Why You'd Want To

    Tutorial Intermediate

    Today we're going to look at New Relic custom dashboards. Specifically, I will show you three ways that I tend to use custom dashboards:

  9. Blocks and Table View Cells on iOS

    Blocks and Table View Cells on iOS

    Tutorial Beginner

    A table view cell doesn't know about the table view it belongs to and that's fine. In fact, that's how it should be. However, people who are new to this...

  10. Acceptance Testing With Codeception

    Acceptance Testing With Codeception

    Tutorial Beginner

    Typically new features for web applications are tested by visiting the appropriate page in a browser, maybe filling out some form data, submitting the...

  11. Working with NSURLSession: Part 4

    Working with NSURLSession: Part 4

    Tutorial Intermediate

    In the previous tutorial, we started creating a simple podcast client to put what we've learned about NSURLSession into practice. So far, our podcast...

  12. Using a USB Audio Device With a Raspberry Pi

    Using a USB Audio Device With a Raspberry Pi

    Tutorial Beginner

    My previous tutorial on the Raspberry Pi, Using a Raspberry Pi as an AirPlay Receiver, made use of the device’s built-in 3.5mm jack for audio output. This,...