<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Warnar Boekkooi</title><link>http://www.dotnetjunkies.com/WebLog/warstar/default.aspx</link><description>Just having fun</description><dc:language>nl-NL</dc:language><generator>CommunityServer 1.0 (Build: 1.0.1.50214)</generator><item><title>My first open source project Office Open XML C# Library</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2006/11/23/159679.aspx</link><pubDate>Thu, 23 Nov 2006 14:28:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:159679</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/159679.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=159679</wfw:commentRss><description>Hey all,&lt;br&gt;
&lt;p&gt;
Well today i finally started my own Open source project witch is called "&lt;a href="http://officeopenxml.sourceforge.net/"&gt;Office Open XML C# Library&lt;/a&gt;".
&lt;/p&gt;&lt;p&gt;
The purpose of this project is to create a Library witch will allow c#(.Net 2.0) programmers a easy interface with the new File format of Office 2007.
&lt;/p&gt;&lt;p&gt;
As a start i created a basic interface for word documents (*.docx) witch is in the Alpha fase.
This interface is not great Yet but it will to some of the basic thinks like reading and writing :). 
&lt;/p&gt;&lt;p&gt;
In the end the Library will support all the Open Xml files like "Docx", "xlsx" and the rest of it all.
&lt;/p&gt;&lt;p&gt;
One of the problems with the first alfa is you can't create a docx from scratch yet.
&lt;/p&gt;&lt;p&gt;
Well i hope some people think this is a good idee :D. &lt;br&gt;
If to please visit &lt;a href="http://officeopenxml.sourceforge.net/"&gt;http://officeopenxml.sourceforge.net&lt;/a&gt; and try it out
&lt;/p&gt;
Happy Netting,&lt;br&gt;
Warnar&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=159679" width="1" height="1"&gt;</description></item><item><title>I Love Scutt</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2006/06/19/140764.aspx</link><pubDate>Mon, 19 Jun 2006 19:03:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:140764</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/140764.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=140764</wfw:commentRss><description>Hi all,&lt;br&gt;&lt;br&gt;I just wane say subscribe to this blog: http://weblogs.asp.net/scottgu/ (if you havent allready)&lt;br&gt;And some more information you really need to take a look at http://weblogs.asp.net/scottgu/archive/2006/05/08/445742.aspx it's web applications back a well it has been back for a while i'm just late blogging.&lt;br&gt;&lt;br&gt;Happy netting!&lt;br&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=140764" width="1" height="1"&gt;</description></item><item><title>Embedded Images in Html Follow Up</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2006/06/19/140763.aspx</link><pubDate>Mon, 19 Jun 2006 18:52:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:140763</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/140763.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=140763</wfw:commentRss><description>Hi all,&lt;br&gt;A while ago i wrote about embedded images and stuff and like it aint great for big files.&lt;br&gt;Well notting has changed for the but. &lt;br&gt;To give you a small idee on how to get some sort of a dynamic image out of object idee you might wane think about something like this:&lt;br&gt;Create a webpage.&lt;br&gt;Override the render with the one of the image you want to render.&lt;br&gt;Load the image using some query or post paramters the paramter you might wanne use are type (The fullname of the object), property (The property witch returns the image/bitmap) and a id with you may need for a DAO or something like that.&lt;br&gt;Use some reflection adn have fun.&lt;br&gt;&lt;br&gt;Just a idee you might beable to use.&lt;br&gt;Happy netting!&lt;br&gt;&lt;br&gt;O yeah you might also look at https://sourceforge.net/projects/ie7/ for some idee's.&lt;br&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=140763" width="1" height="1"&gt;</description></item><item><title>Object to DataTable</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2006/06/19/140762.aspx</link><pubDate>Mon, 19 Jun 2006 18:35:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:140762</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/140762.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=140762</wfw:commentRss><description>Hi all,

Did you ever had the problem that u just wanted your object in a datatable and didn't wane hardcode the datatable if so this may help:&lt;br&gt;
&lt;br&gt;

&lt;div class="dotnetcoders-code"&gt;        &lt;span class="preprocessor"&gt;#region ObjectArrayToDataTable
&lt;br&gt;&lt;/span&gt;        &lt;span class="keyword"&gt;internal&lt;/span&gt; &lt;span class="keyword"&gt;static&lt;/span&gt; DataTable ObjectArrayToDataTable&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="keyword"&gt;object&lt;/span&gt;&lt;span class="punctuation"&gt;[&lt;/span&gt;&lt;span class="punctuation"&gt;]&lt;/span&gt; &lt;span class="identifier"&gt;obj&lt;/span&gt;&lt;span class="punctuation"&gt;,&lt;/span&gt; Type &lt;span class="identifier"&gt;type&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;
&lt;br&gt;        &lt;span class="punctuation"&gt;{&lt;/span&gt;
&lt;br&gt;            &lt;span class="keyword"&gt;return&lt;/span&gt; ObjectArrayToDataTable&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="identifier"&gt;obj&lt;/span&gt;&lt;span class="punctuation"&gt;,&lt;/span&gt; &lt;span class="identifier"&gt;type&lt;/span&gt;&lt;span class="punctuation"&gt;,&lt;/span&gt; &lt;span class="keyword"&gt;null&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;;&lt;/span&gt;
&lt;br&gt;        &lt;span class="punctuation"&gt;}&lt;/span&gt;
&lt;br&gt;        &lt;span class="keyword"&gt;internal&lt;/span&gt; &lt;span class="keyword"&gt;static&lt;/span&gt; DataTable ObjectArrayToDataTable&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="keyword"&gt;object&lt;/span&gt;&lt;span class="punctuation"&gt;[&lt;/span&gt;&lt;span class="punctuation"&gt;]&lt;/span&gt; &lt;span class="identifier"&gt;obj&lt;/span&gt;&lt;span class="punctuation"&gt;,&lt;/span&gt; Type &lt;span class="identifier"&gt;type&lt;/span&gt;&lt;span class="punctuation"&gt;,&lt;/span&gt; DataColumn&lt;span class="punctuation"&gt;[&lt;/span&gt;&lt;span class="punctuation"&gt;]&lt;/span&gt; &lt;span class="identifier"&gt;extra&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;
&lt;br&gt;        &lt;span class="punctuation"&gt;{&lt;/span&gt;
&lt;br&gt;            DataTable &lt;span class="identifier"&gt;dt&lt;/span&gt; &lt;span class="punctuation"&gt;=&lt;/span&gt; &lt;span class="keyword"&gt;new&lt;/span&gt; DataTable&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;;&lt;/span&gt;
&lt;br&gt;
&lt;br&gt;            &lt;span class="keyword"&gt;foreach&lt;/span&gt; &lt;span class="punctuation"&gt;(&lt;/span&gt;PropertyInfo &lt;span class="identifier"&gt;pi&lt;/span&gt; &lt;span class="keyword"&gt;in&lt;/span&gt; &lt;span class="identifier"&gt;type&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;GetProperties&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;
&lt;br&gt;            &lt;span class="punctuation"&gt;{&lt;/span&gt;
&lt;br&gt;                &lt;span class="keyword"&gt;if&lt;/span&gt; &lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="identifier"&gt;pi&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;PropertyType&lt;span class="punctuation"&gt;.&lt;/span&gt;IsPrimitive &lt;span class="punctuation"&gt;|&lt;/span&gt;&lt;span class="punctuation"&gt;|&lt;/span&gt; &lt;span class="identifier"&gt;pi&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;PropertyType &lt;span class="punctuation"&gt;=&lt;/span&gt;&lt;span class="punctuation"&gt;=&lt;/span&gt; &lt;span class="keyword"&gt;typeof&lt;/span&gt;&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="keyword"&gt;string&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt; &lt;span class="punctuation"&gt;|&lt;/span&gt;&lt;span class="punctuation"&gt;|&lt;/span&gt; &lt;span class="identifier"&gt;pi&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;PropertyType &lt;span class="punctuation"&gt;=&lt;/span&gt;&lt;span class="punctuation"&gt;=&lt;/span&gt; &lt;span class="keyword"&gt;typeof&lt;/span&gt;&lt;span class="punctuation"&gt;(&lt;/span&gt;DateTime&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;
&lt;br&gt;                &lt;span class="punctuation"&gt;{&lt;/span&gt;
&lt;br&gt;                    &lt;span class="identifier"&gt;dt&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;Columns&lt;span class="punctuation"&gt;.&lt;/span&gt;Add&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="identifier"&gt;pi&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;Name&lt;span class="punctuation"&gt;,&lt;/span&gt; &lt;span class="identifier"&gt;pi&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;PropertyType&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;;&lt;/span&gt;
&lt;br&gt;                &lt;span class="punctuation"&gt;}&lt;/span&gt;
&lt;br&gt;            &lt;span class="punctuation"&gt;}&lt;/span&gt;
&lt;br&gt;
&lt;br&gt;            &lt;span class="keyword"&gt;if&lt;/span&gt; &lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="identifier"&gt;extra&lt;/span&gt; &lt;span class="punctuation"&gt;!&lt;/span&gt;&lt;span class="punctuation"&gt;=&lt;/span&gt; &lt;span class="keyword"&gt;null&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;
&lt;br&gt;            &lt;span class="punctuation"&gt;{&lt;/span&gt;
&lt;br&gt;                &lt;span class="keyword"&gt;foreach&lt;/span&gt; &lt;span class="punctuation"&gt;(&lt;/span&gt;DataColumn c &lt;span class="keyword"&gt;in&lt;/span&gt; &lt;span class="identifier"&gt;extra&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;
&lt;br&gt;                &lt;span class="punctuation"&gt;{&lt;/span&gt;
&lt;br&gt;                    &lt;span class="keyword"&gt;if&lt;/span&gt; &lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="identifier"&gt;dt&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;Columns&lt;span class="punctuation"&gt;.&lt;/span&gt;Contains&lt;span class="punctuation"&gt;(&lt;/span&gt;c&lt;span class="punctuation"&gt;.&lt;/span&gt;ColumnName&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;
&lt;br&gt;                        &lt;span class="identifier"&gt;dt&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;Columns&lt;span class="punctuation"&gt;.&lt;/span&gt;Remove&lt;span class="punctuation"&gt;(&lt;/span&gt;c&lt;span class="punctuation"&gt;.&lt;/span&gt;ColumnName&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;;&lt;/span&gt;
&lt;br&gt;                    &lt;span class="identifier"&gt;dt&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;Columns&lt;span class="punctuation"&gt;.&lt;/span&gt;Add&lt;span class="punctuation"&gt;(&lt;/span&gt;c&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;;&lt;/span&gt;
&lt;br&gt;                &lt;span class="punctuation"&gt;}&lt;/span&gt;
&lt;br&gt;            &lt;span class="punctuation"&gt;}&lt;/span&gt;
&lt;br&gt;
&lt;br&gt;            &lt;span class="keyword"&gt;foreach&lt;/span&gt; &lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="keyword"&gt;object&lt;/span&gt; k &lt;span class="keyword"&gt;in&lt;/span&gt; &lt;span class="identifier"&gt;obj&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;
&lt;br&gt;            &lt;span class="punctuation"&gt;{&lt;/span&gt;
&lt;br&gt;                DataRow &lt;span class="identifier"&gt;dr&lt;/span&gt; &lt;span class="punctuation"&gt;=&lt;/span&gt; &lt;span class="identifier"&gt;dt&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;NewRow&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;;&lt;/span&gt;
&lt;br&gt;                &lt;span class="keyword"&gt;foreach&lt;/span&gt; &lt;span class="punctuation"&gt;(&lt;/span&gt;PropertyInfo &lt;span class="identifier"&gt;pi&lt;/span&gt; &lt;span class="keyword"&gt;in&lt;/span&gt; &lt;span class="identifier"&gt;type&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;GetProperties&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;
&lt;br&gt;                &lt;span class="punctuation"&gt;{&lt;/span&gt;
&lt;br&gt;                    &lt;span class="keyword"&gt;if&lt;/span&gt; &lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="identifier"&gt;pi&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;PropertyType&lt;span class="punctuation"&gt;.&lt;/span&gt;IsPrimitive &lt;span class="punctuation"&gt;|&lt;/span&gt;&lt;span class="punctuation"&gt;|&lt;/span&gt; &lt;span class="identifier"&gt;pi&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;PropertyType &lt;span class="punctuation"&gt;=&lt;/span&gt;&lt;span class="punctuation"&gt;=&lt;/span&gt; &lt;span class="keyword"&gt;typeof&lt;/span&gt;&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="keyword"&gt;string&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt; &lt;span class="punctuation"&gt;|&lt;/span&gt;&lt;span class="punctuation"&gt;|&lt;/span&gt; &lt;span class="identifier"&gt;pi&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;PropertyType &lt;span class="punctuation"&gt;=&lt;/span&gt;&lt;span class="punctuation"&gt;=&lt;/span&gt; &lt;span class="keyword"&gt;typeof&lt;/span&gt;&lt;span class="punctuation"&gt;(&lt;/span&gt;DateTime&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;
&lt;br&gt;                    &lt;span class="punctuation"&gt;{&lt;/span&gt;
&lt;br&gt;                        &lt;span class="identifier"&gt;dr&lt;/span&gt;&lt;span class="punctuation"&gt;[&lt;/span&gt;&lt;span class="identifier"&gt;pi&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;Name&lt;span class="punctuation"&gt;]&lt;/span&gt; &lt;span class="punctuation"&gt;=&lt;/span&gt; &lt;span class="identifier"&gt;pi&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;GetValue&lt;span class="punctuation"&gt;(&lt;/span&gt;k&lt;span class="punctuation"&gt;,&lt;/span&gt; &lt;span class="keyword"&gt;null&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;;&lt;/span&gt;
&lt;br&gt;                    &lt;span class="punctuation"&gt;}&lt;/span&gt;
&lt;br&gt;                &lt;span class="punctuation"&gt;}&lt;/span&gt;
&lt;br&gt;                &lt;span class="identifier"&gt;dt&lt;/span&gt;&lt;span class="punctuation"&gt;.&lt;/span&gt;Rows&lt;span class="punctuation"&gt;.&lt;/span&gt;Add&lt;span class="punctuation"&gt;(&lt;/span&gt;&lt;span class="identifier"&gt;dr&lt;/span&gt;&lt;span class="punctuation"&gt;)&lt;/span&gt;&lt;span class="punctuation"&gt;;&lt;/span&gt;
&lt;br&gt;            &lt;span class="punctuation"&gt;}&lt;/span&gt;
&lt;br&gt;
&lt;br&gt;            &lt;span class="keyword"&gt;return&lt;/span&gt; &lt;span class="identifier"&gt;dt&lt;/span&gt;&lt;span class="punctuation"&gt;;&lt;/span&gt;
&lt;br&gt;        &lt;span class="punctuation"&gt;}&lt;/span&gt;
&lt;br&gt;        &lt;span class="preprocessor"&gt;#endregion
&lt;br&gt;&lt;/span&gt;&lt;/div&gt;

&lt;br&gt;
I wish you all happy netting!&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=140762" width="1" height="1"&gt;</description></item><item><title>Embedded Images in Html</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2006/04/17/136830.aspx</link><pubDate>Mon, 17 Apr 2006 12:40:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:136830</guid><dc:creator>warstar</dc:creator><slash:comments>1</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/136830.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=136830</wfw:commentRss><description>&lt;P&gt;Hello to all,&lt;/P&gt;
&lt;P&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P&gt;I havend blogged since a long long to but I gess I need to start again so here I go.&lt;/P&gt;
&lt;P&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P&gt;A colleague of mine was working on a html report for a windows application and had the problem then he needed to have a embedded image (this mean he doesn’t want to link to a image location using &amp;lt;img src=””&amp;gt; but just a string or something to display the image).&lt;/P&gt;
&lt;P&gt;The problem with this is that he found the ‘&lt;A href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-OBJECT"&gt;OBJECT&lt;/A&gt;‘ tag in witch you can give a base64 encoded image but this won’t work in IE!&lt;/P&gt;
&lt;P&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P&gt;So after some searching from my side I found the following site &lt;A href="http://bennherrera.com/EmbeddedImage/"&gt;http://bennherrera.com/EmbeddedImage/&lt;/A&gt; witch show’s that with a encoded string and JavaScript you can embed a image. This is really nice but the encoding of the string&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;(witch originally was done in java) takes a long time ( it also took along when I&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;converted the java to c#). So this was not really the answer for me (Bummer).&lt;/P&gt;
&lt;P&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P&gt;But with the JavaScript source I was seeing that it is possible to use tables to create a embedded image. The bummer with this off course is that you will get a Huge html file and that the browser can go hang. But still this is about the only way to embed a image in your HTML. So I created a &lt;A href="http://www.bulgarije-verkeersbureau.nl/Class/EmbeddedImage.zip"&gt;small class&lt;/A&gt; with three different types of creating a table the first method is called ‘&lt;SPAN&gt;ToPlainHtml’&lt;/SPAN&gt; will take the image and create for every pixel a cell with a background color that is needed, This will create a huge HTML file even if the entire image is black. &lt;/P&gt;
&lt;P&gt;So I started to optimize the code an came up with the method called ‘&lt;SPAN&gt;ToOptimistedHtml&lt;/SPAN&gt;’ this method differs In that it uses ‘colspan‘ in the cells if the color is the same as the last color. But this will still create a lot of “bgcolor=’#HexColor’” so I wanted to use CSS.&lt;/P&gt;
&lt;P&gt;So the final and best optimized method (this using css/html and my brains) is ’&lt;SPAN&gt;ToOptimistedHtmlWithCss&lt;/SPAN&gt;’&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;this will use ‘colspan’ in the table cells, ID’s so set the color and will use the most used color as table background. (All the functions work in IE, Firefox and opera)&lt;/P&gt;
&lt;P&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P&gt;Anyway I hope some of you can use this code it took me some time to figure out but it was nice. &lt;I&gt;Also a word of Warning&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Don’t use this for big images because The Browser Will Hang!&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy netting,&lt;/P&gt;
&lt;P&gt;Warnar boekkooi &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The Code:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.bulgarije-verkeersbureau.nl/Class/EmbeddedImage.zip"&gt;http://www.bulgarije-verkeersbureau.nl/Class/EmbeddedImage.zip&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=136830" width="1" height="1"&gt;</description></item><item><title>IE7 faker ;)</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2005/04/10/65120.aspx</link><pubDate>Sun, 10 Apr 2005 21:11:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:65120</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/65120.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=65120</wfw:commentRss><description>&lt;P&gt;Hey all,&lt;/P&gt;
&lt;P&gt;A very nice project that makes it possible to use some css 2 and 3 in ie is:&lt;BR&gt;&lt;A href="http://sourceforge.net/projects/ie7/"&gt;http://sourceforge.net/projects/ie7/&lt;/A&gt;&lt;BR&gt;Just in case your wondering there are htc files that can do some of the thinks that ie7 will also do&amp;nbsp;like:&lt;BR&gt;&lt;A href="http://webfx.eae.net/dhtml/boxsizing/boxsizing.html"&gt;http://webfx.eae.net/dhtml/boxsizing/boxsizing.html&lt;/A&gt;&lt;BR&gt;and some others but i dunno witch exactly&lt;/P&gt;
&lt;P&gt;Happy netting,&lt;/P&gt;
&lt;P&gt;Warnar&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=65120" width="1" height="1"&gt;</description></item><item><title>Border-radius in IE</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2005/04/10/65119.aspx</link><pubDate>Sun, 10 Apr 2005 21:04:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:65119</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/65119.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=65119</wfw:commentRss><description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Long time since i posted but well i should do it so here i go again i think :D&lt;BR&gt;I was working on a site that needed rounded borders that could change color on the fly so for mozilla i found the css propertie -moz-border-radius but this didn't work so after some searching i found a hack i dunno where exactly anymore but here is the htc file that you should use if you wane let ie be possible to use a border radius:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.warstar.nl/blog/border-radius.htc"&gt;- htc file&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.warstar.nl/blog/border-radius.html"&gt;- html preview file&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;hope this help some ppl&lt;/P&gt;
&lt;P&gt;Happy netting,&lt;/P&gt;
&lt;P&gt;Warnar&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=65119" width="1" height="1"&gt;</description></item><item><title>Make IE and Mozzilla look the same (2 tips)</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2005/02/03/50942.aspx</link><pubDate>Thu, 03 Feb 2005 23:42:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:50942</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/50942.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=50942</wfw:commentRss><description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;So i was building my cms system and finally i found out what was wrong and why a site looked so mutch differend in IE then in Mozzila.&lt;BR&gt;The problem is the Box model used by IE the official box model by W3C is with of the content but IE uses the width of the border.&lt;BR&gt;To fix this is pritty easy just dump IE! No just kidding there is a very nice think make by &lt;B&gt;&lt;FONT size=2&gt;Erik Arvidsson&lt;/B&gt;&lt;/FONT&gt; witch will make the images with borders look the same in IE and Mozzilla. The site where you can read about this is: &lt;A href="http://webfx.eae.net/dhtml/boxsizing/boxsizing.html"&gt;http://webfx.eae.net/dhtml/boxsizing/boxsizing.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also what really f*c*s sites up is the user of the css properties 'font-size' used with one of the following values: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;xx-small&lt;/LI&gt;
&lt;LI&gt;x-small&lt;/LI&gt;
&lt;LI&gt;small&lt;/LI&gt;
&lt;LI&gt;medium&lt;/LI&gt;
&lt;LI&gt;large&lt;/LI&gt;
&lt;LI&gt;x-large&lt;/LI&gt;
&lt;LI&gt;xx-large&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Just use number as values like '12px' or '16px'. &lt;/P&gt;
&lt;P&gt;These 2 tricks really helped me create a system that makes the sites look almost the same.&lt;/P&gt;
&lt;P&gt;Happy netting,&lt;BR&gt;Warnar Boekkooi&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=50942" width="1" height="1"&gt;</description></item><item><title>No connection could be made because the target machine actively refused it </title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2005/02/03/50938.aspx</link><pubDate>Thu, 03 Feb 2005 23:24:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:50938</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/50938.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=50938</wfw:commentRss><description>&lt;P&gt;Hi all i had the&amp;nbsp;following error:&lt;BR&gt;&lt;IMG src="http://www.warstar.nl/blog/001.png"&gt;&lt;/P&gt;
&lt;P&gt;After i upload the FTP component edtFTPnet (from &lt;A href="http://www.enterprisedt.com/"&gt;http://www.enterprisedt.com/&lt;/A&gt;) to my webserver.&lt;BR&gt;This error seemed to have been made by the server because it was blocking the 21 port that way the ftp component did not allow the connection.&lt;/P&gt;
&lt;P&gt;Happy netting,&lt;BR&gt;Warnar&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=50938" width="1" height="1"&gt;</description></item><item><title>Trillian Public Alpha</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2004/11/12/31827.aspx</link><pubDate>Fri, 12 Nov 2004 13:54:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:31827</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/31827.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=31827</wfw:commentRss><description>&lt;P&gt;The trillian team has started alpha testing the new trillian.&lt;BR&gt;I&amp;nbsp;have been invited for this it is pritty kewl only problem i found until now is I WANT MY OLD SKIN :D:D&lt;BR&gt;Anyway i still need to get a new pro version of trillian but i'm not sure if i will do it there are no reall new things exept the history that i need.&lt;/P&gt;
&lt;P&gt;Anyway there are allready download with cracks all around the net so if you want to test it your self it is allready possible but i think that you can better buy it.&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=31827" width="1" height="1"&gt;</description></item><item><title>I went to Technet</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2004/11/12/31825.aspx</link><pubDate>Fri, 12 Nov 2004 13:49:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:31825</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/31825.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=31825</wfw:commentRss><description>&lt;P&gt;Last wensday i went to my first technet confirence :D with my &lt;A href="http://dotnetjunkies.com/WebLog/petergekko/"&gt;Mentor &lt;/A&gt;;)&lt;BR&gt;It was very nice lurned alot about the new .NET and SQL :D:D&lt;BR&gt;My favorite presentation was about Smart Clients.&lt;BR&gt;On the link below you can download the presentations:&lt;BR&gt;&lt;A href="http://www.microsoft.com/netherlands/evenementen/technetmsdn/presentaties.aspx"&gt;http://www.microsoft.com/netherlands/evenementen/technetmsdn/presentaties.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks Peter hope we can do this again :D&lt;/P&gt;
&lt;P&gt;Happy netting&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=31825" width="1" height="1"&gt;</description></item><item><title>Arraylist to String[]</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2004/11/12/31814.aspx</link><pubDate>Fri, 12 Nov 2004 13:07:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:31814</guid><dc:creator>warstar</dc:creator><slash:comments>1</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/31814.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=31814</wfw:commentRss><description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Just had the problem of&amp;nbsp;that i needed to make a arraylist to a string array this is the way i did it:&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt;[] test = frames.ToArray(Type.GetType("System.String")) &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;as&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt;[]; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;In this case &lt;FONT size=2&gt;frames &lt;/FONT&gt;is the arraylist;&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=31814" width="1" height="1"&gt;</description></item><item><title>Need some book advise</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2004/10/02/27444.aspx</link><pubDate>Sun, 03 Oct 2004 02:32:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:27444</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/27444.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=27444</wfw:commentRss><description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have been working with javascript alot the last couple of weeks but what i'm mizzing is a good book.&lt;/P&gt;
&lt;P&gt;So i was just wondering if any knows a good reference book for javascript (also JScript) because using the internet is not always great.&lt;/P&gt;
&lt;P&gt;So thanks allready.&lt;/P&gt;
&lt;P&gt;Happy scripting,&lt;BR&gt;Warnar&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=27444" width="1" height="1"&gt;</description></item><item><title>Javascript Style Sheet change function</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2004/09/22/26497.aspx</link><pubDate>Thu, 23 Sep 2004 01:31:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:26497</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/26497.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=26497</wfw:commentRss><description>&lt;P&gt;Hey all,&lt;/P&gt;
&lt;P&gt;The last couple of hours i have been bizzy with some stupid control that i needed that could change the background color, font color and stuff of a StyleSheet so here is the result (i tested it in Firefox and IE):&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;function StyleSheetChanger(cssClassName,toChange,changeTo)&lt;BR&gt;{&lt;BR&gt;&amp;nbsp;for(i = 0; document.styleSheets.length &amp;gt; i; i++) //Mozilla&lt;BR&gt;&amp;nbsp;{&lt;BR&gt;&amp;nbsp;&amp;nbsp;if(document.styleSheets[i].rules != undefined)&lt;BR&gt;&amp;nbsp;&amp;nbsp;{&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(j = 0; document.styleSheets[i].rules.length &amp;gt; j; j++)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(document.styleSheets[i].rules[j].selectorText.toLowerCase() == cssClassName)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;document.styleSheets[i].rules[j].style[toChange] = changeTo;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &lt;BR&gt;&amp;nbsp;&amp;nbsp;} else if(document.styleSheets[i].cssRules != undefined) //IE&lt;BR&gt;&amp;nbsp;&amp;nbsp;{&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(j = 0; document.styleSheets[i].cssRules.length &amp;gt; j; j++)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(document.styleSheets[i].cssRules[j].selectorText.toLowerCase() == cssClassName)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;document.styleSheets[i].cssRules[j].style[toChange] = changeTo;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR&gt;&amp;nbsp;&amp;nbsp;} else &lt;BR&gt;&amp;nbsp;&amp;nbsp;{&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;window.alert("Your browser won't support the changing of a style sheet by javascript!");&lt;BR&gt;&amp;nbsp;&amp;nbsp;}&lt;BR&gt;&amp;nbsp;}&lt;BR&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The way that it works is that it will go true all the Style's you have and look for the cssClassName (or what ever it is called) like &lt;EM&gt;Body&lt;/EM&gt; or &lt;EM&gt;.MyStyle&lt;/EM&gt; and change the the propertie of it that you wane change like the &lt;EM&gt;background&lt;/EM&gt; and that's it.&lt;/P&gt;
&lt;P&gt;btw dues any one know a good edit for JavaScript because i hate using notepad for stuff like this.&lt;/P&gt;
&lt;P&gt;Happy Netting,&lt;BR&gt;Warnar&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=26497" width="1" height="1"&gt;</description></item><item><title>Stupid OleDbCommand.Parameters</title><link>http://www.dotnetjunkies.com/WebLog/warstar/archive/2004/09/22/26422.aspx</link><pubDate>Wed, 22 Sep 2004 15:44:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:26422</guid><dc:creator>warstar</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/warstar/comments/26422.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/warstar/commentrss.aspx?PostID=26422</wfw:commentRss><description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Men i have been f*cking up today i had some nice &lt;FONT size=2&gt;OleDbCommand &lt;/FONT&gt;lbut one way or the other the paramaters didn't work right it looked like this:&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color=#000080&gt;OleDbCommand&lt;/FONT&gt; SelectCommand = &lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color=#0000ff&gt;new&lt;/FONT&gt; &lt;FONT color=#000080&gt;OleDbCommand&lt;/FONT&gt;("SELECT DesignID, Name, TextColor, BackGroundAlign, BackGroundColor, BackGroundImage, BackGroundRepeat FROM DesignFrames WHERE (DesignID = ?) AND (Name = ?)",&lt;FONT color=#0000ff&gt;this&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;.&lt;FONT color=#800080&gt;oleDbConnection1&lt;/FONT&gt;);&lt;BR&gt;&lt;BR&gt;SelectCommand.&lt;FONT color=#800080&gt;Parameters&lt;/FONT&gt;.&lt;FONT color=#008000&gt;Add&lt;/FONT&gt;(&lt;FONT color=#0000ff&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; &lt;FONT color=#000080&gt;System.Data.OleDb.OleDbParameter&lt;/FONT&gt;("Name", &lt;FONT color=#000080&gt;System.Data.OleDb.OleDbType.&lt;/FONT&gt;&lt;FONT color=#800080&gt;Integer&lt;/FONT&gt;));&lt;BR&gt;&lt;BR&gt;SelectCommand.&lt;FONT color=#800080&gt;Parameters&lt;/FONT&gt;.&lt;FONT color=#008000&gt;Add&lt;/FONT&gt;(&lt;/FONT&gt;&lt;FONT face="Courier New" color=#0000ff&gt;new&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; &lt;FONT color=#000080&gt;System.Data.OleDb.OleDbParameter&lt;/FONT&gt;("DesignID", &lt;FONT color=#000080&gt;System.Data.OleDb.OleDbType.&lt;/FONT&gt;&lt;FONT color=#800080&gt;Integer&lt;/FONT&gt;));&lt;/FONT&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;After spending about 1 hour i find out that with OleDbCommand the order of the Parameters mather so great yet another hour wasted on notting. My code now looks like this:&lt;/P&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;&lt;FONT color=#000080&gt;OleDbCommand&lt;/FONT&gt; SelectCommand = &lt;FONT color=#0000ff&gt;new&lt;/FONT&gt; &lt;FONT color=#000080&gt;OleDbCommand&lt;/FONT&gt;("SELECT DesignID, Name, TextColor, BackGroundAlign, BackGroundColor, BackGroundImage, BackGroundRepeat FROM DesignFrames WHERE (DesignID = ?) AND (Name = ?)",&lt;FONT color=#0000ff&gt;this&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt;.&lt;FONT color=#800080&gt;oleDbConnection1&lt;/FONT&gt;);&lt;BR&gt;&lt;BR&gt;SelectCommand.&lt;FONT color=#800080&gt;Parameters&lt;/FONT&gt;.&lt;FONT color=#008000&gt;Add&lt;/FONT&gt;(&lt;FONT face="Courier New" color=#0000ff&gt;new&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; &lt;FONT color=#000080&gt;System.Data.OleDb.OleDbParameter&lt;/FONT&gt;("DesignID", &lt;FONT color=#000080&gt;System.Data.OleDb.OleDbType.&lt;/FONT&gt;&lt;FONT color=#800080&gt;Integer&lt;/FONT&gt;));&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;SelectCommand.&lt;FONT color=#800080&gt;Parameters&lt;/FONT&gt;.&lt;FONT color=#008000&gt;Add&lt;/FONT&gt;(&lt;FONT color=#0000ff&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; &lt;FONT color=#000080&gt;System.Data.OleDb.OleDbParameter&lt;/FONT&gt;("Name", &lt;FONT color=#000080&gt;System.Data.OleDb.OleDbType.&lt;/FONT&gt;&lt;FONT color=#800080&gt;Integer&lt;/FONT&gt;));&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P&gt;Happy Netting,&lt;BR&gt;Warnar Boekkooi&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=26422" width="1" height="1"&gt;</description></item></channel></rss>