AmCharts-PHP 0.2.0: bubble and radar charts

Filed under: AmCharts-PHP,Web-Development — Matthias Burtscher @ 20. April 2009 10:05 | Comments (1)

Bubble chart The new version 0.2.0 of AmCharts-PHP adds support for bubble- and radar-Charts. They work as simple as line- and bar-charts. We hope you like it! Read more …

Tags: ,

Export spreadsheet data in ODS/CSV format with PHP5

Filed under: SpreadsheetExport — Matthias Burtscher @ 20. February 2009 10:09 | Comments (0)

OpenDocument SpreadsheetThe second LGPL library this week is a PHP5 class to export spreadsheet data in different formats. Currently supported are CSV (Comma Separated Values) and ODS (OpenDocument Spreadsheet). While CSV exports are quite ordinary, ODS functionality is something special for your project. Read more …

Tags: , , ,

AmCharts-PHP Class Library

Filed under: AmCharts-PHP,Web-Development — Matthias Burtscher @ 19. February 2009 09:28 | Comments (45)

Sample Chart with AmChartsA few weeks ago I had the pleasure to integrate the very nice AmCharts into one of our products. After a few tests in general (my colleague Stefan wrote about it – German) we decided to build a PHP5 library around the AmCharts Flash objects to create and configure charts in a more convenient way. Read more …

Tags: ,

[DE] Online Flash Charts mit AmCharts

Filed under: AmCharts-PHP — Stefan Krekeler @ 15. January 2009 12:00 | Comments (0)

Dem ein oder anderen Webentwickler ist sicher schon aufgefallen, dass in der heutigen Zeit nicht nur Funktionsumfang, sondern auch Präsentationsstil einer Webanwendung einiges zu deren Popularität beitragen. Eine dieser Präsentationsmöglichkeiten sind z.B. aufwändige Linien-, Balken- und Kreisdiagramme um große Mengen an Daten übersichtlicher darzustellen bzw. auch mit deren Effekten und Funktionen User anzulocken.

Nun gibt es dafür mehrere gute wie auch schlechte Möglichkeiten, beginnend mit der schlechtesten: Read more …

Tags: ,

[DE] Profiling und Performance-Testing von PHP-Anwendungen

Filed under: Web-Development — Rene @ 16. December 2008 14:00 | Comments (0)

Screenshot KCachegrind Main Window Besonders bei umfangreichen PHP – Applikationen ist es enorm wichtig, schon während der Entwicklung die Performance der Software im Hinterkopf zu behalten. Doch auch für kleinere Anwendungen kann es ganz interessant sein, wo am meisten Scriptlaufzeit verschenkt wird. Das Apache – Modul Xdebug in Kombination mit KCacheGrind ermöglichen eine effektive Analyse von Web-Anwendungen auf Basis von PHP. Read more …

Tags: , , , ,