Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Robertson-Ravo, Neil (RX)
And you think that PHP or Microsoft does this? Can you tell me the best .NET or PHP guy around? I doubt it. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678

Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Robertson-Ravo, Neil (RX)
You could also just reply "Why not?" and see what comes back... "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential a

RE: PostgreSQL Case Sensitive Data?

2007-01-12 Thread Dave Watts
> Now, I know that the table names and columns are case > sensitive, and I already took care of all of those issues. > But data? Case sensitive data?? > I'm actually in shock over this one. Anyways, shock aside, > is there some way that I can make it not be case sensitive > with the data? Y

Re: weirdness with application scope variables

2007-01-12 Thread Matt Quackenbush
To set the struct in your example into the application scope, you'd simply set it to an application-scoped variable when calling the method. Dave already answered your "why not" question, so I'll just say: "yeah, what he said!" :-) HTH Matt On 1/12/07, Kay Smoljak <[EMAIL PROTECTED]> wrote

Re: PostgreSQL Case Sensitive Data?

2007-01-12 Thread Matt Quackenbush
Jon, I wholeheartedly agree that a password should be a case sensitive check, without a doubt. My apps always do that. But that kind of illustrates my point: *my apps handle it*. I believe that case rules should fall on the shoulders of the app, not the database. I have no problem whatsoever

Re: PostgreSQL Case Sensitive Data?

2007-01-12 Thread Jon Clausen
Matt, There's no way that I know of. Just my 2 cents, but I think that case sensitivity with data is a wonderful thing - especially when it comes to user authentication. (http://en.wikipedia.org/wiki/ Password_strength) I think you'll probably have to handle that within the query - or ju

Re: weirdness with application scope variables

2007-01-12 Thread Kay Smoljak
>You should not attempt to overwrite variables or scopes created by CF. Thanks Dave - that's what I was trying to work out. Is it actually attempting to overwrite it? If so, I'm happy with that answer. It just seemed odd that it would work. Other application variables set outside of that bit of

Re: weirdness with application scope variables

2007-01-12 Thread Kay Smoljak
>The variables from within the CFC will NOT go to the application scope. >They belong to the CFC itself. Maybe I should be clearer - I am using the CFC to return values that I want to use in other parts of the application - eg a simplified version of what is does is this: > Also, I

RE: weirdness with application scope variables

2007-01-12 Thread Dave Watts
> So my question is: is this a bad practise? Is there a reason > not to the what I've done here? This is on 7.0.2, if that matters. You should not attempt to overwrite variables or scopes created by CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the hi

Re: weirdness with application scope variables

2007-01-12 Thread Matt Quackenbush
The variables from within the CFC will NOT go to the application scope. They belong to the CFC itself. Also, I doubt very much that you'll find many that will condone using returnvariable="application" . HTH Matt On 1/12/07, Kay Smoljak <[EMAIL PROTECTED]> wrote: > > I was experimenting with a

weirdness with application scope variables

2007-01-12 Thread Kay Smoljak
I was experimenting with a CFC that returns a struct. I tried setting the returnvariable directly to the application scope like this: I didn't think it would work, but it seems to - almost. If I cfdump #application.myvar#, for example, the value is displayed. But if I cfdump the entire applic

PostgreSQL Case Sensitive Data?

2007-01-12 Thread Matt Quackenbush
Hello, After successfully importing my entire MS SQL database and having the Pg server up and flying, I decided to make a copy of my site and test everything out. I went to the login screen, filled in my user name and password and submitted. After several unsuccessful attempts, it dawned on me w

ColdFusion is a key part of Adobe's core business, important strategically over the next year.

2007-01-12 Thread greg h
*fyi ... following of John Dowdell's blog from Wednesday: http://weblogs.macromedia.com/jd/archives/2007/01/cf_nugget.cfm CF nugget: * Just a datapoint here... I'm sitting in a company-wide meeting right now, and am under the usual

Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Peter Tilbrook
It is stable. Built on solid technology (J2EE). Is one of the, if not the most mature, over 11 years old now. And better yet Adobe are making an even better version as we speak. ~| Create robust enterprise, web RIAs. Upgrade &

Re: Multiple Published Dates

2007-01-12 Thread Richard Dillman
But wouldn't this require someone to add a new date and select all the children that are in that issue every month? Maybe a further clarification is in order... Kids become available and unavailable all the time. Sometimes a child could be added to the Pub and left there for years at a time. T

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Matt Quackenbush
All- I am very pleased to announce that I have the entire SQL Server database duplicated on PostgreSQL, indexed, PKs, FKs, clustered, etc, and it ROCKS! Not only that, but my 43-line queries all work properly and are lightening fast! Unless I come across something completely unexpected, I feel co

RE: Flash Form Code

2007-01-12 Thread Kevin Aebig
Here's the trick, just uncheck them all everytime one is checked. That way there's only ever one checked. Cheers, !k -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 3:29 PM To: CF-Talk Subject: RE: Flash Form Code Yeah, as soon as I sent th

Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Ali Majdzadeh
Hi everyone: Thanks alot for the great replies. I really used them. Infact I will code it all by myself with least help from read-to-use code_templates. I will use DW8/CFEclipse and CF7 to make it. Mark said 10hours and I really doubt that it can be done under 100hours maybe twice even. Thanks

Re: Page Not Loaded Warning?

2007-01-12 Thread Robertson-Ravo, Neil (RX)
This obviously doesn't cater for ctrl-p or File > Print (if the toolbars are visible) "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Andy Matthews
Heh...very good point. For $3500 you don't get options. -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 4:40 PM To: CF-Talk Subject: RE: Client asked me: "Why you use coldfusion?" Holy crap. I think everyone is missing the real argument

Re: Page Not Loaded Warning?

2007-01-12 Thread Robertson-Ravo, Neil (RX)
Don't display anything until it has loaded (unless the problem is the report is so big the DOM is taking ages to process client side) That way they shouldn't need or have to press print. Ajax is not required to show a status message, just "standard" Javascript. "This e-mail is from Reed Exh

Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Matt Quackenbush
LMAO! Couldn't have said it better myself! On 1/12/07, Emmet McGovern <[EMAIL PROTECTED]> wrote: > > Holy crap. I think everyone is missing the real argument. Just say this. > "For the price I'm quoting, I'll code in whatever the damn hell I please!" > That should be argument enough. > > -e >

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Michael E. Carluen
I think there are more than enough written resources available out there that compares CF against PHP, ASP etc... as Josh pointed one out directly from Adobe. Most of which however, are written to convince developers on what platform to develop on. At one point or another, we've all been asked by

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Emmet McGovern
Holy crap. I think everyone is missing the real argument. Just say this. "For the price I'm quoting, I'll code in whatever the damn hell I please!" That should be argument enough. -e -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 5:07 P

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Jon Clausen
Glad to help. Have fun. :-) -Jon On Jan 12, 2007, at 4:52 PM, Matt Quackenbush wrote: > Jon, > > Your solution worked just fine actually :-) Thanks again! > > > Matt > ~| Create robust enterprise, web RIAs. Upgrade & integ

Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Josh Nathanson
Here's a link that addresses your issue directly (don't know if anyone posted this one yet): http://www.adobe.com/devnet/coldfusion/articles/php_cfmx.html This might give your client something to chew on. -- Josh - Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk

Re: Page Not Loaded Warning?

2007-01-12 Thread Greg Luce
Thanks Dave. That sounds like a smart way to go. :-) I'll look at that. Greg On 1/12/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > > Has anyone heard of a tag or a way to keep users from > > submitting forms or clicking print buttons (our own print > > buttons, menubars aren't displayed usually)

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Dave Watts
> The client asked me "why are you using Coldfusion and why > don't you use ASP.Net or PHP?". Can you please send me a link > that compared the major server side technologies that I show > the client the big advantages of Coldfusion compared to others. You don't really need a link for this, jus

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Matt Quackenbush
Jon, Your solution worked just fine actually :-) Thanks again! Matt ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adob

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Jon Clausen
Truthfully,I've always done it with CF so I don't know what the fully query would be with postgres. You can run the following query to get the table names and primary key names (where they are defined) select table_name, column_name from information_schema.constraint_column_usage ; Then ju

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Ben Nadel
Josh, Thanks for the feedback. While it might seem odd to have questions that are almost identical, it is quite valid because: 1. As more people submit questions, this is just bound to happen. 2. Before taking the test, you MUST become familiar with the subtle difference between similar question

RE: Flash Form Code

2007-01-12 Thread Bruce Sorge
Yeah, as soon as I sent this email I figured it out and sent another one to disregard. The only thing that I am trying to figure out now is, how to make it so that if the first checkbox is checked, the other two are not. If one of the other two is checked, then the first one is unchecked. Looks lik

RE: cfsearch issue

2007-01-12 Thread Everett, Al \(NIH/NIGMS\) [C]
>From what I'm reading, only "AND", "OR", and "NOT" will cause problems, as the other words need to be escaped with brackets in the search criteria. You could try this UDF, http://www.cflib.org/udf.cfm?ID=760, but I don't know if it's up to date for CFMX 7. -Original Message- From: Jason

RE: Page Not Loaded Warning?

2007-01-12 Thread Dave Watts
> Has anyone heard of a tag or a way to keep users from > submitting forms or clicking print buttons (our own print > buttons, menubars aren't displayed usually) before the > page completely loads? I'm sure there are ways to code this, > but I'm looking at going back and implimenting on alot of

Re: Flash Form Code

2007-01-12 Thread Teddy Payne
Where is checkbox2? You are binding a value to a checkbox that doesn't seem to be declared. Teddy On 1/12/07, Bruce Sorge <[EMAIL PROTECTED]> wrote: > > Here is the code that is not working. The thing is, it worked two days > ago, > and I did not make any changes to this form at all. > > heig

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Joshua Cyr
Fun test. I know this was mostly a quick proof of concept, but since you are looking for feedback. Some of the questions are almost identical. True or False: You can use more than one tag block within a tag block statement. True or False: You can only use one tag block within a tag block

Re: Flash Form not working at all

2007-01-12 Thread Jacob Munson
Did you check /all/ the logs? I found a Flash forms error in coldfusion-event.log, which is in {coldfusion-root}\runtime\logs in our environment. On 1/12/07, Bruce Sorge <[EMAIL PROTECTED]> wrote: > I do that on my dev server by default and no error message. Checked the logs > and there is nothin

RE: CF patch installation problems

2007-01-12 Thread Dave Watts
> http://www.adobe.com/support/security/bulletins/apsb07-02.html > > I shut down all of the services that the instruction say to. > CF, IIS, and Windows Management Instrumentation service. > > I rename the current wsconfig.jar to wsconfig.jar.bu, copy > the downloaded jar to the folder and run

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Ben Nadel
Josh, Sorry, I had some practice questions lying around from a study guide so I just put them up there to kick things off. I had trouble with them too (which is why I had a stack of them lying around :)). .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Ben Nadel
Andy, thanks for that catch! There are probably a bunch of typos in there some where. I am pressed for time, so perhaps demoing prematurely. Thanks. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/

Re: Page Not Loaded Warning?

2007-01-12 Thread Greg Luce
Teddy, I think you're right on disabling the print function. I was just hoping to disable our print button. We have some special print stuff going on, and the menu bars aren't on this page. The users know they have to use our print button. John, I figured there were ways to code a page to behave l

RE: SeeFusion Rocks

2007-01-12 Thread Dave Watts
> How does it stack up against Fusion Reactor? Is there a preference > out there or are they different animals? I like SeeFusion a bit better, because I find it easier to identify problems with it. However, some people I know prefer Fusion Reactor, because they find it easier to monitor servers ge

RE: CFHTTP vs Form post

2007-01-12 Thread Dave Watts
> I have a basic form that posts to a partners site. It returns > xml just fine. When I use CFHTTP it rejects the username and > password. > > I am not getting a connection issue just a refusal of > username and password. What authentication mechanism are you using when you post from a browse

Re: using java.utils.logging with CF

2007-01-12 Thread Larry Lyons
> Hi, > > Has anyone used the java.utils.Logging api with CF? The powers that be > want me to use this with our apps but I'm a bit clueless at this stage. > > > CFLog is definately out as is Log4J. > > any help would be appreciated. > > thx, > larry never mind I figured it out. ~~~

Re: Page Not Loaded Warning?

2007-01-12 Thread John Cox
On 1/12/07, Teddy Payne <[EMAIL PROTECTED]> wrote: > > Are you talking of disabling the print feature of the browser? I do not > think you can achieve that. > > You can load your report into a pop-up and disable the tool bars and that > will hinder "most" of the average users. > > You may need to

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Matt Quackenbush
Jon, Thanks for the reply. Indeed I did miss it. I was hoping to write one long ..sql script and run it from my query editor and update all tables in a single connection. Are you aware of a way to do that? If not, I'll use your CF solution :-) Matt On 1/12/07, Jon Clausen <[EMAIL PROTECTED

Re: Disregard Flash Form Issue

2007-01-12 Thread Teddy Payne
It's Friday, we forgive you. =) Teddy On 1/12/07, Bruce Sorge <[EMAIL PROTECTED]> wrote: > > I found the error. Please disregard. I checked the Application.log file > and > it showed me the error. I was looking at the application name log file. > > >

Re: Page Not Loaded Warning?

2007-01-12 Thread Teddy Payne
Are you talking of disabling the print feature of the browser? I do not think you can achieve that. You can load your report into a pop-up and disable the tool bars and that will hinder "most" of the average users. You may need to also have a message that loads that says, 'Loading Data..." to in

Re: CF Exam Certification Study Gruop

2007-01-12 Thread Josh Nathanson
Hey Ben, That's really sharp. Too much CFERROR stuff though, I crapped out on that. Guess I need to study! -- Josh ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doublec

Disregard Flash Form Issue

2007-01-12 Thread Bruce Sorge
I found the error. Please disregard. I checked the Application.log file and it showed me the error. I was looking at the application name log file. ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 w

Flash Form Code

2007-01-12 Thread Bruce Sorge
Here is the code that is not working. The thing is, it worked two days ago, and I did not make any changes to this form at all. In order to prevent fraud and continue to provide you with outstanding promotions, we ask that you provide us some b

Page Not Loaded Warning?

2007-01-12 Thread Greg Luce
Has anyone heard of a tag or a way to keep users from submitting forms or clicking print buttons (our own print buttons, menubars aren't displayed usually) before the page completely loads? I'm sure there are ways to code this, but I'm looking at going back and implimenting on alot of old reports a

Re: CF Exam Certification Study Gruop

2007-01-12 Thread Christopher Jordan
Maybe it was a Yoda kind o' thing: "Do you this question? Think it is ambiguous? Hmm?" :o) Chris Andy Matthews wrote: > Nice one Ben! You're full of surprises! > > One typo. At the bottom of each page the checkbox line reads "Do you this > question...". I'm guessing that should read "Do you THIN

RE: Flash Form not working at all

2007-01-12 Thread Bruce Sorge
I do that on my dev server by default and no error message. Checked the logs and there is nothing there either. -Original Message- From: Jacob Munson [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 10:57 AM To: CF-Talk Subject: Re: Flash Form not working at all > Any reason why

Re: CF Exam Certification Study Gruop

2007-01-12 Thread Teddy Payne
Ben, Top shelf mate! A good clean interface and intuitive functionality. Cheers, Teddy On 1/12/07, Ben Nadel <[EMAIL PROTECTED]> wrote: > > Hey all, I don't know what you have decided on, but over the last few > days I threw this together. It's probably not too helpful now (more of a > proof of

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Andy Matthews
Nice one Ben! You're full of surprises! One typo. At the bottom of each page the checkbox line reads "Do you this question...". I'm guessing that should read "Do you THINK this question..." andy -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 200

Re: Multiple Published Dates

2007-01-12 Thread Teddy Payne
I put in the ID fields on the bridge tables to give the relationships a unique key for ease of querying. I guess I am just lazy. =) Teddy On 1/12/07, Deanna Schneider <[EMAIL PROTECTED]> wrote: > > That's essentially what I was saying, Teddy just did a better job of > articulating the details.

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Jon Clausen
Matt, I sent in a previous e-mail but you may have missed it: SELECT pg_catalog.setval(pg_catalog.pg_get_serial_sequence ('#table#','#table_id#'), (SELECT max(#table_id#) FROM #table#), true); That way you don't have to provide the sequence name. HTH, Jon On Jan 12, 2007, at 2:41 PM, Matt Qu

Re: Multiple Published Dates

2007-01-12 Thread Deanna Schneider
That's essentially what I was saying, Teddy just did a better job of articulating the details. (Whether or not you need periodicalissueid and periodicalChildId is a matter of style. I tend not to do that and just use the composite ID's instead.) On 1/12/07, Teddy Payne <[EMAIL PROTECTED]> wrote:

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Ben Nadel
Hey all, I don't know what you have decided on, but over the last few days I threw this together. It's probably not too helpful now (more of a proof of concept), but you might want to take a look. At the very least, I would love some feedback. http://www.bennadel.com/coldfusion-testing/ Thanks!

Re: Flash Form not working at all

2007-01-12 Thread Teddy Payne
As Jacob had said, by defacto Flash Forms do not publish an error message. If the Flash Form fails to load, it fails silently without an error message. This is a behavior of Flash development in general. Teddy On 1/12/07, Jacob Munson <[EMAIL PROTECTED]> wrote: > > > Any reason why a Flash For

RE: cfsearch issue

2007-01-12 Thread Jason Herbolsheimer
Is there a set list of reserved words that I can/should use? Is there a udf out there that I could use/modify to replace and surround these reserved words with single quotes? -Original Message- From: Everett, Al (NIH/NIGMS) [C] [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 1:1

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Matt Quackenbush
I don't know why i wrote the '+1' in there when I wrote the email. I'm not using it in the actual statement. The specific syntax error is that the ( is invalid. On 1/12/07, Matt Quackenbush <[EMAIL PROTECTED]> wrote: > > Okay, so far I'm *really* liking Pg. I have successfully imported all of >

Re: App Stress Testing

2007-01-12 Thread Joseph Lamoree
On 12 Jan 2007, at 09:03, Eric J. Hoffman wrote: > Is there a recommendation from other out there that have used stress > testing apps as to what they prefer? We need to benchmark some > performance capacities and surge capacities, and want to use the > app to > actually put our apps through t

RE: cfsearch issue

2007-01-12 Thread Everett, Al \(NIH/NIGMS\) [C]
If you want to use a reserved word as part of the Verity search, you need to put it in quotes. Criteria="Why $50 per Barrel Oil is 'Not' Out of the Question" -Original Message- From: Jason Herbolsheimer [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 2:06 PM To: CF-Talk Subje

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Matt Quackenbush
Okay, so far I'm *really* liking Pg. I have successfully imported all of my tables and data, and have everything fixed with one exception: updating the currval() of the sequence for the 'auto_number' fields. I can go through each sequence one at a time with the GUI and update it, but I'd obviousl

cfsearch issue

2007-01-12 Thread Jason Herbolsheimer
Hello, I have run into a problem using a verity index and cfsearch. The problem I'm having is that the search string that is being used has the word "Not" in it. The search string is listed below, with the error I'm getting. The cfsearch code is listed below that. Does anyone know how I get arou

Re: Flash Form not working at all

2007-01-12 Thread Jacob Munson
> Any reason why a Flash Form would just stop coming up? I get no errors at > all. When I remove the Format=Flash attribute, the form shows up, just not > in Flash. There's a setting in the CFAdmin to display errors for Flash forms, you might turn that on if you can. Or you can check the logs, it

Re: Multiple Published Dates

2007-01-12 Thread Teddy Payne
I would agree with Deanna. That is a necessary step, but then I would suggest normalizing one step further. tbl_Children (childID, ...) tbl_Periodical (periodicalID, ...) tbl_PriodicalIssue (periodicalIssueID, month, year, periodicalID) tbl_PeriodicalChild (periodicalChildID, childID, periodic

Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Cutter (CFRelated)
The following is an example of, basically, the same piece of code written in three different languages. It is a query of a mysql datasource that then outputs the resulting recordset to the page. Obviously the word wrap of mail will make some things appear larger than they are, but.. **

Flash Form not working at all

2007-01-12 Thread Bruce Sorge
Any reason why a Flash Form would just stop coming up? I get no errors at all. When I remove the Format=Flash attribute, the form shows up, just not in Flash. Thanks, Bruce ~| Create robust enterprise, web RIAs. Upgrade & integ

RE: Disregard: Testing...

2007-01-12 Thread Rick Faircloth
Not yet... still waiting for CF 8... :o) Rick -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 11:53 AM To: CF-Talk Subject: Re: Disregard: Testing... >>trying to make sure my email Ha? I thought you were upgrading from CF 4.5... ;-)

CFHTTP vs Form post

2007-01-12 Thread R J Kvamme
I have a basic form that posts to a partners site. It returns xml just fine. When I use CFHTTP it rejects the username and password. I am not getting a connection issue just a refusal of username and password. Anyone have an experience with this? R J Kvamme Interactive Technology Source

Re: Multiple Published Dates

2007-01-12 Thread Deanna Schneider
I'd probably make each issue of the publication it's own ID, and then put that ID in with the kid's ID in your join table (instead of start/stop dates). You'll have more records in your join table, but more accurate data and it'll be easier to then just group by the issue to get the list of kids in

Multiple Published Dates

2007-01-12 Thread Richard Dillman
I have a table of kids [tbl_Children] ID (integer PK) Firstname (varchar 50) I have a talbe of periodicals and how often they publish [publications] ID (integer PK) Distribution (integer) (simpy weather or not they publish monthly or quarterly) Title (varchar 50) I have a table of kids to periodi

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Bruce Sorge
I am the same way. If the customer does not have at least 50% up front, no dice. I even got burned by my own brother on a couple of grand for his website (which does not exist as I pulled the code). And once I finish the work, get paid the remainder, and they want maintenance, I have them sign a ma

Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Josh Nathanson
I wholeheartedly agree with Pablo. Create an estimate based on an hourly rate; let them know it's an estimate and that if you go over the estimated hours, you'll bill them for the additonal hours at the hourly rate. Get 1/3 or 1/2 of your estimate up front. If they can't do that, skip it, un

Re: App Stress Testing

2007-01-12 Thread Josh Nathanson
OpenSTA. Very easy to use and very free. http://opensta.org -- Josh - Original Message - From: "Eric J. Hoffman" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, January 12, 2007 9:03 AM Subject: App Stress Testing > Is there a recommendation from other out there that have used stre

Re: SeeFusion Rocks

2007-01-12 Thread Josh Nathanson
I haven't used FusionReactor but SeeFusion is dynamite. Huge +1 on that. For $299 it's a steal. -- Josh - Original Message - From: "Eric J. Hoffman" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, January 12, 2007 8:57 AM Subject: RE: SeeFusion Rocks > How does it stack up against

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Scott_A . _Stewart
I rarely do side work anymore, I've been burned once too often. I had a client, based in Texas. I had met him through the martial arts community. He wanted some minor ASP work done. We worked out a cost and he agreed to it. I completed the work and billed him. What I didn't know is that he was

Re: Database design?

2007-01-12 Thread Teddy Payne
I recommend: http://en.wikipedia.org/wiki/Database_normalization There are examples for every normalization form. This should help you think of what aspects you want to capture and how to relate to one another. Teddy On 1/12/07, Scott Weikert <[EMAIL PROTECTED]> wrote: > > You might consider a

App Stress Testing

2007-01-12 Thread Eric J. Hoffman
Is there a recommendation from other out there that have used stress testing apps as to what they prefer? We need to benchmark some performance capacities and surge capacities, and want to use the app to actually put our apps through their paces at those usage levels for verification. I know Mic

Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Pablo Varando
I tend to stay away from giving a "final" project price for this specific reason... I was burned once too... to the tune of $350K... so I learned my lesson quickly! :) Since I will not give a final price; instead I will create a quote for a client based on estimates.. but I will always charge c

CSS & IE6 are butting heads

2007-01-12 Thread Jake Churchill
I need some help with a CSS menu that I'm writing. It is a simple 2 level menu, level 1 is a horizontal list, level 2 is a dropdown list. I have this working in all browsers, but I ran into a hitch with IE6. The site is http://cfwt.cfwebtools.com The active 1st level menu item will have clas

RE: SeeFusion Rocks

2007-01-12 Thread Eric J. Hoffman
How does it stack up against Fusion Reactor?Is there a preference out there or are they different animals?In the market for an app like this. Eric J. Hoffman Managing Partner 2081 Industrial Blvd StillwaterMN55082 mail: [EMAIL PR

Re: 5 day week calendar

2007-01-12 Thread Jordan Michaels
http://calendar.viviotech.net/ Might not be exactly what you're looking for, but then again it might be... ;) Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Blue Dragon Alliance Member [EMAIL PROTECTED] Richard Cooper wrote: > Has anyone come across a descent CF cale

Re: Disregard: Testing...

2007-01-12 Thread Claude Schneegans
>>trying to make sure my email Ha? I thought you were upgrading from CF 4.5... ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~

Re: Database design?

2007-01-12 Thread Scott Weikert
You might consider a table that basically is one row per interaction. You'd have the seller's account ID, the interested party's account ID, the ID of the item in question. A field with an "interaction type" value - different codes for what's going on. Maybe a currency field for the value in qu

Disregard: Testing...

2007-01-12 Thread Rick Faircloth
Testing. trying to make sure my email server hasn't been blocked somewhere along the route. Rick ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Ian Skinner
Unless it's your brother-in-law... Then you are stuck :) Or your own father, that is even harder. I chalk it up as a great place for practicing, learning and experimenting as well as a few pennies. At least I get to do the site anyway I see fit. It helps greatly that it is NOT my day job/pri

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Mark A Kruger
I understand that beggars can't be choosers but Here are a couple of tips: 1) Find out about the company or client's financing. Most clients will give you reassurance (as in "yes I can pay.. I'm loaded with cash and everyone lves my idea"), but see if you can get more information than tha

Re: SeeFusion Rocks

2007-01-12 Thread Jose Diaz
I agree completly Jonathan, a great piece of software :) On 1/11/07, Jonathan Block <[EMAIL PROTECTED]> wrote: > > I must give kudos to the makers of seefusion. Today I had another ulta > frustrating problem with my CF app and it was clues I got from using > SeeFusion that helped me fix the error.

5 day week calendar

2007-01-12 Thread Richard Cooper
Has anyone come across a descent CF calendar system that works for the working day. i.e 5 day week with, for example, 30 minute time slots 9 - 5? ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 wi

Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Jim Wright
Ali Majdzadeh wrote: >Plus 5 different templates for the parts and a Logo and flash intro. I'd say $3500 may sound fair for just this part of it (and probably low, as I often find that the design, being very subjective, can be the part of a project that really balloons)...I'll join the chorus o

Re: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Christopher Jordan
I think everyone's got a story like this (or will have sooner or later), and mine was no different... except that the client never paid me. I think I would add (if it hasn't been said already) that people should get program requirements in writing. This keeps the client from coming back and say

Database design?

2007-01-12 Thread Doug Brown
I am designing a classifieds ad site and am trying to figure out something. On the page that displays the ad, I would like to have 2 buttons that determine what a buyer would like to do. one button would be a "buy now" and would inform the seller that someone has agreed on their price and wants

Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Teddy Payne
Rob you are right. It was a typo. Configuration files not file. There are a lot of different files that update many different areas. Workspaces are meant to keep track of perspectives, views, editor preferences, key bindings..etc. You can of course have many workspaces and multiple versions of

using java.utils.logging with CF

2007-01-12 Thread Larry Lyons
Hi, Has anyone used the java.utils.Logging api with CF? The powers that be want me to use this with our apps but I'm a bit clueless at this stage. CFLog is definately out as is Log4J. any help would be appreciated. thx, larry ~~

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Mark A Kruger
Good stuff mike... And not just the part about me being dead right :) -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 8:53 AM To: CF-Talk Subject: Re: Client asked me: "Why you use coldfusion?" Mark's dead right. Make sure you know what the

RE: Flex?

2007-01-12 Thread Kevin Aebig
There are free versions of AMF remoting for PHP, Java, .NET, Perl and a few others. And as far as porting your app over, it's all about the app. I'm in the same situation and I've found that you need to weigh your options carefully and list the reasons that would make it worthwhile. Don't do it s

  1   2   >