Re: Memory issues in a shared environemt

2007-01-24 Thread AJ Mercer
Hi Matthew, could you explain to me what the issue is with multicast across subnets? We have clustering across two servers which are on different subnets. CF lets you set up the cluster without any problems, but the instances on the server on the other subnet are not being used. Thank you. On

Re: Memory issues in a shared environemt

2007-01-24 Thread Jochem van Dieten
AJ Mercer wrote: could you explain to me what the issue is with multicast across subnets? http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=1e8e9170 Jochem ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7

Re: Not able to enable debugging in CF server

2007-01-24 Thread hussain shaikh
It's working now.I have just added my m/c IP Addr to that debugging list. Thanks all. Hussain. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: Query of Queries Problem with JDBC

2007-01-24 Thread Jochem van Dieten
Jerky San Pedro wrote: I am getting a Query of Query error in CFMX 6.1 when I used a JDBC driver for PostgreSQL 8.1. Which error exactly? I tested CFMX 6.1 in two setups: One is an FC4 server The other is a RHEL4 server In FC4, I installed PostgreSQL 8.1 and connected CFMX using the

MSSQL Replication

2007-01-24 Thread James Smith
I have set up Transactional replication (push) from our DB here in the office to our remote web server, this seems to be working just fine. My question is, if our internet connection should go down for a couple of days leaving the web servers database isolated from ours will our server simply

RE: SQL Server, querying between two DBs

2007-01-24 Thread James Smith
Our dba finally got out of his meeting. Turns out that not only are they separate databases, but they're also on a different server. So it's [server_name].databasename.dbo.tablename. This will work fine but remember to set up linked servers in Enterprise Manager or the cross-server join

RE: Better way to send nulls to a Stored Proc?

2007-01-24 Thread houseoffusion
No problem, any time, glad it helped. Niall. -Original Message- From: David Gardner [mailto:[EMAIL PROTECTED] Sent: 23 January 2007 17:11 To: CF-Talk Subject: Re: Better way to send nulls to a Stored Proc? Yep, I used... nullif(@DateIn,'') and it worked just fine. I suspected that T-SQL

RE: Using CF to do DNS and MX lookups?

2007-01-24 Thread James Smith
Try these C++ CFX addins . The first two were written by Lewis A. Sellers of http://www.intrafoundation.com/. The other two are offered free from Cool Fusion. I have used them all with great success. CFX_NSLookup (0.1) May 19 1999

Datasource time-out issue

2007-01-24 Thread Smith, Daron [PA]
We use the native drivers to access an AS/400 db2 database. When the 400 goes down which is very rare the CF connection doesn't timeout and eventually CF service stops responding. Is there code I can put in the application.cfc or somewhere else to check to see if the DSN is working and abort if

What's in memory.

2007-01-24 Thread DURETTE, STEVEN J \(ASI-AIT\)
Hi all, I have a server with multiple instances. One of these instances is continually using up 340 - 450 megs of ram. I used Fusion Reactor to monitor this (enterprise dashboard is great). What I want to know is how do I find out what is being stored there? I mean I could dump the

Re: Memory issues in a shared environemt

2007-01-24 Thread Matthew Williams
It's not really JRun's fault in this instance. Our networking group blocks multicast across subnets, so the traffic is cut off. I get the fact that it's one of the main reasons to have multiple subnets, but it's a pain. JRun will work fine, so long as the security.properties file is edited

Re: Memory issues in a shared environemt

2007-01-24 Thread Matthew Williams
I agree, but I didn't write it, I just administer the servers it resides on ;). I'm just looking for confirmation that I can go back to the developer with a little fodder to hold their feet under the fire with. Matthew Williams Russ wrote: Well it might sound obvious, but you don't want to

RE: SOT: Non Local MSSQL Server replication

2007-01-24 Thread James Smith
Add it to your hosts and/or lmhosts file. Finally solved it using the Client Network Utility. -- James Smith - IT Director uWish Ltd - http://www.uWish.co.uk ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7

RE: Update: error emails firing for no reason (I still need help)

2007-01-24 Thread Barthle, Robert \(Contractor\)
No offense taken, none of it is my code anyways. :) I'm just trying to fix a very odd bug. There's some good ideas so far for me to pour through, thanks for the pointers. thanks -r ___ Rob Barthle Sr. Web Developer (Dept. of Ed Contractor) Nortel

Re: Inserting current date into a data table

2007-01-24 Thread Claude Schneegans
because CF will automatically convert whatever value you give it to a valid date. Sure, but CF has a bad habit of assuming that the whatever value is a date in american format, so better make sure you transmit the date in a correct format first. -- ___

Spam from OnlyWebsites?

2007-01-24 Thread Andy Matthews
I created an email address JUST for the CF-talk list (and one other list) about 2 weeks ago. That's the only thing I use it for and have not given it out to anyone or anything else. I just got a piece of spam today from a company called Only Websites and the only thing I can think of is that

RE: Regular Expression Help....

2007-01-24 Thread Ben Nadel
Dave, While you probably don't need this anymore, I thought I would post it up here as your question inspired my blog post: http://www.bennadel.com/blog/487-Using-Verbose-Regular-Expressions-To-Ex plain-Url-Auto-Linking-In-ColdFusion.htm [ OR http://bennadel.com/index.cfm?dax=blog:486.view ]

Re: Spam from OnlyWebsites?

2007-01-24 Thread Michael Dinowitz
A spammer in such a case would have to be subscribed to harvest email addresses. I've been planning a feature where I give a subscriber the option to 'hide' their email address. In such a case, any mail from them to the list will have a null address instead of a real one. Stops spam but also

CFMX7 Java version compatibility

2007-01-24 Thread Kevin Kreuter
I posted a more specific problem on the CF-Flex list, but can anyone provide specifics on which components of CFMX702 are incompatible with JDK1.5 or JDK1.6? I know Macromedia/Adobe doesn't officially support anything higher that 1.4.2, and I know Verity doesn't work, nor the web server config

RE: SQL Server, querying between two DBs

2007-01-24 Thread Andy Matthews
I'm sure our dba has this done already. Thanks for pointing it out though/ -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 5:08 AM To: CF-Talk Subject: RE: SQL Server, querying between two DBs Our dba finally got out of his meeting.

RE: Spam from OnlyWebsites?

2007-01-24 Thread Andy Matthews
Thanks for checking into this Michael. Sign me up! -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 8:12 AM To: CF-Talk Subject: Re: Spam from OnlyWebsites? A spammer in such a case would have to be subscribed to harvest email

detect browser with cfif

2007-01-24 Thread Doug Brown
How can I detect the browser with an if statement? I have tried without luck. Is there a regex to do the trick? cfif findNoCase(CGI.HTTP_USER_AGENT, Firefox) Doug B. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7

RE: Better way to send nulls to a Stored Proc?

2007-01-24 Thread Everett, Al \(NIH/NIGMS\) [C]
1. a function that returns true if a string has length, and false if it doesn't, I like to use IsNull () ( http://www.cflib.org/udf.cfm?id=644 ) which should be easy to convert to IsNotNull(). ~| Upgrade to Adobe ColdFusion MX7

Solved(detect browser with cfif)

2007-01-24 Thread Doug Brown
Actually this seems to work... CFIF CGI.HTTP_USER_AGENT does not contain (Firefox) Doug B. - Original Message - From: Doug Brown [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, January 24, 2007 7:37 AM Subject: detect browser with cfif How can I detect the

Re: Solved(detect browser with cfif)

2007-01-24 Thread Adrian
The manual: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functi81.htm Suggests: cfif findNoCase(Firefox,CGI.HTTP_USER_AGENT) On 24/01/07, Doug Brown [EMAIL PROTECTED] wrote: Actually this seems to work... CFIF CGI.HTTP_USER_AGENT does not contain (Firefox) Doug B. -

Re: detect browser with cfif

2007-01-24 Thread Jim Wright
Doug Brown wrote: How can I detect the browser with an if statement? I have tried without luck. Is there a regex to do the trick? cfif findNoCase(CGI.HTTP_USER_AGENT, Firefox) You have it reversed... cfif findNoCase(Firefox,CGI.HTTP_USER_AGENT)

What scope are cached queries in?

2007-01-24 Thread DURETTE, STEVEN J \(ASI-AIT\)
Is there a scope that holds cached queries and if so how can it be access to see what is in there? This is related to my previous post about enumerating what is in an instance's memory block. Thanks, Steve ~| Upgrade to

Re: Solved(detect browser with cfif)

2007-01-24 Thread Doug Brown
Thanks, that actually looks alot cleaner!! Doug B. - Original Message - From: Adrian [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, January 24, 2007 7:46 AM Subject: Re: Solved(detect browser with cfif) The manual:

Re: detect browser with cfif

2007-01-24 Thread Jake Churchill
I blogged about this. See http://jake.cfwebtools.com/index.cfm/2006/11/13/Quick-Browser-Detection-for-CSS-script Doug Brown wrote: How can I detect the browser with an if statement? I have tried without luck. Is there a regex to do the trick? cfif findNoCase(CGI.HTTP_USER_AGENT, Firefox)

Re: SOT: Article on CIO Insight

2007-01-24 Thread Damien McKenna
On 1/24/07 2:48 AM, Robertson-Ravo, Neil (RX) wrote: The logical step for anyone moving from to BD.NET from ColdFusion is to move entirely to .NET. ... Or someone moving from .NET to CF. I wonder how many of their clients do that? The same could also be asked of the people who buy the J2EE

Re: Spam from OnlyWebsites?

2007-01-24 Thread Jacob Munson
Also, keep in mind that some spammers will send spam to random addresses at domains, like first names, first initial+last names, common words like lists, etc. On 1/24/07, Andy Matthews [EMAIL PROTECTED] wrote: Thanks for checking into this Michael. Sign me up! -Original Message- From:

RE: SOT: Article on CIO Insight

2007-01-24 Thread Robertson-Ravo, Neil (RX)
It works both ways...of course :-) -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: 24 January 2007 15:09 To: CF-Talk Subject: Re: SOT: Article on CIO Insight On 1/24/07 2:48 AM, Robertson-Ravo, Neil (RX) wrote: The logical step for anyone moving from to BD.NET

RE: Spam from OnlyWebsites?

2007-01-24 Thread Andy Matthews
I suppose that's possible. Sort of suspect though that I get spam at an email that's only been used on this (and one other) mailing list. -Original Message- From: Jacob Munson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 9:20 AM To: CF-Talk Subject: Re: Spam from

permission denied to call method XMLHttpRequest.open

2007-01-24 Thread Brad Wood
OK, I know this isn't exactly a CF question, but here goes... I receive this error permission denied to call method XMLHttpRequest.open when attempting to make an Ajax call in FireFox 1.5. I believe the problem is cross-domain scripting problem as my index.html exists on a mapped network drive

Re: Spam from OnlyWebsites?

2007-01-24 Thread Michael Dinowitz
A spammer got through to the HoF-Features list that way. Forced me to code a new anti-spam rule just for it. And it made someone get all pissy and think I was spamming him on purpose. I'm going to start the work for the masking of post names. The main requirement is to make sure I have a

RE: CFMX7 Java version compatibility

2007-01-24 Thread Leon Oosterwijk
Kevin, I believe flash remoting doesn't work with JVM 1.5. We just had to downgrade because of this. Leon -Original Message- From: Kevin Kreuter [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 7:06 AM To: CF-Talk Subject: CFMX7 Java version compatibility I posted

RE: Spam from OnlyWebsites?

2007-01-24 Thread Andy Matthews
You rock Michael. I appreciate this list and your hard work. Thanks. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 8:44 AM To: CF-Talk Subject: Re: Spam from OnlyWebsites? A spammer got through to the HoF-Features list that way.

Re: SOT: Article on CIO Insight

2007-01-24 Thread Rey Bango
Yep. Perfect analogy Damien. Rey... Damien McKenna wrote: On 1/24/07 2:48 AM, Robertson-Ravo, Neil (RX) wrote: The logical step for anyone moving from to BD.NET from ColdFusion is to move entirely to .NET. ... Or someone moving from .NET to CF. I wonder how many of their clients do that?

Re: MSSQL Replication

2007-01-24 Thread Tom Chiverton
On Wednesday 24 January 2007 10:04, James Smith wrote: I believe they rely on the subscription expiration setting of the publisher properties which I currently have set to 336 hours (14 days) but I just want to make sure. You need two spare PC's, or one of the many free virtualisation products

confirming string length, case, and alphanumeric

2007-01-24 Thread Richard White
hi, my system generates a password with the following criteria: must be exactly 8 characters in length must have at least 1 number must have at least 1 uppercase letter must have at least 1 lower case letter however, the passwordGenerator i am using doesnt always get it right, even though it

Re: permission denied to call method XMLHttpRequest.open

2007-01-24 Thread Tom Chiverton
On Wednesday 24 January 2007 15:34, Brad Wood wrote: 1) No, I can't move the file to the web server. My CIO specifically wants it placed on that network drive so he can simply bookmark it there. Move it to the web server. Load it in a web browser. Drag the little favicon from the browsers

RE: Regular Expression Help....

2007-01-24 Thread Dave Phillips
Here's what I ended up using: https?:)\/\/))[-[:alnum:]\?%,\.\/##!@:=\+~_]+[A-Za-z0-9\/]) Thanks to Bobby Hartsfield for that! It seems to get everything I need and nothing I don't. Here's the whole function in case anyone wants it: function extractURLs(inputString) {

Re: confirming string length, case, and alphanumeric

2007-01-24 Thread Tom Chiverton
On Wednesday 24 January 2007 15:28, Richard White wrote: though it is supposed to. It probably gets it right 7 out of 10 times. I got it from someone on another post and cant see where the problem is. So i thought that when i generate the password i can write some cfscript to check if it meets

RE: confirming string length, case, and alphanumeric

2007-01-24 Thread Ben Nadel
I am with Tom on that one... Better to make something that works 100% than to double-check the output. However, if you want to double-check the output, I would say keep it simple. Check each rule individually: must be exactly 8 characters in length must have at least 1 number must have at

RE: permission denied to call method XMLHttpRequest.open

2007-01-24 Thread Brad Wood
*Sigh* At this point, that is probably what I will end up doing-- at least if I want it to work in FireFox. rant I'm still a little peeved that FireFox is so stubbornly preventing me to do what I want to do. Yeah, security, shemurity. Who owns my computer anyway? Me or FireFox? I absolutely

Date Problem

2007-01-24 Thread Bruce Sorge
I have an app that allows a user to enter certain dates about a candidate, and not all dates are required. So, what is happening is, if someone enters the Date Elected, and leaves the other two date fields blank, the date 1/1/1900 is entered by default. The form is a Flash Form and I am using the

Determine the thread number of a gateway request

2007-01-24 Thread Rick Root
Is there any way to determine which thread is running an event gateway call? I have a CFML event gateway that I'm using, and there are times when I'd like to kill that request. No problem with normal page requests, fusion reactor lets me do that quite nicely. But with event gateways, there is

Re: confirming string length, case, and alphanumeric

2007-01-24 Thread Richard White
thanks tom and ben. After i posted my question, i read it back and thought my answer is to find one that works!!! been a long day i think ;) but thanks for the answer ben this is actually very useful. thanks very much ~|

RE: confirming string length, case, and alphanumeric

2007-01-24 Thread Ben Nadel
No worries. Let us know if you get stuck and need to see some demos of what Tom is talking about. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Richard White

Re: Date Problem

2007-01-24 Thread Greg Morphis
you could use an imaginary date and cfparams on the page.. cfparam name=DateElected default=#dateformat('01/01/','mm/dd/')#/ but it looks like your dateformat() and passing null values to it is causing the issue.. this way, you pass an imaginary date to the database.. unless you really

Using CF to run BAT files

2007-01-24 Thread Andy Matthews
How would I go about coding a BAT file, that could then be run by Coldfusion; and how would I get the results of the bat file back into CF? For example, if I wrote a simple BAT file which would ping a domain. Run directly in a DOS prompt, I'd type: ping andyandjaime.com and it would run.

Re: Date Problem

2007-01-24 Thread Teddy Payne
Bruce, I would break down the date. Allowing the user to enter 11/11/2007 is asking for a lot of validation. You probably should have a month, day and year input field for each date range. This makes it easier to validate. 1/1/1900 is a behavior of SQL Server smalldate field when you send it

Re: Using CF to run BAT files

2007-01-24 Thread Teddy Payne
Andy, CFExecute provides you this ability assuming that this ta is enabled for the application server. You need be careful allowing the useage of this tag. The security permissions of the user reserved for the CF Server instance needs to have minimal permissions. Teddy On 1/24/07, Andy

Re: confirming string length, case, and alphanumeric

2007-01-24 Thread Richard White
:) that would actually be really useful thanks ben. i have just been searching through the internet but would appreciate a specific example. i was looking for someone that had done a password generator that i could use but if i could learn the code to do it myself i would be very grateful

Re: Date Problem

2007-01-24 Thread Bruce Sorge
That is what I want, nulls. If no date is selected, then I do not want anything there. Bruce Sorge I'm a mawg: half man, half dog. I'm my own best friend! On 1/24/07, Greg Morphis [EMAIL PROTECTED] wrote: you could use an imaginary date and cfparams on the page.. cfparam name=DateElected

Re: Inserting current date into a data table

2007-01-24 Thread Teddy Payne
CF offers you three options based upon what you need: CreateODBCDate() CreateODBCTime() CreateODBCDateTime() Teddy On 1/23/07, Claude Schneegans [EMAIL PROTECTED] wrote: What is the best way to automatically insert the current date into a data table? How about a time stamp? --

RE: Date Problem

2007-01-24 Thread Richard Kroll
That is what I want, nulls. If no date is selected, then I do not want anything there. I would suggest using the CFQUERYPARAM tag and using its NULL attribute. If not that then you will be forced to do a CFIF myDate eq ''NULLcfelse#myDate#/cfif Rich Kroll

Re: Date Problem

2007-01-24 Thread Bruce Sorge
I am not allowing the user to manually input the date. I am using the CFINPUT Type=DateField which creates a flash calendar, the user clicks on the date and voila! Date is entered. Problem is that if any of the others are not filled out, my database fields are getting populated with 1/1/1900

Re: Date Problem

2007-01-24 Thread Bruce Sorge
Yeah, guess I am gonna have to use the CFIF option. SP's are not allowed on the DB2 server for the city. We are getting our own SQL Server and CF Server soon though, so I get to re-write the app using SP's. Bruce On 1/24/07, Richard Kroll [EMAIL PROTECTED] wrote: That is what I want, nulls.

Reading email from an exchange post box.

2007-01-24 Thread Ian Skinner
Several months ago I attempted and failed to do this. Unfortunately I have forgotten everything I had learned and now I need to try this again. I am not having any luck finding the previous discussions on this in the HOF archives. Anybody have any pointers if and how one may read email

RE: Using CF to run BAT files

2007-01-24 Thread Dave Watts
How would I go about coding a BAT file, that could then be run by Coldfusion; and how would I get the results of the bat file back into CF? You would use the CFEXECUTE tag. For example, if I wrote a simple BAT file which would ping a domain. Run directly in a DOS prompt, I'd type:

Re: Date Problem

2007-01-24 Thread Greg Morphis
yeah definitely use cfqueryparams when in your query.. cfqueryparam cfsqltype=cf_sql_date value=#form.foodate# null=yes / On 1/24/07, Richard Kroll [EMAIL PROTECTED] wrote: That is what I want, nulls. If no date is selected, then I do not want anything there. I would suggest using the

RE: Date Problem

2007-01-24 Thread Richard Kroll
Based on the query you provided: UPDATE tblCouncilMember SET Fname = '#Arguments.Fname#', Lname = '#Arguments.Lname#', Address = '#Arguments.Address#', City = '#Arguments.City#',

RE: Date Problem

2007-01-24 Thread Richard Kroll
Yeah, guess I am gonna have to use the CFIF option. SP's are not allowed on the DB2 server for the city. We are getting our own SQL Server and CF Server soon though, so I get to re-write the app using SP's. As I understand it, using the CFQUERYPARAM tag is on the ColdFusion side and simply

Date Problem Resolved

2007-01-24 Thread Bruce Sorge
OK, I in the Update query in the CFC, I just did this: cfif LEN(Arguments.DateElected) DateElected = '#Arguments.DateElected#' /cfif and so on. Worked like a champ. I was just hoping there was another way, or better yet, a good explanation why this was happening. Bruce

RE: confirming string length, case, and alphanumeric

2007-01-24 Thread Ben Nadel
Rich, Take a look at this. It is perhaps not the best solution, but it is easy to read / understand. I am opting for using static sets of valid characters because, while it might be more prone to error over the use of ascii values (as Tom was suggesting) it gives you a bit more flexibility in

RE: permission denied to call method XMLHttpRequest.open

2007-01-24 Thread Dave Watts
I receive this error permission denied to call method XMLHttpRequest.open when attempting to make an Ajax call in FireFox 1.5. I believe the problem is cross-domain scripting problem as my index.html exists on a mapped network drive and is using a web service on a ColdFusion server on

SOT - Google Map API

2007-01-24 Thread Bruce Sorge
Anyone use the Google Map API yet? I am getting ready to integrate it into a site I am working on and was wondering if anyone has used it and what they though. Thanks, -- Bruce Sorge I'm a mawg: half man, half dog. I'm my own best friend!

RE: What scope are cached queries in?

2007-01-24 Thread Dave Watts
Is there a scope that holds cached queries and if so how can it be access to see what is in there? No, there isn't. If you want to manage memory directly, store your queries in Session, Application or Server scope. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software

Re: SOT - Google Map API

2007-01-24 Thread Jerry Johnson
yes. used it and liked it. But, you should also look into the yahoo maps. good maps, built on flex. good hooks to cf. On 1/24/07, Bruce Sorge [EMAIL PROTECTED] wrote: Anyone use the Google Map API yet? I am getting ready to integrate it into a site I am working on and was wondering if anyone

Re: Date Problem

2007-01-24 Thread Bruce Sorge
OH. I guess I misunderstood the use of CFQUERYPARAM. I only use it on SP's. Bruce On 1/24/07, Richard Kroll [EMAIL PROTECTED] wrote: Yeah, guess I am gonna have to use the CFIF option. SP's are not allowed on the DB2 server for the city. We are getting our own SQL Server and CF Server

RE: Using CF to run BAT files

2007-01-24 Thread Andy Matthews
Ah...that makes perfect sense. Thanks Dave. And I knew about cfexecute...I was just trying to figure out about the BAT files first. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 11:39 AM To: CF-Talk Subject: RE: Using CF to run BAT files

RE: Using CF to run BAT files

2007-01-24 Thread Andy Matthews
Renamed it to myping.bat and it works like a charm. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 11:39 AM To: CF-Talk Subject: RE: Using CF to run BAT files How would I go about coding a BAT file, that could then be run by

Re: SOT - Google Map API

2007-01-24 Thread Charlie Griefer
On 1/24/07, Bruce Sorge [EMAIL PROTECTED] wrote: Anyone use the Google Map API yet? I am getting ready to integrate it into a site I am working on and was wondering if anyone has used it and what they though. check out http://tutorial397.easycfm.com/ -- Charlie Griefer

RE: SOT - Google Map API

2007-01-24 Thread Andy Matthews
Works really well. I used it here: http://www.cfmjet.com/airports.cfm And it was pretty simple. -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 11:42 AM To: CF-Talk Subject: SOT - Google Map API Anyone use the Google Map API yet? I

RE: SOT - Google Map API

2007-01-24 Thread Turetsky, Seth
I played with the JS API, that is the only API right? I wanted to make a map of all of our locations around the globe, so I ran I parsed some XML with CF and passed all into the JS API, but the browser had memory issues with too many markers. I think they changed this since then, but I had to

Re: SOT - Google Map API

2007-01-24 Thread Bruce Sorge
Thanks, I will do that. Bruce On 1/24/07, Jerry Johnson [EMAIL PROTECTED] wrote: yes. used it and liked it. But, you should also look into the yahoo maps. good maps, built on flex. good hooks to cf. ~| Upgrade to Adobe

RE: MSSQL Replication

2007-01-24 Thread James Smith
You need two spare PC's, or one of the many free virtualisation products :-) Why 2? -- James Smith - IT Director uWish Ltd - http://www.uWish.co.uk ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration

Re: confirming string length, case, and alphanumeric

2007-01-24 Thread Richard White
that looks brilliant, thanks ben. I will taking a look at it and will post again if i have any questions thanks alot ben, very much appreciated ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create

RE: Using CF to run BAT files

2007-01-24 Thread Peterson, Chris
Use a good old dos trick to 'print' the output to a file Ping www.yahoo.com c:\pingResult.txt Then use CF to read the file =) Remember, you can even use CFFILE to dynamically write the batch file, then execute it =) Chris -Original Message- From: Andy Matthews [mailto:[EMAIL

RE: Using CF to run BAT files

2007-01-24 Thread Andy Matthews
Cool. I was hoping that there were some way of running the ping command and stuffing the screen results into a variable. The CFFile method might be an option, but I'm going to be using this command to loop over a lengthy list (1000 + domains). Might be best to write the BAT file dynamically then

FCKEditor woes

2007-01-24 Thread Jake Churchill
I am replacing soEditor with FCKEditor on a site and ran into an issue that I'm hoping someone out there can help with. In the soEditor was this line: html=#form.homeText# which passed a bunch of HTML to the editor as it's default value. I'm having trouble doing the same with the FCKEditor

RE: FCKEditor woes

2007-01-24 Thread Dave Phillips
Jake, Can you post the html that is in your form.hometext variable? My guess is that you have a double quote in there somewhere that is ending your string, and hence, the JS thinks that is the end of that variable, so then it's looking for a closing parenthesis and isn't finding it immediately,

RE: What scope are cached queries in?

2007-01-24 Thread DURETTE, STEVEN J \(ASI-AIT\)
This code isn't mine. I'm just trying to trouble shoot the excessive amounts of memory that are being used and not released. The site has a low hit count, so I don't see why it should be using soo much. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: FCKEditor woes

2007-01-24 Thread Jake Churchill
Here's the HTML. The editor is basically to allow the client to create their own pages in certain circumstances so I can't change any of this. It'll have to be dynamically manipulated on the server. SPAN style=COLOR: #ff3300; FONT-FAMILY: Arial P style=MARGIN: 0in 0in 0ptSPANSTRONGEMFONT

RE: FCKEditor woes

2007-01-24 Thread Russ
Jake, Are you not using the fckeditor.cfc? Here is the syntax from it's docs that works well for us: * Syntax: * * cfscript * fckEditor = createObject(component, fckEditorV2/fckeditor); * fckEditor.instanceName=myEditor; *

RE: Using CF to run BAT files

2007-01-24 Thread Ian Skinner
I was hoping that there were some way of running the ping command and stuffing the screen results into a variable. Shouldn't something close to this work? cfexecute name=...ping.exe argument=www.google.com variable=pingStuff / cfoutput#pingStuff#/cfoutput -- Ian Skinner Web

RE: FCKEditor woes

2007-01-24 Thread Joshua Cyr
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/funct116.htm cfoutput#HTMLCodeFormat(form.homeText)#/cfoutput Should probably do it. Joshua Cyr Savvy Software 866.870.6358 www.besavvy.com -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: FCKEditor woes

2007-01-24 Thread Jake Churchill
This was so easy. I worked on it for 3 hours this morning with no success and this took all of 10 minutes for 2 instances. Thanks! Russ wrote: Jake, Are you not using the fckeditor.cfc? Here is the syntax from it's docs that works well for us: * Syntax: * *cfscript *

RE: Using CF to run BAT files

2007-01-24 Thread Andy Matthews
That might work...I'm not using the ping command spefically, I was just using that as a simple example. I'll give that a go though. Thank you. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 1:03 PM To: CF-Talk Subject: RE: Using CF to

.NET getting CF session variables

2007-01-24 Thread Richard Colman
I create session variables on user login within CF. Is there some reasonable way to a .NET application to pick up and use those session variables? Rick Colman ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7

RE: permission denied to call method XMLHttpRequest.open

2007-01-24 Thread Doug Bezona
rant I'm still a little peeved that FireFox is so stubbornly preventing me to do what I want to do. Yeah, security, shemurity. Who owns my computer anyway? Me or FireFox? I absolutely can't stand it when software thinks it can tell me what to do with my computer-- but usually MS is

Re: FCKEditor woes

2007-01-24 Thread Scott Weikert
Speaking of FCKEditor... If any of you other CF people have done hacks to the CF version of FCKEditor, drop me a line. Maybe we can share some tips/code. I've done a few hacks to it to integrate it into my main project app. --Scott

Re: Solved(detect browser with cfif)

2007-01-24 Thread Scott Krebs
Also remember first things first, don't forget to make sure that variable exists before attempting to code against it. More and more it's not getting reported, especially by bots or over-protective security software. cfif StructKeyExists(CGI, HTTP_USER_AGENT) AND FindNoCase... I also see this

RE: FCKEditor woes

2007-01-24 Thread Russ
Has anyone gotten flash to work properly with FCKEditor or for that matter any editor? Seems like if you use it in ie, it renders the flash and takes out the embed tags, so that it doesn't show up in firefox later. If you use the source editor in FCK to put in the code, it works, but it's kind

RE: Reading email from an exchange post box.

2007-01-24 Thread Doug Bezona
Well, the easiest way would be for the server admin to enable POP, but most tend to balk at that. Another option would be via WebDav - this is how Outlook Web Access, Windows Mobile, etc. work. A Google search turned this up: http://www.numtopia.com/terry/code_exchange_item_creator.cfm Looks

Saving PDF generated by cfdocument

2007-01-24 Thread Walter Conti
Is it possible do save a PDF file without showing it on the screen first? Thank you. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

RE: Saving PDF generated by cfdocument

2007-01-24 Thread houseoffusion
I think a simple cflocation url= should do the trick. Theoretically, the browser should process all before then send the user to the relocated page. There might be more sophisticated methods but it worth a shot! -Original Message- From: Walter Conti [mailto:[EMAIL PROTECTED] Sent: 24

Re: Saving PDF generated by cfdocument

2007-01-24 Thread Bryan Stevenson
check the attributes for the tagone is the file path for were the file should be saved ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web:

Re: Saving PDF generated by cfdocument

2007-01-24 Thread Jake Churchill
Yes, look at the docs for cfdocument. There is a filename attribute. By default the server streams the pdf to the client but if you specify the filename you have to manually redirect them there. There is also an overwrite attribute if you are interested. Walter Conti wrote: Is it possible

  1   2   >