Archive for the 'Miscellaneuos' Category

18 Feb

Outlook: Getting rid of 100s of meeting responses you get when you schedule a meeting for all

If you are setting up meetings for a large group and then asking then to refrain from sending meeting responses, then this article is for you.
You can automatically delete the empty responses you get. Please note the word “empty” here. It will not stop you anyway to read the edited responses.
Here is the procedure.Step 1:
In [...]

29 Sep

Javascript: How to remove blue rectangle around the image / imagemap

Sometimes it shows a focus like dark border around the image in IE and Firefox.
I guess this is not a problem in Google Chrome.
Solution for this is:
use css!
img{border: 0;}
You can also set this in HTML as per your choice.