Re: OT: Disabling Flash Links

2005-10-11 Thread Thomas Chiverton
On Monday 10 October 2005 23:29, Jim McAtee wrote: all embedded links, so that we can force the link to go through our click.cfm script and record the click-through? Place a transparent div over it, with an onClick event handler ? -- Tom Chiverton Advanced ColdFusion Programmer

RE: 64 bit Server Question, Help Please

2005-10-11 Thread Robertson-Ravo, Neil (RX)
CF should run and install no problem on a 64-Bit Linux machine but you may need to recompile the Apache connector. -Original Message- From: Jorge Tejada [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 04:26 To: CF-Talk Subject: 64 bit Server Question, Help Please We were using

ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-11 Thread wolf2k5
Hi, We hit the stored procedure issue with ColdFusion MX 6.1/7 and Oracle Database 10g R2. Does anyone know when Macromedia is going to release the updated DataDirect JDBC drivers (version 3.5)? Thanks. ~| Find out how

RE: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-11 Thread Robertson-Ravo, Neil (RX)
Macromedia will not be releasing them per say - they belong to DataDirect; -Original Message- From: wolf2k5 [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 10:47 To: CF-Talk Subject: ColdFusion DataDirect JDBC drivers 3.5 ETA? Hi, We hit the stored procedure issue with ColdFusion MX

Re: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-11 Thread Thomas Chiverton
On Tuesday 11 October 2005 10:46, wolf2k5 wrote: Does anyone know when Macromedia is going to release the updated The beta just finished, so 'soon'. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware

Flash Error Handling

2005-10-11 Thread Gavin Brook
All, I'm just implementing a Flash Remoting system and I'm encountering a strange problem with exception handling. Basically, I want to be able to cfthrow and error and the flash application to pick that up and handle it. I have a fault handler in Flash which successfully detects there is an

cutting: aabbcc0000

2005-10-11 Thread Uwe Degenhardt
Hi list I have a value in a db-field like aabbcc and I always want to cut the leading nulls on the right to get: aabbcc, but only the four nulls, how can I do this ? There must be a regular expression for this, but I can't remember. Uwe

RE: cutting: aabbcc0000

2005-10-11 Thread Michael T. Tangorre
From: Uwe Degenhardt [mailto:[EMAIL PROTECTED] Hi list I have a value in a db-field like aabbcc and I always want to cut the leading nulls on the right to get: aabbcc, but only the four nulls, how can I do this ? There must be a regular expression for this, but I can't remember.

RE: cutting: aabbcc0000

2005-10-11 Thread Robertson-Ravo, Neil (RX)
You mean trailing zeros? Would they always be trailing? And would there always be 4? -Original Message- From: Uwe Degenhardt [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 13:25 To: CF-Talk Subject: cutting: aabbcc Hi list I have a value in a db-field like aabbcc and I always

Re: Shopping Cart solution - any others to look at?

2005-10-11 Thread Ken Ferguson
My advice, and this is gonna be wildly unpopular on this list, is to use X-Cart (www.x-cart.com). It's PHP not CF, but it is very good. I've used it in a number of situations and I've never regretted it. I always wished I was better at PHP when using it, as it would have taken me a lot less

CF Search Engine Tags/Techniques?

2005-10-11 Thread Jake McKee
I'm building a non-Verity search engine into one of my apps. At this point, what I have is a VERY basic SQL LIKE query. Can anyone point me to any resources, articles, tags, etc. that would help me expand the complexity of the search (and thus quality of results)? Thanks! Jake

Re[2]: cutting: aabbcc0000

2005-10-11 Thread Uwe Degenhardt
Hello Michael, Tuesday, October 11, 2005, 2:33:09 PM, you wrote: From: Uwe Degenhardt [mailto:[EMAIL PROTECTED] Hi list I have a value in a db-field like aabbcc and I always want to cut the leading nulls on the right to get: aabbcc, but only the four nulls, how can I do this ?

RE: Benefits of Upgrading to MX6.1 or MX7

2005-10-11 Thread Kevin Roche
Dave, Thanks. Unfortunately, none of this seems to be a big benefit for the client, who pays the cost. They seem quite happy to pay for us to write the unstructured CF5 code. Kevin -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 10 October 2005 18:07 To: CF-Talk

google-search 2

2005-10-11 Thread Daniel Kessler
As y'all have read, I'm trying to replicate a google-like search on our database. I think that I have the CF and DB (Oracle) logic worked out but I'd like someone else to look it over and see if it's right. I want to search the same way that google does since most people are used to

Benefits of Upgrading to MX6.1 or MX7

2005-10-11 Thread Claremont, Timothy
With 20 years of do I upgrade questions for both myself and the client, the conclusion that usually comes to pass (either after a good decision or a bad one) is that upgrading an incremental version is a lot less to chew on than upgrading two or three in one fell swoop. A shortsighted client will

Re: Benefits of Upgrading to MX6.1 or MX7

2005-10-11 Thread Michael Dinowitz
House of Fusion was running 5. I beta tested 6 but decided not to move to it. I beta tested 6.1 but decided not to move to it. I beta tested 7 and have been running it live on House of Fusion since early in the beta and I loved it. It's been up for over a year now and when this question comes

Re: Shopping Cart solution - any others to look at?

2005-10-11 Thread Michael Dinowitz
If you have time and skill, rolling your own is uaually a nice option but one that involves a certain amount of research into things like payment gateways, etc. I'm looking to use cartweaver for clients of Dinowitz and Associates and have been looking over and modifying their code in places

RE: google-search 2

2005-10-11 Thread Bobby Hartsfield
Here are some searches I ran sport sport and eeg sport or eeg sport -department sport -department eeg sport -department +eeg associated cognitive associated cognitive I didn't put the parens in the search criteria, I just used them here to denote the actual search criteria I used. (-department)

RE: Benefits of Upgrading to MX6.1 or MX7

2005-10-11 Thread Martin Parry
Keep up the fight - If you've got an online form setup to register our votes then I'm sure plenty of us would second your point. Martin http://www.beetrootstreet.com -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 14:33 To: CF-Talk Subject: Re:

CFSavecontent vs. multiple CFSets

2005-10-11 Thread Michael Dinowitz
In running through a shopping cart codebase (cartweaver), I decided to change a chunk of 40 or so CFSET operations into a single CFSAVECONTENT block. As this was for building an XML packet, it looked logical to me. No real savings in code size but to me it just looked cleaner and looked like

Application.cfc and onSessionEnd exception: java.lang.NullPointerException

2005-10-11 Thread Giampaolo Bellavite
Hi CF-Talk guys, after the CFMX 7.01 upgrade, I costantly receive an error (perhaps) raised from the onSessionEnd event in Application.cfc: An exception occurred when invoking a event handler method from Application.cfc The method name is: onSessionEnd. Since it is really difficult to debug

Re: CFSavecontent vs. multiple CFSets

2005-10-11 Thread Joe Rinehart
Hi Michael, Is this one of the opinion questions you ask where you already know your own answer? :) I'd use the CFSaveContent method, but using CFXml instead of CFSaveContent - works the same, but validates the XML and created an XMLDocument object that can by turned into a string via

RE: cutting: aabbcc0000

2005-10-11 Thread Matthew Small
str = aabbcc #reverse(right(reverse(str),len(str)-(ReFind(0[^0],reverse(str)# This will remove all nulls from the right. Perhaps there's a more elegant way, but I don't know it. Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED]

Re: CFSavecontent vs. multiple CFSets

2005-10-11 Thread Steve Bryant
For me, cfsavecontent looks more natural. The result is easier to see and more visual space is given to the action performed than the language performing the action. Steve Steve Bryant. Bryant Web Consulting LLC http://www.BryantWebConsulting.com/ http://steve.coldfusionjournal.com/ In

Re: CF Search Engine Tags/Techniques?

2005-10-11 Thread Steve Bryant
Jake, Do you have a reason why Verity is not an option? If not, I would recommend using Verity (or Lucene) for better search results. If you go to Ray Camden's site and search for Verity, you can find several good articles written on the topic. http://ray.camdenfamily.com/ If Verity or Lucene

Re: google-search 2

2005-10-11 Thread daniel kessler
Thanks a bunch for your review. I have some comments, but I need to re-read your reply a few times to see how it works out. I didn't implement the use of the keywords AND or OR adn I'm not sure if your use of them below indicates that they're part of the search criteria or meant to be used as

RE: FTPS? (was RE: SFTP?)

2005-10-11 Thread Kevin Graeme
Related to this, can someone point me to a comparison of the two? I understand that SFTP is SSH file transfer and FTPS is FTP with SSL, but what are the tradeoffs between them if any? In my experience it seems that unix administrators seem inclined to use SFTP while most easy to administer FTP

RE: cutting: aabbcc0000

2005-10-11 Thread Matthew Small
Also, one caveat - if the string itself has a length of 0, it will throw an error. Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 9:52 AM To:

Re: google-search 2

2005-10-11 Thread Dave Carabetta
On 10/11/05, Daniel Kessler [EMAIL PROTECTED] wrote: As y'all have read, I'm trying to replicate a google-like search on our database. I think that I have the CF and DB (Oracle) logic worked out but I'd like someone else to look it over and see if it's right. I want to search the same way

CFChart timeout issues

2005-10-11 Thread Emmet McGovern
I keep getting the Image Expired, Please refresh the page to view image error with a multi chart page. I've seen workarounds for clustered environments but this is a standalone server. Does anyone know how to fix this? Emmet

Re: CFSavecontent vs. multiple CFSets

2005-10-11 Thread Dave Carabetta
On 10/11/05, Michael Dinowitz [EMAIL PROTECTED] wrote: In running through a shopping cart codebase (cartweaver), I decided to change a chunk of 40 or so CFSET operations into a single CFSAVECONTENT block. As this was for building an XML packet, it looked logical to me. No real savings in

RE: CFSavecontent vs. multiple CFSets

2005-10-11 Thread Katz, Dov B \(IT\)
CFSAVECONTENT is the fastest, since it doesn't have to make a bunch of intermediate strings to produce the final product, whereas CFSETs would... -Dov -Original Message- From: Steve Bryant [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 9:53 AM To: CF-Talk Subject: Re:

Re: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-11 Thread Dave Carabetta
On 10/11/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Macromedia will not be releasing them per say - they belong to DataDirect; Incorrect. Macromedia licenses the drivers from DataDirect and, as such, had a set of drivers (3.5+) delivered to them for a hotfix release for ColdFusion

Re: CFSavecontent vs. multiple CFSets

2005-10-11 Thread Massimo Foti
I think it depends. What versions of ColdFusion is the codebase expected to work with (I've not looked at cartweaver before)? As far as I know the current Cartweaver codebase is supposed to be CF 5 compatible Massimo Foti Tools for ColdFusion and Dreamweaver

resolve a hostname

2005-10-11 Thread Orlini, Robert
Hello, Is there anyway to create a CF script to resolve a user or hostname into an IP address using: #CGI.REMOTE_ADDR# ? Robert HWW -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.14/128 - Release Date: 10/10/2005

Rounding...

2005-10-11 Thread J W
I have a whole number rounding problem that I am not sure how solve most efficiently. I'd like to take any number and round to the nearest whole 10. For example: 31 would equal 40 27 would equal 30 155 would equal 160 Any help would be appreciated... Thanks! Jeff

getting rid of spaces in file names

2005-10-11 Thread Tim Laureska
Had not run been exposed to this problem before... using CFMail to send jpg files to designated recipients (and CFILE to record the file names)... if there's a space in the file name like my photo.jpg, that jpg is not sent via cmail can someone give me a quick tip on how to deal with this

RE: resolve a hostname

2005-10-11 Thread Katz, Dov B \(IT\)
CFOBJECT NAME=addr CLASS=java.net.InetAddress TYPE=java ACTION=create CFSET address=addr.getByName(#CGI.REMOTE_ADDR) Then you have these methods: http://java.sun.com/j2se/1.4.2/docs/api/java/net/InetAddress.html -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent:

RE: cutting: aabbcc0000

2005-10-11 Thread Dave Francis
Won't Rtrim() work? -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 10:00 AM To: CF-Talk Subject: RE: cutting: aabbcc Also, one caveat - if the string itself has a length of 0, it will throw an error. Matthew Small Web

Best Approach?

2005-10-11 Thread Adkins, Randy
What is the best approach to searching a LARGE segment of text for each instance of FONT-FAMILY and changing the actual value of it to ARIAL? Here is an example of the text before it is converted: P class=MsoNormal style=MARGIN: 0in 0in 0pt 1inSPAN style=FONT-SIZE: 11pt; FONT-FAMILY:

Re: 64 bit Server Question, Help Please

2005-10-11 Thread Dave Carabetta
On 10/10/05, Jorge Tejada [EMAIL PROTECTED] wrote: We were using PHP in a HP server, now we want to to move to CFMX7 on a new server HP Proliant 370 that my boss have bought, It's running Red Hat Enterprise Linux 3, but it's the 64 bits edition. I really love CF, but I wonder if we could

RE: resolve a hostname

2005-10-11 Thread FROEHLING, ROBERT \(AIT\)
Ben wrote a few UDFs for just this thing. You can find them at http://cflib.org http://cflib.org/udf.cfm?ID=447 http://cflib.org/udf.cfm?ID=446 -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 9:20 AM To: CF-Talk Subject: resolve a

RE: Rounding...

2005-10-11 Thread Ian Skinner
For example: 31 would equal 40 27 would equal 30 155 would equal 160 Any help would be appreciated.. cfset roundInt = int((initNumber + 5)/10) * 10 I think without actually trying it out myself. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code.

RE: Shopping Cart solution - any others to look at?

2005-10-11 Thread Scott Mulholland
Thanks Ferg, we'll look into it that option. We have also looked at oscommerce which is an open source php project. -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 8:47 AM To: CF-Talk Subject: Re: Shopping Cart solution - any others to

RE: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-11 Thread Robertson-Ravo, Neil (RX)
Yeah, sorry that is what I meant..you have to wait until a hotfix to get em... (from DataDirect via MM) -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 15:13 To: CF-Talk Subject: Re: ColdFusion DataDirect JDBC drivers 3.5 ETA? On 10/11/05,

Re: CFSavecontent vs. multiple CFSets

2005-10-11 Thread Michael Dinowitz
It is CF 5 compatible which is why I'm upgrading it to MX 7. I think it depends. What versions of ColdFusion is the codebase expected to work with (I've not looked at cartweaver before)? As far as I know the current Cartweaver codebase is supposed to be CF 5 compatible

RE: getting rid of spaces in file names

2005-10-11 Thread Munson, Jacob
Where is the file name coming from? Are you pulling the file from your file system using cffile, or are people uploading it from a form, or...? -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 8:41 AM To: CF-Talk Subject: getting rid

RE: Rounding...

2005-10-11 Thread Munson, Jacob
Here's a somewhat clunky method: cfoutput roundToTens(31) = #roundToTens(31)#br roundToTens(27) = #roundToTens(27)#br roundToTens(155) = #roundToTens(155)# /cfoutput cffunction name=roundToTens cfargument name=num type=numeric required=true cfset lastDigit = right(num,1) cfif

RE: cutting: aabbcc0000

2005-10-11 Thread Munson, Jacob
Uew, One of these removes all zeros from the string, the other removes all zeros at the end of a string: cfset myString = aa0bbb0ccc000 cfdump var=#myString#br cfset removeTrailingZeros = ReReplace(myString,0+$,,all) cfset removeAllZeros = Replace(myString,0,,all)

Re: Rounding...

2005-10-11 Thread Jerry Johnson
divide by 10, ceiling(), multiply by 10? On 10/11/05, J W [EMAIL PROTECTED] wrote: I have a whole number rounding problem that I am not sure how solve most efficiently. I'd like to take any number and round to the nearest whole 10. For example: 31 would equal 40 27 would equal 30 155

RE: resolve a hostname

2005-10-11 Thread Kerry
does cgi.remote_addr not give you an ip on your system? -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 15:20 To: CF-Talk Subject: resolve a hostname Hello, Is there anyway to create a CF script to resolve a user or hostname into an IP address

Re: Rounding...

2005-10-11 Thread Joe Rinehart
Hey Jeff, Try: cfset foo = 155 / cfset bar = ceiling(foo / 10) * 10 / cfoutput#bar#/cfoutput -Joe On 10/11/05, J W [EMAIL PROTECTED] wrote: I have a whole number rounding problem that I am not sure how solve most efficiently. I'd like to take any number and round to the nearest whole 10.

RE: Rounding...

2005-10-11 Thread Kerry
cffunction name=roundTo cfargument name=numToRound type=numeric required=yes cfargument name=roundToNearest type=numeric default=5 cfscript var retVal = 0; retVal =

Re: Rounding...

2005-10-11 Thread Dave Carabetta
On 10/11/05, J W [EMAIL PROTECTED] wrote: I have a whole number rounding problem that I am not sure how solve most efficiently. I'd like to take any number and round to the nearest whole 10. For example: 31 would equal 40 27 would equal 30 155 would equal 160

RE: 64 bit Server Question, Help Please

2005-10-11 Thread Robertson-Ravo, Neil (RX)
Linux -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 15:24 To: CF-Talk Subject: Re: 64 bit Server Question, Help Please On 10/10/05, Jorge Tejada [EMAIL PROTECTED] wrote: We were using PHP in a HP server, now we want to to move to CFMX7 on a

RE: Rounding...

2005-10-11 Thread Kerry
sending again as original post has not arrived after 30 mins cffunction name=roundTo cfargument name=numToRound type=numeric required=yes cfargument name=roundToNearest type=numeric default=10 cfscript var

Re: getting rid of spaces in file names

2005-10-11 Thread Jerry Johnson
Eliminating the space is the most definite way. I think that by including the filename in doublequotes it keeps it all together. my photo.jpg;the other file.doc Not completely sure, though. On 10/11/05, Tim Laureska [EMAIL PROTECTED] wrote: Had not run been exposed to this problem before...

Re: CFSavecontent vs. multiple CFSets

2005-10-11 Thread Michael Dinowitz
It's just a question of preference. I chose CFSAVECONTENT over the CFXML due to familiarity but after reading your mention and looking it up, CFXML might be better, even with using the toString() function after it (another operation). Hi Michael, Is this one of the opinion questions you ask

RE: cutting: aabbcc0000

2005-10-11 Thread Matthew Small
Rtrim only applies to spaces. Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 10:39 AM To: CF-Talk Subject: RE: cutting: aabbcc

Re: Rounding...

2005-10-11 Thread Marlon Moyer
or round(x/10)*10 On 10/11/05, Munson, Jacob [EMAIL PROTECTED] wrote: Here's a somewhat clunky method: cfoutput roundToTens(31) = #roundToTens(31)#br roundToTens(27) = #roundToTens(27)#br roundToTens(155) = #roundToTens(155)# /cfoutput cffunction name=roundToTens cfargument name=num

Re: Shopping Cart solution - any others to look at?

2005-10-11 Thread Ken Ferguson
IMHO, (who am I kiddin' you all know I'm not humble) X-Cart is infinitely better that OSC. It's well-supported, has tons of add-ons... For only a couple hundred bucks, it's certainly the better option between the two. --Ferg Scott Mulholland wrote: Thanks Ferg, we'll look into it that

RE: Shopping Cart solution - any others to look at?

2005-10-11 Thread Paul
We have also looked at oscommerce which is an open source php project. I implemented an oscommerce store last year and wouldn't recommend the experience. It may have just been bad for our specific needs, but it was a pain. Fwiw.

Re: Rounding...

2005-10-11 Thread Jerry Johnson
Or cfset roundInt =int(ceiling(initNumber/10)*10) ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message:

RE: Rounding...

2005-10-11 Thread Andy Matthews
So you're always rounding up? Because the nearest whole 10 to 31 would be 30. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: J W [mailto:[EMAIL PROTECTED] Sent: Tuesday, October

RE: getting rid of spaces in file names

2005-10-11 Thread Tim Laureska
Uploading from a form ... then I query the DB and use cfmail like this: cfmail from=[EMAIL PROTECTED] subject=Photos for Quote No. #quote_id# to=[EMAIL PROTECTED] type=html query=mail_info group=client_id cfmailparam file=D:\webserver\domain_name.com\www\images\photos\from_customers\#fil ename#

RE: resolve a hostname

2005-10-11 Thread Bobby Hartsfield
Create an object from java.net.InetAddress and cfdump it. You will find everything you need cfobject class=java.net.InetAddress type=java action=create name=inetaddrclass / cfdump var=#inetaddrclass# / Ps... the class name is case sensitive

Re: Rounding...

2005-10-11 Thread Marlon Moyer
sorry, didn't read the question all the way through. On 10/11/05, Marlon Moyer [EMAIL PROTECTED] wrote: or round(x/10)*10 On 10/11/05, Munson, Jacob [EMAIL PROTECTED] wrote: Here's a somewhat clunky method: cfoutput roundToTens(31) = #roundToTens(31)#br roundToTens(27) =

RE: Rounding...

2005-10-11 Thread Ian Skinner
Sorry, I saw the word rounding, and didn't notice you wanted to round UP. Look at the ceiling approaches. cfset roundUpInt = ceiling(initNum / 10) * 10 -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C code run. Run code run. Please! -

RE: Rounding...

2005-10-11 Thread Dave Francis
Not tested. To nearest: a = (a+5) - ((a+5) mod(10)) To always round up a = (a+9) - ((a+9) mod(10)) -Original Message- From: J W [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 10:24 AM To: CF-Talk Subject: Rounding... I have a whole number rounding problem

Re: Rounding...

2005-10-11 Thread Ben Doom
10 * ceiling(number / 10) --Ben J W wrote: I have a whole number rounding problem that I am not sure how solve most efficiently. I'd like to take any number and round to the nearest whole 10. For example: 31 would equal 40 27 would equal 30 155 would equal 160 Any help would be

RE: Rounding...

2005-10-11 Thread Kerry
http://www.cflib.org/udf.cfm?ID=613 20 lines of code for a 1 line mathematical equation? -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 15:57 To: CF-Talk Subject: Re: Rounding... On 10/11/05, J W [EMAIL PROTECTED] wrote: I have a whole number

RE: Benefits of Upgrading to MX6.1 or MX7

2005-10-11 Thread Dave Watts
Thanks. Unfortunately, none of this seems to be a big benefit for the client, who pays the cost. They seem quite happy to pay for us to write the unstructured CF5 code. Any savings in development and maintenance time will quickly cover the cost of an upgrade, and more besides. Labor costs

Time management

2005-10-11 Thread Donna French
I'm the whole IT dept. at the company I work for - development, networking, support, search engine optimization, etc. - and wonder what others out there in the same position use to manage their time? I've taken a couple weeks off and have been getting things here at home organized which has made

Re: CF Search Engine Tags/Techniques?

2005-10-11 Thread Jake .
Jake, Do you have a reason why Verity is not an option? Long story short, I'm trying to keep the functionality CF based because I need the app to be easy to use/install, as well as functional on a shared host. I'm not as familiar with Verity as I should be - can it address those two

Re: Rounding...

2005-10-11 Thread J W
Sorry for not being clear... Yeah, for this instance I always need to round up... The ceiling approached works great. I do want to give the mod(10) code a whirl as well. Thanks for all your help guys... Jeff ~| Logware

Re: 64 bit Server Question, Help Please

2005-10-11 Thread Jorge Carlos Tejada
I found this in the link you've provided me: Note about 64-bit support: Full 64-bit environments are not supported (64-bit JVM on 64-bit kernel/OS on 64-bit hardware). The only supported 64-bit configuration would be a 32-bit JRun environment running on a 64-bit OS / 64-bit hardware. What does

RE: Best Approach?

2005-10-11 Thread Bobby Hartsfield
Just a shot but see how this works. #rereplacenocase(str, (font-family:)(.*?)(;||)|\), \1arial\3, all)# It turned this font-family:verdana;font-family:arial(w1);font-family:sans-seriffont-family :sans-serif into this font-family:arial;font-family:arial;font-family:arialfont-family:arial but

RE: CF Search Engine Tags/Techniques?

2005-10-11 Thread Bobby Hartsfield
You could of course set up scripts that made the installation easier as far as verity goes but you may run into problems on a shared host with it. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jake . [mailto:[EMAIL PROTECTED] Sent:

Re: Rounding...

2005-10-11 Thread J W
Just tried Dave's Mod(10), it works great as well... Thanks! Jeff On 10/11/05, J W [EMAIL PROTECTED] wrote: Sorry for not being clear... Yeah, for this instance I always need to round up... The ceiling approached works great. I do want to give the mod(10) code a whirl as well. Thanks for

RE: Rounding...

2005-10-11 Thread Bobby Hartsfield
By whole ten I assume you mean the lowest number you would ever want would be 10 meaning round up no matter what (since 31 would actually be 30 rounded to the nearest 10) Try this on... cfscript function rounditup(num) { return round(num) + (10 -

Re: reservation system

2005-10-11 Thread Josh Nathanson
Hello, check out http://www.calabunga.com - it's a shared calendar system that can be used in a number of different ways, including reservations and the like. /shameless plug - Original Message - From: Kristopher Pilles [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent:

Re: 64 bit Server Question, Help Please

2005-10-11 Thread Dave Carabetta
On 10/11/05, Jorge Carlos Tejada [EMAIL PROTECTED] wrote: I found this in the link you've provided me: Note about 64-bit support: Full 64-bit environments are not supported (64-bit JVM on 64-bit kernel/OS on 64-bit hardware). The only supported 64-bit configuration would be a 32-bit JRun

RE: getting rid of spaces in file names

2005-10-11 Thread Bobby Hartsfield
I ALWAYS remove spaces from file names (I actually remove anything other than letters, numbers, underscores, hyphens and periods). Normally, I just replace them with underscores or hyphens. It's just easier than worrying about them. If anyone complains, store the original name in the database

Re: Time management

2005-10-11 Thread Josh Nathanson
Hello Donna, check out my shared calendar application at http://www.calabunga.com - allows you to set up and share calendars online. If you need to get a group of people to coordinate schedules it is especially helpful. - Original Message - From: Donna French [EMAIL PROTECTED] To:

RE: FTPS? (was RE: SFTP?)

2005-10-11 Thread Damien McKenna
-Original Message- From: Kevin Graeme [mailto:[EMAIL PROTECTED] Related to this, can someone point me to a comparison of the two? I understand that SFTP is SSH file transfer and FTPS is FTP with SSL, but what are the tradeoffs between them if any? FTPS is a file transport layer

RE: cutting: aabbcc0000

2005-10-11 Thread Matthew Small
That's cool, I didn't know regex enough to know the 0+$ means trailing 0s. Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 9:55 AM To: CF-Talk

Re: FTP Server

2005-10-11 Thread Matt Robertson
I take a couple of days off and come back to find a jihad is winding down... As a side note, I installed a copy of Serv-U on my first dedicated box and, within 24 hours, I was hacked, with little folders everywhere holding a text file saying I was owned by Lord So-and-So. Once I pulled my head

Re: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-11 Thread Nathan Strutz
You could, of course, purchase them directly from datadirect, then make a custom JDBC connection in your cf admin (it's not as hard as it sounds). It won't be macromedia-ized, but it should work perfectly fine. -nathan strutz http://www.dopefly.com/ On 10/11/05, Robertson-Ravo, Neil (RX) [EMAIL

RE: FTP Server

2005-10-11 Thread Burns, John D
Matt- I had the same issue one time. I allowed anonymous to do everything (except execute) and someone hacked in and created a bunch of folders that I couldn't get rid of. That was just stupidity on my part. Other than that, Serv-U FTP seems pretty good. I'd really like to be able to afford and

RE: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-11 Thread Dave Watts
You could, of course, purchase them directly from datadirect, then make a custom JDBC connection in your cf admin (it's not as hard as it sounds). It won't be macromedia-ized, but it should work perfectly fine. They're about $4K, though. We had one client who did that, a while back, because

RE: cutting: aabbcc0000

2005-10-11 Thread Munson, Jacob
Yeah, the '+' means look for 1 or more, and the '$' means match at the end of the string. -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 10:53 AM To: CF-Talk Subject: RE: cutting: aabbcc That's cool, I didn't know regex

Re: Time management

2005-10-11 Thread Tanguy Rademakers
I've taken a couple weeks off and have been getting things here at home organized which has made me realize how UNorganized things at the office are. There are upgrades to the existing site that I want to implement but get caught up in the day-to-day grind of getting things done that are a must.

CF Administrator and debugging IP settings

2005-10-11 Thread Ray Champagne
So, I'm working on a dev box here in the office, and I'd like to turn debugging on for some work I'm doing, but for various reasons, I don't want it to be on for anyone that is browsing sites. What I'd like it to do is to have debugging turned on for me only. I see that you can specify IP's,

RE: CF Administrator and debugging IP settings

2005-10-11 Thread Scott Stewart
Yup, but make sure that you have the correct IP, from the windows command prompt, run IPCONFIG (just type IPCONFIG and hit enter) this'll give you the machine's current IP address. HTH sas Scott A. Stewart Cold Fusion Developer GNSI 11820 Parklawn Dr. Rockville, MD over a thousand years

RE: CF Administrator and debugging IP settings

2005-10-11 Thread Ken Ketsdever
That's the way do it here. That way as we are in developing or staging Ian and I can see the debug output but nobody sees it. -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 11:09 AM To: CF-Talk Subject: CF Administrator and debugging IP

any free Oracle IDE

2005-10-11 Thread Robert Everland III
I am using TOAD for Oracle, but does anyone have any Win32 applications that are free that can interface to Oracle? I have also tried jdeveloper. I was less than impressed with that. Bob Everland ~| Logware (www.logware.us):

RE: CF Administrator and debugging IP settings

2005-10-11 Thread Justin D. Scott
So, I'm working on a dev box here in the office, and I'd like to turn debugging on for some work I'm doing, but for various reasons, I don't want it to be on for anyone that is browsing sites. What I'd like it to do is to have debugging turned on for me only. I see that you can specify

Re: any free Oracle IDE

2005-10-11 Thread Tanguy Rademakers
I am using TOAD for Oracle, but does anyone have any Win32 applications that are free that can interface to Oracle? I have also tried jdeveloper. I was less than impressed with that. Bob Everland I've heard good things about TORA (check sourceforge) but i've never tried it /t

Re: any free Oracle IDE

2005-10-11 Thread Dave Carabetta
On 10/11/05, Robert Everland III [EMAIL PROTECTED] wrote: I am using TOAD for Oracle, but does anyone have any Win32 applications that are free that can interface to Oracle? I have also tried jdeveloper. I was less than impressed with that. AquaData Studio from aquafold.com is a great tool.

Admin Management

2005-10-11 Thread Justin D. Scott
For those of you who build sites that require a back-end administrative area, what do you commonly use for those back-end areas? In my experience and from talking with other developers, the admin areas are one of the most tedious and repetitive development tasks we encounter. I'm wondering what

  1   2   >