February 2011
1 post
1 tag
FRAPI VM
We had been discussing creating a VM for FRAPI for quite a while now. So prompted by this tweet from @beriberikix I finally sat down and put something together in VMWare. Though it was created in VMWare you should be able to import it into VirtualBox.
It is a base Ubuntu 10.10 32-bit server install with everything necessary to power FRAPI including nginx, php-fpm and all the necessary...
December 2010
1 post
web2project 2.2 released! →
October 2010
1 post
1 tag
Accessing FRAPI with Flash
Over the past few weeks I have been building some REST API’s for work using FRAPI. If your building RESTful API’s you should definitely head over to http://getfrapi.com and check it out!
The latest project was to power a flash application that would be making calls directly to FRAPI. FRAPI was set up on a different domain then the flash that would be calling it, so it needed a...
May 2010
2 posts
2 tags
1 tag
April 2010
1 post
3 tags
Some great developer tools for Chrome →
January 2010
4 posts
2 tags
Metro 2033. Had not heard about this before today, but looks amazing along the lines of Fallout 3.
December 2009
15 posts
IGN's Top 25 Xbox 360 Games →
1 tag
Running PHP as a Daemon →
Dependency Injection in PHP →
Red Dead Redemption →
This looks like it’s going to be awesome!
1 tag
3 tags
Homemade Gingerbread Latte →
UFO over Norway? →
UFO Over Norway: Residents Baffled By Mysterious Swirling Blue Light In The Sky (VIDEO)
New version of web2project
Web2project v1.2 has been released! It includes 10 new features, over 30 bug fixes, and over 10 miscellaneous improvements. Check out the release notes here, or get to downloading here.
2 tags
Google LatLong: Changing your perspective →
4 tags
Regex for restricting length of field in...
So recently I have been doing some work in Wordpress and more specifically the cformsII plugin. This is a great plugin for generating quick forms, however it does it’s validation in javascript.
One of the requirements was for a multi-line text input that was no longer then 500 characters. This is easily done with the plugin, but the regex generated looks like this.
^.{0,500}
The problem...
2 tags
1 tag
Google Public DNS →
Google Public DNS
1 tag
vim as a development environment →
I <3 vim, this link has some great tips and tricks