<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hardening IntraWeb 9.0 with SSL Version 3</title>
	<atom:link href="http://www.monien.net/blog/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/</link>
	<description>Delphi Programming, .NET Philosophy, Web development and more ...</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:00:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Eugene</title>
		<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/comment-page-1/#comment-1060</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Mon, 07 Dec 2009 13:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/#comment-1060</guid>
		<description>I understood. &lt;br&gt; You know i use different types of images: images in my template, images in TIWImage and i use AdvancedImageButtons (by TMS Software).&lt;br&gt;Buttons by tms, has for different states and each state has own image. Sometimes these buttons working slowly.&lt;br&gt; Olaf, thank you for your answers. It&#039;s very important information.&lt;br&gt; I have only one question to you:&lt;br&gt;   In ServiceController i can set perameter : SessionTimeout. I did not change it and save it by default ( 10 min).&lt;br&gt;   When application works under Standalone server all cached files are removed when session terminated( by timeout).&lt;br&gt;   But when project work under IIS , cache files are removed only when i use Terminate() , but if not (close web browser for example),&lt;br&gt;cached files are not delete from folder.  &lt;br&gt;   After , for example, one day of use service i can see many different folders with files in temporary cache folder. As result i have to &lt;br&gt;control this folder and delete files manually every day otherwise free space well end and server will down.&lt;br&gt;   I saw in IIS configuration and it have timeout perameter only for ASP project.&lt;br&gt;   Can you explain - where is my mistake ?&lt;br&gt;&lt;br&gt;Best Regards,&lt;br&gt;Eugene</description>
		<content:encoded><![CDATA[<p>I understood. <br /> You know i use different types of images: images in my template, images in TIWImage and i use AdvancedImageButtons (by TMS Software).<br />Buttons by tms, has for different states and each state has own image. Sometimes these buttons working slowly.<br /> Olaf, thank you for your answers. It&#39;s very important information.<br /> I have only one question to you:<br />   In ServiceController i can set perameter : SessionTimeout. I did not change it and save it by default ( 10 min).<br />   When application works under Standalone server all cached files are removed when session terminated( by timeout).<br />   But when project work under IIS , cache files are removed only when i use Terminate() , but if not (close web browser for example),<br />cached files are not delete from folder.  <br />   After , for example, one day of use service i can see many different folders with files in temporary cache folder. As result i have to <br />control this folder and delete files manually every day otherwise free space well end and server will down.<br />   I saw in IIS configuration and it have timeout perameter only for ASP project.<br />   Can you explain &#8211; where is my mistake ?</p>
<p>Best Regards,<br />Eugene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/comment-page-1/#comment-1049</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Fri, 04 Dec 2009 22:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/#comment-1049</guid>
		<description>Images will ALWAYS be re-requested by the browser IF IN SSL mode. This is a security feature and not related to IntraWeb.&lt;br&gt;&lt;br&gt;If you see image files in the cache folder, then you are probably using TIWImage. These are &quot;dynamic&quot; images, wich are kept in memory on the server side. Every page render will create a new cache file, which is used to present the actual image to the browser.&lt;br&gt;&lt;br&gt;If you actually have static images, then use TIWImageFile instead. That will put much less pressure on your server.&lt;br&gt;&lt;br&gt;&lt;br&gt;--&lt;br&gt;Grüße / Regards,&lt;br&gt; Olaf Monien&lt;br&gt;---------------------------&lt;br&gt;EDV-Beratung Monien&lt;br&gt;Embarcadero Technology Partner&lt;br&gt;&lt;br&gt;&lt;a href=&quot;mailto:olaf@monien.net&quot; rel=&quot;nofollow&quot;&gt;olaf@monien.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.monien.net/blog&quot; rel=&quot;nofollow&quot;&gt;www.monien.net/blog&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.DelphiExperts.net&quot; rel=&quot;nofollow&quot;&gt;www.DelphiExperts.net&lt;/a&gt;&lt;br&gt;---------------------------</description>
		<content:encoded><![CDATA[<p>Images will ALWAYS be re-requested by the browser IF IN SSL mode. This is a security feature and not related to IntraWeb.</p>
<p>If you see image files in the cache folder, then you are probably using TIWImage. These are &#8220;dynamic&#8221; images, wich are kept in memory on the server side. Every page render will create a new cache file, which is used to present the actual image to the browser.</p>
<p>If you actually have static images, then use TIWImageFile instead. That will put much less pressure on your server.</p>
<p>&#8211;<br />Grüße / Regards,<br /> Olaf Monien<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />EDV-Beratung Monien<br />Embarcadero Technology Partner</p>
<p><a href="mailto:olaf@monien.net" rel="nofollow">olaf@monien.net</a><br /><a href="http://www.monien.net/blog" rel="nofollow">http://www.monien.net/blog</a><br /><a href="http://www.DelphiExperts.net" rel="nofollow">http://www.DelphiExperts.net</a><br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/comment-page-1/#comment-1048</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Fri, 04 Dec 2009 21:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/#comment-1048</guid>
		<description>anyway, it&#039;s working. I think that using SSL from first page - it&#039;s not a problem. ;-)&lt;br&gt; You know, i saw to my cache directore and i was surprised :  becase i found many *.tmp files in it.&lt;br&gt; These files are pictures.  May be it&#039;s sounds strange but intraweb caches same files under different names ! &lt;br&gt; For example, in session temp folder i have three files: JPG1E7D.tmp, JPG1E80.tmp, JPG1E82.tmp, JPG1E84.tmp. &lt;br&gt;These files are same, but have defferent name. As i undestood, Intraweb create file when page reloading.&lt;br&gt;But the very bad thing, that, as i understand, intraweb does not give old files from cache and rename it, intraweb download&lt;br&gt;this file from server again ! Traffic grows , speed low and as result  intraweb application works slowly. ( particularly in SSL mode).&lt;br&gt;  Does it true ?  How does cache algorithm works ?&lt;br&gt;  Sorry that i ask a lot of questions, but i can&#039;t find answers for these questions in documentation.&lt;br&gt;&lt;br&gt;  Thanks a lot for your help.&lt;br&gt;&lt;br&gt;Best Regards,&lt;br&gt;Eugene</description>
		<content:encoded><![CDATA[<p>anyway, it&#39;s working. I think that using SSL from first page &#8211; it&#39;s not a problem. <img src='http://www.monien.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <br /> You know, i saw to my cache directore and i was surprised :  becase i found many *.tmp files in it.<br /> These files are pictures.  May be it&#39;s sounds strange but intraweb caches same files under different names ! <br /> For example, in session temp folder i have three files: JPG1E7D.tmp, JPG1E80.tmp, JPG1E82.tmp, JPG1E84.tmp. <br />These files are same, but have defferent name. As i undestood, Intraweb create file when page reloading.<br />But the very bad thing, that, as i understand, intraweb does not give old files from cache and rename it, intraweb download<br />this file from server again ! Traffic grows , speed low and as result  intraweb application works slowly. ( particularly in SSL mode).<br />  Does it true ?  How does cache algorithm works ?<br />  Sorry that i ask a lot of questions, but i can&#39;t find answers for these questions in documentation.</p>
<p>  Thanks a lot for your help.</p>
<p>Best Regards,<br />Eugene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/comment-page-1/#comment-1047</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/#comment-1047</guid>
		<description>Honestly, I have no idea what might happen there. &lt;br&gt;&lt;br&gt;&lt;br&gt;--&lt;br&gt;Grüße / Regards,&lt;br&gt; Olaf Monien&lt;br&gt;---------------------------&lt;br&gt;EDV-Beratung Monien&lt;br&gt;Embarcadero Technology Partner&lt;br&gt;&lt;br&gt;&lt;a href=&quot;mailto:olaf@monien.net&quot; rel=&quot;nofollow&quot;&gt;olaf@monien.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.monien.net/blog&quot; rel=&quot;nofollow&quot;&gt;www.monien.net/blog&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.DelphiExperts.net&quot; rel=&quot;nofollow&quot;&gt;www.DelphiExperts.net&lt;/a&gt;&lt;br&gt;---------------------------</description>
		<content:encoded><![CDATA[<p>Honestly, I have no idea what might happen there. </p>
<p>&#8211;<br />Grüße / Regards,<br /> Olaf Monien<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />EDV-Beratung Monien<br />Embarcadero Technology Partner</p>
<p><a href="mailto:olaf@monien.net" rel="nofollow">olaf@monien.net</a><br /><a href="http://www.monien.net/blog" rel="nofollow">http://www.monien.net/blog</a><br /><a href="http://www.DelphiExperts.net" rel="nofollow">http://www.DelphiExperts.net</a><br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/comment-page-1/#comment-1041</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Wed, 02 Dec 2009 21:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/#comment-1041</guid>
		<description>if i use https immediately (&lt;a href=&quot;https://mydomain.com/myisapi.dll&quot; rel=&quot;nofollow&quot;&gt;https://mydomain.com/myisapi.dll&lt;/a&gt;) all is ok  ( for simple application  - no timeout, for my project - 15 sec)&lt;br&gt;&lt;br&gt; does it mean that i have to use https from first page ?   Do you know why does it happen when i use non-secure mode first ?</description>
		<content:encoded><![CDATA[<p>if i use https immediately (<a href="https://mydomain.com/myisapi.dll" rel="nofollow">https://mydomain.com/myisapi.dll</a>) all is ok  ( for simple application  &#8211; no timeout, for my project &#8211; 15 sec)</p>
<p> does it mean that i have to use https from first page ?   Do you know why does it happen when i use non-secure mode first ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/comment-page-1/#comment-1040</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Wed, 02 Dec 2009 19:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/#comment-1040</guid>
		<description>What happens if you start in SSL mode directly?&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://yourdomain.com/yourisapi.dll&quot; rel=&quot;nofollow&quot;&gt;https://yourdomain.com/yourisapi.dll&lt;/a&gt;&lt;br&gt;&lt;br&gt;instead of:&lt;br&gt;&lt;a href=&quot;http://yourdomain.com/yourisapi.dll&quot; rel=&quot;nofollow&quot;&gt;http://yourdomain.com/yourisapi.dll&lt;/a&gt;&lt;br&gt;&lt;br&gt;--&lt;br&gt;Grüße / Regards,&lt;br&gt; Olaf Monien&lt;br&gt;---------------------------&lt;br&gt;EDV-Beratung Monien&lt;br&gt;CodeGear Technology Partner&lt;br&gt;&lt;br&gt;&lt;a href=&quot;mailto:olaf@monien.net&quot; rel=&quot;nofollow&quot;&gt;olaf@monien.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.monien.net/blog&quot; rel=&quot;nofollow&quot;&gt;www.monien.net/blog&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.DelphiExperts.net&quot; rel=&quot;nofollow&quot;&gt;www.DelphiExperts.net&lt;/a&gt;&lt;br&gt;---------------------------</description>
		<content:encoded><![CDATA[<p>What happens if you start in SSL mode directly?</p>
<p><a href="https://yourdomain.com/yourisapi.dll" rel="nofollow">https://yourdomain.com/yourisapi.dll</a></p>
<p>instead of:<br /><a href="http://yourdomain.com/yourisapi.dll" rel="nofollow">http://yourdomain.com/yourisapi.dll</a></p>
<p>&#8211;<br />Grüße / Regards,<br /> Olaf Monien<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />EDV-Beratung Monien<br />CodeGear Technology Partner</p>
<p><a href="mailto:olaf@monien.net" rel="nofollow">olaf@monien.net</a><br /><a href="http://www.monien.net/blog" rel="nofollow">http://www.monien.net/blog</a><br /><a href="http://www.DelphiExperts.net" rel="nofollow">http://www.DelphiExperts.net</a><br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/comment-page-1/#comment-1039</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Wed, 02 Dec 2009 19:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/#comment-1039</guid>
		<description>May be you right, but not in my case, i think. i have to explain:&lt;br&gt;    - run my project ISAPI dll and press ok button -&gt; wait for 2 min 8 sec -&gt; app switchs to secure mode.&lt;br&gt;    - crete simple project with one button and two forms, compile to ISAPI dll, run and press button -&gt; wait for 2 min 8 sec -&gt; app switchs to secure mode. &lt;br&gt;&lt;br&gt; When i do not use SSL  this timeout ( 2 min 8 sec) is absent at all.&lt;br&gt; What it can be ? May be i have to turn off ( or turn on) something on web server (IIS) ?&lt;br&gt;&lt;br&gt;Best Regards,&lt;br&gt;Eugene</description>
		<content:encoded><![CDATA[<p>May be you right, but not in my case, i think. i have to explain:<br />    &#8211; run my project ISAPI dll and press ok button -&gt; wait for 2 min 8 sec -&gt; app switchs to secure mode.<br />    &#8211; crete simple project with one button and two forms, compile to ISAPI dll, run and press button -&gt; wait for 2 min 8 sec -&gt; app switchs to secure mode. </p>
<p> When i do not use SSL  this timeout ( 2 min 8 sec) is absent at all.<br /> What it can be ? May be i have to turn off ( or turn on) something on web server (IIS) ?</p>
<p>Best Regards,<br />Eugene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/comment-page-1/#comment-1038</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Wed, 02 Dec 2009 16:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/#comment-1038</guid>
		<description>If you have many images, then SSL will be &quot;expensive&quot;. Images will be encrypted as well, and they won&#039;t be cachable.&lt;br&gt;&lt;br&gt;&lt;br&gt;--&lt;br&gt;Grüße / Regards,&lt;br&gt; Olaf Monien&lt;br&gt;---------------------------&lt;br&gt;EDV-Beratung Monien&lt;br&gt;CodeGear Technology Partner&lt;br&gt;&lt;br&gt;&lt;a href=&quot;mailto:olaf@monien.net&quot; rel=&quot;nofollow&quot;&gt;olaf@monien.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.monien.net/blog&quot; rel=&quot;nofollow&quot;&gt;www.monien.net/blog&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.DelphiExperts.net&quot; rel=&quot;nofollow&quot;&gt;www.DelphiExperts.net&lt;/a&gt;&lt;br&gt;---------------------------</description>
		<content:encoded><![CDATA[<p>If you have many images, then SSL will be &#8220;expensive&#8221;. Images will be encrypted as well, and they won&#39;t be cachable.</p>
<p>&#8211;<br />Grüße / Regards,<br /> Olaf Monien<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />EDV-Beratung Monien<br />CodeGear Technology Partner</p>
<p><a href="mailto:olaf@monien.net" rel="nofollow">olaf@monien.net</a><br /><a href="http://www.monien.net/blog" rel="nofollow">http://www.monien.net/blog</a><br /><a href="http://www.DelphiExperts.net" rel="nofollow">http://www.DelphiExperts.net</a><br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/comment-page-1/#comment-1037</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Wed, 02 Dec 2009 16:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/#comment-1037</guid>
		<description>Olaf, thanks a lot. Your hepl is always very useful.&lt;br&gt;&lt;br&gt;My project is working now. Important thing - if i use IIS i have to add certificate ( that i use when i creating key.pem, root.pem, cert.pem) to my web site.&lt;br&gt;I use certificate created by myself ( with makecert from Microsoft). Of course, in this case web browser shows alert messages that my certificate was not created &lt;br&gt;in certification center. But it&#039;s only for now, when i am testing SSL in Intraweb.&lt;br&gt; And one more . Now, when my ISAPI dll use SSL , switching to secure mode takes very long time (about 1.5 - 2 minutes).   Why did it happen ?&lt;br&gt; May be it happen because i use not valid certificate (created by me) ? server trying to verify it and it takes a lot of time ?&lt;br&gt;&lt;br&gt;Best Regards,&lt;br&gt;Eugene</description>
		<content:encoded><![CDATA[<p>Olaf, thanks a lot. Your hepl is always very useful.</p>
<p>My project is working now. Important thing &#8211; if i use IIS i have to add certificate ( that i use when i creating key.pem, root.pem, cert.pem) to my web site.<br />I use certificate created by myself ( with makecert from Microsoft). Of course, in this case web browser shows alert messages that my certificate was not created <br />in certification center. But it&#39;s only for now, when i am testing SSL in Intraweb.<br /> And one more . Now, when my ISAPI dll use SSL , switching to secure mode takes very long time (about 1.5 &#8211; 2 minutes).   Why did it happen ?<br /> May be it happen because i use not valid certificate (created by me) ? server trying to verify it and it takes a lot of time ?</p>
<p>Best Regards,<br />Eugene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/comment-page-1/#comment-1028</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2007/07/hardening-intraweb-90-with-ssl-version-3/#comment-1028</guid>
		<description>SSL with IIS means, that IIS will be responsible for SSL handling. sll dlls and ports are not used by IW under IIS - SSL.&lt;br&gt;Make sure, that your IIS has the SSL certificate setup correctly and that it would display a simple static HTMl page correctly with &lt;a href=&quot;https://&quot; rel=&quot;nofollow&quot;&gt;https://&lt;/a&gt;....&lt;br&gt;&lt;br&gt;Regards / Grüße,&lt;br&gt;Olaf Monien&lt;br&gt;------------------------------------------&lt;br&gt;EDV-Beratung Monien&lt;br&gt;&lt;br&gt;Embarcadero Technology Partner&lt;br&gt;Delphi Experts Chairman&lt;br&gt;&lt;a href=&quot;http://www.delphiexperts.net&quot; rel=&quot;nofollow&quot;&gt;www.delphiexperts.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.monien.net&quot; rel=&quot;nofollow&quot;&gt;www.monien.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Am 30.11.2009 um 15:24 schrieb Disqus:</description>
		<content:encoded><![CDATA[<p>SSL with IIS means, that IIS will be responsible for SSL handling. sll dlls and ports are not used by IW under IIS &#8211; SSL.<br />Make sure, that your IIS has the SSL certificate setup correctly and that it would display a simple static HTMl page correctly with <a href="https://" rel="nofollow">https://</a>&#8230;.</p>
<p>Regards / Grüße,<br />Olaf Monien<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />EDV-Beratung Monien</p>
<p>Embarcadero Technology Partner<br />Delphi Experts Chairman<br /><a href="http://www.delphiexperts.net" rel="nofollow">http://www.delphiexperts.net</a><br /><a href="http://www.monien.net" rel="nofollow">http://www.monien.net</a></p>
<p>Am 30.11.2009 um 15:24 schrieb Disqus:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

