Re: Big companies using CF

2000-12-07 Thread Rob Keniger
on 8/12/00 5:57 AM, Tim Bahlke at [EMAIL PROTECTED] wrote: > With a site I developed for Lucent, I had 233,000+ unique users in a 24 hr > period. > > CF had no problems. What sort of server setup did you have? What OS? Was this a cluster? -- Rob Keniger big bang solutions &l

Re: CFFILE and IE 5.0 on a Mac doesn't work

2000-12-07 Thread Rob Keniger
ent check and stripped the rightmost two characters if it was Mac IE. Seemed to work OK. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: OT: MYSQL

2000-12-06 Thread Rob Keniger
ransactions at all (or sub-selects), thus the dilemna. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cf

Re: new cf version

2000-12-06 Thread Rob Keniger
tion which can take a > while!). Does this mean that the new server will be able to run on more platforms? JRun currently runs on virtually anything that has a Java Virtual Machine, even Mac OS 9. It would be great to see the CF server become universally accessible on other platforms. --

Re: OT: MYSQL

2000-12-06 Thread Rob Keniger
e used this method before, using CreateUUID(). Pretty hefty for an ID but it works. I have also done a SELECT back on the table using the exact criteria I have just INSERTed. Obviously this will not work in all cases. Unfortunately the only alternative is to lock tables which is bad bad bad. -- Rob

Re: [parsing shtml files]

2000-12-01 Thread Rob Keniger
on 12/2/00 11:09 AM, Alex at [EMAIL PROTECTED] wrote: > you can include cf and call it via SSI. Does that work on all servers? I have had very inconsistent results. Quite often the .shtml page just displays the CF code. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]&

Re: parsing shtml files

2000-12-01 Thread Rob Keniger
requests to the CF engine. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinf

Re: HELP HELP HELP!!!

2000-11-29 Thread Rob Keniger
after it > is, required1 and the next field will not have a comma separating > them. Try something like: '#required1#' ,'#author2#' ,'#title_price2#' By putting the commas in front of the optional column names

Re: Uploading Mac Files

2000-11-27 Thread Rob Keniger
those files from the Mac to a PC and > continued to have problems. Has anyone ever run across this problem? Try looking at this: http://lookclose.com/learnmore/faqs/macieuploads.htm -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~

Re: CFIF

2000-11-25 Thread Rob Keniger
on 11/26/00 3:15 PM, netman at [EMAIL PROTECTED] wrote: > Thanks for everyone's help, but I finally figured out which variable it is. > SERVER_NAME is the one. I think you'll find you need to use #cgi.server_name##cgi.script_name# to get the full path... -- Rob Keniger bi

Re: Netscape 6 woes

2000-11-23 Thread Rob Keniger
o write browser-specific code. It's these pages that fail. It's Netscape's fault for making 4.x buggy as hell. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~~ Structure your Cold

Re: Netscape 6 woes

2000-11-22 Thread Rob Keniger
o recode the javascript. You have no choice. Unfortunately this means any sites coded with automatic DHTML creation software, including the DHTML menu CF tag, DreamWeaver or GoLive will break and break badly. Check this page for more info: <http://sites.netscape.net/ekrock/standards.html> --

Re: Use End of Line Char as Delimiter?

2000-11-22 Thread Rob Keniger
turn??? Dates back to when computers uses teletypes for output. Carriage return is literally that - it returned the daisywheel carriage back to the beginning of the line. Line feed fed the paper up one line. Windows use CR and LF for an end of line. UNIX uses LF only. Macs use CR only. HTH

Re: Query question

2000-11-21 Thread Rob Keniger
tuations, but not > as a solution to the original question. > ok then, it was just off the top of my head. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~~ Structure your ColdFusion

Re: Query question

2000-11-21 Thread Rob Keniger
on 11/21/00 3:14 PM, Mark Connor at [EMAIL PROTECTED] wrote: > > > > > > > How do I write the isdefined to make it work? (every thing I've tried > throws an error.) Thank you! Try this: And then you no longer need the comma stripping function

Re: REGEX for everything but numbers and a dot (.)

2000-11-21 Thread Rob Keniger
on 11/21/00 12:07 PM, David Cummins at [EMAIL PROTECTED] wrote: > I'm not so sure about the second set of square brackets... wouldn't [^.0-9] do > the trick? Don't you also need to escape the dot since it matches all characters? eg. [^\.0-9] -- Rob Keniger big bang solu

Re: URLTOKEN AND NETSCAPE FOR MAC

2000-11-20 Thread Rob Keniger
any ideas? I have several apps that use URLtokens across frames that work fine in Netscape for Mac. Is there a URL so I can test this for you? -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~~

Re: Kooky Form Field/List question.

2000-11-20 Thread Rob Keniger
#x27;t get the > other's replies fast enough. Good bye. Go on, tell us what you *really* think. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~~ Structure your ColdFusion code with Fuseb

Re: 2nd request: Problem with IE5 on Mac

2000-11-20 Thread Rob Keniger
e, cause it's not there now... I have seen this with CF 4.5 without the 4.5.1 patch. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~~ Structure your ColdFusion code with Fusebox. Get t

Re: Deleting Session Variables

2000-11-20 Thread Rob Keniger
orks that way. This method is recommended in the Allaire knowledgebase article on the subject of deleting session variables. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~~ Structure y

Re: Deleting Session Variables

2000-11-19 Thread Rob Keniger
ng > any other user's session. Just expire the session in Application.cfm: Pass the parameter "logout" to any page and the session will die. You could also set cookie.cfid and cookie.cftoken to 0 and expire them too. -- Rob Keniger big bang solutions

Re: Returning newest records across tables

2000-11-19 Thread Rob Keniger
tables. Too late for that, I'm afraid... the schema was not designed by me. > If you can't change your schema at this point, you can select the newest 20 > items from each table into a temporary table and then select the (global) > newest 20 from the temporary table. Thank

Returning newest records across tables

2000-11-19 Thread Rob Keniger
d to somehow join these tables to return a list of the newest 20 items added in the last 24 hours. That is, the newest twenty items overall across the tables, not the latest 20 in each table. Is there a way to do this with a single query? Thanks for any help. -- Rob Keniger big bang solutions &l

Re: IIS directory permissions

2000-11-19 Thread Rob Keniger
rv-U. Haven't used WarFTP. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Re: CF functions list.....

2000-11-19 Thread Rob Keniger
on 11/20/00 9:52 AM, Todd Ashworth at [EMAIL PROTECTED] wrote: > Could these be of any use to developers though? Especially in providing > in-house maintenance and support for secure intranets? I believe they're already used by many hosting providers to automate DNS creation etc

Re: MYOB ===> DB

2000-11-17 Thread Rob Keniger
ave a few basic queries available then it shouldn't be too difficult. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~~ Structure your ColdFusion code with Fusebox. Get the official

Re: append variable to a variable??

2000-11-16 Thread Rob Keniger
ad of having to work out a proper addition? Are the other functions like this there because they increase performance? -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ~~ Structure your ColdFusi

Re: Adding colums to MS Access Tables with CF

2000-11-16 Thread Rob Keniger
on 17/11/00 7:03 AM, Michael Gagnon at [EMAIL PROTECTED] wrote: > Is there a way to add colums to a MS Access database table > using Cold Fusion? Yep. This will tell you all you need to know: http://www.citilink.com/~jgarrick/vbasic/database/jetsql.html -- Rob Keniger big bang sol

Re: RegEx help PLEASE hurry...

2000-11-16 Thread Rob Keniger
> > And thirdly, you don't have to specify that the character is not a space, > because a space gets turned into two spaces, remember, so also needs a space > stripped. Right you are. For some reason the first time I checked your solution it didn't work but it does now - my

Re: Netscape 6 out UGH!!!! [OT]

2000-11-16 Thread Rob Keniger
on 11/16/00 8:39 PM, Nick Betts at [EMAIL PROTECTED] wrote: > Rob, I agree with your comments, but after looking at your company website > (home page and contact us only?) I wonder whether you are putting your > thoughts into actions.. You are, of course, free to assume what you like.

Re: Netscape 6 out UGH!!!! [OT]

2000-11-16 Thread Rob Keniger
d vice versa. It is a rare find when you come across someone who can do both well. Sure you can whack out a quick site with Frontpage but it will not be a *good* site. There are very many poor web sites out there. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www

Re: RegEx help PLEASE hurry...

2000-11-15 Thread Rob Keniger
on 11/16/00 10:50 AM, David Cummins at [EMAIL PROTECTED] wrote: > This is the regExp syntax, but you would need to use this regexp to do the job properly: -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bi

Re: A CF limitation in building a spider?

2000-11-14 Thread Rob Keniger
r and you control the timeout for that page only. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> Archives: http://www.mail-archiv

Re: Date Manipulation?

2000-11-14 Thread Rob Keniger
uot;, -6, today))# Just make the dateadd parameter negative. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> Archives: http://ww

Re: Does Anyone understand encrypt/decrypt??? [CF-Talk]

2000-11-12 Thread Rob Keniger
ue before storing it in the table. You can do a tobase64(encrypt(zxxx,xxx)) around the encrypt function and then a decrypt(tostring(tobinary(zxxx,xxx))) to get it back. There is also CF_AHEX at the tag gallery which may be easier to implement (and works pre-4.5) -- Rob Keniger big bang solution

CFCACHE and security concerns

2000-11-10 Thread Rob Keniger
r the repost, I think I got lost in all the videographer junk...) -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> Archives: http://www.mail-ar

Re: Hello. I'm looking for talented Photojournalists andVideographers. The event will be in

2000-11-09 Thread Rob Keniger
on 10/11/00 4:07 PM, Patti Mayer at [EMAIL PROTECTED] wrote: > Hello. I'm looking for talented Photojournalists and Videographers. And I'm looking for a mail-bomb counterattack... -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <htt

CFCACHE and security concerns

2000-11-09 Thread Rob Keniger
Hi, A CF application I'm planning is designed to make extensive use of CFCACHE to improve performance. Recently I heard that there may be some security implications if this tag is used. Has anyone had any bad experiences with CFCACHE in a security context? Any other problems? -- Rob Ke

Re: Quark integration

2000-11-09 Thread Rob Keniger
inking of using on the fly PDF to do the both low-rez proof and the final > hi-res output version, but I am wondering if PDF can be taken out of > equation altogether. We have a controled user environment, so ActiveX or > Java applets are not out of the question. Thanks for any tips! Ap

Re: GRABBING, JAVASCRIPT, VARIABLES, IN, CF

2000-11-08 Thread Rob Keniger
7;d be better off using the cgi environment variable #cgi.http_user_agent# in CF. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> Archives: http:

Re: Querying Dates

2000-11-08 Thread Rob Keniger
om advert_details WHERE month(start_date) = month(now()) -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> Archives: http://www.mail-archive.com/cf-

Re: Fannie-packs? (RE: fusebox)

2000-11-07 Thread Rob Keniger
on 8/11/00 3:46 PM, Peter Theobald at [EMAIL PROTECTED] wrote: > In the USA it's your rear-end. So a fanny-pack is a small "backpack" or > "rucksack" that you wear on a belt that hangs off your "fanny". What is a > "fanny" down under?

Re: cfcontent and macs

2000-11-03 Thread Rob Keniger
s. I think you'll find it's choking on the , not the . never used , so I don't know. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ---

Re: Submitting form with Javascript

2000-11-02 Thread Rob Keniger
f the > anchor? Could someone remind me what this should look like? Thanks > very much. click here -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ---

ReadyHosting

2000-11-01 Thread Rob Keniger
Has anyone had any experience with these guys, good or bad? -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> Archives: http://www.mail-ar

Re: search query help

2000-10-31 Thread Rob Keniger
;web design" but not "web" or "design". To search for all keywords you can do this: select from news where 1=1 and (news.article like '%#word#%' or news.subtitle like '%#word#%' or news.title like '%#word#%' or news.keywords

Boolean data was Re: Datatype Mismatch in Access

2000-10-30 Thread Rob Keniger
using an actual boolean data type. Some people seem to use the integer data type to store 1s and 0s, while others use a char(1) and store "y","n" etc. What is more efficient/faster when it comes to queries? -- Rob Keniger big bang solutions <mailto:[EMAIL

Re: HTML Editor

2000-10-29 Thread Rob Keniger
ing... No chance of it working in Mac/Linux and Netscape clients? We have had problems with all these "active" HTML editors with anything other than IE/Win which effectively makes them useless for many customer intranets. -- Rob Keniger big bang solutions <mailto:[EMAIL PR

Re: Help creating ODBC connection with MySql under Linux

2000-10-29 Thread Rob Keniger
ou use to connect to mySQL and that that user/pass has the appropriate privileges in mySQL. Make sure you have also entered a datasource name as well as the database name. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://

Re: Limit the output of words to 300 chars

2000-10-29 Thread Rob Keniger
ntolerant... -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.c

Re: Autoreply: CF-Talk V1 #83

2000-10-26 Thread Rob Keniger
on 27/10/00 12:29 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > This email address no longer exists Wow. This is spooky. Have we entered CF-TwilightZone? -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bi

Re: Custom Tag w/JS functions

2000-10-26 Thread Rob Keniger
on 10/26/00 10:15 PM, Paul Johnston at [EMAIL PROTECTED] wrote: > bear in mind that no cfcode within tags will get > processed. Hmmm. Works fine for me, always has... -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www

Re: OT: IE 4 vs IE 5 handling of READONLY in

2000-10-25 Thread Rob Keniger
tever and sets the readstate variable to 1. When you next go to the field, it will see the value of 1 in readstate and blur() the field, preventing modification. See how you go. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <ht

Re: ColdFusion hosting

2000-10-25 Thread Rob Keniger
verything) and they also run MSFTP which is total junk. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> Archives: http://www.mail-a

Re: OT: Anti-caching code...

2000-10-23 Thread Rob Keniger
lick here to see the other non-cached page This makes IE think each page is different and the pages are never cached. Works beautifully. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]>

Re: Storing passwords in database as one way hash -The Solution

2000-10-18 Thread Rob Keniger
probably doesn't matter because if someone gets access to the database they probably wouldn't care about the user passwords anyway. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> &

Re: Storing passwords in database as one way hash -The Solution

2000-10-18 Thread Rob Keniger
providing the key anyone with access to the database and a copy of ColdFusion can instantly decrypt all the passwords. The hash method is far better because even if the database security is broken the passwords are still secure. -- Rob Keniger big bang solutions <mailt

Re: Storing passwords in database as one way hash

2000-10-18 Thread Rob Keniger
pt fails on Macs? How do you handle surfers with JS turned off? -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> Archives: http://www.mail-

Re: returning top 10

2000-10-16 Thread Rob Keniger
on 10/17/00 12:09 PM, Shawnea Carter at [EMAIL PROTECTED] wrote: > Actually, I didn't. I responded to him. You're right. I think that's the second time I've done that in as many days. My apologies. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]&g

Re: returning top 10

2000-10-16 Thread Rob Keniger
dents order by GPA desc -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit ht

Re: Checking URL validity

2000-10-15 Thread Rob Keniger
is deciding what to do with the request after all. I'll have to audit the servers that I'm checking to look for WebSitePro, but that's not a big deal. It's good to know that CFX_HTTP (the cheap solution!) does what I need quite nicely. Thanks so much for your help with this

Re: Checking URL validity

2000-10-15 Thread Rob Keniger
e.com; CFX_HTTP.LastModified CFX_HTTP.Date 10/15/2000 18:28:55 GMT Weird eh? -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -- Archives: http:

Re: Checking URL validity

2000-10-15 Thread Rob Keniger
the url attribute is a .cfm or .html > then filecontent is filled with data. Interesting - I am not seeing this. It is not returning any filecontent for me, no matter what URL I specify - cfm, htm, image or whatever. As long as I use verb="head" I get the header only. I don't know wh

Re: Very OT: Read if you're bored, it's not that important (wasRe: OT BUT CRITICALLY IMPORTANT...)

2000-10-15 Thread Rob Keniger
is an audience of US citizens is totally flawed - take this discussion away from here and to CF-COMMUNITY. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -- Archive

Re: Checking URL validity

2000-10-15 Thread Rob Keniger
use verb="head". The CFX_HTTP.FileContent return variable is blank and a 90MB file I tested it on returned a result in 30ms. So for me it works well! -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au>

Re: Checking URL validity

2000-10-15 Thread Rob Keniger
ave the ability to make a "HEAD" request. Thanks very much for this - I'll definitely check it out. Thanks to everyone else who responded, too. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -

Checking URL validity

2000-10-14 Thread Rob Keniger
o this? If CFHTTP won't do the job, is there an alternative? Thanks for any input. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -- Archives: http://w

Re: Cookies and CFLOCATION

2000-10-14 Thread Rob Keniger
> > This executes on the browser, which means that the cookie will get set. If > you're not setting a cookie, use CFLOCATION because it's faster (no trip to > the browser and back). This works well unless the user has javascript turned off. Best to also add a Reresh met

Re: So, the Client isn't an issue to the CF Server?

2000-10-13 Thread Rob Keniger
e that has this problem and I'll be happy :) > All versions of IE on the Mac have this issue. Sorry to bring you down. :-( -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> --

Re: Access question

2000-10-12 Thread Rob Keniger
restriction. MySQL has been GPL'ed and it's now free on all platforms AFAIK. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -- Archives: h

Re: AOL mayheim

2000-10-11 Thread Rob Keniger
, thus tricking the proxy cache into thinking all the pages are different. eg. in application.cfm: in template: Click here to get the non-cached page This works perfectly and requires no futzing around with meta tags. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTE

Re: Can 2 seperate urls activate 2 seperate CF websites thatreside on the one server

2000-10-07 Thread Rob Keniger
ion of the web server. IIS and Apache and virtually anything else support this - what server are you running? -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ---

Re: Realsim and 4D Arrays

2000-10-05 Thread Rob Keniger
#x27;ve seen yet. Thanks. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit ht

Re: Does CF do 100's of simultaneous connections?

2000-10-04 Thread Rob Keniger
on 10/5/00 9:12 AM, Donovan Rittenbach at [EMAIL PROTECTED] wrote: > On what platform if it does? Allaire reckons CF can do it on NT/2000 according to this (excellent) article: http://www.allaire.com/Handlers/index.cfm?ID=16809&Method=Full Interesting reading. -- Rob Keniger b

Re: DSN locking options...(2)

2000-10-03 Thread Rob Keniger
; the DSN...can you explain this a little better. > > No caching no where. CF drops the DB connection when you generate an exception by referencing a Table that doesn't exist in the DB in a query. You could try using a "deliberate error" template to do this and break the c

Re: graphics rollovers w/o javascript

2000-10-03 Thread Rob Keniger
on 10/3/00 10:31 PM, Reed Powell at [EMAIL PROTECTED] wrote: > That allows you to then swap style sheets in the > onMouseover onMouseout conditions. Umm, those triggers are JavaScript triggers. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www

Re: australian e-com

2000-10-02 Thread Rob Keniger
t want to try http://www.xilo.com.au/ - they get a good rap, can organise Camtech services and have a CFX tag that you can use. It's not particularly cheap, though. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]&g

Re: CF bug?? Re: Mappinf on Cf server

2000-09-29 Thread Rob Keniger
Using ampersands or any other symbols in file/directory names is asking for trouble. Try to avoid this whenever possible. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -

Re: Linux, MySql, NT, Access - which?

2000-09-29 Thread Rob Keniger
r. There are a couple of Access>MySQL utilities that I've seens but I've never been able to get them working 100% -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -

Re: Suppress debug for a single template...

2000-09-28 Thread Rob Keniger
gt; are on it? It seems that it only shows form, url and cgi variables - no queries or anything. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -- A

Re: Protecting Content / content leeching... A CF method?

2000-09-28 Thread Rob Keniger
a bit screwy - have you tried reinstalling Acrobat? Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

Re: Autonumber?

2000-09-28 Thread Rob Keniger
on 9/28/00 7:41 AM, HappyToad.com at [EMAIL PROTECTED] wrote: > How do I use UUID? -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -- Archives: http://www.m

Re: Encrypting a credit card field...

2000-09-28 Thread Rob Keniger
ion on the values. You cannot be too careful with credit card numbers. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> -- Archives: http://www.mail-archive.com/cf-talk

Re: Protecting Content / content leeching... A CF method?

2000-09-28 Thread Rob Keniger
some garbled text. What MIME type are you using for PDFs? What you describe works perfectly for me. You could also try using CF directory mappings - these will prevent anyone directly accessing the files if you point them outside the Web root direct

Re: CGI Variable Problem! - please help

2000-09-28 Thread Rob Keniger
Has anyone > had this problem? and if so could you please lend a > hand? You need CF4.5.1 SP1 to do this - you must update the Apache CF module using the new one that comes with the update. Previous versions won't return the variable. FWIW, cgi.PATH_TRANSLATED still doesn'

Re: Trim Help Needed

2000-09-27 Thread Rob Keniger
On Wednesday, September 27, 2000, at 01:32 AM, LH Rothman wrote: > #Company# > #Street# > #City#, #State# #Zip# Try this: #Company# #Street# #City#, #State# #Zip# HTH Rob Keniger [EMAIL

Re: Access 2000 Databases with CF4.0

2000-09-26 Thread Rob Keniger
on 2000-09-27 5:23 AM, Joshua Miller at [EMAIL PROTECTED] wrote: > Is there anyway to use Access 2000 Databases with CFServer 4.0??? I get an > error every time I try and use Access 2000 dbs. Update to the latest MDAC. http://www.micrososft.com/data/ Rob K

Re: IE on Macs and rendering pages

2000-09-26 Thread Rob Keniger
en this type of behavior, and is > there a work around that anyone is aware of? I've seen exactly the opposite - IE for Mac was displaying the entire HTTP header on the page as text. Upgrading from CF 4.5 to 4.5.1 fixed it for me. What version of C

Re: SOT: Vignette?

2000-09-25 Thread Rob Keniger
neat product if you can afford it. Large corporations apply only, please. Spectra is similar and far, far cheaper. Rob Keniger [EMAIL PROTECTED] big bang solutions <ht

Re: Decrypt cold fusion files

2000-09-25 Thread Rob Keniger
right to enforce them. Using encryption makes it that much easier to prove my case. Rob Keniger [EMAIL PROTECTED] big bang solutions <http://www.bigbang.net.au>

Re: Decrypt cold fusion files

2000-09-23 Thread Rob Keniger
on 9/23/00 7:41 AM, Sree@bigbuzz at [EMAIL PROTECTED] wrote: > Is there a way to decrypt coldfusion files. Yes. ;-) Rob Keniger [EMAIL PROTECTED] big bang solutions &l

Re: OT: Link that submits form

2000-09-23 Thread Rob Keniger
y this: Click here to submit the form Note that you must give the form a name for this to work, like this: Make sure the name of the form in your javascript matches the actual form name. Names are case-sensitive. HTH Rob Keniger

Re: Perplexing error message. [CF-Talk]

2000-09-20 Thread Rob Keniger
nd is causing this error. Your client may be able to bypass the squid proxy, depends on his network set up. HTH Rob Keniger [EMAIL PROTECTED] big bang solutions <http://www

Re: Somewhat OT: Is it possible to detect a mail client from aweb page [CF-Talk]

2000-09-20 Thread Rob Keniger
xt the suit will be telling you that CF can detect the user's brand of aftershave... :) Rob Keniger [EMAIL PROTECTED] big bang solutions <http://www.bigbang.net.au

Re: [CF-Talk] cfpop date formatting problem

2000-09-19 Thread Rob Keniger
y #Dateformat(parsedatetime(date),"MMM D (DDD)")# Rob Keniger [EMAIL PROTECTED] big bang solutions <http://www.bigbang.net.au>

Re: [CF-Talk] OT: Subject lines

2000-09-19 Thread Rob Keniger
ject lines. If people want to add things to their subject lines to assist in sorting mail, let them do it in their mail client. Rob Keniger [EMAIL PROTECTED] big bang so

[CF-Talk] Performance under load - Linux vs NT

2000-09-19 Thread Rob Keniger
hanks for any replies. Rob Keniger [EMAIL PROTECTED] big bang solutions <http://www.bigbang.net.au> p +61 7 3311 2733 f +61

Re: [CF-Talk] good examples and code of a simple drop down listpopulated from query?

2000-09-18 Thread Rob Keniger
on 2000-09-19 12:09 PM, Jeff Fongemie at [EMAIL PROTECTED] wrote: > > #get area# > #getarea# Rob Keniger [EMAIL PROTECTED] big bang soluti

Re: Tab Key

2000-09-18 Thread Rob Keniger
on 19/9/2000 12:41 AM, Vyna P. Courtney at [EMAIL PROTECTED] wrote: > The tab index doesn't seem to work with Netscape. Is there something I can > do? No. Unfortunately it's an Internet Explorer-only function. Rob Keniger

Re: Sorry to bring this up again, but I missed the conversation...

2000-09-18 Thread Rob Keniger
on 18/9/2000 11:24 PM, Evan Lavidor at [EMAIL PROTECTED] wrote: > Point me to an archive if there is one (the one linked to off of > houseoffusion.com only goes up to Jan, 2000). Um, check the footer of this and every message... Rob Keniger

  1   2   >