Posts Tagged recommended

Friendly anti-virus software?!

I just had something quite good happen, and I thought I’d mention it here. Whenever I’ve had a virus crop up previously, anti-virus software like AVG have tried to make it as jarring an experience as possible: sirens and massive exclamation marks on yellow backgrounds, that kind of thing. I guess maybe it’s the equivalent of hitting a dog on the nose with a newspaper. “Bad boy! Don’t bring viruses in here!”

So it was a very pleasant experience just now when instead of frightening the life out of me, my background AV scanner, Panda Cloud, just popped up a big green tick and a message saying ’1 virus neutralised’, and disappeared again after a few seconds. I didn’t even know there was one, yet it had already been dealt with and I had the all clear! It felt like my computer was being protected by a guardian angel, instead of the usual gruff bouncer.

Basically, I’m very impressed, and I think this would be a good direction for computing and pc-human interaction generally. We should move away from the formality and strictness that has been traditional since computers were only in the hands of businesses, and move towards friendly and helpful ways of presenting information for everyone. It’s so fiddly trying to write error messages in the most formal way possible, when a more colloquial way would be more useful to the user and more natural to write for the programmer.

It’ll take a gradual shift, but I’d like to see computing become genuinely friendly, not just ‘user-friendly’.

, , ,

No Comments

Fixed headers and footers with CSS

For a site I’m working on for someone (when it’s publishes I’ll update this article with a link to the finished product update: see below) I wanted a fixed header and a fixed footer. The header is easy of course, but it’s actually quite tricky to get a box to appear at the bottom of the page if the page isn’t long enough to reach the bottom of the window.

After some trial-and-error that resulted ina sticky footer that somehow overlapped the scroll-bar (!), I stopped re-inventing the wheel and found CSS Frames as a compromise with the obvious solution of using regular frames; those are terrible for SEO, among other things. It’s a simple and easy-to-adapt solution with cross-browser compatibility. Recommended.

update: I’ve used this technique for Mister Mckees shoe repair shop, but I’ve had a small problem with it, so I wonder if a reader can help. I’ve been unable to get rid of the scroll bar that appears in Firefox (but not IE7) when using a CSS footer. The page seems to be artificially made slightly longer than the window every time, but nothing I’ve tried fixes this. Help!

update 2: Got it! Spent a while tonight hacking away, trying to get it done once and for all. Like usual, it works now, just don’t ask me why it didn’t in the first place S-)

, , , , ,

No Comments