News Feed
Sections

News Archive
feed this:

PHPImpact Blog:
Flickr Architecture
June 30, 2008 @ 09:37:13

The PHP::Impact blog has posted about a presentation given by Cal Henderson of the Flickr team on the site's architecture and how it uses PHP.

Topics mentioned in the talk included Flickr's use of shards, memcached, Smarty, ImageMagick, Apache and cvsup for distributing files across their networks.

The presentation can be viewed/downloaded from here.

0 comments voice your opinion now!
flickr presentation architecture calhenderson



Community News:
Dutch PHP Conference 2008
June 20, 2008 @ 08:33:34

This year's Dutch PHP conference (that happened in Amsterdam) has wrapped up and several members of the PHP community (and groups) have posted their slides and some of their experiences attending. Here's a few:

Looks like the conference was a great success - thanks in no small part to the efforts of the Ibuildings team and Zend.

0 comments voice your opinion now!
dutchphpcon2008 dpc08 flickr wrapup conference amsterdam


Community News:
Dutch PHP Conference 2008 Wrapup
June 16, 2008 @ 08:49:08

This year's Dutch PHP Conference has come to a close and several members of the community have posted their own wrapups and slides from the event. Here's some of them:

If you weren't able to attend, be sure to check out some of the pictures from the conference over on Flickr (and if you were there, be sure to tag your own pictures with "dpc08").

0 comments voice your opinion now!
dutchphpcon2008 dpc08 flickr wrapup slides


Hasin Hayder's Blog:
Building services like FriendFeed using PHP - Part 1
June 02, 2008 @ 08:47:32

Hasin Hayder has posted part one of a series he's doing on making an application similar to the popular FriendFeed site in PHP.

Friendfeed is an excellent life streaming service aggregating all your feeds from different service providers, compile them together, build a social network among your known people and finally deliver all these feeds as a mashup. [...] In this blog post I will try to focus on how to develop such a service like Friendfeed using PHP and JS and how to scale such a huge load successfully.

This first part looks at the photo sharing handling of the application, including links to libraries already written in PHP to connect to them (like Flickr and Smugmug).

0 comments voice your opinion now!
friendfeed application photo sharing flickr smugmug picasa zoomr


Lukas Smith's Blog:
Mashup book review
October 22, 2007 @ 08:49:00

Lukas Smith has posted his review of a book from Packt Publishing - "PHP Web 2.0 Mashup Projects: Practical PHP Mashups with Google Maps, Flickr, Amazon, YouTube, MSN Search, Yahoo!"

Duane from Pakt asked me if I would be interested in reviewing a few books for them in my blog. I picked "Mashup Projects" from the list of just released books, since I am interesting in the topic and I am actually going to give a presentation at the internal "PHP Day" we are doing at Optaros in November.

He points out the good (good writing style, well-chosen examples) and the bad (a log list of errors and oversights in the code). He also talks about the contents of the book - the different examples and the final more major project. Overall though, he sees it as a good book, one that would be a good introduction to mashups for PHP developers (if you look past the formatting issues).

0 comments voice your opinion now!
mashup book review packt google yahoo amazon flickr youtube msn mashup book review packt google yahoo amazon flickr youtube msn


Ivo Jansch's Blog:
My First Mashup
July 27, 2007 @ 07:56:00

Ivo Jansch has posted about a project he's started on to create his own "first mashup" of PHP, Flickr, Google Maps, the Zend Framework and ATK.

I have been inspired by Cal Evans' mashup experiment, which he did a presentation on at the Dutch PHP Conference last month. Also, I was annoyed with having to consult many different resources when I plan a business trip. So I began building frekfly, my own little mashup.

The post mentions two versions of the mashup - an initial version that pulled the services together and a second version that added in a web service for hotel information. This current version can be found at frekfly.com

0 comments voice your opinion now!
mashup zendframework flickr googlemaps atk hotel mashup zendframework flickr googlemaps atk hotel


SitePoint:
Build a Photo Gallery Using CakePHP and Flickr
April 05, 2007 @ 08:28:00

A new tutorial has been posted on the SitePoint site today - Jonathan Snook's look at combining CakePHP and Flicker to build a photo gallery.

Want to share your Flickr photostream with the world, but only once you've given it a nice, customized touch? Look no further than CakePHP -- and a few lines of code -- to pull off some magic! In this article, we'll use the Flickr API and CakePHP to take the images we've loaded onto Flickr and use them to build our own, non-Flickr web gallery.

He steps the reader through the tools needed (including the Flickr Component for CakePHP) and how to get things set up and working together. With just a few simple calls to the Flickr API, the script grabs a photoset, gets the information about them and, finally, grabs a list of them to use in the photo gallery layout. He even throws in a sample usage of the popular Lightbox Javascript helper to show off the photos.

0 comments voice your opinion now!
tutorial cakephpframework flickr photo gallery lightbox tutorial cakephpframework flickr photo gallery lightbox


Daniel Vecchiato's Blog:
Using Zend Framework components in Code Igniter
March 09, 2007 @ 10:13:00

In a new post on the Zend Developer Zone (by Daniel Vecchiato) pointing out a new tutorial that combines the Zend Framework with another framework, CodeIgniter, to enhance each's power.

The tutorial (Using Zend Framework components in Code Igniter) will introduce you to an easy way to integrate the Zend Framework libraries (a lot!) into Code Igniter PHP Framework.

In particular we will build an example in which we use the Zend_Service_Flickr to retrieve images based on a specific tag ('climbing' in this tutorial).

The tutorial steps you through a quick installation of the Zend Framework, but assumes that you already have CodeIgniter installed. Then it's a simple matter of combining the two, extending the Zend Flickr service client and grabbing photos related to "climbing".

0 comments voice your opinion now!
zendframework codeigniter combine compontent framework flickr zendframework codeigniter combine compontent framework flickr


Ben Ramsey's Blog:
Flickr Namespace and array_multisort() Issues
December 18, 2006 @ 11:33:00

Ben Ramsey has posted a (quick) new items over on his blog that looks at solving two problems he was having with his blog - the now non-functional Flickr feed and a sorting problem with array_multisort.

I recently upgraded a few things around here (in particular, an upgrade to PHP 5.2), and I noticed two issues that occurred after the upgrade. [...] I easily solved both of these issues.

The correction to the Flickr feed involved changing the namespace information for his request (adding a trailing slash) because the SimpleXML functionality got a bit more particular about the format.

The problem with array_multisort involved adding in a parameter that was implied in previous PHP versions, SORT_STRING, to get his code correctly working.

2 comments voice your opinion now!
flickr namespace simplexml arraymultisort feed blogroll flickr namespace simplexml arraymultisort feed blogroll


Zend Developer Zone:
Notes from the Web Builder 2.0 Conference
December 15, 2006 @ 10:30:00

John Herren has posted his notes from the (just passed) Web Builder 2.0 Conference that happened over in Las Vegas. PHP had its presence there through John's "PHP Powers Mashups" talk and others like Chris Shiflett.

There was plenty to see and do at the conference besides PHP and John highlights just a few:

Check out the full post though - it's jam-packed with links and some great event information.

0 comments voice your opinion now!
webbuilder2006 conference mashup ajax flickr google webbuilder2006 conference mashup ajax flickr google



Community Events











Don't see your event here?
Let us know!


PEAR framework example package book developer cakephp database security mysql ajax PHP5 releases release code zend zendframework conference application job

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