<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 20:19:16 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Building Mobile Applications with PHP and Adobe AIR for Devices]]></title>
      <guid>http://www.phpdeveloper.org/news/15758</guid>
      <link>http://www.phpdeveloper.org/news/15758</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/12954-Building-Mobile-Applications-with-PHP-and-Adobe-AIR-for-Devices">pointed out</a> a new webinar brought to you by Adobe (with Zend's own <a href="http://twitter.com/kpschrade">Kevin Schroeder</a>) about <a href="http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=1489921&loc=en_us">building mobile applications</a> by combining the Zend Framework and the Adobe AIR technology for devices.
</p>
<blockquote>
Using Zend Framework 1.11 on the server and Adobe AIR for devices on the client, web developers will soon be able to deploy mobile applications across a wide range of smartphone and tablet devices.
</blockquote>
<p>
The webinar will show off the features of the Zend Framework particularly handy for mobile developers and how the Zend_Amf component can be used to hook it into the AIR frontend to create multi-platform applications. If you'd like to check it out, it's free but you'll <a href="http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=1489921&loc=en_us">need to register</a>. It's happening on January 26th from 9am-10am Pacific time (US). 
</p>]]></description>
      <pubDate>Tue, 18 Jan 2011 10:19:55 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone:  File uploads with Adobe Flex and Zend AMF]]></title>
      <guid>http://www.phpdeveloper.org/news/15325</guid>
      <link>http://www.phpdeveloper.org/news/15325</link>
      <description><![CDATA[<p>
On the Zend Developer Zone <a href="http://devzone.zend.com/article/12668-File-uploads-with-Adobe-Flex-and-Zend-AMF">there's a post</a> looking at uploading files in a Adobe Flex-based application that uses a slightly different than usual approach to uploading files through Zend_Amf.
</p>
<blockquote>
Zend AMF is a PHP implementation of the AMF (Action Message Format) binary protocol within the Zend Framework. I had to implement a system to upload files that were a little different than what is typically used in Flash, so I built upon Zend AMF for my needs. Researching a little on the net, I found a solution that was simpler than I expected. Based on an <a href="http://gertonscorner.wordpress.com/2009/04/19/fileupload-using-zend-amf-remoteobject-and-flash-10/">article</a>, I only had to make a few adjustments.
</blockquote>
<p>
He shows a (brief) version of his setup - a gateway to be used as the endpoint for Flex to connect to, the VO properties and the class to handle the upload. On the Flex side, he includes the code to create the view and pass the upload off to the waiting PHP backend. If you want to see the full code, you can <a href="http://www.leonardofranca.com.br/wp-content/uploads/2010/10/FlexUploadZendAMF.zip">grab it here</a>.
</p>]]></description>
      <pubDate>Fri, 22 Oct 2010 12:25:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[RIA Zone: Charting data from a database using Adobe Flex and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14755</guid>
      <link>http://www.phpdeveloper.org/news/14755</link>
      <description><![CDATA[<p>
On the RIA Zone today <i>Ryan Stweart</i> has <a href="http://ria.dzone.com/articles/charting-data-flex-php">posted a new tutorial</a> about using Flex and PHP to chart out some data pulled from a backend database with just a hint of animation on load.
</p>
<blockquote>
Creating charts and data visualization is one of the areas where Adobe Flash shines. The combination of a very powerful drawing API that makes it easy to generate artwork and the interactivity means that Flash is ideally suited for integrating data visualizations. It used to be that you'd have to be very familiar with Flash and scripting to work with charting. [...] You use a combination of XML-markup and scripting to create [Flex] applications. Further, you can use CSS syntax to customize the look and feel of the charts. Flex makes it straightforward to add interactive charts to web applications.
</blockquote>
<p>
The tutorial walks you through the creation of the Flex project (you'll need Flash Builder 4 to follow along), creating and pulling in the data from a PHP-based service call, binding the data to the chart object and a few tips on how to modify the HTML output to use teh Flex/Ajax bridge. Animating the resulting chart is as simple as adding two new tags to the Flex definition.
</p>]]></description>
      <pubDate>Wed, 07 Jul 2010 09:14:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Zone: The Architecture of Flex and PHP Applications]]></title>
      <guid>http://www.phpdeveloper.org/news/14592</guid>
      <link>http://www.phpdeveloper.org/news/14592</link>
      <description><![CDATA[<p>
In a new article to the PHP Zone (part of the DZone.com site) today <i>Mihai Corlan</i> has written up an <a href="http://php.dzone.com/news/architecture-flex-php">introduction</a> to the architecture of the interactions that happen between PHP and Flex applications.
</p>
<blockquote>
When I did my first web project using Flex, boy oh boy, it was quite a switch! The clean separation between the client and the server, (the business logic on the client side in addition to business logic on the server side), client-side technology that is compiled instead of interpreted, two languages on the client, all these required a different mind-set from traditional web development. [...] I want to share with you some of the things that are specific to Flex in relation to PHP. And I want to show you how common tasks for building HTML/PHP applications are done with Flex and PHP.
</blockquote>
<p>
He talks about the SOA architecture model that the Flex/PHP interaction follows (connecting to services) and <a href="http://php.dzone.com/sites/all/files/fig1_4.jpg">illustrates</a> a basic Flex client to PHP server request/response pattern for a simple application. He even includes a sample illustration of an <a href="http://php.dzone.com/sites/all/files/fig3_3.jpg">AIR application's interaction</a> with a backend PHP server.
</p>]]></description>
      <pubDate>Wed, 02 Jun 2010 12:31:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SoftDevTube.com: Write Flex and PHP Code Using Flash Builder]]></title>
      <guid>http://www.phpdeveloper.org/news/14539</guid>
      <link>http://www.phpdeveloper.org/news/14539</link>
      <description><![CDATA[<p>
On SoftDevTube.com they've posted a new tutorial screencast talking about how you can <a href="http://www.softdevtube.com/2010/05/19/write-flex-and-php-code-using-flash-builder/">write Flex and PHP</a> inside Flash Builder and Zend Studio.
</p>
<blockquote>
This video explains how to write Flex and PHP code using Flash Builder 4 and Zend Studio 7.1. It also illustrates how remoting enables your application to consume PHP services.
</blockquote>
<p>
The video's about ten minutes long and comes from Adobe TV. There's no way to download the sample application they create, but they walk you through all of the steps you'll need, right down to getting PHP integrated into Flash Builder.
</p>]]></description>
      <pubDate>Thu, 20 May 2010 08:11:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Adobe Developer Week Starts May 10th]]></title>
      <guid>http://www.phpdeveloper.org/news/14463</guid>
      <link>http://www.phpdeveloper.org/news/14463</link>
      <description><![CDATA[<p>
As is <a href="http://devzone.zend.com/article/12100-Adobe-Developer-Week-Starts-May-10-2010">mentioned</a> on the Zend Developer Zone, the Adobe Developer Week will be starting up on Monday, May 10th and will offer free sessions for developers interested in learning about Adobe products.
</p>
<blockquote>
During Developer Week, learn about the Adobe Flash Platform, including Adobe Flex, Adobe Flash Builder, Adobe AIR, Adobe Flash Player, and how it integrates with Adobe Creative Suite 5 technologies. This weeklong event features free, live webinars presented by Adobe technology experts. See live demos and have your questions answered by the experts during interactive Q&A sessions. 
</blockquote>
<p>
You can find out more information about the sessions offered and how to register for them on <a href="http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=1489921&loc=en_us&sdid=EVBQD">this page</a> of the Adobe website.
</p>]]></description>
      <pubDate>Wed, 05 May 2010 11:19:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Webinar - How Zend Used Adobe Flex & PHP to Build a Software Flight Recorder]]></title>
      <guid>http://www.phpdeveloper.org/news/13959</guid>
      <link>http://www.phpdeveloper.org/news/13959</link>
      <description><![CDATA[<p>
On the Zend Developer Zone there's a new post <a href="http://devzone.zend.com/article/11761-Webinar---How-Zend-Used-Adobe-Flex-PHP-to-Build-a-Software-Flight-Recorder">talking about a webinar</a> Zend is hosting showing you how they created a "software flight recorder" with the combination of Adobe Flex and PHP.
</p>
<blockquote>
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.
</blockquote>
<p>
You can catch it at one of two times (or both if you really want to, I suppose) - <a href="http://www.zend.com/en/company/news/event/webinar-how-zend-used-adobe-flex-php-to-build-a-software-flight-recorder">February 3rd</a> at 6am PST or <a href="http://www.zend.com/en/company/news/event/webinar-how-zend-used-adobe-flex-php-to-build-a-software-flight-recorder-us">February 4th</a> at 9am PST. 
</p>
<p>
They're free to attend, so stop by and see what the Zend Server software has to offer that could save you and your developers a lot of time and hassle in the future.
</p>]]></description>
      <pubDate>Wed, 03 Feb 2010 10:20:12 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian Teeman's Blog:  Cross browser web site testing]]></title>
      <guid>http://www.phpdeveloper.org/news/13920</guid>
      <link>http://www.phpdeveloper.org/news/13920</link>
      <description><![CDATA[<p>
If you've ever been frustrated by trying to track down browser bugs (especially on platforms you may not have access to) <i>Brian Teeman</i> <a href="http://brian.teeman.net/web-development/cross-browser-web-site-testing.html">has a tip</a> on a site you can use to make your life a little bit easier.
</p>
<blockquote>
With every web browser on the planet rendering differently it's a constant battle ensuring that your beautifully and painstakingly designed web site looks just as gorgeous on all browsers. Personally I build a site entirely using Firefox and only at the end of the build process do I look at it in other browsers, curse and swear and then start to fix issues.
</blockquote>
<p>
One of the next best things to having local installations is the <a href="http://browserlab.adobe.com/">Adobe BrowserLab</a> (registration required). It allows you to view the pages of a given site in either two browsers side-by-side or "onion skinned" overlaying each other to see the exact differences. The tool does not, however, allow you to interact with the sites, so it's best used for display-only problems.
</p>]]></description>
      <pubDate>Wed, 27 Jan 2010 11:05:50 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Mihai Corlan's Blog: Flex for PHP developers]]></title>
      <guid>http://www.phpdeveloper.org/news/13066</guid>
      <link>http://www.phpdeveloper.org/news/13066</link>
      <description><![CDATA[<p>
As the Zend Developer Zone <a href="http://devzone.zend.com/article/6533-Flex-for-PHP-Developers">points out</a> <i>Mihai Corlan</i> of Adobe has written up <a href="http://corlan.org/flex-for-php-developers/">a lengthy tutorial</a> about Flex, specifically targeted towards PHP developers.
</p>
<blockquote>
I want to share with you some of the things that are specific to Flex in relation to PHP. At the same time I want to introduce Flex by comparing it with PHP whenever this comparison makes sense. Thus this article is for: PHP developers that want to learn more about Flex and Action Script 3 than a simple definition can provide [or] developers that have already made their first attempt at coding a Flex application and want a broader, deeper understanding.
</blockquote>
<p>
<a href="http://corlan.org/flex-for-php-developers/">The tutorial</a> starts from the basics for those not acquainted - what is flex, why you should care about it - and moves quickly through MXML, Actionscript3 and examples with each. He includes an example showing a simple user authentication script and how to interface that with a PHP backend. 
</p>]]></description>
      <pubDate>Wed, 19 Aug 2009 07:58:11 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint Web Tech Blog: Pimp Your PHP App with Flex!]]></title>
      <guid>http://www.phpdeveloper.org/news/12432</guid>
      <link>http://www.phpdeveloper.org/news/12432</link>
      <description><![CDATA[<p>
The SitePoint Web Tech blog is <a href="http://www.sitepoint.com/blogs/2009/04/30/pimp-your-php-app-with-flex-%E2%80%A6-and-win/">holding a contest</a> to win copies of Adobe's Flex Builder software. All you have to do to enter is take a quiz!
</p>
<blockquote>
Our latest Adobe-sponsored giveaway is live, and up for grabs this time are copies of Flex Builder 3. Just read our brand new article, <a href="http://www.sitepoint.com/article/pimp-php-app-flex/">Pimp Your PHP App With Flex</a> - then <a href="http://www.sitepoint.com/quiz/adobe/pimp-php-app-flex/">take the quiz</a> to enter the draw! You've got 7 days to take the quiz. Enter your details and you'll be in the running to win one of three copies of Adobe Flex Builder 3.
</blockquote>
<p>
<a href="http://www.sitepoint.com/article/pimp-php-app-flex/">The tutorial</a> looks at creating a first application with a Flex front end and a PHP backend - a script that accesses an API that returns either an XML or JSON formatted message.
</p>]]></description>
      <pubDate>Thu, 30 Apr 2009 09:33:38 -0500</pubDate>
    </item>
  </channel>
</rss>
