Archive for October, 2008

Prevent starting multiple instances of a Windows Forms application.

Thursday, October 30, 2008 11:52 No Comments

There are situations where you do not want a user to start multiple instances of the same Windows Forms application more then once. There are solutions for this out there, that require writing some file and locking it (sort of File Share Witness thingy) and solution that check the running processes on the machine. (What [...]

This was posted under category: Windows Tags: , , ,

Using PHP with Expression Web 2.

Monday, October 27, 2008 14:14 No Comments

If you are a PHP Programmer, and you want to take advantage of all the cool stuff that Expression Web 2 has to offer, there are 2 configuration items you should set correctly. (e.g. ‘session_start()’ etc.) First, make sure to remove the BOM from UTF-8 encoded files; Click ‘Tools’, Click ‘Page Editor Options’ and make [...]

This was posted under category: Web Tags: ,

How To: Set your CAS URL’s in Exchange Server 2007

Thursday, October 9, 2008 21:38 No Comments

The Client Access Server, or CAS in short, is the primairy connection point for all clients to access thier email. The CAS handles incoming client connections for Webmail (Outlook Web Access, or OWA), The Offline Address Book (OAB), Unified Messaging (UM), ActiveSync, POP, IMAP and the Exchange Web Services. Note; Currently (Exchange 2007 SP1) all MAPI [...]

This was posted under category: Exchange & OCS Tags: , , ,