All Marked Up

A tasty brew of web standards and internet culture.

Building Evented Single Page Applications. This is exactly the route I have been starting to use recently for building apps and adding in more complex complex functionality to sites (not necessarily single pages, however.) I got the idea of doing it this way from learning Objective-C, where there is a ‘messaging’ system between objects that can be effectively replicated by using custom event triggers and binds in jQuery.