





This was a redesign of a travel site owned by the same client who runs ISA. I learned quite a bit on this project.
The front page has a simple Flash slideshow that grabs the images and captions from an XML file. This keeps the actual flash file very small since it is essentially all actionscript.
I used a free script called RSS2HTML to display current weather conditions from an external RSS feed.
I created the beginnings of a very simple shopping cart mechanism, but it will probably be replaced or at least highly modified by the client's IT department.
I used Google's embeddable maps for a clickable image map. This method is even easier than using their API. I learned a few other little php and css tricks as well.