Re: CF-Talk-list V1 #230

2002-04-01 Thread Jochem van Dieten
Jeffry Houser wrote: Thank god this guy / girl / entity that is really bugging me gets back in the office today... Maybe Michael could do something about this as well. Most out-of-office autoreply systems I know only respond to an email address once (which suggests that gotech.net has a

Re: line length in cfmail

2002-04-01 Thread Jochem van Dieten
Jim Priest wrote: Argh. So much for those 'rich' Macromedia apps! :) Both the CF Forums and the NNTP newsgroups (which the forums direct you to) seem to be down. Anyone have a suggestion on how to limit the line length in a blob of text thrown into cfmail? I'm trying to figure out the

Re: Data Ignored Error

2002-04-02 Thread Jochem van Dieten
Gregory Taylor wrote: Jochem, If I sound a little confused by your statement, it's because I am. I'm not using a Unix box and telnet is turned off on this server. I was suggesting you can use a telnet client to connect to port 80 of your webserver and send some malformed request to

Re: How do I let the ColdFusion server wait between two commands

2002-04-02 Thread Jochem van Dieten
Broek, ir. M.A. van den wrote: Hello, I would like to zip a few files with cfexecute and then redirect to this zip file (see code below). The ColdFusion server has two wait a few seconds before the cflocation is executed, because it takes some time to zip the files. How can I accomplish

Re: line length in cfmail

2002-04-02 Thread Jochem van Dieten
Howie Hamlin wrote: Actually, the RFC states 1000 characters. From RFC 2821: text line The maximum total length of a text line including the CRLF is 1000 characters (not counting the leading dot duplicated for transparency). This number may be increased by the use of

Re: line length in cfmail

2002-04-02 Thread Jochem van Dieten
Howie Hamlin wrote: Right, 1000 characters max, like I said. No. As it says in the intro, keywords should be interpreted as per RFC 2119. SHOULD is one of those keywords: quote 3. SHOULD This word, or the adjective RECOMMENDED, mean that there may exist valid reasons in particular

Re: detecting an image

2002-04-02 Thread Jochem van Dieten
Scott Mulholland wrote: Any way using CF to tell if an image exists, and show another image if it doesn't? I don't think FileExists is not an option as the images are on a remote machine. CFHTTP and check the length of the response? I would go for CFHTTP but for one of the customtag

Re: detecting an image

2002-04-02 Thread Jochem van Dieten
Jochem van Dieten wrote: Scott Mulholland wrote: Any way using CF to tell if an image exists, and show another image if it doesn't? I don't think FileExists is not an option as the images are on a remote machine. CFHTTP and check the length of the response? I would go for CFHTTP

Re: CF doing strange things with dates

2002-04-03 Thread Jochem van Dieten
Tristram Charnley wrote: I want users to enter dates in forms using European format dates (dd/mm/yy). Why? If you let them enter dates using ISO format (-mm-dd) at least it is clear what they mean. And it is the official dateformat almost everywhere in Europe anyway. Anyway, use

Re: OT: SQL ?

2002-04-03 Thread Jochem van Dieten
Douglas Brown wrote: I was wondering if this is true or not, can someone answer this? Say I have a table with 60,000 records in it, and I have a query where I want the data with an ID of 4000. I heard sql searches like so 1 - 6 2 - 5 3 - 59998 but if you have an index, it does

Re: if anyone from macromedia is listening - cfinput request

2002-04-05 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: please make it so cfinput can do a focus() method for the field that is causing the exception. this is the only thing that prevents me from using the tag and having to do it in javascript. If they are listening, you are just lucky. A better place for this would be

Re: Where is the best place to put business rules?

2002-04-05 Thread Jochem van Dieten
Kola Oyedeji wrote: Sorry i should have better phrased my question what would you do in a third tier that you wouldnt put in the database or in the client? Integration and coordination of multiple systems. For example, in a reservation system you would call an EJB and send over a bunch of

Re: Daylight savings time

2002-04-05 Thread Jochem van Dieten
Shawn McKee wrote: I have applications that deliver content in a time sensitive manner. We store times in our database in UTC (GMT). Whenever a country changes from or to standard time I catch a lot of grief because release times have to be manually updated. Anybody know of a tool, CF or

Re: Access Dbs on separate server?

2002-04-05 Thread Jochem van Dieten
Ian Lurie wrote: Hi all, We're going to be setting up our own SQL server box. Is there any performance gain to be had by putting our Access dbs on that box, too? No, unless you actually mean a conversion to SQL server. Jochem

Re: CF Will Not Start

2002-04-06 Thread Jochem van Dieten
Gordon Burns wrote: Error,TID=2712,04/06/02,07:57:06,Error attempting to start the service. I am getting these in the log after an attempt at a reboot. The Application server will not start all the other CF services do. I No information is given when it refuses to start just that

Re: CF Will Not Start

2002-04-06 Thread Jochem van Dieten
Gordon Burns wrote: Timeout (3 milliseconds) waiting for the Cold Fusion Application Server service to connect. I did try and install Java Tag at one time and that failed but then did not bother after that. This is the first time since the I have tried a reboot of the system.

Re: Picking up swear words

2002-04-07 Thread Jochem van Dieten
Kola Oyedeji wrote: Try cfset cleanString = RereplaceNoCase(dirtyString, [:space:]+ass[:space:]+, *** , all ) it should replace ass if it is preceded or followed by one or more spaces/tabs but not as part of a word with *** . But not if it is followed by control characters,

Re: Random Record

2002-04-08 Thread Jochem van Dieten
Eric J Hoffman wrote: What is the best way to get a random record from an table that has frequent changes and updates...best practices or practical advice from veterans? Randrange between 1 and recordcount won't work pulling a num and then going against primary id..so somehow to get a row?

Re: UDFDates and week numbers

2002-04-09 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: look at the Week() in the studio documentation. Just be carefull, Week() returns the US weeknumber, not the ISO weeknumber. Jochem __ Your ad could be here. Monies from ads go to support these lists

Re: Access2000 file size limits?

2002-04-09 Thread Jochem van Dieten
Jeff Green wrote: Was wondering what file size limits Access2000 DB have? Min(2 GB, max file size of your file system) Jochem __ This list and all House of Fusion resources hosted by CFHosting.com. The place for

Re: UDFDates and week numbers

2002-04-09 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: difference? +/- 1 on occasion. US is based on the first Monday?/Sunday? of the year, ISO is based on the first week with 4 or more days in the new year. Apart from US weeks starting on Sunday and ISO weeks starting on Monday of course. Jochem

Re: cfcache

2002-04-09 Thread Jochem van Dieten
Houk, Gary wrote: When I try to use cfcache and set the action to cache, I get a message access denied. If I set it to clientcache, it's fine. What am I missing here? cfcache internally uses cfhttp to make a page request and store the outcome as a file. Apparently the cfhttp returns an

Re: cfcache

2002-04-09 Thread Jochem van Dieten
Dave Watts wrote: CFCACHE does have to read from the hard drive. However, by default, so does every CF page request, unless you've enabled Trusted Cache and have properly sized your template cache. Even if you've done that, if it takes longer to read the file from the disk than it does for

[Fwd: CERT-NL S-02-45: Cumulative Patch for IIS]

2002-04-10 Thread Jochem van Dieten
FYI Jochem Original Message Subject: CERT-NL S-02-45: Cumulative Patch for IIS Date: Wed, 10 Apr 2002 15:49:36 +0200 === By courtesy of Microsoft we received the following information. Microsoft

Re: CF irc channel?

2002-04-10 Thread Jochem van Dieten
Jeff Green wrote: Anyone know a CF irc server/channel? dalnet #coldfusion Jochem __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community.

Re: cffile - size limit?

2002-04-12 Thread Jochem van Dieten
David Schmidt wrote: Does cffile have a size limit for the 'read' action? I have a fairly large quickbooks iif file that I am parsing, and it seems to bomb on me. The error I'm getting is: The parameter is incorrect. (error 87) Using read or readbinary? Jochem

Re: cfoutput - was RE: cfset vs using cfscript

2002-04-15 Thread Jochem van Dieten
Shawn McKee wrote: While on this topic, how about efficiency with cfoutput? It makes sense to me that this: select name=fred cfloop query=fredQ option value=cfoutput#val#/cfouputcfoutput#valDesc#/cfouput /cfloop /select is faster than this: cfoutput

Re: error in execution time calculations

2002-04-16 Thread Jochem van Dieten
Michiel Boland wrote: exit.cfm: cfexit test_exit.cfm: cf_exit cflock name=z type=readonly timeout=0 cflock name=z timeout=1 throwontimeout=0 /cflock /cflock Execution Time 1016 milliseconds 0 ms ...\APPLICATION.CFM 1000 ms ...\EXIT.CFM 0 ms

Re: ColdFusion based mass email module

2002-04-16 Thread Jochem van Dieten
Dowdell, Jason G wrote: That sounds very interesting. Could you include a code snippet or example to show me how to do what you're proposing. I'm not sure the host will allow it but it's definitely worth looking into. http://jochem.vandieten.net/coldfusion/customtags/advancedemail/ Jochem

Re: ColdFusion based mass email module

2002-04-16 Thread Jochem van Dieten
Chakka, Sudheer wrote: Hi, What is the advantage of writing the file into spooldir of IIS than writing into sppoldir of ColdFusion? IIS is faster and more reliable at sending the files out. Which one is a best solution? The one given by Justin or present at:

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jochem van Dieten
Jon Hall wrote: Lately I have been browser snifffing and just using different style sheets for each browser. It ends up saving a lot of hassle worrying about css compatibility. For my own websites, I just stopped caring. I make sure I have the W3C compliant HTML 4.01 and W3C compliant CSS

Re: SQL server and Interval data type

2002-04-16 Thread Jochem van Dieten
Mark A. Kruger - CFG wrote: Ok - explain the interval data type. what is it and what does it contain? Interval data type contains an interval (copy/paste from manual): Type interval [ (precision) ] Description for time intervals Storage 12 bytes Earliest -17800 years

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jochem van Dieten
Matthew R. Small wrote: You're right, this is a can of worms, but...Really, I am asking that Steve Case drop the Netscape browser altogether. And how is that going to help? Will that mean that all the installs of NN 4.x will magically disappear? Quite the contrary, the release of Mozilla 1

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jochem van Dieten
Matthew R. Small wrote: We're not talking about bad code. We're talking about forgotten table tags. We're talking about not fully scoping a variable. We're talking about the fact that when bad code does get written, you're a whole lot better off if you have internet explorer than when you

Re: ColdFusion based mass email module

2002-04-17 Thread Jochem van Dieten
Dowdell, Jason G wrote: Justin, Do you have to do anything special if it's an html formatted message? Is there a failover in case the client's email client does not render html? rfc 2045-9, rfc 2822 and possibly rfc 2387 (if you want inline images) Or cf_advancedemail :) Jochem

Re: ColdFusion based mass email module

2002-04-17 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: You can send mixed-mode messages: !--- Create a unique ID for the message boundary. --- cfset boundary = CreateUUID() !--- Standard CFMAIL.. Note that the TYPE attribute is not set. --- cfmail to=[EMAIL PROTECTED] from=[EMAIL PROTECTED] subject=test cfmailparam

Re: neo question

2002-04-18 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: weird thing just happened. i tried to install the neo beta on my xp pro box and the installation did go fine. the thing is that after the install, i tried to access the cf administrator backend and the cfide directory is not in my wwwroot directory. i did a search on

Re: CFMail problems/limitations

2002-04-18 Thread Jochem van Dieten
Morgan, Thomas J. wrote: Does anyone know if there is a limitation to the number of characters that can be used in the body of a message sent using the CFMail tag. I have an application that dynamically sends emails to users where the To, Subject, and body fields are populated with

Re: Finding Images in HTML and Uploading

2002-04-19 Thread Jochem van Dieten
VAN VLIET, SCOTT E (SBCSI) wrote: Basically, when he saves the HTML, I want to search through the text that he has typed and find any img tags. Then, once I have the references to those images found in the text, I will bring the user to another form page, which will loop over the list of

Re: CF-NT/2000-IIS security flasw ?

2002-04-20 Thread Jochem van Dieten
cf-talk wrote: Hi list, I wonder if this issue is published already: KPMG has recently published for IIS on Win-NT/2000 the following: Yes, it is published already. For the full info: http://online.securityfocus.com/archive/1/268263 Here a solution of KPMG is released Actually, it is the

Re: How to Sort Multidimensional Array

2001-12-11 Thread Jochem van Dieten
Paige Chandler wrote: Happy Holidays All, Is it possible to sort a multidimensional array? If what's the syntax? The following doesn't seem to sort: CFSET SortFile = ArraySort(FileArray[1], Text, ASC) There is a customtag for sorting multidimensional arrays at the Developers Exchange.

Re: Templates executing twice CF bug

2001-12-11 Thread Jochem van Dieten
Max Paperno wrote: Greetings, I've identified a somewhat minor but possibly damaging bug in CF 5. It is not a bug. It's pretty strange, but true. Zac Belado has confirmed that this was also the problem in his case (see his Page Processing Twice message from earlier today). It seems

Re: CF Forums Discussion Forums - Where can I find the source?

2001-12-11 Thread Jochem van Dieten
Jochem van Dieten wrote: Bosky, Dave wrote: I need to setup a discussion forum and would like to use cfforums, where can I download the free open source to customize? I tried forumspot.org but their site is gone. I emailed the caretaker about it. I expect it will be up shortly

Re: ODBC or OLE DB

2001-12-11 Thread Jochem van Dieten
Christopher Dawes wrote: Hello CF-Talk, What's better/faster ODBC/OLE DB. I'm using SQL2k on Win2k. Better: ODBC from a portability point of view, OLE DB from a technical point of view (see faster). Faster: OLE DB. In this case (SQL2K) ODBC is actually a layer on top of OLE DB. That

Re: Trimming Files

2001-12-11 Thread Jochem van Dieten
C. Hatton Humphrey wrote: Does anyone have a quick way to trim extra lines from a text file? I have an app that uploads a text file and processes it as a TSV file, but some users are exporting from MS Access, which is adding some extra line feeds to the end. Any suggestions? Read it,

Re: CFDirectory and Network

2001-12-11 Thread Jochem van Dieten
webmaster wrote: I'm trying to do a cfdirectory across our network from the server to a mapped drive (i.e. the H:\ drive) Everthing works fine on the locals but I get nothing back on the mapped drive. Am I missing something in the doc about not being able to do this ? Have a look at

Re: Send response to browser, but continue working on request?

2001-12-11 Thread Jochem van Dieten
Tony Schreiber wrote: That let's me get a message to the browser, but the request is still running and the browser is still waiting... I want to browser to stop waiting... Could you send some javascript to the browser with CFFLUSH that does a redirect? script language=javascript

Re: Locking again (sorry)

2001-12-12 Thread Jochem van Dieten
Tage Widsell wrote: Just a little detail: I know that I must lock every read from a shared scope variable, but what about checking for it's existence? Is that ok without locking? For example: cfif IsDefined(Server.webroot) ...do this and that... /cfif You need to lock those too.

Re: HTML okay in browser

2001-12-12 Thread Jochem van Dieten
Paul Sinclair wrote: I've put up the chopped version of the file up as well as the version that was trapped in the undelivr folder. The chopped version is a sample of what is getting to the email addresses it is sent to. It is here: http://www.cpsmagazines.com/news.sent.version.html

Re: Porting structure and data from Postfres to Access - help

2001-12-13 Thread Jochem van Dieten
Nick Betts wrote: Hi, Can anyone advise me on any software/procedures for copying a postgres database on Linux to Access on Windows. Install the PostgreSQL ODBC driver (http://odbc.postgresql.org) on the machine with Access. Link Access to the ODBC datasource and use SELECT INTO

Re: Schedule weirdness

2001-12-13 Thread Jochem van Dieten
Tony Schreiber wrote: I have a task scheduled: New Half Prices HTTPRequest 10/09/2001 - INDEFINITELY Daily at 02:30:00. Seems to work fine. Today I see in my server.log file: Warning,1156,12/13/01,14:08:37,,Template: /tasks/half.pricenew.cfm, Ran: 41893 seconds.

Re: RegEx Help

2001-12-13 Thread Jochem van Dieten
Bernd VanSkiver wrote: Got a Regular Expression problem that I can't figure out how to solve. Below are two possible strings that could be send to my replace function. The order of the atributes could be in any order and the domain name and file name will also be different in each case.

Re: Certificate expired?

2001-12-17 Thread Jochem van Dieten
John Dowdell wrote: At 8:58 AM 12/17/1, Ian Lurie wrote: Just started getting a 'certificate expired' warning when you try to download the CFTREE applet on all of our CF sites... Not to be a whiner, but geez, Macromedia, help us out here? I'll try, but I'm not in the core ColdFusion

Re: Stressing SQL server

2001-12-18 Thread Jochem van Dieten
Ron Anderson wrote: In the SQL 2K resource Kit, there's a data hammer component that can be used for load testing SQL. It's in VB, simply compile and run. Much easier: join all your tables together in carthesian joins, put the query in a cfm and hit refresh 5 times after eachother. On a

Re: Move cf mail folder?

2001-12-18 Thread Jochem van Dieten
Robert Everland wrote: Why not just uninstall CF and reinstall to the larger drive. Because moving the mail spool folder is much easier ;) Mine runs on a separate disk together with the temp dir to make sure I have always enough room on the system disk. Common security precaution. Just

Re: Could you give my application a once through

2001-12-18 Thread Jochem van Dieten
Robert Everland wrote: Had to reboot, JRUN eats memory when you give it a query with no records and tell it to draw a graph If that was me: sorry. But if you can reproduce that don't forget to tell MM because IMHO crashing because of that is a bug.

Re: Forms and CF Code

2001-12-19 Thread Jochem van Dieten
Raymond Camden wrote: Why would anyone need to clean cfcode? Unless you save user input to a file and cfinclude it, it will not get executed. That is a dangerous oversimplification. Many people generate dynamic forms and loop over either form.fieldnames or the form collection to evaluate

Re: Forms and CF Code

2001-12-19 Thread Jochem van Dieten
Raymond Camden wrote: Many people generate dynamic forms and loop over either form.fieldnames or the form collection to evaluate the forms that are posted back. This frequently involves the Evaluate() function. Something like: cfloop list=#form.fieldnames# index=i cfset temp =

Re: Forms and CF Code

2001-12-19 Thread Jochem van Dieten
Shawn Grover wrote: I place my stripping functions in the application.cfm - so that every page I code is automagically protected from the script kiddies, without me having to worry about it on every page I write. (My functions loop through the Query parameters, and the form elements -

Re: OT: VNC vs PC Anywhere

2001-12-19 Thread Jochem van Dieten
Ben Whalley wrote: Has anyone had any experience using VNC from ATT - it seems reasonably good (and free) at first glance. Anything I should be aware of if we were to use it on a production box? Last time I looked it only encrypted the login process and not the entire session. Jochem

Re: modify access databases via sql and cf

2001-12-19 Thread Jochem van Dieten
Erik Retz wrote: Hello, Anyone have a reference for administering access via sql? We normally use mysql and need to modify access db's the same way. We've build a cf page that we can type sql into. One of the developers is having a hard time finding all the syntax for drop, alter, etc.

Re: CF and Time

2001-12-19 Thread Jochem van Dieten
Tangorre, Michael T. wrote: Why can a SQL server Db table only contain one field of type timestamp? I am not al that familiar with DBs yet. :-( If there ever was a time to get familiar with databases and datatypes it is now. It is important that you recognize what you can do in a db and

Re: Quick Question

2001-12-19 Thread Jochem van Dieten
ehoma wrote: I hope that you'll permit me to ask a non cf question here. It is the only list that I subscribe to and I know that all of the top web developers are here. I'm having a debate with my boss. He likes to spend money and always has the latest gadgets. On his desk is a

Re: CF and Time AM and PM

2001-12-19 Thread Jochem van Dieten
Tangorre, Michael T. wrote: Hello again, :-) I have a form in which a user enters a time, but I need to be able to decipher between AM and PM.. Can they include this with their time? What is the best way to do this, I will be storing this in a datetime field in a SQL DB. The best way

Re: CF and Time AM and PM

2001-12-19 Thread Jochem van Dieten
Bryan Love wrote: 00:00 AM is midnight - the very beginning of a new day. That would seem sensible to me as well. However, since the official format of a 12 hour clock goes back to before the number zero was invented it is not strictly defined as such. Some interesting reading can be found

Re: Survey

2001-12-20 Thread Jochem van Dieten
Ben Forta wrote: Hi all, need your help. I am trying to find out which versions of Windows folks are running CF on. I need to know about all installations (not just production servers) - I want to know about development machines, laptops used for demos, testing and qa boxes, clusters

Re: cfsilent

2001-12-20 Thread Jochem van Dieten
David Schmidt wrote: Has anyone noticed any ill effects from using cfsilent? speed reduction? No. No. Jochem __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant

Re: file uploads

2001-12-21 Thread Jochem van Dieten
Michael Gribbin wrote: Hi gang, I'm trying to set up a file upload for the first time. I get this error: Error attempting to save uploaded file to path 'C:\WEB\somewebsite.com\images\newsreviewsimages\teaserimages..' Access is denied. (error 5) There appears to be something wrong with

Re: RecordCount EQ 0 Problem

2001-12-22 Thread Jochem van Dieten
Richard L Smith wrote: Hello, I am using the following code to display a message based on the RecordCount variable's value. Everything works ok as long as the query returns some records. However when it is zero no message displays, nothing. I am getting no errors so i don't think it's

Re: IE 6.0 Cookies Default Settings Cookie Problem

2001-12-28 Thread Jochem van Dieten
jon wrote: Yeah... we did. You actually have to build the compact privacy policy... Actually, the whole concept and idea behind P3P are pretty interesting (but I believe the actual implementation is a disaster which has got more to do with Big Companies(tm) extracting information from you

Re: Scheduled Tasks that require Authorization

2001-12-29 Thread Jochem van Dieten
Jim McAtee wrote: I've got several CF templates located in an NTFS protected web site. I'm having some trouble getting the CF scheduler to run them and am wondering if it could be permission related. If the templates are located on same computer as the CF scheduler trying to run them, is

Re: death of coldfusion

2001-12-30 Thread Jochem van Dieten
Fregas wrote: I'm sure this has been discussed before on here but its appearance on allaire forums has me disturbed. Why? Frankly, I would be much more disturbed if it was censored there. Jochem __ Dedicated Windows 2000

Re: death of coldfusion

2001-12-30 Thread Jochem van Dieten
Matt Brown wrote: ColdFusion is NOT dying in the least. It is doing quite well and now has the largest team assigned to it ever in the history of Macromedia. Even more than the DW/UD teams combined. CF is a superb solution and hits a slightly different segment of the market from ASP

Re: death of coldfusion

2001-12-30 Thread Jochem van Dieten
Ben Forta wrote: I also think that part of the frustration expressed on the Forums is frustration at the current economic situation in general. And frustration with Macromedia in partcular :) Why is there no information on Neo? Sure there was something presented at the DevCon, but

Re: death of coldfusion

2001-12-30 Thread Jochem van Dieten
Howie Hamlin wrote: Neo information is here: http://www.macromedia.com/software/coldfusion/resources/neo/ And what is there that wasn't there a month ago? Or two months? Jochem __ Get Your Own Dedicated Windows 2000

Re: death of coldfusion

2001-12-31 Thread Jochem van Dieten
Matt Brown wrote: Yes, it is true that Macromedia tends to be more cautious with details of future products than the old Allaire was. But in all fairness, there is information out there, and as soon as Neo is in beta they'll be a lot more. FWIW, MM and Allaire were targets of investor law

Re: death of coldfusion

2001-12-31 Thread Jochem van Dieten
Ben Forta wrote: Not to mention access to JSP tag and libraries (and other Java bits), native XML support, the ability to access and publish Web services, a brand new (and dramatically improved) editor, and the list goes on and on. What web services do you mean here? Stuff based on SOAP?

Re: Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Jochem van Dieten
Bosky, Dave wrote: Has anyone encountered any problems viewing the CF Administration screen using IE 6? Once I sign in with the password, all the frames - top, left and right get populated by the login page again. After a few seconds the Frames refresh and I'm back to the normal login

Re: Visual Basic?

2002-01-01 Thread Jochem van Dieten
jonathan hamner wrote: Hi All. Sorry that I have to ask this question in the cf-talk email list. Is there a email list for VB similar to this one? I guess none of the people with your email address use Outlook. It looks like I am subscribed automagically to a few lists if I judge by

Re: Inheriting Application.cfm?

2002-01-02 Thread Jochem van Dieten
Raymond Camden wrote: My subfolder's application file would look like this: cfscript CSOnline = True; /cfscript cfinclude template=/application.cfm Like I said, it seems to work. Any reason not to do this? Thanks! As long as you are aware that changes to the root app.cfm affect the

Re: pb with cfmail, in plain text.

2002-01-03 Thread Jochem van Dieten
loic jegouzo wrote: hi, i send mail via cfmail in plain/text mode, but i have some pb with the lay-out. i use a query, inside the tag cfmail and sometimes i dont have a break line after a variable output do you know the tips to resolve this probleme ?? Try placing your cfmail tags

Re: CF DB enquiries...

2002-01-04 Thread Jochem van Dieten
han peng wrote: Hi ppl, does anyone know wat kind of odbc/jdbc whatever etc, connection does CF supports? Does CF works well with PostgreSQL? or MYSQL? i have used CF w/ oracle and mssql.. but due to budget contraints.. we r looking into something cheaper.. wat i know abt this 2

Re: Cfcontent performance issues?

2002-01-04 Thread Jochem van Dieten
Kay Smoljak wrote: Hi all, I was looking through the list archives at recommedations for protecting images - ie, not allowing images files to be called directly from the browser. The main recommendations seem to involve CFCONTENT. The site I will be working on will require this, and will

Re: Cfcontent

2002-01-04 Thread Jochem van Dieten
Admin wrote: I want to use cfcontent to serve up audio clips, problem is that the files are not on the same machine as the cf server. It seems that cfcontent does not like the use of shares or unc's to pick up the files. Can anyone confirm that tihs does or does not work? I set up cd with

Re: CFMail and html/text

2002-01-07 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: Is there a way to tell how many people actually open the email that was sent? No. Closest to add an image or something with code like img src=http://domain/counter.cfm?id=12345; Then, make sure that counter.cfm logs to a database or whatever and uses cfcontent to

Re: Forums App?

2002-01-07 Thread Jochem van Dieten
Christian Abad wrote: Folks: I'm looking for an inexpensive (read: FREE) canned forums app that I could drop into an existing site with minimal modification to the existing code. I've looked at the CF-Talk archives and came up with a few leads, including Open Forums and Active Forum.

Re: CFLOCK on files

2002-01-07 Thread Jochem van Dieten
Kelly Matthews wrote: as far as I know it's not something that can be done. CFLOCK is strictly for sessions, etc. CFLOCK is for single threading CF. Whatever you do inside that single threaded application is not of CFs concern. CFFILE doesn't allow you to add a system level lock on a

Re: simulating stored procedures in MS Access?

2002-01-10 Thread Jochem van Dieten
Birgit Pauli-Haack wrote: in know this sounds wired:-) But I remember some article somewhere that someone has found a way so simulate stored procedures for Access datasources. There is no need to simulate, stored procedures are supported. The problem is that the only procedural language

Re: CFMail

2002-01-10 Thread Jochem van Dieten
Dave Clay wrote: Any ideas why this will wount work in CF 5: cfmail problem Any help would be greatly appreiated. What is in your mail.log file? Jochem __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB

Re: Help Quick!

2002-01-10 Thread Jochem van Dieten
Neil H. wrote: I am trying to determine when a page doesn't exist by using the missing page handler in CF. How do I determine what the actual page is? CGI.query_string I think. If it is not usefull try them all ;) Jochem

Re: Help Quick!

2002-01-10 Thread Jochem van Dieten
Don Vawter wrote: BTW a trick I use is that if the missing object is an image I use cfcontent to serve a substitute place holder image so you don't get a broken image link I use the same so I don't have to put a favicon in every folder. Jochem

Re: Forumspot.org or free opensouce forums

2002-01-11 Thread Jochem van Dieten
Michiel Boland wrote: Could anybody tell me what has happend to forumspot.org Looks like the folks who maintain the forumspot.org domain have messed up its DNS registration. Actually the webserver was out before the DNS was out, and since it has been one month and several emails I believe

Re: Forumspot.org or free opensouce forums

2002-01-11 Thread Jochem van Dieten
Pete Ruckelshaus wrote: Wow, so much for Macromedia/Allaire's Community Source project, It is no longer theirs, it is 'ours'. And if there are too many people complaining and not enough people coding things like this happen. Jochem

Re: Allaire logins don't work at new Macromedia Dev Exchg?

2002-01-14 Thread Jochem van Dieten
Matt Robertson wrote: Well, MM has now completely taken over Allaire.com. Understandable. However, when I try to access my former Allaire personal page, which gives me edit access to umpteen tags I submitted in the Exchange, I'm told its an invalid Macromedia ID/password, despite

Re: Parsing an Email Line By Line

2002-01-14 Thread Jochem van Dieten
Neil H. wrote: I am attempting to parse an email line by line. I found this code from CFVault and it seems pretty proven: CFLOOP List=#file_content# Index=rc Delimiters=#Chr(10)# CFOUTPUT #rc#BR /CFOUTPUT /CFLOOP However, it appears that the output is truncated to 77

Re: CF and Mailing Lists

2002-01-15 Thread Jochem van Dieten
Michael Dinowitz wrote: Most mailing lists read only the first line to process commands. You can get that by using ListFirst(postbody, chr(13)) This will take the postbody and return the first line. From there, you can search the string for commands. The Regular Expression (RE) tags are

Re: Quoting posts in responses

2002-01-15 Thread Jochem van Dieten
Mark A. Kruger - CFG wrote: folks, Ok - I'm in. I'll try trimming it down a bit. Perhaps some of you with the alphabet soup after your name and list of web sites you are affiliated with could trim down the signature line a bit. That would eliminate some message length - wouldn't it ha.

Re: CFDirectory

2002-01-16 Thread Jochem van Dieten
Shawn Regan wrote: Hello cf friends, Is there a way to force cfdirectory to delete a directory even if it is not empty? cfexecute name=c:\winnt\system32\cmd.exe argumenths=/c rd #fullpath# /s timeout=20/cfexecute Jochem

Re: HTML Parser

2002-01-16 Thread Jochem van Dieten
Ian Lurie wrote: What's the best way to pull content from an HTML page and insert it into a database? Any elegant solutions out there? What do you know about the HTML page? Do you know its general structure? Is it written in correct HTML or are closing tags missing all over the place?

Re: Regular expression help

2002-01-16 Thread Jochem van Dieten
this? It is pretty easy with normal functions (see http://www.cflib.org/) in CF. I don't think it is possible purely with regular expressions. But even if I could tell you I wouldn't because I prefer te be able spell my own name correctly ;) Jochem van Dieten

<    1   2   3   4   5   6   7   8   9   10   >