 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Zend Developer Zone: Creating Scalable Vector Graphs with PHP
by Chris Cornutt March 09, 2010 @ 10:27:54
A new tutorial has been posted to the Zend Developer Zone today looking at making scalable vector graphics with PHP and the hep of one of two charting packages - ezcGraph or SVGGraph (examples are provided for both).
Programmatically generating graphs and charts using SVG requires a deep understanding of the SVG specification and the various SVG primitives, as well as a fair amount of time for research, experimentation and debugging. Or, in other words, that's your entire weekend shot! Fortunately, help is at hand. There are a number of open-source PHP libraries that support SVG chart generation, and using them can significantly reduce the amount of work involved in adding this feature to a Web application.
He shows how to create simple images like bar, line and pie charts as well as adding in other things like a legend, custom titles and a sample where the user can define the sizes of a pie chart via some form input fields. Screenshots are included for all code examples to give you a better idea of the end result.
voice your opinion now!
scalable vector graphic ezcgraph svggraph tutorial svg
Bruno Terkaly's Blog: Highly Scalable PHP - Step 01 - Introduction
by Chris Cornutt December 23, 2009 @ 08:35:08
New on his MSDN blog Bruno Terkaly has started up a series on working with PHP on a cloud-computing platform, in this case he chooses the Azure Windows platform.
This blog entry is about running PHP in the cloud. Why would you want to run PHP in the cloud? We will work with our Azure data storage constructs (Blogs, Queues, Tables).
They use the PHP SDK for Windows Azure to connect to and use the application out in the cloud instance they create to run IIS and FastCGI to run a PHP application. He shows how to install the needed software and how to use the Expression Web software to create a simple site and upload it to the cloud instance.
voice your opinion now!
scalable application cloud azure windows
Paul Jones' Blog: Scalable Internet Architecture
by Chris Cornutt June 26, 2009 @ 12:05:04
In this new post to his blog Paul Jones points out a set of slides from a coworker of his (Theo Schlossnagle) based around his book "Scalable Internet Architectures".
This is not strictly PHP, but it is about scalability, and every PHP programmer *ought* to be thinking about this stuff. Theo Schlossnagle of OmniTI (where I work as a web architect) has this slide deck posted about Scalable Internet Architectures.
Paul points out some highlights of the slides:
- Slide 7: "Lack of awareness of the other disciplines is bad."
- Slide 29: Know the difference between "premature optimization" and "necessary optimization".
- Slide 59: "Scaling is hard, performance is easier. Extremely high-performance systems tend to be easier to scale, because they don't have to SCALE as much."
- Slide 63: Combine this with slide 59, and you have the reason why you need to know your application responsiveness.
voice your opinion now!
theoschlossnagle presentation architecture internet scalable
PHPImpact Blog: Scalable and Flexible Directory Structure for Web Applications
by Chris Cornutt August 11, 2008 @ 11:17:30
In this new post on the PHP::Impact blog, Federico looks at some examples of directory setups for web apps that can help to make them both scalable and flexible.
Designing a modular and component-based directory structure for your Web applications can seem like an easy task. If your system is small, it may seem logical to go with the simplest design possible, but if there's anything more time consuming and complex than developing a new directory structure design, it's trying to redesign an existing system that wasn't developed with growth in mind.
He breaks it up into a few different topics that can be applied where needed to keep the application in check:
- Consistency
- Scalability and Flexibility
- Single Application
- Multi-application
- Naming Conventions
- Versioning
- Proposed Structure
voice your opinion now!
scalable application flexible directory structure
Dhiraj Patra's Blog: Writing Scalable Applications with PHP
by Chris Cornutt August 06, 2008 @ 13:47:13
In a new post today Dhiraj Patra shares some tips on making your PHP applications as scalable as they need to be.
The first part of this article, "Real-World PHP Security", appeared in the April 2004 issue of Linux Journal and covered the subject of secure PHP development. This article takes you, the professional PHP developer, one step further, by providing detailed explanations and reliable source code that illustrate the steps to follow in order to develop successful PHP applications.
He mentions some key issues - like keeping a clean environment and correctly using database connectivity - that can keep your application running smoothly.
voice your opinion now!
scalable application example security database environment
CIO.com: You Used PHP to Write WHAT?!
by Chris Cornutt January 30, 2008 @ 13:47:00
Stefan Koopmanschap has pointed out an interesting article over on the CIO magazine website that has some in the PHP community a bit up in arms about comments it makes towards the language.
The article, "You Used PHP to Write WHAT?!", covers the basics of the language - its status in the web programming world, the functionality it offers and the database interfaces it includes. They also include a hit list of reasons PHP is popular and why it's a good choice for your project.
Then things get a little strange - they move from their PHP praise to three things that have more to do with unresearched "facts" than the reality of the language:
- Security and PHP
- Working with PHP and the shell
- Scaling and PHP (in enterprise environments)
These incorrect assumptions have lead to many comments both from the PHP community and from users of other languages (like Java and ColdFusion) sharing thoughts on the contents of the article and the language in general. Check out the article's comments to see for yourself.
Community Comments:
voice your opinion now!
scripting language popularity shell scalable enterprise security
|
Community Events
Don't see your event here? Let us know!
|