Spam weirdness

Today, I got an E-Mail from a guy called chun ying: Acknowledge, An Iraqi made a fixed deposit of $6.5m usd in my bank branch (Hang Seng Bank,Hong Kong) where am a director and he died with his entire family in the war leaving behind no next of kin, I’m ready to share 50/50 with […]

JavaScript weirdness: “ReferenceError XXX is not defined”

If you’re getting a “ReferenceError XXX is not defined”-error while calling JavaScript functions (which definitive exist), you might want to check for any for each(…) – constructs in your source. In case you use this way of iterating through a sequence, the browser will disrupt parsing parts of your JavaScript code, which leads to the […]