Archive for August 2011
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.
30
jsfiddle – a frontend development sandbox ready to go
No comments · Posted by Christian in The right tool

Every wanted to try out some small CSS stuff? Some HTML5? Some javascript even? Did you end up writing a small test.html somewhere on your computer and fired it up in a browser and then started switching between your editor and the browser back and forth?
Well it can be easier than that!
CSS · html5 · Javascript · jsfiddle
29
8 simple steps to contribute to an Open Source project hosted on GitHub
No comments · Posted by Christian in Good to know
I greatly enjoy working with Open Source Software and I enjoy it even more if it’s hosted on GitHub as sometimes things are missing for you and you can simply add them and do a pull request to the maintainers.
This is my simple workflow to do this.
Git · GitHub · Open Source
26
Substract Google Plus – use Google Chrome incognito mode for vanilla search results
No comments · Posted by Christian in Good to know
Just a very short post today as a follow-up to a previous post in which I noticed that plussing already affects your search results.
It can get pretty annoying to see search results that are always influenced by your own social graph.
Google Plus · Google+ · SEO
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.
24
Installing MongoDB for use with PHP on Gentoo Linux
No comments · Posted by Christian in The right tool
Finally I found the time to play around with MongoDB. But before the results comes the installation which in my case happens on a Gentoo box and wasn’t as straightforward as it could’ve been.
The problem was that I wasn’t able to find all required information in one place.
Gentoo · Installation · MongoDB · NoSQL · PHP
23
Twitter Bootstrap – an alternative to html5 boilerplate, blueprintcss and 960 that goes one step further
No comments · Posted by Christian in The right tool
Last Friday the folks from Twitter announced the release of their new front-end toolkit. It sounds like it’s yet another framework just like boilerplate, blueprintcss, 960 and all the others.
Now how does it differentiate?
Bootstrap · CSS · grid · HTML · html5 · html5boilerplate · LESS · Twitter
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?
19
Forrst – an incredibly vibrant community of designers and developers
5 Comments · Posted by Christian in Miscellaneous

I recently had a chance to join Forrst.com a community for developers and designer. Now you might say yet another niche community nobody needs and I thought exactly the same at first.
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

