Code Demo
Mark Owen
This collection of webpages is part of a website done in my first year of university as part of a group project. All the work on the pages hosted here is mine with the exception of the all images (except the background image) and a single javascript function used on the roulette and slots page which is shown below.
function createXMLHttpRequest() {
try { return new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) {}
try { return new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) {}
try { return new XMLHttpRequest(); } catch(e) {}
return null;
}
User documentation (instructions) for each of the pages is either included on the pages or, in the case of the game pages, linked from the page.
Technical documentation for the slots page can be found
here.
Source code for the slots page can be found
here and source code for top.php can be found
here. Top.php is a page that is included at the top of all pages to create layout and functions which are needed for all pages.
You can sign up with your own account if you would like or I have set up a guest account called Guest with password guest123.