Michael's Blog
ASP.NET and Embedded Development
-
My own forum (C#)
I am developing an own forum for a customer. Currently I have only done a first table setup and some pages to add new threads, posts,... If you have some minutes to test the forum at http://forum. … more
-
It is working on Pocket PCs, very simple...!
As I posted some weeks ago I am using DHTML and Javascript to display values I get from a webservice on my html page. The new thing is that I can do this with the Pocket PC device without changing … more
-
Using TEXT-OVERFLOW instead of Wrap, Clip or MeasureString
I read the last post http://weblogs.asp.net/despos/posts/40186.aspx and I am not sure if this is the best solution having nice formatted columns/rows. For this problem I'm using the CSS style … more
-
WYSIWYG TextBox for ASP.NET
I know that there are already a lot of WYSIWYG editors for ASP.NET in the interent. At the moment I did not find a good one that is free and I can redistribute with my software. I tried to … more
-
Windows Media Player 9 Remote Access from Pocket PCs
On http://smartdevice.microsoftdev.com/Learn/Articles/665.aspx Duncan Mackenzie describes how to use remoting and a Pocket PC to create a simple remote control for Windows Media Player 9. … more
-
ASPNET account and network access
After the installation of the .NET Framework you will find the ASPNET account on the local computer. If you start a ASP.NET web application this account will be used by the ASP.NET worker process ( … more
-
ORM.NET 1.3 Released
ORM.NET - Object Relational Mapping Tool - is a powerful development application that auto-generates a data layer object model based on your SQL database schema. The generated run-time component … more
-
Microsoft Windows XP 64-Bit edition
Microsoft sent the Windows XP 64-Bit edition version 2003 into the press works. The Desktop platform is optimized for the Itanium 2 of Intel. Microsofts operating system for High performance Desktops … more
-
Using a WebService with DHTML and Javascript
I have been asked several times how to use a WebService in a DHTML application on the internet using Scripting. Ok, I have created a small sample using Javascript and Microsoft.XMLDOM ActiveX … more