Zendcasts Forum

A community of developers who work with the Zend Framework and other enterprise PHP technologies

You are not logged in.

#1 2009-09-01 15:25:30

Jon Lebensold
Administrator
Registered: 2009-06-27
Posts: 279

ZC33 - Using Google Maps with Zend_GData

This episode will wrap up the google docs series. You can start with Part 1 and Part 2, or jump straight into this one. With our persistence layer (the Google Docs Spreadsheet) and unit tests around geo-targetting addresses completed, we'll tackle the view and try and visualize our data using the Google Maps API. This video will also touch on Zend_View, Zend_Controller, Zend_Registry and bootstrapping with Zend_Config. All of this wouldn't be possible without Zend_GData.

  • review of current unit tests

  • 1:30 - review of the google docs spreadsheet

  • 3:30 - creating an API key

  • 5:00 - grabbing spreadsheet data

  • 8:30 - embedding google maps

  • 12:00 - embedding one marker

  • 23:00 - writing the javascript plotting code

  • 30:30 - moving configuration data into the application.ini file

Offline

#2 2009-11-14 03:18:14

Laleft
Guest

Re: ZC33 - Using Google Maps with Zend_GData

Hi. First of all, thanks for the podcast, was very helpful for me. But when I try to download zip file (the project), Google says "This file is not plain text (only UTF-8 and Latin-1 text encodings are currently supported). " How can I get the source files?
Regards.

#3 2009-11-14 03:24:56

Jon Lebensold
Administrator
Registered: 2009-06-27
Posts: 279

Re: ZC33 - Using Google Maps with Zend_GData

hm... strange....

did you go to http://code.google.com/p/zendcasts/sour … -gdata.zip

and click "view raw file" ?

Offline

#4 2009-11-14 03:50:49

Laleft
Guest

Re: ZC33 - Using Google Maps with Zend_GData

Ops, did not see that link. Sorry for the inconvenience. And thanks again.

#5 2010-09-16 13:22:51

__fabrice
New member
Registered: 2010-09-14
Posts: 5

Re: ZC33 - Using Google Maps with Zend_GData

Hi,
I've an error using the tutorial :

Message: Unable to Connect to ssl://www.google.com:443. Error #44496312: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? 

Can I use the code with your login, pass and key ?, or do I create new one ?

I have configured php and apache for SSL.

Thanks
Fabrice

Offline

#6 2010-09-16 16:01:34

__fabrice
New member
Registered: 2010-09-14
Posts: 5

Re: ZC33 - Using Google Maps with Zend_GData

I have the answer to my previous message :

- activate the extension "php_openssl" in php.ini
- change the   $user, $pass and $spreadsheet variables in the IndexController

F.

Offline

Board footer

Powered by FluxBB