There has been a lot of talk over the past several years about the difference between performance and scalability. Never mind that the difference between the two will probably not really affect most developers. Never mind that the “difference between performance and scalability” argument is often used when someone’s code performs poorly and their best argument is “Yeah, but my code scales”. Yeah, sure it does. []
Original Content
 Charts   Graphics   Novice   SVG   Tutorials 
The Scalable Vector Graphics (SVG) specification provides a way to programmatically generate images using vector paths expressed in XML. This makes it ideal for generating images that need to be scaled to different resolutions without losing fidelity. A common requirement in Web applications is to dynamically generate charts and graphs from numerical data. If these graphs are expressed using SVG, they can be blown up to different sizes without any deterioration in quality, and they are also typically smaller in size as compared to their GIF or JPEG counterparts. With this in mind, this article examines various open source PHP libraries that allow you to add SVG charting capabilities to your PHP application. []
On ZendCasts.com today there's a new screencast aimed at showing off custom Zend_Form decorators for your Zend Framework application. []
With Adobe’s latest incarnation of the Flex Framework and the Flash Builder integrated development environment (IDE), creating truly engaging front-end clients is now more streamlined. Some of the useful tools and features covered in this article are the Data/Services, Test Operation, and Network Monitor additions to Flash Builder. In this article, I explain how to set up a simple Representational State Transfer (REST) service using the Zend Framework 1.9 locally and connect to it in the Flex 4 application. []
Adrian Schneider has started up a new series of posts on his blog today with part of of his look at models in the Zend Framework. []
On PHPBulder.com there's a new tutorial posted showing you how to create an application that can do unit conversion with the help of the Zend_Measure component of the Zend Framework. []
In the previous segment of this article, I introduced you to the Zend_Paginator class, which provides a flexible API for paginating any data collection, whether it is expressed as an array or a database result set. However, Zend_Paginator isn’t the only game in town. There are a number of other open-source PHP pagination widgets, which can be used as an alternative to Zend_Paginator. []
This article will introduce you to one component that helps you solve the problem of presenting large data sets in a manageable fashion, Zend_Paginator, which is a part of the Zend Framework. However, open source is all about choice and so, a followup article will also discuss two other popular components, PEAR Pager and Doctrine Pager. Come on in, and let’s get started. []
Like most developers, I've known for a while that PHP comes with GD support for basic image generation and processing tasks, and I've even used it on occasion to dynamically create images. However, what I didn't know was that, hidden in PECL, is an extension to the GraphicsMagick library, which allows for all kinds of sophisticated image operations and effects. In this article, I'll introduce you to ext/gmagick, showing you some of the cool things it can do for you (and your images). []
Original Content
 i5   IBM   Novice   Tutorials 
You've successfully installed the Zend Core for i5 on your System i. Now what? This tutorial helps you write your first PHP scripts on the System i. You will learn where Zend Core is located on the System i, how to make sure Zend Core is running, how to set up Zend Studio, how to write a simple 'hello world' script, and how to access a DB2 file on the System i. []