Skip to content

Instantly share code, notes, and snippets.

@genee19
genee19 / dabblet.css
Created May 21, 2013 11:13 — forked from anonymous/dabblet.css
Ecwid's loading indicator in pure CSS
/**
* Ecwid's loading indicator in pure CSS
*/
@keyframes move {
from { background-position-x: 0%; }
to { background-position-x: 100%; }
}
#load-indicator {
@genee19
genee19 / gist:1186041
Created September 1, 2011 12:07 — forked from qetzal/gist:1118615
SSO Complete Example in PHP
<html><body>
<script>
<?php
if (!$_REQUEST['logoff']) {
$profile = array(
'appId' => '123',
'userId' => '234',
'profile' => array(
'email' => 'test@example.com',
'billingPerson' => array(