Tag: JavaScript


  • There is no enforced standard for passwords for a web site, so they can be all over the place for requirements. Nor do sites typically explain what are the exact standards before a failure. And then most will state the minimum and types of characters. But, too many leave out the maximum number of characters allowed so…

  • Michael Feldstein posted on Twitter: Seeing signs that Google Analytics significantly undercounts. Any recommendation for easy, reliable db-based WordPress analytics? I knew Google Analytics relies on JavaScript to measure what users are doing. Bots typically do not execute JS, so go undercounted. That is OK, probably even great depending on how much they annoy me.…

  • Context Menu

    Almost everyone using a computer to access the Internet uses the left click on a link to go to its location. Exceptions might be left handers who switch the buttons on a mouse, those using screen readers, or similar small niche users of the Internet. I tend to multi-task, so I will scan a page…

  • Attempted to watch the Transformer’s 3 trailer, but apparently Chrome on Linux was a no-go for the JavaScript which hides the web site and displays the trailer. Fancy but broken. So I thought I would look at the HTML and get the .mov file. I found this snippet of code in the HTML quite interesting.…

  • Correct: <script language=”Javascript” type=”text/javascript”> if (top != self) { top.location = window.location; } </script> Incorrect: <script language=”Javascript” type=”text/javascript”> if (top != self) { top.location = “/webct/urw/lc18361011.tp0/logonDisplay.dowebct”; } </script> The problem with incorrect is the address used here is not the address in the location bar.  The one in the location bar has the values required…

  • So far I have either been oblivious or lucky. Some people like my pictures which could mean they are downloading them and even representing them as their own. No amount of HTML or JavaScript technology can prevent this. Even watermarks have questionable efficacy as people get better. Google’s Picasa is my current image editor. With…

  • links for 2007-11-23

    Can you take a compliment? | Ms. JD (tags: communication conversation) Babies prefer good Samaritans | Science Blog (tags: Psychology) Binary to Text (ASCII) Conversion (tags: javascript nerd tools converter) MSU – Learning Management Systems Evaluation Committee 2006-07 (tags: lms) The Big Juicy Twitter Guide | Caroline Middlebrook (tags: web2.0 guide blogs) the Idea Shower…

  • I really have to stop listening to the same song played over and over. It may affect my thinking…. We had another node crash due to the Sun JVM issue. Our start script failed to make a file in /var so the node did not become fully operational as expected. While waiting for those with…

  • So, you are a teaching an online class. Students cheating naturally is a concern. How does one prevent them from stealing answers? Code in the online class system? Unfortunately, the makers of the learning management systems lag behind the creativity of cheaters. Plus, they can only control their systems. How do they enforce security in…