Things to Come: iPhone Graphics and Bundled AJAX Requests

There are a few things in my pipeline that I’m working on and should have posted shortly. Here’s a quick look at what I have in store for the next few posts:
iPhone Graphics
The iPhone OS is based on the same foundation as Mac OS X and it can be seen straight through to the SDK [...]

Event-Based AJAX Framework for PHP : Part 5

Articles in this series:

Introduction to the Framework
Problems with Creating an Event Based AJAX Callback Mechanism
JSON data passing
The Scriptifiable Interface
The Remotable Interface

This is the fifth and final part to the PHP AJAX Framework series. In this article, I will explain how to use the Remotable interface and why it was created in the first place.
What’s it [...]

Event-Based AJAX Framework for PHP : Part 4

Articles in this series:

Introduction to the Framework
Problems with Creating an Event Based AJAX Callback Mechanism
JSON data passing
The Scriptifiable Interface
The Remotable Interface

This is the fourth part to the PHP AJAX Framework series. In this article, I will explain how you can take the built-in JSON encoding one step further by implementing the Scriptifiable interface.
Isn’t JSON enough?
JSON [...]

Event-Based AJAX Framework for PHP : Part 3

Articles in this series:

Introduction to the Framework
Problems with Creating an Event Based AJAX Callback Mechanism
JSON data passing
The Scriptifiable Interface
The Remotable Interface

This is the third part to the PHP AJAX Framework series. In this article I will talk about how JSON was used in this Framework to pass complex data structures between the client and the [...]