Tutorials

Time to restructure some content! This page is intended to list the "tutorials"-posts.

PHP and Flex - Part III
Today I read an article on PHPBuilder titleing PHP and Adobe Flex. The author shows a way how a Flex client reads xml data from a php backend. So why not do the same with Flex and the PEAR package Services_Webservice which I think is a smarter way, if you want to use XML at all. Smarter because you use Web Standards and developers do not need to learn and parse the returned XML structure.
[ Read the full tutorial ]

Sharing complex objects between PHP and Flash - Part II
This is part 2 of my SOAP series. In the 1. part I started with a basic example of creating a simple PHP Soap Server with the PEAR package Services_Webservice. In this part I will share complex objects between PHP and Flash.
[ Read the full tutorial ]

Consuming PHP SOAP Webservices with Flash - Part I
Yesterday I published version 0.50 of Services_Webservice. A PHP Pear package to easily create Webservices and WSDL. After several tests with PHP and C# I thought it is time to find a better way in Flash to create backend-driven applications. My attention came to mx.services.Webservice, which seemed to be an alternative to loadXML(), sendAndLoad() or loadVars().
[ Read the full tutorial ]

Services_Webservice - The introduction
The package will/should do all the annoying stuff that comes to you when creating webservices.
[ Read the full tutorial ]

Add a Comment