Hi,

I am currently rebuilding a photography portfolio site that was written in flash (for iPad use). The flash site reads a xml file which stores the site top level menu and the submenu structure (a rather simple site) and build the site on the fly. There is another xml file that stores the information on each image. The site displays the image with an flash image viewer and each image has its own link (the link is build by the program). The image viewer has slideshow function. I would like to know what combination of technologies (php, javascript, jquery, css, html) will be best to rebuild this site?

Also, how should the site be coded that so that the layout of the will not be reloaded again?

Thanks for your advice!