Re: Compare two tables

2007-12-14 Thread C. Hatton Humphrey
Just a thought, Ian, but you might try this solution versus doing a QoQ with lists versus doing a nested loop to test for matches and see which one actually works better for you performance-wise. If you've got 40k records, that's a lot of data to be shuttling back and forth! On Dec 14, 2007 1:14

Re: Compare two tables

2007-12-14 Thread C. Hatton Humphrey
Yeah, this is a case where it would be nice if QofQ had more capability. This would be simple with the ability to do an outer join between the tables. Luckily it only needs to be done once, or at least only a few times until it is determined what is out of sync between the old version

Re: Compare two tables

2007-12-14 Thread C. Hatton Humphrey
Scratch that idea - I just re-read the quickdocs and QoQ doesn't support joins at all. (*grumble*) Just saw where you found a possible solution... yay! On Dec 14, 2007 1:03 PM, C. Hatton Humphrey [EMAIL PROTECTED] wrote: Yeah, this is a case where it would be nice if QofQ had more

Re: Reading NMEA-183 Messages off Com Port w CF?

2007-12-14 Thread C. Hatton Humphrey
Are there any other resources out there that I would be able to use in conjunction with ColdFusion? Is there a Java library that can be redistributed with a commercial app? Some thoughts on this - 1) If you are running CF8 you can broaden your search to C++ as well as .NET... CF7, it's C++ or

Re: Clarification about FCKEditor Use on websites...

2007-12-11 Thread C. Hatton Humphrey
Just a note on that point - the CF8 RichText version has images, files and spell checking disabled. I've actually moved to TinyMCE at this point after posting a request for feedback comparing the two here about a week ago. Hatton On Dec 11, 2007 12:41 PM, Rick Faircloth [EMAIL PROTECTED] wrote:

Re: Clarification about FCKEditor Use on websites...

2007-12-11 Thread C. Hatton Humphrey
(*nods*) this is true and I looked into that as an option, however in the end it became extremely clear that it was less time (and therefore money) to install TinyMCE and a third-party image manager than modify the richtext implementation. Obviously I'd love to be able to go back and change it

Re: Well, that a bummer... cftextarea...

2007-12-11 Thread C. Hatton Humphrey
+1 On Dec 11, 2007 10:33 PM, Will Tomlinson [EMAIL PROTECTED] wrote: Try tinymce + rick's sweet cffm. I had the same prob with fcked. Will First user of CF9) ~| Check out the new features and enhancements in the

Re: CFTextarea richtext=quot;yesquot; vs TinyMCE

2007-12-05 Thread C. Hatton Humphrey
Thanks for the replies, I guess nobody's going to show FCK any love ;) Guess that makes my decision easy. Hatton ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

Re: While we're talking about AJAX...

2007-12-04 Thread C. Hatton Humphrey
which is demonstrating something extremely similar to the problem I'm having. Silly question now but where can I check on the status of the bug he reported? I'll rephrase the question - where is the Adobe bug tracker so I can add this to that ticket, they seem to be directly related. Thanks,

CFTextarea richtext=yes vs TinyMCE

2007-12-04 Thread C. Hatton Humphrey
I'm at a critical point here and need some help... I've been using FCKEditor for a while and went through the steps to enable spell checking on our web server and fix the built-in image manager plugin. I did this knowing that when I upgraded to CF8 that the CFTextArea would be making use of

While we're talking about AJAX...

2007-12-03 Thread C. Hatton Humphrey
Okay, I got my other question taken care of, it ended up being a manual Javascript function. Now I'm trying to get the form to be nice to me in IE. I have the form built in a tabular fashion... the auto-suggest is falling behind the form elements below it. I'm pretty sure this isn't a CF

Re: While we're talking about AJAX...

2007-12-03 Thread C. Hatton Humphrey
? -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 11:54 AM To: CF-Talk Subject: While we're talking about AJAX... Okay, I got my other question taken care of, it ended up being a manual Javascript function. Now I'm trying to get the form

Re: While we're talking about AJAX...

2007-12-03 Thread C. Hatton Humphrey
Now I'm trying to get the form to be nice to me in IE. I have the form built in a tabular fashion... the auto-suggest is falling behind the form elements below it. I'm pretty sure this isn't a CF specific issue but since these are CF tags being called I'm going to ask here. Well, after

Re: While we're talking about AJAX...

2007-12-03 Thread C. Hatton Humphrey
Unfortunately this is happening in IE7. On Dec 3, 2007 5:24 PM, Kris Jones [EMAIL PROTECTED] wrote: Probably a known IE CSS bug. If you are running IE6, and the form element which is obscuring your auto-suggest is a drop-down, there isn't a solution that I know of. Take a look at PIE:

Form Binding Question

2007-11-30 Thread C. Hatton Humphrey
So I'm building a new CFForm and making use of CF8's cfc binding utilities... I'm building a quick-order form with x (variable) rows. I need to have an order subtotal calculated and that's where I've hit my problem... for the individual columns I have something along these lines: cfloop from=1

CFInvoke not finding method

2007-11-28 Thread C. Hatton Humphrey
Running into a strange thing - I'm trying to execute a CFInvoke tag, calling a method I just wrote into a CFC but I'm getting an error saying that the method can't be found. CFM code: cfinvoke component=parser method=requestMethod returnvariable=ReturnXML cfinvokeargument

Re: CFInvoke not finding method

2007-11-28 Thread C. Hatton Humphrey
cffunction name=requestMethod access=publicreturntype=struct output=false Found the problem... there wasn't a space between the public and returntype. Oops! ~| ColdFusion 8 - Build next generation apps today, with

Re: Showing dynamic data in two side by side groups

2007-11-26 Thread C. Hatton Humphrey
You need to make use of the STARTROW and MAXROWS attributes of the CFOUTPUT tag to do this. Hatton On Nov 26, 2007 4:15 AM, Ali Majdzadeh [EMAIL PROTECTED] wrote: Hi: I'm trying to make a show dynamic data (dynamic table) using dw/cf8. I works fine but it shows data down the page while I

Re: EOL Delimited file

2007-11-19 Thread C. Hatton Humphrey
It's CRLF for windows dos files (13/10). cfset MyBreak = CHR(13) CHR(10) Hatton On Nov 19, 2007 3:14 PM, Robert Harrison [EMAIL PROTECTED] wrote: I'm writing a quick option to dump data to a delimited file from a query. No problem formatting the query data. Question is, what do I put at

SOT: Where to buy CF8 WACK (probably again)

2007-11-05 Thread C. Hatton Humphrey
I just got a notice from Amazon.com that Parts 2 and 3 of the CF8 WACK are being delayed - Part 2 is scheduled to arrive between 11/29 and 12/1. Part 3 is scheduled to arrive between 12/28 and 12/31 This represents almost a month's delay! I did a quick look at BN.com and they're showing

Re: Kelly Blue Book API?

2007-11-02 Thread C. Hatton Humphrey
Does anyone know if KBB.com has a public API? My company directs car dealers to use their site, which means that they're no longer on OUR site. We'd love to keep them on our site of course, but this is an essential tool for them. Ideally we'd be able to interact with their API to get vehicle

Re: I want to put my webroot on a drive other than C...

2007-11-02 Thread C. Hatton Humphrey
you have to change it in your web server (IIS by the looks of it) as well. On 11/2/07, Rick Faircloth [EMAIL PROTECTED] wrote: Possible? I can't seem to get a straight answer from the 'net. Does the webroot have to be at C:\Inetpub\wwwroot ? I'd really like to have it at

Re: Creating an Audit Trail

2007-10-31 Thread C. Hatton Humphrey
I have a multiuser CSR application that has some audit functionality to track certain changes to customer records (for instance change of first name or last name, who changed it and what was it before?). It already logs these changes, but I think it could be more efficient. I was wondering

Re: CFC to check spam score BEFORE sent...

2007-10-29 Thread C. Hatton Humphrey
I would like to install something on our server that will check an emails spam score before we send it out to catch any problems. If you know of one I'd love to hear about it as well. One idea that came to mind - if there were a way to use CFExecute to fire off SpamAssassin and tell it to

Re: CF8 CFGRID bind problem on include

2007-10-25 Thread C. Hatton Humphrey
What does the AJAX debugging window say? It's nothing but INFO's It shows where the CFC is invoked and I see the recordset there. Something does strike me as odd though - The top line is: info: http: CFC invocation response: then it shows the HTML and CFMenu that go above the grid (are there

Re: CF8 CFGRID bind problem on include

2007-10-25 Thread C. Hatton Humphrey
Not sure if that is showing what it should or not. Like I said, I had this working when it was a single page with no includes. I use the Application.cfc onRequestStart and OnRequestEnd to include the header and footer files. Surely that wouldn't be affecting things? Apparently it does

CF8 CFGRID bind problem on include

2007-10-24 Thread C. Hatton Humphrey
I'm running into an interesting problem. I'm working on a CFGrid based data list that is going to be included on several different pages. The grid is using the BIND feature to allow for AJAX sorting and pagination. The problem that I'm running in to - I moved the code into an include and now I

Re: Training Powerpoints for Sales

2007-10-12 Thread C. Hatton Humphrey
I'm sure others will have plenty of reasons, but my suggestion would be to actually create the presentation using CF8's new presentation tags. Then, on the last slide of the presentation, make note that you used CF8 for what they just witnessed. I would not mind creating and posting

SOT: Training Powerpoints for Sales

2007-10-12 Thread C. Hatton Humphrey
(Cross-posting to talk) Folks - I have been asked to give a brief (15 minute) presentation to our sales staff in a couple of weeks about ColdFusion, why we selected it as our primary development platform, some of the things that we can do with it (we have CF8) and blurbs for overcoming typical

Re: Problem buying coldfusion 8.

2007-10-08 Thread C. Hatton Humphrey
We bought ours from CDW. Hatton On 10/8/07, NUGROHO NOTO [EMAIL PROTECTED] wrote: My server is in US, I live in Japan, but I am not japanese. I want to buy coldfusion 8 (standard), but there is problem. - if I log in to adobe store... because my credit card is registered in Japan, adobe

Re: CF8/IIS6 issues

2007-10-04 Thread C. Hatton Humphrey
I moved my blog to my VPS last night - the VPS account is Windows 2003/IIS6/CF8. I added a new site in IIS, removed and reran all connectors and I'm still getting nothing but a blank page for all .cfm pages under this site. There is a cflocation at the root (http://cfsilence.com) that

Re: CF 8 Book by Ben Forta, Ray Camden and others - now in stock

2007-09-27 Thread C. Hatton Humphrey
I posted a while back when the release date came and went but Amazon was still showing a November ship date. I ordered all 3 books from Amazon - free shipping and a slight discount for ordering all three. They're showing a ship date between Nov 9 and Nov 14. (*grumble*)

Re: CF8: Why would I be getting an access error with this query?

2007-09-19 Thread C. Hatton Humphrey
I'm getting an access denied error because of line 36 (middle line) in this query: cfquery name=get_user datasource=#dsn# password=#password# username=#username# select * from users where user_email = '#trim(form.user_email)#' and user_password =

Re: remove a number from a series of numbers

2007-09-12 Thread C. Hatton Humphrey
Is it possible to remove a digit from a multi-digit number IE: 2007 would become 207? You would have to treat the number as a string, loop over it and rebuild the string excluding that particular character or digit space. For your particular example: cfset OldValue = 2007 cfset NewValue =

Re: Creating XML from RecordSet

2007-09-06 Thread C. Hatton Humphrey
Flash doesn't do anything server side, so I'm not sure what you're trying to say. I was thinking that it did not but have had things like that pop up. However I just implemented the idea and it works beautifully! Thanks for the idea! Hatton

Creating XML from RecordSet

2007-09-05 Thread C. Hatton Humphrey
Howdy folks... couldn't find this one searching so I figure I'll throw it out - Environment is CF7, working with a pre-built Flash photo gallery that reads configuration from an XML file. I need to create this file on the fly, what is the best way to do it. I'm thinking of two different

Re: Creating XML from RecordSet

2007-09-05 Thread C. Hatton Humphrey
You don't even need to write it to a file. Point the Flash app at a CFM page that dynamically generates the XML (or returns a cached version of it if performance is an issue) and set the mime type of the response to XML. You have no orphan files, and the Flash app never knows (or cares) that

Re: Creating XML from RecordSet

2007-09-05 Thread C. Hatton Humphrey
You don't even need to write it to a file. Point the Flash app at a CFM page that dynamically generates the XML (or returns a cached version of it if performance is an issue) and set the mime type of the response to XML. You have no orphan files, and the Flash app never knows (or cares) that

Re: Session Vars Time Out

2007-08-30 Thread C. Hatton Humphrey
In the CF Admin, I've got all session and application vars set to timeout at 1 hour. In my Application file, I've got the same settings, with all the appropriate locks and what not. Can you post the CFApplication tag? ~|

Restrict Document Action Access

2007-08-22 Thread C. Hatton Humphrey
I could have sworn that I saw this topic come up before but can't find any relevant threads so I'll post it again - We have a client that needs to create a secure area where they are going to post documents. These are currently in MS Word format. The client wants the user to be able to access

Re: choosing a CF ecommerce solution...

2007-08-21 Thread C. Hatton Humphrey
Good evening group. I have a question about CF ecommerce packages. I am looking for the following features: I'd ask that replies get posted publically, more than a few are probably interested in this! Hatton ~| Get the

Re: attribute tracing

2007-08-02 Thread C. Hatton Humphrey
If there is no tracing program, can anyone suggest a really good file search program like windows explorer but that actually works on .cfm and .cfc templates? Extended search in Homesite/CFStudio? I *think* CFE has an equivalent.

Delivering Static PDFs with Dynamic Ones

2007-08-01 Thread C. Hatton Humphrey
So I have a project were the client wants two different reports, one static that is a Checklist and the other that is dynamically generated. They want to be able to either view or print these reports AND to be able to combine them in one result. My original idea was to have the checklist as an

Re: Delivering Static PDFs with Dynamic Ones

2007-08-01 Thread C. Hatton Humphrey
Not yet, getting there though. On 8/1/07, Raymond Camden [EMAIL PROTECTED] wrote: You using CF8? It lets you merge PDF documents. On 8/1/07, C. Hatton Humphrey [EMAIL PROTECTED] wrote: So I have a project were the client wants two different reports, one static that is a Checklist

Re: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread C. Hatton Humphrey
On 7/23/07, Jason Fill [EMAIL PROTECTED] wrote: I am looking for several opinions on all these frameworks and any others. I'm basically in the same boat and have decided to work with Fusebox. I'd love to hear thoughts/experiences on this topic too!

ColdFusion Report Builder Docs

2007-06-14 Thread C. Hatton Humphrey
I'm just starting to work with CF Report Builder and wanted to read through the docs... only problem is that I can't seem to find any except 5 or 6 scant pages on LiveDocs. Do any exist? Hatton ~| Create Web Applications With

Custom 404 For Single IIS Site

2007-06-06 Thread C. Hatton Humphrey
I'm not sure if this is something that I can do but I'm hoping it's possible: I have a single site defined in IIS. According to the properties tag in IIS I can define custom error messages for each site. Can this page be a .cfm page? Here's why I ask, I've been approached by someone that wants

Re: Custom 404 For Single IIS Site

2007-06-06 Thread C. Hatton Humphrey
Yes, you can use a CFM file for this, we do this for 403s and redirection. I must be missing something, I've created a simple .cfm page and pointed the site's 404 error messages to all point to it. I've restarted the IIS service. I'm still getting the default IIS error. Ideas?

Re: Custom 404 For Single IIS Site

2007-06-06 Thread C. Hatton Humphrey
Yes, you can use a CFM file for this, we do this for 403s and redirection. I must be missing something, I've created a simple .cfm page and pointed the site's 404 error messages to all point to it. I've restarted the IIS service. Make sure is a it Message Type = URL type error

Re: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread C. Hatton Humphrey
On 6/5/07, Kevin Aebig [EMAIL PROTECTED] wrote: I would definitely prove to him that a classic ASP component can't compare to the modern stuff that's out. Also, unless it uses a DLL (crap), there's no reason that you could reverse engineer it to use it in a custom tag. It's actually a VBScript

Re: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread C. Hatton Humphrey
Than you might just be finding yourself in quite the mess. Is this CMS only supposed to support windows users? No, it's supposed to run on a Windows server. The editor is extremely cross-platoform (IE, NS, FF, Opera and Safari) friendly. H

Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread C. Hatton Humphrey
Here is a real-word application for interoperability: The company that I work for just bought another company that has a CMS written in classic ASP. They utilize CuteEditor (http://cutesoft.net/asp/). I have been tasked with porting their CMS to ColdFusion... kicker is that the boss wants to

Re: CF Poster

2007-05-30 Thread C. Hatton Humphrey
likely means http://www.cfquickdocs.com/ Thanks for the correction Yves - like I said, I've got it bookmarked ;) ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business. Upgrade now

Re: The CF Dissenters Have Been Smacked Down

2007-05-30 Thread C. Hatton Humphrey
Why does the whole CF thread remind me of Escape from New York Hey Snake... Heard you were dead... To quote Mark Twain - The reports of my death are greatly exaggerated ~| ColdFusion MX7 by Adobe® Dyncamically transform

Re: CF Poster

2007-05-29 Thread C. Hatton Humphrey
I am not aware of one, but if one exists, I would like to know also. TeraTeach anyone?? I'd like to see one as well, however lately I've made great use of CFQuickDocs.org It's a good site to have! ~| Macromedia ColdFusion MX7

Re: Tracking email campaigns - any better ideas?

2007-05-28 Thread C. Hatton Humphrey
If I might throw in my two cents - I'm currently building something very similar, however for mine we're tracking not on read emails but rather bounced or rejected messages using the reply to email address to catch anything coming back using CF. Every customer gives us an email account that we

Speaking of Scopes (was Re: Scope Memory)

2007-05-26 Thread C. Hatton Humphrey
Application scope only exists once per application. Session exists once for each user. You might get away with bloated memory usage in application, but if you are not careful what you place in session your problem can very quickly multiply. On that note I have a question - I am looking into

Re: ComputerWorld, CF, and reality...

2007-05-25 Thread C. Hatton Humphrey
It's a great time to be a ColdFusion developer, and it's only getting better. Just to pipe in on this thread - I'm working at a startup, a new web shop with good contact for a client base. We have made the decision to make our product line using CF with the concept that we will have other

Re: Purchasing ColdFusion

2007-05-21 Thread C. Hatton Humphrey
Not an option. If you feel like laughing at me view the message thread in CF-Community I posted yesterday: http://www.houseoffusion.com/groups/cf-community/thread.cfm/threadid:24170 Ahh, oops :-) Well, that was the storm cloud - the silver lining is that the boss decided (and found the

Re: Purchasing ColdFusion

2007-05-19 Thread C. Hatton Humphrey
http://www.buntel.com/blog/ Tim Buntel just mentioned this deal only recently. Check the link above. But essentially: You know you want Scorpio when it ships, but you have a project that you need to work on now. Oh, what to do? Fear not! We have a nice deal going on now with 2 partners

Fwd: Purchasing ColdFusion

2007-05-18 Thread C. Hatton Humphrey
So after the nucluear meltdown of my life yesterday I was told that we are going to purchase CFMX 7 assuming that we will get the upgrades to 8 when the time comes around. Question is this - where would you recommend purchasing from? After speaking with Adobe we're looking for resellers or

Re: Purchasing ColdFusion

2007-05-18 Thread C. Hatton Humphrey
Is something up with Adobe's online shop ? We contacted Adobe and they said we might be able to get a better deal through a reseller rather than directly from them. At least that's what I was told. Bluedragon? Not an option. If you feel like laughing at me view the message thread in

Re: Fwd: Purchasing ColdFusion

2007-05-18 Thread C. Hatton Humphrey
What about Railo? Would this be an option? Unfortunately not. We have direct and immediate needs for functionality found in 7.0. Ralio is at 6.1 compatibility. ~| Deploy Web Applications Quickly across the enterprise with

Re: ASP Version of CFEverywhere

2007-05-02 Thread C. Hatton Humphrey
Will the end user / client be getting it on a CD? My question is why do you need to demo via a CD? Seems a little odd. I haven't the foggiest idea WHY they want the site on a CD... these are people used to selling tangible product and I guess it helps them to have something to hold on to.

Re: Coldfusion Salary

2007-05-02 Thread C. Hatton Humphrey
What kind of salaries are being offered these days for coldfusion developers with 7 - 10 years experience in california area, full time and consulting. Thx This has been a topic for discussion on the CF-Talk thread in the past. There was a site created at http://www.keystonesymposia.org/cfs/

SOT: ASP Version of CFEverywhere

2007-05-01 Thread C. Hatton Humphrey
I'm being asked, Can we make this ASP (classic) based website run on a CD? Some searching of the archives here reminded me of CFEverywhere and I know about Ralio but those are CF engines, I need something along the same lines for ASP. Any suggestions? Thanks! Hatton

Re: ASP Version of CFEverywhere

2007-05-01 Thread C. Hatton Humphrey
Some searching of the archives here reminded me of CFEverywhere and I know about Ralio but those are CF engines, I need something along the same lines for ASP. Any suggestions? How about a VMware appliance? The user would have to install VMware Player This is for a sales rep to take

Re: Salaries

2007-04-22 Thread C. Hatton Humphrey
Not only experience but location. Very true - I'm in Buffalo and our salaries are about 1/2 of what they are in other areas... but cost of living is about 1/4 of other areas. ~| Deploy Web Applications Quickly across the

Re: Salaries

2007-04-21 Thread C. Hatton Humphrey
These values seem to match my gut. However I'm not sure if the number of years using cf should drive salaries. Experience is a factor in salaries but then again so is skill. ~| Upgrade to Adobe ColdFusion MX7 The most

Re: Urgent Help Please!

2007-04-16 Thread C. Hatton Humphrey
Any idea's would help, I am getting screamed at!!! A mallet? Hatton ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: How display value of form input file with type=file when user returned to prefilled form after validation error?

2007-04-11 Thread C. Hatton Humphrey
Does anyone know of a way to redisplay what was entered in the field where a user browsed to a file to upload and then returns to the form entry screen after submission b/c of validation errors? Doesn't happen, can't happen. Best thing to do is save the file they selected originally and put

Re: Building a Web Proxy with Authentication

2007-04-09 Thread C. Hatton Humphrey
problems with what you're doing is that these authentication schemes typically keep an auth cookie in the browser. When making an authentication request from another server, that cookie stays on the requesting entity - the server itself. You would have to pass the contents of that

Re: Building a Web Proxy with Authentication

2007-04-08 Thread C. Hatton Humphrey
There's a big difference between Windows authentication and Windows-like authentication - I'm not even sure what you mean by that. Windows authentication typically doesn't use a password - the password itself is hashed by the client, and the hash is sent to the server for comparison. IIS

Re: Building a Web Proxy with Authentication

2007-04-08 Thread C. Hatton Humphrey
On 4/8/07, Dave Watts [EMAIL PROTECTED] wrote: We're trying to integrate utilities like Sharepoint, which ties in to the domain for authentication but pops up the Username and Password prompt. That's what I'm defining as Windows Like. IIS can authenticate users against the domain using

Re: Building a Web Proxy with Authentication

2007-04-08 Thread C. Hatton Humphrey
I could be forgetting but I believe that using basic authentication isn't a great option in general. If you're site is not running SSL I think password and usernames are sent as clear text. Mine is not to question why or how things are working, only to build a mechanism that unifes their

Re: Building a Web Proxy with Authentication

2007-04-07 Thread C. Hatton Humphrey
My big issue now is how to call a page that uses Windows (or windows-like) authentication. Is it as simple as passing the username and password parameters for a CFHTTP call? The sites that I'm going to be linking to use either the IIS authentication or web form authentication. Anyone?

Re: CF way to let someone see SQL table data

2007-04-06 Thread C. Hatton Humphrey
Assuming that you're using MSSQL or something similar, you can write a query that hits the metadata. I blogged on this a long time back at http://www.ithinkitsnifty.com/index.cfm?commentID=12 HTH Hatton On 4/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm looking for a safe way to share

Building a Web Proxy with Authentication

2007-04-05 Thread C. Hatton Humphrey
So my boss comes to me the other day and says, I want to provide our clients with a unified login for all the various web based tools we provide. I said that I could. We're building a new front-end that is going to accept a client login and then provide links to the various tools we offer. My

Re: Quick Books Import

2007-04-04 Thread C. Hatton Humphrey
I am looking for someone who is familiar with quick books. I have a customer who has about 30 online orders per day. The orders are not tied into quick books in any way so at the end of each day the customer has to go back and manually insert each order. I have never used Quick Books and I am

Re: Help Selling ColdFusion to non technical Marketing VP

2007-03-28 Thread C. Hatton Humphrey
On 3/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: All, I need some independant articles or references that that talk about how ColdFusion is just as good if not better than Microsoft's .Net. While not an article I would love to share the personal experience that I'm having today...

Re: Change Log on database updates - need some ideas

2007-02-21 Thread C. Hatton Humphrey
On 2/21/07, Mike Chabot wrote: I have programmed comprehensive audit trails and data change logs a few times before. I recommend using triggers on every database table that needs to be tracked, and force all queries to go through stored procedures. The benefit of using triggers is that if you

Re: Change Log on database updates - need some ideas

2007-02-21 Thread C. Hatton Humphrey
On 2/21/07, Dave Watts [EMAIL PROTECTED] wrote: Their database, not mine. It's a big flat thing. I was joking about the bit datatype thing, but if you really have 1200 columns - not rows, columns - the firing of the original database designer should be an auditable event. +1!!! Owch... if

Re: Coldfusion Online HTML editor

2007-02-02 Thread C. Hatton Humphrey
On 2/2/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 02 Feb 2007, Ali Majdzadeh wrote: you introduced is great but is there anything like that with best cfm integration? Thanks To do what, exactly ? Are you talking about editing .CFM files online?

Re: MORE spam...

2007-01-27 Thread C. Hatton Humphrey
On 1/27/07, Michael Dinowitz [EMAIL PROTECTED] wrote: I have a standard minimum for House of Fusion as it stands now. 10 million, cash. No stock, no promises, not 1 single penny less than 10. Anyone who is willing to pay that much now really is dedicated to the ColdFusion community. Of course,

Re: CF on Apache

2007-01-14 Thread C. Hatton Humphrey
On 1/14/07, Cutter (CFRelated) [EMAIL PROTECTED] wrote: OK, trying something new here and hit a minor road block. Going to put CF on top of Apache on a WinXP Pro box. Following the directions of the ACME guide, while installing the multiserver instance of CF 7 I am to put the following into

Re: Looking for Ray Camden's Application.cfc breezo

2007-01-10 Thread C. Hatton Humphrey
Isn't it great that you can be in two places at once! On 1/10/07, Raymond Camden [EMAIL PROTECTED] wrote: I have to admit - that is a bit freaky to read. ;) On 1/10/07, Mike Kear [EMAIL PROTECTED] wrote: Thanks Ray and Assistenza. I've passed it on to the colleague. I figured it was

Re: OT: eclipse HTML GUI plugin

2007-01-08 Thread C. Hatton Humphrey
nVU? http://www.nvu.com/index.php On 1/8/07, Chad Gray [EMAIL PROTECTED] wrote: Anyone recommend a GUI HTML editor for Eclipse? Kind of like Dreamweaver's Design view. I have a friend who is more designer than programmer and needs something free to edit pages in a graphic kind of way

Re: Simple source control

2006-12-28 Thread C. Hatton Humphrey
On 12/27/06, Douglas Knudsen [EMAIL PROTECTED] wrote: he who commits first wins, eh? Second place entires have to be merged IF there is a conflict. Sure, lock the files, but this defeats the purpose of 'concurrent versions' to steal a term from the CVS world. I think the point is that if

Re: CF Gets Slammed at Christmas Breakfast

2006-12-26 Thread C. Hatton Humphrey
It's hard to type every little thing that happened, but I did laugh at her when she first started. I said C'mon Aunt Laura, you know better than anyone that ANYBODY can write a *hitty program with ANY language. What she probably has is a program written by someone trying to impress her for

Re: i'm a daddy

2006-11-26 Thread C. Hatton Humphrey
Congratulations! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly

Re: I just got Java 1.5.0_09 to work with coldfusion 7.01

2006-11-14 Thread C. Hatton Humphrey
Forgive my ignorance but what is the cumulative effect of this manual upgrade? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your

Re: Are there any experts in CF Server for Linux?

2006-11-13 Thread C. Hatton Humphrey
On 11/13/06, Andy Matthews [EMAIL PROTECTED] wrote: My system guys are very down on CF lately and I'm trying to provide feedback and input as to the causes of various errors. The owner of the company and the system guys all think they've done everything they can to tune CF, but I suspect that

Re: Does Coldfusion obey Windows Hosts

2006-11-09 Thread C. Hatton Humphrey
On 11/10/06, Tony Hicks [EMAIL PROTECTED] wrote: For some reason that my hosting staff hasn't been able to answer, my server cannot pull up the sites on it without the designations being in the windows hosts file. Cold fusion seems unable to cfhttp to my server and I can think of no other

Re: All I can say is... wow

2006-10-31 Thread C. Hatton Humphrey
BTW I posted this here completely by accident, I meant to send it to CF-Community. Apologies for the OT-Ness. Hatton ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

All I can say is... wow

2006-10-30 Thread C. Hatton Humphrey
It's safe for work and fun to watch, don't have your sound turned up too loud. http://www.circoripopolo.be/comicduo ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: SOT: Any way to get table names and datatypes via a query?

2006-10-22 Thread C. Hatton Humphrey
On 10/22/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: The problem is I would assume the dimore expects you are an sa login? Actually it's not based on login at the execution of the script, simply at the datasource level. Whatever the DSN can see, the script will dump... tables, SP's,

Re: SOT: Any way to get table names and datatypes via a query?

2006-10-21 Thread C. Hatton Humphrey
I've built something similar that lets me create a SQL Script dump file similar to what MySQL allows. Here's the starting idea for the query - SELECT SO.Name as TableName, SC.Name as ColumnName, ST.Name + CASE WHEN ST.Status = 2 THEN '(' + CONVERT(VarChar(6), SC.Length) + ')' ELSE CASE WHEN

Re: SOT: Any way to get table names and datatypes via a query?

2006-10-21 Thread C. Hatton Humphrey
On 10/21/06, Pete Ruckelshaus [EMAIL PROTECTED] wrote: That's awesome Hatton, thanks. I'll look in BOL to see if I can figure a better way to find the datatypes, since only varchar and int IDENTITY seem to be set in your script. That was the initial query that I wrote for the dumper... I

Re: Am I off base ?

2006-10-10 Thread C. Hatton Humphrey
On 10/10/06, Tom Kitta [EMAIL PROTECTED] wrote: It's been my experience that any good development team would have some documentation ... Yeah, but even good developers may have bad managers ... +1 In teaching programming I listen to the other instructors as well. Recently I was discussing

Re: ColdFusion SQL question

2006-10-07 Thread C. Hatton Humphrey
I am using ColdFusion MX 7 and a MySQL database. I have a database of surveys taken with each record having a date that the survey was taken. MySQL and dates are a strange thing. The biggest issue is that dates are treated differently depending on the version of the MySQL server you're

<    1   2   3   4   5   6   7   >