21
Development Portfolio Case Study: Blue Islands Airline Web (2006) Walkthrough Highlights Examples of technology created by Paul Tinsley

Blue Islands Airline Website

  • Upload
    tinz

  • View
    1.074

  • Download
    0

Embed Size (px)

DESCRIPTION

Some highlights from a custom built ASP.Net web for the airline, Blue Islands in the British Channel Islands.

Citation preview

Page 1: Blue Islands Airline Website

Development Portfolio

Case Study:

Blue Islands Airline Web (2006)

Walkthrough Highlights

Examples of technology created by Paul Tinsley

Page 2: Blue Islands Airline Website

Apart from feel a sense of panic, what does the sole architect and developer do when asked to build the online presence for an airline?! This was a very challenging problem that I faced at Healthspan and my solution was an ASP.Net web over SQL Server 2000, integrated with a 3rd party booking system and content managed by an MS Access Database Interface.

This presentation will touch upon a few interesting topics to demonstrate my abilities in web development.

Page 3: Blue Islands Airline Website

First, we take a look at how FAQ searches were used to position adverts.

Then we take a peek under the hood at the advertising system.

Finally, we look at an interactive online survey.

Page 4: Blue Islands Airline Website

Let’s access the Information section to run an FAQ free text search for Hotels in Guernsey.

Page 5: Blue Islands Airline Website

Now we select the FAQ Search.

Note the multi-language capability.

Advert dynamically spawned from the inbuilt advertising system.

Page 6: Blue Islands Airline Website

Let’s search for Guernsey hotels.

Page 7: Blue Islands Airline Website

The search engine uses Artificial Intelligence to score the relevancy of the keywords against FAQ items in the database.

Notice that context driven adverts have appeared that match the keywords in the search.

Let’s take a look at the top search result.

Page 8: Blue Islands Airline Website

We can revisit the search if this result is not suitable.

Page 9: Blue Islands Airline Website

That’s given us a taste of how adverts can be driven by FAQ searches.

Now let’s look under the hood of the Content Management System to see how this can be set up …

Page 10: Blue Islands Airline Website

If you have budget constraints and few content administrators, MS Access makes an excellent content management tool. Here I am indicating a field where keywords may be associated with the advert, so it may fire should a user search match.

Page 11: Blue Islands Airline Website

Now let’s head back to the website and see how the adverts are controlled server-side in the code.

Page 12: Blue Islands Airline Website

We can programmatically set which adverts appear during page loading. We can specify single or lists of adverts, advert categories, how many should render and even use a ranking scheme to push more important adverts to the top of the output list.

We can also set default values for each advert renderer in each User Control. The intent was to eventually content manage these alterations, but I left the company to emigrate before I could complete this stage.

Page 13: Blue Islands Airline Website

Let’s now have a look at a highly customized online user survey …

Page 14: Blue Islands Airline Website

Completed sections are automatically hidden from view as they are completed. This improves user “closure”.

Respondents may dynamically configure routes of their choosing into a selection list.

This interactive approach allowed respondents to shape their “dream” routes and precisely detail their route requirements.

Page 15: Blue Islands Airline Website

Once section 1 was completed, it was hidden so the next section sits comfortably at the top.

A respondent may even detail any desired new routes.

Page 16: Blue Islands Airline Website

Once section 1 was completed, it was hidden so the next section sits comfortably at the top.

Mistakes can be corrected by highlighting the erroneous route and clicking the Remove button.

A respondent may even detail a desired airline route that doesn’t exist.

Page 17: Blue Islands Airline Website

Free text sections had character counters so the respondents knew how much space they had left.

Page 18: Blue Islands Airline Website

Finally, we capture that all important contact information and provide an outlet for anything that we may not have covered.

Page 19: Blue Islands Airline Website

Should a mandatory data point be neglected, we have a gentle reminder.

Page 20: Blue Islands Airline Website

Data harvested for this survey was then accessible in reporting and very detailed measurements could be made on the most popular route requests, even routes that had not yet been considered. The interactivity of the survey encouraged respondents to participate, so this was a very versatile tool in connecting marketing with customers.

Page 21: Blue Islands Airline Website

End of Presentation