FizixRichard, on 13 September 2010 - 10:02 AM, said:
Actually I'd say thats a very simple thing to do, I cannot really see where PHP & MySQL come into that??? Unless the content is dynamically fetched from a DB. There is no requirement for it.
Basically all its doing is flipping between different "cells" when you mouse over the menu.
So they have coded a main shell (the menu and content area) and then the content for each of the menu links.
Then using JS (AJAX) they are transitioning between each of the content cells, changing the HTML description block for the next and swapping the image. This is done a lot these days and there are loads of tutorials on how to do it out there.
An experienced developer would be able to do that very quickly and to be honest, if you read up on JS/AJAX transitioning techniques you could probably be able to do it if you have a firm enough graps of HTML/CSS to get a rough idea of whats going on.
If you also look at these CSS/AJAX elements that "slide" through bits of content (not images but HTML blocks), those aren't too dissimilar either.
Even if you don't undertake this task I'd at least look up the techniques and try and learn how to do things like that. It would be a nice way to start learning JS/AJAX etc. and as there are many different scenarios where the basic concept is applied its a useful thing to learn how to do.
Re look at the site and u would see where php comes into it

u have forms? need proccessing theres a logout button in the top right obviously that takes php and look in the url demoPopup.php is the file name so theres 3 things that points in a php direction not to mention a contact form php processing again the list goes on

And from what im gathering hes wanting to build a site like that which will require php regardless i don't think hes just meaning the JS effects alone.