Better title

This commit is contained in:
Rasmus Lerdorf
2008-09-12 23:51:20 +00:00
parent 3d3e50dda9
commit f4c4452486
3 changed files with 5 additions and 6 deletions

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>