Guides

Every once and a while I will cover a topic that takes more than one post, these are sort of “feature” topics. To help bring them front and center I have collected the posts about each topic and list them here on this page.


Speedy Subscriptions Using Spreedly

Selling recurring subscriptions to a web service/application can be an expensive and often complex process. If only there was some tool that developers could use to simplify the whole process and speed up the development cycle. Enter Spreedly! In this series of posts I will be examining the Spreedly service and review how you can use it to sell subscriptions for your next web project.

Part 1 – Overview & Account Setup

Part 2 – Account Configuration

Part 3 – The Sign-up Process

Part 4 – Checking for Updates

Building Applications using CodeIgniter

CodeIgniter (CI) takes a lot of the hassle out of application development by providing programmers with a consistent and easy-to-use set of tools. However, tools can only do so much… it’s still up to the programmer to build scalable and easy to maintain applications. In this series of posts I will review how I build applications with CI.

Part 1 – File Structure

Part 2 – Configuration

Part 3 – Helpers

Part 4 – Code Templates

Implementing Facebook Connect

Facebook Connect allows you to tap into the power of the Facebook community from your own website or web application. In this guide I cover making a connection, displaying Facebook data on your website and how to send data back to Facebook.

Part 1 – What is Facebook Connect?

Part 2 – Establishing a Connection

Part 3 – Accessing Data from Facebook

Comments are closed.