Archive for the ‘PHP Azure’ Category

May 16, 2011 2

PHP Azure Contest Wrap Up

By admin in PHP Azure

Over the past couple of months I’ve participated in the #PHPAzureContest. As I was doing a large body of work for my dissertation it seemed like a good opportunity to try something new and get my project running on a new platform.
A Quick Recap Of The Product
The product is called ‘Twitter Sentiment Engine’. It looks [...]

Tags: ,

May 15, 2011 0

Offloading Libraries To Azure Blob Storage: Initial Experiments

By admin in PHP Azure, Uncategorized

In a previous post I’ve mentioned one of the big pain points on Azure for PHP developers is that it’s necessary  to upload the frameworks or libraries used in an application each time you push to Azure.
It was suggested that one way in which to get round this is to move your libraries to Azure blob [...]

Tags: , ,

May 13, 2011 1

PHP Application Logging On Azure

By admin in PHP Azure

In previous posts I’ve mentioned that once you get an app on Azure it’s often difficult to gain visibility on errors that occur on staging and production. The problem is compounded when (as in my Azure App) you have a number of remote workers processing tasks with little feedback on the results of each task.
To that end I’ve developed a little [...]

Tags: , ,

April 2, 2011 0

Launching My PHP Application on Azure: Take Two (Success!)

By admin in PHP Azure

Today I successfully launched v1 of my application on Azure. Yesterday i was feeling quite disheartened and was faced with a difficult problem to solve in order to get my application running in the cloud. Luckily PHP on Windows veteran Juozas Kaziukėnas was around to lend me hand. As he never sleeps we were [...]

Tags: , ,

April 2, 2011 1

Launching My PHP Application On Azure: Take One

By admin in PHP Azure

Over the past two weeks I’ve been frantically developing Twitter Sentiment Engine, my entry for the PHP Azure Contest and my university final project. With the functionality for v1.0 nearly complete I thought that it would be a good idea to get the application on Azure. I could then diagnose any platform specific bugs that [...]

Tags: ,

April 1, 2011 0

Creating And Using An SQL Azure Database

By admin in PHP Azure

In preparation for the launch of my project on the Azure platform I created a new Azure Database Server Instance and a database to host the data for my application. The whole process went smoothly and within 5 minutes I had a functioning database with test data. Hats off to Microsoft for this, SQLAzure is [...]

Tags: , ,

March 19, 2011 0

Utilizing all HTTP Verbs on IIS7 with PHP

By admin in PHP Azure

When building the API for Twitter Sentiment Engine it quickly became obvious that out the box IIS7 only accepts requests for certain HTTP Verbs (GET / POST). When using the REST Client to PUT on a resource i got the message ‘405 METHOD NOT IMPLEMENTED’. After googling round I found you need to some settings [...]

Tags: ,

March 15, 2011 4

Twitter Sentiment Engine: A Proper Introduction

By admin in PHP Azure

Over the course of the past few weeks I have been so tied up in the working on a  new technology stack that I haven’t formely introduced my PHPAzureContest (and university disertation project) ‘Twitter Sentiment Engine.’
Today I took an hour or two  to catch up on some of the written side of this project and [...]

Tags: , , ,

March 9, 2011 2

Deploying A Zend Framework Application To App Fabric

By admin in PHP Azure

In my previous post I mentioned I’d completed a few of the Windows Azure: Getting Started tutorials. The tutorials are ok as far as they go (displaying a single page) but when I tried launching my ZendFramework application to Azure I encountered a few issues.
1) Creating web.config
2) Getting URL Re-Writing to work
This post describes the [...]

Tags: , ,

March 2, 2011 1

Setting Up A Local Microsoft Development Environment

By admin in PHP Azure

Over the past two weeks I’ve been busy creating the bare bones of my disertation project. This included creating a process to query the Twitter Streaming API, a process to create sample from the results and building a Bayes Classifier. Early on in the project I made the descision to launch the platform using Azure. [...]

Tags: , , ,