Painless API & Web Service Documentation

API and Web service Documentation the manual way really sucks. With every tiny change you need to remember to update your documentation (site) and its almost definite that you forget something. Plain said .. Your docs are always outdated! But that is by far the only...

Developer News June 2012

Summer in Germany has been rainy so far, giving us time to hack. Read on for API Updates, Order object improvements and our New HOT JSON Schema Builder  API Updates We took the time to do a long outstanding chore, by adding field length restrictions to all relevant...

Toggle-Show Password on Login with jQuery and Bootstrap

Ever wanted to have a switch on your login page, so users can see their password in Plain-Text? Just take our tiny ’show_password‘ Javascript, to toggle your password fields to plain-text. You might need to adapt parts of the snippet to match your HTML....

Run PHP Webserver in any directory on Ubuntu

Fuddling around with Apache, PHP and User rights with „access denied for /var/www or home/public_html directory“ is a real f*** off. Especially when your are used to Ruby and Rails where you can just fire up a webserver in any directory. PHP 5.4 to the...

How to run PHPunit test’s on Ubuntu

The release of our SalesKing PHP SDK, threw up the question of how to run the included PHPUnit test’s. I’am using Ubuntu 12 / Precise Pangolin, and assume you already have PHP installed. This tutorial covers of how to install the software base and how to...