 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
RIAZone: Integrating PHP with Flash Collaboration Services
by Chris Cornutt December 14, 2009 @ 13:47:28
On the RIA Zone (a part of the DZone network) there's a new tutorial from Ryan Stewart about combining PHP with the Flash Collaboration Services (real-time collaboration and social capabilities via the LCCS) in the second part of his series (part one).
Another great way to integrate LCCS and PHP is with the REST APIs and the library that ships with the LCCS SDK. With those APIs we can perform a number of management functions including creating and deleting rooms, managing roles, and creating templates. These APIs make it very easy to create a customized, dynamic collaboration experience with PHP. You can create rooms on the fly for your users and get information about what kind of content is in those rooms. In this example we're going to create a basic room manager with PHP that will let us create, delete, and view information about specific rooms.
Code is included to use the AFCS PHP library to connect to the Services API and pass in the username and password directly from the user. The request is made and a token is passed back to the calling script. The XML description of the full Flex application is included in the tutorial.
voice your opinion now!
flash collaboration services api tutorial
Aaron Wormus' Blog: Interoperability is Overrated
by Chris Cornutt February 14, 2007 @ 07:19:00
Despite opinions from some of the PHP community, interoperability between PHP applications isn't is such a bad state - at least According to Aaron Wormus:
The fact of the matter is that it's not such a big deal. Porting a plugin from Wordpress to Serendipity is usually trivial, and as we see more web-services based plugins (stuff like the awesome askimet) the task becomes simpler and simpler.
Interoperability is overrated, the more you think of it the more complex it gets. As you start throwing in new factors into the equation (how will this interoperate with a java/c# application) you start to develop monsters like JSR 170 which solve a lot of problems on paper, but in reality are too unwieldy to be truly useful.
He even lists out some of his "steps to interoperability" to help speed things along (like "use as much abstract code as possible" and "use services").
voice your opinion now!
interoperability overrated abstract libraries glue services interoperability overrated abstract libraries glue services
Zend Developer Zone: Live Blogging From php/db|works 2006
by Chris Cornutt September 12, 2006 @ 15:49:47
This week, Cal Evans is reporting live from this year's php/db|works conference in Toronto. Since today is "Tutorial Day", the schedule is a little lighter, and he makes to time to catch Rob Richards' talk on PHP and Advanced XML and Web Services.
Rob Richards is the author of Pro PHP XML and Web Services. He literally wrote the book on using PHP and XML together. At php|works, he is leading a tutorial on using XML in web services using the DOM extension.
If you ever get a chance to hear Rob do a presentation, let me warn you, it is not for the faint of heart. As I learned last night when I sat down with Rob to record an interview, Rob likes to speak on leading edge and advanced topics. This tutorial is an excellent example of that philosophy.
Cal talks more about the content of the talk - its simplicity despite the complex topic, how much info is jammed in, and the fact that it's not just one giant pitch for Rob's book.
voice your opinion now!
liv blogging conference phpdbworks2006 tutorial xml web services liv blogging conference phpdbworks2006 tutorial xml web services
Scott Mattocks' Blog: Zend Con '06
by Chris Cornutt August 30, 2006 @ 07:23:14
Scott Mattocks, like so many others, has just reciently recieved notification that he's been accepted as a speaker for the Zend/PHP Conference & Expo this fall. He talks more about his speech in his latest post.
My session, "Consusming Web Services with PHP-GTK 2″ will be a look at how to turn a web services API into a desktop application. I only have fifty minutes so it won't be very heavy on implementation details. Instead it will look more at representing different data structures, collecting different types of data and how creating a desktop application can make life easier for the company and the end user.
Scott joins other speakers for this great event, including speakers like Ilia Alshanetsky, Wez Furlong, and Zeev Suraski. Be sure to check back on the Zend site soon to see when Scott and others' talks will be held.
voice your opinion now!
zendcon2006 talk consuming web services phpgtk zendcon2006 talk consuming web services phpgtk
PHPBuilder.com: Book Review Pro PHP, XML and Web Services
by Chris Cornutt July 31, 2006 @ 17:54:48
PHPBuilder.com has posted this new book review today, a look at a new offering from APress publishing - "Pro PHP, XML, and Web Services".
Since its release in 2004, PHP 5 has evolved to become stable enough for serious consideration in use in a production environment. Along the way, PHP 5 has seen more than a handful of tweaks and changes, especially in its overhauled support for XML and XML web services. Now that it is a stable, it is fitting that there be a reference on all things PHP and XML.
Enter Pro PHP XML and Web Services, which aims to be "your single source of reference when using XML in PHP".
The reviwer remarks first about the size of the book (of Biblical proporations) and how it seeks to "leave no stone unturned" when it comes to using XML and web services with PHP. The first chapters are a review of XML, including a chapter on XPath, XPointer, and XInclude. From there, the book gets more into the PHP5 functionality and the features it offers. The main focus, however, is on the web services, with a few chapters given just to them.
Overall, the review is positive, save for some concerns of the content dealing with XML security and XSLT.
voice your opinion now!
book review apress pro xml web services book review apress pro xml web services
|
Community Events
Don't see your event here? Let us know!
|