com presentations: MongoDB talk for php EM: mongo-phpem.xml slides/mongodb/index.jpg slides/mongodb/phplib-title.xml

[email protected] (Derick Rethans) Sun, 26 Nov 2017 00:30:47 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    ea24aec088351c2a83316ce7b4290a59ca2f7cfd
Author:    Derick Rethans <[email protected]>         Sun, 26 Nov 2017 00:30:47 +0000
Parents:   3b635d02da414eaf9b6bc968c3a2ab4cb1339237
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=ea24aec088351c2a83316ce7b4290a59ca2f7cfd

Log:
MongoDB talk for php EM

Changed paths:
  A  mongo-phpem.xml
  M  slides/mongodb/index.jpg
  M  slides/mongodb/phplib-title.xml


Diff:
diff --git a/mongo-phpem.xml b/mongo-phpem.xml
new file mode 100644
index 0000000..8d151e9
--- /dev/null
+++ b/mongo-phpem.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="utf-8"?>
+<presentation css="10gen-strict.css">
+<topic>MongoDB</topic>
+<title>A Whirlwind Tour of MongoDB</title>
+<event>PHP EM Unconference</event>
+<location>Leicester, UK</location>
+<date>November 25th, 2017</date>
+<speaker>Derick Rethans</speaker>
+<email>[email protected]</email>
+<twitter>derickr</twitter>
+<url>http://derickrethans.nl/talks.html</url>
+<joindin>https://joind.in/22962</joindin>
+<slide>slides/mongodb/title.xml</slide>
+
+<slide>slides/mongodb/databasefield.xml</slide>
+<slide>slides/mongodb/nosql.xml</slide>
+
+** Terms **
+
+<slide>slides/mongodb/collections-documents.xml</slide>
+
+<slide>slides/mongodb/document-title.xml</slide>
+<slide>slides/mongodb/document-simple.xml</slide>
+<slide>slides/mongodb/document-complex.xml</slide>
+
+<slide>slides/mongodb/collections-title.xml</slide>
+<slide>slides/mongodb/collections.xml</slide>
+
+<slide>slides/mongodb/index-title.xml</slide>
+<slide>slides/mongodb/index.xml</slide>
+<slide>slides/mongodb/indexes-special.xml</slide>
+
+** From PHP **
+
+<slide>slides/mongodb/phplib-title.xml</slide>
+<slide>slides/mongodb/phplib-crud.xml</slide>
+<slide>slides/mongodb/query-side-by-side.xml</slide>
+
+<slide>slides/mongodb/keys-title.xml</slide>
+<slide>slides/mongodb/data-model.xml</slide>
+
+Common Patterns
+
+- RDBMS-normalisation.
+
+<slide>slides/mongodb/eav2.xml</slide>
+<slide>slides/mongodb/eav3.xml</slide>
+
+<slide>slides/mongodb/embed-vs-link.xml</slide>
+
+
+<!-- REPLICATION -->
+<slide>slides/mongodb/replication-title.xml</slide>
+<slide>slides/mongodb/repl-features.xml</slide>
+<slide>slides/mongodb/repl-works-normal.xml</slide>
+<slide>slides/mongodb/repl-eventual-consistency.xml</slide>
+
+<slide>slides/mongodb/questions.xml</slide>
+<slide>slides/mongodb/resources.xml</slide>
+
+</presentation>
diff --git a/slides/mongodb/index.jpg b/slides/mongodb/index.jpg
index 9c1d4d2..d762822 100644
Binary files a/slides/mongodb/index.jpg and b/slides/mongodb/index.jpg differ
diff --git a/slides/mongodb/phplib-title.xml b/slides/mongodb/phplib-title.xml
index f9c2498..b4b8649 100644
--- a/slides/mongodb/phplib-title.xml
+++ b/slides/mongodb/phplib-title.xml
@@ -1,4 +1,3 @@
-<slide style="title">
+<slide style="title" background="phplib.jpg" background_attr="Derick Rethans">
 <title>PHP &amp; MongoDB</title>
-<image align="center" filename="phplib.jpg" attr="Derick Rethans"/>
 </slide>