pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file slides.php

Documentation is available at slides.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2004-2005 The PEAR Group                               |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20.  
  21. response_header('Support - Presentation Slides');
  22. ?>
  23. <p>The following is a list of pointers to the slides of presentations
  24. that have been held about PEAR.</p>
  25.  
  26. <ul>
  27.  <li>
  28.   <p>
  29.    <cite>
  30.     <a href="http://talks.php.net/show/ossbarcamp2009">PEAR</a>
  31.    </cite>
  32.   </p>
  33.   <ul>
  34.     <li>Date: 2009-09-19</li>
  35.     <li>Presenter: <?php echo user_link('kguest'true)?></li>
  36.     <li>Venue: OSS BarCamp, Dublin, Ireland</li>
  37.     <li>Language: English</li>
  38.   </ul>
  39.  </li>
  40.  <li>
  41.   <p>
  42.    <cite>
  43.     <a href="http://www.novadevel.com/m/ifeghali/slides/PHPConfBrasil07-PEAR_pears_and_dogs.pdf">PEAR, pears and dogs</a>
  44.    </cite>
  45.   </p>
  46.   <ul>
  47.     <li>Date: 2007-12-01</li>
  48.     <li>Presenter: <?php echo user_link('ifeghali'true)?></li>
  49.     <li>Venue: PHP Conference Brasil 2007, Sao Paulo, Brazil</li>
  50.     <li>Language: Portuguese</li>
  51.   </ul>
  52.  </li>
  53.  <li>
  54.   <p><cite><a href="http://www.novadevel.com/m/ifeghali/slides/FISL8-MDB2_Schema.pdf">MDB2_Schema</a></cite></p>
  55.   <ul>
  56.     <li>Date: 2007-04-13</li>
  57.     <li>Presenter: <?php echo user_link("ifeghali"true)?></li>
  58.     <li>Venue: 8th International Free Software Forum, Porto Alegre, Brazil</li>
  59.     <li>Language: Portuguese</li>
  60.   </ul>
  61.  </li>
  62.  <li>
  63.   <p><cite><a href="http://www.novadevel.com/m/ifeghali/slides/PHPConfBrasil06-MDB2_Schema.pdf">MDB2_Schema</a></cite></p>
  64.   <ul>
  65.     <li>Date: 2006-12-02</li>
  66.     <li>Presenter: <?php echo user_link("ifeghali"true)?></li>
  67.     <li>Venue: PHP Conference Brasil 2006, Sao Paulo, Brazil</li>
  68.     <li>Language: Portuguese</li>
  69.   </ul>
  70.  </li>
  71.  <li>
  72.   <p><cite><a href="http://kore-nordmann.de/slides.html">
  73.   3D rendering with PHP</a></cite></p>
  74.   <ul>
  75.     <li>Date: 2005-11-08</li>
  76.     <li>Presenter: <?php echo user_link("kore"true)?></li>
  77.     <li>Venue: International PHP Conference,
  78.     Frankfurt, Germany</li>
  79.     <li>Language: German</li>
  80.   </ul>
  81.  </li>
  82.  <li>
  83.   <p><cite><a href="http://schlitt.info/misc/PEAR_distributing_PHP_Conf_2005_toby.tar.gz">
  84.   Distributing PHP applications with PEAR</a></cite></p>
  85.   <ul>
  86.     <li>Date: 2005-11-07</li>
  87.     <li>Presenter: <?php echo user_link("toby"true)?></li>
  88.     <li>Venue: International PHP Conference,
  89.     Frankfurt, Germany</li>
  90.     <li>Language: English</li>
  91.   </ul>
  92.  </li>
  93.  <li>
  94.   <p><cite><a href="http://www.schlitt.info/misc/ZendPHPConf_PEAR.pdf">
  95.   PEAR (General overview, news in 1.4)</a></cite></p>
  96.   <ul>
  97.     <li>Date: 2005-10-20</li>
  98.     <li>Presenter: <?php echo user_link("toby"true)?></li>
  99.     <li>Venue: Zend/PHP Conference and Expo,
  100.     San Francisco, California / USA</li>
  101.     <li>Language: English</li>
  102.   </ul>
  103.  </li>
  104.  <li>
  105.   <p><cite><a href="http://www.schlitt.info/misc/News_from_PEAR_Linuxtag2005_toby.tar.gz">
  106.   News from PEAR (Slides + 10 pages elaboration + examples)</a></cite></p>
  107.   <ul>
  108.     <li>Date: 2005-06-23</li>
  109.     <li>Presenter: <?php echo user_link("toby"true)?></li>
  110.     <li>Venue: Linuxtag 2005,
  111.     Karlsruhe, Germany</li>
  112.     <li>Language: English</li>
  113.   </ul>
  114.  </li>
  115.  <li>
  116.   <p><cite><a href="http://www.php-tools.net/downloads/sessions/phpconference2005spring/Event-Driven.pdf">
  117.   Component and Event-Driven architectures in PHP (Event_Dispatcher)</a></cite>
  118.   <a href="http://www.php-tools.net/downloads/sessions/phpconference2005spring/Event-Driven-Examples.zip">Example code</a></p>
  119.   <ul>
  120.     <li>Date: 2005-05-03</li>
  121.     <li>Presenter: <?php echo user_link("schst"true)?></li>
  122.     <li>Venue: Interantional PHP Conference 2005 Spring Edition,
  123.     Amsterdam, Netherlands</li>
  124.     <li>Language: English</li>
  125.   </ul>
  126.  </li>
  127.  <li>
  128.   <p><cite><a href="http://www.schlitt.info/misc/Whats_new_in_PEAR_PHP5_PHP_Conference_Spring_Amsterdam_2005_toby.tar.gz">
  129.   What's new in PEAR? (News from PEAR 1.4 and PEAR with PHP5)</a></cite></p>
  130.   <ul>
  131.     <li>Date: 2005-05-04</li>
  132.     <li>Presenter: <?php echo user_link("toby"true)?></li>
  133.     <li>Venue: Interantional PHP Conference 2005 Spring Edition,
  134.     Amsterdam, Netherlands</li>
  135.     <li>Language: English</li>
  136.   </ul>
  137.  </li>
  138.  <li>
  139.   <p><cite><a href="http://www.schlitt.info/misc/PHP_Conf_2005_spring_XML_Webservices_PHP5_PEAR_schst_toby.tar.gz">
  140.   XML and Webservices with PHP 5.0/5.1, PECL and PEAR</a></cite></p>
  141.   <ul>
  142.     <li>Date: 2005-05-02</li>
  143.     <li>Presenter: <?php echo user_link("schst"true)?> and <?php echo user_link("toby"true)?></li>
  144.     <li>Venue: Interantional PHP Conference 2005 Spring Edition,
  145.     Amsterdam, Netherlands</li>
  146.     <li>Language: English</li>
  147.   </ul>
  148.  </li>
  149.  <li>
  150.   <p><cite><a href="http://www.schlitt.info/download/PHP_Quebec_2005_Session_toby.pdf">
  151.   PEAR Introduction Talk</a></cite></p>
  152.   <ul>
  153.     <li>Date: 2005-03-31</li>
  154.     <li>Presenter: <?php echo user_link("toby"true)?></li>
  155.     <li>Venue: PHP Conference Quebec 2005,
  156.     Montreal, Canada</li>
  157.     <li>Language: English</li>
  158.   </ul>
  159.  </li>
  160.  <li>
  161.   <p><cite><a href="http://www.schlitt.info/download/PEAR_Workshop_Quebec_2005_toby.tar.gz">
  162.   PEAR Workshop</a></cite></p>
  163.   <ul>
  164.     <li>Date: 2005-03-31</li>
  165.     <li>Presenter: <?php echo user_link("toby"true)?></li>
  166.     <li>Venue: PHP Conference Quebec 2005,
  167.     Montreal, Canada</li>
  168.     <li>Language: English</li>
  169.   </ul>
  170.  </li>
  171.  <li>
  172.   <p><cite><a href="http://www.sebastian-bergmann.de/talks/2004-11-10-PHPUnit.pdf">
  173.   Testgetriebene Entwicklung mit PHPUnit</a></cite></p>
  174.   <ul>
  175.     <li>Date: 2004-11-10</li>
  176.     <li>Presenter: <?php echo user_link("sebastian"true)?></li>
  177.     <li>Venue: International PHP Conference, Frankfurt, Germany</li>
  178.     <li>Language: German</li>
  179.   </ul>
  180.  </li>
  181.  <li>
  182.   <p><cite><a href="http://www.arachnion.de/conf2004/">
  183.   Building Web clients using XUL and SOAP</a></cite></p>
  184.   <ul>
  185.     <li>Date: 2004-11-10</li>
  186.     <li>Presenter: Volker Goebbels</li>
  187.     <li>Venue: International PHP Conference, Frankfurt, Germany</li>
  188.     <li>Language: English</li>
  189.   </ul>
  190.  </li>
  191.  <li>
  192.   <p><cite><a href="http://www.php-tools.net/site.php?file=/about/presentations.xml">HTTP_SessionServer - Maintaining state across different Servers</a></cite></p>
  193.   <ul>
  194.     <li>Date: 2004-11-09</li>
  195.     <li>Presenter: <?php echo user_link("schst"true)?></li>
  196.     <li>Venue: International PHP Conference, Frankfurt, Germany</li>
  197.     <li>Language: English</li>
  198.   </ul>
  199.  </li>
  200.  <li>
  201.   <p><cite><a href="http://www.limbourg.com/pres/2004/francfort_liveuser/">PEAR::LiveUser - Integrating into new and existing applications</a></cite></p>
  202.   <ul>
  203.     <li>Date: 2004-11-09</li>
  204.     <li>Presenter: <?php echo user_link("arnaud"true)?></li>
  205.     <li>Venue: International PHP Conference, Frankfurt, Germany</li>
  206.     <li>Language: English</li>
  207.   </ul>
  208.  </li>
  209.  <li>
  210.   <p><cite><a href="http://www.schlitt.info/download/PEAR_Powerworkshop_Fall_2004.tar.gz">
  211.   PEAR</a></cite></p>
  212.   <ul>
  213.     <li>Date: 2004-11-07</li>
  214.     <li>Presenters: <?php echo user_link("lsmith"true)?> and <?php echo user_link("toby"true)?></li>
  215.     <li>Venue: PEAR Powerworkshop, International PHP Conference,
  216.     Frankfurt, Germany</li>
  217.     <li>Language: English</li>
  218.   </ul>
  219.  </li>
  220.  
  221.  <li>
  222.   <p><cite>
  223.    <a href="http://www.schlitt.info/index.php/content.publications_phpworld2004">PEAR von A-Z</a>
  224.   </cite></p>
  225.   <ul>
  226.     <li>Date: 2004-10-21</li>
  227.     <li>Presenter: <?php echo user_link("toby"true)?></li>
  228.     <li>Venue: PHP World, Munich, Germany</li>
  229.     <li>Language: German</li>
  230.   </ul>
  231.  </li>
  232.  
  233.  <li>
  234.   <p><cite>
  235.    <a href="http://www.php-tools.net/site.php?file=/about/presentations.xml">
  236.    PEAR for the masses</a></cite></p>
  237.   <ul>
  238.     <li>Date: 2004-07-30</li>
  239.     <li>Presenters: <?php echo user_link("schst"true)?></li>
  240.     <li>Venue: O'Reilly Open Source Conference 2004, Portland/Oregon, United States</li>
  241.     <li>Language: English</li>
  242.   </ul>
  243.  </li>
  244.  
  245.  <li>
  246.   <p><cite>
  247.    <a href="http://www.schlitt.info/index.php/content.publications_linuxtag2004">PEAR - An introduction</a>
  248.   </cite></p>
  249.   <ul>
  250.     <li>Date: 2004-06-25</li>
  251.     <li>Presenters: <?php echo user_link("neufeind"true)?> and <?php echo user_link("toby"true)?></li>
  252.     <li>Venue: Linuxtag 2004, Karlsruhe, Germany</li>
  253.     <li>Language: English</li>
  254.   </ul>
  255.  </li>
  256.  
  257.  <li>
  258.   <p><cite><a href="http://www.phpconf.hu/rsduf/media/eloadasok/PEAR.pdf">
  259.   PEAR</a></cite></p>
  260.   <ul>
  261.     <li>Date: 2004-05-29</li>
  262.     <li>Presenter: <?php echo user_link("norbert"true)?></li>
  263.     <li>Venue: First Hungarian PHP Roadshow 2004, Dunaujvaros, Hungary</li>
  264.     <li>Language: Hungarian</li>
  265.   </ul>
  266.  </li>
  267.  
  268.  <li>
  269.   <p><cite><a href="http://www.sebastian-bergmann.de/talks/2004-05-04-PHPUnit.pdf">
  270.   Testing Object-Oriented PHP Applications with PHPUnit</a></cite></p>
  271.   <ul>
  272.     <li>Date: 2004-05-04</li>
  273.     <li>Presenter: <?php echo user_link("sebastian"true)?></li>
  274.     <li>Venue: International PHP Conference, Amsterdam, Netherlands</li>
  275.     <li>Language: English</li>
  276.   </ul>
  277.  </li>
  278.  
  279.  <li>
  280.   <p><cite><a href="http://www.schlitt.info/download/PEAR_Powerworkshop_Spring_2004.tar.gz">
  281.   PEAR not just a fleshy pome (Powerworkshop)</a></cite></p>
  282.   <ul>
  283.     <li>Date: 2004-05-03</li>
  284.     <li>Presenters: <?php echo user_link("lsmith"true)?> and <?php echo user_link("toby"true)?></li>
  285.     <li>Venue: International PHP Conference Spring Edition,
  286.     Amsterdam, Netherlands</li>
  287.     <li>Language: English</li>
  288.   </ul>
  289.  </li>
  290.  
  291.  <li>
  292.   <p><cite><a href="http://www.schlitt.info/index.php/content.publications_phpconf2003ffm">
  293.   PEAR im Einsatz</a></cite></p>
  294.   <ul>
  295.     <li>Date: 2003-11-04</li>
  296.     <li>Presenter: <?php echo user_link("toby"true)?></li>
  297.     <li>Venue: International PHP Conference, Frankfurt, Germany</li>
  298.     <li>Language: German</li>
  299.   </ul>
  300.  </li>
  301.  
  302.  <li>
  303.   <p><cite><a href="http://www.php-con.com/2003/west/pdf/christian_wenz_archive.pdf">
  304.   Tour de PEAR</a></cite></p>
  305.   <ul>
  306.     <li>Date: 2003-10-24</li>
  307.     <li>Presenter: <?php echo user_link("wenz"true)?></li>
  308.     <li>Venue: php{con West 2003, Santa Clara, United States</li>
  309.     <li>Language: English</li>
  310.   </ul>
  311.  </li>
  312.  
  313.  <li>
  314.   <p><cite><a href="http://talks.php.net/show/sdphp_using_tools">
  315.   Making your (coding) life simpler</a></cite></p>
  316.   <ul>
  317.     <li>Date: 2003-06-05</li>
  318.     <li>Presenter: <?php echo user_link("jmcastagnetto"true)?></li>
  319.     <li>Venue: SDPHP monthly meeting, San Diego, United States</li>
  320.     <li>Language: English</li>
  321.   </ul>
  322.  </li>
  323.  
  324.  <li>
  325.   <p><cite><a href="http://www.sebastian-bergmann.de/talks/2003-05-09-Transforming_XML_with_PHP.pdf">
  326.   Transforming XML with PHP</a></cite></p>
  327.   <ul>
  328.     <li>Date: 2003-05-09</li>
  329.     <li>Presenter: <?php echo user_link("sebastian"true)?></li>
  330.     <li>Venue: International PHP Conference, Amsterdam, Netherlands</li>
  331.     <li>Language: English</li>
  332.   </ul>
  333.  </li>
  334.  
  335.  <li>
  336.   <p><cite><a href="http://kris.koehntopp.de/artikel/xml-transformer/">
  337.   XML Transformationen mit PHP (und warum XSLT saugt)</a></cite></p>
  338.   <ul>
  339.     <li>Date: 2002-11-05</li>
  340.     <li>Presenter: <?php echo user_link("sebastian"true)?> and <?php echo user_link("kk"true)?></li>
  341.     <li>Venue: International PHP Conference, Frankfurt, Germany</li>
  342.     <li>Language: Germany</li>
  343.   </ul>
  344.  </li>
  345.  
  346.  <li>
  347.   <p><cite><a href="http://talks.php.net/show/powerpear">
  348.   Teach Yourself PEAR in 6 Hours</a></cite></p>
  349.   <ul>
  350.     <li>Date: 2002-11-03</li>
  351.     <li>Presenter: <?php echo user_link("ssb"true)?></li>
  352.     <li>Venue: International PHP Conference, Frankfurt, Germany</li>
  353.     <li>Language: English</li>
  354.   </ul>
  355.  </li>
  356.  
  357.  <li>
  358.   <p><cite><a href="http://conf.php.net/pres/slides/pres/index.php?p=slides%2Fpear%2Flt2002&amp;id=pearlt2002">
  359.   The State of (the) PEAR</a></cite></p>
  360.   <ul>
  361.     <li>Date: 2002-06-08</li>
  362.     <li>Presenter: <?php echo user_link("ssb"true)?></li>
  363.     <li>Venue: LinuxTag, Karlsruhe, Germany</li>
  364.     <li>Language: English</li>
  365.   </ul>
  366.  </li>
  367.  
  368.  <li>
  369.   <p><cite><a href="http://conf.php.net/pear2">
  370.   The PHP Extension and Application Repository</a></cite></p>
  371.   <ul>
  372.     <li>Date: 2001-07-26</li>
  373.     <li>Presenter: <?php echo user_link("jon"true)?></li>
  374.     <li>Venue: O&#39;Reilly Open Source Convention 2001, San Diego,
  375.         United States</li>
  376.     <li>Language: English</li>
  377.   </ul>
  378.  </li>
  379.  
  380.  <li>
  381.   <p><cite><a href="http://conf.php.net/pres/index.php?p=slides%2Fpear&amp;id=pear">
  382.   The PHP Extension and Application Repository</a></cite></p>
  383.   <ul>
  384.     <li>Date: 2001-04-05</li>
  385.     <li>Presenter: <?php echo user_link("ssb"true)?></li>
  386.     <li>Venue: ApacheCon 2001, Santa Clara, United States</li>
  387.     <li>Language: English</li>
  388.   </ul>
  389.  </li>
  390. </ul>
  391.  
  392. <hr />
  393.  
  394. <p>Do you know of other presentation slides that should be added here?
  395. Please let the <a href="mailto:<?php echo PEAR_WEBMASTER_EMAIL ?>">webmaster
  396. team</a> know about them.</p>
  397.  
  398. <?php
  399. response_footer();

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.