mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
- eZ con slides updates.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
<blurb>New components:</blurb>
|
||||
<list>
|
||||
<bullet>*Authentication*</bullet>
|
||||
<bullet>*ContentDiff*</bullet>
|
||||
<bullet>*Feed*: RSS/ATOM feeds</bullet>
|
||||
<bullet>*Graph*: Graphs and diagrams</bullet>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<slide>
|
||||
<title>What's Now?</title>
|
||||
<title>Current Components</title>
|
||||
<subtitle>Included components in eZ components 1.1</subtitle>
|
||||
|
||||
<list>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<slide>
|
||||
<title>What's Now?</title>
|
||||
<title>Current Components</title>
|
||||
<subtitle>Included components in eZ components 1.1</subtitle>
|
||||
|
||||
<list>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<slide>
|
||||
<title>What's Now?</title>
|
||||
<title>Current Components</title>
|
||||
<subtitle>Included components in eZ components 1.1</subtitle>
|
||||
|
||||
<list>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<blurb>When...</blurb>
|
||||
<list>
|
||||
<bullet>documentation isn't clear enough</bullet>
|
||||
<bullet>you simple have questions and or suggestions</bullet>
|
||||
<bullet>you simply have questions and or suggestions</bullet>
|
||||
</list>
|
||||
<break/>
|
||||
<blurb>Feel free to...</blurb>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 16 KiB |
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<slide fontsize="6em">
|
||||
<title>Component Versioning (2)</title>
|
||||
<title>Component Versioning</title>
|
||||
|
||||
<image filename="versioning.png"/>
|
||||
<blurb>eZ components</blurb>
|
||||
<break/>
|
||||
<image filename="versioning.png" y-offset="1" />
|
||||
|
||||
</slide>
|
||||
|
||||
@@ -6,9 +6,10 @@
|
||||
<bullet>The less the better</bullet>
|
||||
<bullet>Only if really necessary</bullet>
|
||||
<bullet>Dependency-only packages</bullet>
|
||||
<bullet>Tie-Ins</bullet>
|
||||
</list>
|
||||
<break/>
|
||||
|
||||
<blurb>Tie-Ins:</blurb>
|
||||
<break/>
|
||||
<image align="center" filename="tie-in.png" pdf-scale="0.6" y-offset="4.5"/>
|
||||
</slide>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<slide fontsize="6em">
|
||||
<title>Library Goals</title>
|
||||
<title>eZ components Goals</title>
|
||||
|
||||
<list>
|
||||
<bullet>Provide a solid platform for PHP application development</bullet>
|
||||
|
||||
45
xdebug-ezcon.xml
Normal file
45
xdebug-ezcon.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<presentation
|
||||
template="css"
|
||||
navmode="html"
|
||||
navbarbackground="#4373b4"
|
||||
navbartopiclinks="0"
|
||||
navColor="#f1fbff"
|
||||
logo1=""
|
||||
stylesheet="presentations/slides/perf/ezp.css"
|
||||
backgroundfixed="1" >
|
||||
<topic>Debugging</topic>
|
||||
<title>Xdebug</title>
|
||||
<event>eZ Conference - Crew Day</event>
|
||||
<location>Skien, Norway</location>
|
||||
<date>June 20th, 2006</date>
|
||||
<speaker>Derick Rethans</speaker>
|
||||
<email>dr@ez.no</email>
|
||||
<url>http://files.derickrethans.nl/xdebug-ezcon.pdf</url>
|
||||
<slide>slides/xdebug/title.xml</slide>
|
||||
|
||||
<!-- INTRODUCTION -->
|
||||
<slide>slides/xdebug/why-debugger1.xml</slide>
|
||||
<slide>slides/xdebug/why-debugger2.xml</slide>
|
||||
<slide>slides/xdebug/why-debugger3.xml</slide>
|
||||
<slide>slides/xdebug/how-to-install.xml</slide>
|
||||
<slide>slides/xdebug/how-to-install2.xml</slide>
|
||||
<slide>slides/xdebug/how-to-install-win.xml</slide>
|
||||
<slide>slides/xdebug/how-to-install3.xml</slide>
|
||||
<slide>slides/xdebug/why-crash.xml</slide> <!-- max nesting, function trace -->
|
||||
<slide>slides/xdebug/where-error.xml</slide>
|
||||
<slide>slides/xdebug/debug-req-vars.xml</slide>
|
||||
<slide>slides/xdebug/xdebug-var-dump.xml</slide>
|
||||
<slide>slides/xdebug/how-many-functions.xml</slide>
|
||||
<slide>slides/xdebug/how-much-time.xml</slide>
|
||||
<slide>slides/xdebug/how-much-memory.xml</slide>
|
||||
<slide>slides/xdebug/wtf-happens.xml</slide>
|
||||
<slide>slides/xdebug/live-demo.xml</slide>
|
||||
<slide>slides/xdebug/which-code-do-i-use.xml</slide>
|
||||
<slide>slides/xdebug/profiling.xml</slide>
|
||||
<slide>slides/xdebug/live-demo.xml</slide>
|
||||
<slide>slides/xdebug/analyse-running-script.xml</slide>
|
||||
<slide>slides/xdebug/live-demo.xml</slide>
|
||||
<slide>slides/xdebug/resources.xml</slide>
|
||||
|
||||
</presentation>
|
||||
Reference in New Issue
Block a user