Re: Advice about query caching

2006-11-13 Thread Paul Boyd
Thanks everyone for your input. - Paul Hello everyone, First post here, so don't get too hard on me. I'm developping a small e-commerce application with less than 1000 products ( around 700). As far as I know, only product prices would be updated on a weekly basis. I'm not too

Re: Question regarding my first consulting job

2006-11-13 Thread Robertson-Ravo, Neil (RX)
Eh.. Access *is* a relational DB? Albeit a desktop one. .. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential

Re: Using PDF's...

2006-11-13 Thread Tom Chiverton
On Friday 10 November 2006 21:34, Eric Davis wrote: Rick, I'm pretty sure you must have Acrobat Reader to view a PDF document. Linux/Unix O/Ss have their own readers, and KDE for instance happily imbeds the KPDF reader in the Konqueror web browser. -- Tom Chiverton Helping to

Re: Tomcat SES url mapping

2006-11-13 Thread Tom Chiverton
On Wednesday 08 November 2006 16:06, John Wilker wrote: well all of none of that made sense to me :) Fairly new to tomcat/apache so maybe in laymens terms? You run Tomcat on an internal IP, not normally port 80. You run the Apache webserver on your public IP, port 80. Then use the magic of

Re: Resetting a CF Web service cache

2006-11-13 Thread Tom Chiverton
On Thursday 09 November 2006 16:24, Smith, Daron [PA] wrote: service it submits according to the new wsdl. Is there a way to force a refresh without restarting CF? There's a button in the administrator. -- Tom Chiverton Helping to revolutionarily participate corporate web-readiness

Re: cfDevcon06

2006-11-13 Thread Tom Chiverton
On Friday 10 November 2006 06:00, Nick Tong - TalkWebSolutions.co.uk wrote: Hi, I'm just wondering what peoples thoughts are about the cfDevocn (http://cfdevcon.com) conference in the UK yesterday? Twas great - not much sales speak, people showing and talking about real code. Great to see a

Re: Code Question

2006-11-13 Thread mac jordan
On 11/12/06, Rick Root [EMAIL PROTECTED] wrote: Rob Wilkerson wrote: The keyboard shortcut issue is really just part of it. I have a problem going between the project based structure of eclipse and the file based structure of homesite. likewise - I use Dreamweaver in text mode. All that

Re: cfDevcon06

2006-11-13 Thread RichL
Congratulations on this Russ... I know you had a few hassles along the way so I hope that you feel it was worth your time and effort I'm pretty gutted I missed this Is there anyway we could get all the presentations together for people to view who didn't/couldn't make it? On 11/13/06, Tom

Re: MySQL - Odd INT values returned when cfqueryparam is used

2006-11-13 Thread Emil Gudmundsson
I'm having an odd MySQL issue and was wondering if anyone knew what it's up to. If I run (some code obviously omitted): cfquery SELECT someIntField WHERE someField = cfqueryparam / /cfquery I get odd values (like 43234534 instead of 2) for someIntField. If I run the same qry w/o

Re: MySQL - Odd INT values returned when cfqueryparam is used

2006-11-13 Thread Cutter (CFRelated)
It's an odd issue with the JDBC driver, you will not get the error if you change you autonumber primary key to a bigint. Cutter ___ http://blog.cutterscrossing.com Emil Gudmundsson wrote: I'm having an odd MySQL issue and was wondering if anyone knew what it's up to. If I run

RE: cfDevcon06

2006-11-13 Thread Snake
I am trying to do so Russ -Original Message- From: RichL [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 10:29 To: CF-Talk Subject: Re: cfDevcon06 Congratulations on this Russ... I know you had a few hassles along the way so I hope that you feel it was worth your time and effort I'm

Re: MySQL - Odd INT values returned when cfqueryparam is used

2006-11-13 Thread Emil Gudmundsson
It's an odd issue with the JDBC driver, you will not get the error if you change you autonumber primary key to a bigint. Cutter ___ http://blog.cutterscrossing.com So it will be better if i find a new JDBC driver? If the issue is fixed that is.

Can't register vspider collection with CF

2006-11-13 Thread Doug Kronenberger
I'm trying to use vspider to create collections for searching. The problem I'm having is when I try to register the collection via the CF administrator I get the following error: Unable to create collection mycol. An error occurred while performing an operation in the Search Engine library.

Capture Alternatives

2006-11-13 Thread Richard Cooper
Hi all, Has anyone come up with any alternatives to using form captures for preventing spam bots? Ideally I'd like a solution that is relatively seamless to the users requiring little/no extra involvement. R ~| Introducing

RE: CFForms/XML format suddenly giving error messages

2006-11-13 Thread Doug Bezona
I just recently took a look at the XML forms, and have to say it's pretty impressive stuff. The skinning is nice, but the best part is that by editing the XSL files, you can completely control how client-side validation is handled. For example, if you have a favorite JS validation library, some

Re: Source control recommendation

2006-11-13 Thread Pete Ruckelshaus
Another vote for SVN. It's not that difficult to admin, but using a hosted provider might give you peace of mind for backups, etc. Pete ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Re: SQL Server 2005 vs MySQL 5?

2006-11-13 Thread Jochem van Dieten
Matthew Chambers wrote: Some of my frustrations with MySQL are: - Only 1 query per cfquery I happen to think that is a good thing :) - Unable to handle complex join queries e.g. I ran a complex query in a trail version of SQL Server 2000 and it returned in 3 seconds, it took 33 mins in

Query of Query Error

2006-11-13 Thread Michael Beins
In my code I am running two cfsearches. The results from the second search need to appear at the top of the results from the first search. So I append them to the first set and manually set the score and the rank so can force the results to the top in a query of a query. That is where I am

Re: Could not unlock the named lock

2006-11-13 Thread Ken Smith
Gentlemen, We are currently testing a hot fix for this issue. Feel free to contact me and I will make it available once testing is completed. [EMAIL PROTECTED] This is a quite late reply, but as of today I can say I've seen this error message. I was about to ask and see if you figured it

RE: Capture Alternatives

2006-11-13 Thread Sandra Clark
I do a few things and its been working quite well. It involves 3 features. 1) Set up a blacklist and a whitelist for posting. 2) Set some session variables on the form itself to prevent automated posting from other sites. Check those variables on the processing page. (if the page is prevented

RE: Capture Alternatives

2006-11-13 Thread Bobby Hartsfield
There was yet another Slashdot article about it yesterday and someone mentioned this. I haven't tried it but if you are having an issue that could quickly put it to the test, I'd give it a shot. just put an empty, hidden field in your form. When you process the form, make sure it is still

RE: Code Question

2006-11-13 Thread Bobby Hartsfield
I'm really not THAT bad with math. The 5 is right next to the 6 :) 18 macro/hotkeys and 3 profiles = 54 :-) -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Sunday, November 12, 2006 6:41 PM To: CF-Talk Subject: RE: Code Question I rarely take my hands off the

Dreamweaver question

2006-11-13 Thread Doug Brown
When you click file new, the new document window comes up. Is there a way to create more documents to choose from, other than creating templates? What I want to do is have a header, footer and body coldfusion document to choose from in the list. Any help is appreciated.

Re: Capture Alternatives

2006-11-13 Thread Matt Williams
Here's how Ben Nadel is doing it: http://www.bennadel.com/index.cfm?dax=blog:397.view On 11/13/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: There was yet another Slashdot article about it yesterday and someone mentioned this. I haven't tried it but if you are having an issue that could

RE: Dreamweaver question

2006-11-13 Thread Snake
What your asking for is essentially a template, so why don't you want to create a template ? -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 14:16 To: CF-Talk Subject: Dreamweaver question When you click file new, the new document window comes up.

Re: Dreamweaver question

2006-11-13 Thread Casey Dougall
On 11/13/06, Doug Brown [EMAIL PROTECTED] wrote: When you click file new, the new document window comes up. Is there a way to create more documents to choose from, other than creating templates? What I want to do is have a header, footer and body coldfusion document to choose from in the

RE: Query of Query Error

2006-11-13 Thread Ben Nadel
Try this to take care of data casting issues: http://www.bennadel.com/index.cfm?dax=blog:237.view When setting the score set the value using JavaCast( float, 1. ). Hope that helps. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need

Re: Dreamweaver question

2006-11-13 Thread Doug Brown
Well, when I create a malformed template without an ending body tag etc. DW gimes me an error whenever I save or open the file. The template below says that There is an error in line 8 of untitled document: unbalanced body tag. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: Dreamweaver question

2006-11-13 Thread Doug Brown
Yeah, that looks pretty cool. The only problem is that I can not figure out how to add different documents. I can edit the default only. Doug - Original Message - From: Casey Dougall [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, November 13, 2006 7:31 AM

I need some help

2006-11-13 Thread PETER SHEATS
I just launched our new site this morning but for some reason ColdFusion is painfully slow. Just trying to hit localhost/cfide/administrator takes about 30 seconds or more and I can't login once it shows me the login screen. I stopped all the IIS sites so I know it's not getting any traffic but

RE: Dreamweaver question

2006-11-13 Thread Bobby Hartsfield
How about just opening a blank document and using snippets or macros for inserting the code you want? -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 9:36 AM To: CF-Talk Subject: Re: Dreamweaver question Yeah, that looks pretty cool. The

RE: Capture Alternatives

2006-11-13 Thread Ben Nadel
Matt, thanks for posting my solution. And just to follow up... On Friday morning, when I was switching over and debugging, I got about 8 SPAM comments in total posted to the site (those spammers are relentless). Since I worked out the bugs Friday afternoon, I have gotten ZERO spam posts. So,

Re: How to strip a #

2006-11-13 Thread Claude Schneegans
how about this... cfset foo = replace(bar, #Chr(35)#, , all/ Or even more simply: cfset foo = replace(bar, Chr(35), , all ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address:

Re: CFForms/XML format suddenly giving error messages

2006-11-13 Thread Will Tomlinson
The puzzle is that i dont use a XML file on this site, No no I know you're not writing your own XML for this... I'm just sayin it looks like CF can't find *ITS* xml file. Other than that, I don't know anything else. Will

RE: cfimport bug?

2006-11-13 Thread Ben Nadel
Huh! I didn't even know you could do this: cfimport taglib=/mytagdir/ test I thought you had to use the prefix. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From:

How to tell what hot fixes have been applied (CFMX 7.02)

2006-11-13 Thread DURETTE, STEVEN J \(ASI-AIT\)
Hi all, This may be a stupid question, but is there a way to tell which hot fixes have been applied to a CFMX 7.02 server? Using the CFAdmin only seems to list the last hot fix that was applied. Though they should be applied in order, I was asked to look at a server that may have had them

Re: I need some help

2006-11-13 Thread Jochem van Dieten
PETER SHEATS wrote: I just launched our new site this morning but for some reason ColdFusion is painfully slow. Just trying to hit localhost/cfide/administrator takes about 30 seconds or more and I can't login once it shows me the login screen. I stopped all the IIS sites so I know it's not

RE: cfimport bug?

2006-11-13 Thread Ben Nadel
This makes me nervous... If I create a file: set.cfm and then call it: cfimport taglib=./ / set / And in the set.cfm I have: cfoutput#GetBaseTagList()#/cfoutput I get: CFOUTPUT,CFSET This is clearly misleading... The CFSET item is not the actual ColdFusion CFSet tag, but the custom tag. My

Re: Cool things about cf

2006-11-13 Thread DRE
Nobody has any feedback? I posted over the weekend and think I missed everybody so here it is again. http://increasetheknowledge.com/t-c9d22c37a5e3e708dc3971ac6_Coldfusion_out_of_the_box.html DRE On 11/11/06, Dan Plesse [EMAIL PROTECTED] wrote: I am interested to find out how other CFers

Re: I need some help

2006-11-13 Thread Jon Clausen
Peter, One thing I can think of: If you can find a way to get into the admin check to see that the Timeout requests after.. is checked in the Settings. I once accidentally unchecked that box and had something similar happen to me . If you can't get into the Admin after restarting CF,

RE: How to strip a #

2006-11-13 Thread Rick Faircloth
cfset foo = replace(bar, Chr(35), , all Yeah...that's what someone else suggested, but it didn't work...and I found (in the past sometime) that to make replacements using the Chr references that I had to put quotes and #'s around the Chr(35) to get it to work. I've don't it like that a long

Re: How to strip a #

2006-11-13 Thread John Cox
Sorry, Rick, haven't tried this yet, got distracted on a different problem. Will let you know! On 11/13/06, Rick Faircloth [EMAIL PROTECTED] wrote: cfset foo = replace(bar, Chr(35), , all Thought I'd venture out of always asking questions to possibly try to offer an answer to someone.

Re: Code Question

2006-11-13 Thread Cutter (CFRelated)
What, you think CFEclipse doesn't have keyboard shortcuts? Come on Rick, time to catch up buddy;) Cutter http://blog.cutterscrossing.com Rick Root wrote: Robertson-Ravo, Neil (RX) wrote: Would have to have a test, but to be honest I haven't hand coded a comment in years...

RE: I need some help

2006-11-13 Thread Big Mad Kev
Is Debug Turned off in CF Admin? Even though it don't show it, it will generate it and that can hit the site and whats the Threads set to? Cheers -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 13:55 To: CF-Talk Subject: Re: I need some help

Re: Cool things about cf

2006-11-13 Thread DRE
ps, please respond directly [EMAIL PROTECTED] DRE On 11/13/06, DRE [EMAIL PROTECTED] wrote: Nobody has any feedback? I posted over the weekend and think I missed everybody so here it is again. http://increasetheknowledge.com/t-c9d22c37a5e3e708dc3971ac6_Coldfusion_out_of_the_box.html DRE

RE: I need some help

2006-11-13 Thread PETER SHEATS
Hey Jon, thanks for the tip. I saw that it was indeed unchecked. I set it to 60 seconds, is that a good time? The site is www.pba.edu and it seems to be working now but very slow. I think the original problem was that our homepage is a .cfm page and all the University's computers' home pages

Re: Google Adwords API

2006-11-13 Thread Michael Ratner
Neal, can i get a copy of your code to read the data from adwords. This is a nightmare! Thanks, Michael Hi Russ, Well I have some of it working... I can pull the data from the Adwords accounts but it a little more difficult adding or changing info to the Adwords campaigns or ads. The main

Re: How to strip a #

2006-11-13 Thread RichL
cfset foo = hello##goodbye !--- results in 'hello#goodbye' --- cfset bar = replace(foo, Chr(35), , all) cfoutput foo: #foo# br / bar: #bar# /cfoutput Works just fine On 11/13/06, John Cox [EMAIL PROTECTED] wrote: Sorry, Rick, haven't tried this yet, got distracted on a

RE: I need some help

2006-11-13 Thread PETER SHEATS
The load seems ok - a little more than normal, around 20% but ok The url is www.pba.edu it seems to be working ok now after I checked timeout requests. I'm downloading fusion-reactor now to see if I can see anything more. Thanks for the help guys. Peter -Original Message- From:

Re: I need some help

2006-11-13 Thread Ken Smith
Several times I have run into this issue on my own test servers. The cause has always been that I am using IIS and have just configured CFMX to point to a specific website. But, IIS is also configured at the global or IIS server level to point to CF5. I see this by starting the IIS MMC,

RE: I need some help

2006-11-13 Thread Snake
Make sure its CF and not IIS, try some html pages -Original Message- From: PETER SHEATS [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 14:41 To: CF-Talk Subject: I need some help I just launched our new site this morning but for some reason ColdFusion is painfully slow. Just trying

Re: I need some help

2006-11-13 Thread Jon Clausen
Glad I could help. 60 seconds is fine, though depending on the sites that run on the server and whether they deal with uploads and post- processing of user data, you can probably go with 30. If you have scheduled tasks or long-running queries in your code, you can always increase the

RE: How to strip a #

2006-11-13 Thread Snake
Echo -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 14:57 To: CF-Talk Subject: Re: How to strip a # how about this... cfset foo = replace(bar, #Chr(35)#, , all/ Or even more simply: cfset foo = replace(bar, Chr(35), , all

Re: I need some help

2006-11-13 Thread Doug Brown
One thing I notice besides what everyone else commented on was the size of your images. I reduced the size of the image on the home page (18.jpg) from 20195 bytes to 10784 bytes without any change in appearance. Images are a bandwidth hog!! Doug B.

Re: I need some help

2006-11-13 Thread Cutter (CFRelated)
Well, it loaded for me, but was missing content in the main area. Then I refreshed and got a completely different site, in which none of the links worked. Did you use a framework for the new site? Cutter ___ http://blog.cutterscrossing.com PETER SHEATS wrote: The load seems ok -

Re: How to strip a #

2006-11-13 Thread Claude Schneegans
Yeah...that's what someone else suggested, but it didn't work... Ahhh..., may be not under CF 4.0 ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED])

Re: Query of Query Error

2006-11-13 Thread exH
A quick guess is the column type for score or rank The cfsearch result query is likely to have rank and score as a numeric type. Maybe variables.rrank breaks this. Is it just Rank ie can you order by Score? - Original Message - From: Michael Beins [EMAIL PROTECTED] To: CF-Talk

Stumped on a cfgrid problem

2006-11-13 Thread Les Mizzell
OK, ugly unformatted test page: http://208.112.27.110/services_TEST.cfm At the address above Nothing in I.E. Firefox paints up grid, but no data and no submit button, though it's in my code.! Works Locally in I.E. and Firefox EXCEPT - the Submit button isn't showing up. Uhhh - I've been

JRun Serverstore

2006-11-13 Thread Jamie Jackson
Hi All, I'm trying to get the lowdown on the serverstore property of the jrun4 connector. I read the docs (below*), but I'm not sure of the implications. For instance, say I've got lots of unrelated virtual hosts defined in Apache. Can all of these virtual hosts share the same serverstore, or

Re: SQL Server 2005 vs MySQL 5?

2006-11-13 Thread Adrian Moreno
Some of my frustrations with MySQL are: - Only 1 query per cfquery MySQL can handle multiple queries, it's just disabled by default. Cameron Childress has a post about this. MySQL: How to Combine Multiple SQL Statements in One CFQUERY

Are there any experts in CF Server for Linux?

2006-11-13 Thread Andy Matthews
My system guys are very down on CF lately and I'm trying to provide feedback and input as to the causes of various errors. The owner of the company and the system guys all think they've done everything they can to tune CF, but I suspect that since they dislike it so much, they probably haven't

Re: Stumped on a cfgrid problem

2006-11-13 Thread Stephen Hait
http://208.112.27.110/services_TEST.cfm At the address above Nothing in I.E. Firefox paints up grid, but no data and no submit button, though it's in my code.! Works Locally in I.E. and Firefox EXCEPT - the Submit button isn't showing up. You might try escaping the forward slashes in

RE: I need some help

2006-11-13 Thread PETER SHEATS
Well I got the new site up for awhile (we're using CommonSpot from Paperthin) and it was ok for awhile but then started slowing down after awhile. So I took it back down. I'm going to put the new site back up in a few minutes and see how it goes again. Jon, if I had Report Execution Times on

Re: How to strip a #

2006-11-13 Thread John Cox
Thanks all for the help on this. I think I am looking at the problem just a bit wrong, because all the suggestions should work, but none are. I'm going to attack the problem from a different angle. Once again, thanks for the suggestions!

RE: I need some help

2006-11-13 Thread PETER SHEATS
Hey Ken, if I have them all pointing to C:\CFusionMX7\runtim\lib\wsconfig\jrun_iis6.dll do you think I'll be ok? I never had mx 6 on this box so I doubt anything is pointing to that. Peter -Original Message- From: Ken Smith [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006

Subversion and Eclipse - Version Rollback

2006-11-13 Thread Ryan Duckworth
After attending CFUnited we decided to investigate using Subversion for Source Control for our ColdFusion applications. I think this will meet our needs for Source Control, but we are also interested in tracking versions of our software and having the option of quickly rolling back to a previous

Re: Stumped on a cfgrid problem

2006-11-13 Thread Les Mizzell
Stephen Hait wrote: http://208.112.27.110/services_TEST.cfm You might try escaping the forward slashes in your document.write statements: /embed to \/embed, /iframe to \/iframe, /br to br \/ That's the auto-generated code! Here's what's on the page: cfform format=flash

Re: Subversion and Eclipse - Version Rollback

2006-11-13 Thread Neil Middleton
I tend to upload to a different folder, and then switch the folders round - then I know the change will be instant regardless of connectivity issues, upload speeds etc. I'm not sure this is really a svn problem as such. Neil On 11/13/06, Ryan Duckworth [EMAIL PROTECTED] wrote: but there has

Re: How to tell what hot fixes have been applied (CFMX 7.02)

2006-11-13 Thread Ken Smith
Review the classpath listed in sysInfo for all hf702*.jar files. Or check the contents of cfusionmx7/lib/updates. The hotfix jars are located there. KenS Hi all, This may be a stupid question, but is there a way to tell which hot fixes have been applied to a CFMX 7.02 server? Using the

Re: I need some help

2006-11-13 Thread Dan Plesse
Make sure your Jrun RAM amount is normal. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

RE: I need some help

2006-11-13 Thread PETER SHEATS
How do I do that? ;) I have the Maximum Heap Size at 1024. I've been watching the SeeFusion panel and I don't really know how to read it all but it seems like the Memory is filling up every 15 to 30 seconds - that seems kind of quick for me - the memory bar then turns to yellow around 90 and

Re: How to tell what hot fixes have been applied (CFMX 7.02)

2006-11-13 Thread Robertson-Ravo, Neil (RX)
You are not alone in asking this The lack of any version indentification in ColdFusion is crap, always has been since it went to Java, it was talked on a beta/list that it would have a proper versioning system so you could tell just by a technote and your version number but it never materialised.

Re: Subversion and Eclipse - Version Rollback

2006-11-13 Thread Rob Wilkerson
On 11/13/06, Ryan Duckworth [EMAIL PROTECTED] wrote: After attending CFUnited we decided to investigate using Subversion for Source Control for our ColdFusion applications. Good choice says the recent svn convert from VSS. I've been so much happier managing product code and builds using svn.

RE: I need some help

2006-11-13 Thread Dave Watts
Well I got the new site up for awhile (we're using CommonSpot from Paperthin) and it was ok for awhile but then started slowing down after awhile. So I took it back down. I think you might want to join the CommonSpot list: http://chattyfig.figleaf.com/mailman/listinfo/commonspot There are

RE: How to tell what hot fixes have been applied (CFMX 7.02)

2006-11-13 Thread DURETTE, STEVEN J \(ASI-AIT\)
Thanks for the starting point! I forgot to mention that this was a multi-instance setup with Jrun. For that situation the files are in: JRUN4/servers/{instance name}/cfusion.ear/cfusion.war/WEB-INF/cfusion/lib/updates I never would have found it with out the info you gave me. Thanks a lot.

Re: I need some help

2006-11-13 Thread Jon Clausen
Peter, On Nov 13, 2006, at 12:09 PM, PETER SHEATS wrote: Well I got the new site up for awhile (we're using CommonSpot from Paperthin) and it was ok for awhile but then started slowing down after awhile. So I took it back down. - Just a thought: Check your server logs for a Spam Bot

Re: How to tell what hot fixes have been applied (CFMX 7.02)

2006-11-13 Thread Chris Norloff
You can see the hot fix .jar files in the java class path, in the system information display. best, chris -- Original Message -- From: DURETTE, STEVEN J \(ASI-AIT\) [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date: Mon, 13 Nov 2006 10:02:26

Re: Subversion and Eclipse - Version Rollback

2006-11-13 Thread Jochem van Dieten
Ryan Duckworth wrote: I think this will meet our needs for Source Control, but we are also interested in tracking versions of our software and having the option of quickly rolling back to a previous version. Obviously, most source/version control systems out there were built for compiled

Help using JSP Page within CFML

2006-11-13 Thread Aaron Roberson
I recently posted a thread about converting a PHP script provided my my merchant account to CFML. I also noticed that my merchant has the same script as a JSP file and figured it would be easier to include the JSP page within my CFML page. However, my attempts have failed. Here is what I've tried

Re: Cool things about cf

2006-11-13 Thread Dan Plesse
Yes I look it over and bookmarked it. I like this part In the case where you have a very large document, it is still fairly simple to use the underlying Java functionality to read documents in small increments and this was my question out to all CF Dev on how CF developers do this normally and

Re: Are there any experts in CF Server for Linux?

2006-11-13 Thread C. Hatton Humphrey
On 11/13/06, Andy Matthews [EMAIL PROTECTED] wrote: My system guys are very down on CF lately and I'm trying to provide feedback and input as to the causes of various errors. The owner of the company and the system guys all think they've done everything they can to tune CF, but I suspect that

Re: Google Adwords API

2006-11-13 Thread powell
There really shouldn't be much concern over using ColdFusion. We have a number of scripts that run daily, hourly, etc., using the Google API, and have found it easiest to just create the SOAP document in the CFXML tag and then use CFHTTP to talk to Google. Here is an example of code using the

Re: ColdFusion Time Out Error....HELP!!!!!

2006-11-13 Thread Dan Plesse
Other Coldfusion engines have great JDBC pooling info CF dump from free *Smith CF Engine* - Session pool size: *1* - Page pool size: *1* - Datasource mckoi: *3* connections (*1* busy, *2* idle), Pool size: (max - *20*, min - *3*, init - *3*) It uses Jetty-6.0 Looks like you can

Re: Google Adwords API

2006-11-13 Thread powell
Does anyone have any experience with Google Adwords API service? I trying to figure out some of the sample code provided on the Goggle Groups and in the Documentation, so far I have not been able to get any of the examples to work. I can make the connection to the service but beyond that, like

Re: Question regarding my first consulting job

2006-11-13 Thread Richard Dillman
I'm in Indianapolis, IN and charge $55.00 per hour for web/database work. A big pitfall is not charging for phone time. I grant all clients a 10 min break. On the first call of the day. after that I bill in 15 min blocks at the full rate. Put it in the contract or you will get inundated with

RESOLVED: Help using JSP Page within CFML

2006-11-13 Thread Aaron Roberson
I am proud to say that this problem has been resolved thanks to the help of Vince Bonfati himself at New Atlanta! Here are the top two reasons why I keep getting excited about New Atlanta and BlueDragon: NUMBER 1: BD 7 is soon to release and has everything ColdFusion Enterprise Edition has at

Re: RESOLVED: Help using JSP Page within CFML

2006-11-13 Thread Doug Brown
NUMBER 1: BD 7 is soon to release and has everything ColdFusion Enterprise Edition has at the price of ColdFusion Standard plus more (including the features being mentioned here and there as part of ColdFusion 8). So, what things can you do or not do on Bluedragon as compared to CFMX?

Re: RESOLVED: Help using JSP Page within CFML

2006-11-13 Thread Dan Plesse
Aaron, I have BlueDragon JX sitting on my computer. Any install issues? Thanks On 11/13/06, Aaron Roberson [EMAIL PROTECTED] wrote: I am proud to say that this problem has been resolved thanks to the help of Vince Bonfati himself at New Atlanta! Here are the top two reasons why I

BLUEDRAGON (Was... Help using JSP Page within CFML)

2006-11-13 Thread Doug Brown
NUMBER 1: BD 7 is soon to release and has everything ColdFusion Enterprise Edition has at the price of ColdFusion Standard plus more (including the features being mentioned here and there as part of ColdFusion 8). So, what things can you do or not do on Bluedragon as compared to CFMX?

RE: Can't register vspider collection with CF

2006-11-13 Thread Andrew Tyrone
From: Doug Kronenberger [mailto:[EMAIL PROTECTED] I'm trying to use vspider to create collections for searching. The problem I'm having is when I try to register the collection via the CF administrator I get the following error: Unable to create collection mycol. An error occurred while

RE: Question regarding my first consulting job

2006-11-13 Thread PETER SHEATS
I stumbled across http://www.freshbooks.com/ not too long ago - looks pretty impressive and helps with the process of billing clients and might help you produce some nice invoices. Peter -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Sunday, November 12, 2006

Re: RESOLVED: Help using JSP Page within CFML

2006-11-13 Thread Dan Plesse
So far I tested Smith Free Coldfusion Engine and it works fine. http://www.smithproject.org/download.cfm I am hoping to start adding features to it like I have with CF. If I can get my CF 8 nixed features in this open source project that would be wonderfull. The first thing they have to do is

cfcalendar

2006-11-13 Thread Mike | NZSolutions Ltd
Hi guys, Just having a bit of a play with the cfcalendar and cfform using CFMX 7. wow. I am impressed. Just wondering, what have the experiences been with browser compatibility for this feature. I love the pop-up required field messages also. Any feedback on any problems discover so far would

Jrun closed connection

2006-11-13 Thread Oğuz Demirkapı
Hi, I have a problem on my personal server and checking it. My problem is getting Jrun closed connection error msg randomly after restarting server. There isn't any special action or reason that I can observe to have this error. I have ColdFusion 7.02 and hot fixes on a Win2003Srv Std. I

Open source mailing lists managers?

2006-11-13 Thread Charles Sheehan-MIles
I've googled and found nothing. Anyone aware of any open source CF projects for a mailing list manager (similar to PHPList)? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Resolved: Query of Query Error

2006-11-13 Thread Michael Beins
This issue has been resolved, thanks everyone for your help. In my code I am running two cfsearches. The results from the second search need to appear at the top of the results from the first search. So I append them to the first set and manually set the score and the rank so can force

Re: Query of Query Error

2006-11-13 Thread Michael Beins
Thank you Ben, that solved my problem as far as I know. Try this to take care of data casting issues: http://www.bennadel.com/index.cfm?dax=blog:237.view When setting the score set the value using JavaCast( float, 1. ). Hope that helps. .. Ben Nadel

RE: Are there any experts in CF Server for Linux?

2006-11-13 Thread Munson, Jacob
Two folks come to mind, Jordan Michaels and Steven Erat. I don't know if either of them would be willing to help, but you can search the archives for their names and ping them (assuming you've got a copy of one of their emails). Steven works for Adobe, and if you are on the verge of dropping 200

RE: BLUEDRAGON

2006-11-13 Thread Munson, Jacob
New Atlanta provides a feature comparison matrix on their site. At least for BD 6.1, not sure if they've got one for BD 7 yet. -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 1:21 PM To: CF-Talk Subject: BLUEDRAGON (Was... Help using

Re: Open source mailing lists managers?

2006-11-13 Thread Cutter (CFRelated)
I know there was a plugin for QMail, but that does require you to be running QMail Cutter http://blog.cutterscrossing.com Charles Sheehan-MIles wrote: I've googled and found nothing. Anyone aware of any open source CF projects for a mailing list manager (similar to

  1   2   >