<?xml version="1.0" encoding="iso-8859-1" ?>
<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>Jack Ratcliff | Comments</title><description>just geek stuff</description><link>http://jackratcliff.com/jratcliff/blog.nsf/</link><language>en-us</language><lastBuildDate>Mon, 25 Jan 2010 02:05:28 PM -0700</lastBuildDate>
<item>
<title></title>
<pubDate>Mon, 25 Jan 2010 02:05:28 PM -0700</pubDate>
<dc:creator>Brent Quick</dc:creator>
<dc:subject>&amp;RestrictToCategory, useful or not?</dc:subject>
<description><![CDATA[I cannot agree more that this is a nagging issue that should have been resolved years ago.<br /><br />Thanks!]]></description>
<content:encoded><![CDATA[I cannot agree more that this is a nagging issue that should have been resolved years ago.<br /><br />Thanks!]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/RestrictToCategory.htm?opendocument&amp;comments#01252010020528PMBDOTWG.htm</link>
</item>
<item>
<title></title>
<pubDate>Mon, 25 Jan 2010 08:30:14 AM -0700</pubDate>
<dc:creator>El Lobo</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[Please all in XML]]></description>
<content:encoded><![CDATA[Please all in XML]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#25012010083014BDOMCX.htm</link>
</item>
<item>
<title></title>
<pubDate>Mon, 17 Aug 2009 09:39:13 AM -0700</pubDate>
<dc:creator>jose zaldivar</dc:creator>
<dc:subject>At the Ext Conference this week</dc:subject>
<description><![CDATA[Dojo or Ext.nd?<br /><br />Jack, I hear time and time again that if IBM will support Dojo moving forward, it just makes sense we use it as the framework for creating web apps. As developers, we need to learn Dojo if we want to be taking advantage of the xpages in 8.5 and what's to come. <br /><br />I know that Ext.nd has a lot of great stuff, but we can't afford to support two frameworks. <br /><br />Ideally, if you can come up with widgets, and libraries that extend Dojo, we will be all over that!]]></description>
<content:encoded><![CDATA[Dojo or Ext.nd?<br /><br />Jack, I hear time and time again that if IBM will support Dojo moving forward, it just makes sense we use it as the framework for creating web apps. As developers, we need to learn Dojo if we want to be taking advantage of the xpages in 8.5 and what's to come. <br /><br />I know that Ext.nd has a lot of great stuff, but we can't afford to support two frameworks. <br /><br />Ideally, if you can come up with widgets, and libraries that extend Dojo, we will be all over that!]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/04142009072840AMJRAH5D.htm?opendocument&amp;comments#08172009093913AMBDOMJK.htm</link>
</item>
<item>
<title></title>
<pubDate>Wed, 12 Aug 2009 10:26:27 PM -0700</pubDate>
<dc:creator>Fredrik</dc:creator>
<dc:subject>Ext.nd will be at IamLUG</dc:subject>
<description><![CDATA[Will ext.nd support categorized views?<br /><br />finding this a big lack spot in developing web aps in domino. Bacause they are so good to store documents in.]]></description>
<content:encoded><![CDATA[Will ext.nd support categorized views?<br /><br />finding this a big lack spot in developing web aps in domino. Bacause they are so good to store documents in.]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/07292009115915AMJRAMYT.htm?opendocument&amp;comments#2009-08-12222627BDO8E4.htm</link>
</item>
<item>
<title></title>
<pubDate>Mon, 9 Mar 2009 12:59:00 PM -0700</pubDate>
<dc:creator>Cesar Mugnatto</dc:creator>
<dc:subject>Why isn&#180;t there a NotesDatabase.WebFilePath property?</dc:subject>
<description><![CDATA[A while ago, I posted something on Notes.net that may be of help. The posting is still available here:<br /><br />{ <a href="http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/4a0cbaf09126889385256e780072d4a7?OpenDocument" target="_blank" title="Link: www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/4a0cbaf09126889385256e780072d4a7?OpenDocument">Link</a> }<br /><br />and if things are still working as they were "way back then", you may be able to make use of the technique I illustrated in that posting by using @WebDbName within an Evaluate.<br /><br />In fact, I just tried it and it seems to work correctly using the following simple agent:<br /><br />Sub Initialize<br /><br />Dim dbMail As NotesDatabase<br /><br />Dim docEval As NotesDocument<br /><br />Dim varEval As Variant<br /><br />Dim strEval As String<br /><br />Set dbMail = New NotesDatabase("", "")<br /><br />dbMail.OpenMail<br /><br />Set docEval = dbMail.CreateDocument<br /><br />strEval = {@WebDbName}<br /><br />varEval = Evaluate(strEval, docEval)<br /><br />Msgbox varEval(0)<br /><br />End Sub]]></description>
<content:encoded><![CDATA[A while ago, I posted something on Notes.net that may be of help. The posting is still available here:<br /><br />{ <a href="http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/4a0cbaf09126889385256e780072d4a7?OpenDocument" target="_blank" title="Link: www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/4a0cbaf09126889385256e780072d4a7?OpenDocument">Link</a> }<br /><br />and if things are still working as they were "way back then", you may be able to make use of the technique I illustrated in that posting by using @WebDbName within an Evaluate.<br /><br />In fact, I just tried it and it seems to work correctly using the following simple agent:<br /><br />Sub Initialize<br /><br />Dim dbMail As NotesDatabase<br /><br />Dim docEval As NotesDocument<br /><br />Dim varEval As Variant<br /><br />Dim strEval As String<br /><br />Set dbMail = New NotesDatabase("", "")<br /><br />dbMail.OpenMail<br /><br />Set docEval = dbMail.CreateDocument<br /><br />strEval = {@WebDbName}<br /><br />varEval = Evaluate(strEval, docEval)<br /><br />Msgbox varEval(0)<br /><br />End Sub]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/08242008104929PMJRA6HK.htm?opendocument&amp;comments#03092009125900PMBDORFF.htm</link>
</item>
<item>
<title></title>
<pubDate>Thu, 5 Mar 2009 04:32:25 AM -0700</pubDate>
<dc:creator>Christian Bjorklund</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[Hi Jack<br /><br />I notice you have a lot of information regarding Lotus Domino in you forum. We have just released a spam filter for lotus notes : { <a href="http://www.spamfighter.com/Server_Spam_Filter_Lotus_Domino.asp" target="_blank" title="Link: www.spamfighter.com/Server_Spam_Filter_Lotus_Domino.asp">Link</a> }<br /><br />The product is quite unique since it uses a community approach to spam filtering and there are really not that many server based spam filters for Lotus Domino. Most are Gateway spam filters which are really not integrated into Notes.<br /><br />Would you be interested in posting a blog entry on your spam filter? We are very interested in feedback from Lotus Domino users, so it would be nice if you would ask your visitors for their opinions.<br /><br />Best Regards / Venlig Hilsen<br /><br />Christian Bjorklund]]></description>
<content:encoded><![CDATA[Hi Jack<br /><br />I notice you have a lot of information regarding Lotus Domino in you forum. We have just released a spam filter for lotus notes : { <a href="http://www.spamfighter.com/Server_Spam_Filter_Lotus_Domino.asp" target="_blank" title="Link: www.spamfighter.com/Server_Spam_Filter_Lotus_Domino.asp">Link</a> }<br /><br />The product is quite unique since it uses a community approach to spam filtering and there are really not that many server based spam filters for Lotus Domino. Most are Gateway spam filters which are really not integrated into Notes.<br /><br />Would you be interested in posting a blog entry on your spam filter? We are very interested in feedback from Lotus Domino users, so it would be nice if you would ask your visitors for their opinions.<br /><br />Best Regards / Venlig Hilsen<br /><br />Christian Bjorklund]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#05-03-2009043225BDOGQB.htm</link>
</item>
<item>
<title></title>
<pubDate>Sun, 8 Feb 2009 09:17:11 PM -0700</pubDate>
<dc:creator>Matthew Watson</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[I would like to see as simple as possible method of conversion.]]></description>
<content:encoded><![CDATA[I would like to see as simple as possible method of conversion.]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#02082009091711PMBDO88A.htm</link>
</item>
<item>
<title></title>
<pubDate>Mon, 2 Feb 2009 08:43:59 AM -0700</pubDate>
<dc:creator>Sasha Oros</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[Hi Jack<br /><br />How did Ext.nd presentation go at Lotusphere? Do you have any update regarding to a new release of the Ext.nd? Is the next release going to be based on Ext 2.1 or 2.2?<br /><br />You guys have done a great work with the Ext.nd.<br /><br />Regards,<br /><br />Sasha Oros]]></description>
<content:encoded><![CDATA[Hi Jack<br /><br />How did Ext.nd presentation go at Lotusphere? Do you have any update regarding to a new release of the Ext.nd? Is the next release going to be based on Ext 2.1 or 2.2?<br /><br />You guys have done a great work with the Ext.nd.<br /><br />Regards,<br /><br />Sasha Oros]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#02022009084359AMBDOMMJ.htm</link>
</item>
<item>
<title></title>
<pubDate>Thu, 29 Jan 2009 01:41:45 PM -0700</pubDate>
<dc:creator>Ray</dc:creator>
<dc:subject>Who&#180;s using Ext.nd?</dc:subject>
<description><![CDATA[Jeff, the demo nsf on openntf does not seem to be working.]]></description>
<content:encoded><![CDATA[Jeff, the demo nsf on openntf does not seem to be working.]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/08252008102120AMJRAKZX.htm?opendocument&amp;comments#01292009014145PMBDOTFN.htm</link>
</item>
<item>
<title></title>
<pubDate>Thu, 15 Jan 2009 05:18:52 AM -0700</pubDate>
<dc:creator>Jeferson Ladeia</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[Dear Jack,<br /><br />I would like to see the Portal Sample with iframe portlets. These portlets would be load from the result of LotusScript agent.<br /><br />I am starting a application with this scope.<br /><br />Regards,<br /><br />Jeferson Ladeia]]></description>
<content:encoded><![CDATA[Dear Jack,<br /><br />I would like to see the Portal Sample with iframe portlets. These portlets would be load from the result of LotusScript agent.<br /><br />I am starting a application with this scope.<br /><br />Regards,<br /><br />Jeferson Ladeia]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#15012009051852BDOHMC.htm</link>
</item>
<item>
<title></title>
<pubDate>Tue, 2 Dec 2008 08:49:16 AM -0700</pubDate>
<dc:creator>mark hughes</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[Show a web desktop with multiple extnd apps open in the same page]]></description>
<content:encoded><![CDATA[Show a web desktop with multiple extnd apps open in the same page]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#12022008084916AMBDOMQU.htm</link>
</item>
<item>
<title></title>
<pubDate>Mon, 1 Dec 2008 01:21:47 PM -0700</pubDate>
<dc:creator>mdmadph</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[Whatever you do, make it flashy. ;)]]></description>
<content:encoded><![CDATA[Whatever you do, make it flashy. ;)]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#12012008012147PMBDOT36.htm</link>
</item>
<item>
<title></title>
<pubDate>Fri, 28 Nov 2008 10:52:01 AM -0700</pubDate>
<dc:creator>Kevin Pettitt</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[Hi Jack,<br /><br />I'm really looking forward to this session as you might guess. To be truly useful for the stated purpose of "converting a Notes application into a Rich Internet Application", you need to take a real, if simple, Notes application and make it a fully-baked web app with both toolkits. This means all user-facing elements (views, forms, dialogs) that are used in the Notes interface need to work webside. I say "user-facing" since I don't think it's critical to webify administrative bits like configuration, etc. Nice, but secondary.<br /><br />The end result doesn't have to be fancy or highly advanced. Indeed, I think the really advanced stuff should be secondary, and could be mentioned in passing and included in the sample download. My concern here is enabling your average Notes client developer with minimal web experience to succeed in taking a Notes app to the web, even if that initial effort is relatively simple. The advanced stuff can be built on that initial success.<br /><br />If you're looking for a sample Notes app to use for the demo, I would of course recommend SuperNTF. There are quite a few folks using it now so I think you'd get some good uptake of your example code from those users. And of course it makes the SuperNTF framework much more useful in general.<br /><br />A few additional thoughts:<br /><br />- It would be nice if you could enable partial refreshes for the field setting "refresh fields on keyword change" <br /><br />- type ahead is always good when entering field values<br /><br />Happy to give you both a personal orientation of SuperNTF if you like. Good luck!<br /><br />Kev]]></description>
<content:encoded><![CDATA[Hi Jack,<br /><br />I'm really looking forward to this session as you might guess. To be truly useful for the stated purpose of "converting a Notes application into a Rich Internet Application", you need to take a real, if simple, Notes application and make it a fully-baked web app with both toolkits. This means all user-facing elements (views, forms, dialogs) that are used in the Notes interface need to work webside. I say "user-facing" since I don't think it's critical to webify administrative bits like configuration, etc. Nice, but secondary.<br /><br />The end result doesn't have to be fancy or highly advanced. Indeed, I think the really advanced stuff should be secondary, and could be mentioned in passing and included in the sample download. My concern here is enabling your average Notes client developer with minimal web experience to succeed in taking a Notes app to the web, even if that initial effort is relatively simple. The advanced stuff can be built on that initial success.<br /><br />If you're looking for a sample Notes app to use for the demo, I would of course recommend SuperNTF. There are quite a few folks using it now so I think you'd get some good uptake of your example code from those users. And of course it makes the SuperNTF framework much more useful in general.<br /><br />A few additional thoughts:<br /><br />- It would be nice if you could enable partial refreshes for the field setting "refresh fields on keyword change" <br /><br />- type ahead is always good when entering field values<br /><br />Happy to give you both a personal orientation of SuperNTF if you like. Good luck!<br /><br />Kev]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#11282008105201AMBDOQ5K.htm</link>
</item>
<item>
<title></title>
<pubDate>Fri, 28 Nov 2008 06:47:26 AM -0700</pubDate>
<dc:creator>Martin Meijer</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[I would like to see how easy it is to implement it to an application.]]></description>
<content:encoded><![CDATA[I would like to see how easy it is to implement it to an application.]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#28-11-2008064726BDOKCP.htm</link>
</item>
<item>
<title></title>
<pubDate>Fri, 28 Nov 2008 05:41:01 AM -0700</pubDate>
<dc:creator>Sjaak Ursinus</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[I would love to see an very advanced shopping basket which is easy customizable for coming functionalty requests of a customer]]></description>
<content:encoded><![CDATA[I would love to see an very advanced shopping basket which is easy customizable for coming functionalty requests of a customer]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#28-11-2008054101BDOJ37.htm</link>
</item>
<item>
<title></title>
<pubDate>Thu, 27 Nov 2008 11:44:38 PM -0700</pubDate>
<dc:creator>Bernd Hort</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[I know that booth frameworks can do amazing things. But how easy is it to integrate them into existing applications.<br /><br />The scenario I have in mind is an application that is doing alright as an web app. It has already some basic JavaScript functionality. The application . So what is the approach to use one of the frameworks. Rip and replace all existing JavaScript code? What about the html layout and CSS?]]></description>
<content:encoded><![CDATA[I know that booth frameworks can do amazing things. But how easy is it to integrate them into existing applications.<br /><br />The scenario I have in mind is an application that is doing alright as an web app. It has already some basic JavaScript functionality. The application . So what is the approach to use one of the frameworks. Rip and replace all existing JavaScript code? What about the html layout and CSS?]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#27.11.2008234438BDOB4F.htm</link>
</item>
<item>
<title></title>
<pubDate>Thu, 27 Nov 2008 04:53:02 PM -0700</pubDate>
<dc:creator>Erskine Harris</dc:creator>
<dc:subject>Ext.nd vs Dojomino at Lotusphere 09</dc:subject>
<description><![CDATA[Happy Thanksgiving.<br /><br />I would really love to see the Notes Calendar converted for the web.<br /><br />Erskine]]></description>
<content:encoded><![CDATA[Happy Thanksgiving.<br /><br />I would really love to see the Notes Calendar converted for the web.<br /><br />Erskine]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/11272008115234AMJRAG3Z.htm?opendocument&amp;comments#11272008045302PMBDO337.htm</link>
</item>
<item>
<title></title>
<pubDate>Mon, 24 Nov 2008 07:43:30 PM -0700</pubDate>
<dc:creator>Joost</dc:creator>
<dc:subject>Who&#180;s using Ext.nd?</dc:subject>
<description><![CDATA[Dear Jack,<br /><br />Thanks for the great job !<br /><br />I am using the Ext.ND&#65292;I found it is diffcult to develop form ,especial field elements.I am looking forward good demo about these thing.]]></description>
<content:encoded><![CDATA[Dear Jack,<br /><br />Thanks for the great job !<br /><br />I am using the Ext.ND&#65292;I found it is diffcult to develop form ,especial field elements.I am looking forward good demo about these thing.]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/08252008102120AMJRAKZX.htm?opendocument&amp;comments#2008-11-24194330BDO6DR.htm</link>
</item>
<item>
<title></title>
<pubDate>Tue, 14 Oct 2008 06:28:15 PM -0700</pubDate>
<dc:creator>Jack Ratcliff</dc:creator>
<dc:subject>Speaking today at the St. Louis Lotus Technologies Users Group</dc:subject>
<description><![CDATA[@Bruce - Hey Bruce, I got a couple of typos to fix and once that's done I'll send it over<br /><br />@Chris - Yep, I was all taken care of. :)<br /><br />@ Ken - Thanks!]]></description>
<content:encoded><![CDATA[@Bruce - Hey Bruce, I got a couple of typos to fix and once that's done I'll send it over<br /><br />@Chris - Yep, I was all taken care of. :)<br /><br />@ Ken - Thanks!]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/10142008073124AMJRAGPV.htm?opendocument&amp;comments#10142008062815PMBDO3R8.htm</link>
</item>
<item>
<title></title>
<pubDate>Tue, 14 Oct 2008 01:40:38 PM -0700</pubDate>
<dc:creator>Ken Hawkins</dc:creator>
<dc:subject>Speaking today at the St. Louis Lotus Technologies Users Group</dc:subject>
<description><![CDATA[Great presentation!<br /><br />Hope to see the battle of the frameworks at LS2009.<br /><br />Ken]]></description>
<content:encoded><![CDATA[Great presentation!<br /><br />Hope to see the battle of the frameworks at LS2009.<br /><br />Ken]]></content:encoded>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/10142008073124AMJRAGPV.htm?opendocument&amp;comments#10142008014038PMBDOS9F.htm</link>
</item>

</channel></rss>
