Search Results:

C++ Succinctly: Functions and Classes

C++ Succinctly: Functions and

Declaration vs. Definition Tip: This first section, “Declaration vs. Definition,” is a bit dense....
C++ Succinctly: Namespaces

C++ Succinctly:

The Global Namespace Let's dive right in by taking a look at an example. Sample: GlobalNamespaceSa...
C++ Succinctly: Types

C++ Succinctly:

Fundamental Types C++ contains the same familiar keywords (e.g., int) that you recognize from C#. T...
C++ Succinctly: Introduction

C++ Succinctly:

IntroductionC++ Succinctly was written to help professional C# developers learn modern C++ programmi...
AngularJS and Laravel: Begin Building a CRM

AngularJS and Laravel: Begin Building a

When creating a single-page app we should use some kind of framework to do some of the job for us, s...
Mobile & Emotional Design

Mobile & Emotional

The process of designing an application, both functionally and aesthetically, has a large impact on...
Creating a Photo Tag Wall With Twilio Picture Messaging & PHP

Creating a Photo Tag Wall With Twilio Picture Messaging &

Twilio's recently announced Picture Messaging has vastly opened up what we can do with text messagin...
Creating a WordPress Theme From Static HTML: Setting Up the Header

Creating a WordPress Theme From Static HTML: Setting Up the

So far in this series, you've learned how to create a basic theme from static HTML. You've done the...
Corona SDK: Make a Word Drop Game

Corona SDK: Make a Word Drop

In this tutorial, I'll teach you how to create a Word Drop game using the Corona SDK. We'll build th...
Ember Components: A Deep Dive

Ember Components: A Deep

Ember.js is a JavaScript MVC framework that allows developers to create ambitious web applications....
Writing Robust Web Applications - The Lost Art of Exception Handling

Writing Robust Web Applications - The Lost Art of Exception

As developers, we want the applications we build to be resilient when it comes to failure, but how d...
Android 4.4 KitKat: What's New

Android 4.4 KitKat: What's

Google released its latest version of Android on October 31, 2013. The new release, version 4.4, is...
WordPress for Web App Development: Saving Data

WordPress for Web App Development: Saving

When it comes to the web, almost any application that runs within your browser is backed by a data s...
Testing in Node.js

Testing in

A test driven development cycle simplifies the thought process of writing code, makes it easier, and...
Android SDK: Detecting Gestures

Android SDK: Detecting

The Android SDK supports a variety of gestures you can detect, allowing you to tailor the ways in wh...