Re: Stopping a Screen Scrape

2007-07-19 Thread Claude Schneegans
no matter what approach you take, they will get the content from the page. Exactly, and even if the approach is 100% efficient, they will not pay anyway. So any attempt to stop them is a waste of time. -- ___ REUSE CODE! Use custom tags; See

Re: cfheader filename problem

2007-07-19 Thread James Holmes
Actually double quotes are ok too (probably preferable), as per the example in the spec: http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html You'd need to escape the double quotes: some file.etx Some sort of quote is necessary in any case, as the spec states that a quoted string is expected

Manipulating bullet list ul tag using Regex or something else

2007-07-19 Thread Jide Aliu
Hi, Is it possible to wrap a p tag round bullet list like the examplme below, amongst a massive chunk of data, basically wherever the function or regex finds an opening and closed ul tag it wraps an opening and closing p tag rounds it: p ul liFirst line/li liFirst line/li liFirst line/li

Re: Manipulating bullet list ul tag using Regex or something else

2007-07-19 Thread Jochem van Dieten
Jide Aliu wrote: Is it possible to wrap a p tag round bullet list like the examplme below, amongst a massive chunk of data, basically wherever the function or regex finds an opening and closed ul tag it wraps an opening and closing p tag rounds it: You don't even need a regex for that,

Re: Text file created on windows published to unix

2007-07-19 Thread Jochem van Dieten
Ian Skinner wrote: I get this error when my CF app tries to work with an XSLT file created on my Windows workstation and published to a UNIX/Apache server. Can anybody give me the quickest and easiest way to fix this? I presume this is related to the difference between Win and Unix text

RE: Stopping a Screen Scrape

2007-07-19 Thread Dan G. Switzer, II
Randy, I am not sure I agree with your statement. If I choose to make my printer friendly page a graphic instead of a standard html table as long as it still prints fine you would have no recourse. About the only thing you could do is take your business elsewhere. Right? Unless you have an

RE: cfheader filename problem

2007-07-19 Thread Dave Francis
Duh! Thanks Ben. You know it's really Bobby's job to make me feel stupid :) -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 4:52 PM To: CF-Talk Subject: RE: cfheader filename problem Try wrapping the filename in single quotes: cfheader

Array from multi-select

2007-07-19 Thread Daniel Kessler
I'm working with a multi-select field. Some of the elements have commas in them. When I go to add them to a database and I check the form element, it delimits them with commas with no difference between those and content commas. When go to repopulate the multi-select field and break the

Re: Manipulating bullet list lt;ulgt; tag using Regex or something else

2007-07-19 Thread Jide Aliu
Off course!! thanks a million. Hi, Is it possible to wrap a p tag round bullet list like the examplme below, amongst a massive chunk of data, basically wherever the function or regex finds an opening and closed ul tag it wraps an opening and closing p tag rounds it: p ul liFirst

Re: SABRE Web Services

2007-07-19 Thread Mark Skeggs
Rather strangely I've just started the exact same process and it looks like it will be problematic ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial.

RE: Array from multi-select

2007-07-19 Thread Dave Francis
Replace the commas on the select value with a different delimiter. Then un-replace them when you insert into the db. As an aside, it just about always works out better to create a relational table for this kind of data. -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED]

Re: Manipulating bullet list ul tag using Regex or something else

2007-07-19 Thread Ben Doom
As long as you can guarantee that you won't have nested lists, it's pretty easy. rereplacenocase(string, (ul.*?/ul), p#1#\p, all) Not tested, from memory, YMMV, keep head and arms inside the regex at all times. And I've done backreferencing in 3 languages since doing it in CF. I think the

Looking for a US/UK English Dictionary database to use with CF.

2007-07-19 Thread Che Vilnonis
Looking for a US/UK English Dictionary database to use with CF. Anyone know where to get one? An downloadable Access database would be perfect. Thanks, Che. ~| CF 8 – Scorpio beta now available, easily build great internet

Invoking CFC with Javascript onclick event

2007-07-19 Thread Joel Watson
I have a simple two field form that I would like to submit to a database without doing a postback on the page. Is there a way to use javascript to invoke my component? Obviously, CF8 will make this ridiculously simple for people like me who are idiots at javascript. However, until that

Re: Invoking CFC with Javascript onclick event

2007-07-19 Thread Charlie Griefer
you'd need the onclick to call a function that triggers tha AJAX call. I've found JSMX to be a very nice lightweight library for AJAX, and i think it'd work well for you here (you don't need all the bells and whistles of a jQuery or YUI or Prototype etc for this specific task).

RE: Invoking CFC with Javascript onclick event

2007-07-19 Thread Andy Matthews
Well, jQuery makes this very simple. You might look into that. www.jquery.com -Original Message- From: Joel Watson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 8:34 AM To: CF-Talk Subject: Invoking CFC with Javascript onclick event I have a simple two field form that I would

Re: HostMySite: Linux Builder + CF No Longer Offered

2007-07-19 Thread Greg Fuller
James - It wasn't clear to me from the Vivio web site that you could do this. Thanks for pointing this out. I'm in contact with Vivio now. --Greg On 7/18/07, James Holmes [EMAIL PROTECTED] wrote: You can include CF or BD as part of the monthly cost of the VPS, you don't need to bring your

Re: Looking for a US/UK English Dictionary database to use with CF.

2007-07-19 Thread Ben Doom
I would suggest that a full-size dict for both US and UK would quickly kill your average Access db. If you are trying to spell-check, then I'd suggest one of the many Java plugins. Someone has probably even written a CF wrapper for one of them. If you are trying to generate passwords, I

Re: Manipulating bullet list ul tag using Regex or something else

2007-07-19 Thread Ben Doom
Heh. I gotta stop looking for zebras. Even if someone shouts Zebra! Yeah, your solution is much more efficient than mine. --Ben Doom Jochem van Dieten wrote: Jide Aliu wrote: Is it possible to wrap a p tag round bullet list like the examplme below, amongst a massive chunk of data,

RE: Manipulating bullet list ul tag using Regex or something else

2007-07-19 Thread Dave Francis
Why not just use CSS to style ul (space it with margins or whatever)? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 6:40 AM To: CF-Talk Subject: Re: Manipulating bullet list ul tag using Regex or something else Jide Aliu wrote: Is

RE: Looking for a US/UK English Dictionary database to use with CF.

2007-07-19 Thread Che Vilnonis
I want to create a simple CF based app that goes through a list of expiring domain names (20K a day) and compares the domain name (w/o the tld) to existing words in the US/UK dictionary. I want to find matches for 'single' words that actually exist. Am I making more sense? That said, is there

Re: preserving session for web services

2007-07-19 Thread Larry Lyons
Thanks, could you clarify a bit, when you say that if the client accepts cookies. Where are they set, and by what, the asp.net app that is calling the web service or the CFC that makes up the web service. thx, larry Ya... I was experimenting with an AIR app a while back and it connected

RE: Looking for a US/UK English Dictionary database to use with CF.

2007-07-19 Thread Che Vilnonis
Ahh... I mean freeware/public dictionary database available. -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 10:16 AM To: CF-Talk Subject: RE: Looking for a US/UK English Dictionary database to use with CF. I want to create a simple CF

Re: Invoking CFC with Javascript onclick event

2007-07-19 Thread Joel Watson
you'd need the onclick to call a function that triggers tha AJAX call. I've found JSMX to be a very nice lightweight library for AJAX, and i think it'd work well for you here (you don't need all the bells and whistles of a jQuery or YUI or Prototype etc for this specific task).

Re: Invoking CFC with Javascript onclick event

2007-07-19 Thread Christopher Jordan
Joel, RobGonda's AjaxCFC is super easy to use. If you continue to have trouble with this I suggest checking it out. There is a version for jQuery as well as a version that uses DWR. It's not bloated at all, and keep in mind that even though jQuery has a bunch of bells and whistles, it far from

Re: Invoking CFC with Javascript onclick event

2007-07-19 Thread Charlie Griefer
On 7/19/07, Joel Watson [EMAIL PROTECTED] wrote: you'd need the onclick to call a function that triggers tha AJAX call. I've found JSMX to be a very nice lightweight library for AJAX, and i think it'd work well for you here (you don't need all the bells and whistles of a jQuery or YUI or

RE: Multi-Level CFTREE from a query?

2007-07-19 Thread Blum, Jason (SAA)
You didn't used to be able to do this easily in SQL Server, though I think you can now. In Oracle, it's easy using the START WITH and CONNECT BY syntax: http://www.adp-gmbh.ch/ora/sql/connect_by.html -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17,

Re: Invoking CFC with Javascript onclick event

2007-07-19 Thread Joel Watson
i usually debug the AJAX stuff with the Firebug plugin for Firefox. Got that loaded up? If not, you should (not just for this... but in general, it's a must-have). -- Charlie Griefer ...All the world shall be your enemy, Prince with a Thousand

RE: preserving session for web services

2007-07-19 Thread Dave Watts
could you clarify a bit, when you say that if the client accepts cookies. Where are they set, and by what, the asp.net app that is calling the web service or the CFC that makes up the web service. I think they would be set by CF, according to the Application.cfm/cfc that governs your CFCs.

Re: preserving session for web services

2007-07-19 Thread Larry Lyons
could you clarify a bit, when you say that if the client accepts cookies. Where are they set, and by what, the asp.net app that is calling the web service or the CFC that makes up the web service. I think they would be set by CF, according to the Application.cfm/cfc that governs your CFCs.

Re: Array from multi-select

2007-07-19 Thread daniel kessler
Replace the commas on the select value with a different delimiter. Then un-replace them when you insert into the db. As an aside, it just about always works out better to create a relational table for this kind of data. thank you very much. daniel

RE: preserving session for web services

2007-07-19 Thread Dave Watts
To make sure I understand fully, there will be an application.cfm page, with a named cfapplication tag. Then there will be a cfc with a set of delegate methods (access = remote) that talks with the various objects, (user, cart, salesHistory, etc) and returns the results to the user.

Re: FTPS

2007-07-19 Thread Jake Pilgrim
I too would still be interested in finding any code which gracefully handles FTPS transactions. The current solution I'm looking at would require me to write a BAT file for every transaction I wish to perform... ~| Macromedia

Re: FTPS

2007-07-19 Thread Jake Pilgrim
The file transaction I'm looking to do is a communication with a bank - I have no control over the file server in place on their end. It is an FTPS fileserver, not an SFTP fileserver and I need to be able to access it programmatically. If there's an existing Java object that I can wrap,

Re: Manipulating bullet list lt;ulgt; tag using Regex or something else

2007-07-19 Thread Jide Aliu
Thanks for all your replies guys, I'm actually putting the tag in an XML document, which makes Jochem solution as easy as it is does the job. ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years.

How do I properly check for an empty string?

2007-07-19 Thread Will Tomlinson
I'm tryin to check and see if some fields have any data in a spreadsheet, using Ben's POI utility. cfif Len(instructorid) AND Len(lastname) AND Len(firstname) AND Len(URL.EID) Add data to the db cfelse Build a query in cf memory of bad data /cfif The problem is, empty strings are slippin

Re: How do I properly check for an empty string?

2007-07-19 Thread Patti Lee
I would suggest adding a trim function to catch spaces and see if that helps. cfif len(trim(instructorid)) On 7/19/07, Will Tomlinson [EMAIL PROTECTED] wrote: I'm tryin to check and see if some fields have any data in a spreadsheet, using Ben's POI utility. cfif Len(instructorid) AND

Re: How do I properly check for an empty string?

2007-07-19 Thread Crow T. Robot
Does Trim() ing your strings help? Sometimes there's whitespace there that you can't see. On 7/19/07, Will Tomlinson [EMAIL PROTECTED] wrote: I'm tryin to check and see if some fields have any data in a spreadsheet, using Ben's POI utility. cfif Len(instructorid) AND Len(lastname) AND

Re: How do I properly check for an empty string?

2007-07-19 Thread Charlie Griefer
cfif len(trim(string)) GT 0 (/me anticipates the implicit boolean conversion raging debate...) :) On 7/19/07, Will Tomlinson [EMAIL PROTECTED] wrote: I'm tryin to check and see if some fields have any data in a spreadsheet, using Ben's POI utility. cfif Len(instructorid) AND Len(lastname)

Adding events to outlook calendar

2007-07-19 Thread Bosky, Dave
We've got a course registration page that I want to integrate with outlook calendars. Any CF custom tags available that will create events inside individual outlook calendars? Or a nice example of how this can be done? Thanks, Dave Bosky | Information Services | HTC | direct: 843-369-8613 |

RE: How do I properly check for an empty string?

2007-07-19 Thread Marius Milosav
Probably you will have to trim them first, because an empty space will go through: cfif Len (trim (instructorid)) AND Len(trim (lastname)) ... Add data to the db cfelse Build a query in cf memory of bad data /cfif Marius Milosav ScorpioSoft Corp. www.scorpiosoft.com -Original

Re: Adding events to outlook calendar

2007-07-19 Thread jeff
Your best bet is to wait for the release of ColdFusion 8. There is a ton of built in Exchange functionality baked right in. -- Jeff Garza -Original Message- From: Bosky, Dave [EMAIL PROTECTED] Subj: Adding events to outlook calendar Date: Thu Jul 19, 2007 10:13 am Size: 1K To:

Re: Issue with Verity and MSOffice created document types on CF5/Solaris installation

2007-07-19 Thread Mankit Ma
Stephen, We run into a similar problem. Were you able to resolve it? Thanks in advance! Kit ~| ColdFusion 8 beta – Build next generation applications today. Free beta download on Labs

Re: Issue with Verity and MSOffice created document types on CF5/Solaris installation

2007-07-19 Thread Mankit Ma
Stephen, We run into a similar problem. Were you able to resolve it? Thanks in advance! Kit ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business. Upgrade now

RE: Adding events to outlook calendar

2007-07-19 Thread Brad Wood
Wait for CF8. It's all built into cfexchange According to the Forta presentation at my user group, Scorpio will let you do ANYTHING Outlook does. ~Brad -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:12 PM To: CF-Talk Subject: Adding

Re: How do I properly check for an empty string?

2007-07-19 Thread Will Tomlinson
Hmm... I'm wonderin if it has more to do with the spreadsheet data itself. I can upload a different one, with no errors. ~| CF 8 – Scorpio beta now available, easily build great internet experiences – Try it now on Labs

Re: How do I properly check for an empty string?

2007-07-19 Thread Will Tomlinson
I tried cfif Len(trim(instructorid)) AND Len(trim(lastname)) AND Len(trim(firstname)) And rows of empty strings still get thru to cfelse and added to the query. There's somethin I'm not seeing here... Thanks, Will ~|

HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Dae
Someone help me... I need a way, other then using DTS to insert data into a SQL table. I was able to find some code on easyCFM.com, and it works, but only with comma delimited files. What I need to know is how I might be able to correct this so I can use files with other delimiters. Below is

RE: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Brad Wood
It would appear that not all the lines of your input file have four values. Keep in mind current versions of CF ignore empty list elements. Ex: item1,item2,,item4 The above comma delimited list only has 3 items, even though it would appear to have 4. (Word is, CF8 fixed that) ~Brad

RE: How do I properly check for an empty string?

2007-07-19 Thread Robert Harrison
The easiset thing is cfif #trim(mysting)# is action here/cfif Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be either/or... It must

Re: Adding events to outlook calendar

2007-07-19 Thread Phillip M. Vector
Not everyone is going to be willing to upgrade to CF8. I'd be interested in this as well, but my site is stuck on a place that does cf7 only. [EMAIL PROTECTED] wrote: Your best bet is to wait for the release of ColdFusion 8. There is a ton of built in Exchange functionality baked right

Re: How do I properly check for an empty string?

2007-07-19 Thread Crow T. Robot
Have you just tried commenting out your cfif's and outputting the variables themselves to see what you ARE dealing with? I sometimes I will add some kind of quotes or something to the output to physically check for whitespace. Like cfoutput#myVar#/cfoutput. Sounds like the data you're expecting

Another Fusebox question

2007-07-19 Thread Phillip M. Vector
Can someone explain the difference between parameter name=scriptlanguage value=cfmx / parameter name=scriptFileDelimiter value=cfm/ parameter name=maskedFileDelimiters value=htm,cfm,cfml,php,php4/ If I wanted fusebox to process a javascript action in the preprocess area, if I have it include a

Re: Adding events to outlook calendar

2007-07-19 Thread Aaron Rouse
But are they running Exchange server? We are not here, I looked into added events to Outlook Calendars, did not come across any custom tags for it at the time. Depending on the version of Outlook that needs to be supported it may not be a very hard thing to add the feature. We actually never

RE: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Brad Wood
Wait, I just noticed the fourth listgetat doesn't specify a delimiter-- which means it is defaulting to a comma. That would cause problems when using a | or ~ delimiter. (or technically, anything OTHER than a comma) If you change the fourth line to '#listgetAt('#index#',4,'|')#' that should

Re: How do I properly check for an empty string?

2007-07-19 Thread Charlie Griefer
toss in a cfelse for debugging. cfif (len(trim(instructorID)) GT 0) AND (len(trim(lastName)) GT 0) AND (len(trim(firstName)) GT 0) do stuff cfelse instructorID: #len(trim(instructorID))#br / lastName: #len(trim(lastName))#br / firstName: #len(trim(firstName))# /cfif see

RE: Adding events to outlook calendar

2007-07-19 Thread Billy Cox
I've heard that CF8 will eliminate world hunger and bring peace to the Middle East. I think that the marketing people got a little carried away. :) -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:27 PM To: CF-Talk Subject: RE: Adding events

Re: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Christopher Jordan
Dae, I have questions: cfloop index=index list=#txtfile# delimiters=#chr(10)##chr(13)# cfquery name=importtxt datasource=sqlconnect INSERT INTO testload (date_add,name,phone,zip) VALUES ('#listgetAt('#index#',1, '|')#',

RE: How do I properly check for an empty string?

2007-07-19 Thread Andy Matthews
Put brackets or parentheses around the variable so that you can easily tell if there's white space in there. -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:48 PM To: CF-Talk Subject: Re: How do I properly check for an empty string?

Re: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Charlie Griefer
On 7/19/07, Dae [EMAIL PROTECTED] wrote: Invalid list index 4. In function ListGetAt(list, index [, delimiters]), the value of index, 4, is not a valid as the first argument (this list has 1 elements). Valid indexes are in the range 1 through the number of elements in the list.The error

cgi.auth_user on Apache/Unix server.

2007-07-19 Thread Ian Skinner
Is there a way to get an Apache/UNIX server to automatically populate the cgi.auth_user parameter with the domain and|or username of the user accessing the web resource, similar to using Windows Integrated Security in IIS? ~|

Re: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Dae
Thank you Charlie!! I didn't think it needed one because after the 4th field, it's a CR/LR. Regardless, changing to: '#listgetAt('#index#',4, '|')#', WORKED!!! THANK YOU!!! - Dae === On 7/19/07, Charlie Griefer [EMAIL PROTECTED] wrote: On 7/19/07, Dae [EMAIL PROTECTED]

Re: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Janet MacKay
Someone help!! How do I fix it to work with other delimiters? I get the below error if I can the comma to say a pipeline '|'. I made sure to change the test.txt file to match. *15 :'#listgetAt('#index#',4)#'* Also, you forgot the pipe delimiter on the last line

RE: Adding events to outlook calendar

2007-07-19 Thread Rob O'Brien
I really want to go on a rant about the wait for CF8 responses, but I'm trying hard not to. Obviously CF8 isn't an option yet, so here's an actionable answer... Dave, you'll want to use vCalendar or iCalendar specs to form a file that's compatible with Outlook. The app I'm working with uses the

Re: cgi.auth_user on Apache/Unix server.

2007-07-19 Thread Barney Boisvert
You want cgi.remote_user, which is the more standard version of cgi.auth_user. IIS populates both, but Apache only populates the former. I'm assuming the latter is largely a MS extension. cheers, barneyb On 7/19/07, Ian Skinner [EMAIL PROTECTED] wrote: Is there a way to get an Apache/UNIX

Re: How do I properly check for an empty string?

2007-07-19 Thread Ian Skinner
But that is what should happen according to that statement? If any field fails that len(trim()) test by return 0|false then the if statemement is false and it will run the else clause. Do you mean that empty rows are returning true and getting into the database... or that your false else

Re: Adding events to outlook calendar

2007-07-19 Thread Ian Skinner
I'm sorry, but I do not have the URL anymore, but I remember reading a blog that gave an example of how to do this with current versions of CF. Google should turn it up. I here that CF8 will support this natively if that is an option for you to explore.

Re: cgi.auth_user on Apache/Unix server.

2007-07-19 Thread Jochem van Dieten
Ian Skinner wrote: Is there a way to get an Apache/UNIX server to automatically populate the cgi.auth_user parameter with the domain and|or username of the user accessing the web resource, similar to using Windows Integrated Security in IIS? http://support.microsoft.com/kb/555092 Jochem

Re: How do I properly check for an empty string?

2007-07-19 Thread Will Tomlinson
Ian, Everything you say makes total sense. Here's what's throwin me. The spreadsheet I'm testing has one row. How are 3 empty rows even getting into the cfelse in the first place? Other spreadsheets flow thru perfectly. That's why I'm thinking there's somethin funky with this spreadsheet.

Re: Adding events to outlook calendar

2007-07-19 Thread Oğuz Demirkapı
Take a look ... http://www.numtopia.com/terry/code_exchange_item_creator.cfm Ian Skinner wrote: I'm sorry, but I do not have the URL anymore, but I remember reading a blog that gave an example of how to do this with current versions of CF. Google should turn it up. I here that CF8 will

Re: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Jake Pilgrim
The performance of cffile action=read and cfloop list=file, delim=end of line chars is terribly poor... Furthermore (as you have found out), there's usually a lot of trial and error getting this to work. Assuming you have a well-formatted delimited text file, the best approach is to use

Re: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Dominic Watson
Also again, It isn't necessary to have all those pound signs in your listgetat statements. The following will work: cfquery name=importtxt datasource=sqlconnect INSERT INTO testload (date_add,name,phone,zip) VALUES ('#listgetAt('index',1, '|')#',

Re: How do I properly check for an empty string?

2007-07-19 Thread Will Tomlinson
I tried pretty much every idea posted. I've come to the conclusion that I'm reading a one row spreadsheet with the POI utility, but it's spittin out 3 records with empty strings. This is impossible. It's like it's a spreadsheet issue. I dunno. Thanks for everyone's help. Will

RE: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Dave Francis
You don't have the delimiter specified on the last item in the INSERT statement, but you need it. Otherwise listGetAt() (or any list function) assumes a comma delimiter. -Original Message- From: Dae [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:35 PM To: CF-Talk Subject: HELP

Re: HostMySite: Linux Builder + CF No Longer Offered

2007-07-19 Thread Aaron Roberson
I vouch for Vivio! However, I don't know about 512mb of ram. CF is such a huge resource hog. -Aaron On 7/19/07, Greg Fuller [EMAIL PROTECTED] wrote: James - It wasn't clear to me from the Vivio web site that you could do this. Thanks for pointing this out. I'm in contact with Vivio now.

Re: cgi.auth_user on Apache/Unix server.

2007-07-19 Thread Barney Boisvert
Whoops. I completely misread the question. Good thing Jochem can read. Please ignore me. ;) On 7/19/07, Jochem van Dieten [EMAIL PROTECTED] wrote: Ian Skinner wrote: Is there a way to get an Apache/UNIX server to automatically populate the cgi.auth_user parameter with the domain and|or

RE: Adding events to outlook calendar

2007-07-19 Thread Brad Wood
What, you didn't hear about the cfhunger active=yes|no and cfpeace active=yes|no region=middleeast Tags?? ~Brad -Original Message- From: Billy Cox [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 1:02 PM To: CF-Talk Subject: RE: Adding events to outlook calendar I've heard

Re: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Christopher Jordan
Dominic's right. I missed the quotes around the index variable. oops! :o) Chris On 7/19/07, Dominic Watson [EMAIL PROTECTED] wrote: Also again, It isn't necessary to have all those pound signs in your listgetat statements. The following will work: cfquery name=importtxt

Problems with encrypt and decrypt

2007-07-19 Thread Jacob
I am playing around with encrypt and decrypt in CF and I ran into a issue. First, here is the code: cfoutput cfset key = X44po cfset tt = 4003 cfset encryptCC = '#trim(encrypt(trim(tt), key))#' P#tt#/P P#encryptCC# /P cfset ccnumber = #trim(decrypt(trim(encryptCC), key))#

RE: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Brad Wood
I think your confusion was that you really have two lists here. A crlf delimited list of pipe delimited lists. Each line of the file is a single item in the crlf delimited list. WITHIN each line is the second list of | delimited items. When you reference that inner list, you still have to tell

Re: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Kris Jones
Ben Nadel wrote a nice function for parsing csv-type files that works very well: http://www.bennadel.com/index.cfm?dax=blog:498.view Cheers, Kris ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7

Re: Adding events to outlook calendar

2007-07-19 Thread James Wolfe
If your client doesn't have Microsoft Exchange, I think it's basically impossible for CF on the server side talking to a client-side outlook. You can create a .ics or .vcs file for the user to download/open and thereby import the event into their outlook, but without exchange, that's all you

RE: Adding events to outlook calendar

2007-07-19 Thread Dave Watts
What, you didn't hear about the cfhunger active=yes|no and cfpeace active=yes|no region=middleeast Tags?? The beta test for that last one went REALLY badly, though. Wait for an updater before using it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the

Re: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Christopher Jordan
Nice Tip Jake! Chris On 7/19/07, Jake Pilgrim [EMAIL PROTECTED] wrote: The performance of cffile action=read and cfloop list=file, delim=end of line chars is terribly poor... Furthermore (as you have found out), there's usually a lot of trial and error getting this to work. Assuming you

Re: cgi.auth_user on Apache/Unix server.

2007-07-19 Thread Ian Skinner
Thanks Jochem; That is pretty heady scanning for somebody who has been seriously involved with Apache for the first time for about 1 week now, but I will try my best to process the information. One question to which you may be able to provide a quick answer. Will appropriately configuring

RE: Adding events to outlook calendar

2007-07-19 Thread Brad Wood
So would now be a bad time to tell Dae that if he waits for CF8, he will get better performance and more convenience out of reading in his large text file? :) I agree it can be frustrating when people all tell you to upgrade and it is not an option. I also like to see the community get excited

Quick sorting hack...

2007-07-19 Thread Che Vilnonis
Looking for a hack that I know is not a best practice. This is a temporay fix. For example, I have a product called, Adidas Neoprene Uniform What character (Ascii maybe?) can I put in front a the work Adidas that is invisible or small to the user but makes it sort to the end of a product list

Re: Quick sorting hack...

2007-07-19 Thread Ben Doom
A tilde? Basically anything in the ascii set (http://www.asciitable.com) that comes after the alphabets and numbers. --Ben Doom Che Vilnonis wrote: Looking for a hack that I know is not a best practice. This is a temporay fix. For example, I have a product called, Adidas Neoprene Uniform

Re: cgi.auth_user on Apache/Unix server.

2007-07-19 Thread Ian Skinner
Thanks Barney, I actually learned more about this and had become aware of 'cgi.remote_user' which would be fine. But I have yet to find anything that will allow this to be automatically populated behind the scenes by the web server requesting it from the client system without a user login

RE: Problems with encrypt and decrypt

2007-07-19 Thread Jacob
Nevermind. Found this... http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=0452.htm Pardon the interruption. Jacob -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:49

Re: Adding events to outlook calendar

2007-07-19 Thread Ian Skinner
Oğuz Demirkapı wrote: Take a look ... http://www.numtopia.com/terry/code_exchange_item_creator.cfm That looks familiar. I believe it is the blog entry I was recalling. ~| Create robust enterprise, web RIAs. Upgrade

This is a good one - another Regex question

2007-07-19 Thread Jide Aliu
I have a body of text, within that text are random ul tags preceded by ptext/p, example below; pBody of text loads of it, sometimes just a one liner and it ends here/p ul liblurb of text one/li liblurb of text two/li liblurb of text three/li /ul pAnother of body text here/p ul liNew list

RE: Problems with encrypt and decrypt

2007-07-19 Thread Jacob
cfset ccnumber = #trim(decrypt(trim(encryptCC), key))# I had trim in the decrypt string.. disregard... -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:49 PM To: CF-Talk Subject: Problems with encrypt and decrypt I am playing around with encrypt

RE: Problems with encrypt and decrypt

2007-07-19 Thread Rob O'Brien
Encrypt() is resulting in a character that is being stripped by the use of trim(). It looks like a whitespace/CR/etc. using the example CC#. If you want to trim the input, do it upfront on the cc value itself, then go into the encrypt/decrypt routine. There's no need to trim the result of

Re: This is a good one - another Regex question

2007-07-19 Thread Jide Aliu
Sorry just a quick correction below, the p tag must always encapsulate the next piece of ul tag just after it and closes at the end of the /ul/ptag; pBody of text loads of it, sometimes just a one liner and it ends here ul liblurb of text one/li liblurb of text two/li liblurb of

Re: This is a good one - another Regex question

2007-07-19 Thread Christopher Jordan
You know who you ought to ask about regex stuff is my man Steven Levithan over at Flagrant Badassery http://blog.stevenlevithan.com/. The dude is in love with regular expressions. Chris http://blog.stevenlevithan.com/On 7/19/07, Jide Aliu [EMAIL PROTECTED] wrote: I have a body of text, within

RE: Problems with encrypt and decrypt

2007-07-19 Thread Jacob
Thanks. Yea. I caught that, after around 2 hours of messing with it... -Original Message- From: Rob O'Brien [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 1:56 PM To: CF-Talk Subject: RE: Problems with encrypt and decrypt Encrypt() is resulting in a character that is being

CFTREE Java Applet fails to load

2007-07-19 Thread Richard Colman
I have a simple page with a CFTREE command that used to load OK, but now the java applet refuses to load. It just hangs with the Java Sun Microsystems logo going around and around. This happens in both IE and Firefox. Any ideas? Rick Colman

RE: Adding events to outlook calendar

2007-07-19 Thread Dawson, Michael
I would say it would do quite a bit, but not everything Outlook can do. M!ke -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:27 PM To: CF-Talk Subject: RE: Adding events to outlook calendar Wait for CF8. It's all built into cfexchange

RE: Adding events to outlook calendar

2007-07-19 Thread Dawson, Michael
For a non-Exchange solution, try vCal: cfmail from= to= subject=#trim(events.subject)# spoolenable=no cfmailpart type=text/plain#trim(events.eventDetails)#/cfmailpart cfmailpart type=text/calendar BEGIN:VCALENDAR PRODID:-//University of Evansville//UEIntranet//EN VERSION:2.0 METHOD:PUBLISH

  1   2   >