Re: reverse compliment a sequence

2005-06-15 Thread Barney Boisvert
Highly recommend against that. I intentionally used the less familiar and more complex Java object, because it will be significantly more performant as the string of DNA gets longer. Java has a String system, for lack of a better term, that is optimized for speed and memory utilization with

Re: getBaseTagList() bug?!?

2005-06-15 Thread S . Isaac Dealey
I just ran a quick test, and it appears that getBaseTagList only returns things inside the most recent CFFUNCTION invocation (be it a UDF or a CFC method). So bascially each method runs inside a tag sandbox that getBaseTagList can't jump out of. Not sure why it works that way, but it

RE: reverse compliment a sequence

2005-06-15 Thread Andrew Tyrone
-Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 2:07 AM To: CF-Talk Subject: Re: reverse compliment a sequence Highly recommend against that. I intentionally used the less familiar and more complex Java object, because it will

Re: Cold Fusion Crashes

2005-06-15 Thread Thomas Chiverton
On Tuesday 14 June 2005 23:59, Carl O wrote: ATT CSM6.0; H010818), An error occurred while evaluating the expression: #HTTP_REFERER# Error near line 293, column ITYM cgi.HTTP_REFERER I'd wrap the relevant code in an existence check. -- Tom Chiverton Advanced ColdFusion Programmer

RE: HTML to PDF

2005-06-15 Thread Robertson-Ravo, Neil (RX)
Hmmm, I would have to test this again but on early tests it doe not like complex table layouts or advanced CSS. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 June 2005 00:00 To: CF-Talk Subject: RE: HTML to PDF Not sure what complex

New ColdFusion shirts available...

2005-06-15 Thread Will Tomlinson
Hey all, Didn't post this in cf-community because I wanted most of you to see what I'm doing. :) After looking for apparel designed for developers, specifically ColdFusion, and pretty much coming up empty, I decided to design some myself. The first run will be available 6-23-05. I'm just

Re: New ColdFusion shirts available...

2005-06-15 Thread Mark Drew
Hi Will Have you seen cafepress.com http://cafepress.com? They do per-order printing of T-shirts (and various other goodies) MD On 15/06/05, Will Tomlinson [EMAIL PROTECTED] wrote: Hey all, Didn't post this in cf-community because I wanted most of you to see what I'm doing. :) After

Re: cfeclipse and cfmx7

2005-06-15 Thread Mark Drew
I think this is a bug, do you get the same problem if you set visible=Yes (capital Y) ? regards Mark Drew On 14/06/05, David Brown [EMAIL PROTECTED] wrote: Thanks, But a heads up. cftextarea is missing the visible attribute. The IDE reports an error on my cftextarea statements since I have

Re: New ColdFusion shirts available...

2005-06-15 Thread Will Tomlinson
Hi Will Have you seen cafepress.com http://cafepress.com? They do per-order printing of T-shirts (and various other goodies) Mark, Yes I've seen cafepress. There just isn't much there that looks cool to me. :) Thanks, Will

Re: New ColdFusion shirts available...

2005-06-15 Thread Mark Drew
You can send your own designs if you open a shop there basically:) MD On 15/06/05, Will Tomlinson [EMAIL PROTECTED] wrote: Hi Will Have you seen cafepress.com http://cafepress.com http://cafepress.com? They do per-order printing of T-shirts (and various other goodies) Mark, Yes

Re: New ColdFusion shirts available...

2005-06-15 Thread Will Tomlinson
You can send your own designs if you open a shop there basically:) I appreciate it, but I'd just rather not be tied to cafepress. Thanks, Will ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: reverse compliment a sequence

2005-06-15 Thread Keith Gaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barney Boisvert wrote: It ought to do what it's documented to do, which is replace each instance of the first list's items with the corresponding item from the second list. It does that very well. Which can be interpreted two ways. One is the

RE: HTML to PDF

2005-06-15 Thread dcooper
You'll want to make sure you have resolveURL set for the CFHTTP call, that you have background images enabled for CFDOCUMENT, and watch the iframes on that page. I'll take a look at the result of this page in CFDOC later today, but those are a few tings I can think of off the top of my head.

RE: HTML to PDF

2005-06-15 Thread dcooper
Yeah, tracking row counts in table rendering sometimes is an imprecise science, but I've seen it done with good results. It's a little discocerting for users to split onto a new page without new headers re-rendered on printed copy anyway, so oming up with a counter, ending the tabel and

Transaction History File

2005-06-15 Thread Andy
I am thinking about creating a transaction history for auditing, repairing and undoing. I am thinking about using XML since this would be easy to create and would adjust naturally to the addition of new attributes. However, this would make the file sizes larger. What are everyone's thoughts

Re: Transaction History File

2005-06-15 Thread Keith Gaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy wrote: I am thinking about creating a transaction history for auditing, repairing and undoing. I am thinking about using XML since this would be easy to create and would adjust naturally to the addition of new attributes. However, this

Re: HTML to PDF

2005-06-15 Thread Thomas Chiverton
On Monday 13 June 2005 16:03, Rey Bango wrote: Any alternatives? http://html2pdf.seven49.net/ or the linux utility of the same name. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new and

Re: Transaction History File

2005-06-15 Thread Jochem van Dieten
Andy wrote: I am thinking about creating a transaction history for auditing, repairing and undoing. I am thinking about using XML since this would be easy to create and would adjust naturally to the addition of new attributes. However, this would make the file sizes larger. What are

RE: HTML to PDF

2005-06-15 Thread Calvin Ward
I did follow up on this and found there was only a single table surrounding the content in question, everything inside the single table was done with h1, p, etc. Removing that surrounding table didn't seem to change anything, I'm going to tinker a bit more though. - Calvin -Original

RE: reverse compliment a sequence

2005-06-15 Thread RADEMAKERS Tanguy
You learn something new every day. Thanks for the explanation, i thought it worked like the TR (translate) function in unix. /t -Original Message- Subject: reverse compliment a sequence From: Barney Boisvert [EMAIL PROTECTED] Date: Tue, 14 Jun 2005 12:33:28 -0700 Thread:

Re: cfeclipse and cfmx7

2005-06-15 Thread David Brown
Sure do... - Original Message - From: Mark Drew [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, June 15, 2005 6:06 AM Subject: Re: cfeclipse and cfmx7 I think this is a bug, do you get the same problem if you set visible=Yes (capital Y) ? regards Mark Drew

RE: Transaction History File

2005-06-15 Thread Andy
Jochem, I am using MS SQL. How much control do I have over the logs in a shared environment? Can I change the log names, read them and search through them for certain transactions? Can you point me to any information that I can read to learn more? I'll check MS's site myself. Andy

Re: New ColdFusion shirts available...

2005-06-15 Thread Tony Weeg
i dont mean to rain on your parade will but isnt that kinda illegal? i mean, if i printed some shirts and sold them as nike shirts with a nike logo on them, i'd be in the slammer in no time. i wonder if that would happen here? tony On 6/15/05, Will Tomlinson [EMAIL PROTECTED] wrote: You can

Re: New ColdFusion shirts available...

2005-06-15 Thread Raymond Camden
The shirts on sale at cflib.org use cafepress. So far it's been a pretty good service (but I don't think anyone has yet to buy a shirt. ;) On 6/15/05, Will Tomlinson [EMAIL PROTECTED] wrote: Hi Will Have you seen cafepress.com http://cafepress.com? They do per-order printing of T-shirts (and

Re: cfeclipse and cfmx7

2005-06-15 Thread Mark Drew
I shall hunt down the bug and shall strike down upon it with great vengance and furious anger. MD On 15/06/05, David Brown [EMAIL PROTECTED] wrote: Sure do... - Original Message - From: Mark Drew [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, June 15,

RE: New ColdFusion shirts available...

2005-06-15 Thread Robertson-Ravo, Neil (RX)
Well, I would say no - it probably isn't illegal per say - I mean he isn't selling them AS genuine CF shirts (which is what you would be doing if you sold Nike ones). If he was using the real logo it may be different. -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent:

RE: New ColdFusion shirts available...

2005-06-15 Thread Robertson-Ravo, Neil (RX)
Yeah...no supsrise; would you buy a Tee with I'm A Geek? ;-) -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 15 June 2005 14:12 To: CF-Talk Subject: Re: New ColdFusion shirts available... The shirts on sale at cflib.org use cafepress. So far it's been a

RE: Transaction History File

2005-06-15 Thread Andy
Keith, My thought was something of a highbred, with the entire XML on one line. Basically CFWDDX the structure containing the object and CFILE to the log. I might add some header to the start of the line before saving, such as object name and date. What do you think about this approach? Andy

Re: Transaction History File

2005-06-15 Thread S . Isaac Dealey
Andy wrote: I am thinking about creating a transaction history for auditing, repairing and undoing. I am thinking about using XML since this would be easy to create and would adjust naturally to the addition of new attributes. However, this would make the file sizes larger. What are

Re: Transaction History File

2005-06-15 Thread S . Isaac Dealey
2. Keeping it in XML format Not so good. My objection here is that appending to the log would be prohibitively expensive. If you're doing logging, the format of your file needs to be something you can append to without needing to do any messing with the rest of the file. Because XML

Re: New ColdFusion shirts available...

2005-06-15 Thread Tony Weeg
ray, i do not see any shirts or links to shirts on cflib? and neil... yeah, why not? tw On 6/15/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Yeah...no supsrise; would you buy a Tee with I'm A Geek? ;-) ~|

Re: cfeclipse and cfmx7

2005-06-15 Thread David Brown
Thanks... and take no prisoners.. - Original Message - From: Mark Drew [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, June 15, 2005 9:13 AM Subject: Re: cfeclipse and cfmx7 I shall hunt down the bug and shall strike down upon it with great vengance and furious

RE: Transaction History File

2005-06-15 Thread S . Isaac Dealey
Keith, My thought was something of a highbred, with the entire XML on one line. Basically CFWDDX the structure containing the object and CFILE to the log. I might add some header to the start of the line before saving, such as object name and date. What do you think about this approach?

Re: New ColdFusion shirts available...

2005-06-15 Thread Adrocknaphobia
Ooohh oooh, I want a shirt thats says All CF competitors are sh$t! -Adam On 6/15/05, Tony Weeg [EMAIL PROTECTED] wrote: ray, i do not see any shirts or links to shirts on cflib? and neil... yeah, why not? tw On 6/15/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Yeah...no

RE: New ColdFusion shirts available...

2005-06-15 Thread Kerry
saw one on think geek which i thought was pretty funny: No, I will not fix your computer -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: 15 June 2005 14:37 To: CF-Talk Subject: Re: New ColdFusion shirts available... Ooohh oooh, I want a shirt thats says All CF

Re: New ColdFusion shirts available...

2005-06-15 Thread Tony Weeg
my whole idea with www.fucknerd.com was to make alternative geekwear. :) so that would be right up that alley ad-rock-izzle btw, you gwaaan a cfunited? tw On 6/15/05, Adrocknaphobia [EMAIL PROTECTED] wrote: Ooohh oooh, I want a shirt thats says All CF competitors are sh$t! -Adam On

RE: Transaction History File

2005-06-15 Thread Andy
Actually, the problem is that in the shared environment I am in, I can't count on the transaction logs. So I need to wrap my own. Andy -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 9:23 AM To: CF-Talk Subject: Re: Transaction History

RE: New ColdFusion shirts available...

2005-06-15 Thread Damien McKenna
would you buy a Tee with I'm A Geek? Only if it said no I won't fix your broken computer on the back. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h

RE: New ColdFusion shirts available...

2005-06-15 Thread James Holmes
I'll volunteer to make that shirt available if you promise to buy it :-) -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, 15 June 2005 9:54 To: CF-Talk Subject: RE: New ColdFusion shirts available... would you buy a Tee with I'm A Geek? Only if it

RE: New ColdFusion shirts available...

2005-06-15 Thread Damien McKenna
If you don't mind waiting 'til Christmas? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 9:57

RE: New ColdFusion shirts available...

2005-06-15 Thread Matt Osbun
A few years back, I offered to buy a pair of shirts from thinkgeek.com- one for me, one for the desktop support tech. Mine was Don't ask me- it's a hardware problem. His was Don't ask me- it's a software problem. Matt Osbun Web Developer Health Systems, International -Original Message-

RE: New ColdFusion shirts available...

2005-06-15 Thread James Holmes
Done. I'll get to work on the shirt. -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, 15 June 2005 10:01 To: CF-Talk Subject: RE: New ColdFusion shirts available... If you don't mind waiting 'til Christmas?

Re: New ColdFusion shirts available...

2005-06-15 Thread Michael Dinowitz
Yes, this topic is OT for CF-Talk. Yes, it was posted despite that and no it is not labled OT. Please move it to CF-Community. Thank you ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

Re: New ColdFusion shirts available...

2005-06-15 Thread Adrocknaphobia
Uhhh yeah I'm going, there is an open bar on the first night! -Adam On 6/15/05, Tony Weeg [EMAIL PROTECTED] wrote: my whole idea with www.fucknerd.com was to make alternative geekwear. :) so that would be right up that alley ad-rock-izzle btw, you gwaaan a cfunited? tw On 6/15/05,

Need a copy of CF5

2005-06-15 Thread Matthew Friedman
I am in need of a copy of CF5 (Standard edition). We have sold some of our technology that currently is running under CF5 the client want to host it themselves. Does anyone know where we can purchase a copy and a ball park price. Thanks Matthew Friedman

Re: cfeclipse and cfmx7

2005-06-15 Thread Mark Drew
Before I put down my wrath, which version of CFEclipse plugin are you using? just so that I dont abuse the innocent MD On 15/06/05, David Brown [EMAIL PROTECTED] wrote: Thanks... and take no prisoners.. - Original Message - From: Mark Drew [EMAIL PROTECTED] To: CF-Talk

Re: Need a copy of CF5

2005-06-15 Thread Mark Drew
eBay? MD On 15/06/05, Matthew Friedman [EMAIL PROTECTED] wrote: I am in need of a copy of CF5 (Standard edition). We have sold some of our technology that currently is running under CF5 the client want to host it themselves. Does anyone know where we can purchase a copy and a ball

Re: Transaction History File

2005-06-15 Thread Jochem van Dieten
S.Isaac Dealey wrote: Files: use the snapshot capabilities from your OS/FS For an application that might be deployed on any given OS/FS? Which OS/FS on which CFMX is supported does not have snapshot capabilities? Database: use the native tools from your database For an application

Re: Unable to create Verity Collection

2005-06-15 Thread John Beynon
nope, but I'm getting it now too! have tried uninstalled verity and reinstalling but no joy! On 4/15/05, Paul Wilson [EMAIL PROTECTED] wrote: Every time I try and create a Verity Collection I get the following error. Unable to create collection test. Unable to create collection test. An

Re: Need a copy of CF5

2005-06-15 Thread Marc Campeau
Does anyone know where we can purchase a copy and a ball park price. Try Macromedia, tell them you really badly need it and maybe they'll generate a serial number for you. They probably won't like it but it's better than having no sell I guess. Marc

RE: New ColdFusion shirts available...

2005-06-15 Thread James Holmes
Here you go: http://www.cafepress.com/geeque/ Last post for me in this one - I'll move it to community. -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, 15 June 2005 10:01 To: CF-Talk Subject: RE: New ColdFusion shirts available... If you don't mind

(Admin) list changes

2005-06-15 Thread Michael Dinowitz
I'm adding some features to the list due to people using spam catchers and not removing the spam response message. Things like: [QUARRANTINE] - which is spelled wrong [SCANNED] SPAM-LOW and the like will automatically be removed from message subjects. This may cause a small hiccup in the lists

Re: (Admin) list changes

2005-06-15 Thread Ray Champagne
awesome! that has bugging me for quite some time now. TY Michael Dinowitz wrote: I'm adding some features to the list due to people using spam catchers and not removing the spam response message. Things like: [QUARRANTINE] - which is spelled wrong [SCANNED] SPAM-LOW and the like will

CF Server not responding

2005-06-15 Thread Adkins, Randy
We have CFMX 6.1 Updater installed and I noticed yesterday that now it seems to have stop responding to CFM pages. It will process HTM files but is very slow in responding. When calling a CFM page, it just churns and never stops attempting to access the page. It is as if it does not exists

Re: (Admin) list changes

2005-06-15 Thread Ben Doom
Oops. Sorry. I try to catch that, but I don't always. Ironically, this message was marked [QUARRANTINE]. --Ben Michael Dinowitz wrote: I'm adding some features to the list due to people using spam catchers and not removing the spam response message. Things like: [QUARRANTINE] - which is

Re: (Admin) list changes

2005-06-15 Thread Claude Schneegans
due to people using spam catchers Yeah, those spam catchers are just creating pollution, and prove they are not catching the right thing. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam

CF7 Install woes....

2005-06-15 Thread jonese
Any run across this problem. When installing CF7 i get an error messge, very early on (after the preparing to install screen), that tells me please select another location to extract the installer to I've checked my system and the HD has plenty of space (5GB on one drive and 50GB on another).

J2EE Session Sharing without Cluster?

2005-06-15 Thread jacksonj
Is it possible to share sessions without clustering? (I'd like to be able to know that when I'm hitting Server A, that the application I'm seeing is coming from Server A. This is for hardware load-balancing and fail-over reasons.) Thanks, Jamie

Subscription problems

2005-06-15 Thread James Holmes
I just changed my emaill address over to my gmail account to deal with the cf-community posts I just signed up for. However, I'm still getting cf-talk at this address (cf-community goes to the right place). How do I get this sorted out?

CF7 Install woes....

2005-06-15 Thread dcooper
Signs of a corrupt installer download, unfortunately. We're exploring a possible FATP site that might have better results. Sorry about that. Any run across this problem. When installing CF7 i get an error messge, very early on (after the preparing to install screen), that tells me please

RE: Transaction History File

2005-06-15 Thread Andy
Jochem, I need to read up on MS SQL Transaction logs and discuss options with my host. Should I also read-up on snapshots? Outside of UML, I don't know what they are. Andy Files: use the snapshot capabilities from your OS/FS For an application that might be deployed on any given OS/FS?

get user and pass from url

2005-06-15 Thread Mark W. Breneman
Can CF (I'm running cfmx7) get the username and password from HTTP Authentication? I think that is the correct name for that. User:[EMAIL PROTECTED] I thought I had bookmarked a note on this but, now I can't find it. Yes, I am aware that a security update for IE has disabled IE from using

Re: Subscription problems

2005-06-15 Thread James Holmes
And just to make things really weird, they are now coming here too. On 6/16/05, James Holmes [EMAIL PROTECTED] wrote: I just changed my emaill address over to my gmail account to deal with the cf-community posts I just signed up for. However, I'm still getting cf-talk at this address

Re: Subscription problems

2005-06-15 Thread Michael Dinowitz
This is on my list for today. I just changed my emaill address over to my gmail account to deal with the cf-community posts I just signed up for. However, I'm still getting cf-talk at this address (cf-community goes to the right place). How do I get this sorted out?

Re: get user and pass from url

2005-06-15 Thread Jochem van Dieten
Mark W. Breneman wrote: Can CF (I'm running cfmx7) get the username and password from HTTP Authentication? I think that is the correct name for that. User:[EMAIL PROTECTED] If the webserver is configured properly (to *not* touch the authorization header) that would be: cfset variables.rs =

Re: Transaction History File

2005-06-15 Thread Jochem van Dieten
Andy wrote: I need to read up on MS SQL Transaction logs and discuss options with my host. Should I also read-up on snapshots? Outside of UML, I don't know what they are. Snapshots is just for files, not for databases. Jochem

Re: J2EE Session Sharing without Cluster?

2005-06-15 Thread Nathan Strutz
You could use client variables (but I don't recommend it). You could put your session data into a database. It's about the same, but gives you more control and doesn't require clustering (or the expensive CF Enterprise ed.) You could roll your own clustering type of software... serializing and

Re: CF7 Install woes....

2005-06-15 Thread jonese
Damon, Is this a known issue? or is there a way around the corrupted download? jonese On 6/15/05, dcooper @ macromedia. com dcooper @ macromedia. com [EMAIL PROTECTED] wrote: Signs of a corrupt installer download, unfortunately. We're exploring a possible FATP site that might have

RE: CF Server not responding (anyone?)

2005-06-15 Thread Adkins, Randy
-Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 11:12 AM To: CF-Talk Subject: CF Server not responding We have CFMX 6.1 Updater installed and I noticed yesterday that now it seems to have stop responding to CFM pages. It will process

Re: Need a copy of CF5

2005-06-15 Thread Rey Bango
I emailed you off list Matthew. Rey... Matthew Friedman wrote: I am in need of a copy of CF5 (Standard edition). We have sold some of our technology that currently is running under CF5 the client want to host it themselves. Does anyone know where we can purchase a copy and a ball park

Re: CF, doctypes, and quirks mode?

2005-06-15 Thread Nathan Strutz
One thing I've been doing lately is: cfcontent reset=true /!DOCTYPE ... It clears everything before the doctype and gives you a blank sheet. This is a nice shortcut that I didn't know existed. I used to run getPageContext().getOut().clearBuffer() instead. Same thing. -nathan strutz

Re: J2EE Session Sharing without Cluster?

2005-06-15 Thread jacksonj
Thanks for the reply, Nathan. Let's say that I've considered those options (and I actually have), but decided to try J2EE session sharing. The session sharing part works great, however, I *think* I don't want the application sharing bit, but maybe someone can talk me out of my reservations

Re: Transaction History File

2005-06-15 Thread S . Isaac Dealey
S.Isaac Dealey wrote: Files: use the snapshot capabilities from your OS/FS For an application that might be deployed on any given OS/FS? Which OS/FS on which CFMX is supported does not have snapshot capabilities? Don't they vary from one OS to the next? ... Granted, Andy's probably only

Re: CF, doctypes, and quirks mode?

2005-06-15 Thread S . Isaac Dealey
One thing I've been doing lately is: cfcontent reset=true /!DOCTYPE ... It clears everything before the doctype and gives you a blank sheet. This is a nice shortcut that I didn't know existed. I used to run getPageContext().getOut().clearBuffer() instead. Same thing. You didn't! Get

CF7 Flash Remoting

2005-06-15 Thread Aldon Moore
Has any one been able to connect to Flash Remoting in CFMX 7? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with

RE: CF7 Flash Remoting

2005-06-15 Thread Ben Forta
Sure have. That's how this page talks to CF: http://www.forta.com/cf/isp/ --- Ben -Original Message- From: Aldon Moore [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 2:16 PM To: CF-Talk Subject: CF7 Flash Remoting Has any one been able to connect to Flash Remoting in CFMX

DNS query with ColdFusion

2005-06-15 Thread wolf2k5
Hi all, I need to make a DNS query from within ColdFusion MX 6.1 to figure out the Active Directories servers for a domain name (TXT records) . I am looking for some example code to do that using the underlying Java classes. Any link? Thanks a lot.

Re: CF7 Flash Remoting

2005-06-15 Thread Clint Tredway
not to be picky, but that app is a flex app and not just flash remoting... On 6/15/05, Ben Forta [EMAIL PROTECTED] wrote: Sure have. That's how this page talks to CF: http://www.forta.com/cf/isp/ --- Ben -Original Message- From: Aldon Moore [mailto:[EMAIL PROTECTED] Sent:

RE: CF7 Flash Remoting

2005-06-15 Thread Ben Forta
Um, no, not to be picky either ... it is Flash accessing a CFC in ColdFusion MX 7 via AMF (Flash Remoting). The question was Has any one been able to connect to Flash Remoting in CFMX 7?, and that is exactly what that is doing. ;-) --- Ben -Original Message- From: Clint Tredway

RE: DNS query with ColdFusion

2005-06-15 Thread Dawson, Michael
If you don't need to use Java, you can CFEXECUTE the nslookup command, then parse the results. M!ke -Original Message- From: wolf2k5 [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 1:31 PM To: CF-Talk Subject: DNS query with ColdFusion Hi all, I need to make a DNS query from

Unclickable input text in flash forms

2005-06-15 Thread Fabio Terracini
Hello all, I've already posted this here, and after a while, we figured out a fix - not a real solution. For some unknow reason, sometimes parts of the flash form generated by CF7 becames unclickable/unselectable/inaccessable. We edited the form a bit (only positions and so), deleted the

Re: DNS query with ColdFusion

2005-06-15 Thread Barney Boisvert
And that's preferable how? The java method is guarenteed to work on any CF install, while using nslookup not only requires CFEXECUTE access, but also requires nslookup to be installed, and for the format of it's output to never change. cheers, barneyb On 6/15/05, Dawson, Michael [EMAIL

RE: DNS query with ColdFusion

2005-06-15 Thread Dawson, Michael
I didn't say it was preferable in any way. If I were on a Windows box, which I am, I would probably just use CFEXECUTE. Fortunately, I don't have to worry about portability here. M!ke -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005

Re: CF7 Flash Remoting

2005-06-15 Thread Clint Tredway
true, but in my exp, flash remoting is different going from flex as opposed straight from flash... that was the basis for my comment. On 6/15/05, Ben Forta [EMAIL PROTECTED] wrote: Um, no, not to be picky either ... it is Flash accessing a CFC in ColdFusion MX 7 via AMF (Flash Remoting). The

RE: Transaction History File

2005-06-15 Thread Andy
Which OS/FS on which CFMX is supported does not have snapshot capabilities? Don't they vary from one OS to the next? ... Granted, Andy's probably only looking to make this work for the one application (os/database/platform), YUP. NOT TRYING TO MAKE IT COMPLICATED OR PORTABLE. THAT SAID,

RE: CF7 Flash Remoting

2005-06-15 Thread Aldon
I have been making attempts to connect to the gateway using http://127.0.0.1:8500/flashservices/gateway is this method still applicable? Aldon -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 2:37 PM To: CF-Talk Subject: RE: CF7 Flash

Re: DNS query with ColdFusion

2005-06-15 Thread Barney Boisvert
cfset ipAddr = createObject(java, java.net.InetAddress).getByName(www.barneyb.com).getHostAddress() / Surely that's simpler than doing a CFEXECUTE call and parsing the result, let alone the zero-dependancy nature of it. cheers, barneyb On 6/15/05, Dawson, Michael [EMAIL PROTECTED] wrote: I

RE: CF7 Flash Remoting

2005-06-15 Thread Ben Forta
Add a ? to the end of that URL. See: http://www.forta.com/blog/index.cfm?mode=eentry=1579 --- Ben -Original Message- From: Aldon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 3:06 PM To: CF-Talk Subject: RE: CF7 Flash Remoting I have been making attempts to connect to the

Re: J2EE Session Sharing without Cluster?

2005-06-15 Thread Nathan Strutz
Let me know if I'm getting it. ;) I think the problem boils down to your HW LB device being smart enough. I am guessing you have layer 4 monitoring on your servers, aka, If I can ping it, it's alive. That's not usually good enough. Use layer 7 monitoring, make a test CF page that says ok or

RE: DNS query with ColdFusion

2005-06-15 Thread Dawson, Michael
Well, sure. *If* you know Java. ;^) M!ke -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 1:58 PM To: CF-Talk Subject: Re: DNS query with ColdFusion cfset ipAddr = createObject(java,

Re: CF7 Flash Remoting

2005-06-15 Thread Felipe Fernandes
Talking about flash remoting, I´m a coldfusion developer and i would like to learn actionscript. I don´t know much about flash. I want to buy a book, any sugestion? Felipe On 6/15/05, Ben Forta [EMAIL PROTECTED] wrote: Add a ? to the end of that URL. See:

Re: J2EE Session Sharing without Cluster?

2005-06-15 Thread jacksonj
Let me know if I'm getting it. ;) Yes, and thanks a ton for sticking with this thread... I think the problem boils down to your HW LB device being smart enough. I am guessing you have layer 4 monitoring on your servers, aka, If I can ping it, it's alive. That's not usually good enough. Use

Re: Unclickable input text in flash forms

2005-06-15 Thread Fabio Terracini
We're making some tests, and suprising, we're able to reproduce this problem in our development server (which haven't happend before)! We're playing with screen resolutions (frequency and bit depth), and some it happens, some times not. Also, I forgot to mention that the fields (not all field

Re: CF7 Flash Remoting

2005-06-15 Thread Raymond Camden
Aldon, I'm not sure if this will help, but... I noticed on two machines (running IIS), that Flash Remoting wouldn't work until I added a real folder called /flashservices/gateway. Why? I had tweaked my settings to do a Check for script in the CFM mappings. I had to do this to override CF's built

Flash CFForm 32k limit?

2005-06-15 Thread Mike Klostermeyer
Anyone have any experience with the 32k limit in flash-based CFForms (and Flex)? See error below: Error generated version of _watcherSetup:738 Branch between 71782 and 104556 around line 0 exceeds 32K span. If possible, please refactor this component. Mike

Re: CF7 Flash Remoting

2005-06-15 Thread dave
http://flashforservergeeks.com/fsg/ ~Dave the disruptor~ A criminal is a person with predatory instincts who has not sufficient capital to form a corporation. From: Felipe Fernandes [EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 3:18 PM To: CF-Talk

Re: CF, doctypes, and quirks mode?

2005-06-15 Thread Nathan Strutz
S. Isaac Dealey wrote: You didn't! Get out! :P Yeah, believe it or not. Probably the oldest trick in the book, but where's a person supposed to learn things they didn't know they were supposed to learn? -nathan strutz http://www.dopefly.com/

Re: CF7 Flash Remoting

2005-06-15 Thread Dave Carabetta
On 6/15/05, Ben Forta [EMAIL PROTECTED] wrote: Add a ? to the end of that URL. See: http://www.forta.com/blog/index.cfm?mode=eentry=1579 I thought that with the latest hotfix rollup this wasn't needed anymore? Regards, Dave.

Re: J2EE Session Sharing without Cluster?

2005-06-15 Thread Nathan Strutz
Ok, I see, I think I get it. :D You've got A and B. A is the primary and it is offloading some processing to B through your JRun cluster. In this case, you don't need a hardware load balancer, as your site is on one real server. Right now, server B doesn't have/need/use an HTTP server. Run a

Re: cfeclipse and cfmx7

2005-06-15 Thread David Brown
com.rohanclan.cfml_1.1.18.12 - Original Message - From: Mark Drew [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, June 15, 2005 10:21 AM Subject: Re: cfeclipse and cfmx7 Before I put down my wrath, which version of CFEclipse plugin are you using? just so

  1   2   >