• phpMyAdmin "No input file specified." error (Nginx with FastCGI)

    If you encounter a “No input file specified error” when you try to access your phpMyAdmin alias on your Nginx web server, please try to add this line to your vhost or default configuration: location ~ \.php$ { ... fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } This fastcgi_param line was missing into my...

    Read More...

  • Tridiv - a web-based editor for creating 3D shapes in CSS.

    Quick post to introduce you Tridiv which is a cool editor to create 3D shapes and models in CSS. You can find few examples on their website (iPhone 4, Nintendo NES, X-wing). Unfortunately it doesn’t seem to work with Firefox… A dependency to WebKit I guess. Here is what I’ve...

    Read More...