Tech

MongoDB: fastest way to compare two large sets

I recently had to find in one of our big database if a large set a users did a specific…

Composer: save the output to a file

For a while now, at Silicon, we use a combination of Capistrano and Composer to deploy our websites and other…

Understand MongoDB’s aggregation framework

If you are a "regular" SQL or MySQL user, MongoDB's aggregation framework may be a little obscure. In this article,…

Monitoring MongoDB in Munin on Ubuntu (updated)

If you try now to install Munin monitoring for MongoDB database, you'll find in the Mongo's documentation, a link to…

Emailings: 2 tips to double your open rates

When we redesigned our newsletters, we came from far. I arrived in the company to find very bad emailing practices.…

How to retreive shares count from WordPress posts

This script will get number of shares of a post url from usual social networks and return the information as…

Php glob function

Maybe it's common use and everybody but me already knew it, but after ten years of php development, I've just…

Sublime Text: Background per language

In Sublime Text 3 (may work with ST2, never tried) you can edit your theme to specify a different background…

Respawn: Redesign of jeuxvideo.com: right and wrong

"Respawn" is a code name from a total redesign of French video games website jeuxvideo.com. The project was unveiled on…

Progressive Enhancement: Zed’s Dead, Baby by Tom Dale

http://tomdale.net/2013/09/progressive-enhancement-is-dead

WordPress plugin: Theme by IP

"Theme by Ip" is a very uncreative name for a Wordpress plugin supposed to serve a theme depending on client…

Thinkful | Javascript Best Practices Part 1

http://www.thinkful.com/learn/javascript-best-practices-1/

Sublime text snippet: HTML5 page

Here is the snippet I use in Sublime Text to start a fresh HTML5 blank page. (more…)

Sublime text snippet: php echo

I can be very lazy... So Sublime Text's snippets are one my best coding friends. Sublime text provide some who…

CSS tool: This is my Reset.css

Here is the current reset.css file I use to start a project. Do not forget to remove thing you are…

WordPress plugin : Force external links to blank

This is a WordPress plugin to add a small script to force external links to open in a new tab/window. https://github.com/const-g/go_to_blank

Chrome : webfonts antialiasing Fixed! (Updated)

Chrome rendering engine does not allow antialiasing on fonts. This is pretty annoying, especially as Google provide a service to…

Sublime Text : Add space to your code

Read a code can be a pain, especially if you wrote it years ago or if someone else have to…

Scrapy : How to crawl pages from a listing page

For professional reasons, I was asked to fetch a lot of data from different webpages, so a crawler was the better way to do this. I…

This website uses cookies.