Blog Posts

Symfony CMF: what is left todo?

Symfony CMF: what is left todo? Just as Fabien did in his "Symfony 2.2 Schedule Update" I would first like to wish everyone a happy 2013. But as Fabien did, I also want to get back to business now too.

> Read more
Related Entries:
- Summer vacation in open source land
- Doctrine PHPCR-ODM now handles versioning
- There and back again
- Multilanguage support for Doctrine PHPCR-ODM
- News for the symfony2 cmf: Second PHPCR implementation, hackday announcement and PHPCR to become "official"

Comments [8]

Summer vacation in open source land

So I decided to take 2 months off this summer, quite on short notice so I would like to thank the Liip management to be so flexible on this. Of course I don't really ever take off from open source, so I have spent a fair bit of time working on the Symfony CMF. Gathering feedback from the community via multiple blog posts, which taught me some things about OSS and then doing something with it like starting documentation, a simpler initial setup and adding some missing features. I also gave talks about Symfony2 at user groups in Vienna, Odessa and Kiev and attended DrupalCon in Munich. Oh and I gave another talk at Centralway as they seem to also be diving into the world of Symfony2. During my time off I also spent a bit of time tweaking the integration example we have with Magnolia ahead of my presentation at the Magnolia Conference on PHPCR on the second day back from "vacation". It seems like just as my "vacation" contained what others would consider work, my week back at "work" contained what others would call "vacation", i.e. I traveled to the Croatian island of Bol to attend ezSummerCamp to teach about Symfony and help interface the ezPublish community with that of Symfony2. Finally I attended the Symfony2 CMF hackday in Fribourg. What follows are some more details on what I learned along the way of all these trips and the things I worked on in between.

> Read more
Related Entries:
- There and back again
- Symfony CMF: what is left todo?
- Doctrine PHPCR-ODM now handles versioning
- Touring North America
- Paris PHPCR meetup

Comments [2]

Semantic web meets frontend-awesomeness

Frontend editing is a hot topic at the moment. With the HTML5 content-editable, there is no longer any excuse to reload a page in edit mode and render forms on server side. And even less to use the iframe mess of traditional WYSIWYG editors. One excellent frontend editing project is create.js. Its main strength is to use RDF annotations in HTML (RDFa) to explain the semantic structure of your content. Then you load create.js and tell it what editors to use for your entities. Storage happens based on backbone.js, the server backend is easy to implement.

> Read more
Related Entries:
- What Liip did after winning the IKS semantics UX contest
- Symfony CMF hackday october 22nd in Cologne
- A frontend editor for Symfony2 CMF with the help of VIE
- Summer vacation in open source land
- Introducing the application cache

Comments [0]

Doctrine PHPCR-ODM now handles versioning

The Doctrine PHPCR-ODM allows you to easily map your PHP objects onto content repository nodes. Since last week, the PHPCR-ODM leverages the versioning support of PHPCR in the ODM layer. This gives your application a very simple way to work with versioned content.

> Read more
Related Entries:
- Symfony CMF: what is left todo?
- Summer vacation in open source land
- There and back again
- Multilanguage support for Doctrine PHPCR-ODM
- News for the symfony2 cmf: Second PHPCR implementation, hackday announcement and PHPCR to become "official"

Comments [0]

What Liip did after winning the IKS semantics UX contest

As you maybe have heard, we won the IKS Semantics UX contest a few weeks ago (see this and this for more details). We of course we're not lazy in the meantime and integrated Apache Stanbol into this editor.

> Read more
Related Entries:
- Semantic web meets frontend-awesomeness
- Symfony CMF hackday october 22nd in Cologne
- A frontend editor for Symfony2 CMF with the help of VIE
- Summer vacation in open source land
- There and back again

Comments [0]

Multilanguage support for Doctrine PHPCR-ODM

Over the last weeks, Dan, Brian and myself worked on adding translation capabilities to Doctrine PHPCR-ODM. PHPCR-ODM is an object - document mapper for the php content repository (PHPCR). Thanks to the Liip Ecostar process, we got funding to do this during work time.

> Read more
Related Entries:
- Symfony CMF: what is left todo?
- Summer vacation in open source land
- Doctrine PHPCR-ODM now handles versioning
- There and back again
- News for the symfony2 cmf: Second PHPCR implementation, hackday announcement and PHPCR to become "official"

Comments [3]

Symfony CMF hackday october 22nd in Cologne

Following the Symfony Day Cologne 2011, we will do a hackday on the Symfony Content Management Framework in Cologne, Germany. Interlutions kindly provides room for the hackday. We will start on Saturday October 22nd, at 10 a.m. and hack until they have to throw us out (or we decide to leave of our own accord). We will discuss the progress of the efforts to implement things and update the roadmap, then hack along on the various topics.

> Read more
Related Entries:
- Semantic web meets frontend-awesomeness
- What Liip did after winning the IKS semantics UX contest
- A frontend editor for Symfony2 CMF with the help of VIE
- Progress on PHPCR with a hackday
- Symfony CMF: what is left todo?

Comments [0]

A frontend editor for Symfony2 CMF with the help of VIE

Yesterday we started working on an editor for the Symfony2 Content Management Editor, the LiipVieBundle. We use VIE and - until something non-GPL comes along - the Aloha editor. VIE is a piece of javascript on top of backbone.js that handles storing data with a REST backend. In Symfony2, this is a breeze thanks to the FOSRestBundle. Sounds complicated? Its actually quite simple, at least for the user. I made a short video to show how it looks.

> Read more
Related Entries:
- Semantic web meets frontend-awesomeness
- What Liip did after winning the IKS semantics UX contest
- Symfony CMF hackday october 22nd in Cologne
- Progress on PHPCR with a hackday
- Symfony CMF: what is left todo?

Comments [11]

There and back again

Last week I started hopping across conferences in Europe where I gave a couple of talks about Messaging with RabbitMQ. The first one was in Berlin for the Berlin Buzzwords conference. It was the second edition of this conference which this year focused on topics like "Big Data" –Hadoop, Riak and the likes– and Streaming Data where technologies that enable messaging like RabbitMQ come into place.
> Read more
Related Entries:
- Summer vacation in open source land
- Symfony CMF: what is left todo?
- Doctrine PHPCR-ODM now handles versioning
- Touring North America
- Paris PHPCR meetup

Comments [0]

Progress on PHPCR with a hackday

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
Related Entries:
- Semantic web meets frontend-awesomeness
- Doctrine PHPCR-ODM now handles versioning
- What Liip did after winning the IKS semantics UX contest
- Symfony CMF hackday october 22nd in Cologne
- A frontend editor for Symfony2 CMF with the help of VIE

Comments [0]

Next1-10/12