January 2004 - Posts

0
Comments

Is this a security leck, what do you mean? by Michael Schwarz

window.status=\'Is this a security leck?\'; ';}catch(e){}"> The last months there are a lot of discussions about the SCRIPT tag in WYSIWIG HTML editors. A lot of companies allow the user to add SCRIPT code to their guestbook, auctions, weblogs... If you...
0
Comments

Windows XP SP2 Firewall and ConsoleApplication1 by Michael Schwarz

If you are using the new Windows XP SP2 (at the moment in beta) there will apear the firewall settings if one of your programs try to access the internet or are listening on at least one port. The Windows XP SP2 firewall will display all programs that...
1
Comments

Import XML Nodes from differnet XmlDocuments by Michael Schwarz

Everytime I see a developer coming from Visual Basic or Javascript doing some XML developemnt I get a question: How do I import a XmlNode from a different XmlDocument? Here is the short answer: XmlDocument newXml = new XmlDocument(); XmlDocument oldXml...
5
Comments

DataGrid with optional columns and automatic width/height by Michael Schwarz

I have created a first test for a datagrid that allows you to add optional columns that are displayed if there is enough space on the screen. The columns have a minimum width and can grow as there are no additional columns. You can have a look on a sample...
2
Comments

Do you know the year 1601?? by Michael Schwarz

Today I tried to get the CreationTime of the bin/webapplication1.dll. I was in the wrong directory, so there was no webapplication1.dll. The nice think was, that I did not get any exception and a nice date: 1.1.1601 (minvalue of file dates). System.IO...
0
Comments

SMTP and POP3 Server beta running for testing by Michael Schwarz

Currently not available! I have installed a demo of the SMTP and POP3 beta on one of my PCs. You can try using this with following settings: POP3/SMTP Server: schwarz-interactive.dyndns.org, Username: michael, Password: hans Note: You can only send emails...
14
Comments

SMTP and POP3 Server with SQL Storage by Michael Schwarz

Yesterday evening I found my old source code that was missing about two weeks after reinstalling my Windows XP. So, I have added the SQL storage for my incomming emails. For the moment you can only send to this SMTP Server, every email will be accepted...
More Posts