mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
Bellingham talk
This commit is contained in:
51
bellingham.xml
Normal file
51
bellingham.xml
Normal file
@@ -0,0 +1,51 @@
|
||||
<presentation
|
||||
template="php2"
|
||||
titlecolor="#1111aa"
|
||||
navbarbackground="url(images/trans-ffffff.png)"
|
||||
logo1="images/php-med-trans-light.gif"
|
||||
titlesize="2em"
|
||||
navbarheight="4.1em"
|
||||
>
|
||||
<topic>PHP</topic>
|
||||
<title>PHP</title>
|
||||
<event>Linuxfest Northwest 2004</event>
|
||||
<location>Bellingham, WA</location>
|
||||
<date>Apr.17, 2004</date>
|
||||
<speaker>Rasmus Lerdorf</speaker>
|
||||
<email>rasmus@php.net</email>
|
||||
<url>http://talks.php.net/show/bellingham</url>
|
||||
|
||||
<chapter title="Introduction">
|
||||
<slide>slides/titlepage.xml</slide>
|
||||
</chapter>
|
||||
|
||||
<slide>slides/intro/bellingham_goals.xml</slide>
|
||||
|
||||
<chapter title="Design">
|
||||
<slide>slides/intro/design.xml</slide>
|
||||
<slide>slides/intro/urlapi.xml</slide>
|
||||
<slide>slides/intro/pi.xml</slide>
|
||||
<slide>slides/intro/errdoc.xml</slide>
|
||||
<slide>slides/intro/image_cache.xml</slide>
|
||||
<slide>slides/intro/funky.xml</slide>
|
||||
<slide>slides/intro/app_arch.xml</slide>
|
||||
<slide>slides/intro/layers.xml</slide>
|
||||
</chapter>
|
||||
|
||||
<chapter title="Performance">
|
||||
<slide>slides/intro/php_tuning1.xml</slide>
|
||||
<slide>slides/intro/php_opcode_caches.xml</slide>
|
||||
<slide>slides/intro/php_opcode_caches-split.xml</slide>
|
||||
<slide>slides/intro/php_opcode_caches3.xml</slide>
|
||||
<slide>slides/intro/php_bench1.xml</slide>
|
||||
<slide>slides/intro/php_bench2.xml</slide>
|
||||
<slide>slides/intro/php_bench3.xml</slide>
|
||||
<slide>slides/intro/php_profiling.xml</slide>
|
||||
<slide>slides/intro/xdebug.xml</slide>
|
||||
<slide>slides/intro/valgrind.xml</slide>
|
||||
<slide>slides/intro/stop.xml</slide>
|
||||
</chapter>
|
||||
|
||||
<slide>slides/intro/resources.xml</slide>
|
||||
|
||||
</presentation>
|
||||
13
slides/intro/bellingham_goals.xml
Normal file
13
slides/intro/bellingham_goals.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<slide title="Goals for this talk">
|
||||
<blurb> </blurb>
|
||||
<list fontsize="5em">
|
||||
<item>Design</item>
|
||||
<item>Implement</item>
|
||||
<item>Test and Benchmark</item>
|
||||
<item>Profile</item>
|
||||
<item>Optimize</item>
|
||||
<item>Deploy</item>
|
||||
<item>...</item>
|
||||
<item>Profit</item>
|
||||
</list>
|
||||
</slide>
|
||||
@@ -9,5 +9,6 @@
|
||||
<link fontsize="3em" marginleft="3em" leader="Bugs: " href="http://bugs.php.net"/>
|
||||
<link fontsize="3em" marginleft="3em" leader="PEAR: " href="http://pear.php.net"/>
|
||||
<link fontsize="3em" marginleft="3em" leader="PECL: " href="http://pecl.php.net"/>
|
||||
<link fontsize="3em" marginleft="3em" leader="Talks: " href="http://talks.php.net"/>
|
||||
<link fontsize="3em" marginleft="3em" leader="Xdebug: " href="http://xdebug.org"/>
|
||||
</slide>
|
||||
|
||||
Reference in New Issue
Block a user