Tag: api

  • Crownpeak Acquires Digital Experience Platform Provider e-Spirit

    Denver, US based Crownpeak Acquires Digital Experience Platform and CMS Software provider e-Spirit. The company was formerly owned by German IT Company Adesso. Source: PRNewswire

  • Third-Party API Economy.

    How to Give Your Users Superpowers Application Programming Interfaces, or APIs, thrive and give companies an edge for focusing on very specific issues. While the pattern has been around sind the early 2000s, the ecosystem only started to develop this rapidly recently. Only to make an example, Twilio started their service as an API only…

  • Kong acquires Insomnia

    Kong, a vendor of cloud native Microservice and API Gateway Software and Services, acquires Insomnia. Goal of the acquisition is offer new api testing capabilities, that Kong plans to turn into an end to end API lifecycle management product.

  • Flattr hat eine neue API

    Flattr APIv2: API v2 beta out – what’s changed?

  • HTML5 Geolocation

    So einfach: if (navigator.geolocation) {   navigator.geolocation.getCurrentPosition(callback_success, callback_error); } else {   alert(‘not supported’); } Firefox unterstützt das Feature seit Version 3.5. Dokumentiert im Mozilla Wiki: https://developer.mozilla.org/en/Using_geolocation  

  • CiviCRM 3.4.3/4.0.3

    Gerade das letzte Release verpasst, schon kommt das nächste: “CiviCRM 3.4.3 and 4.0.3 are released“. Neben den Bugfixes des Maintenance-Releases sind folgende Verbesserungen mit umgesetzt worden:

  • Bandbreite messen und mit Piwik tracken

    In meinem professionellen Umfeld gab es vor kurzem die Anforderung, die verfügbare Bandbreite eines Web-Clients zu messen und natürlich auch aufzuzeichnen bzw. vergleichbar zu machen. Natürlich lässt sich ein solcher Wert auch mittels Piwik tracken. Zuallererst ist die Herausforderung aber, Clientseitig verfügbare Bandbreite zu messen und zwar möglichst transparent, automatisch und ohne den Einsatz zusätzlicher…