Forum Moderators: phranque
I want to apply the same to my website. Is it possible to run two designs for the same URL for say a month so that every visitor sees one or the other site, then at the end just keep running the winner.
The content would be the same on both sites, I'm testing the layout and nagigation first.
My main worry is once you've seen version 1 I want you to come back to that version again, other wise I'm going to get very pissed off customers.
Is this easily doable using a Cookie or something are am I being a bit stupid?
Can anyone help please
The best way for this would be to have a bit of javascript creating the cookie etc. With this in place when user selects design 2 the cookie will store this so next time they visit your site it will be showing in design 2 mode.
I think this would be the best solution for your needs; your users have the best of both worlds (not just been limited to one design per month). I have the script for swapping style sheets at the click of a button if you need it..
A good example of stylesheet changing can be found at Zen Gardens site: csszengarden [csszengarden.com]
If you flick thorugh the sytle sheets (on the right) you can see the effect they have on the design without touching the content.
colly