seasonal

Updates to website for Christmas?

I'm doing some research to redesign our website. What sort of updates are expected from a high-end site for the Christmas season? Please write what is expected and possible steps to get there. Currently I have listed: Code? -- Site Snow Effects, Snowball effects, Christmas-branded Add-ons?, Flash 'Toys'. Graphics? -- Theme?, Banners,...

Change content based on season with ColdFusion

For ColdFusion I would like to use a cfswitch statement to have different code for each season of the year. For example to display <p>Winter</p> for winter and <p>Summer</p> for summer, etc. What is the best approach to achieve this? ...