Articles about “template”

Loading Templates Based on Request Headers in Django

Loading Templates Based on Request Headers in Django

by Corey Oordt • Published 17 Feb 2010

We have been experimenting with A/B testing using Google’s Website Optimizer. The tool is very nice, but we ran into issues with A/B testing in pages with dynamic content. Website Optimizer is really geared for optimizing static pages and elements (like sign-up pages). You have to put the HTML for A and B versions in Website Optimizer up front. That is fine for some CSS changes or button element changes, but not very useful in changing an item whose content is variable

comments Comments

tag  django - python - template