News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
feed this:

RIAZone:
Integrating PHP with Flash Collaboration Services
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.

0 comments voice your opinion now!
flash collaboration services api tutorial



Aaron Wormus' Blog:
Interoperability is Overrated
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").

0 comments voice your opinion now!
interoperability overrated abstract libraries glue services interoperability overrated abstract libraries glue services


Zend Developer Zone:
Ben Ramsey on XML, SOAP, and Web Services
October 05, 2006 @ 09:43:00

On the Zend Developer Zone, Cal Evans talks about one of the presenters of the upcoming Zend/PHP Conference and Expo - Ben Ramsey. He asked Ben some questions about the conference and a talk that he'll be giving - "XML & Web Services with PHP (An Overview)".

Ben Ramsey will be speaking on "XML & Web Services with PHP (An Overview)" at the upcoming Zend/PHPConference and Expo. Since I hang out with Ben in the freenode.net #phpc channel I thought it would be cool to talk to him for a bit about his session.

They talk about why Ben is passionate about web services, the two popular protocols for using these services - SOAP and REST, and which one of them Ben prefers.

0 comments voice your opinion now!
web services xml soap rest interview zendcon2006 web services xml soap rest interview zendcon2006


Davey Shafik's Blog:
More Web Services
October 02, 2006 @ 08:55:00

Davey Shafik has posted another update on his web services component he's working up for the Zend Framework, the Zend_Service_Server.

I have been working closely with Matthew Weier O'Phinney for the last week on bringing my Zend_Service_Server proposal to fruition.

There have been several changes, but the core has not moved too far. Matthew, Andi and I have decided that we will first implement the different server/client libraries.

He lists the libraries they'll need to tackle first and talks about an "exercise" he did to work up a JSON server component that works in a similar fashion.

0 comments voice your opinion now!
web services zend_service_server libraries zend_json_server web services zend_service_server libraries zend_json_server


PHPied.com:
The PEAR book is on it's way
September 12, 2006 @ 16:25:06

To prepare the way for the upcoming PEAR book from Packt Publishing correctly, Stoyan Stefanov has posted this info about the book and where to find the latest details on it.

Here's the link to publisher's page dedicated to the PHP Programming with PEAR. Guess who wrote the chapter for MDB2? ;)

It's an honour to me to be in the company of the other authors, people who have done a lot for the PEAR community

He also mentions some of the topics that the book will contain, including accessing databases with MDB2, creating and parsing XML documents, and accessing web APIs. The book is coming out in September, so keep on the lookout for it at your local bookseller soon.

0 comments voice your opinion now!
pear book packt publishing mdb2 xml pdf web api services pear book packt publishing mdb2 xml pdf web api services


Zend Developer Zone:
Live Blogging From php/db|works 2006
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.

0 comments 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
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.

0 comments voice your opinion now!
zendcon2006 talk consuming web services phpgtk zendcon2006 talk consuming web services phpgtk


Felix Geisendorfer's Blog:
The Future of ThinkingPHP.org
August 21, 2006 @ 08:04:00

As all good sites must do, the ThinkingPHP blog is moving onward and upward in its focus, and according to this new post, that only means good things for PHPers.

You might have noticed that I changed the title of this blog to "ThinkingPHP and beyond" a couple days ago. I did that because currently I'm thinking a lot about where go with it. I definetly want to stay focused on PHP in general, but I feel like I (and a lot of other php developers) actually work with a lot more technologies then "just" php. So I'd like to talk about that as well.

Some of the other topics Felix is considering talking about include PHP coding practices, web standards/usability/accessibility, web services, and agile development topics. Keep an eye out here for more to come from this great blog - we'll always post the latest.

0 comments voice your opinion now!
direction future expand topics cakephp standards javascript services web direction future expand topics cakephp standards javascript services web


Chuck Hagenbuch's Blog:
Transitions (Leaving Zend)
August 12, 2006 @ 18:52:16

Unfortunately, it seems that Zend has lost another developer - Chuck Hagenbuch (of the Horde Project) who worked in Zend's Professional Services team and contributed to the Zend Framework as detailed in a post on his blog.

Yes, I am leaving Zend. I felt that it was time for me to move on. It's been a great place to work. I learned new skills there, met wonderful people, and did some things that I'm very proud of. I wish everyone there the best, especially the professional services team that I am leaving.

As this leaves a hole to fill at Zend, they're already actively looking for others to come work there (see this post from John Coggeshall for more information on that).

0 comments voice your opinion now!
zend job leave professional services framework zend job leave professional services framework


PHPBuilder.com:
Book Review Pro PHP, XML and Web Services
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.

0 comments 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!


job developer release symfony zendframework codeigniter conference windows sqlserver drupal zend feature facebook performance wordpress framework extension podcast microsoft opinion

All content copyright, 2010 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework