RE: no subject -- back button

2004-05-11 Thread Sean McCarthy
i think you will have to use the _javascript_ onLoad to do the handling, put your logic there. . -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:13 PM To: CF-Talk Subject: RE: no subject You could...and really should be checking for the

OT: Windows 2003 - unknown file extension

2004-02-04 Thread Sean McCarthy
We have some webex files (.wrf) hosted internally on our webserver.When a user requests a .wrf file the url is configured as follows: http://aCompany.webex.com/aCompany/playback.php?FileName=http://myIntranet.a Company.com/eLearning/Webcasts/Forms.wrf

RE: OT: Windows 2003 - unknown file extension

2004-02-04 Thread Sean McCarthy
, February 4, 2004 9:26 am Subject: Re: OT: Windows 2003 - unknown file extension Yup, in IIS6, unknown file extensions are never served. You'll have to set up a mime type for that extension.That'll fix it. - Original Message - From: Sean McCarthy [EMAIL PROTECTED] Date: Wednesday, February

RE: RE: OT: Windows 2003 - unknown file extension

2004-02-04 Thread Sean McCarthy
: http://www.microsoft.com/technet/treeview/default.asp?url=""> ol/windowsserver2003/proddocs/standard/wsa_mimemapcfg.asp http://www.microsoft.com/technet/treeview/default.asp?url=""> nol/windowsserver2003/proddocs/standard/wsa_mimemapcfg.asp - Original Message

RE: Better way to deal with corrupted Verity (spider) collections ?

2004-02-03 Thread Sean McCarthy
Kill the vspider.exe in taskmanager on your server. -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 4:30 PM To: CF-Talk Subject: RE: Better way to deal with corrupted Verity (spider) collections ? How about repairing the collection from the

CF to NTLM

2004-01-27 Thread Sean McCarthy
Hi, Anyone know of a good tag to pass login information from a CF template to NTLM?The only tag I have see is the one on the MM forum (cf_adsi), which is much more than I need. Thanks Sean [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

OT: Internet Explorer proxy settings

2004-01-22 Thread Sean McCarthy
Is there a way to have a exception to an exception in the IE proxy exception list?Let me explain. If I open an IE window and go to: Tools Internet Options Connections Lan Settings Proxy Server (Advanced button) At the bottom it has 'do not use a proxy server for addresses beginning

RE: cfstoredproc, status codes, trapping errors

2003-12-15 Thread Sean McCarthy
Set an out variable from your insert proc that gives you the status of the insert (success or failure) cfprocparam type=out variable=status_being_sent_back_after_insert -Original Message- From: Darron J. Schall [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 4:06 PM To:

cf and ms indexing?

2003-12-05 Thread Sean McCarthy
code snip or example please would be greatly appreciatedtoo many problems w vspider and mx thanks! sean [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: cf and ms indexing?

2003-12-05 Thread Sean McCarthy
thanks Jeff! -Original Message- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 8:48 PM To: CF-Talk Subject: Re: cf and ms indexing? http://www.cfcomet.com/index_server/ http://www.cfcomet.com/index_server/ - Original Message - From: Sean McCarthy

VSpider with MX

2003-12-04 Thread Sean McCarthy
What changed?I keep getting a spider of 0 docs?Were there any major changes between 5 and MX with the vspider? Help! sean [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Constrain on a blob

2003-10-17 Thread Sean McCarthy
way to do a case-insensitive LIKE search. -Deanna - Original Message - From: Sean McCarthy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 6:07 PM Subject: Constrain on a blob I get and 'inconsistent datatype' error when I try to: SELECT title

RE: Constrain on a clob

2003-10-15 Thread Sean McCarthy
Founder Director www.cfug-vancouverisland.com - Original Message - From: Sean McCarthy To: CF-Talk Sent: Tuesday, October 14, 2003 4:37 PM Subject: RE: Constrain on a blob its an oracle 9 db and im working in toad (fancy sql plus) rite now seems like i need to perform some sort of convert

Constrain on a blob

2003-10-14 Thread Sean McCarthy
I get and 'inconsistent datatype' error when I try to: SELECT title FROM myTable WHERE myBlob = 'abc' Is it possible to constrain on the information in a blob.Optimally I would like the ability to do a 'like %foo%' [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Constrain on a blob

2003-10-14 Thread Sean McCarthy
] - Macromedia Associate Partner www.macromedia.com - Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Sean McCarthy To: CF-Talk Sent

RE: CFMail

2003-10-14 Thread Sean McCarthy
comma cfmail to = you, me ... -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 7:40 PM To: CF-Talk Subject: CFMail Sanity Check: In the TO field of cfmail are address separated by a semicolon ; or by a comma , ? Thanks, Mark [Todays

VB version of cfhttp

2003-09-23 Thread Sean McCarthy
Does anyone know of how I would do a VB http call. Same as how cfhttp works behind the scenes without spawning a user. Thanks Sean ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138194 Archives:

SalesLogix and ColdFusion

2003-07-17 Thread Sean McCarthy
Hi, Anyone that has front ended a SLX DB with CF, I could use some assistance. How are you handling the communication between the two? Are you using the slxapi.dll? Are you on version 6? Is there another way to access SLX? I read the slxapi.dll is being retired. Any webservice access?

HTTP_REFERER and MS VPN

2003-07-01 Thread Sean McCarthy
Hi, Does anyone have any thoughts why vpn users are not passing or have the HTTP_REFERER defined when they come from another page? This is what I see when a vpn users information is dumped: HTTP_~~~ :~~~

cfcookie expires syntax

2003-04-04 Thread Sean McCarthy
I would like to expire a cookie after 10 min. Something is not correct with my syntax any ideas? cfset foo = DateAdd(n, 10, Now()) cfcookie name = MYCOOKIE value = #Now()# expires = #foo# thanks! sean

RE: cfcookie expires syntax

2003-04-04 Thread Sean McCarthy
I have also tried: cfcookie name = MYCOOKIE value = foo expires=#DateFormat(CreateDate(2001,12,31), 'ddd, dd-mmm-')# #TimeFormat(CreateTime(00,00,00), 'HH:mm:ss')# GMT with no luck -Original Message- From: Sean McCarthy Sent: Friday

Http to Https Secure Transmission?

2003-03-26 Thread Sean McCarthy
Hi, We are about to rollout access to a Commerce 1 application server through single sign-on from the intranet. Will a SSL cert need to be on both ends to make the connection secure(the form submitting the Login/Pass and the C1 server)? I have received varying answers on this subject.

RE: Http to Https Secure Transmission?

2003-03-26 Thread Sean McCarthy
messages. You can too! Get your free, safe spam protection at http://www.cloudmark.com/spamnetsig/ -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 11:09 AM To: CF-Talk Subject: Http to Https Secure Transmission? Hi, We are about

RE: Getting XP Login Name?

2003-03-19 Thread Sean McCarthy
From what I have found you will also have to have the user access the site by name and not IP, with windows challenge response. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:34 AM To: CF-Talk Subject: RE: Getting XP Login

RE: [OT] Resizable Flash Ad (Sample)

2003-01-30 Thread Sean McCarthy
on the lower layer shows through. -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 1:28 PM To: CF-Talk Subject: [OT] Resizable Flash Ad Has anyone seen a tutorial on a resizable flash ad like the ones that yahoo or msnbc do from time

[OT] Resizable Flash Ad

2003-01-29 Thread Sean McCarthy
Has anyone seen a tutorial on a resizable flash ad like the ones that yahoo or msnbc do from time to time Basically i want it to go from a 225x225 to a 75x125 or so. The ad will sit on a CF site so I guess its not that far off topic... Thanks Sean -Original Message- From: Dave

RE: Crystal Reports Enterprise 8.5 ohhhh the pain

2002-12-23 Thread Sean McCarthy
not sure how you are trying to implement your reports, but if you give some details I may be able to help as we use reporting with CF/Crystal extensively. -Frank - Original Message - From: Sean McCarthy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 11:12 PM

OT: Crystal Reports Enterprise 8.5 ohhhh the pain

2002-12-17 Thread Sean McCarthy
Hi, We are attempting to use Crystal Enterprise with windows auth. Everything is configured according to the docs they have provided but unfortunately the windows auth through iis works but the user is still prompted with the login box for crystal enterprise. I can select 'nt auth' from

RE: Crystal Reports Enterprise 8.5 victory!!!!!

2002-12-17 Thread Sean McCarthy
ok anyone that has to do this can give this a whirl http://mybox.box.com/crystal/enterprise/viewer/viewrpt.cwr?apsauthtype=secWi ndowsNTid=204 and it will pass the nt auth information with no popup. sean -Original Message- From: Sean McCarthy Sent: Tuesday, December 17, 2002 11:13 PM

RE: [verity] How do I exclude certain directories from my index?

2002-12-13 Thread Sean McCarthy
You have a couple of options. If you use the vspider to spider the site then you can use: -indexclude /someIP/someFolder/* If you use the standard cfindex tag then its going to be more of a challenge. Out of the box from what I have found outside of removing the directory from what you are

RE: Verity's vspider on Solaris.

2002-12-09 Thread Sean McCarthy
I have 0 experience with solaris. But my guess is your collection is corrupt I would go in stop the k2 service...delete the collection...start service and recreate collection. Then try spidering it again. hope that helps sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

vspider -auth

2002-11-20 Thread Sean McCarthy
does anyone know the syntax for the using the -auth feature of the vspider? does this need to be stored in a file and then its passed referenced? is the syntax domain\username\password ? can I use -auth domain\username\password thanks sean -Original Message- From: Brook

RE: vspider -auth

2002-11-20 Thread Sean McCarthy
looks like it has to be in a file but i am gettin an error NTLM not supported is this a syntax error or am i screwed. i am using window challenge response with iis 5.0 thanks sean -Original Message- From: Sean McCarthy Sent: Wednesday, November 20, 2002 7:25 PM To: CF-Talk

sql isNumeric -- Oracle

2002-11-11 Thread Sean McCarthy
select the following results 6785 4320 0323 -Sean McCarthy -- Webmaster - HealthObjects [EMAIL PROTECTED] 410 895 0379 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription

RE: vspider

2002-11-07 Thread Sean McCarthy
chad, make another ip for your site the base ip of the box and use a port like 81 then when you spider make the -start yourIP:81 when you display your results you will have to replace the ip and port # with the actual url of the site. sean -Original Message- From: Chad

RE: vspider

2002-11-07 Thread Sean McCarthy
how did you make your collection with the mdvdk? if not you may have to specify file or custom in the path if was created through cf -Original Message- From: Chad [mailto:cgray;careyweb.com] Sent: Thursday, November 07, 2002 11:30 AM To: CF-Talk Subject: vspider I cannot get vspider to

RE: Encrypt/Decrypt Recommendations

2002-11-07 Thread Sean McCarthy
sha256 i think its on mm site -Original Message- From: Bryan Stevenson [mailto:bryan;electricedgesystems.com] Sent: Thursday, November 07, 2002 1:57 PM To: CF-Talk Subject: Encrypt/Decrypt Recommendations Hey All, I'm looking for recommendations for an encrypt/decrypt tag or UDF that

RE: vspider

2002-11-07 Thread Sean McCarthy
[mailto:cgray;careyweb.com] Sent: Thursday, November 07, 2002 4:59 PM To: CF-Talk Subject: RE: vspider The collection just appears when I run the command line below. I have never used mkvdk but I will read up on it now. -Original Message- From: Sean McCarthy [mailto:SMcCarthy

RE: Verity Head Aches EMERGENCY

2002-11-06 Thread Sean McCarthy
Webmaster Overseas Security Advisory Council U.S. Department of State -Original Message- From: Sean McCarthy [mailto:SMcCarthy;HealthObjects.com] Sent: Tuesday, November 05, 2002 4:29 PM To: CF-Talk Subject: RE: Verity Head Aches are you using k2? if so did you update your k2.ini? did

RE: verity

2002-11-06 Thread Sean McCarthy
use the spider (renders page first then spider it) or regex (not as good) to strip no need to delete the collection just refresh it. i would recommend a cf template called through windows scheduled process sean -Original Message- From: Robert Orlini [mailto:rorlini;hwwilson.com] Sent:

RE: Verity Head Aches

2002-11-05 Thread Sean McCarthy
are you using k2? if so did you update your k2.ini? did you try restarting the services? try dumping it out to see if the contents are good -Original Message- From: Timothy Heald [mailto:healdt;dsmail.state.gov] Sent: Tuesday, November 05, 2002 2:52 PM To: CF-Talk Subject: Verity Head

refresh from server not client cache on back button

2002-11-04 Thread Sean McCarthy
This seems simple but... When the user presses the back button I want to force them to refresh the page (page expired). Not load the file from their cache. I have tried: META HTTP-EQUIV=PRAGMA CONTENT=NO-CACHE META HTTP-EQUIV=EXPIRES CONTENT=-1 Both of these seem to deal with the server cache

RE: Verity

2002-11-01 Thread Sean McCarthy
Read up on the vspider works great I am currently using on 2 sites and it works with no problems. If you need help with the syntax lemme know Sean -Original Message- From: Chad [mailto:cgray;careyweb.com] Sent: Thursday, October 31, 2002 5:10 PM To: CF-Talk Subject: Verity I always

RE: Verity

2002-11-01 Thread Sean McCarthy
Hope this helps. The docs are poor. Best information I found was by searching for verity 97. !---Spider--- cfexecute name=d:\CFusion\Verity\_nti40\bin\vspider.exe arguments = -common d:\cfusion\verity\common -collection

Single Sign On

2002-10-09 Thread Sean McCarthy
I need to get the win nt network user name to do authorization for an intranet. The only options I found in my search are: -the persistent cookie (which will still require one login) -custom configuration of a browser to auto login (not if sure if this will make the user name available?) -A

RE: Verity: What is in a collection?

2002-09-17 Thread Sean McCarthy
Sure you can use the cfdump tag and spit out all the goods. I highly recommend u use K2 all you have to do is set up the alias info in the .ini file. cfsearch collection=ur_collection name=myResults criteria=#form.keywords# cfdump var=#myResults# leave your form field

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Sean McCarthy
Does anyone know if the datagrid component has the ability to insert check boxes list boxes etc into the rows? Much like the firefly datagrid component will offer? Thanks sean -Original Message- From: David Groth [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 1:37 PM To:

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Sean McCarthy
awaiting its release http://www.cybersage.com/firefly.asp cool stuff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 2:08 PM To: CF-Talk Subject: Re: Interesting: Macromedia Resource Kit boxes list boxes etc into the rows?

RE: Verity searching through tags..

2002-08-22 Thread Sean McCarthy
use the vspider it indexes the page after it renders not from the source... works pretty well... also allows you to get very granular as to which pages to include or exclude from the search...look in the archives. or... you can use the custom tag on cfhub (i believe) with the regular, verity

RE: Verity K2 Web Spider - *Most* of the Way There!

2002-06-07 Thread Sean McCarthy
Have you looked at the General Info for one of your pdfs that is producing the error? In acrobat: File Document Info General Info (ctrl + d) This is where verity grabs the summary/title info for pdfs by default this information looks horrible most of the time, more symbols than characters.

RE: K2 Verity

2002-05-28 Thread Sean McCarthy
Add the collection to your k2server.ini (e:\CFusion\Verity\_nti40\bin) file. Example: [Coll-0] collPath=e:\cfusion\verity\collections\myCollection\file collAlias=myCollectionK2 topicSet= knowledgeBase= onLine=2 when you code your cfsearch use the name defined as the collAlias above check your

RE: damn Netscape 4.x!

2002-05-24 Thread Sean McCarthy
not just table tags that will cause problems. also td's and tr's. I would take the netscape source and paste into a temp.htm page and start commentin out lines until you track down the issue. I feel for ya. I had a very late nite last week with the same issue. Sean -Original

OT: Java/J2EE development tool ??

2002-05-07 Thread Sean McCarthy
Here is our wish list of capabilities we need in a Java/J2EE development environment. Ideally, we would be able to find all of these in one tool. However, if we need to integrate a few tools, we're willing to do that. These capabilities are required: 1) Debugging -- a) Interactive b) Remote

RE: RegEx for alpha num

2002-04-22 Thread Sean McCarthy
Im still kinda new to RegEx... but I think this will work. cfset MyValue = ReFind([^A-Za-z0-9], Form.Password) cfif MyValue GT 0 send error cfelse go /cfif Basically the [^A-Za-z0-9] is saying everything except A-Za-z0-9 so it will find all your non alphanum chars and will return the

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Sean McCarthy
look into the verity spider -Original Message- From: phil e hebenstreit [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 11:14 AM To: CF-Talk Subject: RE: Verity Issue - Returning Incorrect Results? Hi Mark, I've determined this now. Its returning the correct results, because

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Sean McCarthy
Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 11:19 AM To: CF-Talk Subject: RE: Verity Issue - Returning Incorrect Results? look into the verity spider -Original Message- From: phil e hebenstreit [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01

RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Sean McCarthy
collection is limited to links on the localhost. Has anyone worked with the more robust version that handles a full domain? If so, how much does it cost? Mike -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 1:15 PM To: CF-Talk Subject: RE

RE: Use of Style Sheets

2002-02-22 Thread Sean McCarthy
yep here you go: cfset Results = Sun Cobalt Qube 3 software architecture is designed to provide an enhanced developer platform. Our Sun Cobalt Qube 3 appliance software architecture enables third-party developers to customize, modularize, and implement services in record time. cfset Search =

activePDF configuration

2002-02-20 Thread Sean McCarthy
We have multiple CF webservers and one activePDF server. How do you give the webservers access to the activePDF COM object? Thanks Sean __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB

RE: activePDF configuration

2002-02-20 Thread Sean McCarthy
-Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 1:12 PM To: CF-Talk Subject: activePDF configuration We have multiple CF webservers and one activePDF server. How do you give the webservers access to the activePDF COM object? Thanks Sean

RE: OT DHTML Menu - Memory Leaks

2002-02-08 Thread Sean McCarthy
I like this one: http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm free too -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 1:50 PM To: CF-Talk Subject: OT: DHTML Menu - Memory Leaks I'm looking for a low cost DHTML Cascading

RE: CF 5.0 Verity Collections Limit

2002-01-14 Thread Sean McCarthy
From what I have read... yes you will -Original Message- From: David Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 2:29 PM To: CF-Talk Subject: Re: CF 5.0 Verity Collections Limit Do I need to create a scheduled task autoupdateindex.cfm and use the cfindex tag to

RE: verity and html comments round II

2002-01-11 Thread Sean McCarthy
have you tried the vspider? it will process the page then produce the summary no commented code will be inserted. if you would like some code to get the spider up and runnin let me know. Also check out: http://www.daemon.com.au/navitron/display.cfm?objectID=DD870544-07B0-4 AF0-8B

RE: vspider --- help please

2002-01-04 Thread Sean McCarthy
Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 2:51 PM To: CF-Talk Subject: RE: vspider --- help please Thank you. One more

RE: vspider --- help please

2002-01-02 Thread Sean McCarthy
. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 2:51 PM To: CF-Talk Subject: RE: vspider --- help please Thank you. One more question, for the moment, has anyone

RE: vspider --- help please

2002-01-02 Thread Sean McCarthy
Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 2:51 PM To: CF-Talk Subject: RE: vspider --- help please Thank you. One more question, for the moment

RE: vspider --- help please

2002-01-02 Thread Sean McCarthy
to serve the same site at 206.239.147.xx and www.epilepsyfoundation.org. It's plugging away like it knows wassup, so apprently that solved the problem. We shall see Out of curiosity, how much was the full license? -- jon -Original Message- From: Sean McCarthy [mailto:[EMAIL

vspider --- help please

2001-12-28 Thread Sean McCarthy
??? Thanks and have a good new year -Sean McCarthy --- HealthObjects __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http

RE: vspider --- help please

2001-12-28 Thread Sean McCarthy
Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 4:37 PM To: '[EMAIL PROTECTED]' Cc: Sean McCarthy Subject: RE: vspider --- help please I thought I had it all working was I wrong. The vspider is great but... I have multiple sites on the same box with different IP's

Verity with the vspider and K2

2001-12-13 Thread Sean McCarthy
information to be available to the K2 Search. Thanks for your time -Sean McCarthy --- HealthObjects 410-895-0379 ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: Verity with the vspider and K2

2001-12-13 Thread Sean McCarthy
Thanks for the input Jeff. I can get my collection made with the mdvdk to be recognized by the K2 server using the alias name I've defined in the k2server.ini. This the code im using to pull back results from it. cfsearch collection=myCollectionK2 name=qResults

RE: Verity with the vspider and K2

2001-12-13 Thread Sean McCarthy
rcvdk.exe to search the collection? Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 2:22 PM To: CF-Talk Subject: RE: Verity

WYSIWYG editors

2001-06-13 Thread Sean McCarthy
awkward how you have to click the link after updating to see your results. Thanks for your feedback. -Sean McCarthy --- HealthObjects 410-895-0379 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: WYSIWYG editors

2001-06-13 Thread Sean McCarthy
and it is pretty cool Michael Bruce Fig Leaf Software -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 2:05 PM To: CF-Talk Subject: WYSIWYG editors Hi, I am in search of a WYSIWYG editor that will allow a user to enter a news

RE: Images

2001-06-08 Thread Sean McCarthy
Try http://www.photodisc.com http://eyewire.com -Sean McCarthy --- HealthObjects 410-895-0379 -Original Message- From: Darren Houle [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 5:01 PM To: CF-Talk Subject: Images Slightly off topic... sort of I

RE: Weird CF error that is only on Mac machines?

2001-05-24 Thread Sean McCarthy
im a mac user i find table sizing issues frequently in i-5 what is the error -Sean McCarthy --- HealthObjects 410-895-0379 -Original Message- From: Zac [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 3:00 PM To: CF-Talk Subject: Re: Weird CF error