TAG | Symfony2
4
[Just launched] Relaunched TV Guide App for Facebook powered by Symfony2
No comments · Posted by Christian in Just launched
A few months ago we launched this app already but it got wiped again. Now after some refactoring and redesigning on our side and after some changes on the Facebook side (event creation no longer spawns a status update!) the app is live again still powered by Symfony2.
Assetic · CoffeeScript · compass · Dropbox · Facebook · html5 · html5boilerplate · JQuery · SASS · Symfony2 · Tv-Programm · Twig
31
Querying MongoDB for documents created between two dates with Doctrine
5 Comments · Posted by Christian in The real job
Selecting something that has been created (or updated or deleted or …) between two dates is something very common I guess. So why should this be any different when you use MongoDB instead of a relational database.
And with Doctrine ODM it’s actually quite easy.
25
Using a unique index in MongoDB with Doctrine ODM and Symfony2
6 Comments · Posted by Christian in The real job
Just spent about an hour yesterday to figure out how to use unique indexes in a MongoDB document. It involves three simple steps.
22
Safety wrappers – first problems with CoffeeScript used with Assetic and Symfony2
3 Comments · Posted by Christian in The right tool

Last week I made my first steps with CoffeeScript. Soon after I could see that I reduced the amount of code by about 30 percent and got it a little more readable.
But am I no longer able to separate my code into multiple files now?
18
Getting ready for CoffeeScript using Symfony2 and Assetic
3 Comments · Posted by Christian in The right tool
After playing around with Sass and compass for an optimized CSS experience and some first results I now want to focus on easing Javascript development and CoffeeScript seems to be all the rage today.
Assetic · CoffeeScript · Javascript · JQuery · Symfony2
17
First steps with Sass, compass using Assetic on Symfony2
4 Comments · Posted by Christian in The right tool
So yesterday I migrated the CSS of a small Symfony2 project to Sass/compass. Getting used to it takes a while but is generally an easy and worthwhile experience.
The results are awesome!
16
CSS on steroids – organise your sprites and stylesheets with SASS and compass
4 Comments · Posted by Christian in The right tool

After quite a long time I am working on a small rich frontend project. One thing that almost always start clean and gets messy soon are stylesheets.
With SASS and compass though it gets much easier to keep your stuff clean.
28
Today is the day – happy birthday Symfony 2.0 final!
2 Comments · Posted by Christian in Miscellaneous

I am not entirely sure but I think I remember Fabien mentioning the idea of Symfony2 as a complete rewrite (with the idea of major parts being backported to the 1.x branches at that time) on the symfony camp in 2008. Then it was soo far away.
In late 2009 I heard first ideas about the HTTP caching layer and on sflive2010 in Paris the Symfony2 project was finally announced and explained.
Today is the big day – today will be the first stable release of Symfony 2.0!
1
Phrozn – a static site generator written in PHP with the help of Zend Framework 2, Symfony2 and Twig
3 Comments · Posted by Christian in The right tool
In one of my last posts Daniel Richter made a comment where he mentioned Phrozn a tool so far unknown to me.
Essentially it is a static site generator just like Jekyll which is used on GitHub but written in PHP with some well known components.
(more…)
Dropbox · GitHub · Jekyll · PHP · Phrozn · Symfony2 · Twig · Zend Framework
If I keep an eye on the symfony mailing lists, watch the tweets of the community and read some of the many symfony related blogs I get the impression that already – even before Symfony2 is officially released – the majority of the community is shifted to Symfony2 abandoning symfony 1.4.
So what’s the status for symfony 1.4?

