<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://ideajam.net/ideajam/p/ij.nsf/rsstransform.xslt"?>
<rss version="2.0">
<channel>
	<language>en-us</language>
	<lastBuildDate>Tue, 21 May 2013 19:39:59 +0000</lastBuildDate>
	<title>IdeaJam(tm) RSS Feed</title>
	<description>An RSS feed generated by IdeaJam(tm) for tag AJAX</description>
	<link>http://ideajam.net/ideajam/p/ij.nsf</link>
	<image>
	    <title>IdeaJam(tm) RSS Feed</title>
	    <url>http://ideajam.net/ideajam/p/ij.nsf</url>
	    <link>http://ideajam.net/ideajam/p/ij.nsf/LogoSquare.gif?OpenImageResource</link>
	</image>
	<item>
		<pubDate>Tue, 27 Nov 2007 20:09:03 +0000</pubDate>
		<title>Domino Designer / : Default Servlet for DBLookup and DBColumn for AJAX use</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Sudhish Jayaswal&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=AJAX"&gt;AJAX&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;There should be a default Java sevlet available in the Domino server, which would perform DBlookup and DBColumn functionality for any Web Based form, using AJAX.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Yes a Notes agane can be written, and aswell as a Servlet be written to. But if by default a servlet is there as standard for DBlookups and DBColumn, everyone accross, would not have to invent the wheel every time.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Suggesting an Idea of a servlet. to increase efficency in response.&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/BD6D02FFC09DE470862573A0006EB17C?OpenDocument</link>
	</item>
	<item>
		<pubDate>Thu, 07 Feb 2008 13:18:46 +0000</pubDate>
		<title>Domino Designer / : error messages from the http engine should have some configuration facility</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Axel Janssen&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=web"&gt;web&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=ajax"&gt;ajax&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=error"&gt;error&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;The following scenario:&lt;/div&gt;
&lt;div&gt;1. A web-form makes ajax calls against a domino agent.&lt;/div&gt;
&lt;div&gt;2. User starts to work on a document on his web client.&lt;/div&gt;
&lt;div&gt;3. User plays WII tennis match with his collegue.&lt;/div&gt;
&lt;div&gt;4. User returns to his document and presses an ajax enabled button. Unfortunatedly in the meantime his web session has timed out.&lt;/div&gt;
&lt;div&gt;5. Domino returns the HTTP-not authentificated message.&lt;/div&gt;
&lt;div&gt;6. Now it is quite hard for the ajax client code to parse this message properly. The developer has to write quite a few lines of code to process this error. And designwise its really ugly to parse a http message, if you use json as message-format.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Solution:&lt;/div&gt;
&lt;div&gt;A design element bound to the database as a table which maps (actionID: HTTP_STATUS_CODE) -&amp;gt; error return message.&lt;/div&gt;
&lt;div&gt;So it would be possible that a http request with the HTTP-Get or Post parameter actionId of &amp;quot;changeCategory&amp;quot; running into an authentification or other specific http error should return the configured message. This could be xml, a simple String, html or an object in json-syntax.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/96FA416C86789678862573E80049213B?OpenDocument</link>
	</item>
	<item>
		<pubDate>Mon, 16 Jun 2008 20:56:06 +0000</pubDate>
		<title>LinkJam / : Improved editing</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Urs Meli&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=Userinterface"&gt;Userinterface&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=editing"&gt;editing&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=AJAX"&gt;AJAX&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;Editing bookmarks is &amp;quot;notes-style&amp;quot;. Why not make the bookmark editing inline, in the view? like in delicious.&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/D377162544B33BE38625746A006D81A9?OpenDocument</link>
	</item>
	<item>
		<pubDate>Fri, 10 Jul 2009 19:44:54 +0000</pubDate>
		<title>Domino Designer / : AJAX Suggest to work off Full Text search</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; John Turnbow&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=Ajax"&gt;Ajax&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=Suggest"&gt;Suggest&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=ftsearch"&gt;ftsearch&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;Would be nice to set up an Ajax Suggest to work off of Full Text and to set the return as one, two, or three &amp;quot;collective&amp;quot; words/sentence to be returned. This type of suggest (in google) would be nice to have as a &amp;quot;suggest&amp;quot; drop down option when searching or selecting and suggesting input data.&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/251941746685BC06862575EF0066FCF4?OpenDocument</link>
	</item>
	<item>
		<pubDate>Thu, 17 Sep 2009 15:50:17 +0000</pubDate>
		<title>Domino Designer / : Default categorized views using ajax in domino designer</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Lotus Domino Designer&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=domino designer"&gt;domino designer&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=webviews"&gt;webviews&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=views"&gt;views&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=ajax"&gt;ajax&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;As of now if we open the categorized view in lotus notes, the look and feel and the categorization option also toooooo bad.&lt;/div&gt;
&lt;div&gt;There should be some mechanism in designer such that if u open categorized view, then it should be opened in the ajaz formatted view. Which is very convinient and fast.(Categorization without loading the entire page.)&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/72571E540E33B1D48625763400518256?OpenDocument</link>
	</item>
	<item>
		<pubDate>Wed, 15 Dec 2010 13:32:29 +0000</pubDate>
		<title>Domino Designer / : Book Proposal: Domino goes mobile:  HTML5, CSS3 and Ajax</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Jason Hook&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=mobile"&gt;mobile&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=AJAX"&gt;AJAX&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=browser"&gt;browser&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=iphone"&gt;iphone&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=java"&gt;java&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;In response to &lt;a href="http://www.geniisoft.com/showcase.nsf/archive/20101214-0726"&gt;Ben's call for book ideas&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Not your usual here's how to mobilize your companies business process applications.&amp;nbsp; Instead a look at using Domino to host a twitter integrated, location aware application fit to run on Android, iPad and iPhone.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;We'll cover:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) What's new in HTML5 elements and use them practically in the application;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) Enhancements to CSS3 including media media queries (we'll change the layout depending on screen orientation)&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3) Twitter integration (with Java, with PHP)&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4) Configuring the Domino server to mask the .nsf in url's&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;A practical example might be to build a twitter application for keeping abreast of Lotusphere tweets, we could show the location of tweets on a map.&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/9CDB3F3838EDBE38862577FA004A629E?OpenDocument</link>
	</item>
</channel></rss>
