RE: Anyone used these tools?

2005-03-10 Thread Micha Schopman
That's funny. FireFox has far more superior JavaScript support over IE. And of course each browser has their bugs, but this is software. Software always contains bugs. Then it comes to skill to find workarounds for these bugs. If they don't support the browser, they prove themselves

Re: Anyone used these tools?

2005-03-10 Thread Stephen Moretti (cfmaster)
Claude Schneegans wrote: We will not be supporting firefox until they improve their handling of javascript. I don't know which bug they are refering to, but one thing is sure: if they had a decent documentation about what can be done with their Javascript implementation at Mozilla, more

RE: Anyone used these tools?

2005-03-10 Thread dave
heres there latest reply's Dave, Checked into Netscape 8.  It's in Beta with KNOWN JAVASCRIPT ISSUES, that are transferred to FIREFOX, in that they are using the same engine. From Netscape 8 Beta Page:  5. There are cases where certain JavaScript elements will fail to appear on some

RE: Anyone used these tools?

2005-03-10 Thread dave
and the next one I like how they point out the low ff stats, what do they expect when you can't even get in with it? Subj:  re: Netscape 8 is Beta Date:  Wed, 9 Mar 2005 20:24:28 -0800 (Pacific Standard Time) From:  Customer Service - CFPowerTOOLS [EMAIL PROTECTED]

RE: Anyone used these tools?

2005-03-10 Thread dave
this is good Dave, we are javascript experts.  Our code is well tested and refined to work on Mozilla and MSIE.  Currently, Netscape 8 and Firefox are working on their javascript problems. so I downloaded mozilla just to see and wouldn't you know it, there is the problem again, so much for

Re: Anyone used these tools?

2005-03-10 Thread Sean Corfield
On Thu, 10 Mar 2005 03:30:48 -0500, dave [EMAIL PROTECTED] wrote: I like how they point out the low ff stats, what do they expect when you can't even get in with it? If you keep clicking the OK button, you can get in, at least on Mac. The site is horribly non-compliant according to Tidy,

Re: Anyone used these tools?

2005-03-10 Thread Stephen Moretti (cfmaster)
Will The Game wrote: http://www.smartsurfonline.com/cfpowertools/ And PLEASE don't post with, cf-community please. SHEESH! Will Will, I think that gives you your answer. This company are on people's junk email list. They have been known not to complete projects in a timely fashion.

RE: Anyone used these tools?

2005-03-10 Thread Micha Schopman
This is the url ? .. this is serious? For so called experts they might look at the use of identifiers in CSS as well as in Javascript. Then I haven't either mentioned the overwhelming use of the deprecated font tag, or the lack of a doctype, and the usage of height for inline elements. I

RE: Anyone used these tools?

2005-03-10 Thread dave
oh gawd not the BLINK tag LMFAO! but yeah its serious and the emails were c p'd straight from my emails. hey looky we agree :) From: Micha Schopman [EMAIL PROTECTED] Sent: Thursday, March 10, 2005 4:06 AM To: CF-Talk cf-talk@houseoffusion.com Subject:

UUID creation outside CF

2005-03-10 Thread James Holmes
Is the CF algorithm for UUID creation public knowledge? I'd like to write a stored proc for my DB to create these rather than having to rely on CF to do it, but I want to use the same algorithm to reduce any chance of a collision. James Holmes Divisional Web Interface Development Coordinator

RE: UUID creation outside CF

2005-03-10 Thread Micha Schopman
What RDBMS are you using? Normally database servers are featured with functionality for the creation of an UUID. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

RE: UUID creation outside CF

2005-03-10 Thread James Holmes
I'm using Oracle and another interested party is using MS SQL server. -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 March 2005 5:50 To: CF-Talk Subject: RE: UUID creation outside CF What RDBMS are you using? Normally database servers are featured

RE: UUID creation outside CF

2005-03-10 Thread James Holmes
I guess I could edit the result from SYS_GUID() (oracle) or NewID() (MS SQL) to add the hyphens in the right place and just assume that it will still be unique with regards to a CF UUID. Anyone have input on collisions between these algorithms? -Original Message- From: Micha Schopman

RE: Anyone used these tools?

2005-03-10 Thread Calvin Ward
I read all this and I still don't know what the bug is... - Calvin -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 4:11 AM To: CF-Talk Subject: RE: Anyone used these tools? oh gawd not the BLINK tag LMFAO! but yeah its serious and the emails were

Re: Dumb Event Gateway question

2005-03-10 Thread Adam Haskell
I started a search for just that yesterday, I didn't find anything yet, but if anyone does please post it. By my understanding Zion is having issues with AOL and AOL not wanting others to use thier protocols so just be ware if you start messing with a gateway for AOL and aol catches wind of it you

RE: UUID creation outside CF

2005-03-10 Thread Calvin Ward
First, who has the correct number of hyphens? SQL Server: F1D8EEEB-8F16-41F1-9E73-1E27C65AC14C IETF Draft Example: f81d4fae-7dec-11d0-a765-00a0c91e6bf6 (http://www.ietf.org/internet-drafts/draft-mealling-uuid-urn-05.txt) CFMX 7: 8C5302DB-C291-F05B-FFC9200478D6DC15 Comments? - Calvin

RE: Problems at CrystalTech have gotten ugly!

2005-03-10 Thread Calvin Ward
Well, I don't read cf-community because it has too much non-technical un profession related stuff that I just don't relate to and don't have time for. From comments before, I'm sure that others also don't for similar reasons. Therefore, if it is about technology, technology partners and so

coldfusion Two Phase commin

2005-03-10 Thread vishnu prasad
Hi All is is possible to have two phase commit in coldfusion mx ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

RE: coldfusion Two Phase commin

2005-03-10 Thread Robertson-Ravo, Neil (RX)
Please expand. -Original Message- From: vishnu prasad [mailto:[EMAIL PROTECTED] Sent: 10 March 2005 11:12 To: CF-Talk Subject: coldfusion Two Phase commin Hi All is is possible to have two phase commit in coldfusion mx

RE: Dumb Event Gateway question

2005-03-10 Thread Katz, Dov B \(IT\)
My personal suggestion. Leave external IM gateway writing to the jabber community, and just use XMPP with CF. This simplifies the CF-side and takes advantage of many things already in existence for multi-network IM. -DBK -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED]

RE: UUID creation outside CF

2005-03-10 Thread Robertson-Ravo, Neil (RX)
CF and SQL Server are known to use differing UUID logic. This is why you cannot rely on CF to create one for SQL! Any one of these will help http://www.cflib.org/udf.cfm?ID=54 http://www.cflib.org/udf.cfm?ID=288 http://www.cflib.org/udf.cfm?ID=512 -Original Message- From: Calvin

RE: UUID creation outside CF

2005-03-10 Thread James Holmes
Oracle doesn't even generate any hyphens, just to complicate things. Since this is to be used for CF, I'm happy to take that as the correct version. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 March 2005 7:59 To: CF-Talk Subject: RE: UUID creation

Re: coldfusion Two Phase commin

2005-03-10 Thread vishnu prasad
hi i have a 2 datasource name called ds1 and ds2 i have some query using the DS1 and some with DS2 . i have all the query between cftransaction i am getting error can i have 2 diffrent datasource in between cftransaction ~|

RE: UUID creation outside CF

2005-03-10 Thread James Holmes
Those UDFs do that same thing I was thinking of - modifying a UUID from one system by moving hyphens to make them match the other's format. If no-one has had problems with this approach then that's what I'll do (but at the DB end instead). -Original Message- From: Robertson-Ravo, Neil

RE: UUID creation outside CF

2005-03-10 Thread James Holmes
Those UDFs do that same thing I was thinking of - modifying a UUID from one system by moving hyphens to make them match the other's format. If no-one has had problems with this approach then that's what I'll do (but at the DB end instead). -Original Message- From: Robertson-Ravo, Neil

RE: UUID creation outside CF

2005-03-10 Thread Robertson-Ravo, Neil (RX)
If you need or want a UUID i(n say SQL server) just use Newid() -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: 10 March 2005 12:28 To: CF-Talk Subject: RE: UUID creation outside CF Those UDFs do that same thing I was thinking of - modifying a UUID from one

RE: UUID creation outside CF

2005-03-10 Thread Calvin Ward
I would typically favor the IETF pattern as that seems closer to 'correct'. It's trivial to use one of those UDFs to match that from other sources. This would also mean that in one database there would be nothing extra required to using newID() as a default, and then there would only remain

RE: coldfusion Two Phase commin

2005-03-10 Thread Calvin Ward
I don't believe you can. - Calvin -Original Message- From: vishnu prasad [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 6:29 AM To: CF-Talk Subject: Re: coldfusion Two Phase commin hi i have a 2 datasource name called ds1 and ds2 i have some query using the DS1 and some

RE: coldfusion Two Phase commin

2005-03-10 Thread Robertson-Ravo, Neil (RX)
Well, I would handle that within SQL itself using SP's. -Original Message- From: vishnu prasad [mailto:[EMAIL PROTECTED] Sent: 10 March 2005 11:29 To: CF-Talk Subject: Re: coldfusion Two Phase commin hi i have a 2 datasource name called ds1 and ds2 i have some query using the DS1

RE: UUID creation outside CF

2005-03-10 Thread James Holmes
I want a UUID that will work in CF when selected, so I need to write a wrapper function around NewID() or SYS_GUID() as I previously discussed (to change the hyphenation). This is a simple task. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday,

Wierd ValueList() Issue

2005-03-10 Thread Robertson-Ravo, Neil (RX)
OK, I have a query which is bringing back a column containing BIT values. On one server when I perform a ValueList() on the column to evaluate its value to the actual (1,0) value it will work fine but on another the same function and same query will not work as ValueList() seems to be converting

Re: coldfusion Two Phase commin

2005-03-10 Thread Jochem van Dieten
vishnu prasad wrote: is is possible to have two phase commit in coldfusion mx Not unless you write your own Java classes to handle it. Jochem ~| Find out how CFTicket can increase your company's customer support efficiency

Errors with Application.cfc

2005-03-10 Thread K0rneliuz Van Strauss XIV
Thought I'd switch an app i am working on to use application.cfc. when i took the functions i had in my application.cfm page into the onRequest function... i get this error: Unable to complete CFML to Java translation. Error information unsupported statement: class

RE: Wierd ValueList() Issue

2005-03-10 Thread A.Little
Is each server using the same database? - as it could be because one database is returning 1/0 and the other true/false for bit fields AFAIK (and I could well be wrong!) the valuelist() function just takes whatever is in the column and it doesn't try and interpret the column types. If both

Re: Dumb Event Gateway question

2005-03-10 Thread Scott Stroz
Dov, Is there such a thing in the Jabber Community? On Thu, 10 Mar 2005 07:20:28 -0500, Katz, Dov B (IT) [EMAIL PROTECTED] wrote: My personal suggestion. Leave external IM gateway writing to the jabber community, and just use XMPP with CF. This simplifies the CF-side and takes

RE: Wierd ValueList() Issue

2005-03-10 Thread Robertson-Ravo, Neil (RX)
Nope, both using SQL Server 2K - same data. Both dumps from the servers definitely have 1 and 0 in the columns, hence my confusion. N -Original Message- From: A.Little [mailto:[EMAIL PROTECTED] Sent: 10 March 2005 13:20 To: CF-Talk Subject: RE: Wierd ValueList() Issue Is each server

RE: Dumb Event Gateway question

2005-03-10 Thread Katz, Dov B \(IT\)
Take a look at public jabber servers, each run various transports. Check out www.jabber.org for a list of servers.. Connect something like exodus or winjab to them, and register with any of the various IM gateways... Then your CF XMPP gateway can be a client connection to that jabber server,

Re: coldfusion Two Phase commin

2005-03-10 Thread vishnu prasad
vishnu prasad wrote: is is possible to have two phase commit in coldfusion mx Not unless you write your own Java classes to handle it. Jochem Hi Jochem can u suggest me how to implement this using java classes??? ~|

Re: Problems at CrystalTech have gotten ugly!

2005-03-10 Thread Dana
I find it very relevant. I've had an account at crystaltech and was planning to go back. Sounds like hostmysite might be a better bet for the near future at least. Dana On Thu, 10 Mar 2005 07:02:29 -0500, Calvin Ward [EMAIL PROTECTED] wrote: Well, I don't read cf-community because it has too

Re: coldfusion Two Phase commin

2005-03-10 Thread Jochem van Dieten
vishnu prasad wrote: vishnu prasad wrote: is is possible to have two phase commit in coldfusion mx Not unless you write your own Java classes to handle it. can u suggest me how to implement this using java classes??? http://www.jroller.com/page/pyrasun/20040105#xa_exposed Jochem

Re: Errors with Application.cfc

2005-03-10 Thread Raymond Camden
You can't put a UDF method in a CFC method. Nor can you put a UDF in a UDF. On Thu, 10 Mar 2005 08:15:13 -0500, K0rneliuz Van Strauss XIV [EMAIL PROTECTED] wrote: Thought I'd switch an app i am working on to use application.cfc. when i took the functions i had in my application.cfm page into

RE: Errors with Application.cfc

2005-03-10 Thread Phillip B. Holmes
Yep.. If absolutely needed, put the DUFF outside the function (directly under the component tag) so it accessible to the other function. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 8:05 AM To: CF-Talk Subject: Re: Errors with

RE: Errors with Application.cfc

2005-03-10 Thread Phillip B. Holmes
Argh spell checker! s/DUFF/UDF -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 8:05 AM To: CF-Talk Subject: Re: Errors with Application.cfc You can't put a UDF method in a CFC method. Nor can you put a UDF in a UDF. On Thu, 10 Mar

Re: Errors with Application.cfc

2005-03-10 Thread K0rneliuz Van Strauss XIV
ah, gotcha. didn't know where they fit it... got them sorted now.. thanks On Thu, 10 Mar 2005 08:05:10 -0600, Raymond Camden [EMAIL PROTECTED] wrote: You can't put a UDF method in a CFC method. Nor can you put a UDF in a UDF. On Thu, 10 Mar 2005 08:15:13 -0500, K0rneliuz Van Strauss XIV

RE: Wierd ValueList() Issue

2005-03-10 Thread Robertson-Ravo, Neil (RX)
I could use that logic yes, but the fact here is that ValueList() or something is NOT working. -Original Message- From: A.Little [mailto:[EMAIL PROTECTED] Sent: 10 March 2005 13:20 To: CF-Talk Subject: RE: Wierd ValueList() Issue Is each server using the same database? - as it could

Re: How to Browse and Choose Directory...

2005-03-10 Thread Ben Doom
You know, the only reason I've heard discussed as to why directory contents can't be uploaded en masse like single files, is security. But what is the difference, except numbers of files, between a client specifying a single file for upload vs. an entire directory for upload? I don't see

cfquery and maxrows attribute

2005-03-10 Thread Douglas Knudsen
ok, maybe I'm on some bad crack today, but I recall that the maxrows attribute of cfquery works AFTER the resultset is returned to CF from the DB. Is this the case for all RDBMs? I'm noticing that this is not the case with CFMX and Oracle. Maybe this behaviour changed? -- Douglas Knudsen

RE: Anyone used these tools?

2005-03-10 Thread Damien McKenna
I'm sorry, I don't accept that as an excuse from a company with such a poorly designed website. Seems like a cop-out to me. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h From: Customer Service -

RE: How to Browse and Choose Directory...

2005-03-10 Thread Rick Faircloth
Hi, Ben... Now, I'm quickly getting out of my league with possible security breaches, but isn't there someway to protect against unauthorized intrusion into non-specified folders? Like FTP uses to lock a user into a home directory? Again, as far as making sure that only the right documents are

RE: How to Browse and Choose Directory...

2005-03-10 Thread Robertson-Ravo, Neil (RX)
Erm, how is the server going to grab a file off your PC? -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: 10 March 2005 14:37 To: CF-Talk Subject: Re: How to Browse and Choose Directory... You know, the only reason I've heard discussed as to why directory contents

Re: How to Browse and Choose Directory...

2005-03-10 Thread Claude Schneegans
are there no plans to expand this capability in HTML? I'm not in the secret, but frankly, I doubt. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED])

RE: How to Browse and Choose Directory...

2005-03-10 Thread kola.oyedeji
Rick I briefly looked into this for an extension for Farcry, I basically wanted the user to be able to upload a directory of images on the local machine instead of having to select one image at a time, I came up with a list of active-x controls and applets which could accomplish this, I don't

RE: How to Browse and Choose Directory...

2005-03-10 Thread Rick Faircloth
Thanks, Kola... I'll check into those... And the fact that these are so easily found and, apparently, some of them work so easily, shows that this can and has been done. Therefore, someone believes the functionality is worth the security risk. I'm just surprised this was never implemented in

Re: Anyone used these tools?

2005-03-10 Thread Claude Schneegans
Here you go Claude. http://www.w3.org/DOM/ The problem is not with what is standard, but mostly with what is supported and is not standard. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any

RE: How to Browse and Choose Directory...

2005-03-10 Thread Micha Schopman
are there no plans to expand this capability in HTML? No, there are no plans to expand this functionality. There have been requests though to expand functionality in terms of pre-validation filesize, and adding progress support but standards don't change from day to day. The only chance on

xml and CF...reading from a post action

2005-03-10 Thread Protoculture
Apparently we are getting an XML feed. Where I dont get whats going on is how I can grab that feed. I understand grabbing a file on the server etc ( easy ) but the techs are talking about sending an 'xml feed' to a template that we set up. I dont know exactly how its being sent... via form

Re: cfquery and maxrows attribute

2005-03-10 Thread Dave Carabetta
On Thu, 10 Mar 2005 09:50:37 -0500, Douglas Knudsen [EMAIL PROTECTED] wrote: ok, maybe I'm on some bad crack today, but I recall that the maxrows attribute of cfquery works AFTER the resultset is returned to CF from the DB. Is this the case for all RDBMs? I'm noticing that this is not the

Re: Anyone used these tools?

2005-03-10 Thread Matt Robertson
None of this is out of character. The lord-high-expert bit, the government contracts alluded to in hushed tones. The tag division (not even the attempt to foist a Janet Evans as lead developer, using a cropped/swiped playmate headshot... anyone remember that one?). Its all just talk coming from

Re: Anyone used these tools?

2005-03-10 Thread Claude Schneegans
Not forgetting that THEIR product is something you get for free I don't get their product for free, I loose my time trying to find information so that users who get their product for free can view the pages I develop. If they chose to work for nothing and give away their work, well good for

Re: XML elements start with CF -- throwing an error

2005-03-10 Thread Shawna Hampton
Thanks everyone! I used the suggestion of replacing the first in each CF tag with ^ then doing a replace at the end. It worked just fine. I did try using the #Sep# variable but got an error saying I couldn't have # in XML tags. Appreciate the help tremendously!

Talking of file uploads

2005-03-10 Thread Mark Drew
Does anybody what the limit of filesize is with using CFFILE ? I am looking to upload 100Mb + files and wanted to know opinions here -- Mark Drew coldfusion and cfeclipse blogged: http://cybersonic.blogspot.com/ Got Gmail? only £10 per address (hey, if they are free you wouldnt want them

RE: How to Browse and Choose Directory...

2005-03-10 Thread Ian Skinner
Again ColdFusion/Macromedia have nothing to do with this, this is entirely on the client end. You have to look to client technologies: such as JavaScript, ActiveX, Java, C++ and many others. Of course as you head down this road, you are quickly going to run into compatibility issues. For

Re: xml and CF...reading from a post action

2005-03-10 Thread Protoculture
MORE info here's what will be sent to us...looks like the xml will be in the headers so how can I grab that for the purposes of using an xml object in cf? POST http://your.url.goes.here/the_page.cfm Cache-Control: no-cache Connection: Keep-Alive, TE Accept: text/html, image/png,

Re: xml and CF...reading from a post action

2005-03-10 Thread Shawna Hampton
Well, I can tell you what we're doing ... maybe this will help. We have XML flying back and forth between our ColdFusion Web server and an internal BizTalk server to exchange data. When BizTalk generates its XML to the Web, it sends it via HTTP to a template on the site. In that template I use

RE: Anyone used these tools?

2005-03-10 Thread Ian Skinner
Don't know if this would have helped, but since you can close those kind of pop-ups with the Enter key. I would place the mouse cursor over the close window x and press enter, click -- press enter, click -- press enter, click. I could get it within a few tries. -- Ian Skinner

RE: How to Browse and Choose Directory...

2005-03-10 Thread Rick Faircloth
Thanks, Ian... But I've given up on implementing a solution for directory uploads. Too much trouble...I'll just give the client a page with 10 CFFILE upload fields so they can load 10 photos at a time that way. Just thought there would be a way to do it more easily from within CF... Surely,

Re: xml and CF...reading from a post action

2005-03-10 Thread S . Isaac Dealey
MORE info here's what will be sent to us...looks like the xml will be in the headers so how can I grab that for the purposes of using an xml object in cf? I believe the structure returned by getHTTPRequestData() includes a structure which includes all of the http headers, so if you had

RE: Anyone used these tools?

2005-03-10 Thread Ray Champagne
Thanks. That might help me in the future, but since they refuse to develop to accommodate everyone, I won't be frequenting that site too much in the future. You're dead to me! :) Ray At 10:43 AM 3/10/2005, you wrote: Don't know if this would have helped, but since you can close those kind

Re: Anyone used these tools?

2005-03-10 Thread Charlie Griefer
i've got the tabbed browser extension for ff, so i just right clicked the tab and closed it. not even worth opening IE to go back, IMO. On Thu, 10 Mar 2005 07:43:26 -0800, Ian Skinner [EMAIL PROTECTED] wrote: Don't know if this would have helped, but since you can close those kind of pop-ups

RE: How to Browse and Choose Directory...

2005-03-10 Thread Jerry Johnson
Cold fusion still has nothing to do with this. You are confusing client side Java and server side Java. They run on completely separate machines and have local file access to completely separate harddrives Jerry Johnson Web Developer Dolan Media Company [EMAIL PROTECTED] 03/10/05 10:46AM

Re: Talking of file uploads

2005-03-10 Thread Ben Doom
I don't know about a filesize limit with CFFILE (I don't think there is one, but I could be wrong), but it sounds like your real enemy will be timeouts. Unless your pipe is fat like LAN, you'll have to up CF's timeout, and IIS's as well (if that's what you're using). --Ben Mark Drew wrote:

RE: Anyone used these tools?

2005-03-10 Thread Kerry
the tabbed browsing is an extension? i thought it was the default? -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: 10 March 2005 15:51 To: CF-Talk Subject: Re: Anyone used these tools? i've got the tabbed browser extension for ff, so i just right clicked the tab

Re: cfquery and maxrows attribute

2005-03-10 Thread Douglas Knudsen
check this SQL below out. We use it on Oracle 9i. Assuming you have the proper privs and all, you can see all the SQL running within the past few minutes. Add AND username = 'FOO' to see this for a single user. Using this SQL run a large cfquery using maxrows. You will see that maxrows is

RE: Wierd ValueList() Issue

2005-03-10 Thread S . Isaac Dealey
Nope, both using SQL Server 2K - same data. Both dumps from the servers definitely have 1 and 0 in the columns, hence my confusion. I've seen this before... unfortunately I can't remember the circumstance, but IIRC it had something to do with the drivers being used to connect to SQL Server

RE: How to Browse and Choose Directory...

2005-03-10 Thread Ian Skinner
Well, that would not be the place to work, CF is still the server side of the equation. Now, it does blur the line with tags such as CFFORM That create some basic Client side code for you with simple mark up. If something like this was to exist, it would probably be there. On the other

Re: Anyone used these tools?

2005-03-10 Thread Charlie Griefer
tabbed browsing itself is 'core'. there's an extension that...well, extends the functionality of tabbed browsing :) https://addons.update.mozilla.org/extensions/moreinfo.php?application=firefoxversion=1.0os=MacOSXcategory=Tabbed%20Browsingnumpg=10id=158 On Thu, 10 Mar 2005 15:57:17 -,

RE: xml and CF...reading from a post action

2005-03-10 Thread Connie DeCinko
Grab it via CFHTTP and save it to your hard drive. -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 7:28 AM To: CF-Talk Subject: xml and CF...reading from a post action Apparently we are getting an XML feed. Where I dont get whats going on

RE: How to Browse and Choose Directory...

2005-03-10 Thread kola.oyedeji
Rick Jerry outlines why this wouldn't be possible. The most you could do would be to create a custom tag which acts as a wrapper for a java applet (which would *still* be running on the client machine). KOla -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: 10

Re: How to Browse and Choose Directory...

2005-03-10 Thread Claude Schneegans
On the other hand, you should be able to create a JS widget that allows a user to expand the upload fields by cloning a new one each time a control is clicked. Even so, there is still the problem to update the file name to grab different files, and there is no mean you can get a list of the

RE: Talking of file uploads

2005-03-10 Thread Connie DeCinko
Should not be a problem due to file size. You might just have to be careful of how fast the upload is performed to avoid timing out. -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 8:36 AM To: CF-Talk Subject: Talking of file uploads Does

RE: How to Browse and Choose Directory...

2005-03-10 Thread Rick Faircloth
I understand that *currently* CFDirectory only has access to my local system...what I'm talking about is developing a tag that allows a user to specify a directory for upload the same way we use CFFile now... I guess the difficulties in doing this are embedded in the details of the HTML

RE: How to Browse and Choose Directory...

2005-03-10 Thread Ian Skinner
Yes, I meant this would only provide the user the ability to create as many BLANK file input fields as they want to upload. They would then be required to complete each field to actually select a file to be uploaded. I think this would not be that bad, because once the first file has been

RE: How to Browse and Choose Directory...

2005-03-10 Thread Rick Faircloth
I'm not talking about implementing a solution with current functionality, but creating new functionality that...well...seems to me would operate in the same manner as CFFILE, but on the directory level...where the client specifies a directory for upload instead of a single file... Why is it so

Re: xml and CF...reading from a post action [ solved ]

2005-03-10 Thread Protoculture
Thanks All, this is really the first time working with http headers in this manner along with xml and CF... should be a good project. Thanks for pointing me in the right direction! ~| Discover CFTicket - The leading ColdFusion

Re: Talking of file uploads

2005-03-10 Thread Kenton Gray
If you are running on a windows environment you might attempt to use something like this: http://www.tabslab.com/en/product/upload10/ Since you can invoke com objects from coldfusion it should be possible to use it. I am using this on one of our sites and it works great and you get a

Re: Talking of file uploads

2005-03-10 Thread Mark Drew
It is for internal management of stuff anyways.. there is a nice file upload applet that I have found.. but its SOO expensive at a full $69 :D On Thu, 10 Mar 2005 09:05:25 -0700, Connie DeCinko [EMAIL PROTECTED] wrote: Should not be a problem due to file size. You might just have to be

Re: Problems at CrystalTech have gotten ugly!

2005-03-10 Thread Matt Robertson
Micha brings up a point you guys with the triple-digit site counts should consider, if you are on shared hosting... why on God's green Earth are you putting up with a shared environment? Costwise, the breakeven point is *long* past. I host mostly mom-and-pop sites (trafficwise) which means that,

RE: How to Browse and Choose Directory...

2005-03-10 Thread Kerry
a solution i have used in the past is to inform users that to upload a directory, they will have to zip it. then they upload the zip file, i use java.util.zip to unzip it on the server and its mission accomplished -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 10

Re: How to Browse and Choose Directory...

2005-03-10 Thread Jochem van Dieten
Rick Faircloth wrote: I understand that *currently* CFDirectory only has access to my local system...what I'm talking about is developing a tag that allows a user to specify a directory for upload the same way we use CFFile now... I guess the difficulties in doing this are embedded in the

RE: How to Browse and Choose Directory...

2005-03-10 Thread Jerry Johnson
cffile can't do this either. cffile only works on the SERVER machine. It can only read and write files on the SERVER machine. cffile cannot access, read or write or delete files on the CLIENT machine. Jerry Johnson Web Developer Dolan Media Company [EMAIL PROTECTED] 03/10/05 11:14AM I'm

RE: How to Browse and Choose Directory...

2005-03-10 Thread Ian Skinner
Well, I think you are still misunderstanding cffile. It does not currently get a file from the client (and probably never will). It gets the file from the server. The browser is the agent that gets the file. It then encodes the file into a string and sends that data in the header of the HTTP

RE: Talking of file uploads

2005-03-10 Thread Martin Parry
Bear in mind also that you will be tying up 1 CF thread per upload. As CF6 standard thread limit is 8, a couple of uploads and your server will be struggling to serve other requests. And, if you're on a shared server you will be affecting other users sites too. Martin Parry Macromedia Certified

Re: Talking of file uploads

2005-03-10 Thread Mark Drew
It is in CF5 *Mark ducks...* and it would only be one at a time at any rate MD On Thu, 10 Mar 2005 16:09:01 -, Martin Parry [EMAIL PROTECTED] wrote: Bear in mind also that you will be tying up 1 CF thread per upload. As CF6 standard thread limit is 8, a couple of uploads and your

RE: Talking of file uploads

2005-03-10 Thread Martin Parry
I can't remember what the default thread limit is in 5 but I'm sure it was about 8 as well.. Even 2 meg files take forever to upload from some of our clients as they're UUEncoded thus are larger to send than the original. You just need to add cfsetting requesttimeout=3600 which would give an hour

RE: How to Browse and Choose Directory...

2005-03-10 Thread Rick Faircloth
Understood...but it's at the level you're referencing that perhaps change needs to occur to allow such functionality... Rick -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 11:18 AM To: CF-Talk Subject: Re: How to Browse and Choose

RE: How to Browse and Choose Directory...

2005-03-10 Thread Rick Faircloth
Understood...it works with a temp directory off the server after the upload. Now...if we could work with entire directories the same way... Rick -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 11:14 AM To: CF-Talk Subject: RE: How to

Re: XML elements start with CF -- throwing an error

2005-03-10 Thread Barney Boisvert
The error with the 'sep' variables is almost certainly because you didn't have your CFXML tag inside a CFOUTPUT tag, so the hashes were being included in the XML directly, rather than being interpreted by CF and converted to nothing so your XML remained valid. That was my bad for not putting the

Re: cfquery and maxrows attribute

2005-03-10 Thread Dave Carabetta
On Thu, 10 Mar 2005 10:57:09 -0500, Douglas Knudsen [EMAIL PROTECTED] wrote: check this SQL below out. We use it on Oracle 9i. Assuming you have the proper privs and all, you can see all the SQL running within the past few minutes. Add AND username = 'FOO' to see this for a single user.

RE: How to Browse and Choose Directory...

2005-03-10 Thread Tim Blair
Rick, I understand that *currently* CFDirectory only has access to my local system...what I'm talking about is developing a tag that allows a user to specify a directory for upload the same way we use CFFile now... There will never be a time when cfdirectory or cffile will have access to

Re: CFChart: Set Axis Markers?

2005-03-10 Thread cf coder
I would really appreciate it if someone showed me how to do this. I'm building a bar chart which displays the no of jobs logged in a month. Here is my code cfchart show3d=yes gridlines=5 labelformat=number scalefrom=0 scaleto=10 format=jpg xAxisTitle=log date yAxisTitle=jobs logged

  1   2   3   >