'Round Table' tutorials

All 'Round Table' tutorials:

  1. Speed Up WordPress: Caching and Database Optimization

    Speed Up WordPress: Caching and Database Optimization

    Tutorial Beginner

    One of the most popular talking points in the WordPress community is speeding up WordPress and optimizing web pages. In this three-part series, we're going...

  2. Create a Dancing Hangman Game in Corona: Gameplay

    Create a Dancing Hangman Game in Corona: Gameplay

    Tutorial Intermediate

    In the first part of this two-part series, we se tup the main scene and finished the code to draw the hangman. In the second and final part, we will...

  3. Building With the Twitter API: Getting Started

    Building With the Twitter API: Getting Started

    Tutorial Advanced

    Learn the Twitter API with PHP using a standalone, open-source Yii application called Birdcage.

  4. Unit Testing Succinctly: Proving Correctness

    Unit Testing Succinctly: Proving Correctness

    Tutorial Beginner

    There are many aspects of an application in which unit testing usually cannot be applied to proving correctness. These include most user interface features...

  5. AngularJS and Laravel: Finishing Building a CRM

    AngularJS and Laravel: Finishing Building a CRM

    Tutorial Beginner

    In this part of the tutorial, we will build the front-end of our application using AngularJS. Angular is a really unique framework. Instead of abstracting...

  6. Turning a WordPress Server Dashboard into a Widget

    Turning a WordPress Server Dashboard into a Widget

    Tutorial Intermediate

    People often complain that WordPress is slow. Whether or not this is true depends on many factors, but if we can see server resources inside the WordPress...

  7. The Snowball Effect (And How to Avoid It) in Game Design

    The Snowball Effect (And How to Avoid It) in Game Design

    Tutorial Beginner

    The snowball effect exists in nearly any game where having resources can gain you more resources. It's a type of feedback loop, with effects that can make a...

  8. Object-Oriented Programming in WordPress: Document The Plugin II

    Object-Oriented Programming in WordPress: Document The Plugin II

    Tutorial Beginner

    At this point in the series, we're ready to move forward with rounding out our plugin by documenting our files, classes, functions, variables, and more. ...

  9. Object-Oriented Programming in WordPress: Building the Plugin II

    Object-Oriented Programming in WordPress: Building the Plugin II

    Tutorial Beginner

    In the previous article in this series, we finally began preparing the foundation for the plugin that we're going to be writing. Specifically, we took a...

  10. Connect 4 With Socket.io

    Connect 4 With Socket.io

    Tutorial Intermediate

    Today we'll see how we can use Node.js and Socket.io to create a multiplayer Connect 4 style game.

  11. WordPress for Web App Development: Saving Data

    WordPress for Web App Development: Saving Data

    Tutorial Intermediate

    When it comes to the web, almost any application that runs within your browser is backed by a data store of some type. Usually, these data stores are in the...

  12. Statamic 101

    Statamic 101

    Tutorial Beginner

    Statamic is a modern PHP CMS which really makes an effort to be easy and intuitive to use. From its flat-file design to its use of technologies like Markdown...