Calling Application.cfm/OnRequestEnd.cfm directly

2001-06-14 Thread Erki Esken
Is there a way to disable error messages that are thrown when Application.cfm or OnRequestEnd.cfm are called directly ending up in and clogging ColdFusion's application.log? Example from application.log: -- "Error","TID=1852","06/14/01","23:16:09","127.0.0.1","Mozilla/4.0 (compatible; MSI

Re: CF 5 is out..

2001-05-29 Thread Erki Esken
Btw, I just noticed something. The CF5 Feature Comparison Matrix says that Merant Wire Protocol Database Drivers are available to all versions of CF5 (Pro and Ent) but ColdFusion 5 General Information FAQ states that Wire Protocol Database Drivers are available only with ColdFusion Server Enterpri

CF 5 is out..

2001-05-29 Thread Erki Esken
yep.. it's out, download the eval: http://www.macromedia.com/software/coldfusion/ -erki ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-

Re: New ColdFusion "logo"

2001-05-03 Thread Erki Esken
> I like the circular...expanding kinda cool cyber look on the box > It reminds me of the sun..but manages to look tech..the circles > hint at some sort of lensflare.. i think that's supposed to demonstrate the speed of development with CF.. or something like that. anyhow, have you seen the new

Re: test for holes

2001-03-04 Thread Erki Esken
> Hi everyone, > is there any software that can test the .cfm site for holes. I'm > heard about MunchkinLand from houseoffusion, but I can't open it. > Where can I find and download it. Another testing product is SecretAgents.com's STOMP tool. It checks your CFML code for all sorts of things, inc

Re: Convert string to numeric

2001-03-03 Thread Erki Esken
> I haven't been able to find a function that will convert a string > (containing only digits) to a number. > > Can anyone advise how to do this? Do it like this: bar = "1234"; foo = bar * 1; I use this techinque to insure that some variable is numeric and is serialized correctly with

Re: Python and CF

2001-03-01 Thread Erki Esken
> I've done some basic stuff to Perl scripts but > other than that can Python be "used" in other ways with CF? I think you could call .py files with also, at least under *NIX, if you have #!/usr/bin/python in the first line. Erki ~~ Structure y

Re: Allaire Partner program

2001-01-22 Thread Erki Esken
What about Hosting Partners. Can they use NFR software on their hosting machines or do they have to buy a licence for every machine? Erki ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkin

Re: Macromedia and Allaire to Merge

2001-01-17 Thread Erki Esken
Also check out Macromedia - Allaire Merger topic at Allaire Forums: http://forums.allaire.com/DevConf/Thread.cfm?&Thread_ID=212322&mc=39 Some very good points there, especially by Rob Munn and Matt Robertson. Also Jeremy Allaire's 'official' statement: http://forums.allaire.com/DevConf/Thread.c

Re: Contract

2001-01-09 Thread Erki Esken
Check out www.nolo.com There's lots of free legal advice and stuff there. - Original Message - From: "Albert K Arhin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 6:02 PM Subject: Contract > Hi All, >I am new as an independent developer.

Allaire Curriculum License

2001-01-09 Thread Erki Esken
Is there anyone on this list who has teached CF in university and has experience with Allaire Curriculum License program. I have some quick questions and since Allaire's Peter Sheridan (responsible for Curriculum License program) is out of the office until January 16 I'm hoping someone else could

Re: WAY OT: Smackdown

2000-12-29 Thread Erki Esken
Oh man. It's so easy to cheat and get in that top 10 :P Erki - Original Message - From: "Bud" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 28, 2000 10:47 PM Subject: WAY OT: Smackdown > OK, and just what is the catch with smackdown? I've wasted a whol

Re: Fusebox

2000-12-21 Thread Erki Esken
One of the important things about FuseBox that I haven't seen mentioned yet is how easy it is to design your applications using FuseBox. Erki ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthor

OLD DB datasource problems

2000-12-18 Thread Erki Esken
Hi. I'm having problems setting up OLD DB datasource. I had it working OK, but then deleted the database (and datasource) but now I've restored it. The settings are all like they used to be before but the datasource just won't verify. And when I try to run a query against this datasource I get t

Re: What I want in CF (was: Learning ASP)

2000-08-30 Thread Erki Esken
> I'm sure I'll think of more... I don't suppose there's any Allaire > programmers reading this list taking notes, are there? ;-) There's always the "ColdFusion Enhancement Requests" section in Allaire Support Forums. Does anyone have some spare time to collect the ideas from this thread and pos

Re: Allaire logos

2000-08-08 Thread Erki Esken
http://www.allaire.com/handlers/index.cfm?ID=9359&Method=Full Erki > > Has anyone got the url where I can download the Allaire logos in > eps format from their site please? I had it bookmarked a while > ago but seem to have lost it and searching the site has turned > up nothing. > Thanks

Re: Studio tips

2000-08-04 Thread Erki Esken
Oh and one other useful shortcut is Ctrl + M. If you press Ctrl + M on a CFIF (or any other tag) then it'll find the matching end tag. Very helpful when you have many nested CFIF's. Erki - Original Message ----- From: "Erki Esken" <[EMAIL PROTECTED]> To: <[E

Re: Studio tips

2000-08-04 Thread Erki Esken
Yep, the code template shortcuts are great. Try this one: In Studio Settings (F8) select Code Templates. Click on Add: Keyword: wml Description: WML 1.1 DOCTYPE (with CFCONTENT) Value: http://www.wapforum.org/DTD/wml_1.1.xml> Now in your template type "wml" and press CTRL+J and voila! :) Er

Re: CF vs JSP

2000-08-04 Thread Erki Esken
> Can someone who's fluent in both JSP and CF give me some examples > of the benefits of using JSP rather than CF? Thanks. This is Jeremy's oppinion: http://www.sys-con.com/java/archives/0508/radio/ JDJ: Would you say that ColdFusion is a direct competitor of JSP? Is there room for both? If so,

Re: Studio tips

2000-08-03 Thread Erki Esken
Yeah.. Snippet Shortcuts are so cool. I use this one a LOT (especially because I use FuseBox): Snippet: attributes. Shortcut: Ctrl + Shift + Alt + A And since Ctrl + 3 inserts ## then I have also Ctrl + 2 for double quotes ("") and Ctrl + 1 for single quotes (''). Also it's very handy if you c

Re: Nested Recursive Custom Tags AttributeCollection Nightmare

2000-08-02 Thread Erki Esken
If you have Ben Forta's Advanced ColdFusion Application Development at hand, turn to page 136 and read the "Using Child Tags" chapter. Or if you don't have that book, mail me off list, and I'll send you the example code from that chapter, maybe that will help. Erki - Original Message -

Re: SiteMinder

2000-08-02 Thread Erki Esken
> Anybody know what the windows NT service Siteminder is, what is > it's function this thing is periodically shutting down my server. Netegrity SiteMinder is authentication and security management engine that ColdFusion uses for Advanced Security I believe. Anyway.. Look at http://www.siteminder

Re: Clustered server - keeping code insync

2000-08-01 Thread Erki Esken
Read "Deploying Projects" and "Deploying to Multiple Servers" help files in CF Studio: Help » Using ColdFusion Studio » 11. Deploying Projects Erki > Hi all , > > Has anyone got any recommendations for keeping the code on several > production servers in a clustered setup in sync??? > > Thanks

Re: How to release cached data source connection via CF template ?

2000-08-01 Thread Erki Esken
Sorry, it was CFUSION_DBCONNECTIONS_FLUSH() Read also Allaire Security Bulletin ASB99-10: http://www.allaire.com/handlers/index.cfm?ID=11714&Method=Full Erki > Wasn't it that undocumented CFusion_Disable_DBConnections() funtion? > > PS: TeraTech's Tag and Function Quick Reference rocks! :) >

Re: How to release cached data source connection via CF template ?

2000-08-01 Thread Erki Esken
Wasn't it that undocumented CFusion_Disable_DBConnections() funtion? PS: TeraTech's Tag and Function Quick Reference rocks! :) Erki > > Hello, > > > > the subject is THE question. I need to replace database files (Access) in > > automated way. In connection to this all those files have to be re

Re: "Milking...", "High Scalability" and "$1000 servers"

2000-07-28 Thread Erki Esken
You can also move the CustomTags folder to the same drive where your other .cfm files are. Just change the CFMLTagSearchPath key in HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\CustomTags \ Erki - Original Message - From: "Steve Bernard" <[EMAIL PROTECTED]> To: <[EMAIL P

Re: WAP Question

2000-07-28 Thread Erki Esken
> Can anyone tell me why I'd get an error from a Nokia 7110 when trying to > access http://demo.cc.uk.com/wap/welcome.cfm > /...skip.../ > > If anyone has a 7110 and wants to give the site a whirl, please feel free, > just let me know if it lets you on I have an Ericsson R320s, and it says so

Re: Commenting Text in Studio

2000-07-28 Thread Erki Esken
I changed HTML comment shortcut (Shift+Ctrl+M) to CFML comment shortcut. Very handy! Erki - Original Message - From: "Shane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 28, 2000 7:26 AM Subject: Re: Commenting Text in Studio > In Studio, > > Opti

Re: WML and CF

2000-07-25 Thread Erki Esken
Maybe this new article from Allaire helps you somewhat: http://www.allaire.com/handlers/index.cfm?id=16516&Method=Full Also Allaire's WAP Reference Deck: http://www.allaire.com/developer/TechnologyReference/wap.cfm And Ben Forta's "No strings attached" article on CFDJ: http://www.sys-con.com/col

Re: error in CF 4.5.1 linux

2000-07-24 Thread Erki Esken
> does anybody know what this error mean "exception: basic_string" > and how could I fix it? I'm getting it on a regular basis. Tough luck.. It's a problem with ColdFusion mappings. I know that there are 3 or 4 other cases like this. On some machines the mappings work fine but on some they just t

Re: DB Errors

2000-07-21 Thread Erki Esken
> Is there a good way to catch when your database is down and > throw a custom error message? SELECT ... Show error message or something. Erki -- Archives: http://www.mail-archive

Re: How Eliminate blank spaces between words ??

2000-07-21 Thread Erki Esken
> I need to eliminate the blank spaces between numbers in phone > numbers so that 07 987 635 can be converted to 07987635 > > the code needs to read the value in the phone variable from > the database table and then remove the blank spaces as > indicated above Use this RegExp: Erki

Re: CFIF question...

2000-07-19 Thread Erki Esken
do something Erki - Original Message - From: "Gary McNeel, Jr." <[EMAIL PROTECTED]> To: "Cf-Talk" <[EMAIL PROTECTED]> Cc: "theCrewOnly" <[EMAIL PROTECTED]> Sent: Wednesday, July 19, 2000 7:07 PM Subject: CFIF question... > can you use BETWEEN or maybe IN in a cfif? > > ex: do something

Re: CF 5.0 and misc questions...

2000-07-19 Thread Erki Esken
> I don't think anyone knows yet. I'd guess that the Java-based > engine will treat CFML scripts the same way it would treat JSP > scripts; JSP scripts get converted to servlets and "compiled" > into bytecode when they're requested the first time. Does anyone know how JRun's works? CF_Anywhere a

Re: Is this an opportunity for regular expressions?

2000-07-19 Thread Erki Esken
See if this code snippet helps you out: ---index.cfm--- tmp = i; posid = RemoveChars(REReplaceNoCase(tmp,"LOCID.*","","ALL"),1,5); tmp = i; locid = REReplaceNoCase(REReplac

Re: CF Express

2000-07-18 Thread Erki Esken
> Can anyone give me a URL where I can download CF Express? I > found it on Allaire's site previously using search, but that's > currently disabled. http://www.allaire.com/products/coldfusion/cfexpress/ btw: does anyone know then CF Express 4.5 for Win/Linux will be available? erki --

Finally!

2000-07-18 Thread Erki Esken
http://www.allaire.com/search/ --- Site is down for maintenance We're sorry...due to some minor technical difficulties we have taken our search functionality off line for a short period of time. We will have this problem resolved shortly. We appreciat

Re: RE: Session Management

2000-07-07 Thread Erki Esken
> StructClear(Session) has never worked for me on CF4.5, just > messes up the session. > > Any ideas? See Allaire Knowledge Base article #14143: http://www.allaire.com/handlers/index.cfm?ID=14143&Method=Full Erki --

Re: Allaire Certification Program

2000-07-07 Thread Erki Esken
> Has anybody done this yet? If so, what were the questions like? > > I'm considering doing this in the next couple of months (either in > the UK, or most likely in the US). I think it would add real value > to my CV seeing as I work as a consultant. Check this out: http://www.fusionauthority.c

Re: cf 4.5 cfmail problems

2000-07-07 Thread Erki Esken
> I have an email being sent out with cfmail on a coldfusion 4.5 > server. The content is being pulled from a database. The copy > in the database is perfect. However once the email is received > by the user the copy has problems. > > This is the copy as it sites in the database: > "security a

Re: HDML / WML (Wireless programming)

2000-07-05 Thread Erki Esken
> Has anyone programmed or experimented with HDML or WML? > > We want to start up access to our site via cell phones. I am looking for a > good place to start. I am stating at http://developer.phone.com and going > from their. Sign up for CF-WAP mailing list. A lot of HDML/WML/WAP talk there.

Re: Project Manager/UI Designer seeks ASP startup

2000-07-05 Thread Erki Esken
> Funny? I thought this was a CF list not an employment list... Yeah people.. Please send your job messages to [EMAIL PROTECTED] in the future. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsub

CFStudio acting weird

2000-07-04 Thread Erki Esken
When I navigate in the directory tree in Resource Tab and select a directory, Studio displays "Accessing..." message on the status bar and it takes several seconds before it shows me the files. BUT when I have done something with RDS and go back to the traditional tree navigation, then it's light

Re: Problem Displaying a 2D array.

2000-07-03 Thread Erki Esken
> > #addresses[#x#][1]# > > > I get the following error when I run the code: Loose the #'s around the X... Like this: #addresses[x][1]# Erki -- Archives: http://www.eGroups.com/list/cf-talk To

Re: MS Access SQL

2000-07-03 Thread Erki Esken
> I am wondering if anyone knows of a way to have MS Access spit out the SQL > necessary to create the tables that make up a given database. In other > words, I'd like to do some kind of export that would export just the actual > SQL statements that would create identical table structures in a ne

Re: CF 3.1 docs?

2000-06-29 Thread Erki Esken
- Original Message - From: "Chris Evans" <[EMAIL PROTECTED]> > I'm looking for the docs for 3.1, to support a client with that > version. Does anybody have a link to them online? http://www.allaire.com/Handlers/index.cfm?ID=6178&Method=Full&Cache=Off Erki ---

Re: cf vs php

2000-06-29 Thread Erki Esken
> PHP really kicks ass in UNIX, I have never heard anyone say CF kicks > ass in Linux. >From Allaire article #15054: "Infonautics installed and tested the scalability of the more than 20 Linux servers running ColdFusion. Peak loads of up to 1.7 million page views an hour were recognized during s

Re: Open Source Shopping Cart

2000-06-28 Thread Erki Esken
> We are new to coldfusion. We need to develop a shopping cart solution for a > customer. As their requirements are rather specific, we would have to either > develop the cart from scratch, or, tweak a off-the-shelf solution. It is > only for a single storefront. Could anyone recommend some good o

Re: CFML in a Object Orientated Style » SmartObjects

2000-06-27 Thread Erki Esken
- Original Message - From: "Rif Kiamil" <[EMAIL PROTECTED]> > Sometime ago, I found a site that show how to write CFML in a Object > Orientated Style, but I lost the url. Can body know what I am talking about? Found this in DevEx: "... SmartObjects is a simple set of custom tags that a

Re: CF 404

2000-06-21 Thread Erki Esken
> Does anyone know how does one go about making CF Server use a modified .cfm > to replace the CF 404 Not Found error? You can define Missing Template Handler (and Site-wide Error Handler) file in CF Administrator (version 4.5 and up). Erki -

Re: mySQL & CF & BLOB

2000-06-20 Thread Erki Esken
> Anyone using CF and mySQL and accessing BLOB data? I converted an Access2K > db to Mysql and all memo fields were converted to BLOB datatypes. Now when I > pull the information and display it I get ASCII garbage and not the text. > Someone in mySQL support told me to change it to a longvarchar d

Re: Stress test

2000-06-19 Thread Erki Esken
> Anyone have any urls for stress testing software, free and paid > alike? Try Microsoft's Web Application Stress Tool (formerly known as Homer). Free. http://webtool.rte.microsoft.com/ Erki -- Archives: http://www.eG