Search Results:

Objective-C Succinctly: Memory Management

Objective-C Succinctly: Memory

Memory must be allocated for each object your application uses, and it must be deallocated when your...
Objective-C Succinctly: Properties

Objective-C Succinctly:

Now that we've explored what data types are available, we can talk about actually using them in a pr...
Objective-C Succinctly: Data Types

Objective-C Succinctly: Data

Objective-C has two categories of data types. First, remember that Objective-C is a superset of C, s...
Objective-C Succinctly: Hello Objective-C

Objective-C Succinctly: Hello

This chapter is designed to help you acclimate to Objective-C programming style. By the end of this...
Objective-C Succinctly: Introduction

Objective-C Succinctly:

Objective-C is the programming language behind native Apple applications. The language was originall...
Interview With Jonathan Snook

Interview With Jonathan

I've met many web developers over the years and the common theme is that they tend to specialize in...
Making the Perfect WordPress Theme: Bad Practices

Making the Perfect WordPress Theme: Bad

We discussed how to do good in the previous part of this series: We learn how to write better code,...
WebGL With Three.js: Textures & Particles

WebGL With Three.js: Textures &

Since its introduction, 3D graphics in the browser has been a popular topic. But if you were to crea...
Using Selector-Query for Responsive, Column-Driven Layouts

Using Selector-Query for Responsive, Column-Driven

We've all heard about media queries. We've used them extensively in our themes to make them responsi...
Android SDK: Project Manifest

Android SDK: Project

In this series of tutorials we are learning about Android development from scratch and getting acqua...
iOS 7 SDK: iBeacons Game

iOS 7 SDK: iBeacons

This tutorial will guide you through the new iBeacons technology. In order to explain this technolog...
Android SDK: App Resources

Android SDK: App

We are learning how to develop Android apps in this series. So far, we've looked at the structure of...
iOS 7 SDK: Core Bluetooth - Practical Lesson

iOS 7 SDK: Core Bluetooth - Practical

The Core Bluetooth (CB) framework provides the resources your iOS apps need to communicate with devi...
Getting Into Ember.js: Part 5

Getting Into Ember.js: Part

Editor's Note: The Ember.js team has shifted to an expedited release schedule and as of this publica...
Making the Perfect WordPress Theme: How to Code Well

Making the Perfect WordPress Theme: How to Code

In the previous part of this series; we went through various WordPress APIs that we should learn abo...