Re: Mail error

2007-07-11 Thread Dov B . Katz
I started having this problem as well recently. Is it a bug, and if so, has adobe addressed it? I'm running 7,0,2,142559 The "Update Level" in my cf admin is hf702-64335.jar http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401239&sliceId=2 It seems in my case (from exception.lo

Re: SOT: Google Indexing certain content, can I avoid it with JS?

2007-07-04 Thread Dov B . Katz
> On Wednesday 04 Jul 2007, Dov B. Katz wrote: > > In essence, I have a comment board on the same page as an event > listing. I > > want the event listing to show up in search results, but not the > comments. > > Why not ? Bottom line- my users don't want my pa

Re: SOT: Google Indexing certain content, can I avoid it with JS?

2007-07-04 Thread Dov B . Katz
. What do you think? > On Wednesday 04 Jul 2007, Dov B. Katz wrote: > > I’m wondering whether I could do a document.write() to get the names > on > > the page. Does google index only the text within the page’s markup, > or > > does it also index content from

SOT: Google Indexing certain content, can I avoid it with JS?

2007-07-04 Thread Dov B . Katz
Has anyone had any experience with hiding certain things on a page from google and other search engines? Example, I Want to hide certain authors' names on a discussion board page, but the content itself should be indexed. I’m wondering whether I could do a document.write() to get the names

Re: Memory leak in CF7-based app, still trying to track it down

2007-06-29 Thread Dov B . Katz
FYI. I worked with CF engineering, who confirmed the presence of a bug, but there's no ETA on a fix just yet. I rewrote my business objects as POJOs and worked around the bug successfully. -Dov > There is another one which matches the same description. CFC -> > PageCOntext -> Variables > >

Re: Memory Leak?

2007-06-19 Thread Dov B . Katz
Johnny, I have an ongoing support issue (Incident# 1726787200) with Adobe on a similar type of Memory leak. Namely, the problem is that my cached CFC's are holding onto some objects they probably shouldn't be, and the fact that I'm caching them is causing memory to not be recovered during GC's