Re: Solr Errors

2011-04-05 Thread Mary Jo Sminkey

Interesting. It almost sounds like a load issue. Was the site under heavy load?


No, not at all. This was just running some unit tests locally. Basically the 
tests add a new data point, index it to add it to the collection, then run a 
search for it to make sure they are being picked up properly. I'm concerned 
that we'll see it even more when the site is actually being used, so wondered 
if I need to put cflocks around the index tags? I wouldn't have thought that 
was needed with an update action but I'm guessing this is happening when 2 or 3 
tests run concurrently. 


--- Mary Jo

 







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343542
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Solr Errors

2011-04-05 Thread Mary Jo Sminkey

Mary Jo,

These are options you can set in the INI files of Solr - along with standard
JVM options. If you have a high traffic solr install you will need to fine
tune it to run according to the amount of traffic you have. 

As I mentioned in my other reply, this is *not* happening under load, just with 
localhost testing, so there seems to be some other reason for it. It seems that 
if there's a max thread setting, it should wait until one becomes available? 
Rather than just throwing an error. 


--- Mary Jo



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343543
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Solr Errors

2011-04-05 Thread Dominic Watson

I shouldn't imagine adding cflocks will do much good. The error is to
do with the nature of your collections and the way in which the Solr
server is configured (potentially it's JVM settings and or the server
settings themselves). I think your best bet would be to ask the Solr
folks, they'll be in a better position to help you out I should
imagine.

http://lucene.apache.org/solr/

Dominic

On 5 April 2011 16:29, Mary Jo Sminkey mary...@cfwebstore.com wrote:

Mary Jo,

These are options you can set in the INI files of Solr - along with standard
JVM options. If you have a high traffic solr install you will need to fine
tune it to run according to the amount of traffic you have.

 As I mentioned in my other reply, this is *not* happening under load, just 
 with localhost testing, so there seems to be some other reason for it. It 
 seems that if there's a max thread setting, it should wait until one becomes 
 available? Rather than just throwing an error.


 --- Mary Jo



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343544
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Solr Errors

2011-04-05 Thread Mary Jo Sminkey

I shouldn't imagine adding cflocks will do much good. The error is to
do with the nature of your collections and the way in which the Solr
server is configured (potentially it's JVM settings and or the server
settings themselves). I think your best bet would be to ask the Solr
folks, they'll be in a better position to help you out I should
imagine.

Just FYI, I've not configured anything up to this point to do with Solr, I'm 
just using it as it installs with ColdFusion. We've seen the same error on my 
local machine as well as our test server, so seems like there's some problem 
with how CF9 sets it up if I have to go in and modify the server because it's 
throwing these errors right out of the box.


--- Mary Jo







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343545
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


replacelist question

2011-04-05 Thread Jenny Gavin-Wear

Hi all,

I'm using the following to strip unwanted words from a phrase:-

Cfset session.realSearch = lcase(replacelist(session.realSearch, and, or,
in, of, at, it, the, on, ))

results are:-

Book The =
Book

The Book =
The Book

I can't understand how the is not replaced when it is the first word in
the list.

Could someone tell me what's wrong, please?

Jenny
No virus found in this outgoing message.
Checked by AVG - www.avg.com
Version: 9.0.894 / Virus Database: 271.1.1/3550 - Release Date: 04/04/11
19:35:00



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343546
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Solr Errors

2011-04-05 Thread Raymond Camden

Are you running the latest CF9? There were Solr fixes past 9.0.0.

On Tue, Apr 5, 2011 at 11:34 AM, Mary Jo Sminkey mary...@cfwebstore.com wrote:

I shouldn't imagine adding cflocks will do much good. The error is to
do with the nature of your collections and the way in which the Solr
server is configured (potentially it's JVM settings and or the server
settings themselves). I think your best bet would be to ask the Solr
folks, they'll be in a better position to help you out I should
imagine.

 Just FYI, I've not configured anything up to this point to do with Solr, I'm 
 just using it as it installs with ColdFusion. We've seen the same error on my 
 local machine as well as our test server, so seems like there's some problem 
 with how CF9 sets it up if I have to go in and modify the server because it's 
 throwing these errors right out of the box.


 --- Mary Jo







 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343547
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


re: replacelist question

2011-04-05 Thread Jason Fisher

Per the documentation, the match is case-sensitive.



From: Jenny Gavin-Wear jenn...@fasttrackonline.co.uk
Sent: Tuesday, April 05, 2011 12:47 PM
To: cf-talk cf-talk@houseoffusion.com
Subject: replacelist question

Hi all,

I'm using the following to strip unwanted words from a phrase:-

Cfset session.realSearch = lcase(replacelist(session.realSearch, and, 
or,
in, of, at, it, the, on, ))

results are:-

Book The =
Book

The Book =
The Book

I can't understand how the is not replaced when it is the first word in
the list.

Could someone tell me what's wrong, please?

Jenny
No virus found in this outgoing message.
Checked by AVG - www.avg.com
Version: 9.0.894 / Virus Database: 271.1.1/3550 - Release Date: 04/04/11
19:35:00



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343548
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: replacelist question

2011-04-05 Thread Ian Skinner

On 4/5/2011 9:46 AM, Jenny Gavin-Wear wrote:
 I can't understand how the is not replaced when it is the first word in
 the list.

When the word is at the beginning of the string it DOES NOT have a white 
space character in front of it.

Your list is including a white space character in front of each word.  
ALL the characters between the comma's count, even the invisible ones.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343549
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: replacelist question

2011-04-05 Thread Ian Skinner

On 4/5/2011 9:46 AM, Jenny Gavin-Wear wrote:
 Cfset session.realSearch = lcase(replacelist(session.realSearch, and, or,
 in, of, at, it, the, on, ))

What you probably want is:

Cfset session.realSearch = lcase(replacelist(session.realSearch, 
and,or,in,of,at,it,the,on,  ))

Assuming you do NOT want to replace these strings when they are part of larger 
words.




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343550
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Solr Errors

2011-04-05 Thread Mary Jo Sminkey

Are you running the latest CF9? There were Solr fixes past 9.0.0.


CF9.01 on all boxes, so yes, unless there are other hot fixes past that. 


MJS



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343551
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Solr Errors (UNCLASSIFIED)

2011-04-05 Thread Graziano, Michael E Mr CIV USA NETCOM

Classification: UNCLASSIFIED
Caveats: FOUO

There is stand alone Solr Software in the Coldfusion page. ColdFusion
technical support had me to uninstall Solr from Coldfusion  then install
stand alone Solr software

-Original Message-
From: Mary Jo Sminkey [mailto:mary...@cfwebstore.com] 
Sent: Tuesday, April 05, 2011 2:00 PM
To: cf-talk
Subject: Re: Solr Errors


Are you running the latest CF9? There were Solr fixes past 9.0.0.


CF9.01 on all boxes, so yes, unless there are other hot fixes past that. 


MJS





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343552
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Testing

2011-04-05 Thread dB

It *appears* as though I've subscribed...


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343553
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Testing

2011-04-05 Thread Michael Grant

Appearances can be deceiving though.


On Tue, Apr 5, 2011 at 3:59 PM, dB dbfu...@gmail.com wrote:


 It *appears* as though I've subscribed...


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343554
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Testing

2011-04-05 Thread Alan Rother

However in THIS case, it does seem to be true

On Tue, Apr 5, 2011 at 1:05 PM, Michael Grant mgr...@modus.bz wrote:


 Appearances can be deceiving though.


 On Tue, Apr 5, 2011 at 3:59 PM, dB dbfu...@gmail.com wrote:

 
  It *appears* as though I've subscribed...
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343555
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


outlook 2007 and cfmail

2011-04-05 Thread Ken Hammond

I am having the hardest time with outlook 2007 and html/css...  If I use a 
smaller font (say 6px-8px) for a sup command it sits the text right next 
to it, it won't even superscript it.  So... I increase the size to 
accommodate that then other mail clients have a HUGE superscripted services 
mark (sm) 

Anyone else have these problems?
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343556
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: outlook 2007 and cfmail

2011-04-05 Thread jqdurham

Outlook's HTML rendering engine is garbage. Copy/paste the HTML into Word,  
tweak it and copy/paste the source back into your app. It isn't pretty.

http://blogs.sitepoint.com/microsoft-breaks-html-email-rendering-in-outlook/

http://msdn.microsoft.com/en-us/library/aa338200.aspx


On Apr 5, 2011 3:16pm, Ken Hammond khamm...@saleminc.com wrote:


 I am having the hardest time with outlook 2007 and html/css... If I use a

 smaller font (say 6px-8px) for a command it sits the text right next

 to it, it won't even superscript it. So... I increase the size to

 accommodate that then other mail clients have a HUGE superscripted  
 services

 mark (sm)



 Anyone else have these problems?









 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343557
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: outlook 2007 and cfmail

2011-04-05 Thread Russ Michaels

Outlook 2007 actually does a very good job of rendering HTML emails as it
uses IE to do the job. Outlook 2010 is the problem as they switched to using
the word html rendering engine.
However you need to remember that HTML emails are not rendered the same in
all email clients, so you need to keep it as simple as possible and only do
things that will work in most email clients.
There are a number of sites out there which give you a matrix of which
tags/CSS rules work and which don't in which email client, if you google the
topic you will get plenty of results.

There is also www.campaignmonitor.com which has built in emulators to show
you how your email will look in all the major clients.

Russ

On Tue, Apr 5, 2011 at 9:26 PM, jqdur...@gmail.com wrote:


 Outlook's HTML rendering engine is garbage. Copy/paste the HTML into Word,
 tweak it and copy/paste the source back into your app. It isn't pretty.


 http://blogs.sitepoint.com/microsoft-breaks-html-email-rendering-in-outlook/

 http://msdn.microsoft.com/en-us/library/aa338200.aspx


 On Apr 5, 2011 3:16pm, Ken Hammond khamm...@saleminc.com wrote:


  I am having the hardest time with outlook 2007 and html/css... If I use a

  smaller font (say 6px-8px) for a command it sits the text right next

  to it, it won't even superscript it. So... I increase the size to

  accommodate that then other mail clients have a HUGE superscripted
  services

  mark (sm)



  Anyone else have these problems?









 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343558
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFexecute and licenses

2011-04-05 Thread Richard Steele

Ok, we have a program that we are running using cfexecute. It requires the 
license for that program to be placed in the folder that holds the program that 
calls it. Right now, the program doesn't run since cfexecute is the calling 
program. In this case, thus I assume I'll need to place the program's license 
file somewhere in a coldfusion folder.  So, where do I put it? CFIDE? Jrun? 
Thanks in advance.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343559
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: replacelist question

2011-04-05 Thread Jenny Gavin-Wear

That's awesome, thanks Ian, runs great now :)

Jenny

-Original Message-
From: Ian Skinner [mailto:h...@ilsweb.com]
Sent: 05 April 2011 17:57
To: cf-talk
Subject: Re: replacelist question



On 4/5/2011 9:46 AM, Jenny Gavin-Wear wrote:
 Cfset session.realSearch = lcase(replacelist(session.realSearch, and,
or,
 in, of, at, it, the, on, ))

What you probably want is:

Cfset session.realSearch = lcase(replacelist(session.realSearch,
and,or,in,of,at,it,the,on,  ))

Assuming you do NOT want to replace these strings when they are part of
larger words.






~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343560
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: outlook 2007 and cfmail

2011-04-05 Thread Rob Voyle

Hi Ken

How are you composing the email and how many email clients are you concerned 
about. Outlook 2007 is a real bear. I have just spent days tweaking an email 
newsletter to work on all the mail clients I can find. Its a hodge podge, a 
little 
xhtml a little inline css. Don't put the css in the header as it will be 
stripped out 
by many web based mail clients. and some clients don't do style tags in the 
body as amny recommend/ It is better to use inline styles. Makes it messy but 
you can get something reliable. 

If you go to http://www.appreciativeway.com/news/ai-way-news.cfm
View the source (copy it if you want) it will work on most email clients I have 
found.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


On 5 Apr 2011 at 15:16, Ken Hammond wrote:

 
 I am having the hardest time with outlook 2007 and html/css...  If I
 use a 
 smaller font (say 6px-8px) for a sup command it sits the text
 right next 
 to it, it won't even superscript it.  So... I increase the size to
 accommodate that then other mail clients have a HUGE superscripted
 services 
 mark (sm) 
 
 Anyone else have these problems?
  
 
 
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34
 3556
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343561
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFexecute and licenses

2011-04-05 Thread Dave Watts

 Ok, we have a program that we are running using cfexecute. It requires the 
 license for that program to be placed in the folder that holds the
 program that calls it. Right now, the program doesn't run since cfexecute is 
 the calling program. In this case, thus I assume I'll need to place the
 program's license file somewhere in a coldfusion folder.  So, where do I put 
 it? CFIDE? Jrun?

You could call cmd.exe and pass this program as an argument to it,
then put the license in your system folder.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343562
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFexecute and licenses

2011-04-05 Thread Richard Steele

  Ok, we have a program that we are running using cfexecute. It 
 requires the license for that program to be placed in the folder that 
 holds the
  program that calls it. Right now, the program doesn't run since 
 cfexecute is the calling program. In this case, thus I assume I'll 
 need to place the
  program's license file somewhere in a coldfusion folder.  So, where 
 do I put it? CFIDE? Jrun?
 
 You could call cmd.exe and pass this program as an argument to it,
 then put the license in your system folder.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or 
onsite

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343563
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFexecute and licenses

2011-04-05 Thread Richard Steele

The program is a batch screen capture program. Got the cfexecute to work by 
putting the license in the jrun folder. So that worked!  But now it fails to 
load the flash plug-in that accompanies IE 8. It works like a charm if run by 
clicking on a batch file that resides in the folder that has the exe.

How to get it to capture a flash website is my next challenge. Any insight to 
that would be greatly appreciated. Thanks. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343564
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: replacelist question

2011-04-05 Thread Bobby Hartsfield

That and the is not the same as  the. All of the list items start with a
space except for the first item... and


.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Jason Fisher [mailto:ja...@wanax.com] 
Sent: Tuesday, April 05, 2011 12:52 PM
To: cf-talk
Subject: re: replacelist question


Per the documentation, the match is case-sensitive.



From: Jenny Gavin-Wear jenn...@fasttrackonline.co.uk
Sent: Tuesday, April 05, 2011 12:47 PM
To: cf-talk cf-talk@houseoffusion.com
Subject: replacelist question

Hi all,

I'm using the following to strip unwanted words from a phrase:-

Cfset session.realSearch = lcase(replacelist(session.realSearch, and, 
or,
in, of, at, it, the, on, ))

results are:-

Book The =
Book

The Book =
The Book

I can't understand how the is not replaced when it is the first word in
the list.

Could someone tell me what's wrong, please?

Jenny
No virus found in this outgoing message.
Checked by AVG - www.avg.com
Version: 9.0.894 / Virus Database: 271.1.1/3550 - Release Date: 04/04/11
19:35:00





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343565
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Solr Errors

2011-04-05 Thread Raymond Camden

Well, technically yes - there was a CHF after 901.

On Tue, Apr 5, 2011 at 12:59 PM, Mary Jo Sminkey mary...@cfwebstore.com wrote:

Are you running the latest CF9? There were Solr fixes past 9.0.0.


 CF9.01 on all boxes, so yes, unless there are other hot fixes past that.


 MJS



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343566
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: outlook 2007 and cfmail

2011-04-05 Thread Ken Hammond

I do all in-line CSS. I use emailonacid.com to check against just about every 
mail client out there :-)

Outlook 2007/2010 are the only clients that have problems, absolutely hate 
them. 

Ken

Sent from Apple MobileMe

On Apr 5, 2011, at 5:30 PM, Rob Voyle robvo...@voyle.com wrote:

 
 Hi Ken
 
 How are you composing the email and how many email clients are you concerned 
 about. Outlook 2007 is a real bear. I have just spent days tweaking an email 
 newsletter to work on all the mail clients I can find. Its a hodge podge, a 
 little 
 xhtml a little inline css. Don't put the css in the header as it will be 
 stripped out 
 by many web based mail clients. and some clients don't do style tags in the 
 body as amny recommend/ It is better to use inline styles. Makes it messy but 
 you can get something reliable. 
 
 If you go to http://www.appreciativeway.com/news/ai-way-news.cfm
 View the source (copy it if you want) it will work on most email clients I 
 have 
 found.
 
 Rob
 Robert J. Voyle, Psy.D.
 Director, Clergy Leadership Institute
 For Coaching and Training in Appreciative Inquiry
 Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
 http://www.appreciativeway.com/
 503-647-2378 or 503-647-2382
 
 
 On 5 Apr 2011 at 15:16, Ken Hammond wrote:
 
 
 I am having the hardest time with outlook 2007 and html/css...  If I
 use a 
 smaller font (say 6px-8px) for a sup command it sits the text
 right next 
 to it, it won't even superscript it.  So... I increase the size to
 accommodate that then other mail clients have a HUGE superscripted
 services 
 mark (sm) 
 
 Anyone else have these problems?
 
 
 
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34
 3556
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
 
 
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343567
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: outlook 2007 and cfmail

2011-04-05 Thread Ken Hammond

Actually Russ, 2007 and 2010 use word. They stopped using IE with Outlook 
2003...

As taken from the article below:
Microsoft Office Outlook 2007 uses the HTML parsing and rendering engine from 
Microsoft Office Word 2007 to display HTML message bodies. The same HTML and 
cascading style sheets (CSS) support available in Word 2007 is available in 
Outlook 2007.

http://msdn.microsoft.com/en-us/library/aa338201(v=office.12).aspx

Ken

Sent from Apple MobileMe

On Apr 5, 2011, at 4:28 PM, Russ Michaels r...@michaels.me.uk wrote:

 
 Outlook 2007 actually does a very good job of rendering HTML emails as it
 uses IE to do the job. Outlook 2010 is the problem as they switched to using
 the word html rendering engine.
 However you need to remember that HTML emails are not rendered the same in
 all email clients, so you need to keep it as simple as possible and only do
 things that will work in most email clients.
 There are a number of sites out there which give you a matrix of which
 tags/CSS rules work and which don't in which email client, if you google the
 topic you will get plenty of results.
 
 There is also www.campaignmonitor.com which has built in emulators to show
 you how your email will look in all the major clients.
 
 Russ
 
 On Tue, Apr 5, 2011 at 9:26 PM, jqdur...@gmail.com wrote:
 
 
 Outlook's HTML rendering engine is garbage. Copy/paste the HTML into Word,
 tweak it and copy/paste the source back into your app. It isn't pretty.
 
 
 http://blogs.sitepoint.com/microsoft-breaks-html-email-rendering-in-outlook/
 
 http://msdn.microsoft.com/en-us/library/aa338200.aspx
 
 
 On Apr 5, 2011 3:16pm, Ken Hammond khamm...@saleminc.com wrote:
 
 
 I am having the hardest time with outlook 2007 and html/css... If I use a
 
 smaller font (say 6px-8px) for a command it sits the text right next
 
 to it, it won't even superscript it. So... I increase the size to
 
 accommodate that then other mail clients have a HUGE superscripted
 services
 
 mark (sm)
 
 
 
 Anyone else have these problems?
 
 
 
 
 
 
 
 
 
 
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343568
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: outlook 2007 and cfmail

2011-04-05 Thread Rob Voyle

Hi Ken

I agree with you on your outlook on outlook. I have even questioned the 
legitimacy of their birth.

I haven't tried sup. I know Outlook 2007 won't do ul html tags so I had to 
create a table to create bullets. 

I just tried within a paragraph sup2/sup without any additional css and it 
worked in outlook 2007

I also created a superscript with span style=font-size:10px; vertical-align: 
top; line-height:12px;2/span it worked in firefox but not outlook 2007.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382





On 5 Apr 2011 at 20:49, Ken Hammond wrote:

 
 I do all in-line CSS. I use emailonacid.com to check against just
 about every mail client out there :-)
 
 Outlook 2007/2010 are the only clients that have problems,
 absolutely hate them. 
 
 Ken
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343569
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm