Skip to main content

Links primari

  • phpDay 2012
    • phpDay 2011
      • Location
      • Sessions
      • Sponsors
        • Media Partners
    • phpDay 2010 Corropoli (TE)
      • Location
        • Hotel agreements
      • Sessions
      • Speakers
      • Sponsors
      • Media partners
    • phpDay 2009 Verona
      • Location
      • Sessions
      • Speakers
      • Sponsors
  • Contact us
phpDay 2012
Verona 18-19 May 2012 | phpDay Conference 2012
Home

News from phpDay 2009

PayPal e PHP

Tweet
Speaker: 
Giulio De Taddeo
Language: 
Italian
Date: 
May, 15th
Time: 
05:00 PM
Path: 
Sala 3

Il pagamento è un momento critico che può fare la differenza tra un sito di successo ed uno che non genera abbastanza business.

Attraverso vari strumenti PayPal offre la possibilità di poter gestire in tutta sicurezza gli incassi nel mondo online. In questo intervento verranno presentate le differenti modalità di integrazione dei prodotti PayPal illustrando i vari step (dalla sandbox al rilascio in produzione) necessari a creare rapidamente un’integrazione di successo.

Slides: 
  • 2009
  • creditcard
  • framework
  • payment
  • paypal
  • security
  • Talk (50min)

Giulio De Taddeo

Tweet
Name: 
Giulio
Surname: 
De Taddeo
[field_name-raw] [field_surname-raw]
Website: 
http://it.linkedin.com/in/detaddeo
Back references from Speaker in Session: 
phpDay: 2009
Title Date Time Path
PayPal e PHP 05/15/2009 05:00 PM Sala 3
  • 2009
  • paypal

MySQL Backup and Security - Best practices

Tweet
Speaker: 
Lenz Grimmer
Language: 
English
Date: 
May, 15th
Time: 
04:30 PM
Path: 
Sala 2

The MySQL Server is a very widely used open source database system which is often used as the storage backend for PHP-powered sites. Therefore performing MySQL backups and maintaining a secure installation are two very common tasks for any site administrator. In this talk, Lenz will provide useful hints and suggestions on how to improve the security of a MySQL installation and how to properly perform backups of the databases and tables. The session will cover both tools that are included in the MySQL Server distribution as well as common utilities and facilities provided by the operating system (Linux in particular). The part about improving MySQL Server security will talk about the available mechanisms on the server side and how they can be reinforced and accompanied with security features on the Operating System level. Various backup methods for MySQL exist (both logical and physical. The second part of the session will cover several available options and highlight some practical solutions as well as related tools. Users attending this session will hopefully pick up some useful hints and learn about best practices on how to secure their MySQL installations and how to perform proper and consistent backups.

  • 2009
  • backup
  • mysql
  • php
  • security
  • Talk (50min)

The Bazaar source revision control system

Tweet
Speaker: 
Lenz Grimmer
Language: 
English
Date: 
May, 15th
Time: 
04:00 PM
Path: 
Sala 2

This talk gives an introduction to Bazaar (bzr) - the distributed source code revision control system developed by Canonical Inc.
n this session, Lenz will provide an overview about the general concepts of distributed source code revision control and how Bazaar (bzr) fits into this picture. The bzr terminology and most useful commands will be explained as well as examples on topics like:

* Creating a repository
* Adding files
* Editing files and commiting changes
* Branching
* Plugins and extensions, Interoperability with other SCM systems

Attendees will have a better understanding on how distributed revision control works in principle and how it can be utilized with Bazaar. The basic commands needed to get going will be covered, so users can get familiar with the concept by themselves.

  • 2009
  • brz
  • scm
  • svn
  • Talk (50min)

Lenz Grimmer

Tweet
Name: 
Lenz
Surname: 
Grimmer
[field_name-raw] [field_surname-raw]
Website: 
http://www.lenzg.net/
Twitter: 
LenzGr

My name is Lenz Grimmer and I am a Linux/Open Source enthusiast. I currently live in Hamburg, Germany and I work for Oracle as a member of the MySQL community relations team. Before I joined that team in December 2005, I worked there as a senior production engineer, in charge of producing the offical MySQL server release builds.
Before, I was a developer in the distribution development team of SuSE Linux AG in Nuernberg, Germany from April 1998 until the end of March 2002.

Back references from Speaker in Session: 
phpDay: 2009
Title Date Time Path
The Bazaar source revision control system 05/15/2009 04:00 PM Sala 2
MySQL Backup and Security - Best practices 05/15/2009 04:30 PM Sala 2
  • 2009
  • mysql

The Status of PHP

Tweet
Speaker: 
Rasmus Lerdorf
Language: 
English
Date: 
May, 15th
Time: 
02:00 PM
Path: 
Sala 1

.

  • 2009
  • php
  • Keynote (30min)

Simple is Hard

Tweet
Speaker: 
Rasmus Lerdorf
Language: 
English
Date: 
May, 15th
Time: 
12:00 PM
Path: 
Sala 1

.

  • 2009
  • php
  • Talk (50min)

Rasmus Lerdorf

Tweet
Name: 
Rasmus
Surname: 
Lerdorf
[field_name-raw] [field_surname-raw]
Website: 
http://toys.lerdorf.com/
Twitter: 
rasmus

Rasmus Lerdorf is known for having gotten the PHP project off the ground in 1995 and has contributed to a number of other open source projects over the years. He was most recently an infrastructure architect at Yahoo! for more than 7 years before joining WePay in 2010. He was born in Greenland, grew up in Denmark and Canada and has a Systems Design engineering degree from the University of Waterloo. You can follow @rasmus on Twitter.

Back references from Speaker in Session: 
phpDay: 2009
Title Date Time Path
Simple is Hard 05/15/2009 12:00 PM Sala 1
The Status of PHP 05/15/2009 02:00 PM Sala 1
  • 2009
  • php

Bleeding Edge PHP with Doctrine 2

Tweet
Speaker: 
Jonathan Wage
Language: 
English
Date: 
May, 16th
Time: 
05:00 PM
Path: 
Sala 1

Doctrine 2 is a major evolution of the original version. Many edge cases and problems were discovered through the development of it. This new version re-writes a lot of code, re-organizes and re-names things and introduces many new features. The most exciting fact of Doctrine 2 is that it will require PHP 5.3 and it takes advantage of some of the brand new features of PHP that have never been seen before. Not only will Doctrine 2 have new functionality but the performance will be significantly better. In this talk we will discuss these new features and show some code examples of what is to come with the next major version of Doctrine!

  • 2009
  • doctrine
  • doctrine2
  • orm
  • Talk (50min)

Doctrine for PHP Developers

Tweet
Speaker: 
Jonathan Wage
Language: 
English
Date: 
May, 16th
Time: 
03:00 PM
Path: 
Sala 1

Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.

  • 2009
  • doctrine
  • orm
  • symfony
  • Talk (50min)

Language

  • Italiano Italiano
  • English English

Tweets on phpDay

Flickr pool

Facebook fans


Tag cloud

php drupal cms agile symfony windows grusp security zend tdd framework phpday2011 orm mysql doctrine rest social continuous integration test performance cloud xp qa refactoring symfony2
more tags
©MMX - Associazione Gr.U.S.P.