RE: [ACFUG Discuss] Best way to handle chunk of CFIF statements

2011-08-24 Thread Fennell, Mark P.
If you are using apache, .htaccess is your friend. It will use fewer resources because it can stop a request before it even reaches ColdFusion. mf -Original Message- From: Derrick Peavy [mailto:derr...@derrickpeavy.com] Sent: Wednesday, August 24, 2011 06:28 PM Eastern Standard Time

RE: [ACFUG Discuss] Disabling CF "Extras"

2011-07-12 Thread Fennell, Mark P.
What about non-windows platforms? :) Thanks. mf -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Tuesday, July 12, 2011 11:45 AM Eastern Standard Time To: discussion@acfug.org Subject:Re: [ACFUG Discuss] Disabling CF "Extras" There all run as

RE: [ACFUG Discuss] Disabling CF "Extras"

2011-07-12 Thread Fennell, Mark P.
What about non-windows platforms? :) Thanks. mf -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Tuesday, July 12, 2011 11:45 AM Eastern Standard Time To: discussion@acfug.org Subject:Re: [ACFUG Discuss] Disabling CF "Extras" There all run as

RE: [ACFUG Discuss] ColdFusion Datasource to MySQL over SSH tunnel on windows

2010-10-13 Thread Fennell, Mark P.
It might be more trouble than it's worth but you might could use CygWin to maintain the tunnel. Since cygwin runs as a service, the tunnel could be init'd as part of the cygwin process. I know Cygwin has an sshd module that might help. Just a thought. mf mark fennell athens regional medical c

[ACFUG Discuss] Who broke my pipe?

2009-10-01 Thread Fennell, Mark P.
We've recently started seeing a lot of the following errors in our cfserver.log. My instinct tells me this is a network problem on the client end. Instinct plus the fact that the server is running fine. Is this a network error or has CF just gone of the edge? SYSTEM DETAILS: Server Product Col

RE: [ACFUG Discuss] ColdFu...I mean Homesite is dead!

2009-07-05 Thread Fennell, Mark P.
My uncontrollable sobbing has begun. -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org]on Behalf Of Douglas Knudsen Sent: Saturday, July 04, 2009 12:34 PM To: discussion@acfug.org Subject: [ACFUG Discuss] ColdFu...I mean Homesite is dead! http://www.adobe.com/products/home

RE: [ACFUG Discuss] NEVERMIND RE: CF in the database?

2009-07-01 Thread Fennell, Mark P.
Thank you Charlie. While security is always an issue, I'm not sure that allowing users to connect to the database as datasource for MS Word mail-merges is much more secure. Anyhoo, here's my proof of concept. First, I created a table to store the list of fieldnames available for users to incor

RE: [ACFUG Discuss] NEVERMIND RE: CF in the database?

2009-07-01 Thread Fennell, Mark P.
ok something like select myText from welcome_statements This approach is a bit more flexible, you can say easily switch between cookies and sessions or spit out the same text for some other name. Douglas Knudsen http://www.cubicleman.com this is my signature, like it? On Tue, Jun

[ACFUG Discuss] CF in the database?

2009-07-01 Thread Fennell, Mark P.
Greetings all, I'm trying to figure out a way in CF7 to store CF variables in the database to be selected out later and evaluated just like regular CF variables. For example, and I know this is a stupid example, but it's simple and makes the point, let's assume I have a database table called we

[ACFUG Discuss] NEVERMIND RE: CF in the database?

2009-07-01 Thread Fennell, Mark P.
I figured it out, but if you have a more elegant solution, I'm open to suggestions. Here's my current solution. select myText from welcome_statements #evaluate("#de(myQuery.myText)#")# Thanks. mf -Original Message- From: Fennell, Mark P. Sent: Tuesday, J

RE: [ACFUG Discuss] Connecting to iSeries DB2

2009-05-21 Thread Fennell, Mark P.
We are using the stock IBM DB2 UDB driver that shipped with MX7. It took a DB2 network specialist to figure it out, but under the Advanced Settings in the connection string, we had to enter the locationName and noprompt attributes like this "locationName=ARMC;noprompt=true" but without the quote

RE: [ACFUG Discuss] Update graph without refresh

2009-04-10 Thread Fennell, Mark P.
There's also a handy YahooUI tool for this. http://developer.yahoo.com/yui/charts/ -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org]on Behalf Of Tepfer, Seth Sent: Friday, April 10, 2009 11:07 AM To: discussion@acfug.org Cc: ad...@acfug.org Subject: RE: [ACFUG Discuss] U

RE: [ACFUG Discuss] Switch to CF8

2008-10-27 Thread Fennell, Mark P.
It might be faster and less painful to use an FTP client to transfer files since ftp is the file transfer protocol. ;) mf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Haygood Sent: Monday, October 27, 2008 1:39 PM To: discussion@acfug.org Subjec

RE: [ACFUG Discuss] Theoretical Question About Efficiency

2008-08-04 Thread Fennell, Mark P.
Aside from efficiency, one might should also consider accuracy or effectiveness. Statement 2 is very clear about who asked, who called and who's wife. Sure, without the integrity constraints enabled in statement 1, the application or reader can interpret what is being said relatively quickly.

RE: [ACFUG Discuss] Oracle + JDBC

2008-06-19 Thread Fennell, Mark P.
is cf in a jrun cluster? is oracle in a rac cluster? what versions? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cameron Childress Sent: Wednesday, June 18, 2008 3:52 PM To: discussion@acfug.org Subject: [ACFUG Discuss] Oracle + JDBC Anyone out there

[ACFUG Discuss] Purchasing CF8 upgrade

2008-06-16 Thread Fennell, Mark P.
Does anyone have any leads on purchasing a CF8 EE upgrade from CF7 EE for Linux for less than the msrp of $3750? Thanks much. mf mark fennell athens regional medical center athens, ga - To unsubscribe from this list, manage your

RE: [ACFUG Discuss] Need example - XML Import/parse help - 3 questions about sample data

2008-06-11 Thread Fennell, Mark P.
re-writing and parsing of XML files going on across the web - which defeats the whole point. Just my thoughts. _ Derrick Peavy 404-786-5036 Sales and Web Services CollegeClassifieds.com http://www.collegeclassifieds.com A Service of Universal Advertising, inc.

RE: [ACFUG Discuss] Need example - XML Import/parse help - 3 questions about sample data

2008-06-11 Thread Fennell, Mark P.
Is there no way to "normalize" (if that's the right term) the XML? Granted, you'd have to be the one generating the XML, but it would sure be nice to have rm:image1, rm:image2, etc. That would also give you the ability to have descriptions for each of the images. Barring that, and this isn't what

RE: [ACFUG Discuss] Speed and resources: better to do client or session var?

2008-05-27 Thread Fennell, Mark P.
>From my experience anything will be faster than a cookie. mf From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Tuesday, May 27, 2008 9:57 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Speed and resources: better to do

RE: [ACFUG Discuss] showing image from network share..how to?

2008-05-12 Thread Fennell, Mark P.
Can the client's browser access the image file? You should be able to just put the path to the file in the browser addressbar and access the image. I suspect, however, that the severname isn't in the DNS, especially if this is not on an intranet. If this is the case, then the CFContent works becau

RE: [ACFUG Discuss] Anyone ever have this cfinput or cfselect validation issue?

2008-03-27 Thread Fennell, Mark P.
Have you tried it in a different browser? It seems to work fine in IE7 and FF. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Howard Sent: Thursday, March 27, 2008 4:13 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Anyone ever have

RE: [ACFUG Discuss] looking for opinions on duplicate form submissions

2008-03-20 Thread Fennell, Mark P.
Another thought... I don't know about Windows, but on *nix machines you could use diff to compare files and if they are identical, just toss one. Assuming you know which files to compare... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Sa

RE: [ACFUG Discuss] looking for opinions on duplicate form submissions

2008-03-20 Thread Fennell, Mark P.
A couple of things spring to my mind that don't involve ajax. 1. Accept the form and then prompt for the upload. It adds a separate page but it reduces your duplication. 2. Accept the uploaded document. Yep, save it to your server and if the data turns out to be a duplicate entry, action="DELETE"

RE: [ACFUG Discuss] will Ajax go away (was JVM version and ColdFusion)

2008-02-08 Thread Fennell, Mark P.
1783 On Feb 8, 2008, at 4:13 PM, Fennell, Mark P. wrote: lemme get this straight. you can decrypt SSL traffic into a human readable format? you can crack a 128-bit certificate? what about a high-g

RE: [ACFUG Discuss] will Ajax go away (was JVM version and ColdFusion)

2008-02-08 Thread Fennell, Mark P.
lemme get this straight. you can decrypt SSL traffic into a human readable format? you can crack a 128-bit certificate? what about a high-grade AES 256-bit pipe? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent: Friday

RE: [ACFUG Discuss] How Load a PDF to Window?

2008-01-10 Thread Fennell, Mark P.
I think you can use embed/object html tags just like you would with a swf. something like this... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Thursday, January 10, 2008 3:59 PM To: discussion@acfug.org Subject: Re: [

RE: [ACFUG Discuss] queryNew() ?

2008-01-10 Thread Fennell, Mark P.
to what produces effective results instead of just looking efficient. "Fennell, Mark P." <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/10/2008 06:54 Please respond to discussion@acfug.org To cc Subject RE: [ACFUG Discuss] queryNew() ? Yeah. I don't know if it

RE: [ACFUG Discuss] queryNew() ?

2008-01-09 Thread Fennell, Mark P.
b%' Darin Kohles, Application Developer [EMAIL PROTECTED] Digital Positions, Inc. 2289 Peachtree Road NE Atlanta, GA 30309 404-351-8878 support phone 404-351-2366 main phone 404-351-4055 fax http://www.d-p.com/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O

[ACFUG Discuss] queryNew() ?

2008-01-09 Thread Fennell, Mark P.
Is there anyway to delete data from a query? Yes, delete from a _query_ not from a table or other database object. See, I want to use the queryNew() family of functions to collect some data from the client before I stick it in the database, kind of like in a shopping cart. You should be able to sm

RE: [ACFUG Discuss] Transactions and Commits

2007-12-03 Thread Fennell, Mark P.
e application though. Usually there are very specific reasons for using transactions and you should take care that you are not causing more problems than you think you are solving with your transaction blocks. I know this wasn't the answer you were looking for but I hope it helps... -Cameron

[ACFUG Discuss] Transactions and Commits

2007-12-03 Thread Fennell, Mark P.
Setup: Oracle 10g CF Version: 7,0,0,91690 JVM 1.6.0_02 Fedora release 7 (Moonshine) 2.6.22.1 41.fc7PAE (32-bit) Questions: When does CF commit transactions by default when no CFTransaction tags are used? Can the transaction level (Serializable, Repeatable Read, Read Committed, etc.) be set on an

RE: [ACFUG Discuss] JS thing

2007-09-07 Thread Fennell, Mark P.
it where the opener and the opened are not on the same server. You'll get a permission denied error. - Original Message From: "Fennell, Mark P." <[EMAIL PROTECTED]> To: discussion@acfug.org Sent: Friday, September 7, 2007 8:56:37 AM Subject: RE: [ACFUG Discuss] JS t

RE: [ACFUG Discuss] JS thing

2007-09-07 Thread Fennell, Mark P.
Check on using opener.document.formname.textfield.value in the child window. Also, we use this as part of a custom tag to built date cfinput text boxes. http://www.dynarch.com/projects/calendar/ Looks something like this... hth. mf From: [EMAIL PROTECTED] [ma

RE: [ACFUG Discuss] Running a system command from ColdFusion

2007-09-06 Thread Fennell, Mark P.
Why cfstoredproc no worky on this? If we must kludge ...try "execute immediate dbms_wm.gotoworkspace('x')" ...using cfexecute to run a shell script or bat file that runs sqlplus, connects, execs the command and exits sqlplus. ...create a trigger on a table that is one column and one row and when y

RE: [ACFUG Discuss] Session variables

2007-08-29 Thread Fennell, Mark P.
AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Session variables You can't have it both ways on the same server instance. For the one that breaks when you have it on, are you doing things with CFID/CFTOKEN? What is the symptom of the breakage? - Original Message ---- From: "

RE: [ACFUG Discuss] Session variables

2007-08-29 Thread Fennell, Mark P.
f your on CF8 I believe you can set this at the application level. Aside from that, what is breaking? In the past I had several apps running on a server with standard cf session vars and turned 'use J2EE session vars' on without incident. DK On 8/29/07, Fennell, Mark P.

[ACFUG Discuss] Session variables

2007-08-29 Thread Fennell, Mark P.
Greetings, Is is possible to use J2EE session variables in one CFApplication and standard session variables in another? I have a server that is running two cfapplications and one uses J2EE variables and seems to not work so well when J2EE Sess Vars is disabled in cf admin. The other applications t

RE: [ACFUG Discuss] Tuning CFMX 7 DB Connections

2007-08-07 Thread Fennell, Mark P.
7 / JVM 1.4.2 - 80499 ms CF7 / JVM 1.6.0 - 73216 ms CF8 / JVM 1.6.0 - 56013 ms Andy On Aug 6, 2007, at 1:29 PM, Fennell, Mark P. wrote: > Thank you. > Yes, I was wondering about an oracle-supplied jdbc driver. > I will say that with the sun 1.6 jvm cf performance soared throu

RE: [ACFUG Discuss] Tuning CFMX 7 DB Connections

2007-08-06 Thread Fennell, Mark P.
o run some "real world" tests on 1.6 vs 1.4.2 > > Data Retrieval, Creation & Population of 10K CFCs: > > CF7 / JVM 1.4.2 - 80499 ms > CF7 / JVM 1.6.0 - 73216 ms > CF8 / JVM 1.6.0 - 56013 ms > > > Andy > > On Aug 6, 2007, at 1:29 PM, Fennell, Mark P.

RE: [ACFUG Discuss] Tuning CFMX 7 DB Connections

2007-08-06 Thread Fennell, Mark P.
val, Creation & Population of 10K CFCs: > > CF7 / JVM 1.4.2 - 80499 ms > CF7 / JVM 1.6.0 - 73216 ms > CF8 / JVM 1.6.0 - 56013 ms > > > Andy > > On Aug 6, 2007, at 1:29 PM, Fennell, Mark P. wrote: > >> Thank you. >> Yes, I was wondering about an oracle-supp

RE: [ACFUG Discuss] Tuning CFMX 7 DB Connections

2007-08-06 Thread Fennell, Mark P.
hould be task #1. http://kb.adobe.com/selfservice/viewContent.do?externalId=42dcb10a My two cents. Andy On Aug 6, 2007, at 1:17 PM, Fennell, Mark P. wrote: > Does anyone have any references for tuning the data source connections > in CFMX? > We're moving to new hardware afte

RE: [ACFUG Discuss] Tuning CFMX 7 DB Connections

2007-08-06 Thread Fennell, Mark P.
nalId=42dcb10a My two cents. Andy On Aug 6, 2007, at 1:17 PM, Fennell, Mark P. wrote: > Does anyone have any references for tuning the data source connections > in CFMX? > We're moving to new hardware after 5 years and we've found the max > capacity for apache (

[ACFUG Discuss] Tuning CFMX 7 DB Connections

2007-08-06 Thread Fennell, Mark P.
Does anyone have any references for tuning the data source connections in CFMX? We're moving to new hardware after 5 years and we've found the max capacity for apache (200 connections), cfmx (190 connections) and oracle 10g (6k connections), but when we put them together performance drops (70 conne

RE: [ACFUG Discuss] Catching SQL Errors

2007-06-19 Thread Fennell, Mark P.
. DK On 6/18/07, Fennell, Mark P. < [EMAIL PROTECTED]> wrote: Thank you all for your suggestions. I should've given more info up front. I was hoping to find a more global solution. Something to stick in the request_error.cfm page rather than trying to cftry/cfcatch each query.

RE: [ACFUG Discuss] Catching SQL Errors

2007-06-18 Thread Fennell, Mark P.
> bad SQL goes here > > > > > > > > > you can do whatever you want in that catch block, including logging > the error, the SQL statement, or emailing things to yourse

[ACFUG Discuss] Catching SQL Errors

2007-06-18 Thread Fennell, Mark P.
Does anyone know of a simple way to catch the SQL command which causes an error? For example, I have request_error.cfm that records the error.diagnostics and the error.template as well as decodes most errors to let the user know why they've been bad. But, I'd like to be able to see the statement t

RE: re[2]: [ACFUG Discuss] database code and source control

2007-05-21 Thread Fennell, Mark P.
I don't know if MS SQL has the option or not, but in some RDMBS you can audit the DDL so that everytime a table or view or index is created, altered, or deleted the system writes/appends the actions to a log file. Then you can just run the log file against another db to "replay" the actions. This w

RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

2007-05-17 Thread Fennell, Mark P.
Check out flashkit.com. If you can't find it there, you probably don't really need it anyway. :) They have a fairly extensive collection of .FLAs for download. mf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dusty Hale Sent: Thursday, May 17, 2007 3:1

RE: [ACFUG Discuss] cfoutput and grouping

2007-05-15 Thread Fennell, Mark P.
If you weren't doing this as a grouped query, I've found the following to be quite handy... #myList# valueList() also has a delimiter param that can accept "" or "," depending on how you like your list. You might could use currentrow compared to recordcount. Just a thought. mf ___

RE: [ACFUG Discuss] writing a Content Mngmt system in CF..FAQ or Howto?

2007-04-11 Thread Fennell, Mark P.
I'm not sure if this has been mentioned yet, but I've found Katapult to be super simple and ridiculously easy to use... So long as you're running CF on windows... http://labs.fusionlink.com/katapult/index.cfm?page=projects/katapult -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAI

RE: [ACFUG Discuss] CF, Oracle 9i, and GROUP BY GROUPING SETS

2007-02-13 Thread Fennell, Mark P.
E,'HH24'), U.INTERVAL, US.BUSUNIT), (RS.REPNAME, U.EMPLID, U.INTERVAL, US.BUSUNIT), (TO_CHAR(U.DSMDATE,'HH24'), U.INTERVAL, US.BUSUNIT), (U.INTERVAL, US.BUSUNIT) ) ORDER BY RS.REPNAME, GROUPHOUR On 2/13/07, Fennell, Mark P. < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED

RE: [ACFUG Discuss] CF, Oracle 9i, and GROUP BY GROUPING SETS

2007-02-13 Thread Fennell, Mark P.
version of the data direct drivers. DK On 2/13/07, Fennell, Mark P. <[EMAIL PROTECTED]> wrote: Dang... now that's some serious sql spaghetti. While I don't see anything in the documentation for 9.2 regarding limits on grouping sets, it might not hurt to consider

RE: [ACFUG Discuss] CF, Oracle 9i, and GROUP BY GROUPING SETS

2007-02-13 Thread Fennell, Mark P.
USUNIT), (RS.REPNAME, U.EMPLID, U.INTERVAL, US.BUSUNIT), (TO_CHAR(U.DSMDATE,'HH24'), U.INTERVAL, US.BUSUNIT), (U.INTERVAL, US.BUSUNIT) ) ORDER BY RS.REPNAME, GROUPHOUR On 2/13/07, Fennell, Mark P. < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote:

RE: [ACFUG Discuss] CF, Oracle 9i, and GROUP BY GROUPING SETS

2007-02-13 Thread Fennell, Mark P.
Can you share a sample of sql statement causing the error? Thanks. mf From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Tuesday, February 13, 2007 3:18 PM To: discussion@acfug.org Subject: [ACFUG Discuss] CF, Oracle 9i, and GROUP

RE: [ACFUG Discuss] OT does anyone have a favorite CSS user group to recommend?

2007-01-31 Thread Fennell, Mark P.
__ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fennell, Mark P. Sent: Wednesday, January 31, 2007 1:14 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] OT does anyone have a favorite CSS user group to recommend? References I have bookmarked

RE: [ACFUG Discuss] OT does anyone have a favorite CSS user group to recommend?

2007-01-31 Thread Fennell, Mark P.
References I have bookmarked: http://meyerweb.com/eric/css/ http://www.mandarindesign.com/ http://www.alistapart.com/ HTH mf From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Hammond Sent: Wednesday, January 31, 2007 1:00 PM To: discussion@a

RE: [ACFUG Discuss] Building my IDE Tool Box

2007-01-26 Thread Fennell, Mark P.
The best CF IDE of all time? Homesite+, formerly known as CFStudio. I have 30 files open in it right now and it's chewing on all of 25M of RAM, including 10+ years of user-defined keyboard shortcuts and snippets. Yee-ha! mf From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [ACFUG Discuss] Image from DB

2007-01-18 Thread Fennell, Mark P.
want inside of your web service a way not to return the image that would even speed up the browsing unless the user really wants the image. Teddy On 1/18/07, Fennell, Mark P. < [EMAIL PROTECTED]> wrote: I'm just curious. What are the benefits of storing the image in the db rather

RE: [ACFUG Discuss] Image from DB

2007-01-18 Thread Fennell, Mark P.
vice a way not to return the image that would even speed up the browsing unless the user really wants the image. Teddy On 1/18/07, Fennell, Mark P. < [EMAIL PROTECTED]> wrote: I'm just curious. What are the benefits of storing the image in the db rather than storing the file on t

RE: [ACFUG Discuss] Image from DB

2007-01-18 Thread Fennell, Mark P.
I'm just curious. What are the benefits of storing the image in the db rather than storing the file on the filesystem and the path in the db? I mean, for a web page, all you need is the and the path. I can understand how it might be useful in some VB or C or Java app where the client doesn't di

RE: [ACFUG Discuss] Read Receipts

2006-12-07 Thread Fennell, Mark P.
to the list. Let's see what John or others may have to say. /Charlie http://www.carehart.org/blog/ -Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fennell, Mark P. Sent: Thursday, December 07, 2006 11:51 AM To: discussion@acfug.org Subject: [ACFUG Discu

RE: [ACFUG Discuss] OT: Client talking points

2006-12-07 Thread Fennell, Mark P.
I've been dealing with our HR dept too much lately. I think it's rubbing off on me. Don't forget to sell your skills. Obviously, the client is interested in your work, even if it is done in CF. It might help to think of it this way: a baseball player could probably play football, but when it co

[ACFUG Discuss] Read Receipts

2006-12-07 Thread Fennell, Mark P.
Is there anyway a mail server could be setup to strip out the read_receipt requested part of the mail header so that idiots like myself who forget to turn the option off before sending mail to the list don't have to share their memory lapses? Just curious. Thanks. mf mark fennell athens regio

RE: [ACFUG Discuss] Spell Checker for FCKeditor

2006-11-18 Thread Fennell, Mark P.
ly policies. I can see how it can save time for developers to not have to test for multiple browser environments, but innately I wish I could FF for my day to day work. Thanks for the code snippet. I will have to test it out and have a go at it. Teddy On 11/17/06, Fennell, Mark P. &l

RE: [ACFUG Discuss] Spell Checker for FCKeditor

2006-11-17 Thread Fennell, Mark P.
4:01 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Spell Checker for FCKeditor Mark, What test considerations have you made for this tag? IE? FF? Opera? Teddy On 11/17/06, Fennell, Mark P. < <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]> wrote: Awhile back I posted

RE: [ACFUG Discuss] Spell Checker for FCKeditor

2006-11-17 Thread Fennell, Mark P.
Awhile back I posted a simple CFMX on Linux spellchecker. I'm nearing completion on the custom tag and thought that this might be an appropriate dumping point. The custom tag is ~120 lines with 50 dedicated to comments. There are other files required for spelling suggestions (using google mini)

RE: [ACFUG Discuss] Data grid

2006-11-07 Thread Fennell, Mark P.
As does spry http://labs.adobe.com/technologies/spry/ and activeWidgets http://www.activewidgets.com/grid/ -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Ben JohnsonSent: Tuesday, November 07, 2006 3:52 PMTo: discussion@acfug.orgSubject: Re:

RE: [ACFUG Discuss] Best Practice for Assembling Pages

2006-11-07 Thread Fennell, Mark P.
I've been told I did it wrong, but I'm from the school that says if it works and works well, then it's not wrong. What we did and have been doing since CF5 is using the Application.cfm to setup the variables as well as the frame of the page using CFINCLUDES for the header and after that we

RE: [ACFUG Discuss] Best Image upload tag (manipulate, etc.)?

2006-11-06 Thread Fennell, Mark P.
On Linux, we use CFEXECUTE to run convert and resize images as well as resample/compress them. mf -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of [EMAIL PROTECTED]Sent: Friday, November 03, 2006 2:54 PMTo: discussion@acfug.orgSubject: Re: [AC

[ACFUG Discuss] superSimpleSpellCheck v 0.0.1a

2006-10-27 Thread Fennell, Mark P.
I was about tired of all the PHP spell checkers out there and so I set about to writing one in CF. I figured if my frustration could spark someone else's delight, then I should share it. Here's the first working draft for anyone interested.      
.wrong { background-color: red; }
    

RE: [ACFUG Discuss] Client side

2006-10-27 Thread Fennell, Mark P.
I wonder if you could use something akin to the following to open CCM/LiveState and in the catch redirect the browser to a URL that would log the ip address and provide a howto on installing CCM/LS. It's not guaranteed to work based on security settings and OS path settings. I'm sure that you co

RE: [ACFUG Discuss] CFDOCUMENT + PDF = ?!?

2006-10-20 Thread Fennell, Mark P.
] CFDOCUMENT + PDF = ?!? You might try pdftk. Check this out. http://www.accesspdf.com/pdftk/ I don't know if it gets what you want, but may be a start. Bryan -Original Message- From: Fennell, Mark P. [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 12:27 PM To: discussion@acfu

[ACFUG Discuss] CFDOCUMENT + PDF = ?!?

2006-10-20 Thread Fennell, Mark P.
Greetings Geniuses, I have a question regarding the creation of a PDF using CFDocument. The document I hope to end up with is what we call the New Employee Paperwork. I hope that I can soon call it the New Employee PDF. Anyway, the pdf will or should contain some dynamic content collecte

RE: [ACFUG Discuss] group count ability

2006-08-18 Thread Fennell, Mark P.
OT point of clarity... The select count(*) as my_total from my_table in oracle reads every column of every row. For performance, it is recommended that you use select count(1) as my_total from my_table since that's not actually reading data but does more of a row-level existence check. Additiona