<?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>duepi.biz</title>
	<atom:link href="http://www.duepi.biz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.duepi.biz</link>
	<description>Algorithms, data structures, web design/development</description>
	<lastBuildDate>Mon, 30 Apr 2012 10:19: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>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Konami code fun ;-)</title>
		<link>http://www.duepi.biz/blog/2012/04/konami-code/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=konami-code</link>
		<comments>http://www.duepi.biz/blog/2012/04/konami-code/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 12:52:44 +0000</pubDate>
		<dc:creator>duepi</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[web/design]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.duepi.biz/?p=474</guid>
		<description><![CDATA[So you got your new web site, don&#8217;t you? Are you sure not to have any Konami code embedded ??? I guess your are asking yourself what a Konami code is .. . may be you had listen people talking &#8230; <a href="http://www.duepi.biz/blog/2012/04/konami-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you got your new web site, don&#8217;t you?<br />
Are you sure not to have any <em><span style="text-decoration: underline;">Konami code</span></em> embedded ???</p>
<p>I guess your are asking yourself what a <em><span style="text-decoration: underline;">Konami code</span></em> is .. .<br />
may be you had listen people talking about <em><span style="text-decoration: underline;">Software Easter eggs</span></em> ???</p>
<p>If you google <em><span style="text-decoration: underline;">Konami code</span></em> you&#8217;ll find lot&#8217;s about it;<br />
it&#8217;s geek fun coming from old video games :-)</p>
<p>Basically it&#8217;s funny hidden functionality that can be triggered entering a key press sequence on your keyboard.</p>
<p>Try to write &#8216;duepi.biz&#8217; ..<br />
and see what happen</p>
<p>Bye<br />
;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.duepi.biz/blog/2012/04/konami-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Admin Remote Console</title>
		<link>http://www.duepi.biz/blog/2012/01/admin-remote-console/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=admin-remote-console</link>
		<comments>http://www.duepi.biz/blog/2012/01/admin-remote-console/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 14:50:10 +0000</pubDate>
		<dc:creator>duepi</dc:creator>
				<category><![CDATA[lotus]]></category>
		<category><![CDATA[lotus/administrator]]></category>
		<category><![CDATA[lotus/designer]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.duepi.biz/?p=453</guid>
		<description><![CDATA[Today I&#8217;m just sharing a tip! ;-) I found Admin Remote Console very useful in many scenario for example when: modifying a template on the server and want to refresh the design much more faster than doing a refresh design from &#8230; <a href="http://www.duepi.biz/blog/2012/01/admin-remote-console/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m just sharing a tip! ;-)<br />
I found <em><span style="text-decoration: underline;">Admin Remote Console</span></em> very useful in many scenario for example when:</p>
<ol>
<li>modifying a template on the server and want to refresh the design much more faster than doing a refresh design from the client. <em>*** see below (#1)</em></li>
<li>developing for web and want to monitor the domino console for debugging purpose.</li>
<li>monitor scheduled agents (same debugging purpose).</li>
<li>force scheduled agent to run. <em>*** see below (#2)</em></li>
<li>and much more &#8230;</li>
</ol>
<p>So what?</p>
<p>To open the Admin Remote Console use this <em>@formula<br />
</em><code>@Command([AdminRemoteConsole])</code></p>
<p>A new non-modal window will be opened; you can re-size it and move it on your monitor and keep on working in lotus/notes or lotus/designer while monitoring the server console.</p>
<p>Click on <span style="text-decoration: underline;">Live console</span> checkbox and enjoy!</p>
<p><span style="text-decoration: underline;">By the way, to be able to use the Admin Remote Console you must be listed as &#8220;Full Remote Console Administrators&#8221; in the Security tab in the Server document.</span></p>
<p>Now it&#8217;s up to you to decide from where to use it, on form, view action or elsewhere in your environment, personally i love to have a toolbar icon ! :-)</p>
<p><span style="text-decoration: underline;">Notes:</span></p>
<p><em>*** (#1)</em> To run a refresh design from the console use<br />
<code>load desiger -f database_path</code>.</p>
<p><em>*** (#2)</em> To force a specific scheduled agent to run use<br />
<code>tell amgr run "database_path" 'agent_alias'</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.duepi.biz/blog/2012/01/admin-remote-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shared field rename bug</title>
		<link>http://www.duepi.biz/blog/2012/01/shared-field-rename-bug/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=shared-field-rename-bug</link>
		<comments>http://www.duepi.biz/blog/2012/01/shared-field-rename-bug/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 09:30:00 +0000</pubDate>
		<dc:creator>duepi</dc:creator>
				<category><![CDATA[lotus]]></category>
		<category><![CDATA[lotus/designer]]></category>
		<category><![CDATA[lotus/notes]]></category>
		<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://www.duepi.biz/?p=440</guid>
		<description><![CDATA[Yesterday i found another bug in Lotus/Designer; this time it&#8217;s about Shared fields. These are the steps to reproduce the issue: Open Shared fields list and select the one you want to copy and paste. Ctrl-C + Crtl-V; the new &#8230; <a href="http://www.duepi.biz/blog/2012/01/shared-field-rename-bug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday i found another bug in Lotus/Designer; this time it&#8217;s about <em><span style="text-decoration: underline;">Shared fields</span>.</em></p>
<p><em></em><span style="text-decoration: underline;">These are the steps to reproduce the issue:</span></p>
<ol>
<li>Open Shared fields list and select the one you want to copy and paste.</li>
<li>Ctrl-C + Crtl-V; the new field will be pasted with _1 suffix.</li>
<li>Hit <em>F2</em> or use the in-view edit to enter the new name (Xxx for example), confirm with <em>Enter</em> and see the new name in the list.</li>
<li><em>Enter</em> again to edit the field, open the field properties with <em>Ctrl-Enter</em> and Wow, here is the old name displayed !!!</li>
</ol>
<p>The new Shared field can be used and is displayed with the new name but when you preview the form you will got a <em><span style="text-decoration: underline;">&#8220;Cannot locate field definition for Field: Xxx&#8221;</span></em> error (Xxx is the field name at point 3)</p>
<p>So:</p>
<p><span style="text-decoration: underline;">Remember to rename Shared fields only via the field properties in the edit field window !!!</span></p>
<p>and also:</p>
<p><span style="text-decoration: underline;">Be aware of if you rename a used Shared field you must delete and re-add it to any forms that use it.</span></p>
<p><span style="text-decoration: underline;">Let me know if you find this tip useful !!!</span></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.duepi.biz/blog/2012/01/shared-field-rename-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable Return date in Out of office message</title>
		<link>http://www.duepi.biz/blog/2012/01/how-to-disable-return-date-in-out-of-office-message/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-disable-return-date-in-out-of-office-message</link>
		<comments>http://www.duepi.biz/blog/2012/01/how-to-disable-return-date-in-out-of-office-message/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 11:17:18 +0000</pubDate>
		<dc:creator>duepi</dc:creator>
				<category><![CDATA[lotus]]></category>
		<category><![CDATA[lotus/designer]]></category>
		<category><![CDATA[lotus/notes]]></category>
		<category><![CDATA[customization]]></category>

		<guid isPermaLink="false">http://www.duepi.biz/?p=420</guid>
		<description><![CDATA[As you know, Out of Office agent send an automated reply to incoming messages while you are away. The notification service sends replies only between the leaving and returning times you specify and sends only one reply to each sender. Sometimes &#8230; <a href="http://www.duepi.biz/blog/2012/01/how-to-disable-return-date-in-out-of-office-message/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As you know, Out of Office agent send an automated reply to incoming messages while you are away. The notification service sends replies only between the leaving and returning times you specify and sends only one reply to each sender.</p>
<p>Sometimes users does not want to let people know when they will be back in office. Here comes the &#8220;Append return date to subject&#8221; check box!</p>
<p>But what about the message Body? Return date is also used in Body, so how to disable this?</p>
<p><span style="text-decoration: underline;">I&#8217;ll show you how, let&#8217;s start !!!</span></p>
<ol>
<li>Open Mail template in Lotus designer, i used Mail (R8).</li>
<li>Open <span style="text-decoration: underline;"><em>(Out Of Office Profile) | OutOfOfficeProfile</em></span> Form.</li>
<li>Open <span style="text-decoration: underline;"><em>AppendSubject</em></span> field properties and change Choices from &#8220;Append return date to subject|1&#8243; to &#8220;Append return date to subject and body|1&#8243; (this is done only for user purpose).</li>
<li>Same for <span style="text-decoration: underline;"><em>dsp_tmpAppendSubject</em></span> field.</li>
<li>Select <span style="text-decoration: underline;"><em>DaysOut</em></span> field and change its formula to: <code>REM {variables to translate};<br />
varAgentSentence := "I am out of the office until var_Back.";<br />
varServiceSentence := "I am out of the office from var_First until var_Back.";<br />
REM {END variables to translate};<br />
strAgent := @ReplaceSubstring(varAgentSentence; "var_Back"; @Text(DateFirstDayBack;"S0"));<br />
strService1 := @ReplaceSubstring(varServiceSentence; "var_First"; @Text(DateFirstDayOut;"T1"));<br />
strService2 := @ReplaceSubstring(strService1; "var_Back"; @Text(DateFirstDayBack;"T1"));@If(ShowHours = "1"; strService2 ; strAgent);REM {20120111: disable dates if AppendSubject not set};<br />
varNoDatesSentence := "I am out of the office";<br />
@If(AppendSubject != "1"; varNoDatesSentence; ShowHours = "1"; strService2 ; strAgent);<br />
</code></li>
<li>Same for <span style="text-decoration: underline;"><em>SpecialBody</em></span> field.</li>
<li>Save, refresh design and enjoy.</li>
</ol>
<p><span style="text-decoration: underline;">Let me know if you find this tip useful !!!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.duepi.biz/blog/2012/01/how-to-disable-return-date-in-out-of-office-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

