Re: Time Rounding

2008-06-04 Thread AJ Mercer
or this cfset minuteTime = 8 / cfset round15 = round(minuteTime/15) * 15 cfoutput#minuteTime# : #round15#br //cfoutput If round15 equal 60 you will need to increment the hour and set minutes to 0 On Wed, Jun 4, 2008 at 1:36 PM, Michael E. Carluen [EMAIL PROTECTED] wrote: Terry, Try this:

Re: Best CF editor?

2008-06-04 Thread Michael Christensen
So if I have a file - file.cfc for example - I could split it up easily? But would I still be able to instanciate it the same way? I am sure you know as well as I, that sometimes refactoring is just not an option... That's true, although with either CFCs or includes there are easy ways to

Re: Forum software

2008-06-04 Thread Raymond Camden
Do not forget that when looking for X in CF, you can always check RIAForge for all the free, open source solutions. On Wed, Jun 4, 2008 at 12:48 AM, WebSite CFtalk [EMAIL PROTECTED] wrote: Hello, We need to implement a top of the line forum software for a customer, CF based. Would that be

RE: Forum software

2008-06-04 Thread Bobby Hartsfield
There are a few but inevitably, it boils down to bells and whistles. Ray Camden's Galleon is solid but lacks many of the aesthetic features that people like to see in heavily used, casual forums... but that makes it perfect for more formal uses. Rick Root built upon Galleon to add quite a few of

RE: Forum software

2008-06-04 Thread Bobby Hartsfield
Well not all... cause some of us have been too lazy to get around to listing our projects yet ;-) I'll get to it JeffC!! heh ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent:

RE: do not increase counter is returns 0 Apology to List

2008-06-04 Thread Bobby Hartsfield
Erik originated the lotto scam post? That's funny... and just when I thought I couldn't think any better of him. ;-) I've seen all of the posts in question Brian... I think I may have even started the original barrage of 'read a book' comments geared toward erik... but after the 10th time or so,

What's a better way to handle this?

2008-06-04 Thread Rick Faircloth
Hi, all... I've got a database table of properties with mls numbers. I've got a directory of photos. I need to check and see if any of the photos names contain the mls number of any of the properties, and, if so, copy the matching photos to a new directory. I tried querying the db for all mls

Re: Forum software

2008-06-04 Thread Raymond Camden
To be clear - Rick did exactly that - some time ago. Galleon has come a long way since Rick made his version. A lot of what was missing back then is added back. One of the 'bells and whistles', BBML support, was added a while ago as well. On Wed, Jun 4, 2008 at 6:36 AM, Bobby Hartsfield [EMAIL

Re: Forum software

2008-06-04 Thread Raymond Camden
Please do. I know the guy who approves projects and while he is a bit slow, he is quite handsome. On Wed, Jun 4, 2008 at 6:39 AM, Bobby Hartsfield [EMAIL PROTECTED] wrote: Well not all... cause some of us have been too lazy to get around to listing our projects yet ;-) I'll get to it JeffC!!

Re: SMS Gateway Questions

2008-06-04 Thread Jignesh Kakkad
Dear All This is Jignesh Kakkad from India I am working in Wireless domain and related to SMS projects We do provide SMS connectivity where user can send SMS from the WEB site let me know if any is intersted for the same? Looking forward for your reply Regards jiggy - Original Message

RE: What's a better way to handle this?

2008-06-04 Thread Dawson, Michael
First, get your query from the database. Then, get your query from CFDIRECTORY. Finally, put them together with a Query of a Query. If that is slow, due to CF's processing, you could dump the CFDIRECTORY query into the database and do that query. Also, if you have SQL 2005, you could do this

Re: CSV Generation MEMORY SUCK

2008-06-04 Thread Rick Root
This whole discussion prompted two blog entries... Regarding the javaCSV library: http://www.opensourcecf.com/1/2008/06/JavaCSV-for-creating-large-CSV-and-other-delmiited-files-with-Coldfusion.cfm *or http://tinyurl.com/58o7ox* ** Regarding my cfsavecontent performance tests:

RE: CSV Generation MEMORY SUCK

2008-06-04 Thread Brad Wood
Who, that's weird-- this message came in my inbox late last night as a duplicate of something I sent yesterday afternoon... I wasn't even in front of a computer at 11:45 pm. :) ~Brad -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 11:45 AM To:

RE: Adobe ColdFusion Survey

2008-06-04 Thread Eric Roberts
It's who is the chair for something and the conference...so whatever you are the chair of Ray.. Eric /*-Original Message- /*From: Raymond Camden [mailto:[EMAIL PROTECTED] /*Sent: Tuesday, June 03, 2008 3:52 PM /*To: CF-Talk /*Subject: Re: Adobe ColdFusion Survey /* /*Woah - whats the last

RE: do not increase counter is returns 0

2008-06-04 Thread Eric Roberts
My point is that if you are not going to be nice about your response, and you wish to respond in that manner, then either don't respond or respond privately. I wasn't following the thread nor do I remember any of the posts Erik has made, but if you were to look at Brian's posting, that would give

Re: do not increase counter is returns 0

2008-06-04 Thread Michael Dinowitz
This thread and all associated threads end NOW! Your admin ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive:

Re: do not increase counter is returns 0

2008-06-04 Thread Charlie Griefer
And in your quest to keep the list professional and make it seem like a friendly place you opted to refer to Brian as a butthead. Nicely done. Not for nothing, but whether it was warranted or not, it was very rude. Pot... meet kettle. On Wed, Jun 4, 2008 at 8:26 AM, Eric Roberts [EMAIL

Re: Adobe ColdFusion Survey

2008-06-04 Thread Michael Dinowitz
1. All marketing posts should either be cleared before being posted to the list or posted to a non-technical list like CF-OT or CF-Community. 2. While discussion about the merits of the survey may be of community interest, please move it to another list. CF-OT is perfect for this. 3. Only you

RE: Best CF editor?

2008-06-04 Thread Eric Roberts
I can see how a CFC can get large as is it supposed to be a library of like functions, so if you had a site that had a calendar that was cfc based (for instance) and you had all of you calendaring functions in that cfc, that could get huge. Would you really want to break up the functional unit

RE: Adobe ColdFusion Survey

2008-06-04 Thread Eric Roberts
Got it Smokey ;-) *getting Michael a Smokey the Bear hat* hehehe Eric /*-Original Message- /*From: Michael Dinowitz [mailto:[EMAIL PROTECTED] /*Sent: Wednesday, June 04, 2008 10:35 AM /*To: CF-Talk /*Subject: Re: Adobe ColdFusion Survey /* /*1. All marketing posts should either be

Re: CSV Generation MEMORY SUCK

2008-06-04 Thread Larry Lyons
This whole discussion prompted two blog entries... Regarding the javaCSV library: http://www.opensourcecf. com/1/2008/06/Ja vaCSV-for-creating-large-CSV-and-other-delmiited-files-with-Coldfusion. cfm *or http://tinyurl.com/58o7ox* ** Regarding my cfsavecontent performance tests:

RE: CSV Generation MEMORY SUCK

2008-06-04 Thread Brad Wood
That's pretty cool, Larry. I was wondering about BD and Smith. Will J2EE BD let you create the java.lang.runtime object to get memory usage etc? If so, I would be interested in seeing the results of my version of the test which reported the memory increase for each test. (I posted the code

RE: Adobe ColdFusion Survey

2008-06-04 Thread Billy Cox
I guess I got #3 wrong. I looked at the advanced CF track and didn't see any 'chair' mentioned. The only presenter in that track who was also in the choices was Hal Helms. What's an iTouch anyway, and why do I want one? ;) -Original Message- From: Charlie Griefer [mailto:[EMAIL

Error in url parameter

2008-06-04 Thread Yogendra Shivhare
I am getting following error in my applicationElement FORM_ID is undefined in URL. G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 101 : cfquery name=Get_Form datasource=#iForms_DSN# 102 : EXEC SP_Get_Form 1 103 : @Form_ID = #URL.FORM_ID#, 104 : @Key_Type = '#URL.Key_Type#', 105 :

Re: Error in url parameter

2008-06-04 Thread Katrina Chapman
Noy sure if you're having the same issue I was having the other day but I ran into a case Issue. You're passing the variable as Form_id in the URL but calling it as FORM_ID in your query. Try making them match. Both FORM_ID or both Form_id. I know this shouldn't matter but it fixed a similar

Re: Best CF editor?

2008-06-04 Thread Brian Kotek
If the file is so large that the IDE can't load it, that means we're talking about thousands or tens of thousands of lines of code. It really needs to be split up into smaller components that do more specific things, because what this really becomes is an example of an anti-pattern known as a God

Re: Error in url parameter

2008-06-04 Thread Yogendra Shivhare
Katrina Thanks for the reply but it didn't work ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive:

Re: Error in url parameter

2008-06-04 Thread Charlie Griefer
prior to the cfquery, do this: cfdump var=#URL# /cfabort / look at the results of the dump and verify that the values that you're expecting actually exist in the scope. On Wed, Jun 4, 2008 at 10:33 AM, Yogendra Shivhare [EMAIL PROTECTED] wrote: Katrina Thanks for the reply but it didn't work

Re: Best CF editor?

2008-06-04 Thread Larry Lyons
So if I have a file - file.cfc for example - I could split it up easily? But would I still be able to instanciate it the same way? Yes `0 ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: Error in url parameter

2008-06-04 Thread Gerald Guido
try this Put this before the cfquery and see if you are passing the correct URL vars. cfdump var=#url# cfabort On Wed, Jun 4, 2008 at 12:25 PM, Yogendra Shivhare [EMAIL PROTECTED] wrote: I am getting following error in my applicationElement FORM_ID is undefined in URL.

Another open source CF CMS

2008-06-04 Thread Marco Antonio C. Santos
Looks like very interesting: http://www.gosava.com/sava/ Cheers Marco Antonio ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Best CF editor?

2008-06-04 Thread Larry Lyons
So if I have a file - file.cfc for example - I could split it up easily? But would I still be able to instanciate it the same way? Yes, just make sure you're not using a cfinclude within a function. That exposes all protected local vars. Rather include the entire function as in !---

Re: Session and Request variables are being shared between users

2008-06-04 Thread Dustin Martin
I have altered some of the links to make them unique and that appears to have resolved the issue. However, in the process of trying different things, a NEW problem arose. I started trying out the CFHEADER tag and looked around and found a couple possibilities to try to prevent caching. The

Re: CSV Generation MEMORY SUCK

2008-06-04 Thread Larry Lyons
Here are the results of your code (again BD for J2EE running on JBoss AS 4.22): string string: 33251ms String Length: 39 cfsavecontent: 62ms String Length: 570006 I ran the test several times, mainly because the results for cfsavecontent looked so much like an outlier, but I got similar

Re: CSV Generation MEMORY SUCK

2008-06-04 Thread Larry Lyons
Here are the results of your code with java.lang.runtime. Forgot to mention that the JVM is 1.5.0_15-b04. Memory Before: 28 Megs string string: 99642ms String Length: 65 Memory After: 91 Megs -- Increase of 63 Megs Memory Before: 29 Megs cfsavecontent: 63ms String Length: 850003 Memory

Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
I tried and below is the result so I do have values but error is still there struct FORM_ID 67 IO_MODE 1 KEY_ID 71241 KEY_TYPE VPMO_ID SBCUID dw4694 UIID 86972628 WINSIZE 1000x690  Thanks  Yogendra Shivhare Programmer Analyst INFOSYS TECHNOLOGIES Ltd. ‘Life is what

Re: Error in url parameter

2008-06-04 Thread Aaron Rouse
How is the sessionMgmt.cfm file ran/called from within the iforms_loader.cfm file? On Wed, Jun 4, 2008 at 2:14 PM, Shivhare Yogendra [EMAIL PROTECTED] wrote: I tried and below is the result so I do have values but error is still there struct FORM_ID 67 IO_MODE 1 KEY_ID 71241 KEY_TYPE

RE: Error in url parameter

2008-06-04 Thread Bob Imperial
I don't think Gerald meant it as a solution but a step in identifying where there problem might be. You know it's being passed, I would check the db to see what datatype that field is to be sure of what it's expecting? Bob -Original Message- From: Shivhare Yogendra [mailto:[EMAIL

windows performance monitor

2008-06-04 Thread Chad Gray
Since I have CF8 Standard I don't get the built in performance monitoring in CFAdmin. So I thought I would fire up Window's performance monitor and load up some CF8 counters. I selected the CF8 Server Performance object and I cant add any counters. The add button is grayed out. I know in

Re: windows performance monitor

2008-06-04 Thread Alan Rother
You have to enable cfstat in the CF Administrator under Debugging Enable CFSTAT The cfstat command-line utility provides real-time performance metrics for ColdFusion. Using a socket connection to obtain metric data, cfstat displays the information that ColdFusion writes to System Monitor without

Re: windows performance monitor

2008-06-04 Thread Alan Rother
You have to enable cfstat in the CF Administrator under Debugging Enable CFSTAT The cfstat command-line utility provides real-time performance metrics for ColdFusion. Using a socket connection to obtain metric data, cfstat displays the information that ColdFusion writes to System Monitor without

RE: windows performance monitor

2008-06-04 Thread Chad Gray
Ah! Thanks! I clicked it on, but the setting does not seem to hold. If I navigate back to the Debug page in the CFAdmin it is un-checked. Do I have to re-start the service? Thanks! Chad -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008

Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
Aaron, Its using cf_sessionMgmt tag --- On Thu, 6/5/08, Aaron Rouse [EMAIL PROTECTED] wrote: From: Aaron Rouse [EMAIL PROTECTED] Subject: Re: Error in url parameter To: CF-Talk cf-talk@houseoffusion.com Date: Thursday, June 5, 2008, 12:49 AM How is the sessionMgmt.cfm file ran/called from

RE: windows performance monitor

2008-06-04 Thread Chad Gray
Ya I restarted the CF8 service and the option does not stay turned on. I click submit and it shows it checked. I nagigate away from the page and back and it is not checked anymore. I re-start the service and it still is un-checked. Strange. -Original Message- From: Chad Gray

Re: CF with PostgreSQL

2008-06-04 Thread Jochem van Dieten
Russ wrote: What I want is what the latest MySQL sort of provides. I want to have separate machines with local storage each running a DB daemon, and to be able to at least have automatic failover So I presume that you mean MySQL replication (since MySQL Cluster is main-memory and doen't have

RE: CF with PostgreSQL

2008-06-04 Thread Russ
-Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 4:36 PM To: CF-Talk Subject: Re: CF with PostgreSQL Russ wrote: What I want is what the latest MySQL sort of provides. I want to have separate machines with local storage each

Re: CSV Generation MEMORY SUCK

2008-06-04 Thread Larry Lyons
Just ran the same code on Open BlueDragon. NThis test probably is not the equivalent of the previous tests, at home here I'm running this app on a MacBook (core duo 2.16 ghz with 2 gb RAM), running OSX 10.4 Tiger. J2SE 5. But the results are similar: Memory Before: 26 Megs string string:

RE: CSV Generation MEMORY SUCK

2008-06-04 Thread Brad Wood
Thanks Larry. ~Brad -Original Message- From: Larry Lyons [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 1:34 PM To: CF-Talk Subject: Re: CSV Generation MEMORY SUCK Here are the results of your code with java.lang.runtime. Forgot to mention that the JVM is 1.5.0_15-b04.

Re: CF with PostgreSQL

2008-06-04 Thread Jochem van Dieten
Russ wrote: From: Jochem van Dieten: Russ wrote: What I want is what the latest MySQL sort of provides. I want to have separate machines with local storage each running a DB daemon, and to be able to at least have automatic failover So I presume that you mean MySQL replication (since MySQL

CF Studio 5

2008-06-04 Thread Dave Long
I've had to reformat my computer after 5years of faithful service. After re-installing Macromedia Studio MX, I realized it only has Homesite 5.0+. Does anyone know where I can download a copy of ColdFusion Studio 5.0? Of course, they are very similar but there seem to be some features that are

Re: Forum software

2008-06-04 Thread Mark Mandel
I've heard good things about cf4em, but never tried it. http://www.remotesynthesis.com/cfopensourcelist/index.cfm?event=public.homecategoryID=82A6ADF7-9BC9-AA30-1DBDC61C0D1EBA8B

Re: CF Studio 5

2008-06-04 Thread Charlie Griefer
y'know, somebody's bound to say it... so i'll just throw out a suggestion that this might be a good time to check out eclipse and cfeclipse :) hey, if you try it and don't like it, you can always resume the search for CF Studio 5. Won't cost you anything in the interim. On Wed, Jun 4, 2008 at

RE: CF Studio 5

2008-06-04 Thread Mark Kruger
Troublemaker... :) -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 5:17 PM To: CF-Talk Subject: Re: CF Studio 5 y'know, somebody's bound to say it... so i'll just throw out a suggestion that this might be a good time to check out

Re: CF Studio 5

2008-06-04 Thread Terry Schmitt
What's the diff? I thought Studio was dropped and became Homesite+. Troublemaker... :) y'know, somebody's bound to say it... so i'll just throw out a suggestion that this might be a good time to check out eclipse and cfeclipse :) hey, if you try it and don't like it, you can always resume

Re: Best CF editor?

2008-06-04 Thread s. isaac dealey
I can see how a CFC can get large as is it supposed to be a library of like functions, so if you had a site that had a calendar that was cfc based (for instance) and you had all of you calendaring functions in that cfc, that could get huge. Would you really want to break up the functional

Re: Best CF editor?

2008-06-04 Thread s. isaac dealey
So if I have a file - file.cfc for example - I could split it up easily? But would I still be able to instanciate it the same way? Yeah, CFCs in particular would be functionaly the same. -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 617.365.5732

Re: CF Studio 5

2008-06-04 Thread Gerald Guido
Troublemaker... :) Look Mark, you know as well as I that Charlie is a card carrying member of the CFeclipse Gestapo and is under direct orders from Herr Drew to recruit members by any and all means possible. I find your lack of faith disturbing. But yeah Dave, I have a copy of CFS 5.0

RE: Best CF editor?

2008-06-04 Thread Rick Faircloth
Speaking of CF Editors... Bummer... I wanted to give Dreamweaver CS4 beta a try, but you have to be a CS3 or GoLive owner to try the beta. Seems like Adobe might be interested in the feedback of someone who's never used DW before. Oh, well...perhaps the trial will be out soon. Rick

cfhttp redirect problem

2008-06-04 Thread Mike Little
hi guys, i am using the following code (after inputting order details to db) to send form variables to a 3rd party processor. cfhttp method=post url=http://www.theirwebsite.com/; redirect=yes throwonerror=yes cfhttpparam name=account_id value=xx type=formfield cfhttpparam name=cmd

Re: cfhttp redirect problem

2008-06-04 Thread Joe Velez
Mike CFHTTP does not redirect the user to a site CFHTTP acts like your browser and sends information to the URL you specify in the tag. Then, you get response [CFHTTP.FILECONTENT] and do what you want with it. Look at it for a SUCCESS or FAILURE type of message then display the appropriate

Re: cfhttp redirect problem

2008-06-04 Thread Mike Little
thanks joe, so i should be using cflocation after the cfhttp script? bacially i just need to make sure the user goes through to the 3rd party payment page with the form elements. for other apps i use a com object but this is a new company the clients has chosen to use :o( mike Mike CFHTTP

Re: CF with PostgreSQL

2008-06-04 Thread denstar
On Wed, Jun 4, 2008 at 3:44 PM, Jochem van Dieten [EMAIL PROTECTED] wrote: I am not familiar with any tools for porting from MS SQL Server. Last I did it, I used mysql workbench to grab the data from MS, then I used some random tool to port mysql to postgres. Basically it was a chain, and

Re: Error in url parameter

2008-06-04 Thread TechInfo
Yogendra Shivhare wrote: I am getting following error in my applicationElement FORM_ID is undefined in URL. G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 101 : cfquery name=Get_Form datasource=#iForms_DSN# 102 : EXEC SP_Get_Form 1 103 : @Form_ID = #URL.FORM_ID#, 104 : @Key_Type

Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
Sorry that was a typo. There is no 1 ther I have mistyped while giving no to code line  Thanks  Yogendra Shivhare Programmer Analyst INFOSYS TECHNOLOGIES Ltd. ‘Life is what happens when you’re making other plans…!’ --- On Thu, 6/5/08, TechInfo [EMAIL PROTECTED] wrote: From:

RE: Forum software

2008-06-04 Thread Bobby Hartsfield
I replied but never saw it come through so sorry if this is a dupe... Please do. I most certainly will. I started a new job recently and free time is once again non-existent ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com

RE: CF Studio 5

2008-06-04 Thread Dave Long
Thanks Gerald, I understand about playing by the rules. It should be legal because I bought and paid for Macromedia Studio MX and it was they who upgraded HS 5 plus to CF Studio 5 in the first place. If anyone knows otherwise, please advise. As often happens when one corporation swallows

Re: cfhttp redirect problem

2008-06-04 Thread Joe Velez
Yep, cfinclude should work for you if you're sending them from your site to the payment gateway (thats what it looks like) are you sure you want to pass the merchant ID in the url? You probably don't even need the cfhttp, just do cflocation

Recommendations for a Knowledgebase written in CFML?

2008-06-04 Thread Alex Sherwood
Greetings, I've searched high and low and have yet to find a knowledgebase application written in CFML. Project Management/Time Entry apps seem to be plenty - KB apps, not so much! Places I've searched: Google upteen ways, Charlie Aerhart, Adobe.com Developer Forums, etc. If anyone has

Re: Recommendations for a Knowledgebase written in CFML?

2008-06-04 Thread sslone
Try perhaps riaforge.com? Quoting Alex Sherwood [EMAIL PROTECTED]: Greetings, I've searched high and low and have yet to find a knowledgebase application written in CFML. ~| Adobe® ColdFusion® 8 software 8 is the most

Re: cfhttp redirect problem

2008-06-04 Thread Mike Little
yes joe, cflocation with the varibles attached to the url works!! however, like you ask - how safe is this for transferring these variables? thanks for your help. mike ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: Recommendations for a Knowledgebase written in CFML?

2008-06-04 Thread Alex Sherwood
Try perhaps riaforge.com? Quoting Alex Sherwood [EMAIL PROTECTED]: Greetings, I've searched high and low and have yet to find a knowledgebase application written in CFML. The search function is broken at riaforge.com. I browsed all CF projects, though, and did not find one. The best I've

Re: Recommendations for a Knowledgebase written in CFML?

2008-06-04 Thread Raymond Camden
What was broken with the search? On Wed, Jun 4, 2008 at 10:17 PM, Alex Sherwood [EMAIL PROTECTED] wrote: Try perhaps riaforge.com? Quoting Alex Sherwood [EMAIL PROTECTED]: Greetings, I've searched high and low and have yet to find a knowledgebase application written in CFML. The search

Re: Recommendations for a Knowledgebase written in CFML?

2008-06-04 Thread James Holmes
Works for me (if that helps, which I suspect it doesn't). On Thu, Jun 5, 2008 at 11:47 AM, Raymond Camden [EMAIL PROTECTED] wrote: What was broken with the search? On Wed, Jun 4, 2008 at 10:17 PM, Alex Sherwood [EMAIL PROTECTED] wrote: Try perhaps riaforge.com? -- mxAjax / CFAjax docs and

Re: CF with PostgreSQL

2008-06-04 Thread Wil Genovese
Fun stuff. +1 for Postgres, it's the bee's knees. Cool deal! I was just digging through RiaForge and noticed that TransferORM works with PostgreSQL 8.x. I guess I am going to learn Transfer tonight. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for

Re: Recommendations for a Knowledgebase written in CFML?

2008-06-04 Thread Alex Sherwood
What was broken with the search? On Wed, Jun 4, 2008 at 10:17 PM, Alex Sherwood [EMAIL PROTECTED] wrote: Looks to be working now. Was stuck in the Loading.. state, but appears OK now. No KB found, though! Any recommendations on a CFML-based KB?! Thanks!

Re: Recommendations for a Knowledgebase written in CFML?

2008-06-04 Thread Wil Genovese
I also experienced a bit of slowness when the search was Loading However, the reason for this reply is I did see Context-based Help tag on RiaForge. Does this do what you want? Cheers, Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong.