<?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/"
	>

<channel>
	<title>schmhen&#039;s Blog</title>
	<atom:link href="http://www.schmhen.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schmhen.de</link>
	<description>Another Lotus Geek&#039;s Blog</description>
	<lastBuildDate>Mon, 09 Jan 2012 10:29:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>XPages Tip: Get an element&#8217;s id outside XPages events with CSJS</title>
		<link>http://www.schmhen.de/2012/01/09/xpages-tip-get-an-elements-id-outside-xpages-events-with-csjs/</link>
		<comments>http://www.schmhen.de/2012/01/09/xpages-tip-get-an-elements-id-outside-xpages-events-with-csjs/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 10:28:57 +0000</pubDate>
		<dc:creator>schmhen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[csjs]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[ssjs]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.schmhen.de/?p=421</guid>
		<description><![CDATA[I was facing a problem today where I tried to set a value and do a partial refresh within a client script block on my XPage. Since this script block is outside any XPage event, I could not use the following SSJS within my CSJS to get the IDs of the elements I want to [...]]]></description>
			<content:encoded><![CDATA[<p>I was facing a problem today where I tried to set a value and do a partial refresh within a client script block on my XPage. Since this script block is outside any XPage event, I could not use the following SSJS within my CSJS to get the IDs of the elements I want to set and refresh:</p>
<p><em>dojo.byId(&#8220;#{id:idOfMyComponent}&#8221;);</em></p>
<p>I googled a bit but was not able to find a solution for this problem. There are many hints but you need to bring them together to get the result. Here is the code that finally worked for me:</p>
<p><em>var idOfElementToSetValueTo= &#8221;;</em><br />
<em>var idOfElementToCallPartialRefreshOn= &#8221;;</em><em></em><br />
<em>dojo.query(&#8220;[id$=\\:elementID]&#8220;).forEach(function(node, index, arr){</em><br />
<em>                         idOfElementToSetValueTo = node.id;                           </em><br />
<em>                   });;<br />
<em>dojo.query(&#8220;[id$=\\:refreshID]&#8220;).forEach(function(node, index, arr){</em><br />
<em>                    idOfElementToCallPartialRefreshOn= node.id;                           </em><br />
<em>                   });;</em></em><br />
<em> dojo.byId(idOfElementToSetValueTo).value=strFilterVal;</em><br />
<em>XSP.partialRefreshPost(idOfElementToCallPartialRefreshOn,{});</em></p>
<p>The only downside is that if there are more components on the page all ending with the same &#8220;:id&#8221;, the function provided will only return the last element. You might want to extend the function to suit your needs then.</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmhen.de/2012/01/09/xpages-tip-get-an-elements-id-outside-xpages-events-with-csjs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Meet me at #ls12 @OpenNTF&#8217;s booth 516</title>
		<link>http://www.schmhen.de/2012/01/09/meet-me-at-ls12-openntfs-booth-516/</link>
		<comments>http://www.schmhen.de/2012/01/09/meet-me-at-ls12-openntfs-booth-516/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 07:54:52 +0000</pubDate>
		<dc:creator>schmhen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[#ls12]]></category>
		<category><![CDATA[openntf]]></category>

		<guid isPermaLink="false">http://www.schmhen.de/?p=417</guid>
		<description><![CDATA[In a couple of days there will be a bright yellow spot again in Orlando and the rest of the world turns grey due to lack of color.  I am so happy that I can be yellow this year! I want to thank Niklas Heidloff and Bruce Elgort who gave me the chance to join [...]]]></description>
			<content:encoded><![CDATA[<p>In a couple of days there will be a bright yellow spot again in Orlando and the rest of the world turns grey due to lack of color.  I am so happy that I can be yellow this year!</p>
<p>I want to thank Niklas Heidloff and Bruce Elgort who gave me the chance to join their team this year and represent OpenNTF at Lotusphere.You have to save a spot on your schedule this year to visit the Product Showcase. Mark booth 516 on your map! Come by and learn all about OpenNTF. Anything you ever wanted to know about OpenNTF? Fire your question at us, we&#8217;ll be more than glad to help. Have you ever wondered</p>
<ul>
<li>who or what OpenNTF is?</li>
<li>who steers OpenNTF?</li>
<li>who funds OpenNTF?</li>
<li>how you can join in to enrich the community?</li>
<li>how to submit your project to OpenNTF?</li>
<li>how to get in contact with OpenNTF?</li>
<li>which licenses are available to open source your project?</li>
<li>&#8230;</li>
</ul>
<p>If you do not have any questions but want to meet great people for a quick chat, you are also very welcome.</p>
<p>Personal note: This is to everyone out there who I had not met in person yet: Come to booth 516 and say Hello! I know so many people from all those social networks which I haven&#8217;t actually seen in my life yet. If I don&#8217;t say Hi on an occasion outside the Product Showcase I&#8217;d like you to say Hi at booth 516.</p>
<p>Catch you around!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmhen.de/2012/01/09/meet-me-at-ls12-openntfs-booth-516/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XPages Twitter Controls go Mobile!</title>
		<link>http://www.schmhen.de/2011/11/28/xpages-twitter-controls-go-mobile/</link>
		<comments>http://www.schmhen.de/2011/11/28/xpages-twitter-controls-go-mobile/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 06:44:41 +0000</pubDate>
		<dc:creator>schmhen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[hedersoft tweet]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.schmhen.de/?p=404</guid>
		<description><![CDATA[Last week I blogged about my Twitter Controls which I handed in to the 2. XPages Development Contest. It fulfilled the requirements of the contest by being a social app that uses the Twitter API and OAuth for authentication. One component was missing though: MOBILE. So I sat down and checked the possibilities to make the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I <a href="http://www.schmhen.de/2011/11/18/xpages-twitter-controls-on-openntf-let-the-contest-begin/" target="_blank">blogged</a> about my Twitter Controls which I handed in to the <a href="http://xpages.info/XPagesHome.nsf/Contest.xsp" target="_blank">2. XPages Development Contest</a>. It fulfilled the requirements of the contest by being a social app that uses the Twitter API and OAuth for authentication. One component was missing though: MOBILE.</p>
<p>So I sat down and checked the possibilities to make the app run on smartphones. There&#8217;s DOJO and the Mobile Controls integrated in the <a href="http://extlib.openntf.org/" target="_blank">Extension Library 8.5.3</a>. I took my first shot and had a mobile application together which pretty much has the same functionality as the web app in no time.</p>
<p>Then I checked jQuery Mobile which seems to be used by most of the developers out there. I toyed around with it for a while and put together an app based on jQuery Mobile that provides the same functionality as the web app &#8211; awesome! I named it <a href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=hedersoft%20tweet" target="_blank">hedersoft tweet v1.1</a> and uploaded it to openNTF.</p>
<p>UPDATE: Niklas created a new video showing the controls in action. Watch it on <a href="http://xpages.info/XPagesHome.nsf/Contest.xsp" target="_blank">XPages.info</a> or download it from the <a href="http://xpages.info/XPagesHome.nsf/69D79DB5BE03A50C8525794B004D33F9/$file/HedersoftTweetV2.avi">contest page</a>.</p>
<p>Here are a few screenshots.</p>
<p><a href="http://www.schmhen.de/wp-content/uploads/2011/11/jQuery_Tweet_1.png"><img class="alignleft size-full wp-image-405" title="jQuery_Tweet_1" src="http://www.schmhen.de/wp-content/uploads/2011/11/jQuery_Tweet_1.png" alt="" width="505" height="540" /></a></p>
<p><a href="http://www.schmhen.de/wp-content/uploads/2011/11/jQuery_Tweet_2.png"><img class="alignleft size-full wp-image-406" title="jQuery_Tweet_2" src="http://www.schmhen.de/wp-content/uploads/2011/11/jQuery_Tweet_2.png" alt="" width="504" height="609" /></a></p>
<p><a href="http://www.schmhen.de/wp-content/uploads/2011/11/jQuery_Tweet_4.png"><img class="alignleft size-full wp-image-409" title="jQuery_Tweet_4" src="http://www.schmhen.de/wp-content/uploads/2011/11/jQuery_Tweet_4.png" alt="" width="504" height="289" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmhen.de/2011/11/28/xpages-twitter-controls-go-mobile/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XPages Tip: How to apply different styles for mobile devices (iPhone, iPad, Android, &#8230;)</title>
		<link>http://www.schmhen.de/2011/11/22/xpages-tip-how-to-apply-different-styles-for-mobile-devices-iphone-ipad-android/</link>
		<comments>http://www.schmhen.de/2011/11/22/xpages-tip-how-to-apply-different-styles-for-mobile-devices-iphone-ipad-android/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 07:23:00 +0000</pubDate>
		<dc:creator>schmhen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[xpages]]></category>
		<category><![CDATA[xsnippets]]></category>

		<guid isPermaLink="false">http://www.schmhen.de/?p=390</guid>
		<description><![CDATA[I got stuck yesterday when I tried to shape my application to look different on different mobile devices. I wanted to have an iPhone look when the app gets opened with an iPhone and an Android look when it gets accessed with an Android phone. I knew that there were capabilities to achieve this but [...]]]></description>
			<content:encoded><![CDATA[<p>I got stuck yesterday when I tried to shape my application to look different on different mobile devices. I wanted to have an iPhone look when the app gets opened with an iPhone and an Android look when it gets accessed with an Android phone. I knew that there were capabilities to achieve this but I could not find these. Now, as usual, the trick is easy.</p>
<p>There are properties that can be set in the xsp.properies file. First of all you have to find and access the file. Well, those of you out there working with XPages every day, proceed to the next paragraph. All others: Open the database in Domino Designer. Switch to the Java Perspective via the menu &#8220;Window\Open Perspective\Java&#8221; and in the outline move to the &#8220;WebContent\WEB-INF&#8221; folder.</p>
<p style="text-align: center;"><a href="http://www.schmhen.de/wp-content/uploads/2011/11/Web-Inf-Folder.png"><img class="size-full wp-image-391 aligncenter" title="Web-Inf-Folder" src="http://www.schmhen.de/wp-content/uploads/2011/11/Web-Inf-Folder.png" alt="" width="201" height="186" /></a></p>
<p>Open the &#8220;xsp.properties&#8221; file by double-clicking on it. Move to the &#8220;Source&#8221; Tab. Use the following snippet to define your styles (Click on the image to get to the snippet):</p>
<p><a href="http://openntf.org/XSnippets.nsf/snippet.xsp?id=define-styles-for-mobile-devices"><img class="aligncenter size-full wp-image-398" title="XSnippet-Styles" src="http://www.schmhen.de/wp-content/uploads/2011/11/XSnippet-Styles.png" alt="" width="991" height="457" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmhen.de/2011/11/22/xpages-tip-how-to-apply-different-styles-for-mobile-devices-iphone-ipad-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XPages Tip: Work with multi value fields</title>
		<link>http://www.schmhen.de/2011/11/21/xpages-tip-work-with-multi-value-fields/</link>
		<comments>http://www.schmhen.de/2011/11/21/xpages-tip-work-with-multi-value-fields/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 07:20:32 +0000</pubDate>
		<dc:creator>schmhen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[multi value]]></category>
		<category><![CDATA[multipleseperator]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.schmhen.de/?p=387</guid>
		<description><![CDATA[In classic notes dev you can make a variety of fields multi value fields and define how values are to be separated. Imagine you have such a notes form and want to put an xpages frontend on top of it. How do you separate multi values? Ok, it&#8217;s easy, isn&#8217;t it. Just use a Multiline [...]]]></description>
			<content:encoded><![CDATA[<p>In classic notes dev you can make a variety of fields multi value fields and define how values are to be separated. Imagine you have such a notes form and want to put an xpages frontend on top of it. How do you separate multi values?</p>
<p>Ok, it&#8217;s easy, isn&#8217;t it. Just use a Multiline Editbox control, bind that to your multi value field on the form and put a new value in every line of the box, right? This only works halfway since the contents of the field are being saved as a text string with hidden chars to get the line breaks. To separate the values you have to tell the Multivalue Editbox how to do it. Open the &#8220;All Properties&#8221; Tab of the control and in the basic section navigate to the &#8220;multipleSeparator&#8221; property as shown in the screenshot below. Compute a javascript value using the little blue diamond end enter &#8220;\n&#8221; (with quotation marks). Save the XPages. Now your values get saved as multiple values.</p>
<p><a href="http://www.schmhen.de/wp-content/uploads/2011/11/MLEB.png"><img class="aligncenter size-full wp-image-388" title="MLEB" src="http://www.schmhen.de/wp-content/uploads/2011/11/MLEB.png" alt="" width="587" height="258" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmhen.de/2011/11/21/xpages-tip-work-with-multi-value-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XPages Twitter Controls on OpenNTF &#8211; Let the contest begin</title>
		<link>http://www.schmhen.de/2011/11/18/xpages-twitter-controls-on-openntf-let-the-contest-begin/</link>
		<comments>http://www.schmhen.de/2011/11/18/xpages-twitter-controls-on-openntf-let-the-contest-begin/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 06:57:35 +0000</pubDate>
		<dc:creator>schmhen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[development contest]]></category>
		<category><![CDATA[hedersoft]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.schmhen.de/?p=381</guid>
		<description><![CDATA[I&#8217;ve been busy recently founding my own company hedersoft. There was no time left to blog or tweet a lot since administrative tasks ate it all up. Now things are getting back to normal and I&#8217;ll do my best to save some time to share my thoughts. Anyway, hedersoft as an IBM Business Partner focusses [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been busy recently founding my own company <a title="hedersoft GmbH" href="http://hedersoft.de/" target="_blank">hedersoft</a>. There was no time left to blog or tweet a lot since administrative tasks ate it all up. Now things are getting back to normal and I&#8217;ll do my best to save some time to share my thoughts.</p>
<p>Anyway, hedersoft as an IBM Business Partner focusses on XPages. We will make basic applications and modules available as OpenSource and publish them on OpenNTF. Lars Buntrock started with his &#8220;<a title="Database Open Dialog" href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=XPages%20Database%20Open%20Dialog%20Custom%20Control" target="_blank">Database Open Dialog</a>&#8221; and I uploaded &#8220;<a title="hedersoft tweet" href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=hedersoft%20tweet" target="_blank">hedersoft tweet</a>&#8221; just yesterday. This application consists of 5 custom controls, each of which can be used seperately or together as a basic twitter application. These controls are:</p>
<ul>
<li>OAuth authentication control</li>
<li>&#8220;All Friends&#8221; stream</li>
<li>&#8220;Mentions&#8221; stream (@Replies)</li>
<li>&#8220;Direct Messages&#8221; stream</li>
<li>Status Update control</li>
</ul>
<p>Wired together it looks like this:</p>
<p><a href="http://www.schmhen.de/wp-content/uploads/2011/11/hedersoft-tweet.png"><img class="aligncenter size-medium wp-image-382" title="hedersoft tweet" src="http://www.schmhen.de/wp-content/uploads/2011/11/hedersoft-tweet-300x230.png" alt="" width="300" height="230" /></a></p>
<p>We nominated the twitter controls for the 2. <a title="XPages Development Contest" href="http://xpages.info/XPagesHome.nsf/Contest.xsp" target="_blank">XPages Development Contest</a>. Feel free to download the controls and play around. They are OpenSource released under Apache Licence v2.0. If you have any feature requests or defect reports then please post them on the project page on <a href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=hedersoft%20tweet" target="_blank">OpenNTF</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmhen.de/2011/11/18/xpages-twitter-controls-on-openntf-let-the-contest-begin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Help needed: Using java sources in java agents</title>
		<link>http://www.schmhen.de/2011/10/20/help-needed-using-java-sources-in-java-agents/</link>
		<comments>http://www.schmhen.de/2011/10/20/help-needed-using-java-sources-in-java-agents/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 15:14:34 +0000</pubDate>
		<dc:creator>schmhen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[DDE]]></category>
		<category><![CDATA[domino]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[lotus]]></category>
		<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://www.schmhen.de/?p=377</guid>
		<description><![CDATA[I am a bit in trouble here since DDE does not work as I expect it to. I hope there is somebody out there who has a solution to my problem. So here it is: I am writing java code in my domino database using the Java Perspective. I created a source folder under WebContent\WEB-INF [...]]]></description>
			<content:encoded><![CDATA[<p>I am a bit in trouble here since DDE does not work as I expect it to. I hope there is somebody out there who has a solution to my problem. So here it is:</p>
<p>I am writing java code in my domino database using the Java Perspective. I created a source folder under WebContent\WEB-INF and added the folder to my build path. I am using the classes and methods I coded on my XPages and they work. Now I need to code a java agent that is supposed to run every night. A lot of the methods and classes I need for my agent are already in my source folder, so I want to access the code. But there seems to be no way to import the code into my agent, is there?</p>
<p>I can import sources from my file system or jar files. I can import java libraries. I can import resources from my file system, but I can not add my project source folder to the agent. Switching over to the Java Perspective and opening the agent opens a new project in my Package Explorer showing the agent and all its properties. I can now add my database project to my agent project and add the source folder to it. When I build the agent project everything is fine. After I close the agent the agent project is gone and with it my settings. The same errors reappear.</p>
<p>Is there a way to add my sources to my agent except for copying the classes an methods to a java library and use the library in my agent? I don&#8217;t want to have source code redundant. I am kind of stuck here and need a hint or at least someone telling me that there&#8217;s no way to get what I want.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmhen.de/2011/10/20/help-needed-using-java-sources-in-java-agents/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A new star is born &#8211; hedersoft is now online!</title>
		<link>http://www.schmhen.de/2011/10/05/a-new-star-is-born-hedersoft-is-now-online/</link>
		<comments>http://www.schmhen.de/2011/10/05/a-new-star-is-born-hedersoft-is-now-online/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 06:00:25 +0000</pubDate>
		<dc:creator>schmhen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[hedersoft]]></category>
		<category><![CDATA[lotus]]></category>
		<category><![CDATA[lotus domino]]></category>
		<category><![CDATA[lotus notes]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.schmhen.de/?p=372</guid>
		<description><![CDATA[I am so proud to announce that hedersoft lauched their homepage today! Who is hedersoft? hedersoft is a new company located in Salzkotten, Germany which provides services and sells products based on Lotus Notes / Domino. The company was founded in August 2011 by Lars Buntrock an myself (Henning Schmidt) and focusses on XPages. That is [...]]]></description>
			<content:encoded><![CDATA[<p>I am so proud to announce that <a title="hedersoft GmbH" href="http://www.hedersoft.de" target="_blank">hedersoft</a> lauched their homepage today!</p>
<p><strong>Who is hedersoft?</strong></p>
<p>hedersoft is a new company located in Salzkotten, Germany which provides services and sells products based on Lotus Notes / Domino. The company was founded in August 2011 by Lars Buntrock an myself (Henning Schmidt) and focusses on XPages. That is products based on XPages as well as services based on this exciting technology.</p>
<p>Both Lars and I worked for We4IT (sponsor of the XPages Dev Contest) until we resigned in August. We felt it was about time to stand on our own feet and hence decided to found our own business. We are very dedicated to the OpenSource community and will upload lots of stuff to OpenNTF. Lars already did so by handing in his <a title="Database Open Dialog" href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=XPages%20Database%20Open%20Dialog%20Custom%20Control" target="_blank">Database Open Dialog</a> to the XPages Dev Contest in August.</p>
<p>So, there is lots to expext in the upcoming months. We have just started and have so many ideas that are only waiting to get processed. One of thoses is getting our homepage translated which definitely couldn&#8217;t be done in the last couple of days. So stay tuned and stop by every now and then to see how the business evolves.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmhen.de/2011/10/05/a-new-star-is-born-hedersoft-is-now-online/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Collect POP3 accounts with Domino &#8211; PO3Collect</title>
		<link>http://www.schmhen.de/2011/09/26/collect-pop3-accounts-with-domino-po3collect/</link>
		<comments>http://www.schmhen.de/2011/09/26/collect-pop3-accounts-with-domino-po3collect/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 13:01:56 +0000</pubDate>
		<dc:creator>schmhen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[domino]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[pop]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.schmhen.de/?p=366</guid>
		<description><![CDATA[We are currently setting up our business and use Domino as our mail server. We&#8217;re hosting our domain hedersoft.de and set up POP mailfiles there. Now since my administration skills as a developer is not that broad I thought I can tell Domino to simply pull the mails from my POP accounts and route them [...]]]></description>
			<content:encoded><![CDATA[<p>We are currently setting up our business and use Domino as our mail server. We&#8217;re hosting our domain <a title="hedersoft GmbH" href="http://www.hedersoft.de" target="_blank">hedersoft.de</a> and set up POP mailfiles there. Now since my administration skills as a developer is not that broad I thought I can tell Domino to simply pull the mails from my POP accounts and route them to the receiver&#8217;s mailfiles.</p>
<p>Well, Domino does not provide a feature to help me out there. I got stuck and asked Daddy Google what to do. He answered: &#8220;Try <a title="POP3Collect" href="http://abdata.ch/POP3Collect.html" target="_blank">POP3Collect</a>&#8220;!</p>
<p>As usual, I did what Google told me to and guess what: This tool rocks! Once the <a title="POP3Collect setup" href="http://abdata.ch/POP3Collect.html" target="_blank">very easy setup</a> was done and the Java Task was started POP3Collect grabbed all mails and send them via SMTP to the receivers on my Domino server. And what&#8217;s even better: This tool does not cost a dime!</p>
<p>Thank you Andy Brunner, thanks <a title="ABData" href="http://abdata.ch/" target="_blank">ABData</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmhen.de/2011/09/26/collect-pop3-accounts-with-domino-po3collect/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XPages Development Contest: A Review</title>
		<link>http://www.schmhen.de/2011/08/31/xpages-development-contest-a-review/</link>
		<comments>http://www.schmhen.de/2011/08/31/xpages-development-contest-a-review/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 21:46:00 +0000</pubDate>
		<dc:creator>schmhen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[xpages]]></category>

		<guid isPermaLink="false">http://www.schmhen.de/?p=361</guid>
		<description><![CDATA[This monday OpenNTF announced the winners of the &#8220;XPages Development Contest&#8221; sponsored by We4IT. The winners are:  Ferry Kranenburg for his Multi Database Search Control Dennis Chen for his ZK Spreadsheet for XPages  Rami Muurimaki for his XPages PDF Exporter Custom Control  Congratulations to all of you and enjoy your iPads! I reckon the contest can be regarded as a big [...]]]></description>
			<content:encoded><![CDATA[<p>This monday <a title="OpenNTF" href="http://www.openNTF.org" target="_blank">OpenNTF </a>announced the winners of the &#8220;XPages Development Contest&#8221; sponsored by <a title="We4IT" href="http://www.we4it.com" target="_blank">We4IT</a>. The winners are:</p>
<ol>
<li> <strong>Ferry Kranenburg</strong> for his <a href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=Xpages%20Multi%20Database%20Search%20Custom%20Control"><span>Multi Database Search Control</span></a></li>
<li><span><span><strong>Dennis Chen</strong> for his </span><a href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=ZK%20Spreadsheet%20for%20XPages"><span>ZK Spreadsheet for XPages</span></a> </span></li>
<li><span><span><strong>Rami </strong></span><span><strong>Muurimaki</strong> for his </span><a href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=XPages%20PDF%20Exporter%20Custom%20Control"><span>XPages PDF Exporter Custom Control</span></a><span> </span></span></li>
</ol>
<p>Congratulations to all of you and enjoy your iPads!</p>
<p>I reckon the contest can be regarded as a big success. I enjoyed a nice night before the contest started on which Niklas told me about the contest and what he expected from it. He said that if 10 controls will be submitted the contest is a big success. Well let&#8217;s check the numbers: We have 54 custom controls and 10 library controls. That&#8217;s 64 controls! That is 6.5 times more than expected. I assumes that Niklas spread numbers that were agreed on in the steering committee. So to OpenNTF: Congratulations as well!</p>
<p>Now, let&#8217;s talk about the controls themselves. 64 controls are awesome, but what kind of controls are we talking about? There were all kinds of controls! We have very simple ones like the <em>Daily Dilbert Control</em> by Ulrich Krause or the <em>Stop Watch Control</em> by Rolf Kremer just to name two. On the other hand there are very sophisticated controls like the three winners or the <em><a title="Select Database Control" href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;documentId=E304C728C0B3CFC2862578EF00325ABA" target="_blank">Select Database Control</a></em> by Lars Buntrock and the <em><a title="View PickList Control" href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=View%20Picklist%20Custom%20Control" target="_blank">View PickList Control</a></em> by Mark Hughes. There are many more so please do not blame me if you are not mentioned here.</p>
<p>Now that the contest is over and the winners have been named I think the goal of the contest has been too broad. The variety of the controls is so big that comparison between the controls is not possible in all cases. The next contest should have a challenge more narrow like &#8220;Provide custom controls which implement Lotus Notes functions&#8221; or &#8220;Provide custom controls which implemet interfaces to Third Party products&#8221;. It has to be narrowed down to make it more compareable and judgeable.</p>
<p>Anyway, I personally expected Mark Hughes&#8217; <em>View PickList Control</em> among the last three. Why? Because it has an immediate business impact and everybody needs it. But don&#8217;t get me wrong: I do not want to kick one of the winners from the podium, the y definitely deserved to win. It&#8217;s just that if I had the chance to vote Mark would have definitely got an iPad.</p>
<p>So, after the contest is before the contest, isn&#8217;t it? The community is the biggest winner anyway and benefits from all those controls handed in. So please let many more contests follow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schmhen.de/2011/08/31/xpages-development-contest-a-review/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

