By Karin Huber on
28.06.2006
Another attempt to fix headers in large HTML tables.
Read More »
|
By David Schwingenschuh on
6/26/2006 7:16 AM
This blog describes how to configure a windows environment in order to use IIS 6.0 and Apache on the same port.
Read More »
|
By Wilfried Mausz on
22.06.2006 15:55
For several month we tried to get a useful column name in a SSIS component for the value given in ErrorColumn - after spending a lot of time on it and contacting Microsoft support, here is the solution - IT IS NOT INTENDED TO WORK AT RUNTIME
Read More »
|
By Karin Huber on
21.06.2006
There are quite a lot of ways to fix the header column and row in html tables. But when tables become larger, most of them are not useful because scrolling gets far too slow. In the following sample I will show an applicable way for IE.
Read More »
|
By Rainer Stropek on
6/19/2006
If running on SQL Server SAP claims codepage SQL_Latin1_General_CP850_BIN. If you want to transfer data from a SAP DB Server into your e. g. data warehouse server which uses SQL Server's standard collation Latin1_General_CI_AS it will probably not work correctly without changing some configuration options. My article tells you more about how to solve this problem without loosing performance.
Read More »
|
By Wilfried Mausz on
16.06.2006 13:08
This blog updates by first blog about this topic from August 2005. This article describes how to convert an EMZ-image to a GIF-file with the help of SharpZipLib instead of GZIP.
Read More »
|
By Rainer Stropek on
6/14/2006
Unsere beiden Vorträge bei den Microsoft BigDays 2006 zu ATLAS und BizTalk landeten bei der Besucherbewertung beide in den Top 5 - und der ATLAS Vortrag von Mäx und mir wurde sogar Nummer 1.
:-))
Read More »
|
By Rainer Stropek on
6/10/2006
This article shows a way how to create a 3D sphere in C# and XAML
Read More »
|
By Wilfried Mausz on
08.06.2006 10:20
This blog describes how to change Sharepoint Services to run with .NET 2.0 instead of 1.1. This change is needed for the installation of the BizTalk 2006 Sharepoint adapter.
Read More »
|
By Rainer Stropek on
6/5/2006
One of the major benefits of WPF compared to technologies like Flash is built-in support for 3d. However, WPF and XAML currently support only the most basic structure of a mesh: the triangle. If you want to have more complex things like a disc or a sphere you have to do the math yourself. In my sample I want to show how a mesh for a disc can be generated in XAML using resources.
Read More »
|