Ideas for web development practical jokes?

Posted by Ellie P. on Stack Overflow See other posts from Stack Overflow or by Ellie P.
Published on 2010-03-10T22:20:54Z Indexed on 2010/03/15 18:49 UTC
Read the original article Hit count: 470

I am a web developer for a Django-based site for a student organization, and I have the opportunity to make the website temporarily absurd for a day of general campus-wide debauchery and chaos (long story, doesn't matter.)

What are your best ideas for web development practical jokes (that you could never use in the real world)?

For example, one idea we had was to use a client-side script to convert each character to its upside down equivalent in Unicode, si?? ??i? ?ui????os.

I'm not necessarily looking for Django-specific solutions. I imagine most of these things would happen on the front-end. I am also quite aware that usability will suffer considerably--the point is to be fun for a day, and there will always be a link to the normal version of the site.

Also, everything must be relatively cosmetic and easily reversible--I'm happy to swap out static CSS/JS/HTML/templates/images, and even temporarily add a django view, but no messing with the data level!

© Stack Overflow or respective owner

Related posts about web-development

Related posts about web-design