08.31.10 Posted in Research, Web, linux by sebastien
My everyday job is to find solutions to optimize systems that are working but that could also be better / faster / cheaper. Today, we’ll look on how to optimize your SSL / HTTPS layer for your webserver. The problem : The problem is that we want our webserver to provide a secure channel to [...]
02.12.10 Posted in Coding, django by sebastien
Hi django fridayers ! Today on python friday, we will discuss the model and data migration of django. Many of you are probably developing the web app in python and are absolutely amazed about how easy it to create a database schema from your django models. Just run an manage.py syncdb and …voila ! Your [...]
01.22.10 Posted in python by sebastien
Hi everyone, Welcome for the first edition for python-friday ! This python friday will be dedicated to the so popular django web framework because I really have my hands in it for the time being. Django offers a very nice User class to manage all sort of users, set rights, contact information and so on. [...]
01.18.10 Posted in python by sebastien
Sometimes ago, a friend of mine recommended me to have a look at python language. Very quickly I got hooked by how easy and developer friendly is that language. The language is straight forward and the number of loadable modules is absolutely amazing. So we go on our python serie with a small piece of [...]
01.17.10 Posted in Uncategorized by sebastien
09.07.09 Posted in Research, linux by sebastien
Hi everyone, It’s been a while since I haven’t post anything here. Well, the truth is I have been pretty busy with some projects. And I’ve been able to play with a Buffalo TeraStation Duo with 2x512GB. But let’s dig in what we are here for, Debian Install.
04.14.09 Posted in Coding by sebastien
As a new freelancer, I decided to create my own business cards using moo services. This website allow you to create collectors business cards. The principle is simple, you can upload one image per card so the Verso of the card will be different each time. My problem : How to create a business card [...]
04.13.09 Posted in Research by sebastien
A long time ago, I downloaded a .bin/.cue file on my Mac and Suprize ! the famous (un)popular format is not handled by Mac os X (10.5 at least … ) so I couldn’t mount it properly.
11.23.08 Posted in Web by sebastien
Eric A. Meyer explain the line-height CSS property. And it does it well. Feel free to check the w3c documentation for further (usefull) information.