How to test HTTP Errorcode 400.

To extra secure your webserver you may want to create your own ErrorDocument for different errorcodes. For example errorcode 400. To test this go to your website /% example: http://www.iterrors.com/% (It seems my host isn’t 100% secure :)).

Read More »

Outlook – Automatically save an outlook attachment to disk

If you want to automatically save an attachment to a folder on your computer/server do the following: Open Outlook and open Microsoft Visual Basic for Applications (Alt + F11). Expand the tree view on the left till you reach ThisOutlookSession, now right click on ThisOutlookSession and select insert -> module. You will now get a […]

Read More »