Archive for the ‘Solutions’ Category

Getting javascript variables to survive reload

Thursday, November 20th, 2008

Problem

You have some javascript where the user has selected some values you intend to persist when the user presses reload.

(more…)

Where can I find the javascript error console in Firefox?

Wednesday, November 19th, 2008

Problem

while writing javascript it’s nice to actually see the errors I make.

(more…)