Been a while…
So life has been crazy for me over the last year and a half. Apparently holding down a demanding job and having a child is hard work. In either case it is time for me to start making some time for writing again.
Very shortly I will be starting a series on working with PHP on Windows Azure. I will start off by explaining how to get PHP running in Azure using Full-IIS mode. I know there is another article out that explains this, but my approach is slightly different as it does not require using Web PI for the PHP install. Next up is setting up your development environment to work with Azure for development and testing. I will be using Zend Studio for this, but it should be easily translated to any Eclipse based IDE. From there I will move on to talking about the good stuff, code. For this I will be building a Photo Gallery using Zend Framework. In this I will show you how to write a web role to work with table and blob storage as well as using a worker role to work with Azure queues. All of this is leading to a speaking engagement in July, more information on this and other speaking engagements coming soon.