Michael's Blog
ASP.NET and Embedded Development
Sign in
|
Join
Home
Contact
About
RSS
Search
Tags
.NET
.NET Micro Framework
AJAX
Ajax.NET
ASP.NET
Atlas
DLR
Google
HTML
IE
JavaScript
jQuery
JSON
Mobile
MVC
Security
Silverlight
Source Code
UI
Vista
Visual Studio
Web 2.0
WPF
WPF/E
WPFE
XSS
News
Navigation
Home
Blogs
Archives
August 2008 (4)
July 2008 (19)
April 2008 (8)
March 2008 (19)
February 2008 (4)
January 2008 (7)
December 2007 (10)
November 2007 (5)
August 2007 (4)
July 2007 (11)
June 2007 (24)
May 2007 (4)
April 2007 (18)
February 2007 (6)
January 2007 (14)
December 2006 (11)
November 2006 (14)
October 2006 (9)
September 2006 (11)
August 2006 (1)
July 2006 (11)
June 2006 (14)
May 2006 (17)
April 2006 (13)
March 2006 (2)
February 2006 (5)
January 2006 (2)
November 2005 (20)
October 2005 (18)
September 2005 (21)
August 2005 (21)
July 2005 (5)
June 2005 (7)
May 2005 (10)
April 2005 (15)
March 2005 (2)
February 2005 (3)
January 2005 (2)
December 2004 (3)
October 2004 (1)
August 2004 (3)
July 2004 (4)
June 2004 (6)
April 2004 (4)
February 2004 (4)
January 2004 (7)
December 2003 (2)
November 2003 (3)
March 2003 (4)
My Links
Pocket PC: WIS Bar
Pocket PC: XP Shutdown
Ajax.NET Professional (AjaxPro)
AjaxPro @ CodePlex
IEC 61850
Other related blogs
Miguel de Icaza
Albert Weinert
Damir Tomicic
Thomas Bandt
René Drescher-Hackel
Brian Goldfarb
Miljan Braticevic
Scott Guthrie
Chad Campbell
.NET Micro Framework Blog
Pavel Bánský
Jens Kühner
Jan Kučera
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