Re: Am I a thread or not ?

2008-07-14 Thread Raymond Camden
Not true. cfset thread = You give love a bad name cfif isDefined(thread) You do /cfif On Mon, Jul 14, 2008 at 10:45 AM, Alan Rother [EMAIL PROTECTED] wrote: Just check to see if IsDefined(Thread) It'll only exist if you are in a cfthread =] On Mon, Jul 14, 2008 at 5:22 AM, Tom

Re: CF YUI Database question

2008-07-14 Thread Raymond Camden
Yahoo doesn't have a CF API. They have an API. You can hit the API with CF and you can find an example of this in the Search SDK. If you are asking about access to Yahoo Groups, I'd check to see if it is one of the APIs available. I'd hit up developer.yahoo.com. From what I can see though, there

Re: Galleon Forum - Ray Camden's Forum project

2008-07-09 Thread Raymond Camden
- perhaps the problem is that the datasource does not exist, ie. it is not setup correctly in your CF admin... Dominic -- === Raymond Camden, VP of Software Dev, Broadchoice Email: [EMAIL PROTECTED] Blog

Re: The Woes of CFThread

2008-07-07 Thread Raymond Camden
. Again ColdFusion has to be cycled. Nope. See above. :) -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community

Re: The Woes of CFThread

2008-07-07 Thread Raymond Camden
So then look in your code thats running in the thread. Is there something there that can hang? Do you have a deadlock of some sort? On Mon, Jul 7, 2008 at 3:21 PM, Ian Skinner [EMAIL PROTECTED] wrote: Raymond Camden wrote: That is expected. The output is stored in the thread scope

Re: cfimage problem

2008-07-03 Thread Raymond Camden
. And when they are hung, they almost all list this line at the top of the stack trace: sun.awt.color.CMM.cmmColorConvert(CMM.java:???)[Native Method] I don't know what might be causing this. -- === Raymond Camden, VP of Software

Re: Checking SMTP service before application load

2008-06-26 Thread Raymond Camden
The Admin API lets you check a few things, but doesn't let you do the verify option that you have in the cf admin. That may be a good addition to the api. You could always do a cfmail w/ a try/catch in onApplicationStart. You could mail to some dummy account that gets auto-emptied. That seems a

Re: CF8, cfimage writetobrowser action - backgrounds?

2008-06-19 Thread Raymond Camden
Why not just save the image? I generally recommend folks only use writeToBrowser for testing. Yes - you can generate images on the fly and show them to the user. But if you get any kind of load you really want to start saving those images to the file system. On Thu, Jun 19, 2008 at 9:34 AM, Scott

Re: CF8, cfimage writetobrowser action - backgrounds?

2008-06-19 Thread Raymond Camden
The image is cached - but it isn't reused in new requests. Consider this simple example: cfimage source=presentations/images/originals/insp_continuity.png action=resize width=100 height=100 name=myimage h2Other Content Rocks/h2 cfimage action=writeToBrowser source=#myimage# cfdirectory

Re: array toscript problem if empty

2008-06-13 Thread Raymond Camden
You need to check the item to see if it's null. cfset a = arrayNew(1) cfset a[1] = a cfset a[3] = c cfoutput script var #toScript(a,'data')# for(var i=0;i data.length; i++) { if(data[i] != null) alert('pos '+i+' is '+data[i]); } /script /cfoutput On Fri, Jun 13, 2008 at 8:18 AM,

Re: many sites, one codebase

2008-06-13 Thread Raymond Camden
What I did for RIAForge was to sniff the host name. So both blogcfc.riaforge.org and canvas.riaforge.org run the same code, but I know the project (blogcfc or canvas) and from that I know what data to load. You can download the entire RIAForge code base if you want to peak. On Fri, Jun 13, 2008

Re: Binding a CFC

2008-06-13 Thread Raymond Camden
: -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org ~| Adobe® ColdFusion® 8 software 8

Re: Binding a CFC

2008-06-11 Thread Raymond Camden
. --- -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: Importing Lists with empty values

2008-06-10 Thread Raymond Camden
Don't forget CF8 modified ListToArray so you can detect empty items in a list. On Tue, Jun 10, 2008 at 5:19 PM, Brad Wood [EMAIL PROTECTED] wrote: http://www.cflib.org/index.cfm?event=page.udfbyidudfid=507 for starters Alternatively you could do a manual replace to replace every instance of

Re: Which CF editor for Mac?

2008-06-09 Thread Raymond Camden
Eclipse with CFEclipse/CF Extensions? I use TextMate for simple file editing (ie, things not in an Eclipse Project). On Mon, Jun 9, 2008 at 9:39 AM, nic olai [EMAIL PROTECTED] wrote: Hi all, i search for a good free Coldfusion-Editor for Mac? On PC i use Homesite+ and it works real good.

Re: cfhttp failing to retrieve page

2008-06-06 Thread Raymond Camden
Did you try a network monitor tool? Also, did it work before? Don't forget CF caches the DNS look up. If the DNS changed for the site, CF could have the wrong IP. On Fri, Jun 6, 2008 at 2:59 PM, Michael Dinowitz [EMAIL PROTECTED] wrote: OK, this one has stumped me and it shouldn't. Using cfhttp

Re: List question... (having a brain [EMAIL PROTECTED])

2008-06-06 Thread Raymond Camden
No, you have to loop over one of them. Well, you can use a UDF (I know one exists for this at cflib), and that would 'hide' the loop from ya. ;) On Fri, Jun 6, 2008 at 3:52 PM, Che Vilnonis [EMAIL PROTECTED] wrote: Take the following... cfset badtitlekeywords = military owner,must sell,divorce

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 Raymond Camden
for. -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

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: 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: CFAdmin API reference?

2008-06-03 Thread Raymond Camden
Just view the CFCs in your browser. Remember they are self-documenting. Unfortunately that is the best you will get. On Tue, Jun 3, 2008 at 8:23 AM, Andy Matthews [EMAIL PROTECTED] wrote: I found a small reference on Ray Camden's site, but it's not comprehensive. Is there something, anywhere,

Re: Adobe ColdFusion Survey

2008-06-03 Thread Raymond Camden
Woah - whats the last question? (Yes I'm too lazy to click on a link.) On Tue, Jun 3, 2008 at 3:26 PM, Andy Matthews [EMAIL PROTECTED] wrote: So as to make it simple, the answers to the last 3 questions are: 1) 2005 2) 1:30 3) Ray Camden While I'd love to win a touch, it's a little over

Re: Best CF editor?

2008-06-02 Thread Raymond Camden
. :) -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: Best CF editor?

2008-06-02 Thread Raymond Camden
)Eclipse. :) -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 9:20 AM To: CF-Talk Subject: Re: Best CF editor? You are aware - I hope - that CFEclipse has FTP support? It's the FIle Browser. It works both with local paths and FTP paths. One

Re: Best CF editor?

2008-06-01 Thread Raymond Camden
. -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: Best CF editor?

2008-05-31 Thread Raymond Camden
, I'd refrain from using DW. On Sat, May 31, 2008 at 10:08 PM, Kay Smoljak [EMAIL PROTECTED] wrote: On Sun, Jun 1, 2008 at 10:54 AM, Raymond Camden [EMAIL PROTECTED] wrote: Unless someone tells me the code view doesn't change code - I will never run DW. Period. I believe someone earlier

Re: Best CF editor?

2008-05-31 Thread Raymond Camden
On Sat, May 31, 2008 at 11:20 AM, Les Mizzell [EMAIL PROTECTED] wrote: Grab it and let Adobe know what you think... Unless someone tells me the code view doesn't change code - I will never run DW. Period. I believe someone earlier in the thread said that it was indeed fixed, but who would want

Re: Best CF editor?

2008-05-30 Thread Raymond Camden
The project based thing does bug me about me Eclipse as well. I think the bug for Let me double click on a file and open it in Eclipse is something like 10 years old (Ok, maybe not 10...) I get that projects are better, but not being able to quickly edit a file just seems... silly. Now that being

Re: Best CF editor?

2008-05-30 Thread Raymond Camden
): -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org ~| Adobe® ColdFusion® 8

Re: Best CF editor?

2008-05-30 Thread Raymond Camden
such a feature in DW, but I am just guessing. Anyway, programmers aren't DW's main target market. -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM

Re: Rank names on Forums

2008-05-30 Thread Raymond Camden
: Paranoia? The computer is your friend Paranoia? Seriously? Cool. '80s RPG flashback moment there. On Fri, May 30, 2008 at 12:46 PM, Phillip Vector [EMAIL PROTECTED] wrote: -- === Raymond Camden, VP of Software Dev

Re: Rank names on Forums

2008-05-30 Thread Raymond Camden
-Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 2:17 PM To: CF-Talk Subject: Re: Rank names on Forums Hey Phillip, I sent an email your way about a minor security issue on your site. Just pinging you in case spam eats my mail

Re: Best CF editor?

2008-05-29 Thread Raymond Camden
productivity. For me - even having been using Flex Builder for 2 years now, that editor is still Homesite+ Rick -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com

Re: Best CF editor?

2008-05-29 Thread Raymond Camden
I played with it. Doesn't really do anything for me. Not that I gave it a fair shake down though. DW just isn't for me. If you want code help though, don't use the new DW. It doesn't recognize CF8 tags yet. On Thu, May 29, 2008 at 8:07 AM, Will Swain [EMAIL PROTECTED] wrote: Will the built in

Re: Best CF editor?

2008-05-29 Thread Raymond Camden
Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 8:11 AM To: CF-Talk Subject: Re: Best CF editor? I played with it. Doesn't really do anything for me. Not that I gave it a fair shake down though. DW just isn't for me. If you want code help though, don't

Re: Best CF editor?

2008-05-29 Thread Raymond Camden
29, 2008 at 8:29 AM, Jason Durham [EMAIL PROTECTED] wrote: http://www.adobe.com/support/coldfusion/downloads.html I was just able to download and install the extensions. It appears the new tags and functions are now supported with DW CS3. -Original Message- From: Raymond Camden

Re: Best CF editor?

2008-05-29 Thread Raymond Camden
Can you explain this a bit more? How can you do SVN support that isn't code oriented? Or do you mean DW in general? On Thu, May 29, 2008 at 9:31 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 29 May 2008, Will Swain wrote: Will the built in SVN support in the new dreamweaver encourage

Re: Best CF editor?

2008-05-29 Thread Raymond Camden
. -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: Problem with onSessionStart

2008-05-28 Thread Raymond Camden
browser window (newly launched), it puts an entry into the log, along with a timestamp. What is this telling me? Raymond Camden wrote: I would keep trying. onSessionStart works. Trust me. So something else is going on instead and it makes sense to keep digging until you find the issue

Re: Problem with onSessionStart

2008-05-28 Thread Raymond Camden
enablecfoutputonly=false -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http

Re: cf8 Ent to standard.. System Probe!

2008-05-27 Thread Raymond Camden
Remove your serial #. Your server will be in dev mode. Do your edit, then enter the serial again. FYI, this is also a nice way to quickly do CAR work for backups. On Tue, May 27, 2008 at 5:47 AM, Paul Ihrig [EMAIL PROTECTED] wrote: hey guys we downgraded from trial ent to full standard. i had

Re: cf8 Ent to standard.. System Probe!

2008-05-27 Thread Raymond Camden
. On Tue, May 27, 2008 at 7:30 AM, Paul Ihrig [EMAIL PROTECTED] wrote: CAR? thanks Ray On Tue, May 27, 2008 at 7:28 AM, Raymond Camden [EMAIL PROTECTED] wrote: Remove your serial #. Your server will be in dev mode. Do your edit, then enter the serial again. FYI, this is also a nice way to quickly

Re: cf8 Ent to standard.. System Probe!

2008-05-27 Thread Raymond Camden
edit /cfroot/lib/license.properties On Tue, May 27, 2008 at 7:32 AM, Paul Ihrig [EMAIL PROTECTED] wrote: ok, how to i remove the serial number? i see i can enter one i tried - but no go ~| Adobe® ColdFusion® 8

Re: Problem with onSessionStart

2008-05-27 Thread Raymond Camden
Why do you have locks? CF single threads these methods automatically. Secondly, I'd get rid of the cfreturn even though it isn't doing anything. Lastly, try renaming your application temporarily. That would force new sessions to be created. On Tue, May 27, 2008 at 11:35 AM, Carl Von Stetten

Re: Problem with onSessionStart

2008-05-27 Thread Raymond Camden
that the variable values you are expecting are there. Along the same vein, the ucase is not needed as the basic comparison is case insensitive. -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog

Re: Problem with onSessionStart

2008-05-27 Thread Raymond Camden
Maybe you can show us your entire app.cfc. Something is missing. Also try a non-complex ob, like cfset session.foo = why isnt cf working, darnit! On Tue, May 27, 2008 at 1:16 PM, Carl Von Stetten [EMAIL PROTECTED] wrote: Ray, Yes I have. It didn't make any difference. Carl Raymond

Re: Problem with onSessionStart

2008-05-27 Thread Raymond Camden
Maybe you can show us your entire app.cfc. Something is missing. Also try a non-complex ob, like cfset session.foo = why isnt cf working, darnit! On Tue, May 27, 2008 at 1:16 PM, Carl Von Stetten [EMAIL PROTECTED] wrote: Ray, Yes I have. It didn't make any difference. Carl Raymond

Re: Problem with onSessionStart

2008-05-27 Thread Raymond Camden
I would keep trying. onSessionStart works. Trust me. So something else is going on instead and it makes sense to keep digging until you find the issue. How about adding a simple cflog to your onSessionStart to see when it fires? Also - I did ask if you could post the entire CFC. I'd still

Re: setting page variables in onRequestStart

2008-05-23 Thread Raymond Camden
-- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org ~| Adobe® ColdFusion

Re: setting page variables in onRequestStart

2008-05-22 Thread Raymond Camden
Right, you can't do that. The variables scope in App.cfc isn't copied to the template. Unless you use onRequest. But that has some drawbacks as well. Why not simply simply use the Request scope? On Thu, May 22, 2008 at 3:10 PM, Richard White [EMAIL PROTECTED] wrote: hi is it possible to set

Re: setting page variables in onRequestStart

2008-05-22 Thread Raymond Camden
/viewstate variables are setup outside of any cfcs and I hadn't figured that in the sample code I came up with (I still use application.cfm). Dominic -- === Raymond Camden, VP of Software Dev, Broadchoice Email

Re: looping through a form

2008-05-15 Thread Raymond Camden
) -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: RIAForge down for the count?

2008-05-15 Thread Raymond Camden
Just so folks know - it crashed both this morning, and while I was at lunch. This was after some tuning by some Adobe folks, so something is DEFINITELY up. Unfortunately, my day job has to take priority for a bit so there isn't a lot I can do. I _think_ the issue is related to the SVN code we use

Re: spry and cf

2008-05-14 Thread Raymond Camden
for me. What are you doing in the cfc exactly? If you can give me the entire repro case it will be easier to fix the issue. Thanks, Bhakti From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wed 5/14/2008 12:14 AM To: CF-Talk Subject: Re: spry and cf I

Re: Anyone going to Webmaniacs next week?

2008-05-14 Thread Raymond Camden
/ -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org ~| Adobe

Re: Element x undefined in Application

2008-05-14 Thread Raymond Camden
It may be that CF isn't making the structure right. Try adding this first: cfif not structKeyExists(application, cfcs) cfset application.cfcs = structNew() /cfif On Wed, May 14, 2008 at 11:33 AM, Rob Sherman [EMAIL PROTECTED] wrote: I keep getting this error that has me stumped. I have code

Re: spry and cf

2008-05-13 Thread Raymond Camden
. -- === Raymond Camden, VP of Software Dev, Broadchoice Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: Verity and PDF

2008-05-08 Thread Raymond Camden
Well, let me step in and defend Verity. It will index quite a few format types so I think it has quite strong indexing capabilities. I do agree that a page # would be handy. It may even be possibly in the 'real' Verity, not the bundled Verity. On Sun, May 4, 2008 at 9:34 PM, Richard Steele [EMAIL

Re: CONTAINS issue help

2008-05-08 Thread Raymond Camden
And to add to your dense-ness, you don't need the pounds. :) cfif listFind(ascList, aId) On Thu, May 8, 2008 at 11:44 AM, Paul Ihrig [EMAIL PROTECTED] wrote: so dense some days cfif #ListFind(ascList, aId)# ~| Adobe®

Re: Verity and PDF

2008-05-04 Thread Raymond Camden
I don't think it's possible to do that. You could cheat though. What I'm about to describe is NOT something I've done. It's just an idea. Use CF8 and cfpdf (with DDX) to split the PDF into N pages. Use names like original_N, where original is the original file name and N is page no. Index the

Re: Verity and PDF

2008-05-03 Thread Raymond Camden
Verity determines how to parse the file based on the file type. You don't do anything special for PDF, you just index it like you would any other file or directory of files. I'd read the docs on cfindex and Verity. On Sat, May 3, 2008 at 4:03 PM, Richard Steele [EMAIL PROTECTED] wrote: I want a

Re: onSessionend never fires

2008-05-03 Thread Raymond Camden
Turn off application=true. I think that may be breaking your logging. Remember that in onSessionEnd, you only have indirect access (via arguments) to the session/application scopes. On Sat, May 3, 2008 at 4:39 PM, marc -- [EMAIL PROTECTED] wrote: The subject says it all- I can't get my

Re: MXNA

2008-04-30 Thread Raymond Camden
... -- === Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: cfinput autosuggest doesn't work with mozilla

2008-04-29 Thread Raymond Camden
:: line 116 data: no] Source File: http://devservc/CFIDE/scripts/ajax/package/cfajax.js Line: 116 -- === Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster

Re: Adobe Spry Menu and Flash - Last Try

2008-04-21 Thread Raymond Camden
Doesn't Flash have a z-index property for the embed tags (to be clear, thats an HTML feature, not Flash). In the past when I've had DHTML and Flash issues, it was fixed by simply setting the zindex... no wait - I think it might wmode. One of those things. ;) On Mon, Apr 21, 2008 at 9:10 AM,

Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread Raymond Camden
Whether or not you are wary of 801, it's silly to report bugs in 8 w/o at least testing them in 801 first. 801 is the most recent release and it is pointless to report a bug in 8 (imho). On Wed, Apr 16, 2008 at 3:35 PM, Don L [EMAIL PROTECTED] wrote: Today I've found another one, cftextarea

Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread Raymond Camden
you spend time to follow up a thread with ZERO value input? You WERE a respected community member, please don't overuse it. -- === Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM

Re: Using tags with CFSCRIPT

2008-04-14 Thread Raymond Camden
. -- === Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: spry and cf

2008-04-09 Thread Raymond Camden
When it comes to queries and JSON, CF supports two forms. See the SerializeJSON function for more info. When you just use Spry (I mean on the client, no CF8 Ajax stuff), you can specify the type hen you create the data set. For an example, see Lighthouse Pro (lighthousepro.riaforge.org). On Wed,

Re: Verity Search - Records not Fetched during the Search

2008-04-08 Thread Raymond Camden
What version of CF? Instead of a reindex, have you tried destroying and recreating the collection? On Tue, Apr 8, 2008 at 8:12 AM, D Suresh [EMAIL PROTECTED] wrote: Hi All, We are using CF Verity serch in our application. It was working well. At some point of time we could notice that

Re: query-based Verity collection with Ctegories?

2008-04-07 Thread Raymond Camden
, and then comparing string values in the qoq might actually bring in a big overhead and make it slower than doing an IN () comparisson... Any thoughts? -- === Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog

Re: query-based Verity collection with Ctegories?

2008-04-02 Thread Raymond Camden
On Tue, Apr 1, 2008 at 1:36 AM, Azadi Saryev [EMAIL PROTECTED] wrote: 1) does a database query-based Verity collection support Categories? or is it supported only for document/directory based collections? Yes. Remember, to Verity, a collection is a collection. It doesn't matter what 'seeds'

Re: Invoking a Component.

2008-04-01 Thread Raymond Camden
=#form.un# /cfinvoke -- === Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: Invoking a Component.

2008-04-01 Thread Raymond Camden
Probably just a doc bug. On Tue, Apr 1, 2008 at 3:36 PM, Ian Skinner [EMAIL PROTECTED] wrote: Raymond Camden wrote: No - when used in cfinvoke, it is assumed to be for HTTP auth for a web service. You have to use cfinvokeargument. Ah, so it is a reserved word thing? I had wondered

Re: Verity question

2008-03-28 Thread Raymond Camden
you change one thing, you don't have to nuke the entire collection. -- === Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http

Re: Verity question

2008-03-28 Thread Raymond Camden
and not worry about the full update? I haven't used verity in a while. I know I used to have problems with the collections getting corrupted which is why I wanted to do the full index every night. -- === Raymond Camden

Re: Question about cfeed

2008-03-28 Thread Raymond Camden
Eh? When I viewed http://feeds.feedburner.com/Techcrunch directly, I saw this for the first entry: Update: More details of the scheme are here. Musicians themselves may just be crazy, but the music labels are dangerously stupid, and need to be stopped before they can do any further damage to the

Re: Binding to the display from a cfselect rather than the value

2008-03-27 Thread Raymond Camden
Bind to a JS function. This will 'see' the change, and you can grab the selectedIndex's display value. On Thu, Mar 27, 2008 at 11:31 AM, Michael Brennan-White [EMAIL PROTECTED] wrote: Hi, I would like to bind a cfinput text box to the selected display of an item from a cfselect rather

Re: Weird

2008-03-27 Thread Raymond Camden
It's a CGI var, which means it will exist on some servers and not others. On Wed, Mar 26, 2008 at 12:03 PM, Adrian Lynch [EMAIL PROTECTED] wrote: Run this in a page on CF8: cfdump var=#temp# What do you see? I get: C:\WINNT\TEMP Weird! Adrian

Re: page footer in onrequestend and cfpod

2008-03-26 Thread Raymond Camden
WHy not just do your layout with custom tags? The pages that need layout would do something like: cf_layout content /cf_layout And the pages that don't need it would obviously skip the tag. More here: http://www.coldfusionjedi.com/index.cfm/2007/9/3/ColdFusion-custom-tag-for-layout-example

Re: Search opinion needed

2008-03-25 Thread Raymond Camden
Michale's QofQ is a good idea - but don't forget you can search multiple collections at once. On Tue, Mar 25, 2008 at 8:31 AM, Stone, Lori [EMAIL PROTECTED] wrote: We have a verity search that searches db and docs. They want to combine the results and then sort by relevance then date. I have

Re: Any Gotcha's in using CF UUID for db record primary key?

2008-03-24 Thread Raymond Camden
. -- === Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: Any Gotcha's in using CF UUID for db record primary key?

2008-03-24 Thread Raymond Camden
/thread.cfm/threadid:51685#278231 http://www.bpurcell.org/blog/index.cfm?mode=entryentry=970 -- === Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date

Re: Passing BIND values in CFGRID

2008-03-20 Thread Raymond Camden
. If the method I call from within the cfgrid's bind attribute is specific to the table, it works fine. But when I try to pass a tablename and call a more generic method, it isn't working. Here's the code: -- === Raymond

Re: Passing BIND values in CFGRID

2008-03-20 Thread Raymond Camden
I coulda sworn - but if you say this works, I'm wrong. :) On Thu, Mar 20, 2008 at 5:19 PM, Dan Vega [EMAIL PROTECTED] wrote: You sure about that Ray? I just ran this and it ran ok for me. cfwindow initshow=true center=true width=430 height=340 title=Artists cfform cfgrid

Re: Newbie RSS creation question

2008-03-10 Thread Raymond Camden
Is your RSS url anywhere online where we can see? What is a live bookmark? I've not had issues pointing Firefox to a page that does the cfcontent thing like you have below. On Mon, Mar 10, 2008 at 12:23 PM, Che Vilnonis [EMAIL PROTECTED] wrote: When creating an RSS feed, does an XML file always

Re: OT: Publishing for google calendar

2008-02-27 Thread Raymond Camden
Are you looking to _parse_ a google cal? If so, you can try my googe cal project over at riaforge. http://googlecal.riaforge.org On Wed, Feb 27, 2008 at 3:01 PM, Dominic Watson [EMAIL PROTECTED] wrote: Has anyone successfully done this? I have tried exporting a calendar from google calendar

Re: Searching for keywords from an entered list...

2008-02-26 Thread Raymond Camden
You can treat the search as a list w/ 2 delimiters (, and ). This then gives you a nice list. I'm not sure how you want to handle OR versus AND. If you have another form field Match All or Match Any then you can check that, and simply loop over your list and use either an AND or an OR. On Tue,

Re: Free MS Software for Students - when will Adobe step up?

2008-02-23 Thread Raymond Camden
http://www.adobe.com/products/flex/productinfo/faq/#item-45 There ya go. 2 seconds on google. ;) On Fri, Feb 22, 2008 at 7:28 PM, Russ [EMAIL PROTECTED] wrote: Do we have more information on this free licensing for students? Russ -Original Message- From: James Blaha

Re: Modding Galleon Forums

2008-02-22 Thread Raymond Camden
not a savvy CF programmer nor PHP I would need a solution that can easily be modified to fit our needs (looks). -- === Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster

Re: Modding Galleon Forums

2008-02-21 Thread Raymond Camden
You don't necessarily need to nuke Galleon's logon system. What I did for RIAForge was simply say: If user is logged in to RIAForge, auto log them into Galleon with the appropriate rules. That was fairly easy. In a few places I had to mod code that got user details (like a user's name). You can

Re: Open Flash Chart - any cfc helpers?

2008-02-18 Thread Raymond Camden
possible solution. -- === Raymond Camden, Camden Media Email: [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org

Re: keeping session alive with cfajaxproxy

2008-02-14 Thread Raymond Camden
Have you tried debugging with Firebug? Are you sure the process is still pinging? The fact that it ends after 60 minutes almost smells like a browser issue, not CF. But that's where I'd start first - monitor the Ajax calls via Firebug. On Wed, Feb 13, 2008 at 11:43 PM, Jeff U [EMAIL PROTECTED]

Re: CFADMINAPI and ServiceFactory

2008-02-11 Thread Raymond Camden
There is a setter, but it is dependant on your type of DB, for example, there is a setMySQL5. If you read the docs, it says it supports create and edit. On Feb 11, 2008 12:47 PM, Gerald Weir [EMAIL PROTECTED] wrote: Ray, nice to hear from you. Thanks for your answer. I'm working with a

Re: CFADMINAPI and ServiceFactory

2008-02-11 Thread Raymond Camden
Yep. If you browse to /CFIDE/adminapi you will find the datasource.cfc. Click on it and the docs will be displayed. On Feb 11, 2008 10:44 AM, Gerald Weir [EMAIL PROTECTED] wrote: Hello, We have just upgraded to CF8 from CF6. We are running CF8 on Windows 2003 servers with a SQLServer 2000

Re: Now that CFDJ is dead, CF Journals Or Magazine?

2008-02-11 Thread Raymond Camden
Others have said it already - but I'll triple ditto FAQU. It is well worth the price. The issues don't come out very often - but have much higher quality. On Feb 11, 2008 9:51 AM, Ian Worthington [EMAIL PROTECTED] wrote: I have just been informed by SYS-CON that CFDJ is no longer to be printed,

Re: ColdFusion: Some People Just Don't Know Any Better

2008-02-07 Thread Raymond Camden
On Feb 7, 2008 2:29 PM, Russ [EMAIL PROTECTED] wrote: That would require a classroom with powerful enough computers that can run CF. That's a pretty large investment. I know in my university, all the students have laptops, so it would be a lot easier to have a shared server and have all of

Re: ColdFusion: Some People Just Don't Know Any Better

2008-02-07 Thread Raymond Camden
would have bothered with CF when I couldn't actually use it for real on my personal site to experiment with. I would have probably gone over to Perl or PHP. ~Brad -- === Raymond Camden, Camden Media Email: [EMAIL

Re: CF Blog Software

2008-02-01 Thread Raymond Camden
As a general hint, you may also want to try the ColdFusion category at RIAForge (www.riaforge.org). It is a good place to find answers to questions like this. On Feb 1, 2008 12:56 PM, Andy Matthews [EMAIL PROTECTED] wrote: You might also look into Mango blog. The user interface in the admin area

<    5   6   7   8   9   10   11   12   13   14   >