I am most proud to announce the development and upcoming release of Flextrine – an open source project I am developing that simplifies and encapsulates ORM with Flex and PHP. Very simply, Flextrine maps AS3 objects to database tables giving you the ability to save and load objects to a remote database without having to [...]
I spent a very frustrating day discovering that AMFPHP (trunk) doesn’t support class mapping to PHP classes that exist in the brand new PHP 5.3 namespaces. So, if you happen to have the following class mapping:
1: namespace vo;
2:
3: class User {
4: [...]
As Flash and Flex developers know all too well, browsers have a habit of caching SWFs so that when you put up a new version it doesn’t always show up on client machines. There are two classic ways to get around this – either by manually clearing your cache (and telling your clients to do [...]
I have recently been doing quite a lot of work with Silverstripe, a new(ish) open-source PHP MVC framework with an integrated CMS developed by a company in New Zealand. Silverstripe has been gaining some decent support over the last year due to its interface, usability and extensibility.
How does it work?
Silverstripe is made up of two [...]
As this was such a large project I couldn’t fit all the bits in my portfolio page, so here is a list of technologies and collaborations along with a selection of pretty screenshots.
The majority of work was performed off-site, and if you would like to see it in action you can go and create your [...]
Yesterday may have been one of the most frustrating days of my entire career. The brief - simple; take a bunch of classes acting as models (with a single top-level model containing all others in a tree hierarchy) and write their contents to a database. Client-side technology is Flash CS3 with Actionscript 3, [...]
This plugin is a solution for those running both the Domain Mirror and the Google (XML) Sitemaps Generator plugins together in Wordpress. Specifically it extends Google (XML) Sitemaps so that it creates one sitemap for each mirror set up in Domain Mirror. Sitemaps are created with the mirror URL prepended to the custom [...]
So why not start here with a few things I discovered whilst getting this site going. This is my first time doing anything properly with Wordpress and it gets the big thumbs up from me, speedy deployment, fairly easy to fiddle with and loads of plugins to play with.
Anyway, I managed to get hold of [...]