<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
<channel>
<title>Codestore Comments Feed</title>
<description>Latest comments posted to blogs on codestore.net.</description>
<link>http://www.codestore.net</link>
<lastBuildDate>Mon, 08 Sep 2008 10:56:42 -0500</lastBuildDate>
<atom:link href="http://www.codestore.net/store.nsf/comments.xml" rel="self" type="application/rss+xml" />

<item>
	<title>Jack Ratcliff replied to "Troubleshooting Poor Performance of a Client's Ext-based Application"</title>
	<pubDate>Mon, 08 Sep 2008 10:56:42 -0500</pubDate>
	<author>Jack Ratcliff</author>
	<description><![CDATA[ 
		<p>Jake, another way to save bandwidth with Ext is to gzip the ext-all.js file.  That ~500K file will then reduce to less than ~150K.  Tim has some info on this here: {<a rel="nofollow" href="http://www.timtripcony.com/blog.nsf/d6plinks/GUIN-6YZ3DG">Link</a>}</p>
		<p>The only change I would make is to not use .gz as an extension but instead just put your gzip content in a folder called gzip and then have your web site rule look for that pattern instead.</p>
		<p>Additionally, you can use Ext's "build your own" feature to build a version of Ext that only includes what you are using and then gzip that instead.  Just look on their download page here: {<a rel="nofollow" href="http://extjs.com/products/extjs/download.php">Link</a>} for this info.</p>
		<p>Jack</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080908?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080908?OpenDocument#DOC_66D6D678</link>
</item><item>
	<title>Jeff Gilfelt replied to "Troubleshooting Poor Performance of a Client's Ext-based Application"</title>
	<pubDate>Mon, 08 Sep 2008 09:01:13 -0500</pubDate>
	<author>Jeff Gilfelt</author>
	<description><![CDATA[ 
		<p>No, ideally your browser should not revalidate those files with the server for another 31 days. This stuff is never an exact science of course, as any user can configure their browser (or intermediate proxy cache for that matter) to behave however they want with respect to local caching of content. </p>
		<p>Check your browser settings (FF: about:config). In my experience the expires header usually works well with most browser defaults.</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080908?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080908?OpenDocument#DOC_428A4922</link>
</item><item>
	<title>Jake Howlett replied to "Troubleshooting Poor Performance of a Client's Ext-based Application"</title>
	<pubDate>Mon, 08 Sep 2008 07:38:05 -0500</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Thanks Jeff. Interesting idea. I just added a rule to set an Expires header (31 days away) and a Cache-control header of "public" to all the Ext .js files. I cleared the browser's cache and reloaded. The new headers were in place. However, when I reload the page, the browser still asks the server if it's been modified and the server replies no. Should that still happen? I'd have thought not.</p>
		<p>Jake</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080908?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080908?OpenDocument#DOC_33C63827</link>
</item><item>
	<title>Jake Howlett replied to "A Follow-Up on the Date-Based Views Tip"</title>
	<pubDate>Mon, 08 Sep 2008 07:32:51 -0500</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Easy is good Grant! This could well suit most cases. Personally I don't use environment variables. No good reason why. Just don't. </p>
		<p>If I were to use one I'd probably set a few - one_day_ago, one_week_ago, one_month_ago and one_year_ago so they cover as many cases as possible.</p>
		<p>Thanks for the tip.</p>
		<p>Jake</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080829?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080829?OpenDocument#DOC_1DBC17F5</link>
</item><item>
	<title>Jeff Gilfelt replied to "Troubleshooting Poor Performance of a Client's Ext-based Application"</title>
	<pubDate>Mon, 08 Sep 2008 06:42:01 -0500</pubDate>
	<author>Jeff Gilfelt</author>
	<description><![CDATA[ 
		<p>I am always amazed at how many Domino apps I come accross that just "live with" these sort of front end performance issues. I always try to use site rule documents for the exact opposite purpose - to aggresively cache anything that is non-volatile by using the expires header. This avoids the whole browser-server HTTP 304 round trip entirely. I use a DXL based build process to force resource name and reference changes to ensure that when design changes are made, all browser clients will go back to the server to get the new versions. </p>
		<p>The following book on this topic has become an absolute bible for me: {<a rel="nofollow" href="http://www.amazon.com/dp/0596529309">Link</a>}</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080908?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080908?OpenDocument#DOC_38574E48</link>
</item><item>
	<title>Grant Bearsley replied to "A Follow-Up on the Date-Based Views Tip"</title>
	<pubDate>Fri, 05 Sep 2008 20:15:47 -0500</pubDate>
	<author>Grant Bearsley</author>
	<description><![CDATA[ 
		<p>With all due respect, I believe that there is a simpler and better way (better than modifying view design with all the associated hassles Jake encountered) to have a dynamic dated-based view.</p>
		<p>Use an environment variable.</p>
		<p>Have an agent that runs on all severs (including local) that sets an environment variable that the view selection formula references. No need to touch the view design. </p>
		<p>Too easy? </p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080829?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080829?OpenDocument#DOC_2DD9EDBF</link>
</item><item>
	<title>Patrick Kwinten replied to "Roll Your Own Domino Search Engine"</title>
	<pubDate>Fri, 05 Sep 2008 01:45:45 -0500</pubDate>
	<author>Patrick Kwinten</author>
	<description><![CDATA[ 
		<p>{<a rel="nofollow" href="http://www.google.com/coop/cse?cx=007014712121444328636%3Ag2v8jqe82ta">Link</a>}</p>
		<p>here is another search by Google.</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080904?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080904?OpenDocument#DOC_E99B317C</link>
</item><item>
	<title>Rebecca Dorman replied to "Roll Your Own Domino Search Engine"</title>
	<pubDate>Thu, 04 Sep 2008 19:23:22 -0500</pubDate>
	<author>Rebecca Dorman</author>
	<description><![CDATA[ 
		<p>Thanks Jake, this looks really handy.</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080904?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080904?OpenDocument#DOC_CD76DBDA</link>
</item><item>
	<title>Aaron replied to "A Thank You To Codestore's Disciples"</title>
	<pubDate>Thu, 04 Sep 2008 12:16:48 -0500</pubDate>
	<author>Aaron</author>
	<description><![CDATA[ 
		<p>It can't be over emphasized, keep up the great work.  Anyone, no matter their Lotus skill level, can learn from your innovative ideas and techniques here on your site.</p>
		<p>Thanks a lot Jake for everything.</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080903?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080903?OpenDocument#DOC_F6E389D3</link>
</item><item>
	<title>Greg replied to "Roll Your Own Domino Search Engine"</title>
	<pubDate>Thu, 04 Sep 2008 10:25:14 -0500</pubDate>
	<author>Greg</author>
	<description><![CDATA[ 
		<p>Glad I could help you have a filler article out there....I feel special. Thanks for saying I am out of date....haha...kidding. I will definately use this new solution.</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080904?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080904?OpenDocument#DOC_89EC278F</link>
</item><item>
	<title>Dragon Cotterill replied to "Roll Your Own Domino Search Engine"</title>
	<pubDate>Thu, 04 Sep 2008 07:16:44 -0500</pubDate>
	<author>Dragon Cotterill</author>
	<description><![CDATA[ 
		<p>Actually Opera (my browser of choice) allows you to specify your own search engines and urls.</p>
		<p>Go Tools-&gt;Preferences-&gt;Search then you can add or ammend as you see fit. If you add a key you can shorten the whole thing so that typing "ry codestore" in the addressbar runs the Roll Your Own search for the phrase "codestore".</p>
		<p>I have the standard "g" search for standard google searching. I use "ga" for anime websites, and "gd" for Domino websites. Just one more reason Opera still wins the browser wars as far as I'm concerned.</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080904?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080904?OpenDocument#DOC_BF1EB0CD</link>
</item><item>
	<title>Colin Williams replied to "Roll Your Own Domino Search Engine"</title>
	<pubDate>Thu, 04 Sep 2008 05:22:02 -0500</pubDate>
	<author>Colin Williams</author>
	<description><![CDATA[ 
		<p>Thank you sir, banking that right now!</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080904?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080904?OpenDocument#DOC_1DAF5867</link>
</item><item>
	<title>Miguel Calvo replied to "A Follow-Up on the Date-Based Views Tip"</title>
	<pubDate>Thu, 04 Sep 2008 02:39:24 -0500</pubDate>
	<author>Miguel Calvo</author>
	<description><![CDATA[ 
		<p>Hi Jake,</p>
		<p>I meant just replacing the date, it doesn't matter which it is. You can use a regular expression or any other technique to find the portion of the string ( in the Select Formula) that is a date and just replace it with the right one. If the agent fails to work a given day, it is not going to be a problem next running day.</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080829?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080829?OpenDocument#DOC_5EE4B933</link>
</item><item>
	<title>Ben Dubuc replied to "A Thank You To Codestore's Disciples"</title>
	<pubDate>Wed, 03 Sep 2008 12:58:10 -0500</pubDate>
	<author>Ben Dubuc</author>
	<description><![CDATA[ 
		<p>Even if you would post 3 times a year, your content is like a huge reference guide, so I see your site has having extraordinary value even without too much new content.  I still refer to it often.</p>
		<p>A big round of applause for Jake's contribution!</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080903?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080903?OpenDocument#DOC_721D1A57</link>
</item><item>
	<title>Rob replied to "A Thank You To Codestore's Disciples"</title>
	<pubDate>Wed, 03 Sep 2008 10:59:22 -0500</pubDate>
	<author>Rob</author>
	<description><![CDATA[ 
		<p>You should try it with the new Google Chrome browser. It opens all the pages in tabs and is blindingly fast.</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080903?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080903?OpenDocument#DOC_BC09842F</link>
</item><item>
	<title>Greg replied to "A Thank You To Codestore's Disciples"</title>
	<pubDate>Wed, 03 Sep 2008 08:09:25 -0500</pubDate>
	<author>Greg</author>
	<description><![CDATA[ 
		<p>Learn something new everyday. See, helpful with that as well. </p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080903?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080903?OpenDocument#DOC_E09E2483</link>
</item><item>
	<title>Jake Howlett replied to "A Thank You To Codestore's Disciples"</title>
	<pubDate>Wed, 03 Sep 2008 07:00:14 -0500</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>I'd forgotten all about martinscott.com's "super" search. I'd forgotten that it launches a new window for all sites you select. Doh. Nearly brought FF to its knees!</p>
		<p>Why not try rollyo.com and create your own "search roll" on there. here's one I created ages ago: {<a rel="nofollow" href="http://rollyo.com/jakehowl/domino_sites/">Link</a>}</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080903?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080903?OpenDocument#DOC_8D3B9C11</link>
</item><item>
	<title>Michelle O'Rorke replied to "A Thank You To Codestore's Disciples"</title>
	<pubDate>Wed, 03 Sep 2008 06:31:36 -0500</pubDate>
	<author>Michelle O'Rorke</author>
	<description><![CDATA[ 
		<p>Jake</p>
		<p>Even if you don't post regularly, every time I had a web development project I have I come back and check at one or more of the articles I have read on your site. </p>
		<p>Last month it was a log-in box on the front page, this month it was reviewing attachment behaviour, and so on. </p>
		<p>Keep up the good work</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080903?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080903?OpenDocument#DOC_C2FF7826</link>
</item><item>
	<title>Greg replied to "A Thank You To Codestore's Disciples"</title>
	<pubDate>Wed, 03 Sep 2008 06:22:49 -0500</pubDate>
	<author>Greg</author>
	<description><![CDATA[ 
		<p>I found you through a website called MartinScott.com, it has a 'Domino SuperSearch', </p>
		<p>{<a rel="nofollow" href="http://www.martinscott.com/dominosupersearch2.nsf/search?openform">Link</a>}</p>
		<p>where you type in your search criteria, and a million (ok maybe about 30), domino sites pop up with the results. Including codestore. And found a handful of helpful tips here and come back here and notes.net to search before doing the super search.</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080903?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080903?OpenDocument#DOC_6E026DAC</link>
</item><item>
	<title>Jake Howlett replied to "A Follow-Up on the Date-Based Views Tip"</title>
	<pubDate>Wed, 03 Sep 2008 05:31:29 -0500</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Hi Miguel. That's an option, but it break if for any reason the agent doesn't run successfully on any given day. If the agent is looking for yesterday's date to replace it with today's date it won't do anything if the date in the view is the day before yesterday, as it didn't run properly yesterday. If that makes sense?</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080829?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080829?OpenDocument#DOC_4D52C5E2</link>
</item><item>
	<title>Alan Harris replied to "A Thank You To Codestore's Disciples"</title>
	<pubDate>Wed, 03 Sep 2008 04:05:50 -0500</pubDate>
	<author>Alan Harris</author>
	<description><![CDATA[ 
		<p>Hi Jake,</p>
		<p>Went to a Lotus TechJam yesterday. Very informative and was shown a quick demo of XPages for 8.5. More info here for those that have not come across it yet</p>
		<p>{<a rel="nofollow" href="http://www.lotus911.com/nathan/escape.nsf/d6plinks/NTFN-7FRG79">Link</a>}</p>
		<p>regards</p>
		<p>Alan</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080903?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080903?OpenDocument#DOC_15879E6E</link>
</item><item>
	<title>Miguel Calvo replied to "A Follow-Up on the Date-Based Views Tip"</title>
	<pubDate>Wed, 03 Sep 2008 03:01:16 -0500</pubDate>
	<author>Miguel Calvo</author>
	<description><![CDATA[ 
		<p>Another option could be let code the agent in order to change *only* the date. The agent detects the date string and replaces it, leaving the rest unchanged. </p>
		<p>The developer could change the view formula manually and the agent could still be working correctly.</p>
		<p>Regards</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080829?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080829?OpenDocument#DOC_72BC244F</link>
</item><item>
	<title>Fredrik replied to "Essential Fix Needed When Using TinyMCE With Domino"</title>
	<pubDate>Mon, 01 Sep 2008 06:35:29 -0500</pubDate>
	<author>Fredrik</author>
	<description><![CDATA[ 
		<p>Have anybody had problems with attachments and TINY MCE.</p>
		<p>I have a form that I have implemented Tiny MCE in and it works great but below this field I have an upload control that you counld upload files to the document. And the problem seams to be that Domino is attaching the files to the Richtext field that I have the text in now. </p>
		<p>Any Ideas how to get the attachments just to be uploaded into the document and not too my richtext field ? </p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080724?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080724?OpenDocument#DOC_43F79A57</link>
</item><item>
	<title>Stephan H. Wissel replied to "A Follow-Up on the Date-Based Views Tip"</title>
	<pubDate>Sun, 31 Aug 2008 17:25:18 -0500</pubDate>
	<author>Stephan H. Wissel</author>
	<description><![CDATA[ 
		<p>Another idea for "protecting" view formulas would to record them (e.g. in a profile). The update agent would check if the formula it finds is the same as the formula it had written the last time. If not notify (in the fashion you fancy) the powers to be including the changed value (so it can be pasted back into any agent).</p>
		<p>:-) stw</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080829?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080829?OpenDocument#DOC_E88DE667</link>
</item><item>
	<title>Sean Cull replied to "A Follow-Up on the Date-Based Views Tip"</title>
	<pubDate>Fri, 29 Aug 2008 09:53:04 -0500</pubDate>
	<author>Sean Cull</author>
	<description><![CDATA[ 
		<p>In terms of stopping the agent from breaking because of the new server name we have taken to always using "run on all servers" and having a configuration document which says which lists the allowable servers and the intervals. The agent checks this document and then exits if the server or interval are not appropriate</p>
		<p>When we first deploy the agent we get it set to run at least once a day in the agent properties</p>
		<p>This way the interval that the agent runs at ( daily, weekly, monthly ) is now configurable and does not affect the signature on the agent if it is changed</p>

		<p><a href="http://www.codestore.net/store.nsf/unid/BLOG-20080829?open#post"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20080829?OpenDocument#DOC_0ECF5E71</link>
</item>

</channel>
</rss> 
