Lightweight PHP application deployment to Windows Azure
A guide to manually deploying PHP applications to Windows Azure with a custom, lightweight setup, including creating package templates and configuration files.
A guide to manually deploying PHP applications to Windows Azure with a custom, lightweight setup, including creating package templates and configuration files.
A technical guide on implementing auto-scaling for PHP applications on the Windows Azure cloud platform, including certificate setup and a CLI tool.
A guide to building a WordPress plugin that uses regex to convert Microsoft Word footnotes into a web-friendly format for the Simple Footnotes plugin.
A PHP function to fix serialized data after converting from single-byte encoding to Unicode UTF-8 by recounting string lengths.
Analyzing the unofficial XML API behind George Washington University's course schedule and campus map iPhone app, with provided endpoints and a PHP wrapper.
Announcing rgba.php v1.2 with an improved, easier-to-use URL syntax for generating RGBA color fallbacks, now hosted on GitHub.
Author discusses creating PHP tutorials and scenarios for the official Windows Azure for PHP developer portal.
A developer shares their positive experience and key learnings from working with the Zend Framework for PHP web development projects.
Slide deck presentation on running PHP applications on the Windows and Azure platforms, from a tech conference session.
Explains how to use Windows Azure Diagnostics with PHP to collect and analyze logs, traces, and performance counters from cloud applications.
Microsoft announces Windows Azure Companion, a tool for deploying popular PHP applications like WordPress to the Azure cloud platform.
A developer uses Webgrind, a PHP profiling tool, to identify and fix performance bottlenecks in inherited code, reducing database queries and page load time.
Author shares their SXSW panel submission on web performance and neuroscience, and recommends other tech-focused talks they hope get selected.
Explains how to implement extension methods in PHP, similar to C#, to add methods to existing classes without modifying them.
A presentation at Linuxwochen Austria covering how to set up and run PHP for development on the Windows operating system.
Introducing PDF invoice/report generation for daloRADIUS billing, using the dompdf library for templating and email notifications.
A tutorial on using PHP 5's SimpleXML extension to parse XML files and dynamically generate website navigation and content.
Recap of TechDays 2010 Portugal sessions on running WordPress on Windows Azure and integrating PHP with Silverlight, including presentation links.
A developer outlines planned improvements to their personal website, including code refactoring, new features, and UI tweaks, before starting a new game project.
A technical guide on creating and mounting Windows Azure Drives for PHP or Ruby applications using a custom .NET HTTP module.