RE: [admin] List status

2002-05-14 Thread Ron Hornbaker
Being able to search the archives might even be worth a donation to many of us. I know it would help me out on occasion. It would greatly reduce the number of emails I save in my CF Archive folder. Have you tried the archive listed in the footer of every message:

RE: Distributing self-contained CFMX apps

2002-05-01 Thread Ron Hornbaker
What is 'AFAIK'? http://www.acronymfinder.com/af-query.asp?Acronym=AFAIK -Ron BOOKS JUST WANNA BE FREE! http://BookCrossing.com __ Signup for the Fusion Authority news alert and keep up with the latest news in

RE: Calling server code without reloading

2002-04-30 Thread Ron Hornbaker
://depressedpress.com/DepressedPress/Content/ColdFusion/Essays/GIFAsPi pe/ (watch the wrap) See the link there for Vlad's Talking Server (a little chat app) to see how to bring form contents back to the page in a cookie. Ron Hornbaker President/CTO . . . . . . . . . . . . http

RE: Submitting a form only once, iow, preventing impatient user d ouble clicks.

2002-04-17 Thread Ron Hornbaker
This should work to maintain type=submit: input type=submit name=submitted value=Generate Report onClick=if(this.value == 'Generate Report'){ this.value='Running Report...';return true;}else{return false}; class=submit (remove line wraps in the onClick parameter) Ron Hornbaker Co-Founder

RE: alternating rows

2002-03-18 Thread Ron Hornbaker
Does anyone remember the quick way to alternate row colors when using MOD on a recorcount? Google does: http://www.google.com/search?q=CF+MOD+row+color -Ron BOOKS JUST WANNA BE FREE! http://BookCrossing.com/ __

RE: OT New window

2002-03-15 Thread Ron Hornbaker
... and it solves the slowness problem every time. Ron Hornbaker President/CTO . . . . . . . . . . . . http://humankindsystems.com . . . . . . . . . . . . w e c o d e. w e c a r e. http://BookCrossing.com - Read Release

RE: check for image existence

2002-03-07 Thread Ron Hornbaker
this helps someone... if it does, you have to go register and release at least one book at http://BookCrossing.com now! :) Ron Hornbaker President/CTO . . . . . . . . . . . . http://humankindsystems.com . . . . . . . . . . . . w e c o d e. w e c a r e. . email

RE: Dynamic Include

2002-02-19 Thread Ron Hornbaker
Tech: http://fuselets.com/techtalk/readme.html Fuselet Tag: http://www.humankindsystems.com/products/detail.htm?code=CF-MF Hope this helps... Ron Hornbaker President/CTO . . . . . . . . . . . . http://humankindsystems.com . . . . . . . . . . . . w e c o d e. w e c

RE: Dynamic Include

2002-02-19 Thread Ron Hornbaker
What is the best way to allow someone on another Web server which will not necessarily have CF on it to imbed a call to a CF page on my server. Where my page would do some database lookups and return some HTML that would be imbedded in the original page (not a redirect).

RE: IE6 Event Handling

2002-02-13 Thread Ron Hornbaker
element. Ron Hornbaker President/CTO . . . . . . . . . . . . http://humankindsystems.com . . . . . . . . . . . . w e c o d e. w e c a r e. . email tracking and routing made easy: http://answertrack.com

RE: Creating Thumbnails of webpages again :-)

2002-02-02 Thread Ron Hornbaker
Google will be doing this before long, since they've got the Catalog Thing down cold (http://catalog.google.com/, way cool for image proc buffs). Ron Hornbaker President/CTO . . . . . . . . . . . . http://humankindsystems.com . . . . . . . . . . . . w e c o d e. w e

RE: Background image in select box

2002-01-31 Thread Ron Hornbaker
stylesheet colors). They've been built with a looping JS function for fast page loads (small kb footprint, let the client do the calcs). Fails gracefully with NS. Feel free to grab the html/js source. Ron Hornbaker President/CTO . . . . . . . . . . . . http://humankindsystems.com

RE: extracting data from a huge text file

2002-01-24 Thread Ron Hornbaker
://www.intrafoundation.com/freeware.html. okay, min, put DOWN the cough syrup, and step away from the keyboard. You know, if you didn't write such goshdarned excellent code, people would think you were nuts. ;) Ron Hornbaker President/CTO . . . . . . . . . . . . http

RE: ASP.NET

2002-01-16 Thread Ron Hornbaker
Try http://asp.net/... it's the mother of all asp.net sites. -Ron -Original Message- From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 12:43 PM To: CF-Talk Subject: RE: ASP.NET do you have any info on resources where one can learn more about

RE: Javascript Calendar

2002-01-07 Thread Ron Hornbaker
http://www.vawter.com/test/calendar.html I made one yesterday that pops up but does't use a new window. No CF in code so if you want it just snag the source. Works great in IE and NS6 and is functional in NS4.7 That's very slick, Don. Have you attempted yet to squash the bugs with NS4x,

RE: multiple attachment selection client side.....

2001-12-29 Thread Ron Hornbaker
The only non-applet (pure html and CF) method is to use multiple input type=file tags on the form, then loop through them on the action template. End result can look something like this demo page: http://www.humankindsystems.com/images.htm Ron Hornbaker President/CTO

RE: Excuting stuff on the server

2001-12-17 Thread Ron Hornbaker
Troy, Hey, that code looks vaguely familiar. :) Thanks for not posting all of it to the list. Try the cfexecute tag combined with the adduser and ldaper executables. Our SafeExec object is an ASP-version of cfexecute (safe because it allows executions on only one specified directory). Ron

RE: javascript or html to crash netscape or IE

2001-12-11 Thread Ron Hornbaker
I need a snippet of javascript/html/dhtml/css/whatever that will cause Netscape or IE to crash reliably so I can test something. I have certainly managed to crash them in the past but can't find the code that did it. Any ideas? http://www.netscape.com/ usually does it for me. ;)

RE: Keep search engine spyders from following links

2001-12-10 Thread Ron Hornbaker
Use the disallow feature in robots.txt, and make those links all have a similar path. We do something similar at http://bookcrossing.com/ for the links to Amazon... here is our robots.txt file: http://bookcrossing.com/robots.txt More info on robots.txt can be found here:

RE: Ok.. JS gurus...

2001-11-27 Thread Ron Hornbaker
Great bit of code, but of course all that is unnecessary if all Lee wants to do is capture the value of the select field: select name=blah onChange=document.forms[0].submit(); And if supporting older browsers/JS-disabled browsers is important, putting this after the /select tag is a good idea:

RE: CF_Forum Source

2001-11-21 Thread Ron Hornbaker
that sounds like an oxymoron'you can BUY the open source' Open Source != Free :) -Ron Ron Hornbaker President/CTO . . . . . . . . . . . . http://humankindsystems.com . . . . . . . . . . . . w e c o d e. w e c a r e. . http://AnswerTrack.com - eCRM email

[OT] Frustrating IE window.open popup delay...

2001-11-01 Thread Ron Hornbaker
Sorry for the OT and cross-post from JS-Jive list, but I still haven't found the answer for this. Ever since upgrading to IE5, then 5.5, on my way too fast and memory-laden Dell laptop, JS popup windows take friggin' forEVER to popup, something like 10-12 seconds on average. After a fresh

RE: Checking file size before upload.

2001-10-25 Thread Ron Hornbaker
Massimo, Try as I might, I can't get your script to work. I've gone through replacing hard carriage returns with spaces where they should be (the message got wrapped), but it's not working, and not throwing any errors with IE5.5. Any chance you could put up a sample form live on the web where

RE: Email Server Software?

2001-09-29 Thread Ron Hornbaker
Imail from Ipswitch.com is very good and robust... cf_shamelessplug Another plus for IMail is that you can use our very customizable Killer webmail system with it. Demo at http://killerwebmail.com/. /cf_shamelessplug Ron Hornbaker President/CTO . . . . . . . . . . . . http

RE: Highlight Script

2001-09-26 Thread Ron Hornbaker
onFocus=on(this); onBlur=off(this);br /form Ron Hornbaker President/CTO . . . . . . . . . . . . http://humankindsystems.com . . . . . . . . . . . . w e c o d e. w e c a r e. -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]] Sent

RE: OT .NET: ActiveX in Disguise? FUD alert

2001-09-13 Thread Ron Hornbaker
http://www.acronymfinder.com/af-query.asp?Acronym=FUD Hit #1 in this context: Fear, Uncertainty and Doubt. (Female Urinary Device was a close second.) Ron Hornbaker President/CTO . . . . . . . . . . . . http://humankindsystems.com . . . . . . . . . . . . w e c o d

RE: Encrypt and Decrypt - CFX_FuguCrypt demo is up...

2001-08-30 Thread Ron Hornbaker
Ron Hornbaker wrote: Yesterday after mentioning our CFX_FuguCrypt tag, which uses a URL-friendly variant of the fast and popular Blowfish algorithm (no known weaknesses to my knowledge), I got private responses from many of you expressing your interest in the tag. You can now demo

RE: Encrypt and Decrypt - CFX_FuguCrypt demo is up...

2001-08-29 Thread Ron Hornbaker
to which you can give feedback on whether or not you think we should package this up as a commercially-available CFX tag. All feedback is greatly appreciated. Regards, Ron Ron Hornbaker President/CTO Humankind Systems, Inc. http://humankindsystems.com mailto:[EMAIL PROTECTED] -Original Message

RE: Encryption differences in ColdFusion 4.5 and 5.0?

2001-08-28 Thread Ron Hornbaker
On a related note, we developed but haven't yet released a CFX tag (CFX_FuguCrypt) that uses a custom variant of the Blowfish algorithm to produce completely URL-safe strings. The resulting strings are approx. 1.5X longer than the source. Would anyone be interested in such a beast for a

RE: Changing the name of a file...

2001-08-28 Thread Ron Hornbaker
happen to call the cfcontent from. Is there a way to force it back to setup.exe? CFHEADER NAME=Content-Disposition VALUE=filename=setup.exe CFCONTENT TYPE=application/unknown FILE=D:\whatever\setup.exe DELETEFILE=No Ron Hornbaker President/CTO Humankind Systems, Inc. http

RE: CF-Talk-list V1 #38

2001-06-21 Thread Ron Hornbaker
I've seen about 3 messages in the last several days. MD says DNS is to blame. (?) -Ron -Original Message- From: Cameron [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 3:56 PM To: CF-Talk Subject: Re: CF-Talk-list V1 #38 Hmmm, is something up with the list? Cause

RE: JavaScript var to Cold Fusion var

2001-06-07 Thread Ron Hornbaker
would like to kick off a CFMAIL template. Any help on either or both of these situations will be greatly appreciated. There are many ways, but this is more funner than the others (watch the line wrap): http://www.depressedpress.com/DepressedPress/Content/ColdFusion/Essays/GIF AsPipe/ Ron

RE: javascript thumbnails

2001-06-05 Thread Ron Hornbaker
I just finish designing a search page for images. the images are stored on a diffrent server and it's take time for them to appear (i.e - user see empty rectangles for a long period of time). can anyone suggest a way to display a loading, please wait.. IMAGE I have instead of those images

RE: SQL 7 Full Text Search

2001-06-05 Thread Ron Hornbaker
for Lauren''s Closet. You can do this programmatically, of course, on the search action template. Escaping single quotes is also a good security precaution (along with removing pipe characters), so malicious users don't create a little subquery that drops a database or table from your search form. Ron

[OT] Synchronizing SQL2000 and SQL7...

2001-05-25 Thread Ron Hornbaker
Sorry for the off-topic post, but we're just about to attempt to synchronize a new SQL2000 server with our existing SQL7 server across the internet, and keep them synch'ed during a colo move, and would appreciate advice from anyone who has been there/done that. Please contact me off-list at