Skip to content

Instantly share code, notes, and snippets.

View aklassen's full-sized avatar
🏠
Working from home

XdF aklassen

🏠
Working from home
View GitHub Profile
@aklassen
aklassen / 00-Interactable.php
Created December 8, 2011 13:33 — forked from luniki/00-Interactable.php
Button-StEP RC1
<?php
/*
* Copyright (c) 2011 mlunzena@uos.de, aklassen@uos.de
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*/
@aklassen
aklassen / button.css
Created December 13, 2011 14:39
Stud.IP CSS Buttons
/* Buttons */
a.button, button {
display: inline-block;
position: relative;
margin: 0.7em 0.5em 0.7em 0;
padding: 5px 15px 5px 15px;
border-style: solid;
border-width: 1px;
border-top-color: #cdd;
@aklassen
aklassen / ecult-studip-app-api.md
Created October 4, 2012 12:50 — forked from tleilax/ecult-studip-app-api.md
Stud.IP: Anforderungen an eine Schnittstelle zur mobilen Kommunikation

Stud.IP mobil

Schnittstelle für die Kommunikation

Für die mobile Kommunikation ist es erforderlich, dass es eine Schnittstelle gibt, über die Daten aus Stud.IP heraus an einen mobilen Client übertragen werden können. Diese Schnittstelle muss folgenden Anforderungen genügen:

  • sicher (sowohl Nutzerdaten als auch funktional)
  • wesentliche Kernfunktionen müssen abgedeckt werden
  • dokumentiert
  • einfach erweiterbar (schnelle und flexible Anpassungen)
  • schlank (Bandbreiten)