There is this guy who has stopped into the kung fu class a couple of times to observe. The first time, he just stood by the door and every time someone from the class wandered near, he would ask questions like “How does this style compare to Tiger Crane?” or “Have you ever taken karate?” This time he stood by the door and asked questions like “Have you ever heard of Leopard Style?” and “That roll you did looked like an aikido roll.” He also wanted to know if he would lose 130 pounds if he joined the class.
My answers to these questions were, in order, the following: Don’t know. Yes. No. Ah. Maybe.
Regarding the aikido question, for which he seemed genuinely interested in an answer, I told him something I picked up from the Bruce Lee interview in the Gold edition of Enter the Dragon:
As long as people have two arms and two legs, there will only be a certain number of movements which are applicable to the martial arts. Of course there will be similarities. there are very few useful ways to do a dive roll. All of the less-than-useful ways have been weeded out by attrition. There are not certain styles which are better than other styles. Whether or not it works depends on the instructor and the student. Why did you come to this class if you want to know about Tiger, Leopard, Hamster, etc.?
So I don’t know if the answers he received yesterday helped him, but he sat quietly and watched most of the class. Time will tell.
Today, down at the river, Scott and I watched a guy with a three-pronged grappling hook (like ninjas use to climb walls) dredge a section of the river just below the dam. Naturally, this caused some speculation:
“Is he hunting for a body?” “Do you think he lost his fishing pole?” “Do you think he meant to get his grapple caught under the rocks over in that deep part?” “Maybe he’s trying to snag a fish…”
The reality was much more prosaic: He was clearing the area of old cast-off fish lines and boat ropes.
Today’s reason why Internet Explorer 5 Should Be Covered in Honey and Staked Out Over an Anthill is the following:
Say you are building a fully CSS-bases website. No tables anywhere. Say the navigation requires that you have elements (anchor tags) FLOATed right. No problem so far. Now you put images inside those anchors for to create a nifty rollover effect. Looks good everywhere. Works perfectly everywhere.
??? Waitaminnit….
IE5.0 on the PC. Having an image inside a FLOATed anchor causes the image to block the mouseover event on the anchor. In other words, when the anchor is moused over, the image swaps just like it should, but the anchor is no longer an anchor. The CSS border picks up the presence of the mouse. The border (1 pixel) can be clicked on, but the area covered by the image cannot. And using document.getElementById(“nav”). getElementsByTagName(“a”)[0]. onmouseover = function() {} doesn’t work because… because… because IE5 is stupid and outdated and people who refuse to upgrade DESERVE to see broken things.
For the record, I am calling this one the “Floated Anchor/Image Mouseover Bug”.