Wednesday, March 24, 2010 from 12:00 AM – 1:00 PM (GMT+0200) join our friend Mihai Corlan (Platform Evangelist for Adobe) while he goes through the basics of debugging a Flex and PHP application.
See how to work with: Flash Builder 4, Xdebug and Eclipse PDT to ensure a bug free project.
The presentation will take about 45 [...]
Our friend, Mihai Corlan, will host an e-seminar about PHP and Flash Platform, but let me quote him:
“On December 2nd, together with Roy Ganor from Zend Company, I will host an e-seminar about PHP and Flash Platform. We will show you how you can create a Rich Internet Application using the Flex framework, Illustrator, Flash Catalyst, [...]
What is AMF and a bit of history
Action Message Format (AMF) is a compact binary format that is used to serialize ActionScript object graphs. Once serialized an AMF encoded object graph may be used to persist and retrieve the public state of an application across sessions or allow two endpoints to communicate through the exchange [...]
Mihai Corlan, Platform Evangelist at Adobe, finalized a “book like” article for PHP developers. I mentioned the “book like” words because the article is long, very long.
The purpose of Mihai’s article is…
I want to share with you some of the things that are specific to Flex in relation to PHP. At the same time [...]
As was expected we have at this time a final agenda for this event.
17:00 – 17:30
Registration participants
17:30 – 17:45
Opening Message
17:45 – 19:00
Flash Builder 4 & Catalyst, Cornel Creanga & Michael Corlan
19:00 – 19:45
Break for pizza and beer
19:45 – 20:15
Flex 4 SDK, Michael Pricop
20:15 – 20:45
PHP Services in Flash Builder 4, Andrei Ionescu
20:45 – 21:00
Break
21:15 – [...]
In this article I’ll show the same application I presented at FlexCamp Bucharest Romania 2008 – the video from the conference is available here and although it is in Romanian it might be useful. In the presentation I’m showing the power of Flex: doing complex applications with a few lines of codding.
With this article [...]
In this post we will implement a login process with remember password functionality. In AS3 and also in AS2 we can use a SharedObject to store data on the users browser. Shared objects are similar to the all known browser cookies but are managed by the flash player. Shared objects can store data also remotely [...]
Yesterday I had to do a small flex application that resided on a server with php. Since I required a connection to mysql I wanted to use the same class I did before to connect to web-services. But PHP does not support web-services (and WSDL) by default.
So after I did some search on the net [...]
Last days I found a very interesting and easy learning article about how Flex application can interact with PHP on the server-side. The article shows how this two technologies can work together. On the server-side Zend Framework, a MVC platform, which I used a lot is used to structure the application and to be able [...]