Skip to content

Instantly share code, notes, and snippets.

View beberlei's full-sized avatar
💯

Benjamin Eberlei beberlei

💯
View GitHub Profile
@userium
userium / Usability checklist
Created October 6, 2014 08:18
Website Usability Checklist
Catch common usability problems before user testing with this checklist. I can add suggestions on https://userium.com/
USER EXPERIENCE
Personalized features. Currency, language, country specific deals, taxes, or delivery options are changed based on user's location. IP-based geolocation is not enabled without user's permission.
Registering provides value to users. For example a "Free Trial" button communicates a clear benefit, but a "Register" button doesn't. Unnecessary registration is avoided.
Transparent pricing. Prices are clearly displayed. There are no hidden costs or surprises in the terms.
@inspiran
inspiran / gist:1918849
Created February 26, 2012 20:30
Activiti export
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://activiti.org/bpmn20">
<process id="Beb1" name="Review And Approve Activiti Process">
<startEvent id="start" name="Start" activiti:formKey="wf:submitReviewTask"></startEvent>
<userTask id="reviewTask" name="Review Task" activiti:assignee="${bpm_assignee.properties.userName}" activiti:formKey="wf:activitiReviewTask">
<extensionElements>
<activiti:taskListener event="create" class="org.alfresco.repo.workflow.activiti.tasklistener.ScriptTaskListener">
<activiti:field name="script">
<activiti:s
<?php
namespace FoodRisc\AccountAdminBundle\Admin;
use Model\WhiteOctoberFormBuilderBundle\Form;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use FoodRisc\AccountAdminBundle\Admin\Action\WaveSendInvitationsAction;
class WaveAdmin extends Admin