<?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>Glen Urban | Comments</title><description>Glen Urban's Notes/Domino/XPages Blog</description><link>http://glenurban.me.uk/A55D03/blog.nsf</link><language>en-us</language><lastBuildDate>Fri, 20 May 2011 09:03:51 AM -0500</lastBuildDate>
<item>
<title>Notes Doclinks going to the wrong server?</title>
<pubDate>Fri, 20 May 2011 09:03:51 AM -0500</pubDate>
<dc:creator>JP Liggett</dc:creator>
<dc:subject>Notes Doclinks going to the wrong server?</dc:subject>
<description><![CDATA[I had a similar problem that we addressed with two methods.<br /><br />Method 1 was a local or regional based catalog.nsf, that replicated to a hub, where an agent rolled it up into a master catalog.nsf. This is a bit tricky, since recent versions of domino will set the catalog.nsf replica ID and ACL to be uniform across the global domain.<br /><br />Method 2 was using local NNN (Notes Named Networks), so users would by default only see their local servers, and we had server pass-thru active so users could traverse to distant servers using internal server based routing. Sometimes the distant servers were on separate LANs and direct DNS and/or IP traffic could not go direct from the client desktop, but the servers had pinned-up LAN routes globally. <br /><br />Training was key to make sure the user knew the difference between the replicas on their desktop. I like the idea of coding on the desktop, but it could become a another POA, with ensuring deployment, version control etc. and local specifics in the coding.]]></description>
<content:encoded><![CDATA[I had a similar problem that we addressed with two methods.<br /><br />Method 1 was a local or regional based catalog.nsf, that replicated to a hub, where an agent rolled it up into a master catalog.nsf. This is a bit tricky, since recent versions of domino will set the catalog.nsf replica ID and ACL to be uniform across the global domain.<br /><br />Method 2 was using local NNN (Notes Named Networks), so users would by default only see their local servers, and we had server pass-thru active so users could traverse to distant servers using internal server based routing. Sometimes the distant servers were on separate LANs and direct DNS and/or IP traffic could not go direct from the client desktop, but the servers had pinned-up LAN routes globally. <br /><br />Training was key to make sure the user knew the difference between the replicas on their desktop. I like the idea of coding on the desktop, but it could become a another POA, with ensuring deployment, version control etc. and local specifics in the coding.]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/NotesDocLinksWrongServer.htm?opendocument&amp;comments#05202011090351AMDOMJHG.htm</link>
</item>
<item>
<title>Notes Doclinks going to the wrong server?</title>
<pubDate>Fri, 20 May 2011 02:59:02 AM -0500</pubDate>
<dc:creator>Glen Urban</dc:creator>
<dc:subject>Notes Doclinks going to the wrong server?</dc:subject>
<description><![CDATA[Hi Sean, <br /><br />your right, I've tested notes urls and the same logic as doclinks applies.<br /><br />I've seen solutions similar to yours implemented before. It can sometimes be the only solution as I find server administrators are reluctant to change the database catalog.<br /><br />I think part of the problem is that server administrators like to give all servers manager access to everything. I don't believe this is the way the catalog was intended to be set up. Unfortunately the documentation from IBM in this area is a bit lacking.]]></description>
<content:encoded><![CDATA[Hi Sean, <br /><br />your right, I've tested notes urls and the same logic as doclinks applies.<br /><br />I've seen solutions similar to yours implemented before. It can sometimes be the only solution as I find server administrators are reluctant to change the database catalog.<br /><br />I think part of the problem is that server administrators like to give all servers manager access to everything. I don't believe this is the way the catalog was intended to be set up. Unfortunately the documentation from IBM in this area is a bit lacking.]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/NotesDocLinksWrongServer.htm?opendocument&amp;comments#20052011025902DOMBDF.htm</link>
</item>
<item>
<title>Notes Doclinks going to the wrong server?</title>
<pubDate>Fri, 20 May 2011 12:24:25 AM -0500</pubDate>
<dc:creator>Sean  Cull</dc:creator>
<dc:subject>Notes Doclinks going to the wrong server?</dc:subject>
<description><![CDATA[Interesting fix.<br /><br />This has always been a problem with Notes and causes no end of issues.<br /><br />I had hoped that the notes://server/repid would address the issue by allowing you to specify the server but I don't think that works either.<br /><br />For customers that use the same servers for mail and apps we write now have code that compares the server being opened with the mail server and protests is they are different.<br /><br />{ <a href="http://www.seancull.co.uk/Public/seancull.nsf/dx/sntt-stopping-users-from-opening-the-wrong-replica.htm" target="_blank" title="Link: www.seancull.co.uk/Public/seancull.nsf/dx/sntt-stopping-users-from-opening-the-wrong-replica.htm">Link</a> }<br /><br />Sean]]></description>
<content:encoded><![CDATA[Interesting fix.<br /><br />This has always been a problem with Notes and causes no end of issues.<br /><br />I had hoped that the notes://server/repid would address the issue by allowing you to specify the server but I don't think that works either.<br /><br />For customers that use the same servers for mail and apps we write now have code that compares the server being opened with the mail server and protests is they are different.<br /><br />{ <a href="http://www.seancull.co.uk/Public/seancull.nsf/dx/sntt-stopping-users-from-opening-the-wrong-replica.htm" target="_blank" title="Link: www.seancull.co.uk/Public/seancull.nsf/dx/sntt-stopping-users-from-opening-the-wrong-replica.htm">Link</a> }<br /><br />Sean]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/NotesDocLinksWrongServer.htm?opendocument&amp;comments#20052011002425DOM8CT.htm</link>
</item>
<item>
<title>XPage: Unresolved compilation problem: The code for the static initializer is exceeding the 65535 bytes limit</title>
<pubDate>Fri, 4 Feb 2011 20:44:21 +0100</pubDate>
<dc:creator>Glen Urban</dc:creator>
<dc:subject>XPage: Unresolved compilation problem: The code for the static initializer is exceeding the 65535 bytes limit</dc:subject>
<description><![CDATA[Thanks Sean, I've been only been developing web based XPages so far but I'll certainly bear that in mind for the future. <br /><br />Even so I sometimes preview the XPage in the Notes client when I'm trying to debug something, I find it can provide a more detailed error description.]]></description>
<content:encoded><![CDATA[Thanks Sean, I've been only been developing web based XPages so far but I'll certainly bear that in mind for the future. <br /><br />Even so I sometimes preview the XPage in the Notes client when I'm trying to debug something, I find it can provide a more detailed error description.]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/xpage65535byteslimit.htm?opendocument&amp;comments#04022011204421GURSBT.htm</link>
</item>
<item>
<title>XPage: Unresolved compilation problem: The code for the static initializer is exceeding the 65535 bytes limit</title>
<pubDate>Fri, 4 Feb 2011 03:20:27 AM -0500</pubDate>
<dc:creator>Sean Cull</dc:creator>
<dc:subject>XPage: Unresolved compilation problem: The code for the static initializer is exceeding the 65535 bytes limit</dc:subject>
<description><![CDATA[Hi Glen, good to see your getting into XPages.<br /><br />Just be aware of this =&gt; { <a href="http://seancull.co.uk/Public/seancull.nsf/dx/concerns-about-the-speed-of-xpages-in-the-client-xpinc-please-comment..htm" target="_blank" title="Link: seancull.co.uk/Public/seancull.nsf/dx/concerns-about-the-speed-of-xpages-in-the-client-xpinc-please-comment..htm">Link</a> }<br /><br />I am confident it can be resolved but it may take IBM some time.<br /><br />Cheers, Sean]]></description>
<content:encoded><![CDATA[Hi Glen, good to see your getting into XPages.<br /><br />Just be aware of this =&gt; { <a href="http://seancull.co.uk/Public/seancull.nsf/dx/concerns-about-the-speed-of-xpages-in-the-client-xpinc-please-comment..htm" target="_blank" title="Link: seancull.co.uk/Public/seancull.nsf/dx/concerns-about-the-speed-of-xpages-in-the-client-xpinc-please-comment..htm">Link</a> }<br /><br />I am confident it can be resolved but it may take IBM some time.<br /><br />Cheers, Sean]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/xpage65535byteslimit.htm?opendocument&amp;comments#04022011032027DOMCYC.htm</link>
</item>
<item>
<title>Shared Actions Not Replicating?</title>
<pubDate>Thu, 3 Feb 2011 05:18:50 PM -0500</pubDate>
<dc:creator>Benoit Dubuc</dc:creator>
<dc:subject>Shared Actions Not Replicating?</dc:subject>
<description><![CDATA[If you are using a multilingual database, shared actions are soooooo crappy: you need to switch your Notes client's language in order to edit the proper shared actions. And I think I recall having replication or replace design issues as well, but that was long ago (almost10 years).<br /><br />Maybe this has something to do with your issue, but then maybe not.<br /><br />: )]]></description>
<content:encoded><![CDATA[If you are using a multilingual database, shared actions are soooooo crappy: you need to switch your Notes client's language in order to edit the proper shared actions. And I think I recall having replication or replace design issues as well, but that was long ago (almost10 years).<br /><br />Maybe this has something to do with your issue, but then maybe not.<br /><br />: )]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/DuplicateSharedActions.htm?opendocument&amp;comments#02032011051850PMDOMVCB.htm</link>
</item>
<item>
<title>IsArrayInitialised()</title>
<pubDate>Thu, 5 Aug 2010 07:24:49 AM -0500</pubDate>
<dc:creator>Erik Brooks</dc:creator>
<dc:subject>IsArrayInitialised()</dc:subject>
<description><![CDATA[Heh, just implemented the same thing last week. I was a bit surprised too that IsNull, IsEmpty, etc. simple don't help here.]]></description>
<content:encoded><![CDATA[Heh, just implemented the same thing last week. I was a bit surprised too that IsNull, IsEmpty, etc. simple don't help here.]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/sArrayInitialised.htm?opendocument&amp;comments#08052010072449AMDOMGKK.htm</link>
</item>
<item>
<title>Dynamically Hide/Display Rich Text Fields</title>
<pubDate>Sun, 10 Jan 2010 06:14:49 PM -0500</pubDate>
<dc:creator>Ben Langhinrichs</dc:creator>
<dc:subject>Dynamically Hide/Display Rich Text Fields</dc:subject>
<description><![CDATA[Layers are fabulous, simply a bit hard to design with. If you use something like Midas or DXL to create layers, you can do amazing things with them, but even by hand, they are quite handy.]]></description>
<content:encoded><![CDATA[Layers are fabulous, simply a bit hard to design with. If you use something like Midas or DXL to create layers, you can do amazing things with them, but even by hand, they are quite handy.]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/RTFhideWhen.htm?opendocument&amp;comments#01102010061449PMDOM2BB.htm</link>
</item>
<item>
<title>Dynamically Hide/Display Rich Text Fields</title>
<pubDate>Sun, 10 Jan 2010 05:57:43 AM -0500</pubDate>
<dc:creator>Glen Urban</dc:creator>
<dc:subject>Dynamically Hide/Display Rich Text Fields</dc:subject>
<description><![CDATA[@Kartsen - Yes I tried the Programmable Table option and it also works. However, I have experienced problems with Rich Text Fields inside of tables. Especially when there is a large amount of content. <br /><br />I think the layer option is a more elegant solution. At the moment I don't see any problems/side effects with using a layer that the other solutions have.]]></description>
<content:encoded><![CDATA[@Kartsen - Yes I tried the Programmable Table option and it also works. However, I have experienced problems with Rich Text Fields inside of tables. Especially when there is a large amount of content. <br /><br />I think the layer option is a more elegant solution. At the moment I don't see any problems/side effects with using a layer that the other solutions have.]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/RTFhideWhen.htm?opendocument&amp;comments#10012010055743DOMG2M.htm</link>
</item>
<item>
<title>Dynamically Hide/Display Rich Text Fields</title>
<pubDate>Sun, 10 Jan 2010 05:20:11 AM -0500</pubDate>
<dc:creator>Palmi</dc:creator>
<dc:subject>Dynamically Hide/Display Rich Text Fields</dc:subject>
<description><![CDATA[I aggree with Stephan layers are under-appreciated and not use that much. I always forget to use them. kinda stuck in subform world :) this is a nice tip . thanks Glen]]></description>
<content:encoded><![CDATA[I aggree with Stephan layers are under-appreciated and not use that much. I always forget to use them. kinda stuck in subform world :) this is a nice tip . thanks Glen]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/RTFhideWhen.htm?opendocument&amp;comments#10.01.2010052011DOMFB6.htm</link>
</item>
<item>
<title>Dynamically Hide/Display Rich Text Fields</title>
<pubDate>Sat, 9 Jan 2010 07:22:40 PM -0500</pubDate>
<dc:creator>Ben Langhinrichs</dc:creator>
<dc:subject>Dynamically Hide/Display Rich Text Fields</dc:subject>
<description><![CDATA[For what it is worth, I use this technique in the Lotusphere Sessions db. I also am using it for one of my presentations at EntwicklerCamp in March, if people want samples. Very handy stuff.]]></description>
<content:encoded><![CDATA[For what it is worth, I use this technique in the Lotusphere Sessions db. I also am using it for one of my presentations at EntwicklerCamp in March, if people want samples. Very handy stuff.]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/RTFhideWhen.htm?opendocument&amp;comments#01092010072240PMDOM3MQ.htm</link>
</item>
<item>
<title>Dynamically Hide/Display Rich Text Fields</title>
<pubDate>Sat, 9 Jan 2010 06:52:06 PM -0500</pubDate>
<dc:creator>Karsten Lehmann</dc:creator>
<dc:subject>Dynamically Hide/Display Rich Text Fields</dc:subject>
<description><![CDATA[I recently read that you can also use a computed table to hide-when a richtext field. But I haven't tried it yet.]]></description>
<content:encoded><![CDATA[I recently read that you can also use a computed table to hide-when a richtext field. But I haven't tried it yet.]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/RTFhideWhen.htm?opendocument&amp;comments#09.01.2010185206DOM32P.htm</link>
</item>
<item>
<title>Dynamically Hide/Display Rich Text Fields</title>
<pubDate>Sat, 9 Jan 2010 06:13:10 PM -0500</pubDate>
<dc:creator>Stephan H. Wissel</dc:creator>
<dc:subject>Dynamically Hide/Display Rich Text Fields</dc:subject>
<description><![CDATA[Good one! Layers a a very under-appreciated feature in Notes forms. I usually put the RichText into a computed subform, but that's one design element more than your approach.<br /><br />:-) stw]]></description>
<content:encoded><![CDATA[Good one! Layers a a very under-appreciated feature in Notes forms. I usually put the RichText into a computed subform, but that's one design element more than your approach.<br /><br />:-) stw]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/RTFhideWhen.htm?opendocument&amp;comments#01092010061310PMDOM2AA.htm</link>
</item>
<item>
<title>Glen, stop the spam in your blog ¡¡¡</title>
<pubDate>Wed, 16 Dec 2009 04:08:04 PM -0500</pubDate>
<dc:creator>Martin</dc:creator>
<dc:subject>Dojo Samples</dc:subject>
<description><![CDATA[{ <a href="http://www.stevecastledine.com/sc.nsf/dx/enabling-spam-protection-ibm-lotus-notes-blog-template" target="_blank" title="Link: www.stevecastledine.com/sc.nsf/dx/enabling-spam-protection-ibm-lotus-notes-blog-template">Link</a> }<br /><br />This link is for stop the spam in your blog.<br /><br />Regards from Spain]]></description>
<content:encoded><![CDATA[{ <a href="http://www.stevecastledine.com/sc.nsf/dx/enabling-spam-protection-ibm-lotus-notes-blog-template" target="_blank" title="Link: www.stevecastledine.com/sc.nsf/dx/enabling-spam-protection-ibm-lotus-notes-blog-template">Link</a> }<br /><br />This link is for stop the spam in your blog.<br /><br />Regards from Spain]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/dojosamples.htm?opendocument&amp;comments#12162009040804PMDOMTY4.htm</link>
</item>
<item>
<title>Dojo Samples</title>
<pubDate>Sun, 6 Dec 2009 10:31:13 AM -0500</pubDate>
<dc:creator>Glen Urban</dc:creator>
<dc:subject>Dojo Samples</dc:subject>
<description><![CDATA[Another useful article "Dojo 1.3.2 toolkit in the Domino 8.5.1 Server and Notes 8.5.1 Client" is here:{ <a href="http://www-10.lotus.com/ldd/ddwiki.nsf/dx/XPages_Dojo_1.3.2_toolkit_in_the_Domino_8.5.1_Server_and_Notes_8.5.1_Client" target="_blank" title="Link: www-10.lotus.com/ldd/ddwiki.nsf/dx/XPages_Dojo_1.3.2_toolkit_in_the_Domino_8.5.1_Server_and_Notes_8.5.1_Client">Link</a> }]]></description>
<content:encoded><![CDATA[Another useful article "Dojo 1.3.2 toolkit in the Domino 8.5.1 Server and Notes 8.5.1 Client" is here:{ <a href="http://www-10.lotus.com/ldd/ddwiki.nsf/dx/XPages_Dojo_1.3.2_toolkit_in_the_Domino_8.5.1_Server_and_Notes_8.5.1_Client" target="_blank" title="Link: www-10.lotus.com/ldd/ddwiki.nsf/dx/XPages_Dojo_1.3.2_toolkit_in_the_Domino_8.5.1_Server_and_Notes_8.5.1_Client">Link</a> }]]></content:encoded>
<link>http://glenurban.me.uk/A55D03/blog.nsfdx/dojosamples.htm?opendocument&amp;comments#06122009103113DOMMDK.htm</link>
</item>

</channel></rss>

