mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
Better title
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
navbarheight="4.1em"
|
||||
>
|
||||
<topic>PHP</topic>
|
||||
<title>PHP and Apis</title>
|
||||
<title>Hacking with PHP</title>
|
||||
<location>Sunnyvale, CA</location>
|
||||
<date>Sept 12, 2008</date>
|
||||
<speaker>Rasmus Lerdorf</speaker>
|
||||
@@ -17,8 +17,6 @@
|
||||
|
||||
<slide>slides/intro/titlepage.xml</slide>
|
||||
|
||||
<slide>slides/intro/hack08_agenda.xml</slide>
|
||||
|
||||
<!-- History -->
|
||||
<slide>slides/fowa/hist1.xml</slide>
|
||||
<slide>slides/fowa/hist2.xml</slide>
|
||||
|
||||
@@ -11,9 +11,10 @@ if(!empty($_GET['loc'])) {
|
||||
}
|
||||
?>
|
||||
<html><head>
|
||||
<script type="text/javascript" src="http://yui.yahooapis.com/2.5.2/build/utilities/utilities.js"></script>
|
||||
<script type="text/javascript"
|
||||
src="http://yui.yahooapis.com/2.5.2/build/utilities/utilities.js">
|
||||
</script>
|
||||
<script language="javascript">
|
||||
|
||||
var fN = function callBack(o) {
|
||||
var latlon = document.getElementById('output');
|
||||
latlon.innerHTML = o.responseText;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<slide title="GeoPlanet">
|
||||
<break lines="1" />
|
||||
<link marginleft="5em" href="http://developer.yahoo.com/geo/"/>
|
||||
<link marginleft="1.5em" fontsize="5em" href="http://developer.yahoo.com/geo/"/>
|
||||
<example title="geo.php" filename="geo.php" hide="0" result="0" fontsize="1.5em" marginright="0em"/>
|
||||
<example title="" filename="http://pres2.localhost/presentations/slides/intro/geo.php" hide="1" result="1" marginright="0em" type="iframe"/>
|
||||
</slide>
|
||||
|
||||
Reference in New Issue
Block a user