Conceptoire 2.0

Even if I don't update this site really often (yes, you can consider that an euphemism), I spent some time to upgrade it, both on the design side and on the code.
The changes includes :

  • Installing a rich text editor (fck editor) for the back-office.
    (maybe it will help me to post more often !)
  • Upgrading to Rails 2.1.1.
    Le passage à Rails 2 s'était un peu fait dans l'urgence, et pas mal de choses marchaient mal.
  • Leaving from ERB to HAML for the rendering engine (partial, there's still some ERB but Rails allows an easy cohabitation).
  • Used SASS to write my CSS.
    Very handy when it comes to write a flexible layout using the em unit, instead of a fixed layout using pixels or points.
    Give it a try, increase or decrease the font size on this page !
  • CSS3 !
    Internet Explorer users are definetely left behind. This website is the opportunity for me to try some of the cool stuff presents in upcoming standards. I must say it's pretty awesome.

Recommended browsers : Safari 3 or greater, Chrome, Firefox 3. Opera should be ok, I'll check that soon.

Back