Skip to content

Instantly share code, notes, and snippets.

View mrflory's full-sized avatar

Florian Stallmann mrflory

View GitHub Profile
@sklppr
sklppr / books-on-design.md
Created September 15, 2012 21:58
Books on Design

Books on Design

General

Design is a Job (Mike Monteiro)
The Design of Everyday Things (Don Norman)
Emotional Design (Don Norman)
Universal Principles of Design: A Cross-Disciplinary Reference (William Lidwell)
Designed for Use (Lukas Mathis)
The Shape of Design (Frank Chimero)

@havvg
havvg / Builder.php
Created February 8, 2012 15:51
Symfony2 KnpMenu TwitterBootstrap switch user menu
<?php
namespace Ormigo\Bundle\BackofficeBundle\Menu;
use Knp\Menu\FactoryInterface;
use Symfony\Component\DependencyInjection\ContainerAware;
use Ormigo\Bundle\UserBundle\Model\User\UserQuery;
use Symfony\Component\Security\Core\Role\SwitchUserRole;