RE: Coldfusion Auction Software

2006-11-09 Thread Bryan F Hogan
You can also check out http://www.eacgallery.com/ and http://www.premierauctionsonline.net/ -Original Message- From: Rick Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 6:24 PM To: CF-Talk Subject: Re: Coldfusion Auction Software Craig, The company that I work for

RE: see my query - watch it fail

2006-11-08 Thread Bryan F Hogan
cfdump var=#qry_myQueryName# -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 10:31 AM To: CF-Talk Subject: see my query - watch it fail I have a really cool query for a SEARCH form. It has an AND/OR radio button between fields. It

RE: see my query - watch it fail

2006-11-08 Thread Bryan F Hogan
wants to see the actual SQL. Just enable debugging and the query will show up in debugging info. Russ -Original Message- From: Bryan F Hogan [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 10:34 AM To: CF-Talk Subject: RE: see my query - watch it fail cfdump var

Re: Strip dots out of ip address

2006-06-27 Thread Bryan F. Hogan
replace(yoyoma, '.', '', 'all') - Original Message - From: [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, June 27, 2006 4:33 PM Subject: Strip dots out of ip address All, I'm trying to strip the dots out of ip addresses. I'm trying to use it as part of a

OT: Empty Select Option Based On Browser

2005-04-25 Thread Bryan F. Hogan
Hi All, I can't remember what version or type of browser it was but if you had the following select box it would display an empty option. Could someone please tell me if they have seen this and in what browser type and version it was. select name=test1 option value=1One/option option

RE: MetaData Tags

2005-04-21 Thread Bryan F. Hogan
Thanks Kevin, having the correct term will allow me to find better information. Meta Data is a little general, that's why I couldn't find too much information. Thanks Bryan -Original Message- From: Kevin Graeme [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 1:20 PM To: CF-Talk

RE: wtf are those advertizing links in the text?

2005-04-20 Thread Bryan F. Hogan
I feel that if it went to a subscription fee (which I think it should), it would raise the level of discussion and it would allow Michael to be a little more aggressive to what is acceptable. -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20,

MetaData Tags

2005-04-20 Thread Bryan F. Hogan
Normally I grasp things fairly quick, but this time I'm having a hard time understanding what the talk is about MetaData tags. Can someone give me a high level overview and an example of how to tag something? Thanks Bryan ~|

RE: MetaData Tags

2005-04-20 Thread Bryan F. Hogan
Ooops, sorry, I'm talking about this http://weblog.infoworld.com/udell/2005/04/20.html#a1219 Not meta tags, meta data tags. :-) -Original Message- From: Dana [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 11:19 PM To: CF-Talk Subject: Re: MetaData Tags In ten words or less

RE: MetaData Tags

2005-04-20 Thread Bryan F. Hogan
I probably didn't get an answer because everyone was thinking the same thing you did and they thought I was being strange so they ignored me. :-) Thanks Anyways -Original Message- From: Dana [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 11:30 PM To: CF-Talk Subject: Re:

RE: MetaData Tags

2005-04-20 Thread Bryan F. Hogan
Thank You, I'll look into it. -Original Message- From: Rick Mason [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 12:08 AM To: CF-Talk Subject: Re: MetaData Tags Bryan, You're talking about the semantic web which is Tim Berners Lee's plan for web 2.0.

RE: macromedia and Adobe?!

2005-04-19 Thread Bryan F. Hogan
I did this with BlogMan and you should have heard the out cry for from everyone about not knowing what it was and how to use it. All the whining. They didn't like how they had to republish MT when they'd make a design change so I said ok, lets do this. But then they didn't like the file name

RE: macromedia and Adobe?!

2005-04-18 Thread Bryan F. Hogan
I have been a proponent of CF for a long time. However I recently was hired to work for a gaming (gambling) Hotel in LV and I will not bring CF with me. In the past 4 years CF has been moved around far too much. I will not work with a product that I feel may not be here from one day to the next

FW: paragraphFormat()

2005-04-14 Thread Bryan F. Hogan
Am I the only one that is angered by the fact that paragraphFormat() bites? MM needs to fix the output or get rid of the tag. I know it is a carry over from the beginning, but it has always been invalid. ~| Logware

RE: FW: paragraphFormat()

2005-04-14 Thread Bryan F. Hogan
I know how to work around it, I was just releasing some anger. :-) paragraphFormat2 that Ben wrote doesn't work very well. The XHTML one does however, paragraphFormat() should work exactly like xhtmlParagraphFormat() does. It's dumb that paragraphFormat() places a P after the text and not before

RE: Just a nice little feature for your clients

2005-04-13 Thread Bryan F. Hogan
It is a very nice idea, http://weblogs.macromedia.com/ does it, and I do it for all of our Intranet searches, exports, history, etc. It's not new, it does come in handy and is very usefull to most people. -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Rss feeds... modified since... ?

2005-04-13 Thread Bryan F. Hogan
http://www.petefreitag.com/item/235.cfm -Original Message- From: Phillip P Rutherford II [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 4:58 PM To: CF-Talk Subject: Rss feeds... modified since... ? Is there a way to check the timestamp on an rss feed before actually having to

RE: OT: Import Access table into MS SQL

2005-04-08 Thread Bryan F. Hogan
Choose Copy Objects and Data. -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 3:27 PM To: CF-Talk Subject: Re: OT: Import Access table into MS SQL Claude Schneegans wrote: Hi, I'm using the import facility in MS SQL 7 Entreprise Manager to

RE: OT: Import Access table into MS SQL

2005-04-08 Thread Bryan F. Hogan
It def works with Access databases. Is Access password protected? Is it readonly?. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 5:15 PM To: CF-Talk Subject: Re: OT: Import Access table into MS SQL Choose Copy Objects and Data. I'd

RE: calling an inherited cfc function from within a cfc

2005-04-06 Thread Bryan F. Hogan
As just an FYI, named args are buggy in general. If you put a CFC instance in a struct for example, so you have somestruct.somecfc, you can't call a method using named args either. I must be missing something. Can you show an example of what you can't do?

RE: You have to laugh - the world is full of half-wits

2005-04-06 Thread Bryan F. Hogan
For reasons I won't bring up here, lately I have a sneaky feeling the world is run by a panel of Aristocratic Monkies with eye-glasses and pipes arguing how to do this and that. ~| Logware (www.logware.us): a new and convenient

RE: Async CFML (demo on damons blog)

2005-04-06 Thread Bryan F. Hogan
Is there a specific reason I've missed that you recommend client variables to be turned off? -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 11:35 AM To: CF-Talk Subject: Re: Async CFML (demo on damons blog) Either turn client variables

RE: Async CFML (demo on damons blog)

2005-04-06 Thread Bryan F. Hogan
I feel like an as* for asking something I already knew. Thanks for reminding me. -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 11:45 AM To: CF-Talk Subject: Re: Async CFML (demo on damons blog) Well for one, querying the database for

RE: Async CFML (demo on damons blog)

2005-04-06 Thread Bryan F. Hogan
thanks -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 11:59 AM To: CF-Talk Subject: Re: Async CFML (demo on damons blog) On Apr 6, 2005 8:41 AM, Bryan F. Hogan [EMAIL PROTECTED] wrote: Is there a specific reason I've missed that you

RE: Error Message No more data available to read. on CFMX 6

2005-04-05 Thread Bryan F. Hogan
Here is some info from Steven Erat. http://www.talkingtree.com/blog/index.cfm?mode=entryentry=40F4C7EA-45A6-284 4-7D0C4841EA190125 ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

RE: CF6 Server crashing, . displays in browser

2005-04-05 Thread Bryan F. Hogan
Steven Erat has info http://www.talkingtree.com/blog/index.cfm?mode=entryentry=B14AFA31-45A6-284 4-74EB63FB3560B748 ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

RE: Anything wrong with this statement?

2005-04-04 Thread Bryan F. Hogan
Yes, photos should be var scoped and I like to place parins around my calcs. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 12:06 PM To: CF-Talk Subject: Anything wrong with this statement? Is there anything wrong with this statement in an

RE: Anything wrong with this statement?

2005-04-04 Thread Bryan F. Hogan
: Anything wrong with this statement? yes, but what you like to do (placing parens around calculations) doesn't mean there's anything wrong with the original statement in and of itself... On Apr 4, 2005 12:07 PM, Bryan F. Hogan [EMAIL PROTECTED] wrote: Yes, photos should be var scoped and I like

RE: Filter Output Based on List

2005-04-02 Thread Bryan F. Hogan
Others have given you your answer on what you were looking for, but I want to give you and others who are working with feeds some ideas to better work with them. 1. Do your processing on a scheduled basis and parse the feed into a database. 2. Do any other processing on the feed before you enter

SOT: SQL Concatenation

2005-04-01 Thread Bryan F. Hogan
Sorry for this, but I've lost my mind this morning. Please is someone could tell me how to do this I would be forever grateful. SELECT billToAddress1 + ' ' + billToAddress2 AS billToAddress FROM tbl_orderHeader_archive If the billToAddress2 column is null or empty this select statement

RE: SQL Concatenation

2005-04-01 Thread Bryan F. Hogan
Wow, that took a long time. Nevermind, I did find my answer. Ltrim(Rtrim(shipToAddress1 + ' ' + coalesce(shipToAddress2, ''))) -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 11:11 AM To: CF-Talk Subject: SOT: SQL Concatenation Sorry

RE: .html files in cfmx7

2005-03-29 Thread Bryan F. Hogan
Stop it stop it... you're making my head spin ;-) Do you really need to do this? -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 12:41 PM To: CF-Talk Subject: .html files in cfmx7 anyone figure out how to tackle this? making the changes in

RE: .html files in cfmx7

2005-03-29 Thread Bryan F. Hogan
I know. IMO it's ok for extensions, but running HTML files through a server :-) -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 12:48 PM To: CF-Talk Subject: RE: .html files in cfmx7 Yes -- I don't do .html files, but I have whole sites

RE: .html files in cfmx7

2005-03-29 Thread Bryan F. Hogan
You're not thinking far enough ahead. It depends on your situation. Here is a real life scenario. Boss comes to you without notice and says that he has a website that you need to setup on the shared server. Now on this shared server the html extensions are mapping through to CF. Now this new site

RE: .html files in cfmx7

2005-03-29 Thread Bryan F. Hogan
:-)! -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 2:24 PM To: CF-Talk Subject: RE: .html files in cfmx7 Isn't all of this the point of having standards? Could you imagine if everyone named their Word and Excel docs with all kinds of

RE: .html files in cfmx7

2005-03-29 Thread Bryan F. Hogan
Ken I agree, you choose the simplest route to get the best results. You misunderstood what I meant when I was saying referring to the simplest method. -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 2:41 PM To: CF-Talk Subject: RE: .html

Push Information to Users Across Intranets

2005-03-08 Thread Bryan F. Hogan
Hi All, I've got an idea that I would like to see what'ya all think about. I have a need to publish some information across my Intranets. I was thinking about a message center where the message center pod would read from a global RSS file and display information as needed. However I would like to

RE: Push Information to Users Across Intranets

2005-03-08 Thread Bryan F. Hogan
If you're talking about the MSN like window it can be done, but first I'll have to buy a new Flash Projector then have an extra install right? I was going to do the same thing that MSN Messenger does with their web version. I wrote a C# browser for their Intranet's, I guess I can use that to do

RE: Push Information to Users Across Intranets

2005-03-08 Thread Bryan F. Hogan
Right, I was going to include that. They already have an outlook today like landing page. The only problem is they can set their start page to any component page they choose. I am going to include the message center pod, but I still need to push it to them also. -Original Message- From:

RE: Push Information to Users Across Intranets

2005-03-08 Thread Bryan F. Hogan
Yeah, it's a great idea if I was using a Flash Application. However all of my stuff is accessed traditionally or via their Intranet desktop browser. My option without adding more complexity to the application with other plugins is to either you a C# component in the browser or DHTML since they can

RE: Push Information to Users Across Intranets

2005-03-08 Thread Bryan F. Hogan
Not to start a war, but no way! -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 12:45 PM To: CF-Talk Subject: Re: Push Information to Users Across Intranets look at Central yet?

RE: Push Information to Users Across Intranets

2005-03-08 Thread Bryan F. Hogan
I agree, I was looking for peoples thoughts on the annoyance factor. I know what the options for implementation are. Thanks for you reply though. -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 1:22 PM To: CF-Talk Subject: RE: Push Information

RE: Push Information to Users Across Intranets

2005-03-08 Thread Bryan F. Hogan
I've been praying that some of these smart flash guys would actually build one that can be implemented into an Intranet, but as of yet haven't found one that is a nice fit. -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 4:45 PM To: CF-Talk

RE: Push Information to Users Across Intranets

2005-03-08 Thread Bryan F. Hogan
as of yet haven't found one that is a nice fit Out of the ones below you either have to write your own or is too big. These are all options for those who would like to spend the time implementing or want a huge stand-alone application. :-) -Original Message- From: Eric Dawson

RE: Discover a variable's type?

2005-03-04 Thread Bryan F. Hogan
You can always make a UDF for this. I'd check CFLib.org for one that may be there already. -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 3:00 PM To: CF-Talk Subject: RE: Discover a variable's type? Well from a CF angle you have

RE: Web Based Spreadsheet To MSSQL Mapping

2005-03-03 Thread Bryan F. Hogan
:21 pm, Bryan F. Hogan wrote: send it to me. Against all of my recommendations to have us write an import function they don't want to spend the money. So, fine. Let them do it that way. When it breaks, explain why. -- Tom Chiverton Advanced ColdFusion Programmer

RE: Web Based Spreadsheet To MSSQL Mapping

2005-03-03 Thread Bryan F. Hogan
Ok, let me reiterate. I care for them because I know if they can see an example, they will foot the integration bill. These are clients that I have that we have been working with for the last 5 years. I care for them because they sustain our business and even if they were one of our smaller

RE: Web Based Spreadsheet To MSSQL Mapping

2005-03-03 Thread Bryan F. Hogan
Ah, and that's why I don't want to write it myself. I was thinking something along the lines of a mail merge. -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 11:42 AM To: CF-Talk Subject: Re: Web Based Spreadsheet To MSSQL Mapping A matching

RE: Questions on a dynamic tab delimited export and regular expressions

2005-03-03 Thread Bryan F. Hogan
Please by all means use cfsavecontent for your output variable. cfsavecontent variable=myVar Do stuff /cfsavecontent cffile output=#variables.myVar# ~| Find out how CFTicket can increase your company's customer support

RE: short term contractor required

2005-03-03 Thread Bryan F. Hogan
Dan see http://www.xmlrpc.com/spec Dave see http://www.markme.com/cantrell/archives/002339.cfm -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 2:26 PM To: CF-Talk Subject: RE: short term contractor required What is XML-RPC? Is it like

RE: CF/programming experience from the list?

2005-03-03 Thread Bryan F. Hogan
Well not nearly as experienced as others. However I can say that I'm a web guy through and through. I started around 94 with HTML3 and a little later Javascript and later CSS and XML. One of the sites I was designing had a requirement to display their annual report. The report consisted of a lot

RE: Synchronize 2 databases with CF

2005-03-01 Thread Bryan F. Hogan
Red-Gate will compare the data. -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 12:05 PM To: CF-Talk Subject: RE: Synchronize 2 databases with CF Not the Schema but the DATA Thanks Pat

Web Based Spreadsheet To MSSQL Mapping

2005-02-25 Thread Bryan F. Hogan
I have a client that collects spreadsheets created by their client. They then format the spreadsheet to match the table on their Intranet and then send it to me. Against all of my recommendations to have us write an import function they don't want to spend the money. I'm concerned that it will

RE: Reason to *not* store lots of data in Application scope?

2005-02-24 Thread Bryan F. Hogan
What? How is it not? You write static files vs using the application scope. Depending on the application and environment static files would be as fast if not faster than using the application scope. And you don't have to worry about corruption of the memory or making a mistake in your logic to

RE: Reason to *not* store lots of data in Application scope?

2005-02-24 Thread Bryan F. Hogan
I think the implicit point is that memory (e.g. application scope) is faster than I/O from the disk (e.g a file) -- and considering that *read* would be the far more frequent step than *write*, anything in memory should be faster. I agree if you're using cffile or using cfinclude or the

RE: Reason to *not* store lots of data in Application scope?

2005-02-24 Thread Bryan F. Hogan
Actually, I think you missed part of the point. Regardless of whether the article is data in a database or a text file sitting on a disk, the amount of disk I/O to get those blocks into memory is the same order of magnitude (db page size and fragmentation vs os block size and fragmentation

RE: Sloppy - Yahoo! Slurp throwing CFerrors

2005-02-23 Thread Bryan F. Hogan
I'm sorry if I've missed something in this thread. I have had the same problem before with a few different spiders. I like it happening though because it allows me to find something wrong that would get missed if it is rarely or ever browsed by an actual user. When an error would be generated I

RE: Sloppy - Yahoo! Slurp throwing CFerrors

2005-02-23 Thread Bryan F. Hogan
Strange, you're right about emailing the dump. I like the email though. I guess when you write the full info to disk you can email yourself that an error occurred and the basic message with a link to your log or something. I still email the dump, but I think I may just do what you mentioned. I

RE: Schedular not running every 2 minutes

2005-02-23 Thread Bryan F. Hogan
Still looking into the problem. I'm a host, so I have to find another solution than transfering the site. I'm setting in the admin. -Original Message- From: Nick Baker [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 3:42 PM To: CF-Talk Subject: RE: Schedular not running

RE: Reason to *not* store lots of data in Application scope?

2005-02-23 Thread Bryan F. Hogan
It will depend on the amount of memory you have on your machine. I don't think it is wise though to stuff data other than simple variables or CFC objects. I would try and find a way to store references to my data instead of the data itself. -Original Message- From: Damien McKenna

RE: Reason to *not* store lots of data in Application scope?

2005-02-23 Thread Bryan F. Hogan
You're right. I was thinking of references to objects not the data. If Damien is talking about storing the articles in the application scope I would write them to disk and include them. And then just update them as needed instead of storing them to memory. -Original Message- From: Adrian

RE: Reason to *not* store lots of data in Application scope?

2005-02-23 Thread Bryan F. Hogan
scope? -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] It will depend on the amount of memory you have on your machine. That's isn't a problem, there's plenty to spare. I don't think it is wise though to stuff data other than simple variables or CFC objects. I

RE: Reason to *not* store lots of data in Application scope?

2005-02-23 Thread Bryan F. Hogan
I agree. What do you think Damien? Will that work for you? -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 5:21 PM To: CF-Talk Subject: RE: Reason to *not* store lots of data in Application scope? Maybe only cache current data? If it's

RE: Reason to *not* store lots of data in Application scope?

2005-02-23 Thread Bryan F. Hogan
I hope you don't have any problems. I'm not sure I would dive into myself though. It doesn't give me that warm fuzzy feeling. :-) -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 5:19 PM To: CF-Talk Subject: Re: Reason to *not* store lots

RE: Reason to *not* store lots of data in Application scope?

2005-02-23 Thread Bryan F. Hogan
Most likely. :-) Damien for an example of Aaron's thoughts I did the same thing with the first BlogMan app. I wrote the files as xml and used xsl to format the display. That may be an option for you. -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Wednesday, February

RE: Schedular not running every 2 minutes

2005-02-22 Thread Bryan F. Hogan
minutes. So if you add the event and expect it to run in the next two minutes, it may not. Again, I'm only like 1% sure of this. On Mon, 21 Feb 2005 16:23:19 -0500, Bryan F. Hogan [EMAIL PROTECTED] wrote: Anyone seen the scheduler in CFMX6.1 not run if set to check less than every 10 minutes

RE: SQL Problem

2005-02-22 Thread Bryan F. Hogan
Session is most likely I reserved word. Try [session].division and better yet renaming the table if you can. -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 9:08 AM To: CF-Talk Subject: SQL Problem Hi Can anybody help on why the following

RE: Schedular not running every 2 minutes

2005-02-22 Thread Bryan F. Hogan
. Allan - Original Message - From: Bryan F. Hogan To: CF-Talk Sent: Monday, February 21, 2005 10:23 PM Subject: Schedular not running every 2 minutes Anyone seen the scheduler in CFMX6.1 not run if set to check less than every 10 minutes

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Bryan F. Hogan
If I wanted to know about your product I would have read it from a web feed or signed up to know about from an email notification list. -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:27 PM To: CF-Talk Subject: Free Coldfusion Devs Tool

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Bryan F. Hogan
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] If I wanted to know about your product I would have read it from a web feed or signed up to know about from an email notification list. First off, this is CF related. Secondly, it actually looks useful! Thirdly, how in the hell will you know about

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Bryan F. Hogan
He should be able to make a mac projector and all will be ok for your Mac. -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 2:15 PM To: CF-Talk Subject: Re: Free Coldfusion Devs Tool Kevin The screenshots look great! It reminds me of

Schedular not running every 2 minutes

2005-02-21 Thread Bryan F. Hogan
Anyone seen the scheduler in CFMX6.1 not run if set to check less than every 10 minutes? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a

RE: a little good-natured snooping

2005-02-18 Thread Bryan F. Hogan
The site goes in a refresh frenzy if cookies are disabled. -Original Message- From: Paul [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 1:26 PM To: CF-Talk Subject: a little good-natured snooping Hi all, A client I had quite some time ago asked me to password protect his

RE: Any sites using the new Flash foms?

2005-02-16 Thread Bryan F. Hogan
I don't think anyone doesn't see the benefits. It's just that there are some usability issues keeping a lot of from using them. If the loading issue, memory issues (lot of info in dropdown), and loading icon changes to be static, I'll use them right away. I like them, but their too slow. When they

RE: Any sites using the new Flash foms?

2005-02-16 Thread Bryan F. Hogan
Dave, Ray is not the end all be all. Ray has plusses and minuses just like the rest of us. But I do not feel that Mecha was in any way implying that Ray doesn't know what he is doing. You're right, you use what is right for the job. We are not arguing that, we are arguing the strengths and

RE: AspImage - Watermarking

2005-02-16 Thread Bryan F. Hogan
Don't know about ASP Image, but Alagad's Image.cfc rocks! -Original Message- From: Dov Katz [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 3:56 AM To: CF-Talk Subject: SOT: AspImage - Watermarking Anyone use AspImage via CFOBJECT in their code? I have it and am wondering

RE: Any sites using the new Flash foms?

2005-02-16 Thread Bryan F. Hogan
Dave you have a style of writing that could easily be mis-interpreted. -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 4:01 PM To: CF-Talk Subject: RE: Any sites using the new Flash foms? not saying he is just used him as an example because he

RE: Any sites using the new Flash foms?

2005-02-15 Thread Bryan F. Hogan
So? Libraries for most of the components for DHTML already exist. If I recall correctly there are open source libraries for the DHTML components that the CF Flash forms have. Flash has a library for the calendar, validations, accordian panes, tabs, etc. So does DHTML already most if not all

RE: CFQUERYPARAM in CFC?

2005-02-15 Thread Bryan F. Hogan
Without writing your own validation functions for the argument types it is still needed. Would you want to write a function type for every datatype for all the DBs? -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 12:26 PM To: CF-Talk

RE: CFLOCATION page execution

2005-02-15 Thread Bryan F. Hogan
Are people using Application.cfc to replace their Application.cfm file? It seems strange to me to have a CFC anyplace other than a component folder. What uses have people found for their Application.cfc? Can we use the new functions in an Application.cfm page also? -Original Message-

RE: CFLOCATION page execution

2005-02-15 Thread Bryan F. Hogan
Mudder Fudder! :-) How have you been using your Application.cfc? -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 3:53 PM To: CF-Talk Subject: Re: CFLOCATION page execution [EMAIL PROTECTED] wrote: Are people using Application.cfc to

RE: Flex

2005-02-14 Thread Bryan F. Hogan
Visual Studio is far from Front Page. -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 1:28 PM To: CF-Talk Subject: RE: Flex i dont know, i dont use vs but at least with MM products you can code in ..net can you code in cfm in visual studio? or for

RE: Any sites using the new Flash foms?

2005-02-14 Thread Bryan F. Hogan
Nope, want to know why? Because it takes for ever for them to load. Sometimes the loading box and circle don't come up. The loading circle if and when it comes up is tied to the position of your mouse. I would use them if it would load faster and if it had a nice loading circle like those on MM

RE: Flex

2005-02-13 Thread Bryan F. Hogan
It was meant to be a joke! -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 6:01 PM To: CF-Talk Subject: RE: Flex you surely cant be serious! what you can build in 30 minutes in flex would take you a day in dhtml not to mention browser

CFMX J2EE Failover

2005-02-11 Thread Bryan F. Hogan
Hi all, I'm looking for a low cost option so that when CFMX is offline it fails over to another instance keeping the site running. Does anyone know where I can find information on how to do this? For example if I install a patch and have to restart the CF instance that requests go to another

RE: CFMX J2EE Failover

2005-02-11 Thread Bryan F. Hogan
That's great Adam thanks! Anyone have any recommendations for clustering IIS? -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 9:59 AM To: CF-Talk Subject: Re: CFMX J2EE Failover This may help. Although clustering JRun isn't going to

RE: New bellaalbum 3, CF open source app

2005-02-11 Thread Bryan F. Hogan
Looks interesting. My first thought was to add it to our Intranet to allow our customers to create presentations. Do you have an example of the output posted somewhere? -Original Message- From: Giampaolo Bellavite [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 11:34 AM To:

RE: Flex

2005-02-11 Thread Bryan F. Hogan
Flex reminds me of this guy from 50 First Dates http://www.imdb.com/gallery/ss/0343660/FFD-273.jpg I'm going to wait until Longhorn. I just don't feel that flash applications are worth the time it takes to make it work right. It's still much simpler to use DHTML components that Flash Components.

RE: CFMX 7 feature breakdown

2005-02-09 Thread Bryan F. Hogan
I agree with this 100%. While reading this, I remember the time I was trying to start my own training company with a partnership with the local Colleges and Universities in my area. All were interested but wanted me to have the CF Certified Trainer cert. Well according to MM you can't get a cert

RE: CFMX 7 feature breakdown

2005-02-09 Thread Bryan F. Hogan
To become a Certified Trainer you had to be sponsored by a certified training center. And if I remember correctly in order to become a certified training center you had to have 3 certified trainers on staff. Well for someone trying to start their own center how then do they become a certified

RE: Escaping for javascript

2005-02-09 Thread Bryan F. Hogan
jsStringFormat() -Original Message- From: G. Brown [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 10:03 AM To: CF-Talk Subject: Escaping for javascript Simple question... Is there an easy way to escape strings passed to javascript in Cold Fusion, aside from using the

RE: ArrayInsertAt Question

2005-02-09 Thread Bryan F. Hogan
cfset myArray[1][1][1]='Test' cfset arrayInsertAt(variables.myArray[1][1], 1, 'Test2') cfdump var=#variables.myArray# -Original Message- From: Charles Heizer [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 1:06 PM To: CF-Talk Subject: Re: ArrayInsertAt Question So, then

RE: ArrayInsertAt Question

2005-02-09 Thread Bryan F. Hogan
cfset arrayInsertAt(ADListArrNew, 4, arrayNew(1)) cfset arrayAppend(ADListArrNew[4], 'Sue') cfset arrayInsertAt(ADListArrNew, 5, arrayNew(1)) cfset arrayAppend(ADListArrNew[5], 'Kim') Works well You're trying to insert a position into an array that doesn't exist. You need to create the array

RE: wits end The argument PRODUCTID passed to function displayProductItem() is not of type numeric.

2005-02-09 Thread Bryan F. Hogan
Are your arguments in the same order as you are passing them into the function? -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 3:07 PM To: CF-Talk Subject: wits end The argument PRODUCTID passed to function displayProductItem() is not of type

RE: wits end The argument PRODUCTID passed to function displayProductItem() is not of type numeric.

2005-02-09 Thread Bryan F. Hogan
What happens in this case? cfoutput#isNumeric(q_getWhatsNew.productid)#/cfoutput -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 3:19 PM To: CF-Talk Subject: Re: wits end The argument PRODUCTID passed to function displayProductItem() is not

Web Data Export

2004-12-09 Thread Bryan F. Hogan
I thought I would ask again now that the list seems to be working better. I'm looking for a web based data export tool. Something that a user can use to export data from their database into Excel. Something that will allow the user to choose their data and filters. This is something for

RE: Web Data Export

2004-12-09 Thread Bryan F. Hogan
What I'm looking for is a program that will write the DTS based upon the fields and criteria the user chooses. The web wasn't designed for dynamic applications either, but that doesn't stop us. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Web Data Export

2004-12-09 Thread Bryan F. Hogan
If that is what I wanted to do I would have done it and not posted to the list that I was looking for something that has already done it. If you are not willing to help in that endeavor stop replying and posting stuff that is irrelevant and condescending. -Original Message- From:

RE: Web Data Export

2004-12-09 Thread Bryan F. Hogan
This will be on a dedicated multi-server network just for this. I know the issues. Just looking for software that has already been built to write the damn queries, etc. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 11:38 AM

Web Data Export Tool

2004-12-08 Thread Bryan F. Hogan
Hi All, does anyone know of a CF based or other web based data export tool that I can have my clients use to export data from predefined tables? Something that would allow them to choose the criteria and export to Excel or something.

  1   2   3   4   5   6   7   8   >