July 2004 - Posts

3
Comments

SMTP Server (create temporary email addresses) by Michael Schwarz

I am still developing my own SMTP server. A lot of people asked me why do I don't offer a POP3 server to get the emails. "Only a webfrontent is not enough for us...!" Ok, I started to create a POP3 server that will offer the messages. As you know already...
0
Comments

A sample on how to use the SetCookieEx function by Michael Schwarz

A lot of pages in my intranet application are using now the SetCookieEx functions. One of my .HTC components will be similar to the System.Collections.CollectionBase object in .NET. You can add this .HTC component to your page and use it f.e. for a shopping...
4
Comments

Use Javascript objects like you do it in C# by Michael Schwarz

While developing websites (intranet applications) I had to save a lot of information on the client or for a user. First, I used cookies to save information. I noticed that I can only save up to 20 cookies with a lenght of about 192 chars I searched for...
3
Comments

How to use your own IHttpHandlers without changing IIS settings by Michael Schwarz

As I know there are a lot of developers that do not have a internet server with full access to the IIS (f.e. using a administrator website or remote desktop). You have to change the IIS settings for the new file extension. Yesterday I found a good solution...
More Posts