skip to main content.

as once announced, i worked on spielwiese‘s gallery system. it is now featured by a c++ backend which generates the galleries as well as the thumbnails (if they aren’t already there), both in grayscale and color! so far, the galleries are shown as before (with some exceptions, mostly in the beginning of the blog though), but on every page you can find a clickable text in the footer, on the very bottom of the page, called “change colors!”: this toggles the thumbnails between grayscale and colors! unfortunately, this currently does not remembers the value (by setting a cookie), so if you reload the page everything will be grayscale again. but the most important part, namely the backend, is there! and maybe it will remember the state before the end of this day :)

posted in: computer www
tags:
places:

comments.

rebhuhn wrote on july 28, 2010 at 20:51:

yay :)!

felix wrote on july 28, 2010 at 21:16:

and the current state is now stored in a cookie, so you can change the state for the future as well :) (the cookie will be stored for 10 years, if you don’t kick it out earlier…)