From 9ea1042f208ad2bb069bc06aaf209dae3308ff14 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 7 Feb 2007 18:23:11 +0000 Subject: [PATCH] Add new conference page --- conferences/index.php | 111 ++++++++++++++++++++++++++++++++++++++++++ include/layout.inc | 6 +++ styles/site.css | 13 +++++ 3 files changed, 130 insertions(+) create mode 100644 conferences/index.php diff --git a/conferences/index.php b/conferences/index.php new file mode 100644 index 000000000..d6af05250 --- /dev/null +++ b/conferences/index.php @@ -0,0 +1,111 @@ + + $RSIDEBAR_DATA + +EOT; + +unset($RSIDEBAR_DATA); + +site_header("PHP Conferences around the world", array("layout_workaround" => $layout_workaround)); +?> + + +

PHP Québec conference 2007

+

+ [07-Feb-2007] +PHP Québec is pleased to announce the fifth edition of the PHP Québec Conference. +The conference will take place in Montréal, Canada on March 14-15-16th 2007. It features 2 days of +technicals talks and +an additional day of workshop. +Among the speakers, the well know PHP experts such has: Rasmus Lerdorf, Andrei +Zmievski, Derick Rethans, Ilia Alshanetsky, John Coggeshall, Damien Séguy, and many more. +

+

+The conference has three distinct tracks : Advanced Techniques, Data +Availability, PHP: Beyound Theory. With over 35 sessions and workshops, the +PHP Qu.bec Conference is great opportunity to learn about the latest +development and professional techniques to help you build high quality PHP +software and meet with PHP. +

+

+Special prices are available for all Open Source community members and major +contributors. +

+ +
+ + +

O'Reilly OSCON call for papers

+

+ [29-Jan-2007] +The O'Reilly Open Source Convention 2007 will once again take place from July 23rd - 27th 2007 +in Portland, Oregon, and has a PHP track as usual. The Call for Papers closes Monday February 5 2007. You can find more information at http://conferences.oreillynet.com/os2007/. +

+ +
+ + +

International PHP Conference 2007 Spring Edition : Call for Paper

+

+ [24-Jan-2007] +The International PHP Conference 2007 Spring Edition will happen from May, 21st to 23rd 2007 +in Stuttgart. The Call for Papers has just been opened. You can find more information at +http://phpconference.com/. +There's a pre-conference day on 21st of May with full day Power Workshops and +a Main Conference from 22nd to 23rd of May with 1 hour sessions. +

+

+Please submit your session proposals at +http://phpconference.com/input. +They will be voted by the Chair board consisting of Björn Schotte (Head of Chair), +Christopher Kunz and Sebastian Meyen. The language for talks is both English and German. +

+ +
+ +

PHP London 2007

+

+ [18-Jan-2007] +After the success of 2006 the PHP London user group is staging the UK's second dedicated PHP conference on Friday, 23 February 2007, in London. The conference will be a low-cost event, costing £50 for the day. Speakers include: Rasmus Lerdorf, Cal Evans, Simon Laws and Kevlin Henney. +

+ +
+ +

php|tek 2007

+

+ [12-Jan-2007] + php|architect is proud to announce php|tek 2007, which will take place in Chicago, Illinois (USA) on May 16-18, 2007. +

+

+ This year, the conference once again promises to be an excellent event for PHP developers of all levels, with talks from top PHP experts such as Rasmus Lerdorf, Chris Shiflett, Andrei Zmievski, Ilia Alshanetsky, Sara Golemon, and many more. +

+ +
+ + +

Vancouver PHP Conference

+

+ [21-Dec-2006] +The Vancouver PHP User Group is pleased +to announce their second PHP Conference in Vancouver, B.C., Canada on +February 12-13, 2007. The +schedule is now online. +

+ +

+Register by Dec. 31, 2006 +and get 1/3rd off the ticket price. Regular price is $150CDN, early bird price $100CDN. +

+ +
+ + +";var_dump($GLOBALS); \ No newline at end of file diff --git a/include/layout.inc b/include/layout.inc index f4f72ff33..67f4a8adc 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -160,6 +160,7 @@ function site_header($title = '', $config = array()) reporting bugs | php.net sites | links | + conferences | my php.net @@ -207,6 +208,11 @@ END_HEADER; echo "\n
\n$RSIDEBAR_DATA\n
"; } + // Any layout workarounds? + if (!empty($config["layout_workaround"])) { + echo $config["layout_workaround"]; + } + // Start main page content echo "\n
\n"; } diff --git a/styles/site.css b/styles/site.css index 8e3b209c4..e5ed53c8a 100644 --- a/styles/site.css +++ b/styles/site.css @@ -189,6 +189,16 @@ ul.simple li { padding: 5px; font-size: smaller; } +#conferencesSidebar { + float: left; + width: 300px; + border-right: 1px dotted #000; + margin: 0 10px 0 0; + padding: 0 0 0 5px; + background-color: #efefef; + font-size: smaller; +} + #leftbar p, #leftbar h3, #rightbar p, #rightbar h3 { margin-top: 0; margin-bottom: 1em; @@ -636,6 +646,9 @@ h4.eventmonth { background-color: #d3d3d3; padding: 2px; } +#conferencesSidebar h4.eventmonth { + border-width: 0px 0px 1px 0px; +} /* {{{ phpdoc examples */ div.example, div.informalexample {