lessphp

lessphp is a compiler for LESS written in PHP

LESS CSS Assetic Configuration in a Symfony2 Project

http://www.dobervich.com/2011/05/10/less-css-assetic-configuration-in-a-symfony2-project/ http://blogsh.de/2011/09/18/assetic-less/ http://xavierbriand.net/2012/02/09/symfony2-assetic-twitter-boostrap-and-less/ http://www.kiwwito.com/article/less-css-with-assetic-and-symfony-2

Twig-extensions. The i18n Extension

https://github.com/fabpot/Twig-extensions/blob/master/doc/i18n.rst

bootstrap less => common.less

https://github.com/markdotto/Preboot.less/blob/master/bootstrap.less

How to Inject Variables into all Templates (i.e. Global Variables)

http://symfony.com/doc/current/cookbook/templating/global_variables.html

How to configure a redirect to another route without a custom controller

http://symfony.com/doc/current/cookbook/routing/redirect_in_config.html

CSS3 Transition

.navigation-top > .menu li:hover .menu { /* -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); przy włączonym flashu nie rozwija się menu pod Chrome 21 */ -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); }

Y PPA Manager – zarządzanie repozytoriami

http://www.ubucentrum.net/2012/07/yppa-manager-repozytoria.html

Odtwarzamy TopGear w BBC iPlayer

http://www.ubucentrum.net/2010/07/odtwarzamy-topgear-w-bbc-iplayer.html

Online YAML Parser to JSON

http://yaml-online-parser.appspot.com/