Re: Hype 2.0

2006-05-17 Thread mac jordan
On 5/16/06, Dave Watts [EMAIL PROTECTED] wrote: Compare Google Maps to Google Earth, a native Windows application, and you'll see what I mean. just as a point of order, Google Earth is also available for OSX -- mac jordan home: www.kestrel.org work: www.webhorus.net them:

Re: ascii to EBCDIC

2006-05-17 Thread Michael Traher
Thanks Phillip. We'll try that. On 5/16/06, Phillip B. Holmes [EMAIL PROTECTED] wrote: Here ya go. cfscript myField = 'A named mapping between sequences of sixteen-bit Unicode characters and sequences of bytes'; this.jcharset = createObject('java',

Re: datatypes, calculations and DB experts

2006-05-17 Thread Nick de Voil
I have recently found a bizarre situation where numbers are not calculating correctly when the values are stored in FLOAT data types. This is not just a database-related issue - it's found in computer systems in general. Floating point numbers are by definition approximations. This often

Re: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Cutter (CFRelated)
You know, I gave almost the same question last week on the model-glue mailing list. Kept seeing these real simple samples, but nothing that appeared to work with complex data. Matt Williams was kind enough to whip out a basic application and place the download on his blog

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread kola.oyedeji
One book I would thoroughly recommend is: Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and the Unified by Craig Larman. There are a number of facets to understand about OO programming such as inheritance/encapsulation etc. But the most difficult aspect of

What do you use to capture a video frame?

2006-05-17 Thread Mike Kear
I had to take a snapshot of a WMV video I'm putting on one of my sites today, and I was surprised to learn that you cant capture a video (in WinXPPro anyway) frame into a jpg file by the method of screen capture I normally use - the good ole' print screen key to put it into the clipboard. I found

Re: What do you use to capture a video frame?

2006-05-17 Thread Patric Stumpe
Hi Mike, a commonly used Screencap utility is HypersnapDX. HTH Patric MK I had to take a snapshot of a WMV video I'm putting on one of my sites MK today, and I was surprised to learn that you cant capture a video (in MK WinXPPro anyway) frame into a jpg file by the method of screen capture I

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Kevin Roche
The most useful thing I found on Design Patterns was an article on them in CFDJ about 2 years ago. After that all the books started to make sense. They had some code examples for DAO, Gateway, Beans and other objects that were all new to me at that time. seeing the code in CF was great. Now

Re: What do you use to capture a video frame?

2006-05-17 Thread Mike Kear
Thanks Patric. I only have to take one single image to illustrate the link to the movie download, and it's held up the whole thing for hours now. Who'd have thought you cant use the normal window capture for movies? It captues everything else! Thanks for your help. Cheers Mike Kear Windsor,

CFComet

2006-05-17 Thread Cutter (CFRelated)
Anyone out there know the timeline for the return of CFComet? Have to build some Outlook integration, and I know that's the source for CF/MSO integration information -- Cutter http://blog.cutterscrossing.com The Past is a Memory The Future a Dream But Today is a Gift

Re: CFeclipse F11?

2006-05-17 Thread Mark Drew
F12 it will ask you to fill in some details about the location of your browser and the path. MD On 5/16/06, Crow T. Robot [EMAIL PROTECTED] wrote: Is there a plugin or whatever to emulate the f11 (preview in external browser) in HomeSite+? Just re-installed CFEclipse today - I must say,

Re: CFComet

2006-05-17 Thread Nick Tong - TalkWebSolutions.co.uk
http://cfregex.com/cfcomet/ On 17/05/06, Cutter (CFRelated) [EMAIL PROTECTED] wrote: Anyone out there know the timeline for the return of CFComet? Have to build some Outlook integration, and I know that's the source for CF/MSO integration information -- Cutter

Re: What do you use to capture a video frame?

2006-05-17 Thread Nick Tong - TalkWebSolutions.co.uk
I use snagIT www.techsmith.com/ -- Nick Tong web: http://talkwebsolutions.co.uk blog: http://succor.co.uk shorturls: http://wapurl.co.uk ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240742 Archives:

RE: recursive includes

2006-05-17 Thread Ben Nadel
Have you actually tried to include several different application files in one request??? I have not tried it. Part of me things that it wouldn't be a problem as they are all different names and will create their own APPLICATION scopes when included, so they will not overwrite each other. If they

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Robertson-Ravo, Neil (RX)
Headfirst Design Patterns Couldn't agree more... Brilliant book -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 16 May 2006 18:06 To: CF-Talk Subject: RE: OOD/Design Patterns and ColdFusion. Ian, I did a trip into the land of OOP and one of the things that I

Re: CFComet

2006-05-17 Thread Jim Wright
Another good resource for Outlook/Exchange code is... http://www.outlookcode.com/ -- Jim Wright Wright Business Solutions [EMAIL PROTECTED] 919-417-2257 ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240745

RE: What do you use to capture a video frame?

2006-05-17 Thread Dawson, Michael
I use Macromedia's RoboScreenCapture. -Original Message- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 6:29 AM To: CF-Talk Subject: Re: What do you use to capture a video frame? I use snagIT www.techsmith.com/ -- Nick Tong web:

Re: What do you use to capture a video frame?

2006-05-17 Thread Mike Kear
As it turned out, the HypersnapDX that Patric suggested wouldnt capture the video image either. Just like all the other capture mechanisms I'd tried up to that point, it captured anything on the desktop EXCEPT the content of the video.Which is what i wanted in the first place. So here's

Re: CFeclipse F11?

2006-05-17 Thread Crow T. Robot
Damn, that was easy. Thanks! Mark Drew wrote: F12 it will ask you to fill in some details about the location of your browser and the path. MD On 5/16/06, Crow T. Robot [EMAIL PROTECTED] wrote: Is there a plugin or whatever to emulate the f11 (preview in external browser) in

RE: recursive includes

2006-05-17 Thread Turetsky, Seth
I did try and it does include them, but it seems to collect the variables, so the last include has all the variables of all the previous includes. I thought about the cfhttp, but not everyone has access to everyone's apps, so without changing each application, that's not possible for us.

Re: CFeclipse F11?

2006-05-17 Thread Mark Drew
One of the things I need to look at with CFE is the addition of configuration information when you create a project and settings for things such as browsers etc. MD On 5/17/06, Crow T. Robot [EMAIL PROTECTED] wrote: Damn, that was easy. Thanks! Mark Drew wrote: F12 it will ask you to

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Andy Matthews
Great example Steve!! I've been reading along with Ian, letting him ask all the dubmd questions (just kidding Ian), but all the while I've been learning right along with him. Thanks a lot. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink,

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Andy Matthews
Steve... I do have one comment/question about your example. It seems to be a little excessive to have a get and set method for each individual column in a database. Can you explain the reasoning behind this? !//-- andy matthews web developer certified advanced coldfusion

Re: SQL errors in CF by not in MySQL

2006-05-17 Thread Joelle Tegwen
I did find the problem (at least with this particular query. I'm thinking I should still figure out this driver thing.) I had a column percentEffort DECIMAL(4,1) and that was causing problems. I changed it to FLOAT and it all works now. I did go through and check all of my outputs though and

Re: What do you use to capture a video frame?

2006-05-17 Thread Patric Stumpe
Man, how much time do we have to spent on such silly things. Another alternative *could* have been to open the video with a decent mediaplayer (MPC or ZoomPlayer) and then use the integrated snapshot functionality. But who knows if that works with wmv (it does with normal avi-container material

CFHTTP Charset Question

2006-05-17 Thread Rob Wilkerson
I'm trying to retrieve an RSS feed using CFHTTP. The problem is that the feed uses an extended character set (it's a French feed) and the extended characters aren't being returned properly in the cfhttp.fileContent variable unless the charset is specified as iso-8859-1. This is the character set

Re: CFHTTP Charset Question

2006-05-17 Thread Paul Hastings
Rob Wilkerson wrote: cfhttp.fileContent variable unless the charset is specified as iso-8859-1. This is the character set specified within the feed XML, but it's not specified in the response header. The response charset is an empty string. well first off that stuff isn't latin-1

Passing Java Applet vars back to CF

2006-05-17 Thread Mark Leder
Hi all, Using CFMX7 on Win2003. I have a java applet embedded in a CF page (page1.cfm) (using object/embed tags) which performs a file upload. Upon successful upload (no errors thrown), I redirect to a second CF page (page2.cfm) to perform additional routines on the FORM vars which should be

Re: Win 2003 IIS6 Bad Request

2006-05-17 Thread Bryan Stevenson
Have you installed SP 1? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Yep...fresh install from an Action Pack CD and then updated with a SP 1 CD from the same Action Pack ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone:

Re: CFHTTP Charset Question

2006-05-17 Thread Rob Wilkerson
Thanks for taking a look, Paul. You're a little over my head with all of the character codes. Seems I might have been a little optimistic in my self-evaluation if what you're talking about is obvious. :-) Here's what I know (and it's probably best to treat this as /all/ that I know): 1. The

RE: SOT: Keeping Content In-Sync on QA and Production Sites

2006-05-17 Thread Dawson, Michael
Thanks, Denny. These are some good issues to think about. M!ke -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 7:09 PM To: CF-Talk Subject: Re: SOT: Keeping Content In-Sync on QA and Production Sites I like CMS's over Dreamweaver

RE: SOT: Keeping Content In-Sync on QA and Production Sites

2006-05-17 Thread Dawson, Michael
James, thanks! We will also look into a repo for the content. We are really trying to get our www web site to be taken more seriously than in the past. M!ke -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 10:41 PM To: CF-Talk Subject: Re:

RE: Way to determine charset encoding of data contained in submitted form

2006-05-17 Thread Munson, Jacob
What about getEncoding()? http://techfeed.net/cfQuickDocs/?getEncoding -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 8:59 PM A web form on a client site is getting alot of spam submissions, especially from China. These messages

RE: recursive includes

2006-05-17 Thread Ben Nadel
Maybe you could try something like this: cfdirectory directory=#rootPath# action=list name=cfDir cfoutput query=cfDir cftry !--- Create a new application for each iteration with a unique name. --- cfapplication

RE: What do you use to capture a video frame?

2006-05-17 Thread Ben Nadel
Mike, No expert here at all, but I had to deal with this problem before. The issue here is that the video output goes directly to the video card and not through all the regular processing (not 100% - know nothing about hardward) so when you try to do a screen capture, there really is no video

RE: SOT: Keeping Content In-Sync on QA and Production Sites

2006-05-17 Thread Robertson-Ravo, Neil (RX)
The whole sync scenario is one of the reasons we are moving to a publishing model - and away from CF itself for the main CMS system. -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: 17 May 2006 01:09 To: CF-Talk Subject: Re: SOT: Keeping Content In-Sync on QA

RE: accessing cfmail functionality from java

2006-05-17 Thread Leon Oosterwijk
Dave, CFMAIL uses JavaMail but it spools requests, causing the calling thread to not block. This is important because a transient mail delivery failure/delay will not impact the performance of the calling page. I managed to access the cfmail functionality using the

RE: Passing Java Applet vars back to CF

2006-05-17 Thread Dan G. Switzer, II
Mark, Using CFMX7 on Win2003. I have a java applet embedded in a CF page (page1.cfm) (using object/embed tags) which performs a file upload. Upon successful upload (no errors thrown), I redirect to a second CF page (page2.cfm) to perform additional routines on the FORM vars which should be

RE: SOT: Keeping Content In-Sync on QA and Production Sites

2006-05-17 Thread Dawson, Michael
Could you explain your publishing model? -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 10:05 AM To: CF-Talk Subject: RE: SOT: Keeping Content In-Sync on QA and Production Sites The whole sync scenario is one of the reasons we

Re: What do you use to capture a video frame?

2006-05-17 Thread Zaphod Beeblebrox
I know this is a little late, but I use VRTainments CapturePad. It will capture streaming video off the internet, snapshots of streaming video, etc All for a low price of $20. Probably one of the most awesome capture programs I've used. On 5/17/06, Mike Kear [EMAIL PROTECTED] wrote: As

SOLVED: Re: Win 2003 IIS6 Bad Request

2006-05-17 Thread Bryan Stevenson
Well it's *ahem* fixed ;-) I don't actually know what the problem was, but I had to remove the IP address for the web site from IIS and leave it with all unassigned and that stopped the bad request - (invalid hostname) error from occurring. Other than that STUPID issue, I'm liking Win 2003 far

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Ian Skinner
Is it good or bad to put bad and/or partial data into the bean because some of the form data was good and some was bad? IMHO, since validation is done by the bean, partial data in one of the attributes is not acceptable. Ok, I might almost have enough of an idea to give a first try at this

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Steve Brownlee
1. Validation 2. Encapsulation 3. It just makes so much darned sense, don't it? For many web app developers, classes (or beans in this discussion) are code representations of database objects and so must perform the function of getting data from, or putting data into, those database fields. Keep

SQL Server Express on CF Box?

2006-05-17 Thread Claremont, Timothy
I am wondering if people have been successful at installing SQL Server Express on their CF 7.1 servers. I have not attempted it yet, but figured it would be prudent if I asked the question first. My test server is abysmally slow and lacking in RAM and processor speed, thus I cannot use that as a

RE: SQL Server Express on CF Box?

2006-05-17 Thread Steve Brownlee
I recorded my fun trip down that path. Check it out for reference when you're ready to start. http://tinyurl.com/qtq4h Steve The Boss Brownlee http://www.orbwave.com/cfjboss -Original Message- From: Claremont, Timothy [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 12:22 PM

RE: recursive includes

2006-05-17 Thread Turetsky, Seth
Hmm didn't work, same thing. I will play with it more when I get a chance and see what happens. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 11:16 AM To: CF-Talk Subject: RE: recursive includes Maybe you could try something like this:

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Andy Matthews
In a set method for address (for example), that doesn't actually update the database does it? It simply changes the value stored in the session var or something? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED]

Re: CFHTTP Charset Question

2006-05-17 Thread Claude Schneegans
When I make the get request specifying either no charset at all or utf-8 the non-ascii characters (what I, perhaps mistakenly, referenced as members of an extended character set) are not rendered properly in the cfhttp.fileContent variable. This is normal. Specifying a charset in CFHTTP will NOT

RE: SQL Server Express on CF Box?

2006-05-17 Thread Munson, Jacob
The NET 2.0 framework is required for installation, as well as XP SP2. Are you really using Windows XP as a production web server? This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the

Re: CFHTTP Charset Question

2006-05-17 Thread Paul Hastings
Rob Wilkerson wrote: 1. The feed itself specifies its encoding as iso-8859-1 in the source XML. so what? in a perfect world folks would know the difference between latin-1 a windows code page (cp) or ms wouldn't have created their own encoding (i'm not blaming ms for this, i think they

Re: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Matt Williams
Correct Andy. Calling the set method would only do whatever the code within those cffunction/cffunction tags tells it to. Usually a setAddress( Form.Address) call simply updates the data which is in the variables (or variables.instance) scope of the component (object) the set method is in. To

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Andy Matthews
Right...I saw that. Thanks for the clarification. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED]

Re: CFHTTP Charset Question

2006-05-17 Thread Rob Wilkerson
Okay, so if I understand correctly, this appears to be a problem with the feed not using a consistent character set rather than a problem with how I'm retrieving it. If that's right, then there's no way to bring this feed in correctly short of specifying the exact character code they've said they

Re: SQL Server Express on CF Box?

2006-05-17 Thread Tim Claremont
Sorry. No, we are using Windows Server 2K3. The Service Pack 2 reference came about as I was attempting to install Express on my desktop machine to get some exposure to it before taking the plunge. ~| Message:

Re: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Cutter (CFRelated)
The set method for address would typically 'set' the variable within the instance of the bean. The 'update' or 'create' methods are generally called from within a service layer or gateway, which in turn converts any data as necessary, populates a bean instance, validates that instance, and

RE: Passing Java Applet vars back to CF

2006-05-17 Thread Mark Leder
The java applet logic passes back form params. The form method is already set to post. The form params are vanishing after the file is uploaded to CF's temp directory. What I want to know is how does one make java applet form vars get passed back to the correct session (using the URL.sessionID

Re: Hype 2.0

2006-05-17 Thread Jim Wright
Another bit of interest on this subject...google just released a toolkit that will allow java developers to easily create cross browser compatible AJAX based apps... http://code.google.com/webtoolkit/gettingstarted.html -- Jim Wright Wright Business Solutions [EMAIL PROTECTED] 919-417-2257

Re: smtp questions cfpop

2006-05-17 Thread Jochem van Dieten
David Elliott wrote: When I try to send a 'test' email to myself or another email address I have, the mail program acts like it sends it but when I check on it, Nothing! Any suggestions where to start? 1. The log file. 2. Setting spoolenable to false. Jochem

Re: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Matt Williams
The bean in the example I did was actually generated by the RDS plugin of Eclipse. The only validation there is making sure the correct data type is being received (e.g., a number and not a string). The type of validation you are speaking of require some actual cfif's. I would not put that

Re: CFHTTP Charset Question

2006-05-17 Thread Claude Schneegans
Okay, so if I understand correctly, this appears to be a problem with the feed not using a consistent character set rather than a problem with how I'm retrieving it. No, it is the contrary: If the feed itself specifies its encoding as iso-8859-1, and when you make the get request specifying

Re: datatypes, calculations and DB experts

2006-05-17 Thread Jochem van Dieten
Nick de Voil wrote: I have recently found a bizarre situation where numbers are not calculating correctly when the values are stored in FLOAT data types. This is not just a database-related issue - it's found in computer systems in general. Floating point numbers are by definition

RE: SQL Server Express on CF Box?

2006-05-17 Thread Snake
It has quite a hefty memory requirement, I installe dit on a machine with 512mb and it crippled it, I had to uninstall it again b4 the machine worked properly. russ -Original Message- From: Claremont, Timothy [mailto:[EMAIL PROTECTED] Sent: 17 May 2006 17:22 To: CF-Talk Subject: SQL

Re: CFHTTP Charset Question

2006-05-17 Thread Rob Wilkerson
Okay, Claude, what you're saying makes perfect sense, but begs the question... Is there any way I can detect the character set of the feed I want to retrieve and set my http call to use that charset? It sounds impossible to me, but I'm only just beginning to learn how little I /really/ know

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Steve Brownlee
First of all, would this not leave the bean in an incomplete state, it would have the ID, SerialNumber and InService properties set, but not the OutService date. Is this not a bad thing? It's not inheritly bad that some attributes get set and others don't, but to prevent some valid data

Re: Name can't be empty error?

2006-05-17 Thread joe velez
Did you ever figure out why it's blank? I get the same error ... however ... to access the file in question my client would need to login, and click a link. Upon logging in the DSN is used immediately, so I would think the error would occur upon logging in, not the second (or subsequent)

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Ian Skinner
Matt Williams Yes, this thread has been most helpful. Let me see if I understand your message correctly and follow up with a few more questions. So my basic bean for a Trima Machine would have the five properties, TrimaID, SerialNumber, Version, InServiceDate, OutServiceDate with matching

RE: CFHTTP Charset Question

2006-05-17 Thread Phillip Holmes
Yes. (watch the wrap) http://glaforge.free.fr/projects/guessencoding/api/com/glaforge/i18n/io/Smar tEncodingInputStream.html#getEncoding() You can also force the encode / decode process and check for unmappable characters with the java.nio.charset class. Warmest Regards, Phillip B. Holmes

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Steve Brownlee
They do not realize that they should run the validate method The validate method for each attribute would be an internal method, not invoked from the caller page. cffunction name=setSerialNumber ... cfargument name=serialNumber type=number ... // Validate argument type // Validate

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Ian Skinner
They do not realize that they should run the validate method The validate method for each attribute would be an internal method, not invoked from the caller page. cffunction name=setSerialNumber ... cfargument name=serialNumber type=number ... // Validate argument type // Validate

Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Dirk Sieber
Hi all, We're running into multiple problems with using CFFILE to upload documents to one of our servers - it's located over a slowish link, and anything over a couple of hundred k is causing the browser to time out before the process completes. From what I've been reading, the whole HTML file

Re: CFHTTP Charset Question

2006-05-17 Thread Claude Schneegans
getEncoding() This will Retrieves the Charset as guessed from the underlying InputStream. But if the charset is not specified in the response header and if CF does not interpret characters correctly, it is probabilly that CF guesses wrong, so this won't really help. The only way I can see

Re: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Jerry Johnson
When validating the start date, you would check to see if the endDate was blank. If it is blank, the start date is valid. If enddate is not blank, then check the relationship (startdate less than enddate) You'd do the same blank/relationship check for the enddate On 5/17/06, Ian Skinner [EMAIL

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Steve Brownlee
cffunction name=validateBeginDate cfif variables.endDate neq // make sure begin is before end /cfif /cffunction cffunction name=validateEndDate cfif variables.beginDate neq // make sure end is after begin /cfif /cffunction cffunction name=setBeginDate ...

Re: CFHTTP Charset Question

2006-05-17 Thread Rob Wilkerson
Yeah, that's what I was thinking too. I know that the original feed I referenced did not return a content-type response header so it will be no help. And even using getEncoding()...how would this work? I'd have to get the content, get the encoding and then get the content again (this time

Re: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Matt Williams
Here you are seeing that there are a multitude of ways to accomplish the same task. Steve mentions that you could call the validate with in the setter method. I have done just that for something simple like stripping out dashes from a phone and/or fax number. I'm not sure that it makes sense for

RE: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Munson, Jacob
How about uploading them to a local directory (on the web server), and then build a batch script that checks that directory periodically and moves any files to the correct location? Also, you could set the timeout for your upload page to a higher amount, using cfsetting. -Original

Re: Hype 2.0

2006-05-17 Thread John Paul Ashenfelter
On 5/16/06, Dave Watts [EMAIL PROTECTED] wrote: But I'd personally maintain that for many pitches for building web apps, it's .NET, Java or other where other is just as likely to be PHP, CF, or Rails. CF does have a potential advantage in the Java world, in that it can integrate quite

RE: CFHTTP Charset Question

2006-05-17 Thread Phillip Holmes
I disagree Claude. The problem he is having is that the source charset is not lining up with the actual data coming across. I think his issue is NCR data. Java should recognize the correct charset appropriately and in coordination with that, you can use the IsUnmappable() method to make sure you

Re: SQL Server Express on CF Box?

2006-05-17 Thread Tim Claremont
The machine in question is a dual 3 GHz with 3 GB of RAM. I am not happy with the fact that it will require so much overhead, but I think we can survive with it. ~| Message:

Re: CFHTTP Charset Question

2006-05-17 Thread Claude Schneegans
I don't really where the problem is. You have to specify the address anyway, don't you? So what is the problem to specify the encoding as well? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any

CFDocument - Sporadic PDF issues, text being jarbled up

2006-05-17 Thread Casey Dougall
CFdocument creates PDF's that open fine on most computers, there are are times when it opens with garbled text. Not legitable at all. It's only certain people and the actual version of Acrobat doesn't seem to be the issue. Anyone lock down the reasoning behind this? Here is an example as well

Re: SQL Server Express on CF Box?

2006-05-17 Thread Aaron Rouse
I am running it on a machine with I believe 2GB of RAM but maybe less than that, I know it has a single 2ghz CPU in it. Have not noticed any performance issues on it. On 5/17/06, Tim Claremont [EMAIL PROTECTED] wrote: The machine in question is a dual 3 GHz with 3 GB of RAM. I am not happy

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Ian Skinner
Steve Brownlee That way the order in which they are set is moot. The equivalent of an XOR operation :) Ok that makes sense and seems to align well with the concept of the bean/object being responsible for itself. I think I got a handle on the form, form action, bean and dao relationship.

RE: CFDocument - Sporadic PDF issues, text being jarbled up

2006-05-17 Thread Ian Skinner
Here is an example as well http://mannixmarketing.com/casey/pdf/pdf-text.jpg I'm not sure this is a CFdocument issue. I have experienced this recently opening stand alone PDF files. Several times I have opened PDF files and the text is mirrored. I have no idea how or why, but I have

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Trevor Holm-Laursen
If your not going to use a gateway Object, I would put a method in your DAO to return a query for the master list. You could then create a bean and populate it though each record or just output the query. I tend to do a bit of both so I guess my apps are more OOish the straight OO. If your

Re: CFHTTP Charset Question

2006-05-17 Thread Claude Schneegans
The problem he is having is that the source charset is not lining up with the actual data coming across. Nope; he says When I make the get request specifying the charset as iso-8859-1 everything returns fine, so there is no problem with the feed and the charset it specifies. His only problem

Re: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Matt Williams
One question that has not yet been addressed is how would I use these bean and DAO objects for the master page? Or is it easier just to keep this procedural where I would query the database for all the Trima Records and output each one with a link to the form-detail page? Now you are

Re: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Matt Williams
Oh yeah, I forgot the cfreturn qGetTrimas line. Then you just loop over that query in your output page, adding the links to the detail form. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240817 Archives:

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Steve Brownlee
And by gateway object, we're talking about, basically, an abstraction layer on top of the bean and DAO to handle meta functions that cannot be handled by the DAO or Bean individually. It's up to you if you want to tackle that layer now or just stick to a CFQUERY at the top of the page and output

Re: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Rick Root
Dirk Sieber wrote: Can anyone out there recommend a good alternative? FTP? =) I've never had problems with cffile. And since CFFILE *IS* java (as all coldfusion is), using java calls to handle file uploads probably wouldn't make a difference. An alternative would be to develop some kind

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Ian Skinner
If your not going to use a gateway Object, I would put a method in your DAO to return a query for the master list. You could then create a bean and populate it though each record or just output the query. I tend to do a bit of both so I guess my apps are more OOish the straight OO. If your

RE: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Brad Wood
Asfusion.com had a sweet flash file upload to use in flash forms with a progress bar and everything. Don't know if it satisfies your need or not though... http://www.asfusion.com/blog/entry/file-upload-with-coldfusion-flash-for ms ~Brad -Original Message- From: Rick Root [mailto:[EMAIL

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Ian Skinner
I'm building my bean. Created section for the default values modeled on Matt's person/address example. Any concerns on what the default values actually are? Since CF does not have the null. What about a default date for a date parameter or a default Boolean of that type of parameter? What

RE: CFHTTP Charset Question

2006-05-17 Thread Phillip Holmes
Ah.. I thought he was still having issues with ligature characters. UTF-8 is an encoding, not a charset. NCR data is hust plain 7 bits ASCII, and can be fully transmitted in Yes. I know.. That was in my post: replace those characters (NCRs will be ascii) Warmest Regards, Phillip B. Holmes

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Steve Brownlee
Numeric attributes default to 0, all other simple values default to including dates. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 3:51 PM To: CF-Talk Subject: RE: OOD/Design Patterns and ColdFusion. I'm building my bean. Created section

Re: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Rick Root
Brad Wood wrote: Asfusion.com had a sweet flash file upload to use in flash forms with a progress bar and everything. Don't know if it satisfies your need or not though... That looks pretty sweet but probably doesn't satisfy his needs cuz it still uses cffile on the backend. It's still

RE: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Andy Matthews
I'm wondering if that can be used in conjunction with a plain HTML form? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Rick Root

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Steve Brownlee
Oh, except boolean values should to either what their default value is in the database or whatever makes sense. -Original Message- From: Steve Brownlee [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 3:57 PM To: CF-Talk Subject: RE: OOD/Design Patterns and ColdFusion. Numeric

Re: CFHTTP Charset Question

2006-05-17 Thread Claude Schneegans
UTF-8 is an encoding, not a charset Right, but CFHTTP takes the encoding in the CHARSET attribute ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED])

Re: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Brian Kotek
A Gateway object (of the J2EE pattern table data gateway) is another database abstraction. Where a DAO deals with individual objects/recrods, a Gateway deals with sets of records. In other words, a Gateway will return query result sets. So where a DAO will have methods like create(), read(),

  1   2   >