liquid

Etude sur le phénomène de densité.

Vmware, Virtual Machine, ie

To help web developers test versions of Internet Explorer more easily,  a suite of virtual machines from XP to Windows 10 are available to download on modern.IE. Unfortunately while attempting to get the VM Windows 10 to run on vmware on osx I got this message: Recovery Your PC/Device needs to be repaired. The digital signature couldn’t Vmware, Virtual Machine, ie

Canvas and Box 2D

  I had great fun mixing canvas and box2d for a website on which I had to show an innovative way to explore documents. You can see the result here and here. I used box2dweb and this tutorial helped me a lot. You can also find a demo here.    

360° CSS rotating default transform-origin

With css rotate property, the default transform-origin property unexpectedly changes from its default value ‘50% 50%’ to ‘top left’ when the size of the rotating object is set in percentage. When setting the size in pixels, the object transform-origin gets back to it center. See the Pen yyZXyL by akinorikul (@akinorikul) on CodePen.