<?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 Titanium Wiki</title><description></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf</link><language>en-us</language><lastBuildDate>Mon, 4 Jun 2012 18:50:52 +0200</lastBuildDate>
<item><title>YN: common JavaScript tools</title><pubDate>Mon, 4 Jun 2012 18:50:52 +0200</pubDate><description><![CDATA[ The yntools.js file contains some additional useful tools that extend the common JavaScript language. Arrays Unique ynUnique(array) Removes all duplicates of elements of the array and returns the unique array.]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_common_JavaScript_tools</link><dc:subject>YouAtNotes Framework</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_common_JavaScript_tools?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_common_JavaScript_tools</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/YN_common_JavaScript_tools</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_common_JavaScript_tools?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: Camera</title><pubDate>Fri, 1 Jun 2012 18:05:57 +0200</pubDate><description><![CDATA[ (work in progress) controling the flashlight Ti.Media.CAMERAFLASHOFF , Ti.Media.CAMERAFLASHON, Ti.Media.CAMERAFLASHAUTO
Ti.Media.setCameraFlashMode(Ti.Media.CAMERAFLASHON);]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Camera</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Camera?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Camera</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_Camera</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Camera?opendocument&amp;comments</wfw:comment></item>
<item><title>Ti: Charting</title><pubDate>Thu, 31 May 2012 08:31:59 +0200</pubDate><description><![CDATA[ ==Charting via JavaScript== You can use a WebView control to display a HTML page that includes JavaScript charting libraries. Unfortunately, most JavaScript charting libraries are slow in the WebView control. One customer had success with [[http://dygraphs.com|dygraphs]], though. It seems to be ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Charting</link><dc:subject>Titanium</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Charting?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Charting</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/Ti_Charting</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/Ti_Charting?opendocument&amp;comments</wfw:comment></item>
<item><title>YN. ynDateFormat</title><pubDate>Fri, 25 May 2012 09:19:33 +0200</pubDate><description><![CDATA[ An object to format date values. **ynDateFormat.format(mask, datetime)** With: ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN._ynDateFormat</link><dc:subject>YouAtNotes Framework</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN._ynDateFormat?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN._ynDateFormat</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/YN._ynDateFormat</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN._ynDateFormat?opendocument&amp;comments</wfw:comment></item>
<item><title>YN: ynConfig</title><pubDate>Fri, 25 May 2012 09:18:15 +0200</pubDate><description><![CDATA[ An object to read and set configuration settings. A configuration setting is always a string. **ynConfig.get(k)** Reads a setting with the key 'k'. **ynConfig.getArray(k)** Reads a setting with the key 'k' and returns it as an array. Since: 1.5 **ynConfig.set(k, value/*String*/)** Sets a setting ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynConfig</link><dc:subject>YouAtNotes Framework</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynConfig?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynConfig</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/YN_ynConfig</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynConfig?opendocument&amp;comments</wfw:comment></item>
<item><title>YN: ynMemoryPool</title><pubDate>Fri, 25 May 2012 09:16:34 +0200</pubDate><description><![CDATA[ Tool to release memory for unused objects. You don't need it in standard Apps, only if you're create a huge amount of objects that you safely can release at a later time. **ynMemoryPool.add(obj)** Adds an object to the pool so that you can later release it's memory. **ynMemoryPool.clear()** Clear ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynMemoryPool</link><dc:subject>YouAtNotes Framework</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynMemoryPool?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynMemoryPool</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/YN_ynMemoryPool</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynMemoryPool?opendocument&amp;comments</wfw:comment></item>
<item><title>YN: NotesViewEntry</title><pubDate>Tue, 22 May 2012 09:29:05 +0200</pubDate><description><![CDATA[ Represents one entry of the local cached Domino view. ==Methods== **getColumnValue(columnName, asString, joinSeperator)** With: columnName: the name of the column. Use the programatic name of the column in the Domino view, not the column title. The name is not case sensitive. Every NotesViewEntry ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_NotesViewEntry</link><dc:subject>YouAtNotes Framework</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_NotesViewEntry?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_NotesViewEntry</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/YN_NotesViewEntry</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_NotesViewEntry?opendocument&amp;comments</wfw:comment></item>
<item><title>YN: NotesViewEntryCollection</title><pubDate>Tue, 22 May 2012 09:27:57 +0200</pubDate><description><![CDATA[ Represents a collection of NotesViewEntry objects. It's returned for example from a NotesView.getAllEntriesByKey() method. ==Methods== **NotesViewEntryCollection.getCount()** Returns: the number of NotesViewEntry objects stored in the collection. **NotesViewEntryCollection.getFirstEntry()** Used ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_NotesViewEntryCollection</link><dc:subject>YouAtNotes Framework</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_NotesViewEntryCollection?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_NotesViewEntryCollection</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/YN_NotesViewEntryCollection</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_NotesViewEntryCollection?opendocument&amp;comments</wfw:comment></item>
<item><title>YN: ynSession</title><pubDate>Fri, 13 Apr 2012 11:53:02 +0200</pubDate><description><![CDATA[ An object with some basic properties and methods for the current application session. == Properties == **ynSession.username** Returns the current username used for authentification of HTTP methods. **ynSession.userpassword** Returns the current password used for authentification of HTTP methods. ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynSession</link><dc:subject>YouAtNotes Framework</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynSession?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynSession</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/YN_ynSession</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN_ynSession?opendocument&amp;comments</wfw:comment></item>
<item><title>YN:  Get started - tour through the demo contacts app</title><pubDate>Thu, 9 Feb 2012 11:57:38 +0200</pubDate><description><![CDATA[ See the [[http://youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN__Get_Started|Get Started page]] to learn how to install and run the demo. == What you can do in the demo == * Click on "Navigation" to see the list of contacts (which is downloaded from the dtg-demo_contacts.nsf). The app ...]]></description><link>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN__Get_started-tour_through_the_demo_contacts_app</link><dc:subject>YouAtNotes Framework</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN__Get_started-tour_through_the_demo_contacts_app?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN__Get_started-tour_through_the_demo_contacts_app</guid><wfw:commentRss> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dxcomments/YN__Get_started-tour_through_the_demo_contacts_app</wfw:commentRss><wfw:comment> http:/www.youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN__Get_started-tour_through_the_demo_contacts_app?opendocument&amp;comments</wfw:comment></item>

</channel></rss>
