Re: CF and blogging API

2005-08-24 Thread Andrea Veggiani
Yep, they really do... ditto for the server applications. The problem is a result of some folks ignoring specs, and some folks creating new ones. You basically have three choices: (1) Strictly adhere to the metaWeblog API, and simply come up with a list of clients that are compatible with

Using CF to restrict characters displayed in CFOutput

2005-08-24 Thread Ian Vaughan
Hi In my CF Output how can I restrict for example the contents of #output# from the database to the first 200 characters ? TIA ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

Building a dynamic menu from a database

2005-08-24 Thread Mike Kear
I've reached the critical point where I have to get another mind on this ... I have a CMS where I'm building the navigation and sitemap from a database, and it's just not coming out quite right. Does anyone have an example I could look at to see where perhaps I'm missing something? I have a

Re: Using CF to restrict characters displayed in CFOutput

2005-08-24 Thread Mike Kear
Assuming you're outputting a string called stringvar, You can use left(stringvar, 200) if you dont care if a word is cut in half, but if you want it to get only complete words up to a max of 200 characters, there's a cool UDF you can get from the library at CFLIB.ORG (http://www.cflib.org)

Re: OT: PHP equivalent of...

2005-08-24 Thread Geoff Bowers
On 8/24/05, Bryan Stevenson [EMAIL PROTECTED] wrote: Looking for the PHP equivalent of: cfif FindNoCase('foo',CGI.USER_AGENT) some text /cfif Don't think there is an answer to your specific question (looks like others have already given you a decent one anyway) -- but you might find this

RE: Using CF to restrict characters displayed in CFOutput

2005-08-24 Thread Ian Vaughan
Thanks for the UDF Mike - works just as I want it to. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 09:00 To: CF-Talk Subject: Re: Using CF to restrict characters displayed in CFOutput Assuming you're outputting a string called stringvar, You can

Re: Building a dynamic menu from a database

2005-08-24 Thread Will Tomlinson
Dunno if this helps mike, but Interakt has a DW extension for it. Free trial I believe. http://www.interaktonline.com/Products/Free-Products/MXTreeMenu/Overview/ Will ~| Logware (www.logware.us): a new and convenient

RE: PHP equivalent of...

2005-08-24 Thread Michael Tangorre
From: Russ [mailto:[EMAIL PROTECTED] Why not if (stristr(strtolower($_SERVER['HTTP_USER_AGENT']),foo)) then? There are a variety of ways to arrive at the same result, pick one. ~| Discover CFTicket - The leading

Re: fusebox security plugin

2005-08-24 Thread wolf2k5
On 8/23/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: as well as TheOffice which shows a more advanced example I cannot find it, do you have an URL? Thanks. ~| Logware (www.logware.us): a new and convenient web-based time

Re: Building a dynamic menu from a database

2005-08-24 Thread Greg Morphis
If using Oracle you could use the START WITH / CONNECT BY functions to get the ordered list. If it's just for display, you could use LPAD with LEVEL to pad the children. SELECT LABEL, SECTION_ID, TITLE, PARENT_ID, DESCR, TESTPLAN_ID, LPAD(LABEL,LENGTH(LABEL) + LEVEL,' ') AS DALABEL, LEVEL FROM

Re: URL string not working... HELP!

2005-08-24 Thread Sharon Creese
cfquery name=getcatalog datasource=#Request.App.datasource# SELECT PC.CategoryID, C.CategoryName, PC.SubCatID, PC.ProductID, SC.SubCatName, P.ProductName, P.ShortDescription, P.LongDescription, P.Price,P.SmallImage, P.LargeImage,P.Status,P.Company,p.proddoc FROM ProductsCategories

RE: URL string not working... HELP!

2005-08-24 Thread Dave Watts
ERROR: There is a problem with the page you are trying to reach and it cannot be displayed. HTTP 500 - Internal server error Internet Explorer That's not very useful. To display more detail about an error, enable Robust Exception Information within the CF Administrator, and disable

Re: URL string not working... HELP!

2005-08-24 Thread Sharon Creese
Error Executing Database Query. Query Of Queries runtime error. Unsupported type comparison. The error occurred in C:\CFusionMX\wwwroot\oec\securecart\Queries\qry_getProductDetail.cfm: line 8 Called from C:\CFusionMX\wwwroot\oec\securecart\index.cfm: line 72

Re: URL string not working... HELP!

2005-08-24 Thread Ken Ferguson
Why are you doing this query of queries??? What is it that you are trying to accomplish which you don't think can be done in the one single query, getCatalog? Are you really running that whole getCatalog query when you don't need all of the items? --Ferg Sharon Creese wrote: cfquery

Re: URL string not working... HELP!

2005-08-24 Thread Claude Schneegans
I ytird yjr following but it still fails Could it be that you've got the Y at the wrong place on your keyboard? (Sorry, I couldn't resist ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any

Re: URL string not working... HELP!

2005-08-24 Thread Claude Schneegans
When you say It's not working, try to be more specific: - any error message? - is it that the query does not return records? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address:

Re: URL string not working... HELP!

2005-08-24 Thread Claude Schneegans
ERROR: There is a problem with the page you are trying to reach and it cannot be displayed. Ah ah! Now this is an information. The error is in the url not passed correctly, noting to do with the query. Use URLEncodedFormat() to pass the parameter to the URL. --

RE: Need help to open a door!

2005-08-24 Thread Matthew Small
Write a VB.NET Web service and call it from CF. Matthew Small -Original Message- From: Catherine Madsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 5:31 PM To: CF-Talk Subject: Need help to open a door! Hi, I'm creating a CF application that needs to interact with a

Re: Symantec AntiVirus for Dedicated Web Server...

2005-08-24 Thread Mike Chabot
We used to run Norton AV Corporate on our servers. It noticeably slowed down the servers during a full scan. A couple Web servers routinely got so bogged down with the virus scanning that they started rejecting a large number of new Web connections until the scanning stopped. So I would not

Re: Symantec AntiVirus for Dedicated Web Server...

2005-08-24 Thread Dan O'Keefe
Dan, I think that is correct for Symantec, they really do not sell a single server license, at least they did not the last time I checked. You can use Mcafee or the free one at http://www.clamwin.com/. Dan On 8/22/05, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Anyone know which is the correct

Old saw: jrun.exe out of control

2005-08-24 Thread Eric J. Hoffman
Out of the blue, jrun.exe is going bananas on me. Every four hours I have to reboot. I am sure others dealt with this, any advice? I have the cumulative hotfixes to number 3 installed, etc, everything is up to date. Besides performing an exorcism? Thanks.

Re: Symantec AntiVirus for Dedicated Web Server...

2005-08-24 Thread Ken Ferguson
We've been running E-Trust for over a year on our servers and it works perfectly for us. Dan O'Keefe wrote: Dan, I think that is correct for Symantec, they really do not sell a single server license, at least they did not the last time I checked. You can use Mcafee or the free one at

RE: Old saw: jrun.exe out of control

2005-08-24 Thread Eric J. Hoffman
look out...thought...its been exactly 90 days since the installation, I bet CF is trying to do something with client variables..we have them stored in the SQL server and maybe something is funky in that task? I have been searching the archives and saw this one thing mentioned that seems to

Displaying CFM name instead of File name

2005-08-24 Thread Paul Susemichel
Being new to ColdFusion, the following issue has me stumped. I am supporting a site that allows the user to click on a file link and the corresponding application opens and displays the document. However, the name that is displayed is the name of the CF page, not the name of the file. Using CF

Re: Stat app recommendation

2005-08-24 Thread Dan O'Keefe
I would second awStats, especially as a good starting point. Not too bad to set up and might give you everything you need. You do have to install Perl though if you are not already running that. Dan On 8/18/05, Russ [EMAIL PROTECTED] wrote: Awstats is always worth a look...

Session Scoped Login with CFC

2005-08-24 Thread Buntin, Seth - KATE
I have talked about this before (and even had a working copy but deleted it) and I am going to ask it again. I am using Model-Glue for this application and I want to setup an admin login system with the cfc's below. My error that I am getting is: Element ADMIN.ISLOGGEDIN is undefined in

RE: Old saw: jrun.exe out of control

2005-08-24 Thread Dustin Snell [Network Automation]
This is happening to us as well and it is driving us nuts If anyone can provide any guidance it would be greatly appreciated. -Dustin Snell Network Automation, Inc -Original Message- From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 6:11 AM To: CF-Talk

Re: cfdocument stopped working

2005-08-24 Thread Pete Ruckelshaus
I've seen this, but only as a result of my own bad code. Check your code or post it here. Pete On 8/23/05, dan martin [EMAIL PROTECTED] wrote: I have been using cfdocument to print to pdf for a while now. Messing with html and css to get the pdf to look right. All of a sudden no pdf's print

RE: (Security) Nigerian Scam Artist CAUGHT!

2005-08-24 Thread Ewok
Serving suggestion: http://www.sendaturd.com/ Ha! That would be unbelievably funny! I caught my Nigerian Scam friend! Good going!! -Original Message- From: Clark Slater [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 9:32 PM To: CF-Talk Subject: RE: (Security) Nigerian Scam

Re: Old saw: jrun.exe out of control

2005-08-24 Thread S . Isaac Dealey
Out of the blue, jrun.exe is going bananas on me. Every four hours I have to reboot. I am sure others dealt with this, any advice? I have the cumulative hotfixes to number 3 installed, etc, everything is up to date. Besides performing an exorcism? Thanks. If you think it might be

Re: cfdocument stopped working

2005-08-24 Thread Matthew Blatchley
Pete, I haven't ran into issues with the PDF not showing up, but we've been working with it for a while too and have worked out a lot of the problems with the formatting and css. If you need any answers let me know off list and I may be able to help you out if you get into a hole. Matt

RE: Old saw: jrun.exe out of control

2005-08-24 Thread kola.oyedeji
Anything in the logs? Any out of memory errors? -Original Message- From: Dustin Snell [Network Automation] [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 13:39 To: CF-Talk Subject: RE: Old saw: jrun.exe out of control This is happening to us as well and it is driving us nuts

RE: Old saw: jrun.exe out of control

2005-08-24 Thread Micha Schopman
That does not solve the problem, it only covers the problem up. What does SQL Profiler tell you, what is happening in terms of SQL Server traffic? Maybe Macromedia can come up with an answer, my guess is you are not the only one with this bug. Micha Schopman Project Manager Modern Media,

Re: SPAM-LOW: Re: cfdocument stopped working

2005-08-24 Thread Matthew Blatchley
Meant to say out of a hole :) Pete, I haven't ran into issues with the PDF not showing up, but we've been working with it for a while too and have worked out a lot of the problems with the formatting and css. If you need any answers let me know off list and I may be able to help you out

Get fields in an Access table

2005-08-24 Thread Steve Bryant
Does anyone know a way to get the all fields (and datatypes) from a table in MS Access using ColdFusion? Thanks! Steve Bryant Bryant Web Consulting LLC http://www.BryantWebConsulting.com/ http://steve.coldfusionjournal.com/ ~|

RE: Old saw: jrun.exe out of control (found issue)

2005-08-24 Thread Eric J. Hoffman
Okay, I think I have found the issueit was trying to run some file over and over. I removed the directory as it wasn't in use any longer. Here's the freak show: I removed all scheduled tasks, etc, mappings, etc to the Fusetalk Forums that was firing up this query over and over. I

RE: Get fields in an Access table

2005-08-24 Thread Ewok
I cant remember exactly step by step but there are hidden system tables in access that you'll need to uncover and give read access to in the actual ..mdb file. I did post the full how-to some time back so just check the archives for my name and access maybe. Id just tell you if I remembered :)

OT: I love CSS :-)

2005-08-24 Thread Damien McKenna
I must say that I simply love CSS. Being able to pixel-perfectly position things, adjust font styles, etc, its all marvelous! -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h

RE: Get fields in an Access table

2005-08-24 Thread RADEMAKERS Tanguy
you can get the column names by querying the table and then looking at yourqueryname.columnList, but i don't know how you can get datatypes... there was an article a way back in CFDJ (leveraging JDBC or just fetching coffee?) that talked about using the underlying JDBC api from cf, but they

Re: Need help to open a door!

2005-08-24 Thread Catherine Madsen
Thanks for your suggestions, we don't really want to deploy the .NET framework just for a door controller (anyway, I have no experience with it and need to replace the existing system fast) and we don't have CFEXECUTE turned on our server (security reasons), so I was wondering if anybody knows

Re: Get fields in an Access table

2005-08-24 Thread Claude Schneegans
Does anyone know a way to get the all fields (and datatypes) from a table in MS Access using ColdFusion? Yes, and much more: see CFX_ODBCInfo here: http://www.contentbox.com/claude/customtags/ODBCInfo/E/TestODBCInfo.cfm?p=hf -- ___ REUSE CODE! Use custom

Re: Get fields in an Access table

2005-08-24 Thread Claude Schneegans
I cant remember exactly step by step but there are hidden system tables in access This will give you a list of all tables, but forget about columns and types :-( -- ___ REUSE CODE! Use custom tags; See

RE: Old saw: jrun.exe out of control (found issue)

2005-08-24 Thread Dustin M Snell [Network Automation]
This is very interesting. We use Fusetalk over here as well. Problem is, I don't want to disable it because we actively use it! Can you be more specific about what exactly you need to do to fix the problem? Does it require discontinuing use of Fusetalk altogether? -Dustin Snell Network

OT: XML generation with CF

2005-08-24 Thread julian
Greetings all, I've successfully used the XmlNew(), XmlElemNew()functions to create an XML document, add elements, attributes etc based on the results of several queries. I need to add the !DOCTYPE declaration to define the DTD being used. CFMX generated the ?xml version=1.0 encoding=UTF-8 ?

Re: OT: I love CSS :-)

2005-08-24 Thread Pete Ruckelshaus
Welcome to 1997? Css does indeed rule, and I use it exclusively for presentation layer chrome. Makes it really easy to repurpose code for use on other sites, I have a core set of .class and #id definitions that are part of every site/corresponding CSS file that I write. I just wish that CSS

Re: PHP equivalent of...

2005-08-24 Thread Bryan Stevenson
Thanks Mike/Geoff/Russ.just one more questionhow do ya close the IF?? ;-) My assumptions: the line below sets a var equal to the lower case user agent $user_agent = strtolower( $_SERVER['HTTP_USER_AGENT'] ); the line below checks the condition I asked about if (stristr($user_agent,

RE: OT: I love CSS :-)

2005-08-24 Thread Damien McKenna
My comment isn't to say that I've only just discovered it, I've been using it for years though have only gotten into css-p in the past two years. I just had a few lightbulb moments this morning while working on a design and just wanted to share the meme :) As for multiple color schemes, I'm

RE: Old saw: jrun.exe out of control

2005-08-24 Thread S . Isaac Dealey
That does not solve the problem, it only covers the problem up. What does SQL Profiler tell you, what is happening in terms of SQL Server traffic? Well that's not entirely accurate... If the problem is in fact unnecessary global client updates, then turning them off does indeed solve the

iTEXT

2005-08-24 Thread Snake
I have been asked to install iText on a shared server, but it seems that it could potentially be unsafe to do so as I would imagine iText has the ability to read/file files anywhere on the server seeing as java components are not affected by a security sandbox. Can anyone tell me if this is

Re: CFINDEX - how to add/update a single record in an existing collection?

2005-08-24 Thread Pete Ruckelshaus
I ended up taking Dave's query for a single record approach because it simplified a number of things. Because of the nature of the app, I update some of the data one column at a time, but it still needs to be indexed immediately. I have a CFC with an updateCollection method that I just pass a

RE: PHP equivalent of...

2005-08-24 Thread Damien McKenna
-Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Thanks Mike/Geoff/Russ.just one more questionhow do ya close the IF?? ;-) Either: if(condition) { multiple; statements; } elseif(condition) { multiple; statements; } else {

Re: cfdocument stopped working

2005-08-24 Thread dan martin
I've seen this, but only as a result of my own bad code. Check your code or post it here. Pete On 8/23/05, dan martin [EMAIL PROTECTED] wrote: I have been using cfdocument to print to pdf for a while now. Messing with html and css to get the pdf to look right. All of a sudden no

Re: OT: I love CSS :-)

2005-08-24 Thread Jim McAtee
Use CF to generate your CSS. - Original Message - From: Pete Ruckelshaus [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, August 24, 2005 10:47 AM Subject: Re: OT: I love CSS :-) Welcome to 1997? Css does indeed rule, and I use it exclusively for

Re: PHP equivalent of...

2005-08-24 Thread Bryan Stevenson
Thanks for helping the lazy Damien (too much going on today to look it up myself) ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web:

Re: OT: I love CSS :-)

2005-08-24 Thread Pete Ruckelshaus
Yeah, what I have done in the past is use @import statements to import CSS files based upon need. What I generally do is have a fonts CSS file, a structure CSS file, a media CSS file, and a color scheme CSS file. This allows for multiple color schemes, 2 or 3 column layout for a given page,

Newsletter Manager Suggestions

2005-08-24 Thread Emmet McGovern
Does anyone have any experiences with the various mailing list managers out there? We need to get one and was hoping for some recommendations. Emmet ~| Logware (www.logware.us): a new and convenient web-based time tracking

Stupid custom tag question

2005-08-24 Thread Barney Boisvert
Is there a way to, in the opening tag of a custom tag, tell the custom tag to skip evaluation of it's body? p:mytag i don't want to do this /p:mytag mytag.cfm: cfif this.executionMode EQ start cfexit method=goToJustAfterClosingTag / /cfif Thanks, barneyb -- Barney Boisvert [EMAIL

Re: Stupid custom tag question

2005-08-24 Thread Barney Boisvert
Whoops, I screwed up. I want to skip the body, but still execute the closing tag. So that should be method=goToJustBEFOREClosingTag. Not sure what I was thinking. To complete the thought, method=exittag does what I described below, but that's NOT what I want. On 8/24/05, Barney Boisvert

PayPal subscription problems

2005-08-24 Thread Stan Winchester
I have successfully tested a subscriptions application using the PayPal Sandbox with no problems. When I switch to the live PayPal server I get the following message in six different languages: = We are sorry that we are experiencing temporary difficulties. Please try

RE: I love CSS :-)

2005-08-24 Thread Kevin Graeme
Congrats! There's a lot to love about CSS. There's also a LOT to make you tear your hair out. If you haven't seen it yet and are looking for a discussion list like this one but for CSS, I highly recommend http://www.css-discuss.org/ . --- Kevin Graeme Cooperative Extension Technology Services

RE: Newsletter Manager Suggestions

2005-08-24 Thread Snake
Not CF, but www.webwizguide.com do a free one. -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 18:21 To: CF-Talk Subject: Newsletter Manager Suggestions Does anyone have any experiences with the various mailing list managers out there? We need

Re: Newsletter Manager Suggestions

2005-08-24 Thread Eddie Awad
On 8/24/05, Emmet McGovern [EMAIL PROTECTED] wrote: Does anyone have any experiences with the various mailing list managers out there? We need to get one and was hoping for some recommendations. If you do not want to host the mailing lists on your server, FreeLists.org is an excellent (and

RE: Stupid custom tag question

2005-08-24 Thread Snake
cfif thistag.executionmode is end Do this /cfif Will only do anything on the closing tag. -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 18:34 To: CF-Talk Subject: Re: Stupid custom tag question Whoops, I screwed up. I want to skip the body,

Re: Stupid custom tag question

2005-08-24 Thread Daniel Mackey
You can do: cfif thisTag.executionMode eq Start Do Nothing cfelse Do your work /cfif Barney Boisvert wrote: Whoops, I screwed up. I want to skip the body, but still execute the closing tag. So that should be method=goToJustBEFOREClosingTag. Not sure what I was thinking. To complete

Re: iTEXT

2005-08-24 Thread Nick de Voil
Russ I have been asked to install iText on a shared server, but it seems that it could potentially be unsafe to do so as I would imagine iText has the ability to read/file files anywhere on the server seeing as java components are not affected by a security sandbox. I don't think iText

RE: Stupid custom tag question

2005-08-24 Thread Dave Francis
can't you just comment out? !--- cfif this.executionMode EQ start cfexit method=goToJustAfterClosingTag / /cfif --- -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 1:34 PM To: CF-Talk Subject: Re: Stupid custom tag question

Re: Stupid custom tag question

2005-08-24 Thread Barney Boisvert
I want to execute the start tag, then OPTIONALLY execute the body of the tag, and then execute the close tag. thistag.executionmode will only tell me which part of the tag (opening or closing) is currently execution, and doesn't tell me anything about the body of the tag. As near as I can tell,

Lowering spam profile of CF generated emails

2005-08-24 Thread Ian Skinner
I have a simple PayPal based registration system for our site: www.sierraOutdoorRecreation.com. Upon completion of the payment process, I send out a standard confirmation e-mail with initial username and password and transaction data. We are having a fairly high incidence of these e-mails

Re: cfapplication

2005-08-24 Thread daniel kessler
hey, thanks alot guys. I understand it alot better. I'd have replied sooner but I was so excited about getting this right, I was recoding a bunch of pages. !! Couple of quick answers: 1) 2) 3) 4) ~| Logware

RE: Newsletter Manager Suggestions

2005-08-24 Thread Emmet McGovern
I need one in house. We've been getting a lot of requests for mailing management features for clients recently. Mainly those in the real estate market requesting HTML mail and tracking. The one from Oprea.org looks decent. -e -Original Message- From: Eddie Awad [mailto:[EMAIL

RE: Stupid custom tag question

2005-08-24 Thread Dave Francis
But any part of the body of the tag will be either start or end, whether you select it or not. If you mean you want to selectively execute a common part of the tag, you could control that with an attribute I suppose? -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent:

RE: Stupid custom tag question

2005-08-24 Thread Snake
You can use thistag.generatedcontent to decide what to do with the content of tag. Russ -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 18:49 To: CF-Talk Subject: Re: Stupid custom tag question I want to execute the start tag, then OPTIONALLY

RE: Stupid custom tag question

2005-08-24 Thread Ian Skinner
Something wrong with the relatively trivial: Inside your custom tag: cfif attributes.doThis EQ TRUE Do what you want /cfif Called with a page like this: cf_myCustTag doThis=True -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C code

Re: Stupid custom tag question

2005-08-24 Thread Barney Boisvert
I don't want to ignore the content generated by the body, I want to skip execution of the body. In other words, it's the processing I want to avoid, not the output. Like how CFIF works, except that the closing tag still executes. cheers, barneyb On 8/24/05, Snake [EMAIL PROTECTED] wrote: You

Re: iTEXT

2005-08-24 Thread Bryan Stevenson
Are there any docs anywhere for installing it on CF, can't see anything on the site Russ If it's CF 7 then iText is built-in alreadyno need to install anythingCFDOUMENT uses it to produce PDFs Otherwise you need to drop iText.jar in the right path.and the right path depends on

RE: Lowering spam profile of CF generated emails

2005-08-24 Thread Snake
If they are HTML emails they will often get caught as these are generally considered spam. If it is an opt-in list you really need to tell users to add you to their whitelist so they can receive your emails. Russ -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 24

RE: iTEXT

2005-08-24 Thread Snake
Are there any docs anywhere for installing it on CF, can't see anything on the site Russ -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 18:39 To: CF-Talk Subject: Re: iTEXT Russ I have been asked to install iText on a shared server, but it seems

RE: Lowering spam profile of CF generated emails

2005-08-24 Thread Emmet McGovern
Are you sure you have reverse DNS setup for the server sending the mail? Emmet -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 1:48 PM To: CF-Talk Subject: Lowering spam profile of CF generated emails I have a simple PayPal based

Re: Stupid custom tag question

2005-08-24 Thread Daniel Mackey
By referencing thisTag.generatedContent, you could possibly do what you want. This is taking the following for granted: 1) Start tag is cf_myTag 2) Body of tag is [in between start and end] 3) End tag is /cf_myTag By setting thisTag.generatedContent to i.e: Nothing, then what you have in

RE: CFINDEX - how to add/update a single record in an existing collection?

2005-08-24 Thread Dave.Phillips
As for optimizing, I would consider doing it daily if you're making several updates and/or refreshes throughout the day. If you're only doing a refresh once a day, then I would optimize once a week or no more than once every other day. I think it would be overkill to optimize every day if

Re: Stupid custom tag question

2005-08-24 Thread Daniel Mackey
I think your going to have to put a CFIF to decide as I cant see an alternative. cf_myTag cfif someExpression //Run body /cfif /cf_myTag Barney Boisvert wrote: I don't want to ignore the content generated by the body, I want to skip execution of the body. In other words, it's

Re: Stupid custom tag question

2005-08-24 Thread Barney Boisvert
The body of the tag is the stuff between the opening and closing tags in the calling markup. For example: c:mytag this is the tag body of the tag c:mytag /c:mytag cheers, barneyb On 8/24/05, Dave Francis [EMAIL PROTECTED] wrote: But any part of the body of the tag will be either start or

Re: Lowering spam profile of CF generated emails

2005-08-24 Thread Jerry Johnson
Not definitive, and some may not be necessary, but here is what I try to do: Dont put your order or receipt in the subject. Dont put opt out or remove yourself in the body. Dont have any swear words. Or Viagra. Or enlargement. Have a good valid word to nonsense word (not found in a dictionary)

Re: Stupid custom tag question

2005-08-24 Thread Barney Boisvert
That doesn't work, because it forces the optional processing to be defined INSIDE the custom tag, rather than in the CALLING template. cheers, barneyb On 8/24/05, Ian Skinner [EMAIL PROTECTED] wrote: Something wrong with the relatively trivial: Inside your custom tag: cfif

Re: iTEXT

2005-08-24 Thread Nick de Voil
Russ Are there any docs anywhere for installing it on CF, can't see anything on the site You just need to get hold of the jar file and drop it in somewhere on the Java classpath. Nick ~| Find out how CFTicket can increase

RE: Newsletter Manager Suggestions

2005-08-24 Thread Dave.Phillips
If you want a full-blown web-based contact and e-mail management solution: http://www.bizbreeze.com Dave -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 1:21 PM To: CF-Talk Subject: Newsletter Manager Suggestions Does anyone have any

Re: cfgrid update using cfquery

2005-08-24 Thread Felipe Fernandes
David, after play a little with the flash forms what I can tell you is to not let the user make more than one kind of modification (if they update don´t let them insert or delete, and so on). Another bug is try to edit some row, than click in another row, don´t update it and send the form you

Re: Lowering spam profile of CF generated emails

2005-08-24 Thread Pete Ruckelshaus
A quick Google found this http://www.cyberlynk.net/customercare_tutorials/dsp_cfmail.cfm On 8/24/05, Snake [EMAIL PROTECTED] wrote: If they are HTML emails they will often get caught as these are generally considered spam. If it is an opt-in list you really need to tell users to add you to

RE: Old saw: jrun.exe out of control (found issue)

2005-08-24 Thread Eric J. Hoffman
I use Fusetalk in other high traffic installations, so I don't think its Fusetalk. CF/JRUN keeps trying to fire off some process that is not even listed in the scheduled tasks...so the issue is some weirdness in there. But I would check to see if you have in your exception log anything about

Re: DESPERATE!!! Any way to embed SWF within CFDOCUMENT (PREVIOUSLY CFDOCUMENT ERROR)

2005-08-24 Thread John Dowdell
Andy McShane wrote: Thanks Kevin, I like the idea of the swf to pdf converter, do you know of such a tool? I think I may also have to have a closer at flirt also. I am afraid that your first suggestion does not really mean anything to me, how would you print out the flash to file to

RE: Lowering spam profile of CF generated emails

2005-08-24 Thread Dave.Phillips
Well, in my experience, getting mail into the inbox can be different depending on the service of the receiver of the e-mail. AOL: Sign your server up for whitelisting at http://postmaster.aol.com. If you're on a shared server, you can't do this, though, so you'd need to be on a dedicated

RE: Get fields in an Access table

2005-08-24 Thread Dave.Phillips
Maybe this link will help: http://www.databasejournal.com/features/msaccess/article.php/3528491 Dave -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 12:21 PM To: CF-Talk Subject: Re: Get fields in an Access table I cant remember

Re: Newsletter Manager Suggestions

2005-08-24 Thread Jochem van Dieten
Emmet McGovern wrote: Does anyone have any experiences with the various mailing list managers out there? We need to get one and was hoping for some recommendations. Newsletters are a risky business. Even if you do everything right, some recipients will accuse you of spamming for instance

Re: CFINDEX - how to add/update a single record in an existing collection?

2005-08-24 Thread Pete Ruckelshaus
Boy, it's just my day for search-related questions. I'm seeing something weird here and want to know if this is normal. I'm creating an index from a database query. The collection contains about 14k records, and the initial collection size (immediately upon creation) is about 79MB. Optimizing

OT: IIS 6 VS Apache

2005-08-24 Thread Russ
What is the general recommendation now of what to use on Windows Server 2003? Is IIS 6 better then apache, or is apache still the preferred solution for performance, security, etc. ~| Discover CFTicket - The leading

RE: Stupid custom tag question

2005-08-24 Thread Dave Francis
This is happening outside the tag, it is just html/cfml. You could decide to generate output based on a url param, application var, whatever: c:mytag cfif url.x = live this is the tag body of the tag c:mytag /cfif /c:mytag -Original Message- From: Barney

RE: Stupid custom tag question

2005-08-24 Thread Matt Osbun
Not sure, exactly, if this is what you're looking for, but what about cfif SomeCondition cfset thistag.generatedcontent = /cfif I use that on occasion for optional content. Something like cf_CustomTag Optional or conditional content /cf_CustomTag Is this what you're thinking of? Matt

Re: Lowering spam profile of CF generated emails

2005-08-24 Thread dan martin
Are you sure you have reverse DNS setup for the server sending the mail? How do you do this? Can it be done if your dns is provided by a registrar (like register.com or godaddy.com) vs running your own dns server? ~| Logware

RE: Newsletter Manager Suggestions

2005-08-24 Thread Dave.Phillips
Jochem van Dieten wrote: some recipients will accuse you of spamming for instance simply because they forgot they subscribed. Not to mention when they decide they don't want it anymore, and from that point on, all future newsletters are considered spam. Like you were supposed to know they

Cannot set up certs for trusted CAs

2005-08-24 Thread Charles Polisher
I get this error stack trace when I open the CF Administrator: java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs at javax.crypto.b.([DashoPro-V1.2-120198]) at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198]) at

  1   2   >