Games
Problems
Go Pro!

Ask Professor Puzzler


Do you have a question you would like to ask Professor Puzzler? Click here to ask your question!
Yearly archive for 2009.

I hate getting emails from people who fill their emails with stuff like "lol" and "imho" and all that kind of stuff. It's beyond me! Any suggestions?


Unfortunately, shorthand like lol and imho have become a standard part of internet conversations, and you're just going to have to get used to it.

In general, very little "important" content is shorthanded, so you can usually get the meaning of an email even if you miss some of the nuances.

Here are just a handful of internet slang phrases to help you get started. Note: this list was updated and alphabetized in 2016.

  • afaik: as far as I know
  • bff: best friends forever
  • bfn: bye for now
  • brb: be right back
  • btw: by the way 
  • fwiw: for what it's worth
  • gr8: great
  • imho: in my humble opinion 
  • imo: in my opinion 
  • irl: in real life
  • jk: just kidding
  • l8r: later
  • lmao: laughing my --- off 
  • lol: laugh out loud
  • np: no problem
  • oic: oh, I see
  • otoh: on the other hand
  • rofl: roll on floor laughing
  • smh: smack my head
  • tmi: too much information
  • wtf: what the ---
  • ymmv: your mileage may vary

In addition to these, you may have to put up with "leet speak", which is almost like a code, in which letters are replaced by numbers and symbols which look similar. For example, the letter A is replaced by the number 4, and the letter S is replaced by a dollar sign. If it doesn't get too extreme, you can interpret without too much difficulty: 1 h@+3 l337 $p34k = "I hate leet speak"

Someone told me something about something called Bobby...I guess it has to do with making sure your site is handicapped accessible, or something. Do you know?


Bobby is a software tool designed to determine whether your site meets standards for accessibility. It looks for things like ALT text in your images, context irrelevant links (such as "Click Here"), text which is set apart based on color, and many other accessibility issues. The best part is, Bobby is a free tool*. Just type in your URL, and Bobby will tell you if you pass. If you don't pass (which you probably won't!) Bobby will tell you all the things that are wrong with your site.

If you work hard enough, you can make your site entirely Bobby Approved, and you can get a little logo saying so. Even if you don't want to take the time to make your site fully compliant, using Bobby and studying the results will help you get a much better idea of the problems disabled persons may have trying to access your site. At the very least, you should try to take care of the most glaring problems.

* 2016 Update: Bobby was shut down several years ago, but has lived on in various incarnations. Rather than linking to it here, since it'll probably change locations again, just go to Google and search on "web accessibility evaluation tool".


A year after responding to this question, the following question was received:

Dear Professor Puzzler I was reading your blog, and in particular I saw your answer to the question about "Bobby." Can you tell me why YOUR website does not pass Bobby's analysis? 


This is a good question! In my previous Bobby post I said:

"Even if you don't want to take the time to make your site fully compliant, using Bobby and studying the results will help you get a much better idea of the problems disabled persons may have trying to access your site. At the very least, you should try to take care of the most glaring problems."

This is exactly how I use the Bobby tool, for a variety of reasons:

  • This site has design features that serve no practical purpose for navigation, but are purely for visual aesthetic. For instance, if you go to the home page and hover over any of the game links, they will slightly change color. This is just an attention grabber, and serves no real purpose. Bobby complains that the code doesn't run when the element has keyboard focus. Except...it's not possible for that element to have keyboard focus, so Bobby's suggestion is not practical or sensible, because he doesn't know the purpose of the code.
  • Similarly, I have features that run off either a mouse click event or a link click. Bobby recognizes that I have mouse-click events that aren't keyboard accessible, but has no way of knowing that I have accessible links that do exactly the same thing.
  • By the nature of this particular site, which contains a lot of educational games, some of the features may not be accessible to someone with certain disabilities, and it would be virtually impossible to make them so (in some cases it might be possible, but because this is a free site, and we would need a sizeable grant in order to be able to afford to incorporate handicapped accessibility into the games!)
  • There are some links on this site which have no text in them. For a very specific purpose. They lead to secret, hidden, "easter eggs" on the site.  Adding text to the link defeats the purpose of the link. Besides, since these links are designed to be non-obvious, they're actually more accessible to someone who navigates by keyboard, since the focus will stop on the link.

For the most part, the reasons have to do with the fact that an automated tool can't guess at the purpose of an element on the page, and therefore I consider it to be more important to follow the spirit of the law instead of the letter.

Good grief! What is up with this? My friend emailed me a database file, and Outlook tells me it won't let me receive it. Have any suggestions?


This may be moderately annoying, but it is in your best interest to have Outlook do everything it can to protect you from malicious code which may be hiding in database files and executable files. So you may not be able to open that MDB or EXE file your friend sent you.

But don't despair, you can get around Outlook if really need that file. Email your friend back and tell him "I need you to change the file extention to .MDX (or anything else besides .MDB) and then resend it to me."

Your friend changes the file extension, Outlook no longer recognizes it as a database file, and it lets it through. Now, when you save the attachment, you've just got to remember to change the extension back to .MDB and you're good to go!


2016 Update: This is not just an Outlook issue anymore. E-mails tend to get checked for potential viruses at every step along the delivery process. And some services are downright scary in how sophosticated their checking algorithms are. I have a client that I do VB.net development for, and occasionally they need me to update a single *.aspx file and e-mail it down to them. But their mail server rejects as hazardous any e-mail with the *.aspx extension.

No problem, right? Just change the extension to something like *.asz.

No dice; their server still rejects it.

Okay, so let's try zipping the *.aspx file. Nope. Still no joy.

Change the file extension, then zip it?

Their server is smart enough to still recognize as potentially hazardous.

Change the file extension, zip it, change the zip file's extension from *.zip to *.ziq. STILL no luck.

Give up and mail the updates to my contact person's personal e-mail address.

We have a new math 6th grade series where Order of Operations has changed and PEMDAS is no longer the standard. Have you encountered this yet? We have Glenco, 6th grade. Multiplication and division still come before addition and substranction, however, now it works left to right whereas before it was multiplication before division.


In some areas of the world they use a different acronym (such as BODMAS or BEDMAS), but these are still the same thing as PEMDAS (Please Excuse My Dear Aunt Sally).

Believe it or not, the PEMDAS order of operations is not only still correct, but it's always been what you just described.

The acronym PEMDAS can be deceptive, if it’s not taught correctly.  How it should be taught is:

P: Parenthesis first
E: Exponents next
MD: Multiplication and Division next
AS: Addition and Subtraction last

Notice that the M and D are grouped together, as are the A and S.  This is because Multiplication and Division are at the same priority level, and should be done in left to right order. Likewise, Addition and Subtraction are at the same priority level, and should be done in left to right order. 

Unfortunately, many  teachers don’t realize this, and teach that all multiplication is done before all division, and all addition is done before all subtraction.  I was taught that way all through elementary school, and it wasn’t until I hit Jr/Sr high that I found out that Multiplication and Division are at the same priority level, as are Addition and Subtraction.

If you are looking for a game that forces students to think through Order of Operations, here's a game I created several years ago: One To Ten.

Blogs on This Site

Reviews and book lists - books we love!
The site administrator fields questions from visitors.
Like us on Facebook to get updates about new resources
Home
Pro Membership
About
Privacy