Re: Free BlueDragon?

2008-08-13 Thread denstar
On Wed, Aug 13, 2008 at 8:49 PM, Barney Boisvert wrote: > OBD doesn't have any of the CF8 candy that you mention. It is > significantly lighter weight than CF though. From what you describe, > I think CF is your only option, as neither OBD or Railo (my open > source CFML engine of choice) is goin

RE: Free BlueDragon?

2008-08-13 Thread Dave Watts
> Thank you, Gerald, allow me to be lazy for a minute, cf8 > comes with its own web server albeit it is for development > only, and it can be installed siliently ("without user > interaction" would probably be more accurate), and this > capability (of silent installation + a default web server)

Re: Free BlueDragon?

2008-08-13 Thread Barney Boisvert
OBD doesn't have any of the CF8 candy that you mention. It is significantly lighter weight than CF though. From what you describe, I think CF is your only option, as neither OBD or Railo (my open source CFML engine of choice) is going to fit the bill. cheers, barneyb Barney Boisvert [EMAI

Re: Free BlueDragon?

2008-08-13 Thread Don L
> Gerald Guido >I have a fair amount of experience with Open BD and Railo 3 beta using >Apache and Tomcat on Windows/Fedora/Centos. I would gladly answer any >questions. I would recommend posing your questions to the Open BD Google >Group @ http://groups.google.com/group/openbd?hl=en > >~G~ > Gera

Re: Free BlueDragon?

2008-08-13 Thread Gerald Guido
Nitai @ SixSigns posted a video tute on setting up Open BD with apache here: http://www.vimeo.com/1362803 On Wed, Aug 13, 2008 at 6:12 PM, Don L <[EMAIL PROTECTED]> wrote: > I've read a bit on this guy but still does not know anything substantial > about it, installing it and playing it out i

Re: Free BlueDragon?

2008-08-13 Thread Gerald Guido
I have a fair amount of experience with Open BD and Railo 3 beta using Apache and Tomcat on Windows/Fedora/Centos. I would gladly answer any questions. I would recommend posing your questions to the Open BD Google Group @ http://groups.google.com/group/openbd?hl=en ~G~ On Wed, Aug 13, 2008 at 6:

Free BlueDragon?

2008-08-13 Thread Don L
I've read a bit on this guy but still does not know anything substantial about it, installing it and playing it out is an option but if I could get some thoughts from someone has done that it would be very desirable for my decision on a small cf8-based app which uses a lot of new and sexy tags/f

Re: SEC Data

2008-08-13 Thread Scott Slone
I've used Edgar Online in the past, though it is not a free service. You consume XML feed(s), and style with XSLT (or partial), works nicely. On Aug 13, 2008, at 1:51 PM, T. John Cunningham wrote: > I am trying to find a way to pull SEC information (web service, xml, > etc.) for a client (main

SEC Data

2008-08-13 Thread T. John Cunningham
I am trying to find a way to pull SEC information (web service, xml, etc.) for a client (mainly looking for new filings, etc). Has anyone had any experience in doing this and can maybe point me in the right direction? Thanks. John ~

RE: Lean, 'mean' cf8

2008-08-13 Thread Dave Watts
> Point being Install Adobe CF on Win and it eats tons of > ram, on Apache or IIS, on Jrun. I think you missed my point, perhaps. It's not JRun consuming memory, it's CF. CF will do the same on Jboss. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the

RE: cfhttp and Google Search Appliance

2008-08-13 Thread Dave Watts
> Are you searching secured or unsecured content? It's very > easy if you are only searching unsecured. In some cases you > need Here are the url params you'll end up using, though some may > not be needed for you. We return XML and deal with that prior > to presentation. > > > name="G_res

Re: Outputting columned UL tags

2008-08-13 Thread Matt Williams
On Wed, Aug 13, 2008 at 3:03 PM, Dave Phillips <[EMAIL PROTECTED]> wrote: > Andy, > > Check out Ben Nadel's blog entry from March last year: > > http://tinyurl.com/5tjcmf > It looks like what I just sent you is the same idea as Ben Nadel's blog. Mine is just a lot less pretty with less line breaks

Re: Outputting columned UL tags

2008-08-13 Thread Matt Williams
Try this out. myVar would be your quey record count or whatever. link#i# - link#nextOut# -- -- Matt Williams "It's the question that drives us." ~~~

Re: cfhttp and Google Search Appliance

2008-08-13 Thread Brent Nicholas
Are you searching secured or unsecured content? It's very easy if you are only searching unsecured. In some cases you need >Does anybody know how to use CFHTTP to talk to the Google Search Appliance? > >I can't find anything on the Web that mentions this. > >I am not talking about CSE.

RE: Outputting columned UL tags

2008-08-13 Thread Andy Matthews
Not really, because these are links. ULs and LIs are better for search engine optimization. Plus they're better semantic code. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 3:02 PM To: CF-Talk Subject: Re: Outputting columned UL tag

RE: Outputting columned UL tags

2008-08-13 Thread Dave Phillips
Andy, Check out Ben Nadel's blog entry from March last year: http://tinyurl.com/5tjcmf Sincerely, Dave Phillips http://www.dave-phillips.com -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 2:54 PM To: CF-Talk Subject: Outputting colum

Re: Outputting columned UL tags

2008-08-13 Thread Claude Schneegans
>>I'm looking to output a series of ULs and LIs in a 3 column fashion Why ULs? Isn't this more a table case? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECT

Outputting columned UL tags

2008-08-13 Thread Andy Matthews
I'm looking to output a series of ULs and LIs in a 3 column fashion, like this: link1--link4--link7 link2--link5--link8 link3--link6 I've got code which lets me do it like this: link1--link2--link3 link4--link5--link6 link7-

OOP Tutorial Part 2 now on line

2008-08-13 Thread Mike Kear
Some of you might recall that I wrote a tutorial for Object-Ordiented ColdFusion Programming (OOP) beginners a while back, and now i have part 2 on line. The reason for the tutorial in the first place was that I realised quite a few beginners to OOP were swamped by the language rather than the con

Passing variables from controller

2008-08-13 Thread Eclectic User
I have to pass a variable whose value I set inside cfscript block in controller method. Then I call one of the methods with the help of object which updates the records but to update the records, I need the variable stored in the controller cfscript block. Please help me how can I do that.

Passing variables from controller method to model method

2008-08-13 Thread Eclectic User
I have to pass a variable whose value I set inside cfscript block in controller method. Then I call one of the methods with the help of object which updates the records but to update the records, I need the variable stored in the controller cfscript block. Please help me how can I do that.

Re: sharepoint authentication

2008-08-13 Thread Matthew Small
You also might have some luck with this blog entry: http://blogs.msdn.com/david.wang/archive/2006/02/05/HOWTO_Sharepoint_and_CustomAuth_Part_1_Soliciting_Questions.aspx >So I have a general query. My boss has asked me to see if its >possible and the degree of difficulty on basically being able

Re: sharepoint authentication

2008-08-13 Thread Matthew Small
You're going to have to use a cookie-based authentication method on the sharepoint server to get around the need to pass credentials explicitly. Microsoft has one in the "IIS Resource Kit" that you can use for free. I can't give you to the full details on how this works at the moment, but I ha

RE: sharepoint authentication

2008-08-13 Thread Adam Churvis
I hear this so many times from inexperienced IT directors it isn't funny. I can help you break this down for him. Let's start with a clear and detailed description of a user scenario, with full explanation of what things he will be doing in ColdFusion-based apps, what things he will be doing in S

sharepoint authentication

2008-08-13 Thread Phi Dinh
So I have a general query. My boss has asked me to see if its possible and the degree of difficulty on basically being able to take login information and authenticate the credentials against the active directory server and then if its true, then to pass all that info to a sharepoint server

RE: cfarguments... determining which argument to use based on passed variables

2008-08-13 Thread Dave Phillips
Scott, Although it is not well-formed ColdFusion, you could leave off the tags altogether. They are not required. Then do whatever logic you want #arguments[1]# #arguments[2]# You will see a dump of a structure with two keys, and

RE: cfarguments... determining which argument to use based on passed variables

2008-08-13 Thread Dave Phillips
Scott, Is your 'list' a list of person id's ? Dave -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 9:19 AM To: CF-Talk Subject: cfarguments... determining which argument to use based on passed variables Sorry for the cryptic subject In

Re: cfarguments... determining which argument to use based on passed variables: SOLVED

2008-08-13 Thread Scott Stewart
Solved it.. forced the values to be set like this Sometimes you just have to visualize it and then the answer comes.. Sco

Re: cfarguments... determining which argument to use based on passed variables

2008-08-13 Thread Tom Chiverton
On Wednesday 13 Aug 2008, Scott Stewart wrote: > > > > argumentsCollection, if you are on CF8. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in

RE: cfarguments... determining which argument to use based on passed variables

2008-08-13 Thread Mark Kruger
Scott, I'd say you need more than one function - otherwise your functions aren't really encapsulating in a granular fashion. -mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Scott Stewart [mailto:[E

cfarguments... determining which argument to use based on passed variables

2008-08-13 Thread Scott Stewart
Sorry for the cryptic subject In a function I have three arguments. at any given time only one will be populated, based on the existence of a url variable. and then run queries based on person_id run queries based on list etc... I know I could break the function up into separate fun

Re: Learning advanced Coldfusion - ideas??

2008-08-13 Thread Gerald Guido
Ben Nadel has been running a series on OOP with CF called OOPhoto. It is very well done and various members of the community have been speaking very highly of it. http://www.bennadel.com/blog/recent-blog-entries.htm On Tue, Aug 12, 2008 at 4:51 PM, Dave l <[EMAIL PROTECTED]> wrote: > a new boo

RE: Lean, 'mean' cf8

2008-08-13 Thread Ben Forta
There are other J2EE options. CF officially supports JBoss as of CF8. http://www.adobe.com/products/coldfusion/systemreqs/ --- Ben -Original Message- From: Gerald Guido [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 8:44 AM To: CF-Talk Subject: Re: Lean, 'mean' cf8 >>So d

Re: Lean, 'mean' cf8

2008-08-13 Thread Larry Lyons
>>>So don't use JRun then, CF8 is a proper J2EE app. > >Sure, let me pull $6800 out of my imaginary budget for the upgrade.;-) So there are alternatives like BlueDragon (which is about half the cost), Open BlueDragon (Open sources and free as in speech or beer) and Railo, which is very modestly

Re: Lean, 'mean' cf8

2008-08-13 Thread Gerald Guido
>>So don't use JRun then, CF8 is a proper J2EE app. Sure, let me pull $6800 out of my imaginary budget for the upgrade.;-) On Wed, Aug 13, 2008 at 6:52 AM, Tom Chiverton <[EMAIL PROTECTED] > wrote: > On Tuesday 12 Aug 2008, Gerald Guido wrote: > > I doubt Don is talking about CPU usage. My bigge

Re: Lean, 'mean' cf8

2008-08-13 Thread Tom Chiverton
On Tuesday 12 Aug 2008, Gerald Guido wrote: > I doubt Don is talking about CPU usage. My biggest issue with Adobe CF Jrun > server instances is RAM. Compared to a lot of other App servers Adobe's > JRun app server is a glutton. So don't use JRun then, CF8 is a proper J2EE app. -- Tom Chiverton

Re: CF 8 Built in SQL Server drivers vs. MS SQL Server 2000 SP3 Driver

2008-08-13 Thread Tom Chiverton
On Monday 11 Aug 2008, Scott Stewart wrote: > the main weirdness that I've found is that cfqueryparam is returning > "true" or "false" which is a valid response for a boolean > but not what a SQL server bit field is expecting. (IE: 1 or 0) And what value are you passing into the cfqp there ? Sound

Re: variable session is undefined

2008-08-13 Thread Stephane Vantroyen
CF8, patch 8.0.1 ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/

Re: variable session is undefined

2008-08-13 Thread Will Tomlinson
> Hi guys, > > i think some of you already encoutered the same problem : when using > j2ee session variables, I sometimes get the message "variable session > is undefined"... what I tried to solve by checking the existence in > application.cfc (on requeststart, cfif not isdefined('session')), b

variable session is undefined

2008-08-13 Thread Stephane Vantroyen
Hi guys, i think some of you already encoutered the same problem : when using j2ee session variables, I sometimes get the message "variable session is undefined"... what I tried to solve by checking the existence in application.cfc (on requeststart, cfif not isdefined('session')), but that doe