PHPExcel featured in php|architect / November 2008
PHPExcel library featured in php|architect magazine for generating Excel files and charts using PHP and the Google Charts API.
PHPExcel library featured in php|architect magazine for generating Excel files and charts using PHP and the Google Charts API.
Announcing a presentation on OpenXML document interoperability from an open-source perspective, featuring PHPExcel and OPENXML4J.
A critique of the PHP programming language used on Obama's change.gov site, advocating for modern frameworks like Django or Rails.
Announcement of the first release of a WordPress plugin for integrating Disqus comments into blog posts.
Introducing Locations support in daloRADIUS, allowing management of multiple RADIUS databases from a single web interface.
A review of the book 'Mobile Web Development' by Nirav Mehta, covering its content, target audience, and approach to teaching mobile web technologies.
A developer's review and implementation experience with Sweetcron, a lifestream feed aggregator built on CodeIgniter.
An interview with Liran Tal, lead developer of daloRADIUS, discussing the project's origins, community support, and its role in managing RADIUS deployments.
Explains the problems with global variables in PHP and introduces the Registry pattern as a better alternative for sharing data.
A technical guide on implementing Google Analytics for mobile websites using server-side PHP, focusing on tracking without JavaScript.
Guide to integrating Zend Studio with Team Foundation Server for PHP development, enabling source control and team collaboration in mixed environments.
A tutorial on using PHPExcel to integrate and reuse existing Excel-based business logic in a PHP web application, avoiding duplicate code.
PHPLinq 0.2.0 released, bringing .NET's LINQ query syntax to PHP for querying arrays, XML, and other data sources.
A technical tutorial on indexing Microsoft Word 2007 (.docx) files using the Zend_Search_Lucene library in PHP.
Introducing PHPLinq, a library that brings C#-style Language Integrated Query (LINQ) functionality to PHP for querying arrays and objects.
A new PHP OpenXML API project for creating Word documents is introduced, with updates on PHPExcel repository synchronization.
A PHP implementation for extracting custom XML data from OpenXML Word documents in a healthcare data processing scenario.
Explores methods to implement generic-like arrays in PHP using inheritance and custom validation functions, as the language lacks native generics.
Explains a bug in PHP's parse_url function when used with the zip:// wrapper and provides a warning for developers.
PHPExcel 1.3.0 released with new features like formula calculation, auto-sizing columns, and row/column insertion.