<?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</title><description></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf</link><language>en-us</language><lastBuildDate>Fri, 22 Mar 2013 16:28:28 +0200</lastBuildDate>
<item><title>What&#8217;s new in Domino 9</title><pubDate>Fri, 22 Mar 2013 16:28:28 +0200</pubDate><description><![CDATA[ This is a list covering what's new in Domino 9 from a developer's / XPages point of view. == Domino Designer == New JAR design element: work with Java code wrapped into JARs directly in XPages (JARs are not available in Java agents, though). XPages editor palette remember it's state between ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Whats_new_in_Domino_9</link><dc:subject></dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Whats_new_in_Domino_9?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Whats_new_in_Domino_9</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Whats_new_in_Domino_9</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Whats_new_in_Domino_9?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with Partial Refresh and Dojo.connect</title><pubDate>Wed, 6 Feb 2013 04:27:49 +0200</pubDate><description><![CDATA[ The "dojo.connect()" in the onClientLoad event of the Xpage gets disconnected with a partial refresh disabling the onClick event that dojo.connect connected to a set of nodes: dojo.connect with onClick dojo.query(".click td").connect("onclick", function(){reconcile.onClick(this)}); Putting the ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Partial_Refresh_and_Dojo.connect</link><dc:subject></dc:subject><dc:creator>Anonymous</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Partial_Refresh_and_Dojo.connect?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Partial_Refresh_and_Dojo.connect</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_Partial_Refresh_and_Dojo.connect</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Partial_Refresh_and_Dojo.connect?opendocument&amp;comments</wfw:comment></item>
<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> mobile Apps for iPhone, iPad, Android</title><pubDate>Tue, 22 May 2012 09:35:25 +0200</pubDate><description><![CDATA[ ==General options== You can either use XPages to build a Web application that tries to look like a native App on the iPhone, iPad or Android device. Or you can write real native Apps using [[http://appcelerator.com|Appcelerator Titanium]]. The last alternative is to write native Apps in the ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/_mobile_Apps_for_iPhone_iPad_Android</link><dc:subject></dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/_mobile_Apps_for_iPhone_iPad_Android?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/_mobile_Apps_for_iPhone_iPad_Android</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/_mobile_Apps_for_iPhone_iPad_Android</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/_mobile_Apps_for_iPhone_iPad_Android?opendocument&amp;comments</wfw:comment></item>
<item><title>Export to PDF and Excel</title><pubDate>Wed, 28 Mar 2012 12:11:00 +0200</pubDate><description><![CDATA[ ==Export Notes Document data in to PDF== To create PDFs you need the itext Java package from itextpdf.com. 1. Download the itext jar file. 2. Create the Java agent (click on agent and choice java as a type)
3. Now import the itext jar file into agent(On click of Import)
4. Write down the code to ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Export_to_PDF_and_Excel</link><dc:subject></dc:subject><dc:creator>Anonymous</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Export_to_PDF_and_Excel?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Export_to_PDF_and_Excel</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Export_to_PDF_and_Excel</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Export_to_PDF_and_Excel?opendocument&amp;comments</wfw:comment></item>
<item><title>xPages further information</title><pubDate>Mon, 21 Nov 2011 08:04:04 +0200</pubDate><description><![CDATA[ ==Getting started with XPages== http://xpages.tv - a huge collection of learning videos for XPages by David Leedy
http://notesin9.com Tips, Tricks and videos about XPages and IBM Domino by David ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/xPages_further_information</link><dc:subject></dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/xPages_further_information?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/xPages_further_information</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/xPages_further_information</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/xPages_further_information?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with relational databases</title><pubDate>Thu, 10 Nov 2011 17:41:12 +0200</pubDate><description><![CDATA[ Since Domino 8.5.3 it's possible to access relational databases directly from XPages. See [[http://www.bleedyellow.com/blogs/iLotusDomino/entry/my_journey_into_domino_8_5_3_and_relational_database_access_from_xpages?lang=en|this article from Amy K. Hoerle]] for details. In short: * Make sure ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_relational_databases</link><dc:subject>Server JavaScript</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_relational_databases?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_relational_databases</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_relational_databases</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_relational_databases?opendocument&amp;comments</wfw:comment></item>
<item><title>xpageswiki.com for iPhone, iPad and Android</title><pubDate>Wed, 9 Nov 2011 10:49:22 +0200</pubDate><description><![CDATA[ ==xpageswiki.com for iOS (iPhone and iPad)== You can view all content of xpageswiki.com on your iPhone or iPad using the "xpageswiki.com" app, [[http://itunes.apple.com/us/app/xpageswiki.com/id479326274?ls=1|Now available in the Appstore!]]
This app synchronizes all content of xpageswiki.com to ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/xpageswiki.com_for_iPhone_iPad_and_Android</link><dc:subject></dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/xpageswiki.com_for_iPhone_iPad_and_Android?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/xpageswiki.com_for_iPhone_iPad_and_Android</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/xpageswiki.com_for_iPhone_iPad_and_Android</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/xpageswiki.com_for_iPhone_iPad_and_Android?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with Extension Library</title><pubDate>Tue, 30 Aug 2011 10:54:19 +0200</pubDate><description><![CDATA[ ==Translating the name picker to another language== This approach translates text and button labels of the extlib name picker dialog to another language. The dialog uses the Dojo widget system "Dijit". And that provides a nice technique for creating new widgets based on an existing one. ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Extension_Library</link><dc:subject></dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Extension_Library?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Extension_Library</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_Extension_Library</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Extension_Library?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with application settings and xpage properties</title><pubDate>Fri, 17 Jun 2011 12:51:08 +0200</pubDate><description><![CDATA[ ==server wide properties== On the domino server in data/properties there is a xsp.properties.sample file. In this textfile there are a lot of properties with which you can control various XPages options for all XPages apps on that server, unless they have a property defined on their own. To set ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_application_settings_and_xpage_properties</link><dc:subject></dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_application_settings_and_xpage_properties?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_application_settings_and_xpage_properties</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_application_settings_and_xpage_properties</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_application_settings_and_xpage_properties?opendocument&amp;comments</wfw:comment></item>

</channel></rss>
