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

Documentation generated on Mon, 11 Mar 2019 15:31:21 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.