SalesKing-Blog
Wissenswertes und Neuigkeiten rund um SalesKing
JSON Schema the new black for solid Webservice & API building
Every webservice should have an API nowadays. That's easier said than done, as designing an API is by far a trivial task. This article introduces JSON Schema, as a base for building webservices. I have been struggling with API's for about 10 years. The following list...
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...
Unterschiedliche Zahlungsziele für Rechnungen – ein Praxis-Beispiel
Hintergrundinformation: Es gibt einen Unterschied zwischen der Eingabe von Daten bei der Erstellung z.B. einer Rechnung und der tatsächlichen Ausgabe auf dem aus diesen Daten erstellten PDF-Dokument. Genau dieser Unterschied ermöglicht die Anpassung der...
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. Especially the...
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 rescue Me and...
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 run the tests...