About

Avatar von Stephanie Ehrling
  • Pastebin Module for Phprojekt6

    During the Mayflower barcamp 2009 we (Stephanie and Maria) decided to develop a pastebin module for Phprojekt6. Pastebins are an easy way to share code among developers. Often instant messaging systems are used for that purpose which is not quite comfortable (formatting gets lost, searching in history is tedious, security issues). There are a view…

  • Using LDIF to simulate LDAP transactions with PHP

    LDIF is the acronym for LDAP Data Interchange Format and a text format to represent LDAP information (http://tools.ietf.org/html/rfc2849). Respectively an LDIF file is a simple text file that can contain those LDAP information, which can be separated into two groups. On the one hand, it can hold exported LDAP data in a text format. The…

  • Accessing Nike+ data with PHP

    Nike+ is a feature for the iPod nano which allows to measure time, distance and speed of runnings with a small sensor in running shoes that sends data to a transmitter on the iPod. Those data are sent to a users Nike+ account by iTunes whenever the iPod is synchronized. On the Nike+ website there…