Tag: browser


  • The start of an adventure usually starts when I tweet an annoyance: Who has two thumbs and regularly disables Sharepoint’s overflow: hidden CSS to re-enable the scrollbar? Me… A coworker asked a good question, which is, “Any easy/lazy way to make it automatic-like?” My response was a Greasemonkey script should do the trick. Okay, so,…

  • Apparently there are security flaws in the current version of Java allowing the installation of malicious software through web browsers unknown to the user. The known attacks using this flaw work on Windows, OSX, and Linux. According to Reuters: Java was responsible for 50 percent of all cyber attacks last year in which hackers broke…

  • As we browse the Web, our browsers picks up cookies. Many sites will give our browser advertiser’s cookies. More importantly, the advertiser’s servers can look to see whether we have their cookies and where we obtained them. This is how they record our browsing habits. The more places they advertise, the better they are able…

  • The below text is from a ticket I opened with Blackboard this morning. I used this unix command to dump a list of all supported browsers from the browserchecker.xml. grep -A 1 ‘supported=”true”‘ serverconfs/browserchecker.xml | grep descript | awk -F\> ‘{print $2}’ | awk -F\< ‘{print $1}’ The list of supported browsers does not match…

  • When To Upgrade

    After Firefox just upgraded, I noticed it did a check to on the compatibility of the Add-Ons I have. Should any be incompatible, then the add-on gets disabled. The rationale being, “Add-Ons which do not work under the current version should not be enabled.” Seems like I as the user of the software really ought…

  • Supported

    (This is an post I wrote back in November but didn’t publish…. Until now. Have fun!) Mitigated speech gets a lot of use by people trying not to offend. All too often, people who have been hurt because of mitigated speech question what isn’t being told as though the omission or gaps are intentionally deceptive.…

  • Rather than depend on end users to accurately report the browser used, I look for the user-agent in the web server logs. (Yes, I know it can be spoofed. Power users would be trying different things to resolve their own issues not coming to us.) Followers of this blog may recall I changed the Weblogic…

  • Some support tickets are more easily solved by knowing both user behavior and environment. An often helpful piece of information is what web browser they used. To add this, shut down the cluster, edit /VISTA_HOME/config/config.xml to include the cs(User-Agent), and start the cluster. This line will need to appear for every node. At startup, the…

  • Normally when presenting the opportunity to change a password, a user is required to provide the current password in addition to the new. It ensures the one changing the password already knows the password.  According to Olaf Ritman, Blackboard Academic Suite 6, 7, 8 and Learn 9 ignore asking for the current password. Can anyone with…