<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel><title>YouAtNotes XPages Wiki - the useful resource for IBM Lotus Domino XPages development | Comments</title><description></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf</link><language>en-us</language><lastBuildDate>Wed, 25 Jan 2012 04:08:34 +0200</lastBuildDate>
<item>
<title>Work with views</title>
<pubDate>Wed, 25 Jan 2012 04:08:34 +0200</pubDate>
<dc:creator>Victory Tadeopulous</dc:creator>
<dc:subject>Work with views</dc:subject>
<description><![CDATA[I didn't have luck using @name('[abbreviate]',@username) in the category filter. Anyone knowing how todo @Functions in the Xpage filter arena, please be un-stingy.<br /><br /><br /><br />Instead, I ran across IBM's Javascript Reference and used this code for the Category filter and IT WORKED!:<br /><br />javascript:session.getUserNameObject().getAbbreviated();<br /><br /><br /><br />sites:<br /><br />(amazingly IBM doesn't include all the variation javascript functions - for [CN], [Abbreviate], etc)<br /><br />http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.designer.domino.api.doc%2Fr_domino_Session_UserName.html<br /><br /><br /><br />http://www-10.lotus.com/ldd/ddwiki.nsf/dx/NotesName_sample_JavaScript_code_for_XPages<br /><br /><br /><br />]]></description>
<content:encoded><![CDATA[I didn't have luck using @name('[abbreviate]',@username) in the category filter. Anyone knowing how todo @Functions in the Xpage filter arena, please be un-stingy.<br /><br /><br /><br />Instead, I ran across IBM's Javascript Reference and used this code for the Category filter and IT WORKED!:<br /><br />javascript:session.getUserNameObject().getAbbreviated();<br /><br /><br /><br />sites:<br /><br />(amazingly IBM doesn't include all the variation javascript functions - for [CN], [Abbreviate], etc)<br /><br />http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.designer.domino.api.doc%2Fr_domino_Session_UserName.html<br /><br /><br /><br />http://www-10.lotus.com/ldd/ddwiki.nsf/dx/NotesName_sample_JavaScript_code_for_XPages<br /><br /><br /><br />]]></content:encoded>
<link>dx/Work_with_views?opendocument&amp;comments#25.01.2012040834DOM5PX.htm</link>
</item>
<item>
<title>Work with Extension Library</title>
<pubDate>Fri, 13 Jan 2012 12:38:02 +0200</pubDate>
<dc:creator>Jens Winkelmann</dc:creator>
<dc:subject>Work with Extension Library</dc:subject>
<description><![CDATA[This workaround does not work with Domino 8.5.3 and OpenNTF extension library 853.20111221-0529b.<br /><br /><br /><br />But the IBM extension library from 8.5.3 Upgrade Pack 1 has a solution included.<br /><br />Here you get the correct language depending on your browser settings.]]></description>
<content:encoded><![CDATA[This workaround does not work with Domino 8.5.3 and OpenNTF extension library 853.20111221-0529b.<br /><br /><br /><br />But the IBM extension library from 8.5.3 Upgrade Pack 1 has a solution included.<br /><br />Here you get the correct language depending on your browser settings.]]></content:encoded>
<link>dx/Work_with_Extension_Library?opendocument&amp;comments#13.01.2012123802DOMFND.htm</link>
</item>
<item>
<title>Work with custom controls</title>
<pubDate>Tue, 10 Jan 2012 16:47:17 +0200</pubDate>
<dc:creator>Cristian D&#8217;Aloisio</dc:creator>
<dc:subject>Work with custom controls</dc:subject>
<description><![CDATA[at the end of the page, section "Control your custom control with parameters",the sentence <br /><br /><br /><br />You can send parameters from your page to a control by using controlName.parameterName = "something"<br /><br /><br /><br />seems not true. I did a test with a button using SSJS setting a custom control text property, and it's not working.<br /><br /><br /><br />I had to use a scoped variable to "pass" the value to the custom control.<br /><br /><br /><br />]]></description>
<content:encoded><![CDATA[at the end of the page, section "Control your custom control with parameters",the sentence <br /><br /><br /><br />You can send parameters from your page to a control by using controlName.parameterName = "something"<br /><br /><br /><br />seems not true. I did a test with a button using SSJS setting a custom control text property, and it's not working.<br /><br /><br /><br />I had to use a scoped variable to "pass" the value to the custom control.<br /><br /><br /><br />]]></content:encoded>
<link>dx/Work_with_custom_controls?opendocument&amp;comments#10.01.2012164717DOMLJ5.htm</link>
</item>
<item>
<title>How to export to Excel or other formats</title>
<pubDate>Tue, 10 Jan 2012 09:54:36 +0200</pubDate>
<dc:creator>lazy</dc:creator>
<dc:subject>How to export to Excel or other formats</dc:subject>
<description><![CDATA[hello,does it work when content contans chinese? I test it with the chinese ,it returns unreadable code,what's the reason]]></description>
<content:encoded><![CDATA[hello,does it work when content contans chinese? I test it with the chinese ,it returns unreadable code,what's the reason]]></content:encoded>
<link>dx/How_to_export_to_Excel_or_other_formats?opendocument&amp;comments#10.01.2012095436DOMCG8.htm</link>
</item>
<item>
<title>Browser compatibility</title>
<pubDate>Tue, 13 Dec 2011 21:16:45 +0200</pubDate>
<dc:creator>Judy K</dc:creator>
<dc:subject>Browser compatibility</dc:subject>
<description><![CDATA[I use this to force IE users to use edge-mode if it's available which prevents someone from putting your site into compatibility mode.<br /><br />// X-UA-Compatible: IE=edge (will be highest possible renderer for that version)<br /><br />var ua = context.getUserAgent();<br /><br />var versionNbr = ua.getBrowserVersionNumber();<br /><br /><br /><br />if (ua.isIE() && versionNbr >= 8.0) {<br /><br /> var exCon = facesContext.getExternalContext();<br /><br /> var response = exCon.getResponse();<br /><br /> response.setHeader("X-UA-Compatible", "IE=edge");<br /><br />};]]></description>
<content:encoded><![CDATA[I use this to force IE users to use edge-mode if it's available which prevents someone from putting your site into compatibility mode.<br /><br />// X-UA-Compatible: IE=edge (will be highest possible renderer for that version)<br /><br />var ua = context.getUserAgent();<br /><br />var versionNbr = ua.getBrowserVersionNumber();<br /><br /><br /><br />if (ua.isIE() && versionNbr >= 8.0) {<br /><br /> var exCon = facesContext.getExternalContext();<br /><br /> var response = exCon.getResponse();<br /><br /> response.setHeader("X-UA-Compatible", "IE=edge");<br /><br />};]]></content:encoded>
<link>dx/Browser_compatibility?opendocument&amp;comments#13.12.2011211645DOMRSK.htm</link>
</item>
<item>
<title>Work with views</title>
<pubDate>Fri, 18 Nov 2011 15:06:44 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>Work with views</dc:subject>
<description><![CDATA[Thanks, Hans. <br /><br />Are you sure that the .replace method only replaces the first occurence when a string instead of a regex is used as first parameter? <br /><br />In any case, using a regex with the /g option is the safest option, I agree.]]></description>
<content:encoded><![CDATA[Thanks, Hans. <br /><br />Are you sure that the .replace method only replaces the first occurence when a string instead of a regex is used as first parameter? <br /><br />In any case, using a regex with the /g option is the safest option, I agree.]]></content:encoded>
<link>dx/Work_with_views?opendocument&amp;comments#18.11.2011150644JBUJKA.htm</link>
</item>
<item>
<title>Special chars and escaping</title>
<pubDate>Fri, 18 Nov 2011 15:04:28 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>Special chars and escaping</dc:subject>
<description><![CDATA[thanks, Ulrich.]]></description>
<content:encoded><![CDATA[thanks, Ulrich.]]></content:encoded>
<link>dx/Special_chars_and_escaping?opendocument&amp;comments#18.11.2011150428JBUJHV.htm</link>
</item>
<item>
<title>Special chars and escaping</title>
<pubDate>Fri, 18 Nov 2011 07:47:20 +0200</pubDate>
<dc:creator>Ulrich Krause</dc:creator>
<dc:subject>Special chars and escaping</dc:subject>
<description><![CDATA[For a list of special chars look at http://www.degraeve.com/reference/specialcharacters.php for example]]></description>
<content:encoded><![CDATA[For a list of special chars look at http://www.degraeve.com/reference/specialcharacters.php for example]]></content:encoded>
<link>dx/Special_chars_and_escaping?opendocument&amp;comments#18.11.2011074720DOM9YN.htm</link>
</item>
<item>
<title>xpageswiki.com for iPhone, iPad and Android</title>
<pubDate>Wed, 16 Nov 2011 21:14:47 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>xpageswiki.com for iPhone, iPad and Android</dc:subject>
<description><![CDATA[and that means, you can use all the content everywhere regardless of your network. And furthermore, as a native app you can find it in the Appstore.]]></description>
<content:encoded><![CDATA[and that means, you can use all the content everywhere regardless of your network. And furthermore, as a native app you can find it in the Appstore.]]></content:encoded>
<link>dx/xpageswiki.com_for_iPhone_iPad_and_Android?opendocument&amp;comments#16.11.2011211447DOMRRB.htm</link>
</item>
<item>
<title>xpageswiki.com for iPhone, iPad and Android</title>
<pubDate>Wed, 16 Nov 2011 21:13:52 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>xpageswiki.com for iPhone, iPad and Android</dc:subject>
<description><![CDATA[because I can cache all the content and make it available offline!]]></description>
<content:encoded><![CDATA[because I can cache all the content and make it available offline!]]></content:encoded>
<link>dx/xpageswiki.com_for_iPhone_iPad_and_Android?opendocument&amp;comments#16.11.2011211352DOMRQS.htm</link>
</item>
<item>
<title>xpageswiki.com for iPhone, iPad and Android</title>
<pubDate>Tue, 15 Nov 2011 18:24:59 +0200</pubDate>
<dc:creator>Why an app?</dc:creator>
<dc:subject>xpageswiki.com for iPhone, iPad and Android</dc:subject>
<description><![CDATA[I think that's great the Titanium can build a basic native app, but, this app looks like a simple HTML app...why build it into native app?]]></description>
<content:encoded><![CDATA[I think that's great the Titanium can build a basic native app, but, this app looks like a simple HTML app...why build it into native app?]]></content:encoded>
<link>dx/xpageswiki.com_for_iPhone_iPad_and_Android?opendocument&amp;comments#15.11.2011182459DOMNF7.htm</link>
</item>
<item>
<title>Work with views</title>
<pubDate>Tue, 25 Oct 2011 22:56:00 +0200</pubDate>
<dc:creator>Hans-Peter Kuessner</dc:creator>
<dc:subject>Work with views</dc:subject>
<description><![CDATA[Hi Julian,<br /><br /><br /><br />I'd like to suggest an improvement to the "Search in a view with code to optimze the search query string" section: your .replace statements will only replace the FIRST occurrence of those unwanted characters. A better approach would be to use (example for the opening parenthesis):<br /><br /><br /><br />v = v.replace (/\(/g," ");<br /><br /><br /><br />Using the regex notation with the slashes you can add the "g" command, for "global replacement". You have to escape the parenthesis with the backslash then. <br /><br />And I would replace those special characters by a blank instead of the empty string, so that the special characters are treated as word separators.<br /><br />]]></description>
<content:encoded><![CDATA[Hi Julian,<br /><br /><br /><br />I'd like to suggest an improvement to the "Search in a view with code to optimze the search query string" section: your .replace statements will only replace the FIRST occurrence of those unwanted characters. A better approach would be to use (example for the opening parenthesis):<br /><br /><br /><br />v = v.replace (/\(/g," ");<br /><br /><br /><br />Using the regex notation with the slashes you can add the "g" command, for "global replacement". You have to escape the parenthesis with the backslash then. <br /><br />And I would replace those special characters by a blank instead of the empty string, so that the special characters are treated as word separators.<br /><br />]]></content:encoded>
<link>dx/Work_with_views?opendocument&amp;comments#25.10.2011225600DOMSK4.htm</link>
</item>
<item>
<title>Memory Usage and Performance</title>
<pubDate>Fri, 14 Oct 2011 14:22:35 +0200</pubDate>
<dc:creator>Uwe Brahm</dc:creator>
<dc:subject>Memory Usage and Performance</dc:subject>
<description><![CDATA[Julian, thanks for sharing this!]]></description>
<content:encoded><![CDATA[Julian, thanks for sharing this!]]></content:encoded>
<link>dx/Memory_Usage_and_Performance?opendocument&amp;comments#14.10.2011142235DOMGJ7.htm</link>
</item>
<item>
<title>How to output custom content like print from an agent</title>
<pubDate>Thu, 29 Sep 2011 11:43:43 +0200</pubDate>
<dc:creator>shafi</dc:creator>
<dc:subject>How to output custom content like print from an agent</dc:subject>
<description><![CDATA[thanks]]></description>
<content:encoded><![CDATA[thanks]]></content:encoded>
<link>dx/How_to_output_custom_content_like_print_from_an_agent?opendocument&amp;comments#29.09.2011114343DOMDEW.htm</link>
</item>
<item>
<title>work with HTML forms</title>
<pubDate>Tue, 13 Sep 2011 15:31:58 +0200</pubDate>
<dc:creator>benny</dc:creator>
<dc:subject>work with HTML forms</dc:subject>
<description><![CDATA[great for me !]]></description>
<content:encoded><![CDATA[great for me !]]></content:encoded>
<link>dx/work_with_HTML_forms?opendocument&amp;comments#13.09.2011153158DOMHVK.htm</link>
</item>
<item>
<title>What&#8217;s new in Domino 8.5.3</title>
<pubDate>Sat, 10 Sep 2011 05:16:07 +0200</pubDate>
<dc:creator>Wings Leung</dc:creator>
<dc:subject>What&#8217;s new in Domino 8.5.3</dc:subject>
<description><![CDATA["Full text search result sorting" It is a great news for me as developed Lotus Notes for 10 years]]></description>
<content:encoded><![CDATA["Full text search result sorting" It is a great news for me as developed Lotus Notes for 10 years]]></content:encoded>
<link>dx/Whats_new_in_Domino_8.5.3?opendocument&amp;comments#10.09.2011051607DOM5UN.htm</link>
</item>
<item>
<title>Work with views</title>
<pubDate>Thu, 25 Aug 2011 15:29:08 +0200</pubDate>
<dc:creator>Tadeopulous</dc:creator>
<dc:subject>Work with views</dc:subject>
<description><![CDATA[Hi,<br /><br /><br /><br />I'm deep frustrated - new to XPage - trying to get simple achivement <br /><br />I have view - it must be show single category - because contains data for all customer <br /><br />after login I put to session scope his Preferredlanguage field value (which is his UniqeID from normal Lotus form)<br /><br /><br /><br />so it's easy to display - FILTER BY COLUMN VALUE in first column we use PreferredLanguage field - sorted and categorized<br /><br /><br /><br />but now I must search this view - but when I add query string via Scoped variables - search put back all results - even those from other cusomer!Grrrrrrrrrrr - so Filter by Column value dosen't work after search??<br /><br /><br /><br />Right now I'm dooing this way - add to search string scoped variable containing customer ID <br /><br /><br /><br />it's there a simplest way?? <br /><br /><br /><br />the same is when I build my own view - via repeat control and computed field<br /><br /><br /><br />Best regards<br /><br /><br /><br />thanks in advance]]></description>
<content:encoded><![CDATA[Hi,<br /><br /><br /><br />I'm deep frustrated - new to XPage - trying to get simple achivement <br /><br />I have view - it must be show single category - because contains data for all customer <br /><br />after login I put to session scope his Preferredlanguage field value (which is his UniqeID from normal Lotus form)<br /><br /><br /><br />so it's easy to display - FILTER BY COLUMN VALUE in first column we use PreferredLanguage field - sorted and categorized<br /><br /><br /><br />but now I must search this view - but when I add query string via Scoped variables - search put back all results - even those from other cusomer!Grrrrrrrrrrr - so Filter by Column value dosen't work after search??<br /><br /><br /><br />Right now I'm dooing this way - add to search string scoped variable containing customer ID <br /><br /><br /><br />it's there a simplest way?? <br /><br /><br /><br />the same is when I build my own view - via repeat control and computed field<br /><br /><br /><br />Best regards<br /><br /><br /><br />thanks in advance]]></content:encoded>
<link>dx/Work_with_views?opendocument&amp;comments#25.08.2011152908DOMHTS.htm</link>
</item>
<item>
<title>xpageswiki.com - the useful resource for IBM Lotus Domino XPages development</title>
<pubDate>Sat, 20 Aug 2011 13:44:02 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>xpageswiki.com - the useful resource for IBM Lotus Domino XPages development</dc:subject>
<description><![CDATA[Mark, thanks for your kind words.]]></description>
<content:encoded><![CDATA[Mark, thanks for your kind words.]]></content:encoded>
<link>dx/xpageswiki.com-the_useful_resource_for_IBM_Lotus_Domino_XPages_development?opendocument&amp;comments#20.08.2011134402DOMFS4.htm</link>
</item>
<item>
<title>xpageswiki.com - the useful resource for IBM Lotus Domino XPages development</title>
<pubDate>Sat, 20 Aug 2011 13:43:49 +0200</pubDate>
<dc:creator>Mark Maden</dc:creator>
<dc:subject>xpageswiki.com - the useful resource for IBM Lotus Domino XPages development</dc:subject>
<description><![CDATA[What a brilliant resource this Wiki is, exactly what is needed, concise and easy to use. Exactly what is needed. Wish I had stumbled across it months ago. Thank you.]]></description>
<content:encoded><![CDATA[What a brilliant resource this Wiki is, exactly what is needed, concise and easy to use. Exactly what is needed. Wish I had stumbled across it months ago. Thank you.]]></content:encoded>
<link>dx/xpageswiki.com-the_useful_resource_for_IBM_Lotus_Domino_XPages_development?opendocument&amp;comments#20.08.2011134349DOMFRY.htm</link>
</item>
<item>
<title>Work with documents and fields on the XPage</title>
<pubDate>Fri, 5 Aug 2011 18:59:32 +0200</pubDate>
<dc:creator>Hitesh Basera</dc:creator>
<dc:subject>Work with documents and fields on the XPage</dc:subject>
<description><![CDATA[Thanks a greaqt help...]]></description>
<content:encoded><![CDATA[Thanks a greaqt help...]]></content:encoded>
<link>dx/Work_with_documents_and_fields_on_the_XPage?opendocument&amp;comments#05.08.2011185932DOMMXA.htm</link>
</item>

</channel></rss>

