I have designed and created several other sites either for myself or for other people ranging from simple html based designs up to fully interactive designs using ASP.NET.
Photoscopic: My photographic site
www.photoscopic.co.uk
This site was put together to show off some of the pictures that I and my fellow
photographers have taken over the last few years. There is a section for each
photographer and then further sub-sections that gather together related
pictures.
Technical details
Generated HTML pages using a .NET application to bring together styles, layout and content from a series of XML files.
UK TV Adverts: My tv advert site
www.uktvadverts.com
This site is intended to satisfy those who are curious about the identity of the
actors and actresses who appear in or do voice-overs for British commercials.
Technical details
Originally a simple HTML based site, it was re-written using ASP.NET to include
many interactive features such as forums and a guestbook, all written from scratch.
Perfect Day Wedding Photography
www.perfectdayphoto.com
Hi, my name is Adele Simms and I am a friendly lady photographer.
I provide a number of packages to suit a variety of budgets.
Technical details
My favourite method once again for generating a static site using a .NET application
to make it easier to control layout and add extra elements.
The site uses no tables but instead relies on divs and stylesheets for layout.
It also seamlessly integrates with an existing album browser.
Newbury Model Railway Club
www.newburymrc.co.uk
Welcome to the Newbury Model Railway Club web site. The club has been
around in one form or another for over thirty years and currently consists
of about 18 members.
Technical details
Again this is generated HTML pages using a .NET application.
An XML file defines the site structure and page names and then the generator
brings together the base pages, headers, styles and images to produce the site.
ISOPYL: This very site
www.isopyl.com
This is my own personal site that I initially started as a quiz site but I also use it to try out design ideas and web programming stuff.
Technical details
Written in ASP.NET featuring a custom quiz engine, forums, custom authentication and user selectable look and feel (requires registration). I am also proud of the JavaScript sorting used on the
Leaderboard page.