Search Results:

Strategies for Supporting WordPress Plugins

Strategies for Supporting WordPress

As a WordPress developer - specifically for plugins, in this case - determining the best way to prov...
Setting Up A Staging Environment

Setting Up A Staging Environment

It's common practice to work locally on a project and push revisions to a production server, but the...
iOS Quick Tip: Create a Dynamic Action Sheet

iOS Quick Tip: Create a Dynamic Action

Welcome to this entry-level quick tip about working with action sheets. In this tutorial, you will l...
Crucial Things You Must Do When Changing Your WordPress Theme

Crucial Things You Must Do When Changing Your WordPress

A WordPress theme is a way of ‘skinning’ or creating the outer design of your website. The theme can...
Event-Based Programming: What Async Has Over Sync

Event-Based Programming: What Async Has Over

One of JavaScript's strengths is how it handles asynchronous (async for short) code. Rather than blo...
Quick Tip: Deploying a Plugin From Git to WordPress.org

Quick Tip: Deploying a Plugin From Git to

You're developing a plugin on GitHub, and now you're ready to deploy it to WordPress.org... uh-oh, W...
Android SDK: Receiving Data from the Send Intent

Android SDK: Receiving Data from the Send

On the Android platform, the Intent system allows users to share content between apps. You can send...
Contracts: The Practical Side of Semantics

Contracts: The Practical Side of

We all recognize that we should be writing semantic code. Maybe, you're even using <section> o...
Reader's Pulse: What Would You Like to Read More Of?

Reader's Pulse: What Would You Like to Read More

In an effort to bring you more of the tutorial content you want to read about, and less of the stuff...
Adaptive Blog Theme: Session Complete!

Adaptive Blog Theme: Session

We've reached the end of our Adaptive Blog Theme Session - what a session it's been! If you've follo...
Building Ribbit in Django

Building Ribbit in

After implementing our Twitter-clone, Ribbit, in plain PHP and Rails, it's time to introduce the nex...
iOS 6 and the Social Framework: Twitter Requests

iOS 6 and the Social Framework: Twitter

This tutorial will teach you how to use the iOS 6 SDK and the Social Framework to load dynamic conte...
Ruby on Rails Study Guide: Blocks, Procs, and Lambdas

Ruby on Rails Study Guide: Blocks, Procs, and

Ruby is a language with a set of powerful features - the most powerful arguably being Blocks, Procs,...
Improving Blog Discussions With Disqus Comments

Improving Blog Discussions With Disqus

In the first part we discussed how we can use the default WordPress comments system to engage users...
Using Web Debugging Proxies

Using Web Debugging

My previous two articles focused on debugging tools, so it's only fitting that I continue with this...