Category Archives: Server Side

ColdFusion, PHP, and other server related topics.

PHP Script for Stratus Video Phone Sample Application

Stratus is an Adobe technology up on labs that allows for Flash Player 10 and AIR 1.5 RTMFP real time communication connections. The most important features of RTMFP include low latency, end-to-end peering capability, security and scalability. As part of the labs release there are an article and sample application. Article 1 Stratus Sample Application [...]

AMFPHP Deserializer and POG classes

The default AMFPHP patterns for including classes defined in your AMF requests do not work for POG classes. The two default patterns that are check for class including by the AMF deserializer are: PLAIN TEXT PHP: // $mappedClass = SomeObject $mappedClass . "php" // SomeObject.php // or $mappedClass . ".class.php" //SomeObject.class.php For POG classes the [...]

A Zend Framework Powered Flex Picture Book (ZendCon 2007 session)

Ok that was a long title. But I just got done with presenting at ZendCon 2007 in San Francisco and feel like a long title. The session was geared to take Cal Evan's, "Flex and PHP: Party in the Front, Business in the Back", a do some Flex enhancements on the Front end side. What [...]

MAX 2007 Session Source Files

You'll find the PDF's of the session on Flex and PHP on the MAX website. I think its available to people who attended MAX and later it will be available to everyone. The didn't seem to put up the actual source code that went along with the session. The session was gear for someone with [...]

My MAX Speaking Sessions

This year at MAX I will be presenting one of the hands on sessions. It is titled: RA101H: Hands On: Building a Rich Internet Application with Flex 3 and PHP. It is geared for people with no Flex experience and will be pretty basic overview of Flex 3 and connecting to PHP through HTTPService. The [...]

Speaking at ZendCon on Flex and PHP

I will speaking at the 2007 Zend/PHP Conference and Expo, http://zendcon.com. The title of the session is, "Build a Sexy Front End to a Zend Framework Powered Application". I will be using a previous Flex/PHP example created by Cal Evans. If you are going to ZendCon this year come by and say hi on Tuesday. [...]

How I installed ColdFusion 8 on Mac OS X

The setup steps below are taken from a rough article I put together covering Cairngorm, Flex 3, and ColdFusion 8. The setup used ColdFusion 8 through Apache (XAMPP) all on Mac OS X. Setup: XAMPP Download latest XAMPP for OS X Follow instructions on XAMPP's site: Installation, Start, Test ColdFusion 8 You need Admin rights [...]

Flexing PHP in php|architect, by Jeof Oyster

Its cool to see the Flex developer base grow more and more everyday. I came across a Flex and PHP article in the lastest php|architect magazine. The article is titled "Flexing PHP" and is by Jeof Oyster. If you read Jeof Oyster's bio, he is a product manager for a financial services company and freelancer [...]

RemoteObjectAMF0 Update

The RemoteObjectAMF0 under went a few updates. Updated code with better comments for ASDoc's and readability Added SetCredentials Added Fault handler for NetStatus errors Added 1st round implementation for "method" definitions. Allowing you to define result/fault event handlers per method. This is done with a <renaun:methods/> tag and a <renaun:method/> component. Example of using the [...]

360Flex “Flex with PHP” Presentation

Currently the 360Flex conference is on it's second day. More than half over. I had the fun opportunity to be called out of a session to find out that my presentation has been changed from today til tomorrow (Ben Forta flys out tomorrow and needed to switch). The switch doesn't bother just glad to help. [...]