Re: Website design XML? PHP?
I'll just let you know from the start it is a bad idea to make the main part of your site reliant on AJAX as if the users browser doesn't support it then your up a certain creek without a certain paddle
. AJAX is a very good technology to use if you need a highly interactive application written for the web such as a chatroom (to name one). If you would like to use XML then I would recommend just using an XML stylesheet and then you can do something like using PHP to build the page and just include the external XML file. If you really would like to use AJAX then it would be a good idea to setup your site so that if the user's browser doesn't support AJAX the pages can just be included using manual methods from the server. Both of these methods aren't server intensive and should give your site visitors plenty of functionality and preference for one or the other.
~The Dark Knight
This city deserves a better class of criminal