Progress on PHPCR with a hackday

12.5.2011

I repost some of my blog posts made @ liip. Please see here for the original post and comments: http://blog.liip.ch/archive/2011/05/12/progress-on-phpcr-with-a-hackday.html


This weekend we had a hackday on PHPCR. The goal was to coordinate the efforts of Midgard to implement PHPCR with the Jackalope project. We ended up doing a few important cleanups to the PHPCR API definition (see below). We had Henri and Eero from the Midgard project, Benjamin from the Doctrine project and Jordi, Lukas, Chregu and myself (David) from Liip. On the second day, Uwe, Johannes and Dan join us to push the PHPCR doctrine layer further.


Read more

phpcr php content management cmf


PHPCR workshop in Zurich 8th of May 2011

28.4.2011
I repost some of my blog posts made @ liip. Please see here for the original post and comments: http://blog.liip.ch/archive/2011/04/28/phpcr-workshop-in-zurich-8th-of-may-2011.html

As announced recently, there will be a PHPCR hackday and workshop in Switzerland. The workshop will take place sunday 8th of may at the liip office in zurich, Feldstrasse 133. If you are interested, please sign up on this wiki page.


Read more

phpcr php content management cmf


News for the symfony2 cmf: Second PHPCR implementation, hackday announcement and PHPCR to become 'official'

12.4.2011

I repost some of my blog posts made @ liip. Please see here for the original post and comments: http://blog.liip.ch/archive/2011/04/12/news-for-the-symfony2-cmf-second-phpcr-implementation-hackday-announcement-and-phpcr-to-become-official.html


The Midgard Project started to implement the PHPCR interfaces for their content repository. From their website: Midgard is a persistent storage framework built for the replicated world. It enables developers build applications that have their data in sync between the desktop, mobile devices and web services. It also allows for easy sharing of data between users.

Read more

phpcr php content management cmf


Beyond mysqldump

4.4.2011
I repost some of my blog posts made @ liip. Please see here for the original post and comments: http://blog.liip.ch/archive/2011/04/04/beyond-mysqldump.html

There are several ways to transfer data from one mysql server to an other. Dumping a full table and re-importing it is rather simple, but sometimes you only want to transfer a selection of data. I will quickly explain the most common ones and then explain how i solved my way out of having neither phpmyadmin nor the privileges of SELECT...INTO OUTFILE.

Read more

mysql script


Recap Symfony Live Conference in Paris

8.3.2011

I repost some of my blog posts made @ liip. Please see here for the original post and comments: https://blog.liip.ch/recap-symfony-live-conference-in-paris.html



Last week, there was the Symfony Live conference in Paris. The conference was surprisingly big, about 500 developers came together in the impressing building of Cité Universitaire Internationale. The main topic was of course the upcoming Symfony2 release. We had two days of talks and a hackday on Saturday, and lots of fun every night. The topics are on the conference website, some discussion and slides are on joind.in.

Read more

symfony photos


Hackday for Symfony2 CMF

14.2.2011

I repost some of my blog posts made @ liip. Please see here for the original post and comments: https://blog.liip.ch/hackday-for-symfony2-cmf.html



Last week we had a hackday on the Symfony2 CMF. We played with the first CMF sandbox and made it do some basic things. You can see the result with some simplistic cms at our sandbox clone. It just shows a node (at route /cms/<path>), assuming you first created some nodes (at /admin). Along with the node itself, we show the breadcrumb and child nodes, to demonstrate how the hierarchy can be used.

Read more

symfony cmf content management


The hitchhikers guide to the high frontier

31.1.2011
A while ago I read about a new board game called High Frontier, about colonizing space in the near future. The author Phil Eklund from Sierre Madre Games aimed no lower than producing the "most scientific sci-fi game ever produced". I think he went as far as possible in the scientific - any more and the game aspect would have been lost below science. The background part in the rulebook with explanations about the scientific background of rules and cards is as long as the rules themselves.

Read more

boardgames


Why a project switched from Google Search Appliance to Zend_Lucene

13.1.2011

I repost some of my blog posts made @ liip. Please see here for the original post and comments: http://blog.liip.ch/archive/2011/01/13/why-a-project-switched-from-google-search-appliance-to-zend_lucene.html



Google technology does a good job when searching the wild and treacherous realms of the public internet. However, the commercial Google Search Appliance (GSA) sold for searching intranet websites did not convince me at all. For a client, we first had to integrate the GSA, later we reimplemented search with Zend_Lucene. Some thoughts comparing the two search solutions.


This post became rather lengthy. If you just want the summary of my pro and con for GSA versus Lucene, scroll right to the end :-)

Read more

php lucene google search appliance