Re: alternatives to cfcontent to allow large downloads

2008-06-10 Thread George Abraham
Instead of using CFCONTENT, you can use CF to create a temporary URL, then let your web server serve the file directly. For example, you could use CFEXECUTE to create a symlink to a directory containing the file, then after an hour (or whatever time you deem appropriate) you could delete the

Re: cfthread with a cffile upload

2008-06-10 Thread George Abraham
Chad, As an aside, we went down many routes for large file uploads. HTTP is simply not built for that. We finally went with an embedded FTP Java client that simplified our lives a great deal. For reference, we went with this one: http://www.utechsoft.com/products/uupload/webdemo/cart/ HTH, George

alternatives to cfcontent to allow large downloads

2008-06-09 Thread George Abraham
Hi all, CFMX 7 Enterprise on IIS and Win 2003. Relatively medium traffic website, probably about 200 or so downloads a day, ranging from 1MB to 1GB or so. This is expected to double every 3 months or so. I read that cfcontent utilizes a single thread for the duration of a file download. I also

Re: alternatives to cfcontent to allow large downloads

2008-06-09 Thread George Abraham
On Mon, Jun 9, 2008 at 3:02 PM, Barney Boisvert [EMAIL PROTECTED] wrote: Use a content delivery network (CDN) or something like Amazon S3. CDNs are usually targeted at large-scale anonymous access, which is not quite what you want. S3, on the other hand, is private by default, and can easily

Re: alternatives to cfcontent to allow large downloads

2008-06-09 Thread George Abraham
On Mon, Jun 9, 2008 at 12:34 PM, George Abraham [EMAIL PROTECTED] wrote: I could look, but what does S3's usage policy say about that kind of offloading? This use case is exactly the point of S3's existence. It's redundant, scalable, and ridiculously inexpensive. OK, I got off my butt

Re: Create PowerPoint Files

2007-06-29 Thread George Abraham
Todd, We now use Aspose (after having looked into as many alternatives as we could.) It is a pretty good piece of work and the support is pretty good too. George On 6/28/07, Todd Mathews [EMAIL PROTECTED] wrote: Thanks for the suggestion. We looked at HSLF initially but it is still a work in

Re: SSL Domain redirect without error message

2007-04-17 Thread George Abraham
Victor, If you do have access to the web server's configuration, why not define a site called https://xyzdomain.com and then have a single page in the home directory there that redirects to the correct site: https://www.xyzdomain.com? I usually have a single such directory that I have all such

Re: SSL Domain redirect without error message

2007-04-17 Thread George Abraham
the redirection occurs. Either I'm doing something wrong or the only way to do it is to get a wild card ssl certificate that covers both domains : www.xyzdomain.com and xyzdomain.com https://www.xyzdomain.com/ Thanks Victor On 4/17/07, George Abraham [EMAIL PROTECTED] wrote: Victor

Re: SSL Domain redirect without error message

2007-04-17 Thread George Abraham
You know, the best thing to do might be to give them a domain not found error when they enter in xyzdomain.com. That way, they do recheck the address. George On 4/17/07, George Abraham [EMAIL PROTECTED] wrote: Hmm, that is true, the middle site would also have to have the SSL cert cover

Re: reading params from a file v/s getting them from a file

2007-04-15 Thread George Abraham
in memory once instead of a new copy for each visitor. -Justin Scott | GravityFree Client Care Special Forces Unit 1960 Stickney Point Road, Suite 210 Sarasota | FL | 34231 | 800.207.4431 941.927.7674 x115 | f 941.923.5429 www.GravityFree.com -Original Message- From: George Abraham

Re: reading params from a file v/s getting them from a file

2007-04-13 Thread George Abraham
Chiverton [EMAIL PROTECTED] wrote: On Thursday 12 Apr 2007, George Abraham wrote: Yes it is read at every request. For example, the navigational menu for every site is different, so the params XML file will have to be read every request to see what the menu items are. The only thing I store

Re: reading params from a file v/s getting them from a file

2007-04-12 Thread George Abraham
[EMAIL PROTECTED] wrote: On Wednesday 11 Apr 2007, George Abraham wrote: Well, this is an application that will be serving multiple websites (with different vHost names.) When a session is initiated with the application, it determines which site it is. Then there are a host of params

Re: reading params from a file v/s getting them from a file

2007-04-11 Thread George Abraham
On 4/11/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 06 Apr 2007, George Abraham wrote: I cannot however set these params in say an application.cfm or any such initializing code. OOI, why not ? ~| Upgrade

reading params from a file v/s getting them from a file

2007-04-06 Thread George Abraham
Hi all, Working with CFMX7 on Windows. I was wondering about the performance differences of using CFFILE to read in an XML settings/params file for every request as opposed to going to the database to get these settings for every request. These settings/params do not change much and even if they

SQL Server Error 8179: Could not find prepared statement with handle x

2007-01-09 Thread George Abraham
Hi all, One of our CFMX 7 applications (which was working fine before) suddenly started throwing this error - SQL Server Error 8179: Could not find prepared statement with handle x. The funny part is, it throws the error at pretty much any point in the application without any apparent reason in

Re: SQL Server Error 8179: Could not find prepared statement with handle x

2007-01-09 Thread George Abraham
SQL 2k and the problem went away. HTH Rich Kroll -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 8:38 AM To: CF-Talk Subject: SQL Server Error 8179: Could not find prepared statement with handle x Hi all, One of our CFMX

Re: SQL Server Error 8179: Could not find prepared statement with handle x

2007-01-09 Thread George Abraham
Thanks, George On 1/9/07, Richard Kroll [EMAIL PROTECTED] wrote: The drivers we used are located at http://jtds.sourceforge.net/ Rich Kroll ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7

Re: CF7 SQL Server connection problems

2006-12-02 Thread George Abraham
Hi Steve, I am running SQL Server 2K with the JDBC drivers provided by Macromedia (as installed with CFMX 7 Server.) George On 12/2/06, Steve Brownlee [EMAIL PROTECTED] wrote: What DB are you running and what driver are you using to connect? -Original Message- From: George Abraham

CF7 SQL Server connection problems

2006-12-01 Thread George Abraham
Hi, I hesitate to even ask for help for this issue, since it might be really specific to our situation. But here goes. The error message below pops up in our exception logs once in a while. Immediately I look at the database server to see if there were any networking problems, but things are

SOT: card reader to interface with web browser

2006-07-24 Thread George Abraham
Hi, Is there any way a card reader (for id card swipes) can interface with a web browser that is running a web application? Or do we have to write special client software for the interface? We could run this using ActiveX controls on the client-side browser too, I guess. Thanks, George

SOT: XML storage of metadata in database fields

2006-06-29 Thread George Abraham
All, I tried searching for information on this, but I am probably not searching for the right jargon. We have an application that allows users to specify (at initial setup time) to specify what kind of metadata they want to enter when they work with digital media within the application. For

Re: XML storage of metadata in database fields

2006-06-29 Thread George Abraham
On 6/29/06, Nick de Voil [EMAIL PROTECTED] wrote: I think the key question is, what are you going to use the metadata for? If you are going to want to use metadata fields for searching/sorting/analysis, I would go with the traditional database route. This is what we do in our CMS. A little

Re: XML storage of metadata in database fields

2006-06-29 Thread George Abraham
Dov, thanks for this. Any readings on approach 4? George On 6/29/06, Katz, Dov B (IT) [EMAIL PROTECTED] wrote: There are several approaches to solving this type of problem, imho, and each one has costs and benefits, and I've given each of them a report card (A being best, F being worst):

Re: SOT: XML storage of metadata in database fields

2006-06-29 Thread George Abraham
On 6/29/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 29 June 2006 11:09, George Abraham wrote: We have an application that allows users to specify (at initial setup time) Why not just add the users choice as columns ? Tom, If each user was allowed to specify their metadata

Re: XML storage of metadata in database fields

2006-06-29 Thread George Abraham
We do use SQL Server 2000 currently and we had heard that SQL Server 2005 was much better for working with XML. That did factor into our curent thoughts. George On 6/29/06, Snake [EMAIL PROTECTED] wrote: BTW SQL Server now supports XML natively, so if you store XML in the database, you can

changing/adding code to pages within cfide/administrator

2006-04-28 Thread George Abraham
Hi, We decided that we would actually follow the directions by Macrodobe that say that you should also independently secure the CF admin within your ColdFusion server. So we did; using another authentication application (IIS-based) that basically protects the directory under which the admin pages

Re: changing/adding code to pages within cfide/administrator

2006-04-28 Thread George Abraham
browsing and poking around. If you wanted to be really paranoid, restrict it to only 127.0.0.1, that way you can only ever admin it from the server itself. Be sure to use a strong CF-Administrator password too! Hope this helps, Chris Peterson -Original Message- From: George Abraham

Re: multiple uploads and cffile and cfmx instances

2006-04-18 Thread George Abraham
OK, the way we managed to 'solve' it was a weird procedure. Apparently this problem stemmed from using a particular IP or domain name. So we got a new domain name, pointed that to a new IP address, created a new JRUN instance and then this worked. Damned weird! George On 3/15/06, George Abraham

Re: multiple uploads and cffile and cfmx instances

2006-03-15 Thread George Abraham
, it would upload about 25-75% of it and the image showed up cut off at the bottom. About 5 times of tryin to do this, after some time, the dreaded '500 unexpected end of part' error shows up. Thanks, George On 12/13/05, George Abraham [EMAIL PROTECTED] wrote: All, This is a bit of strange bug

Re: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread George Abraham
Steve, I recently moved an app from CF5 to CFMX7 and I did not have any significant problems. Any chance you could post code/errors? George On 2/26/06, Steve Kahn [EMAIL PROTECTED] wrote: Aaron - good point. I set up a demo on the sql server and did a cfform/ action to insert data and it

Re: Suggestion for the list

2006-02-17 Thread George Abraham
Why not? I learnt a heck of a lot from it! George On 2/17/06, Aaron Roberson [EMAIL PROTECTED] wrote: I can't beleive you guys are still talking about this... -Aaron On 2/17/06, Dave Watts [EMAIL PROTECTED] wrote: I haven't read through the entire thread, but I though the problems

Re: passing multiple values from the same form field

2006-02-04 Thread George Abraham
Hi, By saying 'I want to pass these options along with the productID and qty', are you saying that when you submit the form, the values are not being passed to the action page? Otherwise Ian's answer about the array notation for form data seems right. In simple terms, the radio button for option1

Re: passing multiple values from the same form field

2006-02-04 Thread George Abraham
Well, Normally if you want to loop over form fields, you can use something like this: cfloop list=#form.fieldnames# index=thisField cfset whateverVariable = #StructFind(form,thisField)# /cfloop George On 2/4/06, j s [EMAIL PROTECTED] wrote: It is passed to tag first. What I'm not clear on

storing query results while paging through

2006-01-23 Thread George Abraham
All, I don't use session variables at all, but this might a good time to use them. I have a search page that takes in a search term, runs a query and then displays the results. The user is allowed to click into a result and then page through the search resultset while in a result (via

Re: storing query results while paging through

2006-01-23 Thread George Abraham
. This will also have the benefit of using the same cache if multiple sessions search for the same thing while it's in the cache. -Justin -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 10:34 AM To: CF-Talk Subject: storing query results

Re: storing query results while paging through

2006-01-23 Thread George Abraham
On 1/23/06, Dave Watts [EMAIL PROTECTED] wrote: When you use CACHEDWITHIN/CACHEDAFTER, CF identifies cached queries not just by name, but by connection and by the actual SQL statement. So, each user would generate their own cached query, and CF would only reuse one of them if another request

Re: storing query results while paging through

2006-01-23 Thread George Abraham
with cachedwithin. -Justin -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 12:13 PM To: CF-Talk Subject: Re: storing query results while paging through Justin, Suppose the query is named 'getResults' and I have enabled

Re: WOT: Gmail's interesting approach to usernames

2006-01-18 Thread George Abraham
: Michael Traher [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 3:09 PM To: CF-Talk Subject: Re: WOT: Gmail's interesting approach to usernames It would be OK if they had stopped the second George Abraham to sign up from using that name! Otherwise it is a seriously

WOT: Gmail's interesting approach to usernames

2006-01-17 Thread George Abraham
All, I happened to read the exchange where Gmail thought some CF-Talk mail was spam and tagged it thus. Today, I just realized an interesting 'feature' about Gmail. I own a Gmail account with the username george.abraham (note the period between the words.) I Do NOT however own georgeabraham (no

Re: Scripting DB records in enterprise manager

2006-01-11 Thread George Abraham
Scripting will only create those tables, not populate them. If you want to populate, use the import/export data wizard in Enterprise Manager. If your new tables are already created, then just point the wizard to them, else the wizard can also create them for you, if I am not mistaken. George On

Re: ColdFusion Cookbook

2006-01-05 Thread George Abraham
Ray, I second Massimo's suggestion to model on. I can also serve (like Matthieu has volunteered) to be a potwasher for this. George On 1/5/06, Massimo Foti [EMAIL PROTECTED] wrote: While the site isn't quite ready yet, I'd love to get some feedback on what you would like to see on the

Re: bas64Decode

2005-12-30 Thread George Abraham
-Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 7:31 PM To: CF-Talk Subject: bas64Decode All, I have a base64-encoded string which I need to decode. I can't seem to find a CF function that actually does this. Any ideas

bas64Decode

2005-12-29 Thread George Abraham
All, I have a base64-encoded string which I need to decode. I can't seem to find a CF function that actually does this. Any ideas? Thanks, George ~| Logware (www.logware.us): a new and convenient web-based time tracking

multiple uploads and cffile and cfmx instances

2005-12-13 Thread George Abraham
All, This is a bit of strange bug that we noticed recently. Out infrastructure is on CFMX 7.01 Enterprise with 6 instances of CFMX running on the same IIS server with about 20 websites. I was testing a multiple upload Java applet that was working fine on my small CFMX developer test box. After

Re: How to determine the name of a file upload

2005-12-13 Thread George Abraham
We use a Java applet called ImageUploader from Aurigma (http://aurigma.com). It has worked pretty well so far. It does show the current status of the upload for one file or multiple files while the upload is taking place. George On 12/12/05, James Holmes [EMAIL PROTECTED] wrote: You'll

cffile upload large files again!

2005-12-07 Thread George Abraham
All, For uploading multiple files to the server, we use a Java applet which works quite well. Now, the sizes of the files could vary. People might upload 10 files that are 2MB each or 100 files that total about 200MB together. Sometime people could even upload about a gig of files if they so liked

Re: cffile upload large files again!

2005-12-07 Thread George Abraham
Thanks Dave, I don't see any UDFs on cflib that deal with what you talk about, though? I searched using various terms, but nothing turned up. I do understand what you say about streaming the file while uploading. Can this be done using the java.io.InputStream class? George On 12/7/05, Dave

Re: Verity Help

2005-12-07 Thread George Abraham
Greg, How about building a Searchable table with the record ID as the primary key and a text (or blob) field called SearchTerms. Then the first time that this gets built, just concatenate all the results of the 35 tables together and dump it into SearchTerms with the RecordID. If you have a

Re: cffile upload large files again!

2005-12-07 Thread George Abraham
Robert, That one specifically talks about reading in text files already residing on the server. I bet that could easily be modified for reading in uploaded files. Thanks for the link. George On 12/7/05, FROEHLING, ROBERT (AIT) [EMAIL PROTECTED] wrote: George, Take a look at this technique by

enabling debugging in CFMX7 Enterprise

2005-12-06 Thread George Abraham
All, We are running CFMX Enterprise with multiple instances of CFMX on 5 different servers. I was trying to enable debugging on a particular instance A and I went into A's CFAdmin to do so. I checked the requisite boxes in the debugging page, set my client's IP in the IP page and then checked the

Re: enabling debugging in CFMX7 Enterprise

2005-12-06 Thread George Abraham
a sample page outside the CFAdmin using the built-in webserver on its unique port to continue the guarantee that you are testing the intended server. -Steven Erat On 12/6/05, George Abraham [EMAIL PROTECTED] wrote: All, We are running CFMX Enterprise with multiple instances of CFMX

interacting with java and return a ColdFusion query

2005-12-02 Thread George Abraham
All, I am working with CFMX and a set of Java libraries. I need to code a Java class that can serve as the liaison between CFMX and Java. This class will interact with the Java libraries and return the information to CF in the form of a CF query (using com.allaire.cfx.Query.) I want to stress that

Re: interacting with java and return a ColdFusion query

2005-12-02 Thread George Abraham
with cfquery? -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: 02 December 2005 14:17 To: CF-Talk Subject: interacting with java and return a ColdFusion query All, I am working with CFMX and a set of Java libraries. I need to code a Java class that can serve

Re: interacting with java and return a ColdFusion query

2005-12-02 Thread George Abraham
/05, Katz, Dov B (IT) [EMAIL PROTECTED] wrote: So you can use #queryNew()# function within CF pages to produce the query result. -Dov -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Friday, December 02, 2005 9:27 AM To: CF-Talk Subject: Re: interacting

Re: interacting with java and return a ColdFusion query

2005-12-02 Thread George Abraham
/indexing_database_content_with_lucene_cold fusion.html HTH -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: 02 December 2005 14:27 To: CF-Talk Subject: Re: interacting with java and return a ColdFusion query Hehehe, I did not even think to explain that I wasn't querying just

Re: interacting with java and return a ColdFusion query

2005-12-02 Thread George Abraham
. Is that the case here? I think you need to use the class coldfusion.sql.QueryTable to do what you want. It's in either cfx.jar or cfusion.jar. Mark -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Friday, December 02, 2005 9:17 AM To: CF-Talk Subject

jrun memory usage on multiple CFMX instances

2005-11-29 Thread George Abraham
All, We have a Windows 2003 server that has five CFMX instances running on it which service five different sites. The average memory usage for the jrun.exe (when absolutely nothing is hitting the sites) is about 53MB. Together they eat up about 300MB. Is this normal? If not, what is normal? TIA,

Re: jrun memory usage on multiple CFMX instances

2005-11-29 Thread George Abraham
Beautiful! Thanks! George On 11/29/05, Douglas Knudsen [EMAIL PROTECTED] wrote: sounds normal to me. DK On 11/29/05, George Abraham [EMAIL PROTECTED] wrote: All, We have a Windows 2003 server that has five CFMX instances running on it which service five different sites. The average

Re: Ceiling of Verity collections...

2005-11-29 Thread George Abraham
It also depends on what your scale of collections are. If you are going to hit the ceiling of 250,000 objects sooner than you think, then you might be better off looking at Lucene or using a Google search appliance, depending on the money you have to throw at this. We currently use Lucene in

Re: Best Practice - Omit The and other common words Text Input for Search and another question

2005-11-13 Thread George Abraham
Hi Les, I would also look at enabling full-text search on (I am assuming) SQL Server and using the CONTAINS clause. You might still have to filter out the 'The', but it might also help on other situations. George On 11/12/05, Adrian Lynch [EMAIL PROTECTED] wrote: If The is the only word

Re: reload Java classes

2005-11-10 Thread George Abraham
Jeff, Yep, that is what I am doing now too: a commented out main() that does the same crap. Once in a while though, I mess up somewhere and damn, I have to restart the CFMX service. It also takes a sight more time to restart than CF 5 used to, but for all the stuff I get with CFMX, I don't really

SOT: Browser-based XML editor

2005-11-10 Thread George Abraham
All, This is more of an exploratory question than anything. Has anybody used browser-based XML editors like BitFlux, Xopus or any such? What are your experiences and would you recommend any? I want something that just shows either the XML document (in all its indented glory) or a tree structure of

Re: Browser-based XML editor

2005-11-10 Thread George Abraham
it. To make it full editable, it gets a little more complicated... =] Cheers, Kevin -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: November 10, 2005 10:28 AM To: CF-Talk Subject: SOT: Browser-based XML editor All, This is more of an exploratory question

reload Java classes

2005-11-09 Thread George Abraham
All, Before I give up on this (since I have searched the Interweb and have not got any solutions), I wanted to ask the people on the list about this. I have a Java program that is currently under development and I call Java class using the cfobject tag. I am having to restart the CFMX 7 server

Re: calling java class from CFMX

2005-11-09 Thread George Abraham
Robert, Sorry for dropping off. I just read this email. I did find out that I was thinking badly about it. I did do this by actually instantiating the Java class using cfobject. Thanks, George On 11/7/05, Robert Munn [EMAIL PROTECTED] wrote: WHy not just call your Java class using CFOBJECT to

Re: reload Java classes

2005-11-09 Thread George Abraham
this. DK On 11/9/05, George Abraham [EMAIL PROTECTED] wrote: All, Before I give up on this (since I have searched the Interweb and have not got any solutions), I wanted to ask the people on the list about this. I have a Java program that is currently under development and I call Java

Re: Generate PPT slides from CF

2005-11-09 Thread George Abraham
If you are ready to risk Automation of Office components on your server using CF, then I do have some code that might help you. Email me offline and I can send it to you. Or you could look at the code at CFcomet: http://cfregex.com/cfcomet/. Regards, George On 11/9/05, John Paul Ashenfelter

calling java class from CFMX

2005-11-07 Thread George Abraham
All, CFMX 7 on Win 2000 (a test server). I wrote a Java program and compiled it on the server under another user account (not the one running the CFMX service). The program compiled correctly and I was able to run it using the command line. Now it imports some specific java libraries that are not

Re: [SPAM : 8.1] Re: Rumors from Max..

2005-11-04 Thread George Abraham
Umm, We actually support both CF5 and CFMX in our environment. Both are pretty stable for what they do. But things like CFCs in CFMX do make life a whole lot easier. George On 11/4/05, Snake [EMAIL PROTECTED] wrote: Perhaps because his CF5 server is stable and doesn't fallover nearly as much

Re: Find no records

2005-11-02 Thread George Abraham
Maybe this will work. I may not be understanding what you need. cfquery name=GetPromoters datasource=user020 SELECT u.userID, u.firstName, u.lastName, u.emailAddress, u.password, e.userID FROM tbl_020publicUsers u WHERE u.userID NOT IN (SELECT UserID FROM tbl_020eventDetails e) /cfquery On

Re: Philosophy Q: SP's or CFQUERY?

2005-10-31 Thread George Abraham
I do second the too lazy to write SQL code if I don't have to. I have recently had the luxury of having in my team a person who is more DB-aware than I am. So now I just write library CFCs that have functions that call the SPs. Periodically when I see that there is a one-off query that really does

Re: SOT: Image (or File) Organizer

2005-10-19 Thread George Abraham
/SortableListsDemo 2. The other is at: http://tool-man.org/examples/ and the specific tool I needed is at: http://tool-man.org/examples/sorting.html. George On 10/18/05, George Abraham [EMAIL PROTECTED] wrote: All, One of the apps I am working on involves a fair bit of file-management. Most of the files

SOT: Image (or File) Organizer

2005-10-18 Thread George Abraham
All, One of the apps I am working on involves a fair bit of file-management. Most of the files are images or media like audio/video clips. Occasionally one of the bunches of files have to organized in some fashion involving order of display. I can hack around with JavaScript and have a select list

cf5 scheduled tasks going haywire

2005-10-12 Thread George Abraham
All, Our creaking CF5 server suddenly started behaving badly with respect to scheduled tasks. One of the tasks was something set to run every 4 hours (240 minutes). With no reason, this task started running every 30 seconds or so. I modified the task, and now all of the other tasks are doing the

dynamic structure name

2005-10-07 Thread George Abraham
Hi, One of the structures I am dealing with is populated dynamically. It looks thus: perm.public.UserGroup.#PermID#.Permname. I have a number of PermIDs I want to loop through and set some variables. Hence: cfloop list=#listOfPermIDs# index=thisPermID cfif

Re: dynamic structure name

2005-10-07 Thread George Abraham
That worked, thanks! George On 10/7/05, Adrocknaphobia [EMAIL PROTECTED] wrote: Try using a different notation like: UserGroup[permID].permName -Adam On 10/7/05, George Abraham [EMAIL PROTECTED] wrote: Hi, One of the structures I am dealing with is populated dynamically. It looks

Re: File uploading with firefox

2005-10-06 Thread George Abraham
Try changing the accept attribute in your cffile to accept those mimetypes. What is your upload cffile code, anyway? George On 10/6/05, Protoculture [EMAIL PROTECTED] wrote: why would I change the file extension of a word doc (.doc) to something other than a word doc in order to fix a file

Re: SQL Server 2000 Full-text search issues

2005-10-03 Thread George Abraham
as uusal. russ -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: 01 October 2005 14:25 To: CF-Talk Subject: Re: SQL Server 2000 Full-text search issues Hi, Full-text search on SQL Server 2K gave me huge problems. Not only was the code to conduct a full-text

Re: SQL Server 2000 Full-text search issues

2005-10-01 Thread George Abraham
Hi, Full-text search on SQL Server 2K gave me huge problems. Not only was the code to conduct a full-text search cumbersome, but the user had to learn how to define searches in ways that were not really fair to the user. That is why I decided to turn to another appliance for full-text search

Re: applications in applications

2005-09-28 Thread George Abraham
Yes, you want single sign-on. You could do it the way you suggested, but I have a feeling that will lead to problems down the line. Maybe something like this - http://shibboleth.internet2.edu/ - along with an application management framework (even for applications around your university) is what

Re: post-upload file validation

2005-09-24 Thread George Abraham
Hmm, That was a test I should have done. Thanks for the info. On a related note, are any of ya'll using any multiple-file upload applets or some such that you could recommend? We are currently experimenting with Aurigma's ImageUploader (http://aurigma.com/Products/ImageUploader/) which works

post-upload file validation

2005-09-22 Thread George Abraham
All, We are allowing upload of files (a multiple file-upload, actually). Once the files are uploaded, short of looking at the file extension, are there any other ways of truly recognizing the file-type of an uploaded file? I am assuming that cffile's 'accept' attribute does the same file-extension

Re: CFC caching?

2005-09-15 Thread George Abraham
Umm, anybody? George On 9/14/05, George Abraham [EMAIL PROTECTED] wrote: All, I am relatively new to CFCs, so pardon the (perhaps) stupid question. I have a CFC like so: cfcomponent cffunction name=auditThis cfargument name=AccountID required=Yes cfargument name=TargetID required=Yes

Re: CFC caching?

2005-09-15 Thread George Abraham
was changed in the db and not in the CFC that shouldn't be relevant. Other than that, I'd say try restarting the CF server service. Umm, anybody? George On 9/14/05, George Abraham [EMAIL PROTECTED] wrote: All, I am relatively new to CFCs, so pardon the (perhaps) stupid question

Re: CFC caching?

2005-09-15 Thread George Abraham
Isaac, rather than in the CFC... Once I know the name change occurred in the CFC, then shared-scopes is the first thing that comes to mind for me. Ahh, good, finally a phrase I can search on! :-) I'd have to know more about the specifics of your application to give a really useful opinion

Re: CFC caching?

2005-09-15 Thread George Abraham
Makes sense! Thanks for all your recommendations, people! George On 9/15/05, Jared Rypka-Hauer - CMG, LLC [EMAIL PROTECTED] wrote: Hey George... Trust me, you ain't the only one. ;) A CFC is executable CF so when you create an instance in a shared scope, that instance is created with the

CFC caching?

2005-09-14 Thread George Abraham
All, I am relatively new to CFCs, so pardon the (perhaps) stupid question. I have a CFC like so: cfcomponent cffunction name=auditThis cfargument name=AccountID required=Yes cfargument name=TargetID required=Yes default=0 cfargument name=ActionString required=No default= cfstoredproc

SOT: video frame capture on server side

2005-08-17 Thread George Abraham
All, I have spent a bunch of time googling for this, to no avail. Are there any server side programs (interfacing with CFMX via COM or otherwise) that can process uploaded video files and get frame captures and stuff? Thanks, George

Re: SOT: video frame capture on server side

2005-08-17 Thread George Abraham
Tom, Thanks for the suggestions. Is 'convert' a program I can get somewhere? Sorry for the ignorance. George On 8/17/05, Thomas Chiverton [EMAIL PROTECTED] wrote: On Wednesday 17 August 2005 16:54, George Abraham wrote:e any server side programs (interfacing with CFMX via COM or otherwise

Re: CF Licensing on VMs?

2005-08-17 Thread George Abraham
Maybe this thread on CF-server will help you? http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:10/threadid:1344 HTH, George On 8/17/05, Jim Davis [EMAIL PROTECTED] wrote: We're (FINALLY!) trying to upgrade from CF 4.5 to CF MX 7 (predicated by a required move from NT 4.0 - so CF is

Re: SOT: video frame capture on server side

2005-08-17 Thread George Abraham
server would be good. Thanks, George On 8/17/05, George Abraham [EMAIL PROTECTED] wrote: Tom, Thanks for the suggestions. Is 'convert' a program I can get somewhere? Sorry for the ignorance. George On 8/17/05, Thomas Chiverton [EMAIL PROTECTED] wrote: On Wednesday 17 August 2005 16:54

Re: SQL - Counting rows of UNION query

2005-07-25 Thread George Abraham
would like the original poster, George Abraham, to know the answer I found. I don't really want to join the website just to reply. I'm fairly new to SQL and I search a LOT of sites for answers. I'd drown in memberships if I signed up for all of them. I'm content to lurk, but in this case, I

Re: CFMX, Video resizing/repurposing

2005-07-25 Thread George Abraham
Rich, Can you send a URL for the LEAD multimedia toolkit? Just want to make sure that I have the right one. Thanks, George On 7/25/05, Rich Wild [EMAIL PROTECTED] wrote: Hi all, I've got a task to develop an online video resizing app and so I'm looking at some server side tools that will

Re: SOT: checkbox validation problem

2005-07-22 Thread George Abraham
Larry, I don't know if you already solved this, but it appears that when there is one checkbox, the notation e.atccNum[i] where i would be 0, does not hold. Then you have to refer to it as e.atccNum alone. HTH, George On 7/21/05, Larry Lyons [EMAIL PROTECTED] wrote: I'm having a problem with a

Re: OT: CFMX Java API

2005-07-19 Thread George Abraham
Shailaja, Are you specifically working with the Plumtree API or with some other application's API? Jeff's email, which by the way was sent in September 2004, seemed more related to problems with using ColdFusion and Plumtree. If it is not related to Plumtree, can you show any code for the problem

Re: OT: Sun's JAI package install

2005-07-18 Thread George Abraham
How about using ImageMagick? Might be a bit overwhelming for what you want to do, but it does it so well. http://www.imagemagick.org/script/index.php George On 7/18/05, Bryan Stevenson [EMAIL PROTECTED] wrote: Hey All, I'm trying to install the JAI package from Sun (so I can fire up some

Re: OT: SQL count of rows from a union query

2005-07-08 Thread George Abraham
Well, I'll be! It worked. This is the second time that this has happened to me where the absence of an alias has screwed things up. Thanks Joe! George On 7/8/05, Joe Rinehart [EMAIL PROTECTED] wrote: Hey George, AFAIK, derived tables in T-SQL need an alias...try this: SELECT count(*)

OT: SQL count of rows from a union query

2005-07-07 Thread George Abraham
Hi all, This one seems to be simple, but it is not working at all. I want to return a count of the rows from an T-SQL Query that involves a UNION operation. SELECT count(*) FROM ( SELECT ObjectID FROM table1 t1 INNER JOIN table2 t2 ON t1.thisID = t2.thisID UNION SELECT

Re: SQL count of rows from a union query

2005-07-07 Thread George Abraham
disparate tables. That's not what you are trying to do here. -mk Mark A. Kruger, CFG, MCSE www.cfwebtools.com www.necfug.com http://mkruger.cfwebtools.com -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 2:22 PM To: CF-Talk

Re: SQL count of rows from a union query

2005-07-07 Thread George Abraham
are trying to do here. -mk Mark A. Kruger, CFG, MCSE www.cfwebtools.com www.necfug.com http://mkruger.cfwebtools.com -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 2:22 PM To: CF-Talk Subject: OT: SQL count of rows from

  1   2   3   >