phplondon conference 2008
Original post provide by PHP: Hypertext PreprocessorFebruary 29th (Leap Year Day). phplondon.org announce their third annual community conference to be held at Inmarsat, Old Street, London.This year the conference will run two tracks and include speakers such as Derick Rethans, Wez Furlong, Scott MacVicar and Zoe Slattery.We will also be holding an extended presentation and discussion on frameworks for PHP.Visit our conference site to register. Early bird discount is available until 1st February 2008.
Previous Articles:Php|tek 2008: Chicago
Join us to hear top speakers such as Derick Rethans (eZ Systems), Lucas Nelan (Facebook), Chris Shiflett (OmniTI), Eli White (Digg) and yes, even Terry Chay (Tagged). For the past two years, php|architect's spring conference has sold out weeks before the start date, so if you're interested in attending, don't delay, and be sure to sign up ASAP!
PHP Québec 2008 : Call For Speaker
The two days of technical talks will be dedicated to advanced software development techniques with PHP5 and PHP6, XML, web services, databases, etc. Organizers will prioritize new and original topics in English or French. For more information, visit the website: http://conf.phpquebec.com
PHP London 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|works 2007 In Atlanta
php|architect is proud to announce php|works 2007, which will take place in Atlanta Georgia (USA) on September 12-14, 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 Derick Rethans, Chris Shiflett, Andrei Zmievski, Sara Golemon, and many more (and plenty of new faces, as well).
ROLL YOUR OWN SEARCH ENGINE WITH ZEND_SEARCH_LUCENE
The problem with using a relational database, such as MySql's fulltext indexing, is that scalability problems crop up as your search criteria becomes more complicated. One of the features that sets the Zend Framework apart from the others is the inclusion of a decent search module.
More Articles:
Scale-Up Or Scale-Out Your Database
The typical technique used in MySQL for massive parallelism is the Continuous Replication method where a single master db server has read-write access to the database, and the data changes are replicated over to the other database servers, which are read-only.
ADOdb Implementation Of Active Record: Cloning Zend_Db_DataObject
The Zend Framework Preview edition is out. I had look this morning at Zend_Db_DataObject, which is an implementation of the Active Record pattern. After reading the tutorial, decided to implement something similar for ADOdb. After a couple of hours coding, I had an implementation that works with both PHP4 and PHP5, and provides a superset of the functionality described in the above link.
Adding Google-like Search Operators To Simple Search Boxes
Give your users instant access to your most important information.
Interaktive PHP Shell
Das Hauptaugenmerkt bei der Entwicklung der PHP-Shell liegt also bei der Vermeidung des 'Fatal Error' - welcher sonst zum sofortigen Abbruch des PHP Interpreters führt. Ich habe bisher nur kurz mit der PHP Shell gespielt, kann aber jetzt schon sagen, dass sie sehr viel brauchbarer ist, als die in PHP eingebaute Shell - eben Dank der Vermeidung des 'Fatal Error'.
Share Your OPML
Über die Webseite http://share.opml.org/ kann man seine OPML Dateien veröffentlichen und damit die abonnierten RSS Feeds anderen Leuten zugänglich machen. Das ist im Prinzip nicht weiter spektakulär. Der nette Aspekt an der Sache ist, dass man sehen kann, welche Leute die gleichen Feeds abonniert haben und ob sich so möglicherweise noch weitere interessante Feeds entdecken lassen.