February 19, 2003

Custom Fit your Popup Script

Here's an interesting tutorial for scripting a popup window that dynamically resizes to the dimensions of a banner .GIF or .JPG image. It also introduced me to the built-in JavaScript function resizeBy(): Resize a Popup to Fit an Image's Size

February 09, 2003

SPAM!

Ok, just when you think you've got e-mail SPAM under control, the weasels figure out a new way to get at you. I got to experience it first hand about a week after I got the new web server running. It didn't take long for those pesty "messenger service" boxes to start popping up on the server's desktop.

Originally intended for administrative messages over the local network, Microsoft has the messenger service "on" by default when you install. This leaves a specific port open that SPAM lords can now scan for. If found open, they will send advertisements to your machine.

Although I don't endorse (or have even tried) the software this site offers, they do have some information and tutorials on how you can shutdown this new "loop hole" that SPAMMERS are exploiting: Stop Messenger Spam

February 06, 2003

Style Sheets for Accessibility

I've got a project where I need to add a "text-only" section to an existing web site. The best idea would be to use style sheets to control the font-sizes that each user can adjust to make the pages more readable. Here's an article on how to do just that: Build User-Controlled Style Sheets for Greater Accessibility