Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PPI Framework Blog:
Tutorial: GeoLocation with FourSquare and Google Maps
Jan 28, 2013 @ 19:06:28

On the PPI framework blog there's a recent post showing how to use the framework to create geolocation functionality via an interface with FourSquare and Google Maps.

In this article, we're going to learn how to work with the framework as a whole by writing a real-world application: making a module, controller, routes, templates (views) and services. In order to achieve this we are will use the Foursquare API, and APC for caching the API lookups. We will plot venues from Foursquare in Google Maps for display.

They help you set up a skeleton application and start on creating the "Foursquare Module" along with its controller and views. There's Javascript code included to use the Google Maps functionality and a simple class to work with the FourSquare API to get nearby venues. In the end, you'll have a basic application that maps out the points automatically.

tagged: geolocation foursquare googlemaps tutorial ppiframework

Link:

7PHP.com:
PHP Interview With Paul Dragoonis CTO At BestBuys.com
Jan 28, 2013 @ 17:15:43

7PHP.com has posted their latest PHP community interview, this time with Paul Dragoonis, Dragoonis CTO At BestBuys.com.

In this edition I talked with Paul Dragoonis who is the CTO at BestBuys.com. [...] With varied skill-sets and having his hand at so many aspects and projects as you will discover when you read through the interview. He is currently “Rising and Shining” with the new PHP meta framework, named PPI Framework – (stay tuned with me, I will bring you an exclusive interview on PPI soon!) The PPI Guy also brews his own Whisky, urmm.. organizes conferences under the entity named WhiskyWeb..

They talk about things like:

  • How he got started with PHP
  • Places he's involved with in the community
  • His advice to those wanting to be better developers
  • A mention of his PPI framework
  • Things he's learned from the community

    Check out the full interview here.

tagged: pauldragoonis community interview cto bestbuys ppiframework

Link:


Trending Topics: