So the annoying “500 Server Errors” caused by my host’s upgrading of CPanel got fixed early this morning. Yay!
However, I noticed a new problem. The collapsible archive menus on the right side of the main page fail miserably in Firefox for Windows. I have been operating under the assumption for quite a while that whatever worked in Mac Firefox worked the exact same way in Windows Firefox. Not true, apparently. Boo!
I almost deployed a similar collapsible menu for a client, and embarrassingly never tested the menu script on Windows Firefox. Bad, Michael. Bad.
Update: The problem in the script was because of the difference between Windows line breaks (\r) and the rest of the OS world (\n). Silly Windows.
I have been doing way too much debugging of Javascript lately (at work and at home). Damn it, Jim. I’m an artist, not a programmer.

Leave a comment