Category Archives: PHP

Flex, Flash, and Ruby hourly billing rates

HotGigs has a feature where they collect and aggregate the hourly bill rates of the consultants on their site. Here are the average hourly bill rates for Flex, Flash, and Ruby, surprisingly they have sub-categories for Flash all the way down to Flash Remoting but there’s just one category for Ruby with no Rails sub-category.
For [...]

Akelos PHP framework apes Rails

Monkey see monkey do. I’m usually wary of PHP frameworks that are ‘inspired’ by Ruby on Rails but the Akelos folks have done a really good job with their port. They even have a screencast narrated by guy who’s funny accent you can’t quite place
Every now and then I get a project that [...]

Instant CRUD with PHP and Flex Builder 3

Looking for some Rails like scaffolding for Flex and PHP? Try clicking the purple eclipse logo at the top left of Flex Builder 3.
You’ll be greeted with a database connection wizard that helps you set up a REST CRUD service, it even builds a mini-app for managing records.
There’s a (well hidden) screen-cast on Adobe labs.
Pretty [...]

WebORB for PHP 2.0 released

The Midnight Coders have released A new version of WebORB for PHP. There’s a bunch of new features which equal, if not leap-frog, thos in AMFPHP. Their post runs through the top ten new features, but my favorites are #6 client/server class mapping
Client/server class mapping configuration. Since this is one of the most common tasks [...]