What technology will you be using for developing your next Rich Internet Application? Tasked with building a software flight recorder for Zend Server 5.0 (the new release of its popular
PHP web application server), Zend chose Adobe Flex. Join this webinar by Adobe and Zend to learn what made The
PHP Company opt for Flex, see a live demo, and hear lessons learned from one
PHP/Flex development project. You’ll find out how Flex and
PHP can be used together to enhance your application.
[…]
Mihai Corlan, one of Adobe’s platform evangelists, has written a rather exhaustive introduction to programming in Flex, specifically for current
PHP developers.
[…]
The best applications for the rich Internet connect to the server to both read and write data. So, the easier it is to get data from the server and send data back to it, the quicker you can develop some awesome applications. Reading and posting to Extensible Markup Language (XML)-based services with Adobe Flex is easy. But what's even easier is using Adobe's Action Message Format (AMF) to send messages between the Flex client and the server. It's as easy to use as a method call on an object. This article written by Jack Herrington shows how to set up an AMF service on your PHP web server using the Zend Framework and Zend_Amf.
[…]
As of version 1.7, Zend Framework includes an extension for native Adobe Action Message Format (
AMF) communication between Adobe Flash Platform applications and
PHP. The Zend Framework includes extensions for a vast array of common programming tasks, including database connectivity and abstraction, e-mail, authentication, and third-party application programming interface (
API) access. Most of these are useful in Flex applications, and with Zend_Amf, leveraging them has never been easier. In this article, you create a Flex application that takes advantage of some useful Zend Framework extensions.
[…]
The new year has just started, and to start off well the dutch PHP usergroup (phpGG) is organizing a frontend-oriented event. This event is intended for developers who get in touch with client-side technology. Not just PHP developers, also frontend developers, and everyone who has to deal with frontend stuff in some way. Whether you deal with frontends on a daily basis, or are curious to the possibilities of making a new application more attractive in a graphical sense, you can't miss out on this day. Besides all this, it's also an excellent opportunity to get a (free!) membership of phpGG!
[…]
Wade Arnold has a blog post on the session support in Zend_Amf_Server. In his post, he explains how sessions can be used in a Flex application (with example of how to create, regenerate and destroy sessions) and he also has some useful tips on how to secure session identifiers in Flex applications. A useful article for Flex/ZF developers!
[…]
There is big news in the Zend Framework world this morning. Zend and Adobe are working together to put support for AMF into the framework.
[…]
What makes the web fun? Is it the cool applications like Google Maps, which are neat but not particularly fun? Is it social networks like Facebook? Sure, that’s a little fun. But what really gets passed around the web? Viral video. Nothing catches our interest like video and images, which is ironic, as the HTML technology for uploading media to web sites is one of the worst parts of browsers.
[…]
Whether you’re an enterprise developer working in a large shop or setting up a blog for yourself, you’ve almost certainly been tasked with keeping your development code in sync with some type of stable release. Whether a project is big or small, you still need to ensure that the core code you work with remains consistent. This article will walk you through the development of an Adobe AIR and AJAX application used to synchronize the modules of a site developed in Drupal, the popular free and open-source content management system used in thousands of sites across the Internet.
[…]