mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Useing <?php standard open tags instead of the shorter one At least trying to be short_tags off compatible. more to come...
157 lines
4.9 KiB
PHP
157 lines
4.9 KiB
PHP
<?php
|
|
require_once 'prepend.inc';
|
|
commonHeader("Call For Participation");
|
|
?>
|
|
|
|
<h1>Call for Participation</h1>
|
|
|
|
<p>
|
|
O'Reilly & Associates is pleased to announce the 1st annual PHP
|
|
Conference. This event is the central gathering place for the PHP
|
|
community to exchange ideas, techniques, and to advance the language. The
|
|
PHP Conference is a five-day event designed for PHP programmers and
|
|
developers and technical staff involved in PHP technology and its
|
|
applications. The conference will be part of the O'Reilly Open Source
|
|
Convention alongside the 5th annual Perl Conference at the Sheraton San
|
|
Diego Hotel and Marina, San Diego, California, July 23-27, 2001.
|
|
</p>
|
|
|
|
<p>
|
|
The Open Source Conference includes two days of intensely focused
|
|
tutorials aimed mainly at intermediate and advanced PHP, Perl and Python
|
|
programmers along with users of popular technologies such as XML, MySQL,
|
|
Mozilla, Apache, Tcl and Zope. These tutorials are designed to provide
|
|
concrete knowledge that leads directly to better programs. Three days
|
|
of multi-tracked conference sessions focus on the cutting edge technology
|
|
and feature talks, demonstrations, and panel debates on topics ranging from
|
|
object-orientation to data mining.
|
|
</p>
|
|
<p>
|
|
Technically sophisticated individuals who are actively working with the
|
|
technology make all tutorial and conference presentations. Presentations
|
|
by marketing staff or with a marketing focus will not be accepted.
|
|
</p>
|
|
<h1>Participation Opportunities </h1>
|
|
<p>
|
|
Individuals and companies interested in making technical presentations at
|
|
the Conference are invited to submit proposals to the conference
|
|
organizers following the guidelines below. Proposals will be considered in
|
|
two classes: tutorial programs and conference presentations.
|
|
</p>
|
|
<h1>Topics</h1>
|
|
<p>
|
|
The program committee invites submissions of tutorials, or conference
|
|
presentations on topics of interest to PHP programmers. Here are some
|
|
suggested topics:
|
|
<ul>
|
|
<li> Extending PHP</li>
|
|
<li> E-Commerce with PHP</li>
|
|
<li> WebMail with PHP</li>
|
|
<li> XML/XSLT/XML-RPC</li>
|
|
<li> CORBA and PHP</li>
|
|
<li> LDAP</li>
|
|
<li> PHP on Windows</li>
|
|
<li> Ways to connect to Windows ODBC from UNIX</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<h1>Tutorial Presentations</h1>
|
|
<p>
|
|
The first two days of the conference are devoted to tutorial
|
|
presentations. Tutorial proposals must include:
|
|
<ul>
|
|
|
|
<li> Tutorial Title </li>
|
|
|
|
<li> Tutorial length (3 or 6 hours) </li>
|
|
|
|
<li> Target audience including any prerequisites for taking advantage of the
|
|
material (i.e. a basic understanding of PHP is necessary) </li>
|
|
|
|
<li> What attendees will learn--the knowledge or skill take-away attendees
|
|
will have at the completion of thetutorial </li>
|
|
|
|
<li> Tutorial outline--a short bullet list or description of the course
|
|
itself and the material it covers </li>
|
|
|
|
<li> Speaker name </li>
|
|
|
|
<li> Speaker biography </li>
|
|
|
|
<li> Complete speaker contact information; if applicable, include
|
|
administrative support contact information </li>
|
|
</ul>
|
|
</p>
|
|
|
|
<h1>Conference Presentations</h1>
|
|
<p>
|
|
Conference presentations will take place on the third to fifth days of the
|
|
conference and participation will be considered for these types of talks:
|
|
|
|
<ul>
|
|
<li>Case studies showing an application of PHP, the problems that were solved
|
|
and the lessons learned</li>
|
|
|
|
<li>Focused technology discussions covering a specific PHP technology and
|
|
showing a variety of implementation or application options</li>
|
|
|
|
<li>New product/technology demonstrations--live demonstrations of released or
|
|
near released PHP extensions or applications</li>
|
|
|
|
<li>Panel participation--speakers to participate in one of the various panel
|
|
discussions that are part of the conference</li>
|
|
</ul>
|
|
</p>
|
|
<p>
|
|
Conference proposals must include:
|
|
<ul>
|
|
<li> Type of talk--technology, new product, case study, or panel </li>
|
|
|
|
<li> Title of talk or demonstration </li>
|
|
|
|
<li> Abstract of talk, maximum 250 words </li>
|
|
|
|
<li> Speaker name </li>
|
|
|
|
<li> Speaker biography </li>
|
|
|
|
<li> Complete speaker contact information; if applicable,
|
|
include administrative support contact information </li>
|
|
</ul>
|
|
</p>
|
|
|
|
<h1>Submitting Your Proposal</h1>
|
|
<p>
|
|
Please send all proposals to: oscon2001-php-proposals@oreilly.com.
|
|
</p>
|
|
|
|
<p>
|
|
Submit all proposals via electronic mail in plain text with no
|
|
attachments. Submit one proposal per email. The subject line of your email
|
|
must follow this format:
|
|
|
|
<pre>Your Last Name: proposal type (tutorial, proposal, paper): proposal title</pre>
|
|
|
|
for example: <pre>Smith: Tutorial: Advanced PHP Programming </pre>
|
|
</p>
|
|
<p>
|
|
You will receive an automatic confirmation of receipt for each proposal.
|
|
</p>
|
|
|
|
<h1>Important Dates</h1>
|
|
<p>
|
|
Proposals due: <b>February 15, 2001 </b>
|
|
</p>
|
|
<p>
|
|
Notification to conference and tutorial presenters: <b>March 1, 2001 </b>
|
|
</p>
|
|
<p>
|
|
Tutorial presentations due: <b>May 1, 2001 </b>
|
|
</p>
|
|
<p>
|
|
Conference presentations due: <b>June 1, 2001 </b>
|
|
</p>
|
|
<?php
|
|
commonFooter();
|
|
?>
|