 | News Feed |
Sections
|
| feed this: |  |
Zend Developer Zone: Dynamically Creating Graphs and Charts with PHP and GDChart
by Chris Cornutt August 14, 2008 @ 15:12:58
The Zend Developer Zone has a new tutorial posted today (from Vikram Vaswani) that focuses on making charts and graphs with the help of the GDChart extension for PHP.
This extension, which is freely available from PECL, can significantly reduce the amount of work involved in dynamically generating graphical representations of numerical data at run-time. Over the next few pages, I'll introduce you to this extension, illustrating its important features and showing you just how easy it is to get your Friday evening back.
The tutorial shows how to get and install the extension as well as including a few usage examples - a simple charting of values (with the different chart types defined), comparing more than one set of data, changing the aesthetics of the output and a detailed look at a few of the chart types' output.
voice your opinion now!
chart gdchart extension pecl graph tutorial
Zend Developer Zone: Building Dashboards With PHP and Flex
by Chris Cornutt June 02, 2008 @ 15:58:09
Jack Herrington has posted a new tutorial to the Zend Developer Zone today showing how to combine PHP, your database of choice and Flex to create a dashboard in your application.
Let's face it: Interactive graphs and dashboards have never been easy to put together on the web. Sure, there are graphing libraries out there for PHP, but to get something that looks really good and that a user can play with has been tough. Or at least, it was yesterday.
He shows how to create a simple Flex application that takes in XML data (from whatever backend, he uses a PHP script that uses DOM) and displays the information - his sample traffic data - as a graph. This graph is an extension of the Elixir library from ILOG and makes dropping information into graphs and charts simple.
Screenshots of the Flex side of things and code for the PHP side are both provided.
voice your opinion now!
dashboard flex tutorial database elixir chart graph
Developer.com: Graphing Data with PHP/SWF Charts
by Chris Cornutt December 03, 2007 @ 11:14:00
Developer.com has a new tutorial posted today about using the PHP/SWF charting system to graph your data:
In this tutorial, I'll introduce you to PHP/SWF Charts, a great solution for building PHP- and Flash-driven charts. PHP/SWF supports a wide variety of charting formats, including bar, candlestick, 3D columns, pie, 3D pie, and advanced charts such as scatter, polar, and composites. See the maani.us PHP/SWF gallery for a great compilation of examples.
They focus mainly on a bar chart to keep things simple. They show how to install the software (dead easy) and how to create a simple first chart complete with a graphic to illustrate. Flat charts are nice, but they show some of the real power of the library by transforming it into a 3D bar graph, giving the columns some depth and all it really takes is changing the chart type.
voice your opinion now!
data graph phpswf chart bar 3d tutorial data graph phpswf chart bar 3d tutorial
PHPBuilder.com: PHP and Adobe Flex
by Chris Cornutt October 08, 2007 @ 09:37:00
On PHPBuilder.com, there's a new article that takes a look at the recently introduced (well, relatively recent) combination of Flex from Adobe and PHP to create rich internet applications.
Unlike HTML and the endless number of limitations it presents, Adobe Flex provides an intuitive environment with a vast number of options. There is a large variety of events and styles that far exceed what is available with custom coding in Javascript and CSS. [...] The purpose of this article is not to familiarize you with Adobe Flex, but to demonstrate its integration with PHP.
They introduce the concept of integration with a simple little script first - a "click me" button that makes "Hello world" appear when clicked. With that knowledge in place, they move to something a little more complex - the creation of a dynamic chart from database information (code included).
voice your opinion now!
adobe flex integration tutorial dynamic chart database adobe flex integration tutorial dynamic chart database
|
Community Events
Don't see your event here? Let us know!
|