<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>myLife2.0</title>
	<atom:link href="http://pierrekoerber.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pierrekoerber.wordpress.com</link>
	<description>Life and works of a Lotus Notes Slave</description>
	<lastBuildDate>Sun, 22 Nov 2009 18:06:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='pierrekoerber.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/37e933d6426dcf53e01664ca53dd79fd?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>myLife2.0</title>
		<link>http://pierrekoerber.wordpress.com</link>
	</image>
			<item>
		<title>Lotus Notes : simple soft delete form your application</title>
		<link>http://pierrekoerber.wordpress.com/2009/11/22/lotus-notes-simple-soft-delete-form-your-application/</link>
		<comments>http://pierrekoerber.wordpress.com/2009/11/22/lotus-notes-simple-soft-delete-form-your-application/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 18:06:09 +0000</pubDate>
		<dc:creator>pierrekoerber</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pierrekoerber.wordpress.com/?p=143</guid>
		<description><![CDATA[Hi,
In our application it&#8217;s a common task to delete document but before granting the deletion, we want to be able to discard the modification&#8230;
Here the simpliest soft delete agent in your database, it juste rename the form name which should be enough in every lotus application.
FIELD Form := &#8220;DELETED_&#8221; + Form;
SELECT @All
Just put all this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=143&subd=pierrekoerber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi,</p>
<p>In our application it&#8217;s a common task to delete document but before granting the deletion, we want to be able to discard the modification&#8230;</p>
<p>Here the simpliest soft delete agent in your database, it juste rename the form name which should be enough in every lotus application.</p>
<p>FIELD Form := &#8220;DELETED_&#8221; + Form;<br />
SELECT @All</p>
<p>Just put all this code in a lotus notes agent and you&#8217;re done !</p>
<p>Greetings.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrekoerber.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrekoerber.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrekoerber.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrekoerber.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrekoerber.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrekoerber.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrekoerber.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrekoerber.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrekoerber.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrekoerber.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=143&subd=pierrekoerber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pierrekoerber.wordpress.com/2009/11/22/lotus-notes-simple-soft-delete-form-your-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80d98456dfe96916b5ec92f225230677?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pierrekoerber</media:title>
		</media:content>
	</item>
		<item>
		<title>How to import PNG images in Lotus Notes 6.x and 7.x</title>
		<link>http://pierrekoerber.wordpress.com/2009/10/31/how-to-import-png-images-in-lotus-notes-6-x-and-7-x/</link>
		<comments>http://pierrekoerber.wordpress.com/2009/10/31/how-to-import-png-images-in-lotus-notes-6-x-and-7-x/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:56:51 +0000</pubDate>
		<dc:creator>pierrekoerber</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pierrekoerber.wordpress.com/?p=140</guid>
		<description><![CDATA[When trying to include png images, you will be stuck with these old clients&#8230; one simple workaround found on the www&#8230;
Lotus Notes does not support importing of PNG images into Rich Text by default but you can add that feature by adding the following line to your Notes Clients notes.ini file:
EDITIMP18=PNG Image,0,_IW4W,,.PNG,,8, 
   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=140&subd=pierrekoerber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When trying to include png images, you will be stuck with these old clients&#8230; one simple workaround found on the www&#8230;</p>
<p>Lotus Notes does not support importing of PNG images into Rich Text by default but you can add that feature by adding the following line to your Notes Clients notes.ini file:</p>
<p>EDITIMP18=PNG Image,0,_IW4W,,.PNG,,8, </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrekoerber.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrekoerber.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrekoerber.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrekoerber.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrekoerber.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrekoerber.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrekoerber.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrekoerber.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrekoerber.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrekoerber.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=140&subd=pierrekoerber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pierrekoerber.wordpress.com/2009/10/31/how-to-import-png-images-in-lotus-notes-6-x-and-7-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80d98456dfe96916b5ec92f225230677?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pierrekoerber</media:title>
		</media:content>
	</item>
		<item>
		<title>Oops, well it&#8217;s seems that I&#8217;m dead&#8230;</title>
		<link>http://pierrekoerber.wordpress.com/2009/09/26/oops-well-its-seems-that-im-dead/</link>
		<comments>http://pierrekoerber.wordpress.com/2009/09/26/oops-well-its-seems-that-im-dead/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 08:38:54 +0000</pubDate>
		<dc:creator>pierrekoerber</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://pierrekoerber.wordpress.com/?p=136</guid>
		<description><![CDATA[Just found on the web this link&#8230;
http://www.avis-de-deces.net/f_-Pierre-KOERBER_62759_1_0.html
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=136&subd=pierrekoerber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just found on the web this link&#8230;</p>
<p><a href="http://www.avis-de-deces.net/f_-Pierre-KOERBER_62759_1_0.html">http://www.avis-de-deces.net/f_-Pierre-KOERBER_62759_1_0.html</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrekoerber.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrekoerber.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrekoerber.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrekoerber.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrekoerber.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrekoerber.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrekoerber.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrekoerber.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrekoerber.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrekoerber.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=136&subd=pierrekoerber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pierrekoerber.wordpress.com/2009/09/26/oops-well-its-seems-that-im-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80d98456dfe96916b5ec92f225230677?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pierrekoerber</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy lotusscript picklist class for your apps&#8230;</title>
		<link>http://pierrekoerber.wordpress.com/2009/08/08/easy-lotusscript-picklist-class-for-your-app/</link>
		<comments>http://pierrekoerber.wordpress.com/2009/08/08/easy-lotusscript-picklist-class-for-your-app/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 10:24:47 +0000</pubDate>
		<dc:creator>pierrekoerber</dc:creator>
				<category><![CDATA[Lotus domino]]></category>
		<category><![CDATA[lotusscript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://pierrekoerber.wordpress.com/?p=124</guid>
		<description><![CDATA[When creating your application it&#8217;s always painful to remember how to generate a picklist&#8230; here comes in play my class (which is part of my own private framework).
Which 3 lines of code, I&#8217;m doing a picklist&#8230; let me explain&#8230;
Dim pl As New DbPickList(Nothing)
pl.setView("ClasseByName")
Set docRet = pl.getSingleDocument() 
The first line allows you to create the picklist [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=124&subd=pierrekoerber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When creating your application it&#8217;s always painful to remember how to generate a picklist&#8230; here comes in play my class (which is part of my own private framework).</p>
<p>Which 3 lines of code, I&#8217;m doing a picklist&#8230; let me explain&#8230;</p>
<p><code>Dim pl As New DbPickList(Nothing)<br />
pl.setView("ClasseByName")<br />
Set docRet = pl.getSingleDocument() </code></p>
<p>The first line allows you to create the picklist object which contain the notesuiworkspace object. The class contains member functions to set every parameter of the original picklist function. Defaults values are set when instantiating the object. There is two basic function to display the picklist 1. getSingleDocument() which return a simple document and getMultipleDocuments() which give you the notesdocumentcollection. Give a look to the class, it&#8217;s easy.</p>
<p><a href="http://www.pierre-koerber.ch/LotusScript/frw.base.DbPickList.lss">Link to the lss file</a></p>
<p>First download the .lss file and put everything in a script library. Then you should add the use statement.<br />
The class allows you to customize easily the picklist but it is more convenient than the ugly function from the notesUiworkspace&#8230; give it a try and enjoy.</p>
<p>One cool thing is to derivate the class and then create all the picklist you need in a new class, then you&#8217;ve got centralized your picklists in a central class which allows to simplify the maintenance cycle of your app.</p>
<p>Greetings.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrekoerber.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrekoerber.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrekoerber.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrekoerber.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrekoerber.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrekoerber.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrekoerber.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrekoerber.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrekoerber.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrekoerber.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=124&subd=pierrekoerber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pierrekoerber.wordpress.com/2009/08/08/easy-lotusscript-picklist-class-for-your-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80d98456dfe96916b5ec92f225230677?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pierrekoerber</media:title>
		</media:content>
	</item>
		<item>
		<title>How to execute Visual Basic from JAVA ? – part 2 &#8211; autostart your VB&#8230;</title>
		<link>http://pierrekoerber.wordpress.com/2009/07/11/how-to-execute-visual-basic-from-java-%e2%80%93-part-2-autostart-your-vb/</link>
		<comments>http://pierrekoerber.wordpress.com/2009/07/11/how-to-execute-visual-basic-from-java-%e2%80%93-part-2-autostart-your-vb/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 09:48:16 +0000</pubDate>
		<dc:creator>pierrekoerber</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pierrekoerber.wordpress.com/?p=122</guid>
		<description><![CDATA[In our last article we have seen how to start word from JAVA. Now we will start word with a document in parameter and then we will put an autoopen marcro in our document.
JAVA &#8211; Code
String sCmd ;
sCmd = &#8220;C:\\Program Files\\Microsoft Office\\OFFICE11\\winword.exe &#8221; + &#8220;\&#8221;c:\\Mes documents\\Doc3.doc\&#8221;" ; 
try {
Runtime.getRuntime().exec(sCmd);
} catch (IOException e) {
e.printStackTrace();
}
This will start [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=122&subd=pierrekoerber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In our last article we have seen how to start word from JAVA. Now we will start word with a document in parameter and then we will put an autoopen marcro in our document.</p>
<p>JAVA &#8211; Code</p>
<p>String sCmd ;</p>
<p>sCmd = &#8220;C:\\Program Files\\Microsoft Office\\OFFICE11\\winword.exe &#8221; + &#8220;\&#8221;c:\\Mes documents\\Doc3.doc\&#8221;" ; </p>
<p>try {<br />
Runtime.getRuntime().exec(sCmd);<br />
} catch (IOException e) {<br />
e.printStackTrace();<br />
}</p>
<p>This will start word with a special document.</p>
<p>The next step is how to autostart the VB code.</p>
<p>You can put in your document macro the autoopen, which will automatically starts when the document is launch</p>
<p>VB &#8211; Code in the document</p>
<p>Sub autoopen()</p>
<p>    Load UserForm1<br />
    UserForm1.Show</p>
<p>End Sub</p>
<p>Ok, this is a simple way to starts VB from JAVA. Of course you can&#8217;t synchronise your programs and also you can&#8217;t pass parameters. This is not a perfect integration but it can helps you to reuse easily something which exists already on your system.<br />
Of course it breaks the main advantage of JAVA to be multi-system, but the world isn&#8217;t perfect&#8230; for now.</p>
<p>Greetings.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrekoerber.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrekoerber.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrekoerber.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrekoerber.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrekoerber.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrekoerber.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrekoerber.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrekoerber.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrekoerber.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrekoerber.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=122&subd=pierrekoerber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pierrekoerber.wordpress.com/2009/07/11/how-to-execute-visual-basic-from-java-%e2%80%93-part-2-autostart-your-vb/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80d98456dfe96916b5ec92f225230677?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pierrekoerber</media:title>
		</media:content>
	</item>
		<item>
		<title>How to execute Visual Basic from JAVA ? &#8211; part 1</title>
		<link>http://pierrekoerber.wordpress.com/2009/07/09/how-to-executre-visual-basic-from-java-part-1/</link>
		<comments>http://pierrekoerber.wordpress.com/2009/07/09/how-to-executre-visual-basic-from-java-part-1/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 10:43:18 +0000</pubDate>
		<dc:creator>pierrekoerber</dc:creator>
				<category><![CDATA[It strategy]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://pierrekoerber.wordpress.com/?p=118</guid>
		<description><![CDATA[I&#8217;m facing  a common programming problem. I&#8217;m on my windows machine and  I have a software package which run fine form my needs but it is not available in JAVA&#8230; how to integrate it in my JAVA program ?
First there is connectors to run activeX of other microsoft tech from JAVA, my way [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=118&subd=pierrekoerber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m facing  a common programming problem. I&#8217;m on my windows machine and  I have a software package which run fine form my needs but it is not available in JAVA&#8230; how to integrate it in my JAVA program ?</p>
<p>First there is connectors to run activeX of other microsoft tech from JAVA, my way is to use directly VB from JAVA with a shell command.</p>
<p>Everyone know that there is a visual basic embedded in microsoft office. So the strategy is to launch a word to make the VB code run&#8230;</p>
<p>To launch word, here the easy way :</p>
<p>String sCmd ;<br />
sCmd = &#8220;notepad &#8221; + &#8220;c:\\temp\\test.txt&#8221; ;<br />
try {<br />
        Runtime.getRuntime().exec(sCmd);<br />
} catch (IOException e) {<br />
        e.printStackTrace();<br />
}</p>
<p>In our next article we will see how to start VB&#8230; greetings.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrekoerber.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrekoerber.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrekoerber.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrekoerber.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrekoerber.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrekoerber.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrekoerber.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrekoerber.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrekoerber.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrekoerber.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=118&subd=pierrekoerber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pierrekoerber.wordpress.com/2009/07/09/how-to-executre-visual-basic-from-java-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80d98456dfe96916b5ec92f225230677?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pierrekoerber</media:title>
		</media:content>
	</item>
		<item>
		<title>A remain of the past &#8211; the dusty console</title>
		<link>http://pierrekoerber.wordpress.com/2009/07/05/a-remain-of-the-past-the-dusty-console/</link>
		<comments>http://pierrekoerber.wordpress.com/2009/07/05/a-remain-of-the-past-the-dusty-console/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 08:37:09 +0000</pubDate>
		<dc:creator>pierrekoerber</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pierrekoerber.wordpress.com/?p=116</guid>
		<description><![CDATA[After sometimes of laziness, (I&#8217;m too much playing with facebook and twitter) I&#8217;m back on my blog&#8230;
Which one of you is an old enough notes freak to remember the dusty old console which was the bread and butter of the dark age of the domino administration ? at this time to administrate a notes server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=116&subd=pierrekoerber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After sometimes of laziness, (I&#8217;m too much playing with facebook and twitter) I&#8217;m back on my blog&#8230;</p>
<p>Which one of you is an old enough notes freak to remember the dusty old console which was the bread and butter of the dark age of the domino administration ? at this time to administrate a notes server you only need a strong knowledge of the domino directory and a simple console&#8230; old good times !</p>
<p>The old console remains in lotus notes today, and you can call it which a simple macro :</p>
<p>@Command([AdminRemoteConsole]) ;</p>
<p>Of course you need the rights to do it, it could be very useful when you are stuck with a &#8220;simple&#8221; notes client&#8230;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrekoerber.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrekoerber.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrekoerber.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrekoerber.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrekoerber.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrekoerber.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrekoerber.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrekoerber.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrekoerber.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrekoerber.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=116&subd=pierrekoerber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pierrekoerber.wordpress.com/2009/07/05/a-remain-of-the-past-the-dusty-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80d98456dfe96916b5ec92f225230677?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pierrekoerber</media:title>
		</media:content>
	</item>
		<item>
		<title>The cCounter class.</title>
		<link>http://pierrekoerber.wordpress.com/2009/03/11/the-ccounter-class/</link>
		<comments>http://pierrekoerber.wordpress.com/2009/03/11/the-ccounter-class/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 17:56:39 +0000</pubDate>
		<dc:creator>pierrekoerber</dc:creator>
				<category><![CDATA[Lotus domino]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[domino]]></category>
		<category><![CDATA[lotusscript]]></category>
		<category><![CDATA[pierre koerber]]></category>
		<category><![CDATA[switzerland]]></category>
		<category><![CDATA[valais]]></category>
		<category><![CDATA[www.pierre-koerber.ch]]></category>

		<guid isPermaLink="false">http://pierrekoerber.wordpress.com/?p=96</guid>
		<description><![CDATA[* When programming a very long an complex agent it&#8217;s very fine to display the agent stats at the end of the agent&#8217;s execution. These stats could be a lot of numeric data. It&#8217;s a pain to declare and manage all these variables.
* For doing this you need to create a lot of different counters [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=96&subd=pierrekoerber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-family:sans-serif;font-size:x-small;">* When programming a very long an complex agent it&#8217;s very fine to display the agent stats at the end of the agent&#8217;s execution.</span> These stats could be a lot of numeric data. It&#8217;s a pain to declare and manage all these variables.<br />
<span style="font-family:sans-serif;font-size:x-small;">* For doing this you need to create a lot of different counters and it&#8217;s very boring to manage the init part of these counters, the increment and the display. And what a pain if you want to add a new counter&#8230;</span><br />
<span style="font-family:sans-serif;font-size:x-small;">* With my solution you will find this very easy to manage and you will add a lot of interesting counters in your next complex agent.</span><br />
<span style="font-family:sans-serif;font-size:x-small;">* The idea is to put every counter in a class which will manage for us the boring job.</span><br />
<span style="font-family:sans-serif;font-size:x-small;">* This class will init the counter, manage the increment and give us the text.</span></p>
<p>Here the code :</p>
<p><span style="font-family:sans-serif;font-size:x-small;">&#8216;  Class counter v1.0<br />
&#8216;  By Pierre Koerber</span></p>
<p><span style="font-family:sans-serif;font-size:x-small;">Class cCounter</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> lCounter List As Long</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> </span><br />
<span style="font-family:sans-serif;font-size:x-small;"> Public Function incrementCount(sCounterName As String)</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> If Iselement(lCounter(sCounterName)) = False Then</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> lCounter(sCounterName) = 1 </span><br />
<span style="font-family:sans-serif;font-size:x-small;"> Else </span><br />
<span style="font-family:sans-serif;font-size:x-small;"> lCounter(sCounterName) = lCounter(sCounterName) + 1</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> End If</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> End Function</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> </span><br />
<span style="font-family:sans-serif;font-size:x-small;"> Public Function toString() As String</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> Dim sRes As String</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> Forall x In lCounter</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> </span><br />
<span style="font-family:sans-serif;font-size:x-small;"> If sRes = &#8220;&#8221; Then</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> sRes = Listtag(x) + &#8220;=&#8221; + Cstr(x)</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> Else </span><br />
<span style="font-family:sans-serif;font-size:x-small;"> sRes = sRes + &#8220;,&#8221; + Listtag(x) + &#8220;=&#8221; + Cstr(x)</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> End If </span><br />
<span style="font-family:sans-serif;font-size:x-small;"> End Forall</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> toString = sRes</span><br />
<span style="font-family:sans-serif;font-size:x-small;">End Function</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> </span><br />
<span style="font-family:sans-serif;font-size:x-small;">End Class</span></p>
<p>&#8216;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>&#8216; calling code, this allows you to manage three counter in a easy and cool way.</p>
<p>&#8216;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>sub initialize<br />
<span style="font-family:sans-serif;font-size:x-small;">dim counter as new cCounter()</span></p>
<p><span style="font-family:sans-serif;font-size:x-small;">set doc = dc.getFirstDocument</span><br />
<span style="font-family:sans-serif;font-size:x-small;">while not(doc is nothing)</span><br />
<span style="font-family:sans-serif;font-size:x-small;"> </span><span style="font-family:sans-serif;font-size:x-small;">if doc.Subject(0) = &#8220;&#8221; then</span><br />
<span style="font-family:sans-serif;font-size:x-small;">Call counter.incrementCount(&#8220;Err&#8221;)<br />
else </span></p>
<p>call counter.incrementCount(&#8220;Treated&#8221;)<br />
<span style="font-family:sans-serif;font-size:x-small;"> end if</span></p>
<p><span style="font-family:sans-serif;font-size:x-small;"> Call counter.incrementCount(&#8220;RcdTreated&#8221;)</span><br />
<span style="font-family:sans-serif;font-size:x-small;">set doc = dc.getNextDocument(doc)</span><br />
<span style="font-family:sans-serif;font-size:x-small;">wend</span></p>
<p><span style="font-family:sans-serif;font-size:x-small;">log(counter.toString())</span></p>
<p><span style="font-family:sans-serif;font-size:x-small;">end sub<br />
</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrekoerber.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrekoerber.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrekoerber.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrekoerber.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrekoerber.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrekoerber.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrekoerber.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrekoerber.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrekoerber.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrekoerber.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=96&subd=pierrekoerber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pierrekoerber.wordpress.com/2009/03/11/the-ccounter-class/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80d98456dfe96916b5ec92f225230677?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pierrekoerber</media:title>
		</media:content>
	</item>
		<item>
		<title>Diary of my switch to ubuntu 8.10…</title>
		<link>http://pierrekoerber.wordpress.com/2009/03/10/diary-of-my-switch-to-ubuntu-810%e2%80%a6/</link>
		<comments>http://pierrekoerber.wordpress.com/2009/03/10/diary-of-my-switch-to-ubuntu-810%e2%80%a6/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 04:01:58 +0000</pubDate>
		<dc:creator>pierrekoerber</dc:creator>
				<category><![CDATA[It strategy]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[clp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lotus notes]]></category>
		<category><![CDATA[martigny]]></category>
		<category><![CDATA[pierre koerber]]></category>
		<category><![CDATA[spécialiste]]></category>
		<category><![CDATA[suisse]]></category>
		<category><![CDATA[switzerland]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[valais]]></category>
		<category><![CDATA[www.pierre-koerber.ch]]></category>

		<guid isPermaLink="false">http://pierrekoerber.wordpress.com/?p=106</guid>
		<description><![CDATA[Remember last year post :
http://pierrekoerber.wordpress.com/2008/03/10/diary-of-my-switch-to-kubuntu/
After giving up because facing some wireless troubles, I did it again&#8230; The fact is that after one year of moderate use, my old laptop was completely unusable. WinXp was so slow, I read a lot of articles of how to boost an XP system but, what a big job and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=106&subd=pierrekoerber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Remember last year post :</p>
<p><a href="http://pierrekoerber.wordpress.com/2008/03/10/diary-of-my-switch-to-kubuntu/">http://pierrekoerber.wordpress.com/2008/03/10/diary-of-my-switch-to-kubuntu/</a></p>
<p>After giving up because facing some wireless troubles, I did it again&#8230; The fact is that after one year of moderate use, my old laptop was completely unusable. WinXp was so slow, I read a lot of articles of how to boost an XP system but, what a big job and you know I haven&#8217;t so much time. I&#8217;m using an old Dell Inspirion 9200, with hh 60 gigas and 700 of RAM.</p>
<p>I burned the 8.10 version on a CD and went on to the installation.</p>
<p>The installation process went perfectly. After that I should connected my laptop to internet with the internal network car. After that ubuntu proposed me to upgrade the installation. After a reboot (like in the windows world) the system has auto-detected my internal wireless card and proposed to me the right native driver. (what a luck). I was beginning to try to install the NDIS Wrapper&#8230; but how lucky to bypass this challenge.</p>
<p>After installing the must-have application, I have a brand new laptop&#8230; the feeling is that the hardware is responding like a brand new PC. The interface is pretty good, and it&#8217;s really a pleasure to work with ubuntu. If like me you have an old laptop, you should try to make it young again with ubuntu.</p>
<p>My test is superficial, for the moment I haven&#8217;t done serious use of open-office product and so on&#8230; but we will see.</p>
<p>Greetings !</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrekoerber.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrekoerber.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrekoerber.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrekoerber.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrekoerber.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrekoerber.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrekoerber.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrekoerber.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrekoerber.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrekoerber.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=106&subd=pierrekoerber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pierrekoerber.wordpress.com/2009/03/10/diary-of-my-switch-to-ubuntu-810%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80d98456dfe96916b5ec92f225230677?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pierrekoerber</media:title>
		</media:content>
	</item>
		<item>
		<title>Install the domino server java console</title>
		<link>http://pierrekoerber.wordpress.com/2008/11/25/install-the-domino-server-java-console/</link>
		<comments>http://pierrekoerber.wordpress.com/2008/11/25/install-the-domino-server-java-console/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 00:30:03 +0000</pubDate>
		<dc:creator>pierrekoerber</dc:creator>
				<category><![CDATA[Lotus Admin]]></category>
		<category><![CDATA[Lotus domino]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[consultant]]></category>
		<category><![CDATA[domino]]></category>
		<category><![CDATA[martigny]]></category>
		<category><![CDATA[switerland]]></category>
		<category><![CDATA[valais]]></category>
		<category><![CDATA[www.pierre-koerber.ch]]></category>

		<guid isPermaLink="false">http://pierrekoerber.wordpress.com/?p=101</guid>
		<description><![CDATA[For me the java console is a lost gem for the notes administrators.
It is a good feature because it allows to administrate all your server from one single point. It will run the console separatly from your notes client, and this is good because the admin client sucks ! it give you more but that&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=101&subd=pierrekoerber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For me the java console is a lost gem for the notes administrators.</p>
<p>It is a good feature because it allows to administrate all your server from one single point. It will run the console separatly from your notes client, and this is good because the admin client sucks ! it give you more but that&#8217;s not the subject of this post.</p>
<p>This article allows you to configure your Windows server to make it run.</p>
<p>First you should modify the start of your server to make it load the domino controller and the java console.</p>
<p>Take &#8220;the HKEY_LOCAL_MACHINE\System\CurrentControllSet\Services&#8221; key and look for the Lotus Domino key.  In there you will find an entry called ImagePath.  The add to the service&#8217;s parameter the -c to load the domino controler and the -jc if you want to load the java console the machine.</p>
<p><a href="http://pierrekoerber.files.wordpress.com/2008/11/domino-server-registry.jpg"><img class="alignnone size-full wp-image-100" title="domino-server-registry" src="http://pierrekoerber.files.wordpress.com/2008/11/domino-server-registry.jpg?w=460&#038;h=226" alt="domino-server-registry" width="460" height="226" /></a></p>
<p>After that your server should start as in this picture :</p>
<p><a href="http://pierrekoerber.files.wordpress.com/2008/11/domino-server-reg-edit.jpg"><img class="alignnone size-full wp-image-99" title="domino-server-reg-edit" src="http://pierrekoerber.files.wordpress.com/2008/11/domino-server-reg-edit.jpg?w=460&#038;h=298" alt="domino-server-reg-edit" width="460" height="298" /></a></p>
<p>You could start the console from your notes client directory to have the same on you computer&#8230; nice isn&#8217;it.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrekoerber.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrekoerber.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrekoerber.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrekoerber.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrekoerber.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrekoerber.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrekoerber.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrekoerber.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrekoerber.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrekoerber.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrekoerber.wordpress.com&blog=692023&post=101&subd=pierrekoerber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pierrekoerber.wordpress.com/2008/11/25/install-the-domino-server-java-console/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/80d98456dfe96916b5ec92f225230677?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pierrekoerber</media:title>
		</media:content>

		<media:content url="http://pierrekoerber.files.wordpress.com/2008/11/domino-server-registry.jpg" medium="image">
			<media:title type="html">domino-server-registry</media:title>
		</media:content>

		<media:content url="http://pierrekoerber.files.wordpress.com/2008/11/domino-server-reg-edit.jpg" medium="image">
			<media:title type="html">domino-server-reg-edit</media:title>
		</media:content>
	</item>
	</channel>
</rss>