Création dynamiques de graphiques avec PHP et GDChart
Original post provide by PHP Index - La passerelle française des technologies PHP: Hypertext PreprocessorSur le site de Zend, Vikram Vaswani a récemment publié un tutoriel sur l’utilisation conjointe de PHP et de GDChart pour générer dynamiquement des graphiques et des cartes.
Ayant pu observer que la génération d’images complexes avec l’extension GD de PHP devient rapidement fastidieuse et compliquée, il propose un tutoriel complet sur l’installation et l’utilisation de l’extension GDChart, exemples à l’appui.
Previous Articles:Dotclear 2.0.1
Une version 2.0.1 de Dotclear est disponible au téléchargement depuis quelques jours. Cette version publiée de façon anticipée permet essentiellement la correction d'un bug depuis l'import de Dotclear 1.2. Il est à noter que le bug de l'import depuis Dotclear 1.2 ne concerne que le module d'import depuis la base de données, l'import depuis un fichier texte fonctionnant correctement.
L'internationalisation En PHP
Le site DevX.com et Octavia Andreea Anghel expose dans ce tutorial comment internationaliser son application PHP à l'aide de l'extension PEAR. L'internationalisation consiste à rendre une application compatible aux différents langues que l'on souhaite supporter. Il est toujours possible de ne changer que les textes pour assurer la traduction de la langue mais cela n'est pas très abouti et peu professionnel.
Drupal 5.10 & 6.4
Drupal 6.4 et Drupal 5.10 sont disponible. Ces deux versions n'apportent aucune nouvelle fonctionnalité mais corrigent plusieurs bogues de sécurité présent dans les branches 5.x et 6.x. La mise à jour de ces versions est fortement recommandée. Télécharger Drupal 5.10 Télécharger Drupal 6.4 Site officiel
Htaccess Check
It can check if an .htaccess file exists in a given directory. If it does not exist it creates with the default Apache directives. Otherwise, if the .htaccess file has Apache directives different than the default, it rewrites the file with those default directives.
AIRProjectXML
Package: AIRProjectXML Summary: Read and write Adobe AIR 1.1 application XML files Groups: Content management, XML Author: Vagharshak Tozalakyan Description: This package can be used to read and write Adobe AIR application files. It provides classes for composing several types of elements of AIR projects such as windows, icons, file types, applications, as well classes for parsing and generating AIR XML project definition files.
More Articles:
Cloud Computing: Keynote Systems Exec Foresees Web Apps Being Built In The Cloud
In this Exclusive Q&A with SYS-CON's Jeremy Geelan, Rajeev Kutty of Keynote Systems speaks of the factors currently driving companies to increase their effort in monitoring the performance of their Web and mobile applications, and about how Keynote foresees an enormous increase in the number of Web applications being built in the cloud and programmers using cloud computing platforms like Apps Engine, Force.com., Microsoft Mesh, Bungee Connect – all Platform-as-a-Service (PaaS) providers.
Nixon Peabody Turns To Fortisphere To Help Manage Their Virtualization IT Infrastructure
Fortisphere announced that international law firm Nixon Peabody has selected Fortisphere Virtual Essentials to more efficiently manage its virtual infrastructure. As one of the largest multi-practice law firms in the United States, Nixon Peabody has offices in 18 cities and employs more than 700 attorneys.
Sonian Uses Vertica Analytic Database In The Amazon Elastic Compute Cloud
Sonian is using the Vertica Analytic Database for the Cloud to enable customers to store and search hundreds of terabytes of data to find e-mails, instant messages and other electronic data in just a few mouseclicks, Vertica announced Sonian's hosted service, running on the Amazon Elastic Compute Cloud (Amazon EC2) computing infrastructure, enables companies ranging from small startups to global enterprises to archive vital electronic data in a secure, scalable, virtual data center to support security and regulatory compliance business initiatives without traditional in-house data center costs.read more
WaveMaker Introduces Point And Click AJAX
WaveMaker announced the release of WaveMaker Visual AJAX Studio 4.0. WaveMaker Studio is an open source development tool that makes it easy to build visually stunning web applications. With just 15 mouse clicks and zero coding, a developer can build and deploy a sleek, web-based application using WaveMaker.read more
Retrieving Data On A SQL Anywhere Server Using AJAX
AJAX has dominated the web space so extensively that it needs no introduction. Connecting to a server via XMLHttpRequest and making a partial page refresh is what makes this technique so attractive. However, use of these AJAX requests, although very attractive, can pose dangers as well.