RE: Dynamic Javascript Question

2005-05-10 Thread Micha Schopman
Be careful with the private variables outside of your function scope. You might think you made them private, but in fact they are public because you have defined them outside the function. You have defined them as global variables now. I have enclosed the parts with try catch parts, which might he

MXNA Screensaver

2005-05-10 Thread Connie DeCinko
The MXNA Screensaver no longer works with the change of the news aggregator to MMs server. Anyone know if an updated version is available? ~| Find out how CFTicket can increase your company's customer support efficiency by

Re: OT: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Qasim Rasheed
You could use JDBC Statement for this purpose which I believe is called PreparedStatement. I have recently written a similar application using the above mentioned technique. I can send you the code tomorrow morning if you are interested. Thanks On 5/10/05, Sergey Croitor <[EMAIL PROTECTED]> wrot

RE: OT - Site for Sale

2005-05-10 Thread Justin D. Scott
> Erm, thats an "interesting" discussion on the front > page. :) Did I mention that it's an "unmoderated" chat system? An "interesting" discussion wouldn't surprise me though. --- Justin D. Scott Vice President Sceiron Interactive, Inc. www.sceiron.com [EMAIL PR

RE: Server Scope

2005-05-10 Thread Jim Davis
> -Original Message- > From: David Brown [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 11, 2005 12:10 AM > To: CF-Talk > Subject: Re: Server Scope > > Jim, > Thank you sir for the answer. Do you know how long the time to live is? > Where do you set the time? Oops - missed that one. A

Re: Server Scope

2005-05-10 Thread David Brown
Jim, Thank you sir for the answer. Do you know how long the time to live is? Where do you set the time? - Original Message - From: "Jim Davis" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, May 11, 2005 12:01 AM Subject: RE: Server Scope >> -Original Message- >> From: Davi

RE: Server Scope

2005-05-10 Thread Jim Davis
> -Original Message- > From: David Brown [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 10, 2005 11:41 PM > To: CF-Talk > Subject: Server Scope > > A few questions: > > Is it good practice or wise to create an object in the server scope? And > if so how long does it live? I see in the adm

cfhttp/xml: The root element is missing

2005-05-10 Thread Dave Lyons
why don't you make life easier and use cfxml? > The following code structure works with CFMX 6 and IIS but is > returning the error "The root element is missing" on a server with CF5 > and Apache 2. Any help would be appreciated as I've spent many hours > trying to figure out why it is breaki

Re: OT - Site for Sale

2005-05-10 Thread Jon Austin
Erm, thats an "interesting" discussion on the front page. :) On 5/11/05, Justin D. Scott <[EMAIL PROTECTED]> wrote: > Sorry for the OT post, but this is the only place I can think of to post > this. ~| Discover CFTicket - The lea

OT - Site for Sale

2005-05-10 Thread Justin D. Scott
Sorry for the OT post, but this is the only place I can think of to post this. My company presently owns and operates ZonkBoard (www.zonkboard.com), a ColdFusion driven HTML chat system for bloggers and the like. Over the last several months we have been too busy to give the site the attention it

Server Scope

2005-05-10 Thread David Brown
A few questions: Is it good practice or wise to create an object in the server scope? And if so how long does it live? I see in the administrator Memory Variables you can set the application and Session time to live, but not server scope. What I want to do. I read this from Ben's new

cfhttp/xml: The root element is missing

2005-05-10 Thread Shannon Carr
The following code structure works with CFMX 6 and IIS but is returning the error "The root element is missing" on a server with CF5 and Apache 2. Any help would be appreciated as I've spent many hours trying to figure out why it is breaking on the other server. Thanks 490002

Re: LDAP Authentication

2005-05-10 Thread Douglas Knudsen
In my experience, typically you run two LDAP queries for authentication. In the first you use the UID filed, depends on your LDAP server, to get teh users DN. THe second query you use this DN and the users password, if this binds you authed. What LDAP server are you using? DK On 5/10/05, Davi

RE: Cached query - Any way to tell when it was cached?

2005-05-10 Thread Scott Mulholland
Yeah, for simplicities sake I'll go with the other one, heh. Thanks for the help guys. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 7:19 PM To: CF-Talk Subject: RE: Cached query - Any way to tell when it was cached? > I think Ian's may b

re: CFForm and jpegs

2005-05-10 Thread dave
well your MIME types for jpegs are: image/jpeg,image/pjpeg,image/jpg So I am assuming image/pjpeg is a progressive jpeg so don't allow it. ~Dave the disruptor~ From: Jason Rogoz <[EMAIL PROTECTED]> Sent: Tuesday, May 10, 2005 7:13 PM To: CF-Talk Subje

Fwd: New Macromedia Security Zone Bulletin Posted

2005-05-10 Thread Jon Austin
FYI -- Forwarded message -- From: Macromedia Security Zone <[EMAIL PROTECTED]> Date: May 11, 2005 5:03 AM Subject: New Macromedia Security Zone Bulletin Posted To: bugtraq@securityfocus.com IMPORTANT: A new security bu

LDAP Authentication

2005-05-10 Thread David Critchley
I was wondering if anyone knows anything about LDAP authentication. Examples from macromedia on this subject are very sketchy and I cant seem to get mine to work properly. I can query the LDAP server, but I am unable to authenticate. Here is my tag info:

Re: Google Web Accelerator problems

2005-05-10 Thread Matt Robertson
On 5/10/05, Barney Boisvert <[EMAIL PROTECTED]> wrote: > ...No idea if that's how GWA works or not, but it > stands to reason it might. Speculation on the forum was running in that direction as well. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com

RE: Cached query - Any way to tell when it was cached?

2005-05-10 Thread S . Isaac Dealey
> I think Ian's may be the way to go. I am using > cachedwithin as the data > changes frequently so we cache it for 6 hours. I don't > think cachedafter > will work. sure it will -- although the alternative is simpler... but fyi here's the way to accomplish 6 hr caching with cachedafter:

Re: Google Web Accelerator problems

2005-05-10 Thread Barney Boisvert
This is the way that Mozilla's prefetching works. No HTTPS, and nothing with query strings. Of course, if you've SESed your URLs, you're still hosed. No idea if that's how GWA works or not, but it stands to reason it might. cheers, barneyb On 5/10/05, Matt Robertson <[EMAIL PROTECTED]> wrote:

re: CFForm and jpegs

2005-05-10 Thread Jason Rogoz
is there any way to check if the image is a progressive jpeg through actionscript or by accessing any of the java objects in cf? we need to be able to let user's upload images that are displayed in the flash forms. > because like flash, flash forms wont display progressive jpegs which > is prob

re: CFForm and jpegs

2005-05-10 Thread dave
because like flash, flash forms wont display progressive jpegs which is probably what you tried to use. ~Dave the disruptor~ From: Jason Rogoz <[EMAIL PROTECTED]> Sent: Tuesday, May 10, 2005 6:44 PM To: CF-Talk Subject: CFForm and jpegs Has anyone run

CFForm and jpegs

2005-05-10 Thread Jason Rogoz
Has anyone run into the issue of some jpgs not being displayed on a cf flash form? I have grabbed a couple random images off the net and tried to display them without success. I was able to over write the images with photoshop and then they were displayed on the form. Is there a certain encodi

Re: getting the record I just inserted

2005-05-10 Thread Matt Robertson
I do something similar to what Lorne does, although I use a UUID so that there is NO chance of collision (if you use time like that you aren't truly safe). There is no need to mess around with cflocks, cftransactions etc. with this method, and it works unmodified on all db platforms (SELECT @@IDEN

Re: Google Web Accelerator problems

2005-05-10 Thread Matt Robertson
Incidentally some recent buzz -- supposedly from google staffers -- says that the fetcher will not pre-fetch any parameter with a '?' in it. Sure would have been nice if they had mentioned this earlier. Still not completely safe but I think that would googleproof pretty much everything I do. --

Re: Google Web Accelerator problems

2005-05-10 Thread Matt Robertson
On 5/10/05, Marty Johll <[EMAIL PROTECTED]> wrote: > Matt, > Would you mind sending me a copy of the code you used? Sure. See below. This is what Damien wrote. Nice and tidy. Cheers, -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com

Re: Google Web Accelerator problems

2005-05-10 Thread Keith Gaughan
Damien McKenna wrote: > Just to explain the seriousness of this to people who don't have time to > read the articles... GWA loads *every* single link on *every* page the > user visits that isn't on an SSL site (i.e. https), including links > after you have logged into a site, including links sayin

RE: SOT HTML question select box option word warp

2005-05-10 Thread David Brown
Thank you all for your help. I was "hopping beyond hope" for a css option, but that does work. Thank you again for your help. David -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 4:46 PM To: CF-Talk Subject: RE: SOT HTML question select box

RE: getting the record I just inserted

2005-05-10 Thread Clark Slater
Within a cftransaction use SELECT @@IDENTITY - returns the ID of the last record inserted. cftransaction prevents a race condition. -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 2:59 PM To: CF-Talk Subject: getting the record I just inserted

Re: IE6 Not Accepting Cookies From A Firewalled Web Site

2005-05-10 Thread Peter Lakanen
Problem solved. I used that ieHTTPHeaders tool Dave suggested and along with a couple friends we figured out the date/time stamp was wrong. This is a new server I am configuring (the client installed the OS and basic stuff) and it never occurred to me to check the date/time stamp, but it was t

RE: getting the record I just inserted

2005-05-10 Thread CollicuttL
I create a unique key using the now() function, store that in the record and then use it in the where clause. Lorne -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: May 10, 2005 14:59 To: CF-Talk Subject: getting the record I just inserted Hey all: I am inserting

getting the record I just inserted

2005-05-10 Thread Ray Champagne
Hey all: I am inserting a record into a table in my DB, and I want to grab the ID of that record right after that. Since the ID field is just an Autoincrement, I won't know till it is inserted. Is there an easy way to do this? I am sure this is an easy one, but I can't seem to grasp it rig

Re: CF Blog shootout

2005-05-10 Thread Raymond Camden
The parsing is done with xmlSearch, which first parses the items, and then I use feed-specific (sorry, I should say, feed-style specific) code to handle filling in the data. Ie, Atom uses X, RSS 2 uses Y. However, I do my best to "normalize" the data returned so you can parse different feeds and wo

Re: CF Blog shootout

2005-05-10 Thread Jake .
> On 5/10/05, C. Hatton Humphrey <[EMAIL PROTECTED]> wrote: > Does this mean that BlogFusion 4.0 has admin features to upload and > manage mp3 enclosures and provides the appropriate enclosure element > (@path, @size, @mimetype) in the RSS 2.0 feed? The 4.0 release has the ability to add those th

Re: Google Web Accelerator problems

2005-05-10 Thread Marty Johll
Matt, Would you mind sending me a copy of the code you used? Thanks, Marty Johll On 5/6/05, Matt Robertson <[EMAIL PROTECTED]> wrote: > > Thanks to everyone and Damien in particular for the heads-up and the > code. I've planted it in a couple of /application.cfm's already. > > -- > --mattRober

Re: CF Blog shootout

2005-05-10 Thread Adrocknaphobia
Sweet. I'm working on an RSS.cfc as well modeled after the functionality on XML:RSS module for perl. What RSS modules do you plan to support? Are you using cfxml object or a template based approach? -Adam On 5/10/05, Raymond Camden <[EMAIL PROTECTED]> wrote: > Mine only supports RSS 1.0, but Stev

RE: Google Web Accelerator problems

2005-05-10 Thread Paul Vernon
Interesting blog entry... My feelings about Google and the GWA are pretty much aligned with yours however, I haven't as yet done anything to curb GWA on any of the sites that we develop/host/manage as yet. I'm trying desperately to keep an open mind about it but at the same time, I am poring over

Re: CF Blog shootout

2005-05-10 Thread Raymond Camden
Mine only supports RSS 1.0, but Steven Erat blogged about how he modded his to use RSS 2.0. I have another project, RSS.cfc, available from my homepage, where I'm working on the ability to generate various types of feeds (the code already parses well). When that is done, I'll roll it into BlogCFC s

RE: Cached query - Any way to tell when it was cached?

2005-05-10 Thread Scott Mulholland
I think Ian's may be the way to go. I am using cachedwithin as the data changes frequently so we cache it for 6 hours. I don't think cachedafter will work. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 4:31 PM To: CF-Talk Subject: Re: Cac

Re: Cached query - Any way to tell when it was cached?

2005-05-10 Thread S . Isaac Dealey
> How about adding: > getdate() AS cachedSince > to the list of columns in the query. getdate() is a SQL > Server function but most dbs should have an equivalent > function. good point... sql server getdate() access now() oracle current_date() s. isaac dealey 954.522.6080 new epoch : isn't

RE: SOT HTML question select box option word warp

2005-05-10 Thread Burns, John D
Ha! You're correct. That's what I get for trying to respond to a question while crazy stuff is going on over here. Thanks for the catch Bryan, I'd hate to lead that person down a road of confusion...been there too many times myself. John Burns Certified Advanced ColdFusion MX Developer Wyle La

Re: CF Blog shootout

2005-05-10 Thread Steven Erat
On 5/10/05, C. Hatton Humphrey <[EMAIL PROTECTED]> wrote: > BlogFusion also has a PodCast feed built into it. > > On 5/10/05, Jake. <[EMAIL PROTECTED]> wrote: > > >What versions of RSS (w/ modules?) does each blog support? > > > > Can't speak for the other apps, but at the moment, BlogFusion 4.0 s

Re: Cached query - Any way to tell when it was cached?

2005-05-10 Thread S . Isaac Dealey
> Is there a way, possibly as easy as an undocumented query > variable > (query_name.CachedSince - one can dream no?), to return > the timestamp of > when a query was last cached? Was looking for an easy way > to have a "This > report last generated on: X" display an a page with a > large recordse

RE: HE3?

2005-05-10 Thread Ewok
There is a rather hefty discussion on just that on the cfeclipse mailing list. "He3 dead?" http://cfeclipse.tigris.org [EMAIL PROTECTED] -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 9:07 AM To: CF-Talk Subject: HE3? A question was posted

Re: Cached query - Any way to tell when it was cached?

2005-05-10 Thread Ian Buzer
How about adding: getdate() AS cachedSince to the list of columns in the query. getdate() is a SQL Server function but most dbs should have an equivalent function. Ian ~| Discover CFTicket - The leading ColdFusion Help Desk an

Re: SOT HTML question select box option word warp

2005-05-10 Thread S . Isaac Dealey
> I would like to know if you can word wrap text in the a > option tag. > Example: > > Very long text here that needs to be > wrapped > My experience with select boxes is that you're very limited in terms of what kind of CSS you can apply to them. There's probably a CSS property to control tha

Re: SOT HTML question select box option word warp

2005-05-10 Thread Bryan Stevenson
I think John meant this: Very long text here that needs to be wrapped ;-) 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: www.electricedgesystems.com ~~~

RE: SOT HTML question select box option word warp

2005-05-10 Thread Burns, John D
Break it into 2 options and give it the same value. Very long text here that needs to be wrapped John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: David Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 20

Re: OT: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Sergey Croitor
excerpt from Access help: If you want to know which records were updated, first examine the results of a select query that uses the same criteria, and then run the update query. Ugly but works. SELECT count(*) as rowsAffected FROM your_table WHERE your_previous_update_where_clause DM> No recor

RE: Dynamic Javascript Question

2005-05-10 Thread S . Isaac Dealey
> I'm still getting the same errors > Here's the code (html generated from CF) > The size of the form is dictated by a cfoutput query. Oh you don't have a series of "client_id" input elements... that looks like this: That's the syntax that would make "form.client_id[i]" work (although you'd

RE: OT: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Damien McKenna
You know it'd work better if I was checking against the correct DSN... -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include ~| Discover CFTicket - The

Re: (announce) cftips and captivate

2005-05-10 Thread Bryan Stevenson
Love the conceptand I know it's under development...but please please please do not have Captivate load up right off the bat...it's a slow beast...way to slow for a home page ;-) Looks like we're in for another CF community service from Mike D!! Cheers Bryan Stevenson B.Comm. VP & Director

RE: Dynamic Javascript Question

2005-05-10 Thread SStewart
I'm still getting the same errors Here's the code (html generated from CF) The size of the form is dictated by a cfoutput query. var i = null; var compName = null; var clid = null; function clientRecPop(i) { clid = document.forms.clientSearch.clien

RE: Dynamic Javascript Question

2005-05-10 Thread SStewart
I'm still getting the same errors Here's the code (html generated from CF) The size of the form is dictated by a cfoutput query. var i = null; var compName = null; var clid = null; function clientRecPop(i) { clid = document.forms.clientSearch.clie

Re: Google Web Accelerator problems

2005-05-10 Thread Jared Rypka-Hauer - CMG, LLC
I blogged about it the day this thread started... http://www.web-relevant.com/blogs/cfobjective/index.cfm?mode=entry&entry=B506BE87-BDB9-5320-E5D41D3A198CB5AF Let me know what you think of the post? Laterz, J On 5/10/05, Paul Vernon <[EMAIL PROTECTED]> wrote: > > > Remember that it *does*, it

RE: CF MX 6.1 and JVM 1.4.2_08

2005-05-10 Thread Jim Curran
All the errors are similar to this: 01/30 11:07:36 error Error while reading header S-TRY-THE-FOLLOWING java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.ja

RE: Javascript question...

2005-05-10 Thread Mark A Kruger
Ah... innerHTML doh! -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 10:20 AM To: CF-Talk Subject: OT: Javascript question... divName.innerHTML += "some new text" + ""; This should work Pascal >I want to manipulate the "innerText" prope

RE: OT: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Damien McKenna
No recordCount is being returned for this query, hence trying to find another way to look at it. Heck, there's no data in the query variable afterwards?!? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include > -Or

RE: Javascript question...

2005-05-10 Thread Mark A Kruger
probably -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 10:29 AM To: CF-Talk Subject: RE: Javascript question... Mark... Isn't it \n instead of /n ??? -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Tuesday, Ma

Re: CF MX 6.1 and JVM 1.4.2_08

2005-05-10 Thread Douglas Knudsen
ditto what Dave said. Of course we still get issues with CFLDAP under load, but JVM _06 and _07 killed CFLDAP completely. DK On 5/10/05, Dave Watts <[EMAIL PROTECTED]> wrote: > > > Has anyone upgraded to the JVM 1.4.2_08? If so, would you > > recommend it? > > > > I am running the default JVM

Re: Google Web Accelerator problems

2005-05-10 Thread Jochem van Dieten
Paul Vernon wrote: > > I know this question probably belongs in community so I'd welcome any > replies there but Is anyone else a little worried about some of the > directions that Google seems to be heading off in these days? "You have zero privacy anyway," - Scott McNealy, CEO SUN Micros

Re: OT: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Sergey Croitor
or check query_name.RecordCount :) There is a chance it holds you need for UPDATE query as well. DM> Is there any way to find the number of rows affected by the last query DM> when using SQL Server 2000 and a cfquery UPDATE statement? I'm stumped DM> on this one. Thanks. -- Best regards,

RE: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Damien McKenna
Silly me. I forgot I'm polling Access for this query. I get this error with Access: Syntax error. in query expression 'memberthingy_id = Pa_RaM000 SELECT @@rowcount as AffectedRows' -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-80

RE: OT: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Dave Watts
> check the metadata..if not you could do something like > > Set nocount on > update stuff > Select @@rowcount as AffectedRows > Set nocunt on I've been running that last option for years! (Bah-dum-bum!) I'll be here all week! Try the veal. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.

Re: Dynamic Javascript Question

2005-05-10 Thread S . Isaac Dealey
> I’m hacking at Javascript, what this script is supposed to > do is pass form values back to another form (click on a > button, select a record, and the record data is posted > back to the previous form etc.). The selection form is > based on a query, so it’ll change based on how many > records it

Re: OT: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Sergey Croitor
UPDATE ... SELECT @@ROWCOUNT AS rowsAffected DM> Is there any way to find the number of rows affected by the last query DM> when using SQL Server 2000 and a cfquery UPDATE statement? I'm stumped DM> on this one. Thanks. -- Best regards, Sergeymailto:[EMAIL PR

RE: Pollster 2.0

2005-05-10 Thread Dan Thatcher
The component path is the default location that the pollster installer html file says. Specifically the path is: "pollster.components" Is there a way to test just the remoting to see if it is seeing the cfc it needs to see? -Original Message- From: Dirk De Bock - Listclient [mailto:[EMA

Re: Google Web Accelerator problems

2005-05-10 Thread Bryan Stevenson
> I know this question probably belongs in community so I'd welcome any > replies there but Is anyone else a little worried about some of the > directions that Google seems to be heading off in these days? Oh come now...what's wrong with a little world domination and the obliteration of perso

Re: Pollster 2.0

2005-05-10 Thread Dirk De Bock - Listclient
that would indeed be a good indication now you would have to check the application.cfm file of pollster to make sure that the path(s) are set up correctly so that the remoting can actually find the cfc - Original Message - From: "Dan Thatcher" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tu

Re: Stored Procedure Help

2005-05-10 Thread Sergey Croitor
If you want to pass comma separated IDs to a stored procedure then use it in WHERE clause: CREATE PROCEDURE dbo.getCountryNames @inputIDs varchar(255) AS SELECT countryname FROM Countries WHERE countryID in (@inputIDs) GO If you need to loop through a query inside a stored procedure, use cursors.

Re: OT: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Adam Haskell
check the metadata..if not you could do something like Set nocount on update stuff Select @@rowcount as AffectedRows Set nocunt on Adam H On 5/10/05, Damien McKenna <[EMAIL PROTECTED]> wrote: > Is there any way to find the number of rows affected by the last query > when using SQL Server 2000 a

RE: Google Web Accelerator problems

2005-05-10 Thread Paul Vernon
> Remember that it *does*, it still prefetches pages after you have logged > into e.g. a forum, which website spidering tools do not do. If Google ever tie GWA into Googlebot by letting Googlebot have access to Google caching proxies, that will have major copyright issues etc as all that usually

RE: Pollster 2.0

2005-05-10 Thread Dan Thatcher
Yeah I tried looking into the Flash remoting gateway by going to: www.yourserver.com/flashservices/gateway. I read that if it is running - I should receive a blank page. I received a blank page. So I believe that flash remoting is enabled. Did I verify this correctly? -Original Message-

RE: cfm startup script

2005-05-10 Thread Dawson, Michael
Some suggestions: * Use a scheduled task. Probably need a database to store the state. * Add code to application.cfm/.cfc when the application is created. (May get multiple notifications if an app times-out.) * Review Java command-line params to see if it will accept a startup script once the CF

RE: Google Web Accelerator problems

2005-05-10 Thread Damien McKenna
> -Original Message- > From: Thomas Chiverton [mailto:[EMAIL PROTECTED] > > 3) It's not doing anything the Google spider wouldn't if it > could (see point 2). Remember that it *does*, it still prefetches pages after you have logged into e.g. a forum, which website spidering tools do not

RE: Moving server settings

2005-05-10 Thread Dave Watts
> Thanks. I forgot about that option. Would the CAR file > overwrite existing settings on the new server or would it > just add the information to the existing setup? It depends. If you have an existing datasource named "foo", and one in your CAR named "foo", it will overwrite it. However, it wo

RE: Google Web Accelerator problems

2005-05-10 Thread Damien McKenna
You are very welcome :) -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include > -Original Message- > From: Matt Robertson [mailto:[EMAIL PROTECTED] > Sent: Friday, May 06, 2005 7:38 PM > To: CF-Talk > Subject:

Stored Procedure Help

2005-05-10 Thread Johnny Le
Did you have your answer? I believe you are trying to get the country's names of the country's ids '6,31,32,33,35,36,', right? I would do this: SELECT COUNTRY_NAME FROM COUNTRY WHERE COUNTRY_ID IN (SELECT COUNTRY_ID FROM SOMETABLE WHERE CLIENT_ID = 15421) Johnny > I'm new to stored procedur

OT: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Damien McKenna
Is there any way to find the number of rows affected by the last query when using SQL Server 2000 and a cfquery UPDATE statement? I'm stumped on this one. Thanks. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/

Re: Pollster 2.0

2005-05-10 Thread Dirk De Bock - Listclient
It would seem that the Flash Remoting gateway is not enabled, did you verify this? - Original Message - From: "Dan Thatcher" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, May 10, 2005 7:36 PM Subject: Pollster 2.0 > Hello, > > Anyone in here been successful at getting pollster 2.0

cfm startup script

2005-05-10 Thread David Critchley
I would like to run a cfm file after the ColdFusion Server starts up. We have a couple of servers that check one another to make sure they are running, if one goes down, we are notified when it goes down by an email. I would like to add a script that sends out another email notifying us when t

RE: Moving server settings

2005-05-10 Thread Dan Phillips
>Yes, you have several options. You can create a CAR file, which is a >ColdFusion Archive. It can contain whatever settings you want. I believe >this is an Enterprise feature, so if you're using Professional, you can >instead use the neo-*.xml files in the \cfusionmx\lib directory, although >you'll

Dynamic Javascript Question

2005-05-10 Thread SStewart
I’m hacking at Javascript, what this script is supposed to do is pass form values back to another form (click on a button, select a record, and the record data is posted back to the previous form etc.). The selection form is based on a query, so it’ll change based on how many records it returns.

RE: Using .NET to pass struct to CF webservice

2005-05-10 Thread Matthew Small
Yes, it's possible... you need to construct the WSDL XML to pass to the web service. Not really fun, but it does work. - Matt Small -Original Message- From: Andrew Spear [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 1:20 PM To: CF-Talk Subject: Using .NET to pass struct to CF w

RE: IE6 Not Accepting Cookies From A Firewalled Web Site

2005-05-10 Thread Dave Watts
> I'm guessing the issue is tied to the internal IP that IIS is > configured for versus the external IP that IE6 sees. That should make absolutely no difference at all. Cookies are associated with hosts and domains, not with IP addresses (assuming that you reached the server via a hostname and no

RE: CF MX 6.1 and JVM 1.4.2_08

2005-05-10 Thread Dave Watts
> Has anyone upgraded to the JVM 1.4.2_08? If so, would you > recommend it? > > I am running the default JVM included w/ MX 6.1 and are > getting JVM errors about 2-3 times a week. The latest JVM I've been able to use without any problems whatsoever is 1.4.2_05. I've had problems with newer ve

Using .NET to pass struct to CF webservice

2005-05-10 Thread Andrew Spear
Sorry for this being slightly OT. Does anyone know how to pass a struct into a CF webservice using C#. My .NET code can successfully call the CF webservice when using simple datatypes, but I'm not sure how to go about passing in a struct. Or is this even possible? Thanks- Andrew ~

CF MX 6.1 and JVM 1.4.2_08

2005-05-10 Thread Jim Curran
Has anyone upgraded to the JVM 1.4.2_08? If so, would you recommend it? I am running the default JVM included w/ MX 6.1 and are getting JVM errors about 2-3 times a week. - j James Curran Nylon Technology 6 West 14th Street 4th Floor New York, NY 10011 212.691.1134 phone 212.691.3477 fax [EMAIL

Pollster 2.0

2005-05-10 Thread Dan Thatcher
Hello, Anyone in here been successful at getting pollster 2.0 to work? Pollster is a cool little polling application that came with DRK 4. Every forum post I have found reports problems, but no one ever comes forward with solutions. I am running IIS and using the access database that comes with

RE: MSSQL Function

2005-05-10 Thread S . Isaac Dealey
> Take a look at SUBSTRING. > Ade > -Original Message- > From: Protoculture [mailto:[EMAIL PROTECTED] > Sent: 10 May 2005 15:32 > To: CF-Talk > Subject: MSSQL Function > I have a variable like this.. ',6,6,8,2,10,11,' > what mssql function(s) can I use to remove the commas > before the

OT: Spring 2005 Info Tech Conference

2005-05-10 Thread David Hannum
Join us on the beautiful campus of Ohio University in Athens, Ohio for our third annual Spring 2005 Info Tech Conference! This is going to be our best event to date, with some great presentations and activities planned. Our presenters at this years even include: Macromedia's Dave Gruber, Phillip

RE: Moving server settings

2005-05-10 Thread Dave Watts
> I have a CF 6.1 server that needs to be retired and I'll need > to move the domains hosted there currently to a new server. > Is there any easy way to export DSN settings, sandboxes, > scheduled tasks, etc. so that I don't have to set it all up > manually on the new server. Is there a group o

Moving server settings

2005-05-10 Thread Dan Phillips
Hey gang! I have a CF 6.1 server that needs to be retired and I'll need to move the domains hosted there currently to a new server. Is there any easy way to export DSN settings, sandboxes, scheduled tasks, etc. so that I don't have to set it all up manually on the new server. Is there a group

RE: Javascript question...

2005-05-10 Thread S . Isaac Dealey
divName.innerText += '#jsstringformat(mycontent)#'; or divName.innerText += '\n' your problem in all likelyhood isn't that the space isn't being added but that the content is being interpreted in standard html format wherein white space is all collapsed. You need to either use a tag (ins

Re: CF & SCRUM Methodology?

2005-05-10 Thread Tony Weeg
yeah, found that one too... and np. :) tw On 5/10/05, Montgomery Chris Contr AFSFC/SFPA <[EMAIL PROTECTED]> wrote: > Never heard of it until now, but it does look interesting. There's an > overview of SCRUM here: > http://www.controlchaos.com/ > > Thanks for the brain tickle, Tony. > > -- >

Re: Stored Procedure Help

2005-05-10 Thread Fabio Terracini
Why not make a new SELECT statement in the countries table and put a WHERE country_id IN (the list)? Where "the list" is te 6,7,8, etc Good luck! Fabio Terracini Protoculture wrote: >I'm new to stored procedures ( in MS SQL ) and need help with the following >query... > >Essentially what m

Re: CF Blog shootout

2005-05-10 Thread C. Hatton Humphrey
BlogFusion also has a PodCast feed built into it. On 5/10/05, Jake. <[EMAIL PROTECTED]> wrote: > >What versions of RSS (w/ modules?) does each blog support? > > Can't speak for the other apps, but at the moment, BlogFusion 4.0 supports > RSS 2.0, Atom 0.3. ~~

Re: Javascript question...

2005-05-10 Thread Claude Schneegans
If you add "\n" to the string, it just adds a line feed to the text, which does not show off in HTML. If you add "", you're actually adding an HTML element to the text, which I think is not allowed. Try to use innerHTML instead. -- ___ REUSE CODE! Use custom

Re: OT: Javascript question...

2005-05-10 Thread Charlie Griefer
Mark: Is the innerHTML property an option? that'd handle the s much easier. On 5/10/05, Mark A Kruger <[EMAIL PROTECTED]> wrote: > I want to manipulate the "innerText" property of a tag. It works fine > except that I can't seem to put in a linefeed or break. I tried all the > following without

Re: Stored Procedure Help

2005-05-10 Thread C. Hatton Humphrey
> so what I need to do in MSSQL is perform a query to grab that list of comma > seperated > numbers, put those numbers into an array OR a list and then loop over that > array/list > and and return the results ( which is a list of country names ). What you're going to need to investigate to do

  1   2   >