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; MSIE 5.5; Windows NT 5.0),Invalid Request of
BAPPLICATION.CFM/B or BONREQUESTEND.CFM/B FileP You have
requested a template with the name APPLICATION.CFM or ONREQUESTEND.CFM.
These file names are reserved by the ColdFusion engine for the
specification of application level settings and therefore cannot be
directly requested from a web client.PIf you are creating a template
which is intended for direct access by end users you should use a name
other than APPLICATION.CFM or ONREQUESTEND.CFM.P

--


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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
Enterprise Edition.

So which way is it then?

-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-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 JRun logo?

http://www.allaire.com/products/promotions/jrun/images/MacromediaJRunLogo2
..gif

-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-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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, including security related stuff like
using #Val(URL.foo)# not just #URL.foo# in SQL statements etc.

See more:
http://www.secretagents.com/products/index.cfm?fuseaction=productproduct_
id=1page_id=61


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-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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:

cfscript
bar = "1234";
foo = bar * 1;
/script

I use this techinque to insure that some variable is numeric and is
serialized correctly with cfwddx (ie it's var
name='foo'number1234/number/var not var
name='foo'string1234/string/var in the generated package).

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-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Python and CF

2001-03-01 Thread Erki Esken

 I've done some basic cfhttp 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 cfexecute also, at least under
*NIX, if you have #!/usr/bin/python in the first line.

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-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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=212322mc=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.cfm?Thread_ID=212384mc=1


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 answer them.

PS: Please reply off-list, thanks.

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-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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.
 Can you please direct me to sites on software contract Writting.
 Thanks
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 whole 
 bunch of my time the past couple days, getting to the point that I 
 can knock out every boxer in the first 3 rounds, then block every 
 punch from the champ and land one every time a green bullseye pops 
 up, then right when I think I'm about to make it to the cherished Top 
 10 list, I get cold-cocked when there is NO RED BULLSEYE. That's 
 cheating. LOL
 -- 
 
 Bud Schneehagen - Tropical Web Creations
 
 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 ColdFusion Solutions / eCommerce Development
 [EMAIL PROTECTED]
 http://www.twcreations.com/
 954.721.3452



~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free 
Setup from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support 
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 this (not very
helpful) OLEDB Error:

---
Error Diagnostic Information
OLEDB Error Code = 0

NULL Interface Ptr

Data Source = "TEST"

The error occurred while /..skip../
---

And by the way, I just upgraded to CF 4.5.1 SP2 so could that cause this
problem?

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-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 post them there?


Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Allaire logos

2000-08-08 Thread Erki Esken

http://www.allaire.com/handlers/index.cfm?ID=9359Method=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



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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, could you give examples of the
kinds of applications that could leverage both these technologies? 

Allaire: Again, today, you really would choose one or the other for
the Web application logic layer. Going forward, with CFML built on
a Java foundation, it will be incorporated into the same runtime
environment as JSP. What it will really come down to for developers
is what level of abstraction they want or need to work at. CFML is
simply the fastest way to develop dynamic Web applications, and we
will carry this tradition forward into the standards-based community.


--
Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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:
cfcontent type="text/vnd.wap.wml"
?xml version="1.0"?
!DOCTYPE wml PUBLIC "-//WAPFORUM/DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml

Now in your template type "wml" and press CTRL+J and voila! :)

Erki

- Original Message -
From: "Tim Bahlke" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 03, 2000 9:19 PM
Subject: RE: Studio tips


 I like the JavaScript shortcut ...

 Type 'scriptj' (no quotes) and then CTRL+j

 I also set one up for stylesheets.

 
 Tim Bahlke, CIFO
 thinkcreate.com
 p. 336.230.0575
 f. 336.230.0083


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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: [EMAIL PROTECTED]
Sent: Friday, August 04, 2000 2:07 PM
Subject: Re: Studio tips


 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:
 cfcontent type="text/vnd.wap.wml"
 ?xml version="1.0"?
 !DOCTYPE wml PUBLIC "-//WAPFORUM/DTD WML 1.1//EN"
 "http://www.wapforum.org/DTD/wml_1.1.xml

 Now in your template type "wml" and press CTRL+J and voila! :)

 Erki

 - Original Message -
 From: "Tim Bahlke" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, August 03, 2000 9:19 PM
 Subject: RE: Studio tips


  I like the JavaScript shortcut ...
 
  Type 'scriptj' (no quotes) and then CTRL+j
 
  I also set one up for stylesheets.
 
  
  Tim Bahlke, CIFO
  thinkcreate.com
  p. 336.230.0575
  f. 336.230.0083


 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 change HTML Comment shortcut
(Ctrl + Shift + M) to ColdFusion Comment.

Erki

 One of the neatest things is mapping key strokes to snippets (some may
be
 dups not sure).

 My favorite snippets are:

 cfquery datasource="" name="q_"/cfquery CTRL + ALT + Q
 cfoutput/cfoutput CTRL + SHIFT + O
 '' CTRL + ALT + '
 font face="arial"/font CTRL + ALT + A
 font face="arial"/font CTRL + SHIFT + V


 HTH,
 Duane


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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.com/products/siteminder.html
for more info.

Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 -
From: "Chris Hayes" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 02, 2000 4:11 PM
Subject: Nested Recursive Custom Tags AttributeCollection Nightmare


 I have a tag which is going to call itself many times over.

 I want to be able to create a structure, call the custom tag and be
left
 with a modified structure at the end of it.

 cfset myStructure = StructNew()
 cfmodule template="acustomtag.cfm"
AttributeCollection="#menuStructure#"

 In the module "acustomtag.cfm":
 Update the stucture with new values and under certain conditions:
 cfmodule template="acustomtag.cfm"
 AttributeCollection="#menuStructure#"

 This will creat a many-tiered hierachy of nests of the same tag.

 Upon return to the calling script I should have the modified structure
 "myStructure".

 I have read the manual and it left my brain tangled.  Can somebody
please
 clarify the syntax and usage of "AttributeCollection" and
"CFAssociate" in
 order to get this monster working...

 cheers in advance

 Chris


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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
released
  (unlocked) by CF server.
  Does anyone of you know such a custom tag or any other solution to
solve
  this problem?
  I need exactly the same functionality as the CF server administrator
on
  DataSources/VerifyDataSource page, but regarding only one given
cached
  data source connection to release.
 
  Thanks in advance,
  Adam


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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=11714Method=Full

Erki

 Wasn't it that undocumented CFusion_Disable_DBConnections() funtion?
 
 PS: TeraTech's Tag and Function Quick Reference rocks! :)
 
 Erki


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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

 ~Justin


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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,

 Options | Customize | Keyboard Shortcuts | Cold Fusion Comment   ;
Make it
 anything you want (and don't already use freaquently :-)


 Shane


 - Original Message -
 From: "Paige Chandler" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, July 27, 2000 11:24 PM
 Subject: Commenting Text in Studio


  This is a multi-part message in MIME format.
 
  --=_NextPart_000_0009_01BFF832.922450D0
  Content-Type: text/plain;
  charset="iso-8859-1"
  Content-Transfer-Encoding: quoted-printable
 
  Hi All,
 
  I saw someone at the last sig click on an icon in the upper right
corner =
  (I believe) in Studio that automatically added the !--- --- to a
block =
  of text. I can't remember how he did that.
 
  I can't find reference to that in the books or Help. I would
appreciate =
  it if you could refresh my memory. TIA.
 
  Regards,
 
  Paige


 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 something like "Bad answer from
the
original server" or something.


Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 PROTECTED]
Sent: Friday, July 28, 2000 4:51 PM
Subject: RE: "Milking...", "High Scalability" and "$1000 servers"


 I like to put all the applications on one drive and the data on
another.

 hda - OS
 hdb - APPS (CF, IIS, JRun, etc.)
 hdc - DATA (.cfm, .asp, .jsp, Access files, etc.)
 hdd - SWAP

 CF is going to cache its DLLs and custom tags so there shouldn't be
much
 read activity in /CFusion. The exception to this is /Databases. If you
have
 a lot of file-based dbs like Access, dBase, FoxPro, etc. then the
read/write
 activity might warrant having APPS on its own physical drive. If you
don't
 want to do this then move /Databases onto DATA.

 You could put APPS on the same physical drive as the OS but, make sure
it is
 in its own partition. This way you can do upgrades or total reinstalls
of
 either partition without effecting the other.

 On a side note, you can completely remove the pagefile from the C:
drive
 but, there needs to be 4MB of swap somewhere, anywhere, on the box. If
you
 have configured your box to save full memory dumps on BSoD then you'll
get
 errors when you try to move the pagefile off of C:.

 Steve



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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=16516Method=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/coldfusion/archives/0106/forta/

Erki

- Original Message -
From: "Amar Desai" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 24, 2000 9:44 PM
Subject: WML and CF


 Question
 does anyone have information on material available that can help in
making
 an existing cfm site to WAP compatible.

 Ben Forta's text, I believe does not have information on the subject.
 thanks


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 throw those
basic_string PCode errors randomly. I think that this has been
turned over to Allaire development as a bug, so I expect a fix
in CF4.5.1 Service Pack 1. But who knows..

Anyway, the only way to get rid of those PCode errors now is to
make all cfinclude template="/mapping/foo.cfm" to
cfinclude template="../../foo.cfm". And cferror tags too.


Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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:

cfset phoneNumber = ReReplace(phoneNumber, "[[:space:]]", "", "ALL")


Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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?

cftry
cfquery ...
SELECT ...
/cfquery

cfcatch type="Database"
Show error message or something.
/cfcatch
/cftry


Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Is this an opportunity for regular expressions?

2000-07-19 Thread Erki Esken

See if this code snippet helps you out:

---index.cfm---
form action="index.cfm" method="post"
cfloop from="1" to="10" index="i"
cfoutput
input type="hidden"
name="POSID#RandRange(100,)#LOCID#RandRange(100,)#"
value="#RandRange(100,)#"
/cfoutput
/cfloop
input type="Submit" value="Submit" name="submit"
/form

cfif IsDefined("form.submit")
cfloop list="#form.fieldnames#" index="i"
cfif Left(i,5) EQ "POSID"
cfscript
tmp = i;
posid =
RemoveChars(REReplaceNoCase(tmp,"LOCID.*","","ALL"),1,5);
tmp = i;
locid =
REReplaceNoCase(REReplaceNoCase(tmp,".*LOCID","","ALL"),"=.*","","ALL");
tmp = i;
canid = Evaluate("form."  i);
/cfscript

cfoutput
POS_ID: #posid#br
LOC_ID: #locid#br
CAN_ID: #canid#brbr
/cfoutput
/cfif
/cfloop
/cfif
---index.cfm---


Erki



- Original Message -
From: "Deanna L. Schneider" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 19, 2000 4:23 PM
Subject: Is this an opportunity for regular expressions?


 Hi Folks,
 I have a dynamic voting application. The positions and locations open
can
 change, so I want it to be fully dynamic when the form is built and
when the
 data is inserted into the database. So, I can get the output onto the
form
 no prob. These are some examples of form fields and values that are
passed
 then:
 POSID2LOCID1=2
 POSID2LOCID2=3
 POSID5LOCID1=11
 POSID4LOCID2=8
 POSID2LOCID3=4
 POSID4LOCID3=9
 POSID3LOCID4=5
 POSID3LOCID5=6
 POSID1LOCID7=1
 POSID3LOCID6=7

 What I want to be able to do is loop through all the passed form
fields,
 parse out the posid number (insert it in the posid field in the db),
parse
 out the locid number (insert it in the locid field in the db) and
insert the
 value in the canid field. Seems like I should be able to do this with
 regular expressions, the logic being something like:
 Insert into posid value (take everything out of the field name but the
 number associated with the posid). Yes, I've thought of removechar(),
but I
 won't actually know how many digits the number is.

 So, since I've never used regular expressions, anyone want to help me
out?

 Thanks
 -d




 
 Deanna Schneider
 Interactive Media Developer
 UWEX Cooperative Extension Electronic Publishing Group
 103 Extension Bldg
 432 N. Lake Street
 Madison, WI 53706
 (608) 265-7923



 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 CF_Anywhere works? CF_Anywhere already
supports some of the CFML tags (almost the same tags as CFExpress
does) so I believe Allaire will just take CF_Anywhere further and
implement all the tags in it.


Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFIF question...

2000-07-19 Thread Erki Esken

cfif ListFind("1,2,3", userseccode)do something/cfif

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: cfif userseccode BETWEEN 1 AND 3do something/cfif
 ex: cfif userseccode IN (1, 2, 3)do something/cfif

 Is there a better, faster way to do this?

 Thanks.

 Gary McNeel, Jr.
 Project Manager - DAC-Net, Research  Graduate Studies
 Rice University - Houston
 [Lovett Hall] 713-348-6266 (Primary)
 [DAC] 713-348-5184
 [M] 713-962-0885
 [H] 713-723-9240

 "Great spirits have always encountered violent opposition from
mediocre
 minds."
-Albert Einstein

 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 appreciate
your patience in this matter and apologize for any inconvenience
this may cause.
---

Finally they're doing something..


Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 at the company since the."

 The copy how it appears in the email:
 "security at the compa! ny since the"

 any ideas???

Yep. My co-worker was dealing with that same issue a few days ago.
The answer is, that the lines are too long in the outgoing mail
and some mail servers cut them (and add ! sign to the end).

Try wrapping your lines before sending the mail. Use wrap.cfm that
comes with one of the CF example apps
(/cfdocs/exampleapp/email/wrap.cfm).


Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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=14143Method=Full


Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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.

www.houseoffusion.com » mailing lists » cf-wap


Erki

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 new
 database if they were run.  I know you can do this with SQL server,
but I am
 wondering if there is a way to do this from MS Access 2000 (without
upsizing
 to SQL server first :-) )

There are macros out there for this. I use one to convert Access
databases
to MySQL, but I've also seen Access - MSSQL and other converters. I
don't
have the URL to that site where I saw those macros right now but if you
really want them, then I guess I can dig it up.


Erki

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Problem Displaying a 2D array.

2000-07-03 Thread Erki Esken

 CFLOOP INDEX="x" FROM="1" TO="#ArrayLen(addresses)#"
 CFOUTPUT#addresses[#x#][1]#/CFOUTPUT  
 /CFLOOP
 
 I get the following error when I run the code:

Loose the #'s around the X... Like this:

CFLOOP INDEX="x" FROM="1" TO="#ArrayLen(addresses)#"
CFOUTPUT#addresses[x][1]#/CFOUTPUT  
/CFLOOP


Erki

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 scalability testing with no
significant performance degradation."

That's quite kick-ass, isn't it?


Erki

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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=6178Method=FullCache=Off


Erki

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 open source
 CF cart solution that we could purchase? Hopefully we wont need to
reinvent
 the wheel.

Try modifying the store example app that comes with CF
(/cfdocs/exampleapp/store).


Erki

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 allow ColdFusion
developers to create modular, extendable object-oriented applications
using CFML. SmartObjects allows you to create portable CFML components
that inherit functions from other SmartObjects-based parent classes ..."

See more:
http://devex.allaire.com/developer/gallery/info.cfm?ID=694BC89E-48F8-11D4-AA
9800508B94F380method=Full


Erki

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 datatype
but
 that would require reconverting the database a second time which I would
 like to avoid.

 Anyone run into this problem? Is there any way around it ?

Change your BLOB types to TEXT, TINYBLOB to TINYTEXT and MEDIUMBLOB to
MEDIUMTEXT
with ALTER TABLE sentences. That does the trick.


Erki

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.