<?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 | Categorized Content</title><description></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf</link><language>en-us</language><lastBuildDate>Sun, 6 Dec 2009 11:45:55 +0200</lastBuildDate>
<item><title>Work with tables and tabs</title><pubDate>Thu, 6 Dec 2012 08:46:51 +0200</pubDate><description><![CDATA[ ==problem with validators in tabbed table / tabbedPanel== In a xp.tabbedPanel only the first tab is rendered on page load, other tabs are rendered when the user clicks them. Therefore, a full or partial update happens when the user clicks on a tab, which triggers field validators. So in the end, ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_tables_and_tabs</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_tables_and_tabs?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_tables_and_tabs</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_tables_and_tabs</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_tables_and_tabs?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with multimedia</title><pubDate>Sun, 6 Dec 2009 11:45:55 +0200</pubDate><description><![CDATA[ ==integrate a mp3 player== If you like to integrate a mp3 player on your site, you can use the the Yahoo Mediaplayer . Usage is pretty simple, only include this in your XPage source code: {code:} <script> var YMPParams = autoplay:true,
 	volume:0.5, </script> <script type="text/javascript" ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_multimedia</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_multimedia?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_multimedia</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_multimedia</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_multimedia?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with events and partial or full refresh</title><pubDate>Fri, 11 Sep 2009 08:27:22 +0200</pubDate><description><![CDATA[ ==Run a partial update from client javascript== You can use the following function to trigger a partial update from client javascript {code:} XSP.partialRefreshPost(id); {code} "id" is the runtime ID of the control, that means you have to get it with "#{id:nameOfControl}". If you don't need to be ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_events_and_partial_or_full_refresh</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_events_and_partial_or_full_refresh?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_events_and_partial_or_full_refresh</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_events_and_partial_or_full_refresh</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_events_and_partial_or_full_refresh?opendocument&amp;comments</wfw:comment></item>
<item><title>Useful tools, tips and keyboard shortcuts for Domino Designer</title><pubDate>Tue, 7 Jul 2009 08:15:17 +0200</pubDate><description><![CDATA[ ==Keyboard Shortcuts== CTRL-M: toogle to maximize the active panel / restore all panels
CTRL-SHIFT-F: auto-format source code
CTRL-SHIFT-PAGEDOWN: switch from Design pane to the Source pane and vice versa ==Clear all blank lines when auto-formatting source code== Set the following preference: XML ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Useful_tools_tips_and_keyboard_shortcuts_for_Domino_Designer</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Useful_tools_tips_and_keyboard_shortcuts_for_Domino_Designer?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Useful_tools_tips_and_keyboard_shortcuts_for_Domino_Designer</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Useful_tools_tips_and_keyboard_shortcuts_for_Domino_Designer</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Useful_tools_tips_and_keyboard_shortcuts_for_Domino_Designer?opendocument&amp;comments</wfw:comment></item>
<item><title>Special chars and escaping</title><pubDate>Tue, 30 Jun 2009 07:12:04 +0200</pubDate><description><![CDATA[ Non breaking space Using 
{code:}
nbsp; {code} is not allowed, but you can use {code:} 160; {code} instead. Other special chars Use the <number>; notation. See [[http:www.degraeve.comreferencespecialcharacters.phpthis list]] for more.]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Special_chars_and_escaping</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Special_chars_and_escaping?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Special_chars_and_escaping</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Special_chars_and_escaping</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Special_chars_and_escaping?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with Dates</title><pubDate>Fri, 22 May 2009 22:17:41 +0200</pubDate><description><![CDATA[ ==General Tips== While working with dates in server side javascript, I noticed some glichtes in Domino 8.5.0. Here are some rules of thumb: Trying to convert a text to date with @TextToTime() may work, but in my case it mixed day and month values. My solution: parse the string yourself into year, ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Dates</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Dates?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Dates</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_Dates</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Dates?opendocument&amp;comments</wfw:comment></item>
<item><title>How to create a picklist style dialog</title><pubDate>Tue, 19 May 2009 15:43:54 +0200</pubDate><description><![CDATA[ Found in [[http://dominoextnd.blogspot.com/2009/05/xpages-how-to-create-view-picklist.html | Mark Hughes Blog]]: - Create a custom control with a panel, a view inside the panel and other componets as you like - this control will become the dialog. Set for example "picklistDialogPanel" as name for ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/How_to_create_a_picklist_style_dialog</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/How_to_create_a_picklist_style_dialog?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/How_to_create_a_picklist_style_dialog</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/How_to_create_a_picklist_style_dialog</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/How_to_create_a_picklist_style_dialog?opendocument&amp;comments</wfw:comment></item>
<item><title>Browser compatibility</title><pubDate>Mon, 18 May 2009 20:48:44 +0200</pubDate><description><![CDATA[ ==Internet Explorer 8== IE 8 is supported since Domino 8.5.1. You can force IE8 to act like IE7 by using this code in beforeRenderResponse event: {code:} // first option uses compatibility mode, second option too but stronger
// X-UA-Compatible: IE=7
// X-UA-Compatible: IE=EmulateIE7
if ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Browser_compatibility</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Browser_compatibility?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Browser_compatibility</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Browser_compatibility</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Browser_compatibility?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with URLs</title><pubDate>Fri, 10 Apr 2009 18:06:10 +0200</pubDate><description><![CDATA[ Here is a list of useful URLs for XPages and Domino web development. ==XPages URLs== $$OpenDominoDocument.xsp?id=<UNID> Opens the document with the given UNID. Tries to find a suitable XPage for opening by using these rules: - Check if the document's form has the "open in XPage property"
- Check ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_URLs</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_URLs?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_URLs</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_URLs</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_URLs?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with Hide When on a XPage</title><pubDate>Mon, 6 Apr 2009 13:21:53 +0200</pubDate><description><![CDATA[ Each component on a XPage have the "visible" property which can be computed. If computed, your JS should return either //true// or //false// or a empty string (same as //false//) or "1" (same as //true//). ==HideWhen based on a user role== Show the element if user has the role [role]. {code:} var ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Hide_When_on_a_XPage</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Hide_When_on_a_XPage?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Hide_When_on_a_XPage</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_Hide_When_on_a_XPage</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Hide_When_on_a_XPage?opendocument&amp;comments</wfw:comment></item>

</channel></rss>
