RE: Certified ColdFusion Developer Study Guide

2001-04-09 Thread Michailov, Dimitar

Nick:

I preordered mine 10 days ago from Amazon and I had it delivered to my door
last Thursday (Apr. 5). You should be getting yours soon.

In addition to the useful exam preparation material, I like the 15% off
coupon from the exam fee (150$) which makes the book almost free.

Dimo Michailov
Cold Fusion 4.5 Web Developer
USA-IT, Inc.
[EMAIL PROTECTED]


-Original Message-
From: Nick Betts [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 9:07 AM
To: CF-Talk
Subject: RE: Certified ColdFusion Developer Study Guide


You can order it on Amazon.  Its due to ship very shortly, if its not
already.  I ordered a copy about a month ago, but am yet to have delivery of
it...

Nick.

-Original Message-
From: Richard L Smith [mailto:[EMAIL PROTECTED]]
Sent: 09 April 2001 13:37
To: CF-Talk
Subject: Re: Certified ColdFusion Developer Study Guide


Kelly,

This is the first I have heard of it.
Where do you get it.

Rick
- Original Message -
From: "Kelly" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, April 07, 2001 12:30 PM
Subject: Certified ColdFusion Developer Study Guide


> Has anyone picked it up yet?  I  think I am going to get a copy today.
Just
> wanted
> to hear your thoughts if you got it.
> Kelly
>
>
>
~~
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: encrypt/decrypt

2001-04-05 Thread Michailov, Dimitar

Will:

I am not sure if this could be the reason, but the ENCRYPT function requires
a string. Could the reason be that you are trying to encrypt a number? See
what the Studio help says about ENCRYPT:

=
Encrypt
Encrypts a string.

Syntax
Encrypt(string, key)

string
String to be encrypted.

key
String specifying the key used to encrypt string.


Maybe you have to execute a ToString function on the number before you pass
it to ENCRYPT.

Hope that helps,

Dimo Michailov
Certified Cold Fusion 4.5 Web Developer
USA-IT, Inc.
[EMAIL PROTECTED]



-Original Message-
From: Will Swain [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 7:16 AM
To: CF-Talk
Subject: encrypt/decrypt


Hi guys,

Got an interesting one here. I am encrypting some details before entering
them in a databse, then decrypting them as the authorised views them.


However, I am getting this error on decryption:

Error Diagnostic Information

An error occurred while evaluating the expression:


 decryptednumber = decrypt(encryptednumber, numberkey)



Error near line 25, column 8.



The value to be decrypted is not valid


This is the code I have in that location. Interestingly, decrtypting the
name doesn't seem to cuase a problem:














This is the code on another page that encrypts the values:









Any ideas on this anyone??

TIA

Will Swain
~~
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: Form submission problem via CFHTTP

2001-03-22 Thread Michailov, Dimitar

How do you specify the name of a form when you submit via CFHTTP??

DImo

-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 22, 2001 12:24 PM
To: CF-Talk
Subject: RE: Form submission problem via CFHTTP


One thing that I noticed is that the original form had a name...



You might want to try giving your form a name that matches as the accepting
page might be looking for that.

Jeff Garza
Web Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200

[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: Michailov, Dimitar [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 22, 2001 10:01 AM
To: CF-Talk
Subject: Form submission problem via CFHTTP


Hello all:

Here's a problem that I've been tackling for a while now and I can't seem to
find the solution. I would like to interact with SprintPCS's module for
sending short text messages to my personal phone. 

Having the form on my site works ok when filled out and submitted  (the
phone numbers below are changed from the original ones):

http://www.messaging.sprintpcs.com/sms/check_message_syntax.html"
method="POST">







However, I would like to submit this via CFHTTP so I can control the output
but SprintPCS system responds that the fields I am passing are undefined.
Here's the code I am using:


http://www.messaging.sprintpcs.com/sms/check_message_syntax.html"
method="POST" useragent="Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)"
resolveurl="yes" timeout="60">
  






Does anyone have any ideas why the CFHTTP code does not work? Any
help/solutions would be greatly appreciated.

Thanks,
Dimo Michailov
Certified Cold Fusion 4.5 Web Developer
USA-IT, Inc.
[EMAIL PROTECTED]
~~
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: mySQL for Windows

2001-03-22 Thread Michailov, Dimitar

Jon:

On the MYSQL.com site there are BINARY (executable, ready to be installed)
and SOURCE CODE packages. The source code requires compilation. You will
need to download the BINARIES for Windows 98/NT/2K,
http://www.mysql.com/Downloads/MySQL-3.23/mysql-3.23.35a-win.zip

Also, these are the links for the MySQL GUI,
http://www.mysql.com/Downloads/mysqlgui/mysqlgui-win32-static-1.7.4-2.zip

and for the MyODBC,
http://www.mysql.com/Downloads/MyODBC/myodbc-2.50.36-nt.zip


Hope that helps,
Dimo Michailov
Certified Cold Fusion 4.5 Web Developer
USA-IT, Inc.
[EMAIL PROTECTED]



-Original Message-
From: Moneymaker, Jon S (WPNSTA Yorktown)
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 22, 2001 11:37 AM
To: CF-Talk
Subject: RE: mySQL for Windows


being fairly new to all of this, I have a couple questions:
 
I have been to the mySQL site, and observed that the downloads must be
compiled, and to do that one must obtain another program...etc etc...

having NEVER done this sort of thing before (open source that is)...any tips
or suggestions/pitfalls?
I will/would like to run it on NT4if possible.

any thoughts?
experiences?

thanks
Jon

-Original Message-
From: Michailov, Dimitar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 22, 2001 10:26 AM
To: CF-Talk
Subject: RE: mySQL for Windows


Adrian:

I have been using MySQL with CF (for both Linux and Win2K) and it's been
working great for me so far. Put aside the limitations of MySQL (not
completely relational DB, no SELECT in SELECT statements, etc.) it seems
that it's a reliable enough alternative (depending on your needs of course)
to the more expensive SQL Server, Oracle, etc.


Dimo Michailov
Certified Cold Fusion 4.5 Web Developer
USA-IT, Inc.
[EMAIL PROTECTED]




-Original Message-
From: Adrian Cooper [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 22, 2001 8:57 AM
To: CF-Talk
Subject: mySQL for Windows


Just downloaded and installed mySQL, myODBC and myGUI under Windows 2000 AS.

All seems to work fine.

Has anyone used CF with mySQL? Any comments or issues before I look at it
further?

Thanks.

Adrian Cooper.
~~
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



Form submission problem via CFHTTP

2001-03-22 Thread Michailov, Dimitar

Hello all:

Here's a problem that I've been tackling for a while now and I can't seem to
find the solution. I would like to interact with SprintPCS's module for
sending short text messages to my personal phone. 

Having the form on my site works ok when filled out and submitted  (the
phone numbers below are changed from the original ones):

http://www.messaging.sprintpcs.com/sms/check_message_syntax.html"
method="POST">







However, I would like to submit this via CFHTTP so I can control the output
but SprintPCS system responds that the fields I am passing are undefined.
Here's the code I am using:


http://www.messaging.sprintpcs.com/sms/check_message_syntax.html"
method="POST" useragent="Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)"
resolveurl="yes" timeout="60">
  






Does anyone have any ideas why the CFHTTP code does not work? Any
help/solutions would be greatly appreciated.

Thanks,
Dimo Michailov
Certified Cold Fusion 4.5 Web Developer
USA-IT, Inc.
[EMAIL PROTECTED]


~~
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: mySQL for Windows

2001-03-22 Thread Michailov, Dimitar

Adrian:

I have been using MySQL with CF (for both Linux and Win2K) and it's been
working great for me so far. Put aside the limitations of MySQL (not
completely relational DB, no SELECT in SELECT statements, etc.) it seems
that it's a reliable enough alternative (depending on your needs of course)
to the more expensive SQL Server, Oracle, etc.


Dimo Michailov
Certified Cold Fusion 4.5 Web Developer
USA-IT, Inc.
[EMAIL PROTECTED]




-Original Message-
From: Adrian Cooper [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 22, 2001 8:57 AM
To: CF-Talk
Subject: mySQL for Windows


Just downloaded and installed mySQL, myODBC and myGUI under Windows 2000 AS.

All seems to work fine.

Has anyone used CF with mySQL? Any comments or issues before I look at it
further?

Thanks.

Adrian Cooper.
~~
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: Finding the CF Administrator password

2001-03-09 Thread Michailov, Dimitar

Todd:

See if this can help you: (excerpt from CF FAQ,
http://www.thenetprofits.co.uk/coldfusion/faq/)

=
Run regedit and go to to:

HKLM\Software\Allaire\ColdFusion\CurrentVersion\Server
Change UseAdminPassword from 1 to 0. This will allow you to get into your
ColdFusion Administrator without being asked for a password.

Remember to turn on password protection from the Administrator once you get
in and change the password.

Hope this helps,

Dimo Michailov
Certified Cold Fusion 4.5 Web Developer
USA-IT, Inc.
[EMAIL PROTECTED]


-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 09, 2001 4:28 PM
To: CF-Talk
Subject: Finding the CF Administrator password


A while back, someone posted something about a CF tag that would find the
password for the CF Administrator for you.  Well, I need to find the
password for the CF Administrator on one of our machines here.  Does anyone
know of this tag?  Is there another way to find the password?  I know how to
disable it, but I actually need to find out what it is, so that doesn't
help.  I can see it in the registry, but it's encrypted.  Anyone have any
ideas?

Todd Ashworth --
Web Application Developer
Network Administrator

Saber Corporation
314 Oakland Ave.
Rock Hill, SC 29730
(803) 327-0137 [111]
~~
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