<?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</title>
<description>just geek stuff</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/</link>
<language>en-us</language>
<lastBuildDate>Mon, 25 Aug 2008 10:21:27 -0500</lastBuildDate>
<item>
<title>Who&#180;s using Ext.nd?</title>
<pubDate>Mon, 25 Aug 2008 10:21:27 -0500</pubDate>
<description>
<![CDATA[
Rich and I are about to release the next beta of <a href="http://extjs.com/forum/forumdisplay.php?f=15">Ext.nd</a> which includes support for categorized views and several bug fixes (see the <a href="http://openntf.org/extnd/demo.nsf">demo app</a> on <a href="http://openntf.org">OpenNTF</a> to see the categorized views in action).  I know we have been a bit slow in releasing this release and for the most part, it was ready to be released in June.  We have each been extremely busy this summer with work and family issues.  We hope you understand and forgive us.  But now, the wait is almost over.  We'll be releasing the next beta very soon (planned for this week).  

But I'm curious, how many of you are using Ext.nd and find it useful for your Domino Web development?  What kind of enhancements would you like to see?  Rich and I have already started the next beta with some new features that I think are simply amazing but tell us, what would you like to see us do?  Would you like more work done on the JavaScript API to access the Domino objects?  Or do you want us to give you more control of building your own custom UIs instead of using the locked in UI of the DominoUI class?  Or would more example apps help?  

So, let us know if you're using Ext.nd and what you like/dislike and want to see added to the framework.  If you're not using Ext.nd let us know that as well so that everyone who stumbles to this blog post can hear of the other options available to Domino Web developers.  We know that IBM has worked hard on including support for <a href="http://dojotoolkit.org/">dojo</a> in 8.x and then there is <a href="http://dojomino.com/">dojomino</a> that <a href="http://www.workflowstudios.com/lance/blog.nsf">Lance</a> has headed up.  Is there any other Domino focused frameworks in the works?...
]]>
</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/08252008102120AMJRAKZX.htm</link>
<dc:subject></dc:subject>
<dc:creator>Jack Ratcliff</dc:creator>
<comments>http://jackratcliff.com/jratcliff/blog.nsf/dx/08252008102120AMJRAKZX.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://jackratcliff.com/jratcliff/blog.nsf/dx/08252008102120AMJRAKZX.htm</guid>
<content:encoded><![CDATA[ ]]></content:encoded>
<wfw:commentRss> http://jackratcliff.com/jratcliff/blog.nsf/dxcomments/08252008102120AMJRAKZX.htm</wfw:commentRss>
<wfw:comment> http://jackratcliff.com/jratcliff/blog.nsf/dx/08252008102120AMJRAKZX.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Why isn&#180;t there a NotesDatabase.WebFilePath property?</title>
<pubDate>Sun, 24 Aug 2008 22:49:35 -0500</pubDate>
<description>
<![CDATA[
Maybe it exists in Domino version 8.  Anyone know?  If it did exist then it would sure make my life a little easier.  We ran into an issue recently where NotesDatabase.FilePath returned the full filesystem path for an application we were accessing from a browser using the "Preview In Web Browser" action.  If we accessed the application from a Domino server we got back the path relative to the data directory (which is what we want).  However, if we accessed the application by using the "Preview In Web Browser" action, we then got back the complete filesystem path (e.g. c:\notes\data\somepath\db.nsf).  Ironically, <a href="http://dontpanic82.blogspot.com/">Tommy Valand</a> blogged on this same issue just last week.  Unfortunately, we can't use <a href="http://dontpanic82.blogspot.com/2008/08/getting-relative-dbpath-on-localhost.html">his solution</a> since we aren't processing any documents when we need to get the web file path of a database. Luckily for us in our need for accessing the FilePath method is that we already know the relative path.  So, for now, we'll just not use the FilePath property and hope to one day see a WebFilePath property....
]]>
</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/08242008104929PMJRA6HK.htm</link>
<dc:subject></dc:subject>
<dc:creator>Jack Ratcliff</dc:creator>
<comments>http://jackratcliff.com/jratcliff/blog.nsf/dx/08242008104929PMJRA6HK.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://jackratcliff.com/jratcliff/blog.nsf/dx/08242008104929PMJRA6HK.htm</guid>
<content:encoded><![CDATA[ ]]></content:encoded>
<wfw:commentRss> http://jackratcliff.com/jratcliff/blog.nsf/dxcomments/08242008104929PMJRA6HK.htm</wfw:commentRss>
<wfw:comment> http://jackratcliff.com/jratcliff/blog.nsf/dx/08242008104929PMJRA6HK.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Search within a category on the web</title>
<pubDate>Fri, 28 Mar 2008 10:56:00 -0500</pubDate>
<description>
<![CDATA[
Have you ever had the need to search within a category in a Domino web view?  By default (at least I can't find any other option), you can't do this with a ?SearchView command.  In Ext.nd, we don't use ?SearchView since it doesn't return the data formatted as XML like ?ReadViewEntries does.  Therefore, we have our own agent that we call that will do a search and return xml data so we can load it in a nice looking Ext grid.  Well, now this search agent will also search WITHIN a category you have your view restricted to.  This really comes in handy for our PickList dialog.  You can try it out <a href="http://openntf.org/EXTND/demo.nsf/demos/picklist.html">here</a> if you want.  Just click the "show picklist using a category" button, and then at the bottom of the dialog, type in your search words and click "search".  The search will then be executed but only within the category you are currently viewing.  Once we release the next beta of Ext.nd you can try it out in your own apps....
]]>
</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/SearchInCategory.html</link>
<dc:subject></dc:subject>
<dc:creator>Jack Ratcliff</dc:creator>
<comments>http://jackratcliff.com/jratcliff/blog.nsf/dx/SearchInCategory.html?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://jackratcliff.com/jratcliff/blog.nsf/dx/SearchInCategory.html</guid>
<content:encoded><![CDATA[ ]]></content:encoded>
<wfw:commentRss> http://jackratcliff.com/jratcliff/blog.nsf/dxcomments/SearchInCategory.html</wfw:commentRss>
<wfw:comment> http://jackratcliff.com/jratcliff/blog.nsf/dx/SearchInCategory.html?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Ext.nd meets categorized views</title>
<pubDate>Sat, 15 Mar 2008 15:00:00 -0500</pubDate>
<description>
<![CDATA[
The next beta release of Ext.nd will include support for categorized views.  However, don't get all excited and expect them to work just like categorized views in the Notes client.  That is our ultimate goal but for this implementation there will be some limts.  These limits are the same limits you see in a view rendered the default way from Domino.  First, you can only expand one category at a time.  Also, since we currently only support "paging" through views, there will be times that when you expand a category and then go to the next page, you won't be able to see what category was expanded.  Hopefully, our next improvement on categorized views will take care of these shortcomings but for now, I'm really pleased with how this turned out.  Oh, and if you can't wait for the next release (we still have a few more bugs to fix) and want to see this in action now, just head on over to our <a href="http://www.openntf.org/extnd/demo.nsf">demo</a> hosted on <a href="http://www.openntf.org">OpenNTF</a>. On the outline in the left pane just expand on "View Demos" and then expand "Categorized Views" and from there you'll see many different categorized views setup that  we have been testing against....
]]>
</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/03132008075455PMJRA33M.htm</link>
<dc:subject></dc:subject>
<dc:creator>jratcliff</dc:creator>
<comments>http://jackratcliff.com/jratcliff/blog.nsf/dx/03132008075455PMJRA33M.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://jackratcliff.com/jratcliff/blog.nsf/dx/03132008075455PMJRA33M.htm</guid>
<content:encoded><![CDATA[ ]]></content:encoded>
<wfw:commentRss> http://jackratcliff.com/jratcliff/blog.nsf/dxcomments/03132008075455PMJRA33M.htm</wfw:commentRss>
<wfw:comment> http://jackratcliff.com/jratcliff/blog.nsf/dx/03132008075455PMJRA33M.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Ext.nd is OpenNTF&#180;s &quot;Project of the Month&quot;</title>
<pubDate>Sat, 16 Feb 2008 09:21:42 -0500</pubDate>
<description>
<![CDATA[
Thank you <a href="http://openNTF.org">OpenNTF</a> for honoring Ext.nd as "Project of the Month".  <a href="http://www.rich-waters.com/blog/">Rich</a> and I have been working hard on the next beta.  One of the highlights for me is the drag n drop support we have added to allow documents to be dragged from views/folders into folders displayed in outlines.  This feature is going to help me finish up a mail demo app I'm building using Ext.nd.  So stay tuned and either Rich or I will let you know when the this next beta is available to download.  Also, don't forget to visit the <a href="http://extjs.com/forum/forumdisplay.php?f=15">Ext.nd forum</a> on <a href=
http://extjs.com/">Ext's site</a>.  Things are getting very active there and if you are into web development using Ext or Ext.nd, then this is the place to be....
]]>
</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/02162008092111AMJRAL25.htm</link>
<dc:subject></dc:subject>
<dc:creator>jratcliff</dc:creator>
<comments>http://jackratcliff.com/jratcliff/blog.nsf/dx/02162008092111AMJRAL25.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://jackratcliff.com/jratcliff/blog.nsf/dx/02162008092111AMJRAL25.htm</guid>
<content:encoded><![CDATA[ ]]></content:encoded>
<wfw:commentRss> http://jackratcliff.com/jratcliff/blog.nsf/dxcomments/02162008092111AMJRAL25.htm</wfw:commentRss>
<wfw:comment> http://jackratcliff.com/jratcliff/blog.nsf/dx/02162008092111AMJRAL25.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Ext.nd Beta 1 available</title>
<pubDate>Sun, 10 Feb 2008 22:58:36 -0500</pubDate>
<description>
<![CDATA[
Actually, it was available last Tuesday, I'm just finally getting around to blog about it.  In any case, you can get the download from <a href="http://extjs.com/forum/showthread.php?t=6829">here</a>.  This beta release is the same release that <a href="http://rich-waters.com/blog/">Rich Waters</a> and I demo'd at Lotusphere this past January.  So please try it out and let us know what you like and don't like so we can continue to make it better....
]]>
</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/02102008105806PMJRA7UP.htm</link>
<dc:subject></dc:subject>
<dc:creator>jratcliff</dc:creator>
<comments>http://jackratcliff.com/jratcliff/blog.nsf/dx/02102008105806PMJRA7UP.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://jackratcliff.com/jratcliff/blog.nsf/dx/02102008105806PMJRA7UP.htm</guid>
<content:encoded><![CDATA[ ]]></content:encoded>
<wfw:commentRss> http://jackratcliff.com/jratcliff/blog.nsf/dxcomments/02102008105806PMJRA7UP.htm</wfw:commentRss>
<wfw:comment> http://jackratcliff.com/jratcliff/blog.nsf/dx/02102008105806PMJRA7UP.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Updated Slides for BP207</title>
<pubDate>Wed, 30 Jan 2008 20:39:04 -0500</pubDate>
<description>
<![CDATA[
Here are the updated slides for the presentation Rich Waters and I did titled: <a href="http://openntf.org/Projects/pmt.nsf/0/56ad2fc5d7f73caa862573e000247ae3!OpenDocument">From IBM Lotus Notes Client Application to Ajax-Powered Rich Internet Application in Less than 10 Lines of Code!</a>.  I think we had the session with the longest title!

Also, stay tuned for more info on Beta 1 of Ext.nd.  We're finally moving out of Alpha and into Beta since we feel that we now have enough features in place for developers to take their Notes apps to the web....
]]>
</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/LS08-BP207.html</link>
<dc:subject></dc:subject>
<dc:creator>jratcliff</dc:creator>
<comments>http://jackratcliff.com/jratcliff/blog.nsf/dx/LS08-BP207.html?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://jackratcliff.com/jratcliff/blog.nsf/dx/LS08-BP207.html</guid>
<content:encoded><![CDATA[ ]]></content:encoded>
<wfw:commentRss> http://jackratcliff.com/jratcliff/blog.nsf/dxcomments/LS08-BP207.html</wfw:commentRss>
<wfw:comment> http://jackratcliff.com/jratcliff/blog.nsf/dx/LS08-BP207.html?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Single Category Views in Ext.nd</title>
<pubDate>Fri, 29 Jun 2007 01:32:13 -0400</pubDate>
<description>
<![CDATA[
I know it's been a while since I posted anything.  If you are wondering what's going on with Ext.nd, rest assured that we are busy working toward Alpha 2.  In the meantime, here's a little taste of what Alpha 2 will include: Single Category View support, see this <a href="http://openntf.org/extnd/demo.nsf/demo-singlecategory-views.html?OpenPage">demo</a> to see it in action.

Enjoy!...
]]>
</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/06292007013211AMJRA8HQ.htm</link>
<dc:subject></dc:subject>
<dc:creator>Jack Ratcliff</dc:creator>
<comments>http://jackratcliff.com/jratcliff/blog.nsf/dx/06292007013211AMJRA8HQ.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://jackratcliff.com/jratcliff/blog.nsf/dx/06292007013211AMJRA8HQ.htm</guid>
<content:encoded><![CDATA[ ]]></content:encoded>
<wfw:commentRss> http://jackratcliff.com/jratcliff/blog.nsf/dxcomments/06292007013211AMJRA8HQ.htm</wfw:commentRss>
<wfw:comment> http://jackratcliff.com/jratcliff/blog.nsf/dx/06292007013211AMJRA8HQ.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Ext.nd Alpha 1</title>
<pubDate>Sat, 26 May 2007 22:30:05 -0400</pubDate>
<description>
<![CDATA[
<p>Well, we've finally got Ext.nd Alpha 1 posted to the Ext web site.  You can go get the code <a href="http://extjs.com/forum/showthread.php?t=6829">here</a>.
</p>
<p>Enjoy!</p>...
]]>
</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/05262007103002PMJRA4XU.htm</link>
<dc:subject></dc:subject>
<dc:creator>jratcliff</dc:creator>
<comments>http://jackratcliff.com/jratcliff/blog.nsf/dx/05262007103002PMJRA4XU.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://jackratcliff.com/jratcliff/blog.nsf/dx/05262007103002PMJRA4XU.htm</guid>
<content:encoded><![CDATA[ ]]></content:encoded>
<wfw:commentRss> http://jackratcliff.com/jratcliff/blog.nsf/dxcomments/05262007103002PMJRA4XU.htm</wfw:commentRss>
<wfw:comment> http://jackratcliff.com/jratcliff/blog.nsf/dx/05262007103002PMJRA4XU.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Coming soon...Ext.nd!</title>
<pubDate>Mon, 23 Apr 2007 23:49:44 -0400</pubDate>
<description>
<![CDATA[
<p>DWT is being merged into a new project called Ext.nd.  To find out more and who will be working on the project, jump on over to the Taking Notes website and listen to <a href="http://www.takingnotespodcast.com/blogs/takingnotes.nsf/dx/TakingNotesEpisode59.htm">Episode 59</a></p>

<p>Thank you <a href="http://www.nsftools.com/">Julian</a> and <a href="http://www.bruceelgort.com/">Bruce</a> for a great show!</p>...
]]>
</description>
<link>http://jackratcliff.com/jratcliff/blog.nsf/dx/04232007114942PMJRA6HN.htm</link>
<dc:subject></dc:subject>
<dc:creator>Jack Ratcliff</dc:creator>
<comments>http://jackratcliff.com/jratcliff/blog.nsf/dx/04232007114942PMJRA6HN.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://jackratcliff.com/jratcliff/blog.nsf/dx/04232007114942PMJRA6HN.htm</guid>
<content:encoded><![CDATA[ ]]></content:encoded>
<wfw:commentRss> http://jackratcliff.com/jratcliff/blog.nsf/dxcomments/04232007114942PMJRA6HN.htm</wfw:commentRss>
<wfw:comment> http://jackratcliff.com/jratcliff/blog.nsf/dx/04232007114942PMJRA6HN.htm?opendocument&amp;comments</wfw:comment>
</item>
</channel></rss>
