Simple javascript mouseover tooltip

Date May 16, 2008

So I wanted something simple, easy that could handle the information that explains what these options mean. There’s so many way to handle this, and some are more powerful (see if you can find the rickroll), and other aren’t, using the title=”" attribute in a link. The one I’ve done is closer to the simple, but allows for a little more control and looks a lot better!

So I have a form with a number of checkboxes and radio buttons. There’s a lot of stuff going on there, like 23 or more. I can’t remember all them, and so when people ask me what this one does, or that one controls I have to dig through some code to remember what they are for (yes I can guess, but I’m too lazy for any of it).

So what I did was add a little famfamfam silk ‘help’ icon next to each one, and gave it a mouseover event to show a tool tip.

Contemplating an entry about Regular Expressions

Date January 29, 2008

I’m sitting here getting ready to write up a quick and dirty little regular expression for checking INET values, when it got me thinking. I’ve somehow turned my blog into a more technical blog then just some ramblings of mine. My technical posts out number general (or non-geeky) blog posts.

It’s not such a bad thing, in my mind, but that’s why I have another site. It’s not currently working due to the data loss suffered earlier in the month, and I haven’t gotten around to getting it back up and running yet. So what shall I do? I suppose I could just cross post them between the two and try to focus more on the generality of this blog.

It’ll probably straighten itself out in long run (once the other site is up and running), but until then - I guess you’ll be stuck with geeky entries here.