I noticed yesterday that there was a new navigation bar on top of this site. And it has also added more features on the nav bar that definately requires server side changes or at least newer queries.
Yes it has ver attached to the css as a variable so that a fresh copy is loaded each visit. I want to know how do they complete the changes i.e. swapping of files without any downtime?
Perhaps there are loads of other things that go on in the back any insight would be good. Thanks.
Well nobody knows how they really do it but what we do:
Use a staging server where your whole website is duplicated. Make all your changes there without nobody knowing what's happening as the website is provided by another server. And then just change your domain configuration so that the staging server becomes the new webserver and the other way arround.