Re: I got Advanced !!!

2006-05-05 Thread Denny Valliant
Hehehe! Sweet! Keep adding those lines! (-: :den On 5/3/06, Aaron Roberson [EMAIL PROTECTED] wrote: !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- Should be: !//-- andy

RE: SQL Stored Procedure Param

2006-05-05 Thread Adrian Lynch
You're using the cfprocparam tag incorrectly. Should your type be inout? Adrian -Original Message- From: Richard Dillman [mailto:[EMAIL PROTECTED] Sent: 05 May 2006 04:50 To: CF-Talk Subject: OT: SQL Stored Procedure Param I have a stored proc in SQl Server 2000 with a variable @ID

Re: Web Cam

2006-05-05 Thread Denny Valliant
VideoLAN +1 On 5/4/06, Jochem van Dieten [EMAIL PROTECTED] wrote: Dwayne Cole wrote: I work for a student government association. We want to broadcast the senate meetings over the internet. What would be the most affordable solution? Over the internet or over a campus network / ResNet?

Re: A bit of an odd server question

2006-05-05 Thread Yves Arsenault
Thanks Dave. I didn't think I could put the CF6 serial and then the CF7 serial in the admin. I guess I'm getting both the CF6 serial and the CF7 upgrade this morning Problem solved. Thanks, Yves On 5/4/06, Dave Watts [EMAIL PROTECTED] wrote: Is it possible to enter a CF6 serial and

RE: SQL Stored Procedure Param

2006-05-05 Thread Robertson-Ravo, Neil (RX)
This is expected - you will need to CAST or CONVERT your 12345 value into a varchar before returning it to CF. CF expects that the value being returned to CF to be a varchar according to your declaration and 12345 is not. -Original Message- From: Adrian Lynch [mailto:[EMAIL

Re: I got Advanced !!!

2006-05-05 Thread Will Tomlinson
Congrats dude! Will ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239592 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe:

Re: OT: Tracking clicks

2006-05-05 Thread Will Tomlinson
Thanks a ton James! Sounds like a good plan! Will ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239593 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

RE: ASP.Net book for CF programmer

2006-05-05 Thread Rick Faircloth
My biggest concern with FLEX would be two-fold: 1) Cost of setting up the environment, including the cost of FLEX server and FLEX Builder (which, incidentally, isn't spelled out at all on the Adobe site...it just says contact us. Why can't they just post the price?!?!...)

Re: Generic CF form handler

2006-05-05 Thread Denny Valliant
On 5/4/06, Eric Roberts [EMAIL PROTECTED] wrote: Call me ignorant, but why would this be necessary? It's not that hard to use cfmail. It sounds to me like what you are proposing would be more work. I would say that moderate coding is an overstatement. I don't get it...splain Lucy...

Rich Interface Accessibility Re: ASP.Net book for CF programmer

2006-05-05 Thread Denny Valliant
I did a google a while back when I took a look at the Flex2 builder plugin for Eclipse (Or more the videos demonstrating it.) for Flash accessibility issues. There were some caveats, but I don't remember any real show stoppers. I think the spidering is handleable as well. The price issue is a

Re: Put yourself on the map

2006-05-05 Thread Nick Tong - TalkWebSolutions.co.uk
Does frapper allow you to merge groups?? Would be great to get one definitive group? On 04/05/06, Snake [EMAIL PROTECTED] wrote: And cfdeveloper also has one :-) http://www.frappr.com/cfdeveloper -- Nick Tong web: http://talkwebsolutions.co.uk blog: http://succor.co.uk shorturls:

ASP to ColdFusion Soap

2006-05-05 Thread Ben Nadel
I am trying to convert some ASP code to ColdFusion and I hit this line: objSOAPServer.ProcessResponse Response I have the proper soap object, but I have no idea what to pass to this method ProcessResponse... The best I could come up with was: cfset THIS.objSOAPServer.ProcessResponse(

RE: Generic CF form handler

2006-05-05 Thread Mark A Kruger
Denny, I get it! Ha! Very funny -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 5:58 AM To: CF-Talk Subject: Re: Generic CF form handler On 5/4/06, Eric Roberts [EMAIL PROTECTED] wrote: Call me ignorant, but why would this be

Re: Put yourself on the map

2006-05-05 Thread Neil Middleton
I guess mailing the smaller group and asking them to join the bigger group would be the easiest way. Neil On 5/5/06, Nick Tong - TalkWebSolutions.co.uk [EMAIL PROTECTED] wrote: Does frapper allow you to merge groups?? Would be great to get one definitive group? On 04/05/06, Snake [EMAIL

Re: ASP.Net book for CF programmer

2006-05-05 Thread Jeff Fleitz
The info you are looking at regarding Flex pricing appears to be for the 1.5version. Unless you buy into Flex Data Services, Flex 2 is essentially 'free'. Adobe is releasing the SDK for free, which means that you could build Flex apps with notepad if you were daring enough. FlexBuilder, which is

RE: Generic CF form handler

2006-05-05 Thread Andy Matthews
Each time you create a processing page, there is work to be done. You have to type out the FORM labels and values, indicate the from, to and subject attributes and all that. So basically you have to create a form processing page for each form you're creating. What I'm talking about it is to

RE: Put yourself on the map

2006-05-05 Thread Andy Matthews
I agree...there's over 330 people in the cfdevelopers group now. Not bad when it was just over 80 when it was posted yesterday. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: ASP.Net book for CF programmer

2006-05-05 Thread Rick Faircloth
Thanks, Jeff, for the info and the updates! It's good to know that I won't have to sacrifice two legs and an arm to get into Flex...just an arm. :o) When you say that Flex Builder is built on top of Eclipse, do you mean Eclipse will be needed separately, or is it just the coding and style that

Re: Put yourself on the map

2006-05-05 Thread Neil Middleton
Yeah, I think thats mainly Sean and Ray's fault. Those two get a whole load of traffic. Obviously MXNA,Goog and Feed-squirrel had a part to play too. Neil On 5/5/06, Andy Matthews [EMAIL PROTECTED] wrote: I agree...there's over 330 people in the cfdevelopers group now. Not bad when it was

Re: MySQL deadlocks and timeouts

2006-05-05 Thread Ken Ferguson
Thanks for the reply Snake. We aren't specifying the isolation level, but doesn't that leave it up to the database default? The odd bit is that there are 162 tables in this system and thousands of queries. There are only two queries ever having any problem and the only thing they share is that

Re: MySQL deadlocks and timeouts

2006-05-05 Thread Ken Ferguson
OK, well that could cause some performance issues I suppose. I thought (for some reason) that the MySQL default for InnoDB tables was READ_COMMITTED. Thanks, --Ferg James Holmes wrote: From: http://livedocs.macromedia.com/coldfusion/7/htmldocs/0346.htm If you do not specify a value for

RE: MySQL deadlocks and timeouts

2006-05-05 Thread Snake
You need to check what the default is for your database then. If you have multiple queries trying to insert/update at the same time, then you may want to use REPEATABLE_READ, as long as you are sure that simultanious updates/inserts will not affect the integrety. -Original Message-

RE: AES Encryption vs. Hash

2006-05-05 Thread Munson, Jacob
You know, the SSN serves a great and evil purpose: It makes us machine readable. [-= I guess similar name checking and DOB compare works good enough for getting rid of duplicate people, but man is it nice to have a number to work with. I'm just waiting for a universally standard

RE: Put yourself on the map

2006-05-05 Thread Munson, Jacob
Yeah, I think thats mainly Sean and Ray's fault. Those two get a whole load of traffic. Obviously MXNA,Goog and Feed-squirrel had a part to play too. Speaking of traffic, you seeing good traffic on Feed-squirrel these days? Sorry for the OT, but it is Friday after all. :)

Re: Put yourself on the map

2006-05-05 Thread Larry Lyons
I guess mailing the smaller group and asking them to join the bigger group would be the easiest way. Neil On 5/5/06, Nick Tong - TalkWebSolutions.co.uk [EMAIL PROTECTED] wrote: Reading this part of the threat I couldn't help but thinking, We are CFDevelopers of Borg. Resistance is futile.

RE: Put yourself on the map

2006-05-05 Thread Snake
Even funnier considering BORG is the name of my dev server ;-) -Original Message- From: Larry Lyons [mailto:[EMAIL PROTECTED] Sent: 05 May 2006 15:45 To: CF-Talk Subject: Re: Put yourself on the map I guess mailing the smaller group and asking them to join the bigger group would be

Refreshing a datasource in CF

2006-05-05 Thread Deanna Schneider
Is there a programmatic way to somehow refresh a datasource in CF? I've noticed that, periodically, I'll have a datasource that won't recognize new objects for some period of time. I think it's a caching issue. (These are oracle datasources with CF 6.1 Enterprise, though I'm not positive which

URL Structure

2006-05-05 Thread Tuan Tran
Hi Everybody, I'm trying to get the name/value pair from url variables. Lets say I have a url like this: http://someurlhere.com?Src=blahblahstoryID=1234 Now if I do the following I'll get the name/value pair of the URL vars: cfloop collection=#url# item=urlVar cfoutput#urlVar# =

RE: Refreshing a datasource in CF

2006-05-05 Thread Mark A Kruger
Deanna, Not sure of a programatic way - but you can add spaces to the queries in question (alter the query) to get the new schema. See this blog entry and the comments below. http://mkruger.cfwebtools.com/index.cfm?mode=aliasalias=dbschemaChange -Original Message- From: Deanna

RE: URL Structure

2006-05-05 Thread Everett, Al \(NIH/NIGMS\) [C]
I don't think you can. CF is case-insensitive for one thing. It looks like case MIGHT be preserved in CGI.QUERY_STRING. So you could try the following: cfloop list=#CGI.QUERY_STRING# delimiter= index=keyvalue cfoutput#listFirst(keyvalue,=)# = #listLast(keyvalue,=)#/cfoutput /cfloop A

Re: URL Structure

2006-05-05 Thread Raymond Camden
You can just parse it as a list of lists. The main list is a list delimited by . The sub lists are delimited by =. You would need to urlDecodedFormat() on the right hand side. Oh, and the variable itself comes from cgi.query_string. On 5/5/06, Tuan Tran [EMAIL PROTECTED] wrote: Hi Everybody,

RE: URL Structure

2006-05-05 Thread Dave Watts
I'm trying to get the name/value pair from url variables. Lets say I have a url like this: http://someurlhere.com?Src=blahblahstoryID=1234 Now if I do the following I'll get the name/value pair of the URL vars: cfloop collection=#url# item=urlVar cfoutput#urlVar# =

RE: URL Structure

2006-05-05 Thread Robertson-Ravo, Neil (RX)
I don't think you can - CF has always uppercased the Keys. -Original Message- From: Tuan Tran [mailto:[EMAIL PROTECTED] Sent: 05 May 2006 16:35 To: CF-Talk Subject: URL Structure Hi Everybody, I'm trying to get the name/value pair from url variables. Lets say I have a url like

Re: URL Structure

2006-05-05 Thread Nick Tong - TalkWebSolutions.co.uk
I think the simplest solution is to uCase the variables when you pass them via the URL. On 05/05/06, Tuan Tran [EMAIL PROTECTED] wrote: Hi Everybody, I'm trying to get the name/value pair from url variables. Lets say I have a url like this: http://someurlhere.com?Src=blahblahstoryID=1234

OT: Feed-squirrel

2006-05-05 Thread Neil Middleton
To be honest, it's still quite low (~250/300 visitors a day), but considering the amount of promotion I have given it (~ 0) it's not bad. The site is still getting plenty of new visitors each day thanks to Google, and as a result, traffic is going up. I'm pretty sure however, that my RSS gets

Coldfusion with Godaddy

2006-05-05 Thread Jason Crider
Anyone using the coldfusion hosting with godaddy yet? Any opinions on how good the service is? I know about the no custom tags thing. Jason ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239622 Archives:

Re: Coldfusion with Godaddy

2006-05-05 Thread Raymond Camden
I believe no custom tags means just no access to the root custom tag folder. You should still be able to use cfmodule, and I recommend that to folks anyway. Outside of that, I believe they recently allowed createObject for components, which was a major hinderance. But you should check. I know

RE: Coldfusion with Godaddy

2006-05-05 Thread Ben Nadel
I have not used it, but I think I read that they do not allow CreateObject() method... That alone is a deterent for me... But for simple header/footer include types of sites, its probably nice and cheap. ... Ben Nadel www.bennadel.com -Original Message- From: Jason

Re: shopping cart suggestions

2006-05-05 Thread Ray Champagne
The beef I have is in step 5 below: 1) I search on shopping cart suggestions 2) Up pops several pages of results. 3) I click on one of the result topics 4) I'm brought to a page with 200 threads that I have to sift through visually to find my topic 5) WTF? Ray [EMAIL PROTECTED] wrote: I

RE: Coldfusion with Godaddy

2006-05-05 Thread Snake
Its all a bit of a catch22. If a host doesn't allow createObject() then they are more secure, so it's a toss up of whetehr you want to be on a secur ehost or not. The problem is that disabling CreateObject() cripples a lot of functionality, but enabling it allows any lots of insecure activity,

RE: Coldfusion with Godaddy

2006-05-05 Thread Jason Crider
I know BlogCFC users have issues What kind of issues and are they fixable? I'm interested in the blog possibilities so that is something that is important. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 10:57 AM To: CF-Talk Subject: Re:

How to get several resultsets from SP

2006-05-05 Thread Michel Deloux
Hi all I need to know dynamically the number(and metadata) of resultsets returned after executing a Stored Procedure. I'm using CF MX 6 and SQL Server. With CF I can do that? Any tips? Factory methods? Cheers MD ~| Message:

RE: Coldfusion with Godaddy

2006-05-05 Thread Brad Wood
Godaddy does CF now? That is cool. I have asked them several times if they plan on hosting CF sites and they have always told me no. My personal site is pretty basic and I have been looking around for some cheap hosting to move it to. Since my domains are already registered with godaddy, I

Re: ASP.Net book for CF programmer

2006-05-05 Thread Jeff Fleitz
FlexBuilder comes packaged with Eclipse to run as a standalone app, but you can also choose to install the plugin, if you are already using Eclipse for CF/Java work, for instance. Then you just change 'perspectives'. You ought to find some time to download Eclipse and start learning how to

Re: Refreshing a datasource in CF

2006-05-05 Thread Deanna Schneider
Well, thanks for the attempt at help, but as I mentioned, this isn't the same issue. It would suck almost more if it were, as it would mean that I'd have to add a space to every query in the application. (It's not throwing an error on a single select * type query - it's not recognizing any new

Re: Coldfusion with Godaddy

2006-05-05 Thread Paul Hastings
Raymond Camden wrote: clear, Paul Hastings wrong that.) yes i often wrong things these days ;-) ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239633 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4

Re: Coldfusion with Godaddy

2006-05-05 Thread Raymond Camden
If I remember right, it was FIRST a complete block on createobject for components. Which I think they took away and now only block createobject for java. BlogCFC uses that in the localization code. This is all from my rather dusty memory. If you want to use BlogCFC on GoDaddy, proceed with

RE: Coldfusion with Godaddy

2006-05-05 Thread Jason Crider
Thanks for the heads up. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 11:20 AM To: CF-Talk Subject: Re: Coldfusion with Godaddy If I remember right, it was FIRST a complete block on createobject for components. Which I think they took away

Re: Coldfusion with Godaddy

2006-05-05 Thread Raymond Camden
Heh, oops. wrote. On 5/5/06, Paul Hastings [EMAIL PROTECTED] wrote: Raymond Camden wrote: clear, Paul Hastings wrong that.) yes i often wrong things these days ;-) ~| Message:

RE: Coldfusion with Godaddy

2006-05-05 Thread Brad Wood
I'm on the phone now trying to get a list of restricted tags from them.. Does any one know if they publish that? ~Brad -Original Message- From: Brad Wood Sent: Friday, May 05, 2006 11:04 AM To: CF-Talk Subject: RE: Coldfusion with Godaddy Godaddy does CF now? That is cool. I have

Re: OT: Feed-squirrel

2006-05-05 Thread Rey Bango
Yeah, its amazing how feed-squirrel gets the second position a Google SERP when someone types in my name!! And I have my own site!!! :) Rey... Neil Middleton wrote: To be honest, it's still quite low (~250/300 visitors a day), but considering the amount of promotion I have given it (~ 0) it's

RE: Coldfusion with Godaddy

2006-05-05 Thread Jason Crider
I just read no custom tags. Here's the help center info they have. Maybe this will help. * 1. Do you disable any ColdFusion features? http://help.godaddy.com/article.php?article_id=547topic_id=; Currently, these are the ColdFusion features that we disable on our shared hosting...

RE: Coldfusion with Godaddy

2006-05-05 Thread Andy Matthews
I would think they would. They had a help section about Coldfusion when they first released it. In fact, if you search this list on the website you should be able to find my post with all of the direct links. !//-- andy matthews web developer certified advanced coldfusion

RE: Coldfusion with Godaddy

2006-05-05 Thread Jason Crider
And here's an FYI from my conversation with their sales department yesterday. Coldfusion only exists currently for shared hosting. Of course, that means no access to the cf admin. If enough people sign up with them and the user community grew I could only help but think that the support would

RE: Coldfusion with Godaddy

2006-05-05 Thread Jason Crider
I just read no custom tags. Here's the help center info they have. Maybe this will help. * 1. Do you disable any ColdFusion features? http://help.godaddy.com/article.php?article_id=547topic_id=; Currently, these are the ColdFusion features that we disable on our shared hosting...

Re: URL Structure

2006-05-05 Thread Tuan Tran
I'm actually creating a disclaimer page that redirects the users. So the user sees a disclaimer page indicating they are leaving the site and connecting to an outside site. Then they get redirected to that site. For some reason my disclaimer redirect code wasn't working correctly for links

RE: Coldfusion with Godaddy

2006-05-05 Thread Brad Wood
They guy on the phone just told me that they support all tags out of the box except cfexecute and cfregistry He also said that they will not install custom tags for you, but I can still run it in my own directory, right? ~Brad -Original Message- From: Andy Matthews [mailto:[EMAIL

Re: shopping cart suggestions

2006-05-05 Thread Crow T. Robot
This may seem like a stupid question, but what;s the URL? Googling brings up a lot of fluff, and I'm not 100% sure the sitedirector.com is the right site Eric J. Hoffman wrote: SiteDirectorI love it. Eric J. Hoffman

RE: ASP.Net book for CF programmer

2006-05-05 Thread Rick Faircloth
What is the minimum CF version required for CFEclipse? It's probably one of the latest versions, which brings me full circle in this discussion. I run my own CF server, and I'm still using the first version I ever bought...4.5. I've been considering upgrading, but spending the $600 (I thought)

Re: OT: Feed-squirrel

2006-05-05 Thread Neil Middleton
Simple, bigger site with a bigger page rank ;-) On 5/5/06, Rey Bango [EMAIL PROTECTED] wrote: Yeah, its amazing how feed-squirrel gets the second position a Google SERP when someone types in my name!! And I have my own site!!! :) Rey... Neil Middleton wrote: To be honest, it's still

RE: Coldfusion with Godaddy

2006-05-05 Thread John Rossi
That's not entirely true. They do not, at least they told me they can't allow me to use cfqueryparam with sql server in shared hosting. Here's the final response I got from them. After further researching the issue(s) at hand, we have determined the following: The line EXECUTE permission denied

Re: Coldfusion with Godaddy

2006-05-05 Thread Jim Wright
On 5/5/06, Jason Crider [EMAIL PROTECTED] wrote: Anyone using the coldfusion hosting with godaddy yet? Any opinions on how good the service is? I know about the no custom tags thing. I have hosted one site for a client there...it was a small site only for information distribution to a board

RE: URL Structure

2006-05-05 Thread Ian Skinner
My page would actually have this as the link http://someurlhere.com/disclaimer.cfm?destination=http://go.reuters.com/newsArticle.jhtml?type=healthNewsstoryID=12037965src=eDialog/GetContent The suspect the trouble is the second '?' character. It should not be allowed. The simplest solution,

Re: OT: Feed-squirrel

2006-05-05 Thread Rey Bango
LOL! Bigger site but same page rank! ha! Rey... Neil Middleton wrote: Simple, bigger site with a bigger page rank ;-) On 5/5/06, Rey Bango [EMAIL PROTECTED] wrote: Yeah, its amazing how feed-squirrel gets the second position a Google SERP when someone types in my name!! And I have my own

RE: OT: Feed-squirrel

2006-05-05 Thread Munson, Jacob
Yeah, its amazing how feed-squirrel gets the second position a Google SERP when someone types in my name Normally I wouldn't ask a question like this, but since it's Friday... What the heck is SERP? Is that a typo, or is it Search Engine Ranking Position, or something like that?

RE: Coldfusion with Godaddy

2006-05-05 Thread Snake
If they do this without a security sandbox, then you do realise that all your files can be deleted, copied, edited etc. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: 05 May 2006 17:37 To: CF-Talk Subject: RE: Coldfusion with Godaddy They guy on the phone just told

RE: ASP.Net book for CF programmer

2006-05-05 Thread Snake
Cfeclipse doesn't require any version of CF to run, it is an IDE. It does support writing code for both CF5 and CFMX though. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 05 May 2006 17:43 To: CF-Talk Subject: RE: ASP.Net book for CF programmer What is the

RE: Coldfusion with Godaddy

2006-05-05 Thread Snake
That's interesting, we have no such problem on our SQL servers, CFQUERYPARAM works fine, and every user only has access to their own database. -Original Message- From: John Rossi [mailto:[EMAIL PROTECTED] Sent: 05 May 2006 17:47 To: CF-Talk Subject: RE: Coldfusion with Godaddy That's

Re: OT: Feed-squirrel

2006-05-05 Thread Rey Bango
Close Jacob. Search Engine Result Page(s). Munson, Jacob wrote: Yeah, its amazing how feed-squirrel gets the second position a Google SERP when someone types in my name Normally I wouldn't ask a question like this, but since it's Friday... What the heck is SERP? Is that a typo, or is it

RE: ASP.Net book for CF programmer

2006-05-05 Thread Rick Faircloth
Does the use of Flex require the use of CFEclipse or Eclipse at all? Rick -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 12:55 PM To: CF-Talk Subject: RE: ASP.Net book for CF programmer Cfeclipse doesn't require any version of CF to run, it is an

RE: ASP.Net book for CF programmer

2006-05-05 Thread Ben Forta
Flex has no specific IDE requirements. Flex Builder is an Eclipse based IDE (which works really nicely alongside CFEclipse). There are lots of good reasons to use Flex Builder to build your Flex 2 apps, but no, Flex Builder is not required. You can also compile Flex apps using Flex Data Services

RE: ASP.Net book for CF programmer

2006-05-05 Thread Brad Wood
Yeah, you could use Flex 2 standard for free if you wanted. Use notepad (or whatever) to code your tags and then compile it with the free Flex SDK like Ben said. I've gotta say, some of the features of cfeclipse that Forta showed our local users group looked pretty handy though. ~Brad

RE: ASP.Net book for CF programmer

2006-05-05 Thread Rick Faircloth
So, to clarify...if I *want* to use Flex Builder, then I have to use Eclipse and/or CFEclipse? I guess I'm trying to completely understand what is meant by Eclipsed based IDE... -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 1:10 PM To: CF-Talk

RE: Coldfusion with Godaddy

2006-05-05 Thread Mark A Kruger
I second that John, They are misinformed. I suspect their information came from a misconfigured DSN setting. For example, If I set up a user bob and didn't change default database for him, then I set up a JDBC connection without specifying the database I wanted to connect to - it would try to

Re: shopping cart suggestions

2006-05-05 Thread Crow T. Robot
It really only costs $250 for as many sites as I can develop? I like the idea of the store only consisting of three include files. What I'm trying to get at here is to make it so my more junior developers can easily wrap their heads around this and have the ability to make changes if need be

RE: ASP.Net book for CF programmer

2006-05-05 Thread Dave Watts
So, to clarify...if I *want* to use Flex Builder, then I have to use Eclipse and/or CFEclipse? I guess I'm trying to completely understand what is meant by Eclipsed based IDE... Eclipse is an IDE. FlexBuilder is a plugin for Eclipse. When you install FlexBuilder, you have the choice to

RE: Coldfusion with Godaddy

2006-05-05 Thread John Rossi
That's basically what I told them. They will never be taken seriously by anyone in the ColdFusion community. I submitted that incident back at the end of March. This was for one of my clients, who hosts with them. SQL and cfqueryparam works fine on every other ColdFusion host who actually knows

saving an XML file into a variable with cfinclude

2006-05-05 Thread Andy Matthews
I'm taking a stab at writing a form creator/handler via XML. I want to make this really simple to use and setup so I don't want to use cffile to read the file as some people might not have access to that or know how to use it if they did. I've found that I can do this: cfsavecontent

unable to see certain CGI variables :(

2006-05-05 Thread Jason Kirkhart
I'm running a production box with CF 5 and SiteMinder Affiliate Agent 4.x. When a user authenticates via SiteMinder, I parse #CGI.http_sm_user# to get their username, and connect them with the correct account in my system. On a test system, I'm trying to understand whether I will be able to

RE: ASP.Net book for CF programmer

2006-05-05 Thread Ben Forta
FlexBuilder is built on top of Eclipse. It can be used in two ways: 1) If you have Eclipse 3.1 already (perhaps for use for Java development, or CFEclipse, or whatever) then you can install FlexBuilder as a plug-in for that existing Eclipse. 2) If you don't already have Eclipse (or want a

looking for plug and play job posting app

2006-05-05 Thread Ray Champagne
I'm looking at Google for this right now, but I figured I get the weigh in from the people who might have actually used one... My requirements are pretty simple, just need to be able to plug the app into any mom_n_pop shop site and have them have the ability to post job openings, (multiple

RE: Coldfusion with Godaddy

2006-05-05 Thread John Rossi
I am going to reopen the incident with your explanation of the issue and see what happens. I made the mistake of replying to the incident while my blood was boiling after the tech told me that if I just remove the line of code causing the error the code would work. So my explanation was probably

Re: ASP.Net book for CF programmer

2006-05-05 Thread Jeff Fleitz
If you buy FlexBuilder 2 when it is released and install the standalone version, you won't have to know anything about Eclipse. You are isolated from Eclipse for the most part. As Ben stated, the IDE runs on top of Eclipse. If you are using Eclipse as your primary IDE, then you can opt to

Re: Coldfusion with Godaddy

2006-05-05 Thread Josh Nathanson
Probably they started getting more and more requests for CF hosting and hastily slapped something together since they realized they were losing potential hosting customers. I don't suspect they'll ever provide the necessary support and knowledge to become competitive with other more

Re: saving an XML file into a variable with cfinclude

2006-05-05 Thread Josh Nathanson
I could be wrong but isn't that what the cfxml tag is for? -- Josh - Original Message - From: Andy Matthews [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, May 05, 2006 10:32 AM Subject: saving an XML file into a variable with cfinclude I'm taking a stab at

What CMS for .cfm?pageid=

2006-05-05 Thread Doug Bedient
I'm starting to see this in a lot of places. Is there a particular CMS that uses that page coding style? There seems to be too many sites for it to be a coincidence. Thanks for any leads, Doug ~| Message:

RE: saving an XML file into a variable with cfinclude

2006-05-05 Thread Andy Matthews
Yeah...I just found that actually, but it's not working either. Both of them give me this error: XML declaration may only begin entities. I suspect it might be because I've actually got the opening XML tag in the XML file. This is what I'm including: ?xml version=1.0 ? formHandler2

RE: Coldfusion with Godaddy

2006-05-05 Thread Mark A Kruger
John, You might also refer them to the following: Describes the tag and why it's needed. http://mkruger.cfwebtools.com/index.cfm?mode=aliasalias=cfqueryparam Describes an SQL Injection Attack - CFQUERYPARAM is the most straightforward solution

RE: ASP.Net book for CF programmer

2006-05-05 Thread Rick Faircloth
Thanks for the clarification, Dave... Boy...life after CF 4.5 is going to get *much* more complicated... ;o) And just think...I've never even written a query of a query! Rick -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 1:26 PM To: CF-Talk

RE: looking for plug and play job posting app

2006-05-05 Thread Dave Francis
http://www.jobbex.com/ -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 1:47 PM To: CF-Talk Subject: looking for plug and play job posting app I'm looking at Google for this right now, but I figured I get the weigh in from the people who might

RE: ASP.Net book for CF programmer

2006-05-05 Thread Rick Faircloth
Thanks for the clarification, Ben...got it! Rick -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 1:40 PM To: CF-Talk Subject: RE: ASP.Net book for CF programmer FlexBuilder is built on top of Eclipse. It can be used in two ways: 1) If you have

Re: saving an XML file into a variable with cfinclude

2006-05-05 Thread Josh Nathanson
Yeah, if you're using cfxml you can't use the ?xml directive. If you drop that you should be golden. -- Josh - Original Message - From: Andy Matthews [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, May 05, 2006 10:57 AM Subject: RE: saving an XML file into a

RE: Coldfusion with Godaddy

2006-05-05 Thread John Rossi
I'll do that. Good Suggestion. -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 1:59 PM To: CF-Talk Subject: RE: Coldfusion with Godaddy John, You might also refer them to the following: Describes the tag and why it's needed.

RE: unable to see certain CGI variables :(

2006-05-05 Thread Ian Skinner
ColdFusion only repeats the CGI variables given it by the web server. In you ASP and ColdFusion test page, are they running under the same web server? Or do you perchance have the ColdFusion running under it's built in testing web server? -- Ian Skinner Web Programmer

RE: How to get several resultsets from SP

2006-05-05 Thread Dawson, Michael
You have to provide a fixed number of storedproc results tags. If you are unsure how many result sets may be returned from your stored proc, then estimate the highest number and create that many storedproc result tags. Let's say you may have up to 20 result sets. If you specify 20 result sets,

RE: ***BULK*** RE: unable to see certain CGI variables :(

2006-05-05 Thread Jason Kirkhart
Good question. They are both running on the same web server, IIS 5.0. The test server is running on XP Pro SP2. Generally speaking, the copy of my production site works fine in this test environment; this is just the last element that I need to get working before I can feel comfortable with the

RE: ASP.Net book for CF programmer

2006-05-05 Thread Rick Faircloth
Thanks for the explanation and info, Jeff. If you are developing Java apps, then the MyEclipse plugin is probably for you. No...I don't do anything with Java... VS2005 has the same idea, except in most case you are paying a lot of money for the tools. Although I'm most interested in Visual

RE: Coldfusion with Godaddy

2006-05-05 Thread Lincoln Milner
I recently switched to GoDaddy (since I wanted CF hosting on limited budget). BlogCFC doesn't run out of the box, but I was inspiried to add some code to switch the createObjects to cfinvoke calls (only added init calls to some functions). That and skip over the localization (since I couldn't

Re: What CMS for .cfm?pageid=

2006-05-05 Thread Adam Howitt
Maybe, but since many entry level cms tools are page based instead of asset based, the idea of pageid= isn't particulary novel. I got 57 million results when I googled it: http://www.google.com/search?q=pageid On 5/5/06, Doug Bedient [EMAIL PROTECTED] wrote: I'm starting to see this in a lot

Re: URL Structure

2006-05-05 Thread Jose Diaz
Hi Tuan Maybe something like this would help, cfset ourString = Src=blahblahstoryID=1234Yahoo=hello cfloop list=#ourString# index=i delimiters= cfset ourString2 = #i# cfoutput#i#/cfoutput/br cfloop list=#ourString2# index=i2 delimiters== cfoutput#i2#/cfoutput/br /cfloop hr /br /cfloop

  1   2   >