I have just deployed my entry to the competition server. This means configuring the competition server to actually serve the application, and this reminded me again how easy the IIS/PHP combination has become. A couple of clicks, some thinking on how I did things before, some more clicking, and I’m done. I did download the…
And the first thing I really have to admit is that it has been far from as hard as I had expected. A lot of the hard work is done by the PHPAzure library, which does most of the actual work of talking to Azure storage. So since the last update, I’ve been working mostly on Blob storage.…
I was a bit afraid that it would be quite hard to connect to Azure Storage for my app, especially with the deadline looming in less than two weeks. My anxiety turned out to be without reason, mostly thanks to the great work of PHPAzure in abstracting away all the complicated stuff. Really, it is…
First of all, I didn’t want to reinvent the wheel for some basic stuff. So I did some research and ended up using several libraries: Using this, I’ve created a basic system that allows me to easily handle the request with a single front controller, delegate the actual execution to a controller, then pass back…
First of all, I’ve decided to name the app MediTerra. I didn’t want to use the standard php* type of naming. Since I’m going to be building on the Windows Azure technology, I let my thoughts go a bit. Now, in the mediterranean, the color of the sea is the sort of blue that some…