Re: ColdFusion Cookbook

2006-01-06 Thread James Holmes
Saw it, loved it, added to it. I like the site design too - so simple. On 1/7/06, Raymond Camden <[EMAIL PROTECTED]> wrote: > So hopefully this won't' spawn another 100 message thread on food, but > the ColdFusion Cookbook is launched: www.coldfusioncookbook.com. It is > still in "beta" I suppose,

Re: ColdFusion Cookbook

2006-01-06 Thread Aaron Rouse
Will you be adding a way to post comments on things put up? One of the things I noticed that bit a developer in my group was the mentioning of Val() on this one: http://www.coldfusioncookbook.com/entry/15/You-need-to-test-a-string-to-see-if-it-is-a-valid-numeric-value .. If the numeric number is

Re: ColdFusion Cookbook

2006-01-06 Thread Will Tomlinson
Excellent job Ray! This is gonna prove to be really useful! Thanks, Will ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228684 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.ho

ColdFusion Cookbook

2006-01-06 Thread Raymond Camden
So hopefully this won't' spawn another 100 message thread on food, but the ColdFusion Cookbook is launched: www.coldfusioncookbook.com. It is still in "beta" I suppose, but I'd love feedback. I have a lot of content thanks to Rob Brooks-Bilson and Jeremy Petersen. More content should continue to fl

Re: Verity vs. sql indexing

2006-01-06 Thread James Holmes
I think it has problems at around the 2GB limit as far as BLOBS and CLOBS are concerned. Are any of your docs bigger than 2GB? It will index all popular doc formats (word, excel, ppt, pdf, blah blah) directly from a BLOB. It can automatically produce an HTML version of the stored doc (with search

RE: Regex ex question. How to match NOT this string.

2006-01-06 Thread Munson, Jacob
I just looked in my "Advanced Macromedia ColdFusion MX 7 Application Development" book (what a title! ;)), written by Ben Forta and a bunch of other folks, and this paragraph is very on topic: "...these additions make ColdFusion's RegEx support much more powerful, and much closer to the way regula

Re: lets give these ppl hell!

2006-01-06 Thread Ray Champagne
Well, the nice thing is that you posted it - Google will most likely archive it, for all the world to see. :) dave wrote: > well i sent them a semi-nasty email b4 i posted that here :) > I guess they got it lol > > ~Dave the disruptor~ > google will pay you money to getting rid of ie :) > http:

Re: lets give these ppl hell!

2006-01-06 Thread dave
well i sent them a semi-nasty email b4 i posted that here :) I guess they got it lol ~Dave the disruptor~ google will pay you money to getting rid of ie :) http://explorerdestroyer.com/ http://www.killbillsbrowser.com/ From: "C. Hatton Humphrey" <[EMAIL P

Re: lets give these ppl hell!

2006-01-06 Thread Ray Champagne
Heh - that was quick. :) C. Hatton Humphrey wrote: >>>http://myfriendadder.com/faq.html >>> >>>" Q: It keeps going back to the login page. What is wrong? >>>A: MySpace.com sometimes has problems loging people in. This is due to their >>>horrible architecture called ColdFusion." > > > That's not

Re: lets give these ppl hell!

2006-01-06 Thread C. Hatton Humphrey
> > http://myfriendadder.com/faq.html > > > > " Q: It keeps going back to the login page. What is wrong? > > A: MySpace.com sometimes has problems loging people in. This is due to their > > horrible architecture called ColdFusion." That's not there any more... looks like someone had some good sens

RE: lets give these ppl hell!

2006-01-06 Thread Michael E. Carluen
They're building a business around a site that is ranked one of the web's most popular destinations... then asserts as having a horrible architecture? Some credibility huh... -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 2:24 PM To: CF-Talk Subj

Re: lets give these ppl hell!

2006-01-06 Thread Ray Champagne
Just did. That's just ignorance at it's best. I encourage everyone to flame away as I just did. Girlfriend/Boyfriend piss you off today? Take it out on them! By the way, do a "View Source" on that site, and you'll see this: [meta name="generator" content="Yahoo! SiteBuilder/2.2.2/1.5.0_02"]

Re: lets give these ppl hell!

2006-01-06 Thread Bud
>http://myfriendadder.com/faq.html > >" Q: It keeps going back to the login page. What is wrong? >A: MySpace.com sometimes has problems loging people in. This is due >to their horrible architecture called ColdFusion." You read the FAQ? Whoever wrote it spells like a 2nd grader. And that may be a

lets give these ppl hell!

2006-01-06 Thread dave
http://myfriendadder.com/faq.html " Q: It keeps going back to the login page. What is wrong? A: MySpace.com sometimes has problems loging people in. This is due to their horrible architecture called ColdFusion." ~Dave the disruptor~ google will pay you money to getting rid of ie :) http://explor

RE: Regex ex question. How to match NOT this string.

2006-01-06 Thread Munson, Jacob
Scott and Steve, This is strange, I just looked in my Perl docs; Perl /does/ support look behind: (?<=...) zero width positive look behind (? -Original Message- > From: Scott Stroz > > I don't think CF supports lookbehind. > > From: Steve Brownlee > > > > Ok, this is strange. That RegE

weird cfchart error

2006-01-06 Thread Jim
I'm using cfchart and it all has been working well until today I switched from format="flash" to format="png". Now I get a non-descript error... --- Error Occurred While Processing Request -1 java.lang.ArrayIndexOutOfBoundsException: -1 --- If I switch it back to for

flushing pcode cache

2006-01-06 Thread Russ
Is there a way to flush the trusted cache and/or the pcode cache without using CF administrator? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228670 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Su

RE: Regex ex question. How to match NOT this string.

2006-01-06 Thread Munson, Jacob
You are correct, CF uses Perl's regular expression syntax, and so do a lot of other languages. It seems that a lot of people recognize Perl's regex as one of the best implementations available (and very popular, thus well known) and I'm assuming that's why the CF developers went with it. Fortunat

Re: Regex ex question. How to match NOT this string.

2006-01-06 Thread Scott Stroz
I don't think CF supports lookbehind. On 1/6/06, Steve Brownlee <[EMAIL PROTECTED]> wrote: > > Ok, this is strange. That RegEx works in Java so CF isn't using the > JDK-provided RegEx implementation? Looks like it's using the Perl 5 > implementation. Seems counter-productive (if my assumpti

RE: weird cf caching problem

2006-01-06 Thread Russ
If I modify the file, it does reload it and find it... is this some kind of weird internal cf thing? If the template is the same size it doesn't try to reload it or something? Is there a way to turn it off? -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Friday, January 06

Re: Announcing SeeFusion 3.1

2006-01-06 Thread Patrick Quinn
Heya Michael. Thanks for the corrections! Here's the site: http://www.seefusion.com. As for the addictive nature, I'd say watch out for new counters feature especially! >1. You forgot to add a link directly to your site or the download page so >people (like myself) who are running SeeFusion c

Re: looping over columns

2006-01-06 Thread Protoculture
Cheers guys. Incidently refind(col, "K[0-9]") worked fine to process all the columns I needed from 1-50. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228665 Archives: http://www.houseoffusion.com/cf_lists/thre

Re: Announcing SeeFusion 3.1

2006-01-06 Thread Michael Dinowitz
1. You forgot to add a link directly to your site or the download page so people (like myself) who are running SeeFusion can get it ASAP. 2. You did not warn people about the addictive nature of watching your website serve 3 pages per second vs. 2.8 a minute ago. > Greetings, everyone. Firstly,

Announcing SeeFusion 3.1

2006-01-06 Thread Patrick Quinn
Greetings, everyone. Firstly, on behalf of the team here at Webapper, a Happy New Year to all. As we kick off the new year, we're happy to be announcing the release of SeeFusion 3.1. Even though it's a "dot release", there are a couple of nifty new features that we hope you'll find useful. Here

Testing...

2006-01-06 Thread Rick Faircloth
Just testing to see if I can get this mail through. ArgoSoft suddenly stopped delivering mail to my own inbox, then after awhile, suddenly started up again...sigh... Rick ~| Message: http://www.houseoffusion.com/lists.cfm/link=

Re: SEO/SES URL's vs. UUID as primary key

2006-01-06 Thread Matt Robertson
Yeah, a couple. First off, cflocation sends a 'moved' header (forget the code just now). Secondly... I don't remember the second reason, but there was one :-). Give it a shot. I was trying so many things so many different ways I may have missed something. Yes. GetPageContext.include() was one

Re: SEO/SES URL's vs. UUID as primary key

2006-01-06 Thread Matt Robertson
Just tested and now I remember why you don't use a cflocation: The true url is exposed to the client (and it probably does show a Moved header... haven't checked that but the former is enough to torpedo the idea). -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~

RE: looping over columns

2006-01-06 Thread Andy Matthews
Gotcha...missed that Ian...thanks. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 11:35 AM To: CF-Talk Subject: RE: looping over columns to this: That way it finds anything starting with a "K", with any type of character after it. That

RE: Regex ex question. How to match NOT this string.

2006-01-06 Thread Steve Brownlee
Ok, this is strange. That RegEx works in Java so CF isn't using the JDK-provided RegEx implementation? Looks like it's using the Perl 5 implementation. Seems counter-productive (if my assumption is correct, of course). Anyway, with that implementation, here's what I came up with. searchSt

RE: looping over columns

2006-01-06 Thread Ian Skinner
to this: That way it finds anything starting with a "K", with any type of character after it. That true, but according the original post he|she is looking for this: column name begins with K then a number ( from 1 - 50 ) So I guess than we should recommend a regex something like: This shou

weird cf caching problem

2006-01-06 Thread Russ
I am puzzled by a problem I'm having. I set up a very simple site. 1 file - loadbalancer.cfm which is just basically a hello world file (it outputs some text). I hit that file using a browser through the local apache server, and it loads up fine. I rename the file to loadbalancer2.cfm and

RE: How to send email using CF for clients without an open relay...

2006-01-06 Thread Rick Faircloth
Hi, Jenny...that does bring some clarification. I think the fact that there are so many "flash points" in this process is what causes confusion over where to go to set up things...as in, who has responsibility for what. I know of only one client who runs their own mail server that I could ask to

RE: looping over columns

2006-01-06 Thread Andy Matthews
I'd change the regex from this: to this: That way it finds anything starting with a "K", with any type of character after it. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 10:54 AM To: CF-Talk Subject: RE: looping over columns One of

Re: SEO/SES URL's vs. UUID as primary key

2006-01-06 Thread Matt Robertson
or *does* it send a moved header? wouldn't that all be server side? you'd be using a full url and not a relative one, I *think*. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~| Message: http://www.houseoffusi

RE: Regex ex question. How to match NOT this string.

2006-01-06 Thread Steve Brownlee
Ok, ok, so I didn't actually try an example in CF :) CF must use a different RegEx engine than what I'm used to using. The ? tag. > -Original Message- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 05, 2006 6:16 PM > To: CF-Talk > Subject: RE: Regex ex questi

Re: Missing Template Error

2006-01-06 Thread jonese
Built-in JRUN on the live servers and stand-alone jrun on the development boxes. jonese On 1/6/06, Steve Brownlee <[EMAIL PROTECTED]> wrote: > > What application server are you using? > > > -Original Message- > > From: jonese [mailto:[EMAIL PROTECTED] > > Sent: Friday, January 06, 2006 11

Re: 'safe' filename UDF

2006-01-06 Thread Ray Champagne
Thanks, baz. You rok. Baz wrote: > > > > > Well here she be: http://thinkloop.com/filez/almostalphanumeric.zip > > > > Cheers, > > Baz > > > > > > > > -Original Message- > From: Ray Champagne [mailto:[EMAIL PROTECTED] > Sent: Friday, January 06, 2006 9:09 AM > To: CF

RE: 'safe' filename UDF

2006-01-06 Thread Baz
Well here she be: http://thinkloop.com/filez/almostalphanumeric.zip Cheers, Baz -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 9:09 AM To: CF-Talk Subject: Re: 'safe' filename UDF That is exactly what I'm looking for

RE: Missing Template Error

2006-01-06 Thread Steve Brownlee
What application server are you using? > -Original Message- > From: jonese [mailto:[EMAIL PROTECTED] > Sent: Friday, January 06, 2006 11:19 AM > To: CF-Talk > Subject: Missing Template Error > > Is there a way to catch the missing template error on a per > site basis? > > jonese

RE: looping over columns

2006-01-06 Thread Adrian Lynch
queryName.ColumnList is a list of all the columns. That's the easiest way. Ade -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: 06 January 2006 15:51 To: CF-Talk Subject: looping over columns Hi. Essentially there will be one row of data returned and I need to loop

RE: looping over columns

2006-01-06 Thread Ian Skinner
One of many response to say the same thing: -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Notice: This message including any attachments is for the

Re: Verity vs. sql indexing

2006-01-06 Thread Protoculture
We were using Verity up to a point and we found it did not scale well. It seemingly couldn't handle the volume of traffic when its records got populated at a certain point and then it started slowing down big time. So I would recommend doing that in the database, unless you have a smaller site w

looping over columns

2006-01-06 Thread Protoculture
Hi. Essentially there will be one row of data returned and I need to loop over each column to see if the column name begins with K then a number ( from 1 - 50 ). How can I (*) Loop over each column to check for its name ? ~|

Re: OT: Subnet Mask from an IP

2006-01-06 Thread Jeff S
Try this. http://www.subnetonline.com/subcalc/subnet9.html >Sorry for the OT. > >Is there a way to find the subnet mask when you only have the IP? I need >both for a payment gateway and I'm waiting to hear back from the hosting >company about whether they will tell me or not. > >Thanks. > >Ade

Missing Template Error

2006-01-06 Thread jonese
Is there a way to catch the missing template error on a per site basis? jonese ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228641 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http:/

RE: Optimizing Microsoft SMTP

2006-01-06 Thread Russ
Well you really should check out iMSMail. The 5 thread FREE version works fine for us, and I don't think the 20 thread version would be out of your budget should you need to upgrade... www.coolfusion.com Russ -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: Friday

Re: Optimizing Microsoft SMTP

2006-01-06 Thread Protoculture
>Why are you going to use MS SMTP again? Because the software we used to run ( LSMTP ) trial has expired. I found this was a fantastic product. Unfortnatley we were going to buy the 20 thread version, but they now only sell unlimited thread 'corporate' version at a discount price of 7500 poun

Re: Verity vs. sql indexing

2006-01-06 Thread Dave Carabetta
On 1/6/06, James Holmes <[EMAIL PROTECTED]> wrote: > Oracle Text can produce these search results, (imo) as good as Verity, > with any other constraints you need ( e.g. conditions on the security > column and any other clauses you want) all in one query. > James, Does Oracle Text have limits as t

Weird Cfgrid behavior

2006-01-06 Thread Brad Wood
So I am still working on that checkbox thing. I finally got a response on the CF-Flash list (the first one so far) and I am perusing through the Flex livedocs for stuff. At any rate, I have a weird behavior for the grid. I have a grid column which uses a type="currency" to do some pretty forma

Re: Need simple time tracking app

2006-01-06 Thread John Wilker
I've got a time tracking app I wrote for an old employer and now use for my projects. I've recently put it online for another friend to use. It supports multiple users, multiple groups/departments, and invoicing for time. I'll email you off line about it. Here's a link to some early screen shots.

Re: Verity vs. sql indexing

2006-01-06 Thread James Holmes
Oracle Text can produce these search results, (imo) as good as Verity, with any other constraints you need ( e.g. conditions on the security column and any other clauses you want) all in one query. On 1/6/06, Ian Vaughan <[EMAIL PROTECTED]> wrote: > I am using Verity to search a documents database

Re: Need simple time tracking app

2006-01-06 Thread Jordan Michaels
Not CF, but free. We've found it useful: http://www.advancen.com/timesheet/ Warm regards, Jordan Michaels Vivio Technologies Richard Colman wrote: > Well, I need something that is multi-user ... Several different people >working on several different projects at the same time ... And need to b

Re: CFX PDF Problems

2006-01-06 Thread erics
I have CFMX 7 downloaded and before I upgrade would like to know if it will maintain by settings from MX 6 or if I need to write them down or save them somewhere or something. It asked me to set up a new server configuration so I'm a bit nervous upgrading. Thanks. >I have had some issues using

RE: Verity vs. sql indexing

2006-01-06 Thread Ian Vaughan
I am using Verity to search a documents database, in which one of the fields is called 'Security'. This holds the group/security information for the document so only the relevant logged in users can view these docs which are stored on the web server. Could Oracle Text be used to achieve the same a

RE: Verity vs. sql indexing

2006-01-06 Thread Robertson-Ravo, Neil (RX)
Indeeddon't get me started on Verity ;-) -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: 06 January 2006 14:33 To: CF-Talk Subject: Re: Verity vs. sql indexing Well, that's up for debate. Oracle Text, for example, is pretty darn well featured. I also like

Re: Verity vs. sql indexing

2006-01-06 Thread James Holmes
Well, that's up for debate. Oracle Text, for example, is pretty darn well featured. I also like the fact that we can point eny number of machines (running any platform) at it and the indexing is always up-to-date in the DB, rather than on a machine somewhere else. It performs really well if used pr

RE: Verity vs. sql indexing

2006-01-06 Thread Robertson-Ravo, Neil (RX)
I gather you can Microsoft [cr]A[p]ccess then?! -Original Message- From: Mark Fuqua [mailto:[EMAIL PROTECTED] Sent: 06 January 2006 14:29 To: CF-Talk Subject: RE: Verity vs. sql indexing Well, I discovered one problem, Memo fields cannot be indexed, so notes field, if it is to be index

RE: Verity vs. sql indexing

2006-01-06 Thread Mark Fuqua
Well, I discovered one problem, Memo fields cannot be indexed, so notes field, if it is to be indexed, is limited to 255 characters. Mark -Original Message- From: Mark Fuqua [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 9:16 AM To: CF-Talk Subject: Verity vs. sql indexing I k

RE: Subnet Mask from an IP

2006-01-06 Thread Bobby Hartsfield
.DEFAULT class** ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 9:15 AM To: CF-Talk Subject: RE: Subnet Mask from an IP No... you cannot get the

Verity vs. sql indexing

2006-01-06 Thread Mark Fuqua
I know the answer is verity is better at full text searches, but I am curious how much better and at what point. I have a notes table with a memo field. If I have the memo field indexed by the database, how many records does in need to reach before it starts having a hard time with "contains" sea

RE: Subnet Mask from an IP

2006-01-06 Thread Bobby Hartsfield
No... you cannot get the subnet mask. You can figure out the class based on the first octet and get the DEFAULT subnet mask for it... but it's probably not the subnet mask the IP was/is using. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Messa

Re: Need simple time tracking app

2006-01-06 Thread C. Hatton Humphrey
I originally sent this as a direct reply to Rick but I'll go ahead and send it out to the group as a whole. I've been working on this for a while in my "spare time" for myself. Recently I had a career change and that's opened up the opportunity for me to work on it more. This is a call for teste

Re: 'safe' filename UDF

2006-01-06 Thread Ray Champagne
That is exactly what I'm looking for. Baz wrote: > I have a UDF that removes any chars besides letters, numbers, underscore and > any additional good chars you specify to keep. > > USAGE > AlmostAlphaNumeric(FileName); // returns all letters, numbers and underscore > AlmostAlphaNumeric(FileName,'

RE: Subnet Mask from an IP

2006-01-06 Thread Mark A Kruger
This is odd The subnet mask is NOT related to the IP address per se. It's specific to the router - particularly the LOCAL route (the one closest to the host. It's a way of controlling and subdividing networks and traffics. It doesn't seem like it would not be an accurate predictor or control

RE: Subnet Mask from an IP

2006-01-06 Thread Robertson-Ravo, Neil (RX)
Yes you can get the subnet but you have to look at the IP in binary format. An even easier way is to use: http://www.networkclue.com/routing/tcpip/mask-calculator.htm -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: 06 January 2006 12:52 To: CF-Talk Subject: OT:

RE: SEO/SES URL's vs. UUID as primary key

2006-01-06 Thread Mark A Kruger
We do something similar to create "custom domains" - but it is really a parlor trick. We set a wildcard in the dns: *.mydomain.com x.x.x.x.x - points to our web site This allows any subdomain starting with anything that is not specifically defined by dns to be routed to that ip a

Re: 3D bar chart question

2006-01-06 Thread Doug Hughes
Matthew - Thanks a lot! I really appreciate your help. I'm so going to blog about this. The funny thing is that I tryed each of the seriesplacements except default, which I *assumed* did one of the others. That is so nuts. Anyhow, go to alagad.com and pick something you want. Send me a note a

OT: Subnet Mask from an IP

2006-01-06 Thread Adrian Lynch
Sorry for the OT. Is there a way to find the subnet mask when you only have the IP? I need both for a payment gateway and I'm waiting to hear back from the hosting company about whether they will tell me or not. Thanks. Ade ~|

RE: How to send email using CF for clients without an open relay...

2006-01-06 Thread Jennifer Gavin-Wear
Hi Rick, SPF records belong in the DNS for the domain of the mail server for the domain it is working for. For example, I run simple DNS, the procedure is to add a TXT record for the relevant domain such as: v=spf1 ip4:66.98.154.84 mx mx:84.43.72.133 ~all This SPF shows I am running Version 1 o

Re: Need simple time tracking app

2006-01-06 Thread Mike Kear
I dont have an axe to grind. I dont have anything to do with any company that produces time software. SInce I use a free version, I'm not even a customer of one, nor do I play one on tv. Just have a look at the ones suggested and see if they meet your needs. The one I suggested, and which has