Search Results:

Build a Poker Game in Corona: Game Logic

Build a Poker Game in Corona: Game

In the first part of this tutorial, we set up the project and created the game's interface. We also...
Sorting Algorithms

Sorting

In this section, we are going to look at five algorithms used to sort data in an array. We will star...
The Array List

The Array

Sometimes you want the flexible sizing and ease of use of a linked list but need to have the direct...
The Set Collection

The Set

The Set is a collection type that implements the basic algebraic set algorithms including union, int...
Algorithms and Data Structures

Algorithms and Data

I assume you are a computer programmer. Perhaps you are a new student of computer science or maybe y...
Stacks and Queues

Stacks and

So far we’ve looked at collections that provide very basic data storage, essentially abstractions ov...
The Linked List

The Linked

The first data structure we will be looking at is the linked list, and with good reason. Besides bei...
The Binary Search Tree

The Binary Search

So far we’ve looked at data structures that organize data in a linear fashion. Linked lists contain...
Using CreateJs: PreloadJS, SoundJS, and TweenJS

Using CreateJs: PreloadJS, SoundJS, and

In the first part of this series about using CreateJs, we had a look at EaselJs. In this second and...
Build A Poker Game in Corona: Interface Setup

Build A Poker Game in Corona: Interface

In this two-part tutorial, I will show you how to build a poker game using the Corona SDK. You will...
Debugging With the Firefox DevTools

Debugging With the Firefox

Over the past year I have given a presentation about using the browser for debugging client-side bug...
Using WordPress for Web Application Development: Custom Database Queries

Using WordPress for Web Application Development: Custom Database...

Throughout this series, we've been looking at the various facilities that make it possible to treat...
Mastering WordPress Meta Data: Working With Loops

Mastering WordPress Meta Data: Working With

In the first two parts of this series, we covered what meta data is in WordPress and how to work wit...
How to Price Your App: Free or Paid

How to Price Your App: Free or

In this article, I'll talk about the different business models of mobile applications and which one...
JavaScript Animation that Works (Part 4 of 4)

JavaScript Animation that Works (Part 4 of

In the first part of this series, we introduced the idea of using spriting as an easy, cross-browse...