Java Imaging packages on UNIX

2005-07-28 Thread James Holmes
For those who try to get CFCHART working alongside packages like the
Alagad Imaging Component on headless Solaris (and for all I know, any
other headless UNIX/Linux system), I'd like to save you some time by
pointing you to the one and only truly, completely useful blog we
could find on the subject:

http://www.livejournal.com/users/alierak/12504.html

For the record, we thought, let's try the official XServer supplied
in Solaris 9. Bzzzt; no deal. We had to run Xvfb, but as soon as we
did it all worked like a charm. Typical - the official Sun product
didn't work but the open source package did (pfft).

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213063
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: (OT) hidden 10%?

2005-07-28 Thread Robertson-Ravo, Neil (RX)
No doubt the page file - can you dump its PID list?



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 27 July 2005 23:04
To: CF-Talk
Subject: (OT) hidden 10%?

Someone pointed out to me that his machine seems to always be off by 10% of
its processing in the task manager. When the system shows 90% idle, the
bottom bar shows 20% in use. The machine is a duel CPU with hyperthreading.
He's worried that there is a 'secret' process that's using 10% of the CPU.
Is this the case or is it just an artifact of the CPUs?
Thanks



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213064
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


IE not maintaining session...

2005-07-28 Thread Dave.Phillips
Hi folks, 

Not sure if this is a CF issue, or regular behavior of ID and Win 2000.  Here's 
the issue:

If I open my IE and log into my application which uses session management and 
session variables everything works fine.  If I use the Ctrl-N (or File New 
Window) to open a new window, my session is still maintained.  If I open IE by 
clicking a shortcut on my computer and it opens in a new window, my session 
still maintains.  HOWEVER, if I actually load IE again from the IE shortcut, 
the session is gone.  I have looked at the processes on my PC and it shows 
'two' instances of iexplore.exe, so I'm assuming that the session is not 
maintained across these two instances.

My question is, can this be handled in some way or is just the way it is in 
regards to how the browser and OS work?  Ideally, no matter how the user opens 
a new window, they are still 'logged in' to the system.  Any way to do this, 
and if so, is it recommended or frowned upon?

Thanks!

Dave
**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213065
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: MySQL JDBC Driver (MySQL connector)

2005-07-28 Thread Ken Ferguson
This is happening when using the CF MySQL connector, right? Try 
installing the MySQL ConnectorJ and see if it works with that. I'm using 
the MySQL 4.1 with ConnectorJ and CF7 with no problems.

Bryan Stevenson wrote:

Hey All,

I've got a MySQL Datasource in CF MX 7 (installed as a J2EE instance) and I 
did some workaround to make the datasource work with MySQL 4.1 (the one 
shipped is for 3.x).  The problem is now that the datasource verifies, any 
query using CFQUERYPARAM on a numeric field will return no data.  As soon as I 
remove the CFQUERYPARAM and use the raw variable...voila...data is returned.

If I connect to a remote copy of the same database, the datasource works fine 
with CFQUERYPARAM

So I figured I'd try the latest JDBC driver, but the article found here:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19170

relates to MX 6 and not 7...there are no Java  JVM settings in CF Adminso 
where should I drop the connector jar file??

or if you have another solution to my problem...fire away

TIA

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213066
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: IE not maintaining session...

2005-07-28 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote:
 
 My question is, can this be handled in some way or is just the way it is in 
 regards to how the browser and OS work?

It is just the way it is. If you start a new IE process, that 
process runs in its own memory and can not access the memory of 
other processes (that would be a huge security problem). Since 
session cookies are in-memory cookies, they can not be shared 
between processes.

Jochem

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213067
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: IE not maintaining session...

2005-07-28 Thread Kerry
use a cookie

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 28 July 2005 13:05
To: CF-Talk
Subject: IE not maintaining session...


Hi folks,

Not sure if this is a CF issue, or regular behavior of ID and Win 2000.
Here's the issue:

If I open my IE and log into my application which uses session management
and session variables everything works fine.  If I use the Ctrl-N (or File
New Window) to open a new window, my session is still maintained.  If I open
IE by clicking a shortcut on my computer and it opens in a new window, my
session still maintains.  HOWEVER, if I actually load IE again from the IE
shortcut, the session is gone.  I have looked at the processes on my PC and
it shows 'two' instances of iexplore.exe, so I'm assuming that the session
is not maintained across these two instances.

My question is, can this be handled in some way or is just the way it is in
regards to how the browser and OS work?  Ideally, no matter how the user
opens a new window, they are still 'logged in' to the system.  Any way to do
this, and if so, is it recommended or frowned upon?

Thanks!

Dave

**
The information contained in this message, including attachments, may
contain
privileged or confidential information that is intended to be delivered only
to the
person identified above. If you are not the intended recipient, or the
person
responsible for delivering this message to the intended recipient, ALLTEL
requests
that you immediately notify the sender and asks that you do not read the
message or its
attachments, and that you delete them without copying or sending them to
anyone else.




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213068
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: IE not maintaining session...

2005-07-28 Thread Douglas Knudsen
has been this way.  ctrl-n is just a new IE window in the same
process.  Clicking the shrtcut to IE will open a new instance,
seperate process.

not usually an issue within Alltel intranet either :)

DK

On 7/28/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hi folks,
 
 Not sure if this is a CF issue, or regular behavior of ID and Win 2000.  
 Here's the issue:
 
 If I open my IE and log into my application which uses session management and 
 session variables everything works fine.  If I use the Ctrl-N (or File New 
 Window) to open a new window, my session is still maintained.  If I open IE 
 by clicking a shortcut on my computer and it opens in a new window, my 
 session still maintains.  HOWEVER, if I actually load IE again from the IE 
 shortcut, the session is gone.  I have looked at the processes on my PC and 
 it shows 'two' instances of iexplore.exe, so I'm assuming that the session is 
 not maintained across these two instances.
 
 My question is, can this be handled in some way or is just the way it is in 
 regards to how the browser and OS work?  Ideally, no matter how the user 
 opens a new window, they are still 'logged in' to the system.  Any way to do 
 this, and if so, is it recommended or frowned upon?
 
 Thanks!
 
 Dave
 **
 The information contained in this message, including attachments, may contain
 privileged or confidential information that is intended to be delivered only 
 to the
 person identified above. If you are not the intended recipient, or the person
 responsible for delivering this message to the intended recipient, ALLTEL 
 requests
 that you immediately notify the sender and asks that you do not read the 
 message or its
 attachments, and that you delete them without copying or sending them to 
 anyone else.
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213069
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Rick Root
I should probably mention that thanks to one friendly user, I should 
have a multilingual version (1.11) available today or tomorrow).  It 
will be functionally the same, using paul hastings resource bundle to 
handle the languages.

Rick


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213070
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Throwing error inside a cfscript block.

2005-07-28 Thread Thomas Chiverton
On Wednesday 27 July 2005 18:41, Barney Boisvert wrote:
 It's really quite horrible how incompatible CFSCRIPT and tags are.  no
 throw in script, no continue in tags, no query or list loop in script,
 etc.  At least throw is one that can be easily worked around.

It's easy enough to write a CFC using tags that implements the tag you want as 
a UDF.
There was even a MM devnet about it.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213071
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Thomas Chiverton
On Wednesday 27 July 2005 22:15, Rick Root wrote:
 For more information and a demo, visit http://www.webworksllc.com/cffm

Maybe next time, you could include whatever it is your product does.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213072
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CF_ImageInfo MX

2005-07-28 Thread Greg Johnson
I know this has been covered to some degree on a few threads.  The 
problem is all the answers seemed to be try this comertial product 
instead.  Only one place did I even see atleast an offer from someone 
to, I am guessing, email the tag to a person looking for it.  However I 
did not want to assume the invitation was extended to everyone on the 
list so instead I decided just to post asking if someone can email me 
the CF_ImageInfo MX tag since there appears to be nowhere it is hosted 
now.  I need this because I need a FREE tag that will give me back 
atleast the DPI of a image.

Thanks

-- 
Greg Johnson
Owner  Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213073
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Robertson-Ravo, Neil (RX)
My favourite is the way I could upload and .exe and a .bat file..


 

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED] 
Sent: 28 July 2005 14:21
To: CF-Talk
Subject: Re: ANNOUNCE: CFFM 1.1 Released

On Wednesday 27 July 2005 22:15, Rick Root wrote:
 For more information and a demo, visit http://www.webworksllc.com/cffm

Maybe next time, you could include whatever it is your product does.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213074
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Tangorre, Michael
 From: Robertson-Ravo, Neil (RX) 
 My favourite is the way I could upload and .exe and a .bat file..

Nice tact. How about you email the original poster off-list with your
feeback/concerns/questions. Everytime someone posts a tool on this list
people seem to go out of their way to act like complete asses.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213075
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Robertson-Ravo, Neil (RX)
Well this was a pointer that it is insecure and of course - security is no
doubt high on our agendas these days

It wasn't an lame assed comment - just fact; he took the time to build it;
so good on him but for the unsuspecting who may not know - they should be
aware that a web server could be killed just by using this tool.



-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED] 
Sent: 28 July 2005 14:42
To: CF-Talk
Subject: RE: ANNOUNCE: CFFM 1.1 Released

 From: Robertson-Ravo, Neil (RX) 
 My favourite is the way I could upload and .exe and a .bat file..

Nice tact. How about you email the original poster off-list with your
feeback/concerns/questions. Everytime someone posts a tool on this list
people seem to go out of their way to act like complete asses.





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213076
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Clint Tredway
Also, it may seem bad to upload exe, bats, etc.. but his app is a FILE
MANANGEMENT system which most of them will allow these kinds of files
into the system...

On 7/28/05, Tangorre, Michael [EMAIL PROTECTED] wrote:
  From: Robertson-Ravo, Neil (RX)
  My favourite is the way I could upload and .exe and a .bat file..
 
 Nice tact. How about you email the original poster off-list with your
 feeback/concerns/questions. Everytime someone posts a tool on this list
 people seem to go out of their way to act like complete asses.
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213077
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread J.J. Merrick
I use CFFM on my content management piece and when you install it it is 
very clear of how to constrain it to certain file types or ban certain 
ones. His demo is wide open to show that it CAN be done but makes clear 
that you probably shouldn't.


J.J. Merrick



Robertson-Ravo, Neil (RX) wrote:
 Well this was a pointer that it is insecure and of course - security is no
 doubt high on our agendas these days
 
 It wasn't an lame assed comment - just fact; he took the time to build it;
 so good on him but for the unsuspecting who may not know - they should be
 aware that a web server could be killed just by using this tool.
 
 
 
 -Original Message-
 From: Tangorre, Michael [mailto:[EMAIL PROTECTED] 
 Sent: 28 July 2005 14:42
 To: CF-Talk
 Subject: RE: ANNOUNCE: CFFM 1.1 Released
 
 
From: Robertson-Ravo, Neil (RX) 
My favourite is the way I could upload and .exe and a .bat file..
 
 
 Nice tact. How about you email the original poster off-list with your
 feeback/concerns/questions. Everytime someone posts a tool on this list
 people seem to go out of their way to act like complete asses.
 
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213078
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Robertson-Ravo, Neil (RX)
Jeez, well without restrictions that is technological suicide.

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED] 
Sent: 28 July 2005 14:48
To: CF-Talk
Subject: Re: ANNOUNCE: CFFM 1.1 Released

Also, it may seem bad to upload exe, bats, etc.. but his app is a FILE
MANANGEMENT system which most of them will allow these kinds of files
into the system...

On 7/28/05, Tangorre, Michael [EMAIL PROTECTED] wrote:
  From: Robertson-Ravo, Neil (RX)
  My favourite is the way I could upload and .exe and a .bat file..
 
 Nice tact. How about you email the original poster off-list with your
 feeback/concerns/questions. Everytime someone posts a tool on this list
 people seem to go out of their way to act like complete asses.
 
 
 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213079
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Robertson-Ravo, Neil (RX)
Ah, well there you go ;-)  would have been good to maybe have that in the
docs - didn't say on the docs.. ;

Cheers JJ

-Original Message-
From: J.J. Merrick [mailto:[EMAIL PROTECTED] 
Sent: 28 July 2005 14:57
To: CF-Talk
Subject: Re: ANNOUNCE: CFFM 1.1 Released

I use CFFM on my content management piece and when you install it it is 
very clear of how to constrain it to certain file types or ban certain 
ones. His demo is wide open to show that it CAN be done but makes clear 
that you probably shouldn't.


J.J. Merrick



Robertson-Ravo, Neil (RX) wrote:
 Well this was a pointer that it is insecure and of course - security is no
 doubt high on our agendas these days
 
 It wasn't an lame assed comment - just fact; he took the time to build it;
 so good on him but for the unsuspecting who may not know - they should be
 aware that a web server could be killed just by using this tool.
 
 
 
 -Original Message-
 From: Tangorre, Michael [mailto:[EMAIL PROTECTED] 
 Sent: 28 July 2005 14:42
 To: CF-Talk
 Subject: RE: ANNOUNCE: CFFM 1.1 Released
 
 
From: Robertson-Ravo, Neil (RX) 
My favourite is the way I could upload and .exe and a .bat file..
 
 
 Nice tact. How about you email the original poster off-list with your
 feeback/concerns/questions. Everytime someone posts a tool on this list
 people seem to go out of their way to act like complete asses.
 
 
 
 
 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213080
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


SOT RE:Create SWF from CF

2005-07-28 Thread Adam Haskell
How is Laszlo limited? I like to see this one explained further since
I think its pretty capable, not quite as easy as flex admittedly but
how it is very limited?

Adam H

On 7/27/05, dave [EMAIL PROTECTED] wrote:
 sure its free and very limited
 
 ~Dave the disruptor~
 A criminal is a person with predatory instincts who has not sufficient 
 capital to form a corporation.
 
 
 From: Cary Gordon [EMAIL PROTECTED]
 Sent: Wednesday, July 27, 2005 6:08 PM
 To: CF-Talk cf-talk@houseoffusion.com
 Subject: RE: Create SWF from CF
 
 You might want to take a look at OpenLaszlo  it
 is sorta equivalent to the non-actionscript aspect of Flex, only it's free.
 You might need to adjust your model a bit to make it work.
 
 But, did I mention that it is free?
 
 Cary Gordon
 The Cherry Hill Company


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213081
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SOT RE:Create SWF from CF

2005-07-28 Thread Robertson-Ravo, Neil (RX)
I would like to see some CF/Laszlo examples


-Original Message-
From: Adam Haskell [mailto:[EMAIL PROTECTED] 
Sent: 28 July 2005 14:55
To: CF-Talk
Subject: SOT RE:Create SWF from CF

How is Laszlo limited? I like to see this one explained further since
I think its pretty capable, not quite as easy as flex admittedly but
how it is very limited?

Adam H

On 7/27/05, dave [EMAIL PROTECTED] wrote:
 sure its free and very limited
 
 ~Dave the disruptor~
 A criminal is a person with predatory instincts who has not sufficient
capital to form a corporation.
 
 
 From: Cary Gordon [EMAIL PROTECTED]
 Sent: Wednesday, July 27, 2005 6:08 PM
 To: CF-Talk cf-talk@houseoffusion.com
 Subject: RE: Create SWF from CF
 
 You might want to take a look at OpenLaszlo  it
 is sorta equivalent to the non-actionscript aspect of Flex, only it's
free.
 You might need to adjust your model a bit to make it work.
 
 But, did I mention that it is free?
 
 Cary Gordon
 The Cherry Hill Company




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213082
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: IE not maintaining session...

2005-07-28 Thread Dave Phipps
One way around it could be to add each user to an application scoped
structure which is also check at the same time as their login.  If they
are present in the application structure then let them in.  That way it
shouldn't matter how they open IE. Just make sure to delete them from
the app structure when they logout of when their session times out (not
sure how to achieve this last bit?!!)

I may be way off though.

HTH,

Dave

[EMAIL PROTECTED] wrote:
 Hi folks, 
 
 Not sure if this is a CF issue, or regular behavior of ID and Win 2000.  
 Here's the issue:
 
 If I open my IE and log into my application which uses session management and 
 session variables everything works fine.  If I use the Ctrl-N (or File New 
 Window) to open a new window, my session is still maintained.  If I open IE 
 by clicking a shortcut on my computer and it opens in a new window, my 
 session still maintains.  HOWEVER, if I actually load IE again from the IE 
 shortcut, the session is gone.  I have looked at the processes on my PC and 
 it shows 'two' instances of iexplore.exe, so I'm assuming that the session is 
 not maintained across these two instances.
 
 My question is, can this be handled in some way or is just the way it is in 
 regards to how the browser and OS work?  Ideally, no matter how the user 
 opens a new window, they are still 'logged in' to the system.  Any way to do 
 this, and if so, is it recommended or frowned upon?
 
 Thanks!
 
 Dave

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213083
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Create SWF from CF

2005-07-28 Thread Russ
I would be interested in using something like this... is there sample code
somewhere?

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 27, 2005 9:20 AM
To: CF-Talk
Subject: Re: Create SWF from CF

Paul Wilson wrote:
 Is there a way to create SWF's dynamically using CF? I'd like to be able
 to upload images (Jpg,png), to a server and then create an SWF file with
 them (one on each frame). I guess I would be looking at some sort of
 Java based solution that CF could interface with. 

Paul,

It seems to me that a wiser solution would be to build a generic swf 
that loads the images from an XML file and have coldfusion generate the 
XML file.

Rick





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213085
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Does a CFC know....

2005-07-28 Thread Phill B
Does a CFC know the name of the page that is calling it? I've never
tried to figure this out before so any help would be appreciated.


-- 
Philthy
www.labwrk.com
www.myspace.com/labwrk/

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213084
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread James Holmes
If you don't have any luck with that one, this might help:

http://schmidt.devlib.org/image-info/

On 7/28/05, Greg Johnson [EMAIL PROTECTED] wrote:
 I know this has been covered to some degree on a few threads.  The
 problem is all the answers seemed to be try this comertial product
 instead.  Only one place did I even see atleast an offer from someone
 to, I am guessing, email the tag to a person looking for it.  However I
 did not want to assume the invitation was extended to everyone on the
 list so instead I decided just to post asking if someone can email me
 the CF_ImageInfo MX tag since there appears to be nowhere it is hosted
 now.  I need this because I need a FREE tag that will give me back
 atleast the DPI of a image.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213086
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Entering a number becomes truncated

2005-07-28 Thread Daniel Kessler
howdy folks - hope your week is going fine.

I have an Oracle database table with a column defined as such:
gs_price NUMBER,

and I enter it using:

SET
gs_price = cfqueryparam value=#Form.gs_price# cfsqltype=CF_SQL_NUMERIC,


Unfortunately, when I enter 2.50, it truncates the number to 2.5. 
It's a price so I need to keep it 2.50.  I suppose that I could just 
format it correctly after I get it but I was hoping to have it 
correct in the DB.

any thoughts?

-- 
Daniel Kessler

Department of Public and Community Health
University of Maryland
Suite 2387 Valley Drive
College Park, MD  20742-2611
301-405-2545 Phone
www.phi.umd.edu

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213087
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Macromedia Web site and cfschedule problems

2005-07-28 Thread Dave Phipps
As a follow up to this, I tried resetting the schedule to a date in the
past but sure enough Coldfusion still uses the original task settings,
arrghhh!

I have now resolved (worked around) the issue.

When the user sends the message it changes the status of the message to
Sending in the db.  When the scheduled task runs it grabs the message
and then imports a mailing list into the db from a csv file.  It then
loops through the addresses to send to in batches of 300.  Then once the
message is sent it deletes those addresses from the db.

The task then comes around again and again until their are no more
addresses to send to.  It then marks the message as Sent.  The task is
also then updated with a start and end date of yesterday.  However,
coldfusion keeps running the task.  But the message is marked as Sent
and so I wrote a conditional that prevents any further action. So the
task aborts.

It may not be ideal and the task will keep running until the end date is
reached but it will have to do until I can persuade our boss to upgrade
to CFMX7 Ent.

Cheers,

Dave

[EMAIL PROTECTED] wrote:
 Dave,
 
 The setting the date in history could work for you, but I would have the same 
 concerns Micha had.  What you could do, though, is write a weekly routine 
 that deleted tasks in the past, and schedule a CF service restart in the 
 middle of the night.  That would clear them out weekly and keep them from 
 building up for a long time.  Personally, I never tried setting them in the 
 past for this issue, but I did change some scheduled tasks end date to past 
 and that seemed to work, so your idea in theory sounds like it could work.  
 
 Workarounds are always messy, but if Macromedia won't get on the ball and fix 
 this 2+ year old problem, then that's all we can do other than dumping CF and 
 moving to ASP (YECH!) or PHP (EVEN MORE YECH!). (these statements were not 
 meant to offend, only to express my personal opinion. ;-)
 
 Dave
 **
 The information contained in this message, including attachments, may contain 
 privileged or confidential information that is intended to be delivered only 
 to the 
 person identified above. If you are not the intended recipient, or the person 
 responsible for delivering this message to the intended recipient, ALLTEL 
 requests 
 that you immediately notify the sender and asks that you do not read the 
 message or its 
 attachments, and that you delete them without copying or sending them to 
 anyone else. 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213088
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Entering a number becomes truncated

2005-07-28 Thread Robertson-Ravo, Neil (RX)
This is standard practice - try entering it as a CF_SQL_FLOAT or
something.or alter the datatypes length and precision.



-Original Message-
From: Daniel Kessler [mailto:[EMAIL PROTECTED] 
Sent: 28 July 2005 15:12
To: CF-Talk
Subject: Entering a number becomes truncated

howdy folks - hope your week is going fine.

I have an Oracle database table with a column defined as such:
gs_price NUMBER,

and I enter it using:

SET
gs_price = cfqueryparam value=#Form.gs_price#
cfsqltype=CF_SQL_NUMERIC,


Unfortunately, when I enter 2.50, it truncates the number to 2.5. 
It's a price so I need to keep it 2.50.  I suppose that I could just 
format it correctly after I get it but I was hoping to have it 
correct in the DB.

any thoughts?

-- 

Daniel Kessler

Department of Public and Community Health
University of Maryland
Suite 2387 Valley Drive
College Park, MD  20742-2611
301-405-2545 Phone
www.phi.umd.edu



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213089
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Irvin Gomez
 From: Robertson-Ravo, Neil (RX) 
 My favourite is the way I could upload and .exe and a .bat file..

Nice tact. How about you email the original poster off-list with your
feeback/concerns/questions. Everytime someone posts a tool on this list
people seem to go out of their way to act like complete asses.


I agree.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213091
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Create SWF from CF

2005-07-28 Thread Dave Phipps
Take a look at slideshow pro:

http://www.slideshowpro.net/

It is only $20 and we have used it with great success:

http://www.spiritofsark.com/index.cfm?fuseaction=features.contentcmid=18

watch the wrap!

Cheers,

Dave

Russ wrote:
 I would be interested in using something like this... is there sample code
 somewhere?
 
 -Original Message-
 From: Rick Root [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 27, 2005 9:20 AM
 To: CF-Talk
 Subject: Re: Create SWF from CF
 
 Paul Wilson wrote:
 
Is there a way to create SWF's dynamically using CF? I'd like to be able
to upload images (Jpg,png), to a server and then create an SWF file with
them (one on each frame). I guess I would be looking at some sort of
Java based solution that CF could interface with. 
 
 
 Paul,
 
 It seems to me that a wiser solution would be to build a generic swf 
 that loads the images from an XML file and have coldfusion generate the 
 XML file.
 
 Rick
 
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213090
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Rick Root
Robertson-Ravo, Neil (RX) wrote:
 My favourite is the way I could upload and .exe and a .bat file..

Why should I care if you upload exe and bat files to my linux based web 
server?

Disallowed file extensions are configurable by the application owner.

Rick


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213092
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Rick Root
Thomas Chiverton wrote:
 On Wednesday 27 July 2005 22:15, Rick Root wrote:
 
For more information and a demo, visit http://www.webworksllc.com/cffm
 
 
 Maybe next time, you could include whatever it is your product does.
 

Maybe next time you should read the entire message.

Rick



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213093
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Robertson-Ravo, Neil (RX)
Then rule of thumb...don't post on the list?! It was a security observation
not a critique.

-Original Message-
From: Irvin Gomez [mailto:[EMAIL PROTECTED] 
Sent: 28 July 2005 15:15
To: CF-Talk
Subject: Re: ANNOUNCE: CFFM 1.1 Released

 From: Robertson-Ravo, Neil (RX) 
 My favourite is the way I could upload and .exe and a .bat file..

Nice tact. How about you email the original poster off-list with your
feeback/concerns/questions. Everytime someone posts a tool on this list
people seem to go out of their way to act like complete asses.


I agree.



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213095
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Rick Root
Robertson-Ravo, Neil (RX) wrote:
 Jeez, well without restrictions that is technological suicide.

My demo is not wide open.

I prevent uploading of any files that can be executed by a http request. 
  Ie, in my demo, you cannot upload coldfusion files, perl scripts, etc.

Rick


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213094
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ANNOUNCE: CFFM 1.1 Released

2005-07-28 Thread Rick Root
Robertson-Ravo, Neil (RX) wrote:
 Ah, well there you go ;-)  would have been good to maybe have that in the
 docs - didn't say on the docs.. ;

Jeez robert, you obviously did not READ the docs.

Actually, the readme says the following:

Before using this application. you must modify the initialization
settings in the cffm.cfm file!!!

The initialization parameters are well commented with documentation

ie:

!--- disallowedExtensions = file extensions you don't want people to 
upload ---
cfinvokeargument name=disallowedExtensions 
value=cfm,cfml,cfc,dbm,dbml,php,php3,php4,php5,asp,aspx,pl,plx,pls,cgi,jsp
!---
// allowedExtensions =
// as an alternative to disallowing extensions, you can allow
// only certain extensions.  This overrides the disallowedExtensions
// setting.  You might use this to restrict the user to uploading
// images or something.
---
cfinvokeargument name=allowedExtensions value=



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213096
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Entering a number becomes truncated

2005-07-28 Thread Dave.Phillips
Aren't you going to need to have a $ or whatever local currency symbol in front 
of it anyway?  If you use 
cfoutput#LSCurrencyFormat(query.gs_price)#/cfoutput

It will always format it in your local currency and add whatever 0's is needed, 
regardless of how it's stored in the database.  In my understanding, this is 
the proper way to handle pricing display, and it's database independent, so if 
you ever changed databases, or the way the data is stored, you wouldn't have to 
change your code.

Dave

-Original Message-
From: Daniel Kessler [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 28, 2005 10:12 AM
To: CF-Talk
Subject: Entering a number becomes truncated


howdy folks - hope your week is going fine.

I have an Oracle database table with a column defined as such:
gs_price NUMBER,

and I enter it using:
.
SET
gs_price = cfqueryparam value=#Form.gs_price# cfsqltype=CF_SQL_NUMERIC,
.

Unfortunately, when I enter 2.50, it truncates the number to 2.5. 
It's a price so I need to keep it 2.50.  I suppose that I could just 
format it correctly after I get it but I was hoping to have it 
correct in the DB.

any thoughts?

-- 
Daniel Kessler

Department of Public and Community Health
University of Maryland
Suite 2387 Valley Drive
College Park, MD  20742-2611
301-405-2545 Phone
www.phi.umd.edu



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213097
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Entering a number becomes truncated

2005-07-28 Thread daniel kessler
This is standard practice - try entering it as a CF_SQL_FLOAT or
something.or alter the datatypes length and precision.

Float didn't work.  2.50 became 2.5.  Interestingly though in all cases 2.51 
stays fine so it seems that the lenght is fine and it's the precision that 
needs changing.  I suppose that I can do that in sql.  That's the next thing to 
look up.

thanks Neil.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213098
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: MySQL JDBC Driver (MySQL connector)

2005-07-28 Thread Irvin Gomez
 Hey All,
 
 I've got a MySQL Datasource in CF MX 7 (installed as a J2EE instance) 
 and I did some workaround to make the datasource work with MySQL 4.1 
 (the one shipped is for 3.x).  The problem is now that the datasource 
 verifies, any query using CFQUERYPARAM on a numeric field will return 
 no data.  As soon as I remove the CFQUERYPARAM and use the raw 
 variable...voila...data is returned.
 
 If I connect to a remote copy of the same database, the datasource 
 works fine with CFQUERYPARAM
 
 So I figured I'd try the latest JDBC driver, but the article found 
 here:
 http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19170


Try this one:

http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253
 
 relates to MX 6 and not 7...there are no Java  JVM settings in CF 
 Adminso where should I drop the connector jar file??
 
 or if you have another solution to my problem...fire away
 
 TIA
 
 Cheers
 
 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 phone: 250.480.0642
 fax: 250.480.1264
 cell: 250.920.8830
 e-mail: [EMAIL PROTECTED]
 web: www.electricedgesystems.
com

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213099
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT RE:Create SWF from CF

2005-07-28 Thread Adam Haskell
Where's a good place to host them. We're making some Proof of Concept
stuff in house right now but no way is that able to be public facing.
I was thinking about geting a VSP and getting it all on there...Really
you can do someting in laszlo with  abackend of PHP/Java/ASP  and just
as easily take the laszlo side and couple it with CF. Laszlo is jut
part of a SOA (service oriented Architecture) its a consumer just feed
it and it will perform :)

Adam H 

On 7/28/05, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 I would like to see some CF/Laszlo examples
 
 
 -Original Message-
 From: Adam Haskell [mailto:[EMAIL PROTECTED]
 Sent: 28 July 2005 14:55
 To: CF-Talk
 Subject: SOT RE:Create SWF from CF
 
 How is Laszlo limited? I like to see this one explained further since
 I think its pretty capable, not quite as easy as flex admittedly but
 how it is very limited?
 
 Adam H
 
 On 7/27/05, dave [EMAIL PROTECTED] wrote:
  sure its free and very limited
 
  ~Dave the disruptor~
  A criminal is a person with predatory instincts who has not sufficient
 capital to form a corporation.
 
  
  From: Cary Gordon [EMAIL PROTECTED]
  Sent: Wednesday, July 27, 2005 6:08 PM
  To: CF-Talk cf-talk@houseoffusion.com
  Subject: RE: Create SWF from CF
 
  You might want to take a look at OpenLaszlo  it
  is sorta equivalent to the non-actionscript aspect of Flex, only it's
 free.
  You might need to adjust your model a bit to make it work.
 
  But, did I mention that it is free?
 
  Cary Gordon
  The Cherry Hill Company
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213100
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT RE:Create SWF from CF

2005-07-28 Thread Aaron DC
I know and have studied the laszlo examples in depth. I just briefly 
glanced at the Flex examples today. The functionality looks essentially 
the same, the syntax is similar but I have not looked too closely at 
Flex code. Laszlo uses xml as datasets - you can provide these via URLs, 
service calls or as local files. I too would like to hear how Laszlo is 
limited - the latest release has some drawing primitives, solo 
deployment and Flash 6 swf generation.

http://www.openlaszlo.org/

Aaron

Adam Haskell wrote:

Where's a good place to host them. We're making some Proof of Concept
stuff in house right now but no way is that able to be public facing.
I was thinking about geting a VSP and getting it all on there...Really
you can do someting in laszlo with  abackend of PHP/Java/ASP  and just
as easily take the laszlo side and couple it with CF. Laszlo is jut
part of a SOA (service oriented Architecture) its a consumer just feed
it and it will perform :)

Adam H 

On 7/28/05, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
  

I would like to see some CF/Laszlo examples


-Original Message-
From: Adam Haskell [mailto:[EMAIL PROTECTED]
Sent: 28 July 2005 14:55
To: CF-Talk
Subject: SOT RE:Create SWF from CF

How is Laszlo limited? I like to see this one explained further since
I think its pretty capable, not quite as easy as flex admittedly but
how it is very limited?

Adam H

On 7/27/05, dave [EMAIL PROTECTED] wrote:


sure its free and very limited

~Dave the disruptor~
A criminal is a person with predatory instincts who has not sufficient
  

capital to form a corporation.



From: Cary Gordon [EMAIL PROTECTED]
Sent: Wednesday, July 27, 2005 6:08 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: RE: Create SWF from CF

You might want to take a look at OpenLaszlo  it
is sorta equivalent to the non-actionscript aspect of Flex, only it's
  

free.


You might need to adjust your model a bit to make it work.

But, did I mention that it is free?

Cary Gordon
The Cherry Hill Company

  








~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213101
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Entering a number becomes truncated

2005-07-28 Thread Dave Carabetta
On 7/28/05, Daniel Kessler [EMAIL PROTECTED] wrote:
 howdy folks - hope your week is going fine.
 
 I have an Oracle database table with a column defined as such:
 gs_price NUMBER,
 
 and I enter it using:
 
 SET
 gs_price = cfqueryparam value=#Form.gs_price# cfsqltype=CF_SQL_NUMERIC,
 
 
 Unfortunately, when I enter 2.50, it truncates the number to 2.5.
 It's a price so I need to keep it 2.50.  I suppose that I could just
 format it correctly after I get it but I was hoping to have it
 correct in the DB.
 

You will need to use the scale attribute of the cfqueryparam tag to
keep the decimal place if you are going to be using cf_sql_numeric:

cfqueryparam value=#Form.gs_price# cfsqltype=cf_sql_numeric scale=2 /

Regards,
Dave.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213102
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Does a CFC know....

2005-07-28 Thread S . Isaac Dealey
 Does a CFC know the name of the page that is calling it?
 I've never
 tried to figure this out before so any help would be
 appreciated.

Try getBaseTagList()



s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213103
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Entering a number becomes truncated

2005-07-28 Thread J.J. Merrick
Since these are all converted to Oracle datatype Number then 2.5 is the 
same as 2.50 and is not being truncated. Oracle will not store more data 
then it needs and even though it is a price 2.5 is still 2.50 and is 
also 2.50

In CFQUERYPARAM the type only does validation so if you are doing a 
cf_sql_float but the database datatype is still NUMBER then it will 
treat it as a true integer.

Depending on what database you are using use FLOAT or just stick with 
NUMBER and then do DollarFormat on all display code (which is how we 
handle money here as a standard).

And please for the sake of all of those that have to work on your code 
after you do not put $2.50 into a varchar field... yeah we have seen 
that done too :-)


J.J. Merrick


daniel kessler wrote:
This is standard practice - try entering it as a CF_SQL_FLOAT or
something.or alter the datatypes length and precision.
 
 
 Float didn't work.  2.50 became 2.5.  Interestingly though in all cases 2.51 
 stays fine so it seems that the lenght is fine and it's the precision that 
 needs changing.  I suppose that I can do that in sql.  That's the next thing 
 to look up.
 
 thanks Neil.
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213104
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Does a CFC know....

2005-07-28 Thread Dave.Phillips
I think GetBaseTemplatePath() would give you the calling template filename and 
if you want just the filename (not the whole path) do 
GetFileFromPath(GetBaseTemplatePath()).

Dave

-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 28, 2005 11:51 AM
To: CF-Talk
Subject: Re: Does a CFC know


 Does a CFC know the name of the page that is calling it?
 I've never
 tried to figure this out before so any help would be
 appreciated.

Try getBaseTagList()



s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213105
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Does a CFC know....

2005-07-28 Thread Phill B
So to make sure I got this right. This will return the base file
calling the CFC. So if I use fusebax it will return d:/www/index.cfm ?

On 7/28/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I think GetBaseTemplatePath() would give you the calling template filename 
 and if you want just the filename (not the whole path) do 
 GetFileFromPath(GetBaseTemplatePath()).
 
 Dave
 
 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 28, 2005 11:51 AM
 To: CF-Talk
 Subject: Re: Does a CFC know
 
 
  Does a CFC know the name of the page that is calling it?
  I've never
  tried to figure this out before so any help would be
  appreciated.
 
 Try getBaseTagList()
 
 
 
 s. isaac dealey   954.522.6080
 new epoch : isn't it time for a change?
 
 add features without fixtures with
 the onTap open source framework
 
 http://www.fusiontap.com
 http://coldfusion.sys-con.com/author/4806Dealey.htm
 
 
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213106
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF7: Conventing HTM Docs TO pdf

2005-07-28 Thread dcooper
Sure it does.  Just make sure you have correct URL's in the HTML you feed the 
CFDOCUMENT tag.

HI,

I am trying to convert an htm document with links to PDF.  The PDF created
by CF7 does not convert the links to hot/clickable links.  Any idea how to
do this?

Thanks
Sam

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213107
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Andrew Grosset
HostmySite.com have several versions of the cfx_image tag on their servers, I'm
fairly sure that it will give you the DPI of the image.

The latest version can be downloaded from Jukka Manner's site here:
http://www.kolumbus.fi/jukka.manner/

Andrew.

I know this has been covered to some degree on a few threads.  The 
problem is all the answers seemed to be try this comertial product 
instead.  Only one place did I even see atleast an offer from someone 
to, I am guessing, email the tag to a person looking for it.  However I 
did not want to assume the invitation was extended to everyone on the 
list so instead I decided just to post asking if someone can email me 
the CF_ImageInfo MX tag since there appears to be nowhere it is hosted 
now.  I need this because I need a FREE tag that will give me back 
atleast the DPI of a image.

Thanks

-- 
Greg Johnson
Owner  Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213108
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Does a CFC know....

2005-07-28 Thread Jim Davis
 -Original Message-
 From: Phill B [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 28, 2005 11:10 AM
 To: CF-Talk
 Subject: Re: Does a CFC know
 
 So to make sure I got this right. This will return the base file
 calling the CFC. So if I use fusebax it will return d:/www/index.cfm ?

Jeeze... if only there was a way to find out!  ;^)

Jim Davis





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213109
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Greg Johnson
g, sosososo close.  But the tag I need has to support TIF as well as 
other formats.

This is all part of a big online image catalog project for a medical 
college.  Sofar they have just been providing images in TIFF and JPG 
form.  With the CFX_Image tag the new application will have many options 
for what is provided.  I am also having to build in security to prevent 
people from screen scraping the images.  Its a fun but daunting 
application to build.

James Holmes wrote:

If you don't have any luck with that one, this might help:

http://schmidt.devlib.org/image-info/

On 7/28/05, Greg Johnson [EMAIL PROTECTED] wrote:
  

I know this has been covered to some degree on a few threads.  The
problem is all the answers seemed to be try this comertial product
instead.  Only one place did I even see atleast an offer from someone
to, I am guessing, email the tag to a person looking for it.  However I
did not want to assume the invitation was extended to everyone on the
list so instead I decided just to post asking if someone can email me
the CF_ImageInfo MX tag since there appears to be nowhere it is hosted
now.  I need this because I need a FREE tag that will give me back
atleast the DPI of a image.





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213110
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Does a CFC know....

2005-07-28 Thread Russ Michaels
If that is the file calling it yes. 

  
Russ Michaels


-Original Message-
From: Phill B [mailto:[EMAIL PROTECTED] 
Sent: 28 July 2005 16:10
To: CF-Talk
Subject: Re: Does a CFC know

So to make sure I got this right. This will return the base file calling the
CFC. So if I use fusebax it will return d:/www/index.cfm ?

On 7/28/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I think GetBaseTemplatePath() would give you the calling template filename
and if you want just the filename (not the whole path) do
GetFileFromPath(GetBaseTemplatePath()).
 
 Dave
 
 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 28, 2005 11:51 AM
 To: CF-Talk
 Subject: Re: Does a CFC know
 
 
  Does a CFC know the name of the page that is calling it?
  I've never
  tried to figure this out before so any help would be appreciated.
 
 Try getBaseTagList()
 
 
 
 s. isaac dealey   954.522.6080
 new epoch : isn't it time for a change?
 
 add features without fixtures with
 the onTap open source framework
 
 http://www.fusiontap.com
 http://coldfusion.sys-con.com/author/4806Dealey.htm
 
 
 
 
 
 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213111
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Cfcontent Excel Problems

2005-07-28 Thread CHANCE, JENNIFER M. (JSC-BJ) (BAS)
Hi there...

I have created a dynamic excel page in coldfusion.  Everything is great
except for links.  Normally in an excel file, or an excel file saved as an
htm file, you can push ctrl+shift+click and open a link in a new page.  I
can't get this to work in my cfm page.  I even copied and pasted the htm
file into the cfm file (the only difference being the cfcontent tag) and
this still wouldn't work.  Does anybody have a workaround?  Or know how I
could open it in a new tab?

Thanks so much!

Jen


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213112
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


How does ColdFusion handle pulling mail out of the spool folder?

2005-07-28 Thread Dan G. Switzer, II
Just wonder if anyone knows *exactly* how CF handles pulling messages out of
the spool folder.

I'd assume they pull the oldest files in the spool out first, but I'm not
sure this is absolutely true.

Can someone tell me how CF handles pulling files out of it's spool folder
when attempting to send the mail to the SMTP server?

Thanks,
Dan



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213113
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Does a CFC know....

2005-07-28 Thread Joe Rinehart
Your CFC should probably be told what its template is, instead of
reaching outside of itself to find out - maybe look into having
whatever is using the CFC call a method like
setCallingTemplate(getBaseTemplatePath()).

-Joe

On 7/28/05, Phill B [EMAIL PROTECTED] wrote:
 So to make sure I got this right. This will return the base file
 calling the CFC. So if I use fusebax it will return d:/www/index.cfm ?
 
 On 7/28/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  I think GetBaseTemplatePath() would give you the calling template filename 
  and if you want just the filename (not the whole path) do 
  GetFileFromPath(GetBaseTemplatePath()).
 
  Dave
 
  -Original Message-
  From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
  Sent: Thursday, July 28, 2005 11:51 AM
  To: CF-Talk
  Subject: Re: Does a CFC know
 
 
   Does a CFC know the name of the page that is calling it?
   I've never
   tried to figure this out before so any help would be
   appreciated.
 
  Try getBaseTagList()
 
 
 
  s. isaac dealey   954.522.6080
  new epoch : isn't it time for a change?
 
  add features without fixtures with
  the onTap open source framework
 
  http://www.fusiontap.com
  http://coldfusion.sys-con.com/author/4806Dealey.htm
 
 
 
 
 
 
 
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213116
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Security of GET vs. POST via HTTPS?

2005-07-28 Thread Damien McKenna
Pardon me for saying so, but I'm missing something obvious in this.

We've got a 3rd party API that we call via HTTPS.  They want the data
submitted via GET (i.e. URL strings) whereas its my understanding that
POST would be more secure.  Am I correct in my understanding or loosing
my mind?

Thanks.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213115
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF_ImageInfo MX

2005-07-28 Thread Russ Michaels
www.alagad.com do a solution.
It simply uses the native java libraries, which I am sure is what
cf_imageinfo did to.

  
Satachi Internet Development Web Development and Consulting 

Russ Michaels


-Original Message-
From: Greg Johnson [mailto:[EMAIL PROTECTED] 
Sent: 28 July 2005 16:23
To: CF-Talk
Subject: Re: CF_ImageInfo MX

g, sosososo close.  But the tag I need has to support TIF as well as
other formats.

This is all part of a big online image catalog project for a medical
college.  Sofar they have just been providing images in TIFF and JPG form.
With the CFX_Image tag the new application will have many options for what
is provided.  I am also having to build in security to prevent people from
screen scraping the images.  Its a fun but daunting application to build.

James Holmes wrote:

If you don't have any luck with that one, this might help:

http://schmidt.devlib.org/image-info/

On 7/28/05, Greg Johnson [EMAIL PROTECTED] wrote:
  

I know this has been covered to some degree on a few threads.  The 
problem is all the answers seemed to be try this comertial product 
instead.  Only one place did I even see atleast an offer from someone 
to, I am guessing, email the tag to a person looking for it.  However 
I did not want to assume the invitation was extended to everyone on 
the list so instead I decided just to post asking if someone can email 
me the CF_ImageInfo MX tag since there appears to be nowhere it is 
hosted now.  I need this because I need a FREE tag that will give me 
back atleast the DPI of a image.







~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213114
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Does a CFC know....

2005-07-28 Thread S . Isaac Dealey
getBaseTemplatePath() will do that yes... getBaseTagList() may provide
more of the sort of information you're looking for.


 So to make sure I got this right. This will return the
 base file
 calling the CFC. So if I use fusebax it will return
 d:/www/index.cfm ?

 On 7/28/05, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 I think GetBaseTemplatePath() would give you the calling
 template filename and if you want just the filename (not
 the whole path) do
 GetFileFromPath(GetBaseTemplatePath()).


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213117
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Security of GET vs. POST via HTTPS?

2005-07-28 Thread Dave Watts
 We've got a 3rd party API that we call via HTTPS. They want the 
 data submitted via GET (i.e. URL strings) whereas its my 
 understanding that POST would be more secure. Am I correct in 
 my understanding or loosing my mind?

You are incorrect, but I doubt you're losing your mind. When you make an
HTTPS request, the entire request (including the URL you're requesting) is
encrypted. So, they are equally secure. For that matter, they're equally
secure within plain old HTTP - both are perfectly readable plaintext.
However, variables within a URL are easily observed by the user of a
browser, so in that sense they are more likely to be tinkered with by the
user.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213119
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Security of GET vs. POST via HTTPS?

2005-07-28 Thread Ian Skinner
Incorrect, they are both equally INSECURE.  One could argue that a post is 
slightly hidden by a thin veil.  But it is not hard to look behind that veil 
and get all the data.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 28, 2005 8:30 AM
To: CF-Talk
Subject: OT: Security of GET vs. POST via HTTPS?

Pardon me for saying so, but I'm missing something obvious in this.

We've got a 3rd party API that we call via HTTPS.  They want the data
submitted via GET (i.e. URL strings) whereas its my understanding that
POST would be more secure.  Am I correct in my understanding or loosing
my mind?

Thanks.

--
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213118
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Does a CFC know....

2005-07-28 Thread S . Isaac Dealey
That requires a little qualification... It depends on your definition
of the calling template... If by calling template you mean, the
page in the address bar of the user's browser, then yes. If by
calling template you mean the template containing the invocation of
the CFC method, then no... at least not in most cases -- it could be,
but then that instance of the method call wouldn't be within fusebox.

 If that is the file calling it yes.

 Russ Michaels

 -Original Message-
 From: Phill B [mailto:[EMAIL PROTECTED]
 Sent: 28 July 2005 16:10
 To: CF-Talk
 Subject: Re: Does a CFC know

 So to make sure I got this right. This will return the
 base file calling the
 CFC. So if I use fusebax it will return d:/www/index.cfm ?

 On 7/28/05, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 I think GetBaseTemplatePath() would give you the calling
 template filename
 and if you want just the filename (not the whole path) do
 GetFileFromPath(GetBaseTemplatePath()).

 Dave

 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 28, 2005 11:51 AM
 To: CF-Talk
 Subject: Re: Does a CFC know


  Does a CFC know the name of the page that is calling
  it?
  I've never
  tried to figure this out before so any help would be
  appreciated.

 Try getBaseTagList()



s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213120
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Security of GET vs. POST via HTTPS?

2005-07-28 Thread S . Isaac Dealey
 Pardon me for saying so, but I'm missing something obvious
 in this.

 We've got a 3rd party API that we call via HTTPS.  They
 want the data
 submitted via GET (i.e. URL strings) whereas its my
 understanding that
 POST would be more secure.  Am I correct in my
 understanding or loosing
 my mind?

well https is an encrypted http request... both directions as I
understand it, so the request from the browser (or your server) is
encrypted -- that's the get or post and then the response from their
server is also encrypted... but as far as I know, it's the entire http
stream (the content portion of it) that's encrypted, so it shouldn't
matter whether you send url or form variables because the whole
stream's going to be encrypted either way.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213121
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Security of GET vs. POST via HTTPS?

2005-07-28 Thread Dave Watts
 Incorrect, they are both equally INSECURE.  One could argue 
 that a post is slightly hidden by a thin veil.  But it is not 
 hard to look behind that veil and get all the data.

HTTPS is secure enough for most purposes. To effectively read the requests
and responses at will, you have to be at either the client or the server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213122
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Security of GET vs. POST via HTTPS?

2005-07-28 Thread Damien McKenna
http://support.microsoft.com/default.aspx?scid=kb;en-us;257591

So it seems that the connection is made via SSL and *then* the data is
transmitted (URL, etc).  This answers my question.

Also:
http://blogs.msdn.com/ie/archive/2005/04/20/410240.aspx

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213123
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Security of GET vs. POST via HTTPS?

2005-07-28 Thread S . Isaac Dealey
 We've got a 3rd party API that we call via HTTPS. They
 want the
 data submitted via GET (i.e. URL strings) whereas its my
 understanding that POST would be more secure. Am I
 correct in
 my understanding or loosing my mind?

 You are incorrect, but I doubt you're losing your mind.
 When you make an
 HTTPS request, the entire request (including the URL
 you're requesting) is
 encrypted. So, they are equally secure. For that matter,
 they're equally
 secure within plain old HTTP - both are perfectly readable
 plaintext.
 However, variables within a URL are easily observed by the
 user of a
 browser, so in that sense they are more likely to be
 tinkered with by the
 user.

Although in this case I'm betting he's using cfhttp or some equivalent
and no browser will see those url variables.

s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213124
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT RE:Create SWF from CF

2005-07-28 Thread Adam Haskell
Additionally you can use ECMAScript extensively in Laszlo. If you want
lazslo could take ECMAScript and name it something like CoolScript
instead of saying ECMAScript. Which is essentially what Macromedia
did...actionscript is just ECMAScript, for that matter so is
javascript. But anyways hopefulyl I'll have a working example of
Lazslo working with coldfusion some time soon (tm), since the
community seems to have a lack of examples out there. On a side note
might be slightly easier  than laszlo but that doesn't make laszlo
limited. I woudln't be suprised to see flex going open source in the
future...but who knows right :)


Adam H 

On 7/28/05, Aaron DC [EMAIL PROTECTED] wrote:
 I know and have studied the laszlo examples in depth. I just briefly
 glanced at the Flex examples today. The functionality looks essentially
 the same, the syntax is similar but I have not looked too closely at
 Flex code. Laszlo uses xml as datasets - you can provide these via URLs,
 service calls or as local files. I too would like to hear how Laszlo is
 limited - the latest release has some drawing primitives, solo
 deployment and Flash 6 swf generation.
 
 http://www.openlaszlo.org/
 
 Aaron
 
 Adam Haskell wrote:
 
 Where's a good place to host them. We're making some Proof of Concept
 stuff in house right now but no way is that able to be public facing.
 I was thinking about geting a VSP and getting it all on there...Really
 you can do someting in laszlo with  abackend of PHP/Java/ASP  and just
 as easily take the laszlo side and couple it with CF. Laszlo is jut
 part of a SOA (service oriented Architecture) its a consumer just feed
 it and it will perform :)
 
 Adam H
 
 On 7/28/05, Robertson-Ravo, Neil (RX)
 [EMAIL PROTECTED] wrote:
 
 
 I would like to see some CF/Laszlo examples
 
 
 -Original Message-
 From: Adam Haskell [mailto:[EMAIL PROTECTED]
 Sent: 28 July 2005 14:55
 To: CF-Talk
 Subject: SOT RE:Create SWF from CF
 
 How is Laszlo limited? I like to see this one explained further since
 I think its pretty capable, not quite as easy as flex admittedly but
 how it is very limited?
 
 Adam H
 
 On 7/27/05, dave [EMAIL PROTECTED] wrote:
 
 
 sure its free and very limited
 
 ~Dave the disruptor~
 A criminal is a person with predatory instincts who has not sufficient
 
 
 capital to form a corporation.
 
 
 
 From: Cary Gordon [EMAIL PROTECTED]
 Sent: Wednesday, July 27, 2005 6:08 PM
 To: CF-Talk cf-talk@houseoffusion.com
 Subject: RE: Create SWF from CF
 
 You might want to take a look at OpenLaszlo  it
 is sorta equivalent to the non-actionscript aspect of Flex, only it's
 
 
 free.
 
 
 You might need to adjust your model a bit to make it work.
 
 But, did I mention that it is free?
 
 Cary Gordon
 The Cherry Hill Company
 
 
 
 
 
 
 
 
 
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213125
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Security of GET vs. POST via HTTPS?

2005-07-28 Thread Dave Watts
 So it seems that the connection is made via SSL and *then* the 
 data is transmitted (URL, etc).  This answers my question.

Yes, that's correct.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213126
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Security of GET vs. POST via HTTPS?

2005-07-28 Thread S . Isaac Dealey
 Incorrect, they are both equally INSECURE.  One could
 argue that a post is slightly hidden by a thin veil.  But
 it is not hard to look behind that veil and get all the
 data.

I take it you're recommending an alternative? ... Let me guess -- a
time-locked safe with a print copy of the data that's transported to
the remote location via armored car.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213128
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Does a CFC know....

2005-07-28 Thread Phill B
Smart ass. :-]

I did try it but I want to be doubly sure because I work in an
environment that use mostly uses fusebox. Other times it can be who
knows what.

On 7/28/05, Jim Davis [EMAIL PROTECTED] wrote:
  -Original Message-
  From: Phill B [mailto:[EMAIL PROTECTED]
  Sent: Thursday, July 28, 2005 11:10 AM
  To: CF-Talk
  Subject: Re: Does a CFC know
 
  So to make sure I got this right. This will return the base file
  calling the CFC. So if I use fusebax it will return d:/www/index.cfm ?
 
 Jeeze... if only there was a way to find out!  ;^)
 
 Jim Davis


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213129
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFDocument layout issues

2005-07-28 Thread Mark Mazelin
I'm working with the CFDocument tag in depth for the first time and am 
experiencing some painful weirdness. Any place I have html tags embedded in a 
paragraph (such as em, strong or span), the PDF output shows extra leading and 
trailing spaces, while the FlashPaper does not. But the flashpaper does not 
show a 1x1 pixel image that is stretched to a specified width and height, while 
the PDF output does. Here are example outputs of the two pages (using the exact 
same code):
http://beta.cedarville.edu/test/ 

CFMX7 is running on a linux server through Apache, and has cumulative hot fix 3 
installed.

Any ideas??

Mark


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213127
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Does a CFC know....

2005-07-28 Thread Phill B
I'm trying to find what apps are making the call and some are fusebox
and some are not. I guess there isn't an easy way of finding what page
invokes the method. At least this will help narrow it down.

Thanks All

On 7/28/05, S. Isaac Dealey [EMAIL PROTECTED] wrote:
 That requires a little qualification... It depends on your definition
 of the calling template... If by calling template you mean, the
 page in the address bar of the user's browser, then yes. If by
 calling template you mean the template containing the invocation of
 the CFC method, then no... at least not in most cases -- it could be,
 but then that instance of the method call wouldn't be within fusebox.


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213130
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Bryan Stevenson
Greg I can send you a couple of functions from my image CFC that will:
-resize images (and scale by width or heightensuring a minimum thumbnail 
width or height)
-get image width/height

It doesn't get the DPI though (of course most web graphics are 72 dpi)  :-(

Let me know if you're insterstedworks on MX 6 or 7Linux or 
Windowsno additional Java to be added to CF (unless it's on a headless 
system)

Let me know

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213131
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Greg Johnson
Thanks, I did have an older version as it turns out.  The newest does 
have a DPI info result, however it only works with JPEGs.  You would 
have to do a convert using the tempfile option, then do a read of the 
tempfile to get the resolution.  But someone on the list emailed me the 
other tag, so I will keep that option with CF_Image as an option.

Andrew Grosset wrote:

HostmySite.com have several versions of the cfx_image tag on their servers, I'm
fairly sure that it will give you the DPI of the image.

The latest version can be downloaded from Jukka Manner's site here:
http://www.kolumbus.fi/jukka.manner/

Andrew.

  

I know this has been covered to some degree on a few threads.  The 
problem is all the answers seemed to be try this comertial product 
instead.  Only one place did I even see atleast an offer from someone 
to, I am guessing, email the tag to a person looking for it.  However I 
did not want to assume the invitation was extended to everyone on the 
list so instead I decided just to post asking if someone can email me 
the CF_ImageInfo MX tag since there appears to be nowhere it is hosted 
now.  I need this because I need a FREE tag that will give me back 
atleast the DPI of a image.

Thanks

-- 
Greg Johnson
Owner  Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213132
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Does a CFC know....

2005-07-28 Thread S . Isaac Dealey
 I'm trying to find what apps are making the call and some
 are fusebox
 and some are not. I guess there isn't an easy way of
 finding what page
 invokes the method. At least this will help narrow it
 down.

Do you need to know the invoking template in this case?

If none of your fusebox apps are being called as custom tags from
another app (which isn't very common) then you can probably get away
with just knowing the base template path and matching its directory
against the location of your apps.

s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213133
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Greg Johnson
Thanks all.  Someone sent me the tag which will help alot, and I have 
the updated CFX_Image which I needed, and another option that Russ 
gave.  I just wish I could show yall the projects I have done, but 
everything I work on is ether inside industry info that has to be kept 
secured for only authorized staff.

Thanks Again

Greg Johnson wrote:

I know this has been covered to some degree on a few threads.  The 
problem is all the answers seemed to be try this comertial product 
instead.  Only one place did I even see atleast an offer from someone 
to, I am guessing, email the tag to a person looking for it.  However I 
did not want to assume the invitation was extended to everyone on the 
list so instead I decided just to post asking if someone can email me 
the CF_ImageInfo MX tag since there appears to be nowhere it is hosted 
now.  I need this because I need a FREE tag that will give me back 
atleast the DPI of a image.

Thanks

  


-- 
Greg Johnson
Owner  Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213134
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Security of GET vs. POST via HTTPS?

2005-07-28 Thread Jochem van Dieten
Dave Watts wrote:
 We've got a 3rd party API that we call via HTTPS. They want the 
 data submitted via GET (i.e. URL strings) whereas its my 
 understanding that POST would be more secure. Am I correct in 
 my understanding or loosing my mind?
 
 You are incorrect, but I doubt you're losing your mind. When you make an
 HTTPS request, the entire request (including the URL you're requesting) is
 encrypted. So, they are equally secure.

The only reason to prefer one over the other is that a GET should 
not produce lasting changes on the server and a POST is allowed 
to produce lasting changes (see RFC 2616). So for searching a GET 
is the right choice, while for changing a user profile a POST is 
the right choice.
Browsers tend to express this difference in behaviour in the way 
they they treat the 'Back' button. If you press Back to the 
action page of a GET submit, the browser will just do it. If you 
press Back to the action page of a POST submit, the browser will 
popup with a warning and ask if you really want to resubmit.

Jochem

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213136
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Bryan Stevenson
 g, sosososo close.  But the tag I need has to support TIF as well as
 other formats.

GregTIFs are a completely seperate beast (most image tags out there do 
not handle them).you need the JAI (Java Advanced Imaging) package to 
handle TIFs.there is also a demo app on the MM Exchange by Qasim Rasheed 
that is supposed to work (I couldn't get it to, but hwe has sent me some 
simpler code off-list that I have yet to try).

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213137
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Security of GET vs. POST via HTTPS?

2005-07-28 Thread Ian Skinner
True, but as you said earlier, whether it is GET or POST does not matter they 
are equal in security.  


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 28, 2005 8:53 AM
To: CF-Talk
Subject: RE: Security of GET vs. POST via HTTPS?

 Incorrect, they are both equally INSECURE.  One could argue
 that a post is slightly hidden by a thin veil.  But it is not
 hard to look behind that veil and get all the data.

HTTPS is secure enough for most purposes. To effectively read the
requests
and responses at will, you have to be at either the client or the server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213135
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Security of GET vs. POST via HTTPS?

2005-07-28 Thread Jochem van Dieten
S.Isaac Dealey wrote:
 Incorrect, they are both equally INSECURE.  One could
 argue that a post is slightly hidden by a thin veil.  But
 it is not hard to look behind that veil and get all the
 data.
 
 I take it you're recommending an alternative? ... Let me guess -- a
 time-locked safe with a print copy of the data that's transported to
 the remote location via armored car.

Since the weak point is the the spyware infested computer that is 
used, that wouldn't help. It is the same spyware infested 
computer that is used to print it.

Jochem

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213140
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Security of GET vs. POST via HTTPS?

2005-07-28 Thread Ian Skinner
I take it you're recommending an alternative? ... Let me guess -- a
time-locked safe with a print copy of the data that's transported to
the remote location via armored car.

No, I am just commenting that just because a POST is not displayed in a little 
box near the top of the browser does not make it more secure.  They are both 
plain text, easily accessible and equally insecure UNLESS one applies something 
like HTTPS which works equally on either a GET or a POST.

To summarize GETS and POSTS are equal in security.

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213139
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: MySQL JDBC Driver (MySQL connector)

2005-07-28 Thread Bryan Stevenson
Got a link to info on ConnectorJ Ken?? ;-)

and yes...yer rightthe MySQL Connector is what I'm using now (it's not 
CF specificit's a JAR you can add to CF)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
- Original Message - 
From: Ken Ferguson [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, July 28, 2005 5:12 AM
Subject: Re: MySQL JDBC Driver (MySQL connector)


 This is happening when using the CF MySQL connector, right? Try
 installing the MySQL ConnectorJ and see if it works with that. I'm using
 the MySQL 4.1 with ConnectorJ and CF7 with no problems.

 Bryan Stevenson wrote:

Hey All,

I've got a MySQL Datasource in CF MX 7 (installed as a J2EE instance) and 
I did some workaround to make the datasource work with MySQL 4.1 (the one 
shipped is for 3.x).  The problem is now that the datasource verifies, any 
query using CFQUERYPARAM on a numeric field will return no data.  As soon 
as I remove the CFQUERYPARAM and use the raw variable...voila...data is 
returned.

If I connect to a remote copy of the same database, the datasource works 
fine with CFQUERYPARAM

So I figured I'd try the latest JDBC driver, but the article found here:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19170

relates to MX 6 and not 7...there are no Java  JVM settings in CF 
Adminso where should I drop the connector jar file??

or if you have another solution to my problem...fire away

TIA

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com



 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213138
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Get character in string at position X?

2005-07-28 Thread Christophe Maso
I can do this in Javascript, but I've been through the index of my CF book and 
haven't found the a CF function that will return the character at position X in 
a given string. (I tried treating the string as a list, using the listGetAt 
function and specifying  as the delimiter, but CF balked at that...)  Can 
anyone help me out?  Thanks!

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213141
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Get character in string at position X?

2005-07-28 Thread Ian Skinner
cfset letter = mid(string,5,1)

letter = n

I might have the order of the parameters of the mid function wrong, this is 
just off the top of my head.  But the docs will straighten that out.

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

-Original Message-
From: Christophe Maso [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 28, 2005 9:17 AM
To: CF-Talk
Subject: Get character in string at position X?

I can do this in Javascript, but I've been through the index of my CF
book and haven't found the a CF function that will return the character
at position X in a given string. (I tried treating the string as a list,
using the listGetAt function and specifying  as the delimiter, but CF
balked at that...)  Can anyone help me out?  Thanks!



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213142
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Get character in string at position X?

2005-07-28 Thread Christophe Maso
 I can do this in Javascript, but I've been through the index of my CF 
 book and haven't found the a CF function that will return the 
 character at position X in a given string. (I tried treating the 
 string as a list, using the listGetAt function and specifying  as 
 the delimiter, but CF balked at that...)  Can anyone help me out?  
Thanks!

Of course I find something right after posting...looks like the Mid function 
does this.  Any other practices to suggest? Thanks!

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213143
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Get character in string at position X?

2005-07-28 Thread Dave.Phillips
mid(string,x,y)

that will give you y character(s) starting at position x

If you want the 'n' out of the word 'center':

cfset thestring = center
cfset theletter = mid(thestring,3,1)

Dave

-Original Message-
From: Christophe Maso [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 28, 2005 12:17 PM
To: CF-Talk
Subject: Get character in string at position X?


I can do this in Javascript, but I've been through the index of my CF book and 
haven't found the a CF function that will return the character at position X in 
a given string. (I tried treating the string as a list, using the listGetAt 
function and specifying  as the delimiter, but CF balked at that...)  Can 
anyone help me out?  Thanks!



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213144
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Claude Schneegans
 I am also having to build in security to prevent people from screen 
scraping the images.

For this, you should have a look at CFX_StampImage:
http://www.contentbox.com/claude/customtags/stampImage/testStamp.cfm?p=hf

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213145
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Get character in string at position X?

2005-07-28 Thread Dave.Phillips
If you don't know which position the character is, you can use this:

cfset theletter = mid(thestring,findnocase(lettertofind,thestring),1) 

You could expand this to search for more then one letter too, of course.

Dave
-Original Message-
From: Christophe Maso [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 28, 2005 12:21 PM
To: CF-Talk
Subject: Re: Get character in string at position X?


 I can do this in Javascript, but I've been through the index of my CF 
 book and haven't found the a CF function that will return the 
 character at position X in a given string. (I tried treating the 
 string as a list, using the listGetAt function and specifying  as 
 the delimiter, but CF balked at that...)  Can anyone help me out?  
Thanks!

Of course I find something right after posting...looks like the Mid function 
does this.  Any other practices to suggest? Thanks!



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213146
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Claude Schneegans
 TIFs are a completely seperate beast

Furthermore, they are to be avoided in a Web environment since, most of 
the time, they are not compressed.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213147
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: MySQL JDBC Driver (MySQL connector)

2005-07-28 Thread Irvin Gomez
Got a link to info on ConnectorJ Ken?? ;-)


See the link I provided. It works perfectly well.



and yes...yer rightthe MySQL Connector is what I'm using now (it's not 
CF specificit's a JAR you can add to CF)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
- Original Message - 
From: Ken Ferguson [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, July 28, 2005 5:12 AM
Subject: Re: MySQL JDBC Driver (MySQL connector)




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213148
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Security of GET vs. POST via HTTPS?

2005-07-28 Thread S . Isaac Dealey
 S.Isaac Dealey wrote:
 Incorrect, they are both equally INSECURE.  One could
 argue that a post is slightly hidden by a thin veil.
 But
 it is not hard to look behind that veil and get all the
 data.

 I take it you're recommending an alternative? ... Let me
 guess -- a
 time-locked safe with a print copy of the data that's
 transported to
 the remote location via armored car.

 Since the weak point is the the spyware infested computer
 that is
 used, that wouldn't help. It is the same spyware infested
 computer that is used to print it.

I never said the data had been printed from a computer... just that it
was printed data... you know, from a Gutenberg press. :)


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213149
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: MySQL JDBC Driver (MySQL connector)

2005-07-28 Thread Ken Ferguson
http://dev.mysql.com/downloads/connector/j/3.1.html
There you are, sir.

--Ferg

Bryan Stevenson wrote:

Got a link to info on ConnectorJ Ken?? ;-)

and yes...yer rightthe MySQL Connector is what I'm using now (it's not 
CF specificit's a JAR you can add to CF)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
- Original Message - 
From: Ken Ferguson [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, July 28, 2005 5:12 AM
Subject: Re: MySQL JDBC Driver (MySQL connector)


  

This is happening when using the CF MySQL connector, right? Try
installing the MySQL ConnectorJ and see if it works with that. I'm using
the MySQL 4.1 with ConnectorJ and CF7 with no problems.

Bryan Stevenson wrote:



Hey All,

I've got a MySQL Datasource in CF MX 7 (installed as a J2EE instance) and 
I did some workaround to make the datasource work with MySQL 4.1 (the one 
shipped is for 3.x).  The problem is now that the datasource verifies, any 
query using CFQUERYPARAM on a numeric field will return no data.  As soon 
as I remove the CFQUERYPARAM and use the raw variable...voila...data is 
returned.

If I connect to a remote copy of the same database, the datasource works 
fine with CFQUERYPARAM

So I figured I'd try the latest JDBC driver, but the article found here:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19170

relates to MX 6 and not 7...there are no Java  JVM settings in CF 
Adminso where should I drop the connector jar file??

or if you have another solution to my problem...fire away

TIA

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com


  






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213150
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: MySQL JDBC Driver (MySQL connector)

2005-07-28 Thread Ken Ferguson
http://www.mysql.com/products/connector/j/
Also, here's the Connector J information page.

--Ferg

Bryan Stevenson wrote:

Got a link to info on ConnectorJ Ken?? ;-)

and yes...yer rightthe MySQL Connector is what I'm using now (it's not 
CF specificit's a JAR you can add to CF)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
- Original Message - 
From: Ken Ferguson [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, July 28, 2005 5:12 AM
Subject: Re: MySQL JDBC Driver (MySQL connector)


  

This is happening when using the CF MySQL connector, right? Try
installing the MySQL ConnectorJ and see if it works with that. I'm using
the MySQL 4.1 with ConnectorJ and CF7 with no problems.

Bryan Stevenson wrote:



Hey All,

I've got a MySQL Datasource in CF MX 7 (installed as a J2EE instance) and 
I did some workaround to make the datasource work with MySQL 4.1 (the one 
shipped is for 3.x).  The problem is now that the datasource verifies, any 
query using CFQUERYPARAM on a numeric field will return no data.  As soon 
as I remove the CFQUERYPARAM and use the raw variable...voila...data is 
returned.

If I connect to a remote copy of the same database, the datasource works 
fine with CFQUERYPARAM

So I figured I'd try the latest JDBC driver, but the article found here:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19170

relates to MX 6 and not 7...there are no Java  JVM settings in CF 
Adminso where should I drop the connector jar file??

or if you have another solution to my problem...fire away

TIA

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com


  






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213151
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Claude Schneegans
 Thanks, I did have an older version as it turns out. The newest does

have a DPI info result,

Pardon my curiosity, but what actually do you need DPI for?
I know that some image formats provide this kind of info, but it just makes no 
sense.
DPI mesures the definition (what is also eroneously called the resolution).
An image is just a set of pixels, it has no size nor inches, and even less 
dots per inches
The inches are only given by the media used to display or print the image,
thus a monitor has DPIs, a printer has DPIs, but an image has none.

All what you can have in an image is a number of dots, horizontally and 
vertically.
Thes are called the width and the height although again they are not lengths: 
just a number of dots.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213152
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Greg Johnson
I always like trying things, so ya, send it to me and I will mess around 
with it some.  Thanks

Bryan Stevenson wrote:

Greg I can send you a couple of functions from my image CFC that will:
-resize images (and scale by width or heightensuring a minimum thumbnail 
width or height)
-get image width/height

It doesn't get the DPI though (of course most web graphics are 72 dpi)  :-(

Let me know if you're insterstedworks on MX 6 or 7Linux or 
Windowsno additional Java to be added to CF (unless it's on a headless 
system)

Let me know

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213153
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Greg Johnson
Well I spoke too soon, turns out the file was CFX_Image MX not 
CFX_ImageInfo MX.

Greg Johnson wrote:

Thanks all.  Someone sent me the tag which will help alot, and I have 
the updated CFX_Image which I needed, and another option that Russ 
gave.  I just wish I could show yall the projects I have done, but 
everything I work on is ether inside industry info that has to be kept 
secured for only authorized staff.

Thanks Again

Greg Johnson wrote:

  

I know this has been covered to some degree on a few threads.  The 
problem is all the answers seemed to be try this comertial product 
instead.  Only one place did I even see atleast an offer from someone 
to, I am guessing, email the tag to a person looking for it.  However I 
did not want to assume the invitation was extended to everyone on the 
list so instead I decided just to post asking if someone can email me 
the CF_ImageInfo MX tag since there appears to be nowhere it is hosted 
now.  I need this because I need a FREE tag that will give me back 
atleast the DPI of a image.

Thanks

 




  


-- 
Greg Johnson
Owner  Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213155
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Greg Johnson
Thats nice.  CFX_Image has something simmiler I think, I will have to 
compare them.  Right now they just want to block period.  I found a 
Flash applet that lets you  view a preview at full size, then load the 
full size and scroll around.  I have talked to my boss about 
watermarking, and I expect that will end up being done once they realize 
I am right :)

Claude Schneegans wrote:

 I am also having to build in security to prevent people from screen 
scraping the images.

For this, you should have a look at CFX_StampImage:
http://www.contentbox.com/claude/customtags/stampImage/testStamp.cfm?p=hf

  


-- 
Greg Johnson
Owner  Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213154
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Greg Johnson
Basicaly people inside the medical school will be able to choose images 
to use.  Many times these images will be used to create print media.  A 
96dpi image which is fine for the web pixelates when you expand it to 
fit a given size.  Most of these print publications will be generated on 
a high quality printer which also uses DPI.  Only the original negative 
and direct prints from that have no DPI just film grain which usually 
isn't a prob unless you are using really low quality film.

The people browsing the catalog online will need to know if the image 
they are downloading is of web or print quality.

As for use of TIFF files, they are still used with some print 
publishers.  I know more have gone over to JPEGs because of the lower 
file size, but unfortuately I am replaceing an application that is very 
old and limited, but I therefor have to provide atleast all the 
functionality of the old application which included TIFF images for 
download as well as JPEG.

I want to extract the DPI from the image because there is a lot of 
additional information about the image that will be inserted into a 
database.  Thus to save on dataentry I want to be able to get the system 
to pre-populate the dataentry screen as much as possible based on the image.

IOW the process is like this

TIFF emailed with info to dataentry.
dataentry uploads the tiff image through a web interface
application gathers data and produces smaller versions for on screen display
dataentry screen presented with filename, height, width, format, 
filesize already filled in
the person adds the rest of the info from the textual part of the email 
that has things like dates and photographers
image becomes available to end users online

Claude Schneegans wrote:

 Thanks, I did have an older version as it turns out. The newest does

  

have a DPI info result,
  


Pardon my curiosity, but what actually do you need DPI for?
I know that some image formats provide this kind of info, but it just makes no 
sense.
DPI mesures the definition (what is also eroneously called the resolution).
An image is just a set of pixels, it has no size nor inches, and even less 
dots per inches
The inches are only given by the media used to display or print the image,
thus a monitor has DPIs, a printer has DPIs, but an image has none.

All what you can have in an image is a number of dots, horizontally and 
vertically.
Thes are called the width and the height although again they are not lengths: 
just a number of dots.

  


-- 
Greg Johnson
Owner  Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213156
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Greg Johnson
I hope when I get to the part of having Cold Fusion create a ziped exe 
of the images that the end user will download will be easier :) rofl

Greg Johnson wrote:

I know this has been covered to some degree on a few threads.  The 
problem is all the answers seemed to be try this comertial product 
instead.  Only one place did I even see atleast an offer from someone 
to, I am guessing, email the tag to a person looking for it.  However I 
did not want to assume the invitation was extended to everyone on the 
list so instead I decided just to post asking if someone can email me 
the CF_ImageInfo MX tag since there appears to be nowhere it is hosted 
now.  I need this because I need a FREE tag that will give me back 
atleast the DPI of a image.

Thanks

  


-- 
Greg Johnson
Owner  Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213157
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Entering a number becomes truncated

2005-07-28 Thread daniel kessler
thanks guys for all the advice.  I made several changes and it seems to work 
fine.

You will need to use the scale attribute of the cfqueryparam tag to
keep the decimal place if you are going to be using cf_sql_numeric:

cfqueryparam value=#Form.gs_price# cfsqltype=cf_sql_numeric scale=2 /

Regards,
Dave.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213158
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: MySQL JDBC Driver (MySQL connector)

2005-07-28 Thread Bryan Stevenson
Turns out I had connector J already.I think what MM calls MySQL 
Connector is also the Connector Jat least the dload results in the same 
damn JAR file.

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
- Original Message - 
From: Irvin Gomez [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, July 28, 2005 9:29 AM
Subject: Re: MySQL JDBC Driver (MySQL connector)


 Got a link to info on ConnectorJ Ken?? ;-)


 See the link I provided. It works perfectly well.



and yes...yer rightthe MySQL Connector is what I'm using now (it's not
CF specificit's a JAR you can add to CF)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
- Original Message - 
From: Ken Ferguson [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, July 28, 2005 5:12 AM
Subject: Re: MySQL JDBC Driver (MySQL connector)




 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213159
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF_ImageInfo MX

2005-07-28 Thread Bryan Stevenson
here ya go Greg:

  !---(Function: 
ImageSize)--
  Date Created:   November 28, 2003
  Author: Bryan
  Arguments:  FileLoc - full path of image to get details for (string) 
required
  Purpose:returns file width/height
  Returns:ImageInfo structure with ImgWidth/ImgHeight keys
  ---
  cffunction name=ImageSize returnType=struct access=public

cfargument name=FileLoc type=string required=Yes

cfset jFileIn = 
createObject(java,java.io.File).init(ARGUMENTS.FileLoc)

cfset ImageInfo = StructNew()
cfset ImageObject = 
createObject(java,javax.imageio.ImageIO).read(jFileIn)

cfset ImageInfo.ImgWidth = ImageObject.getWidth()
cfset ImageInfo.ImgHeight = ImageObject.getHeight()

cfreturn ImageInfo

  /cffunction

!---(Function: 
ThumbIt)--
  Date Created:   December 1, 2003
  Author: Bryan
  Arguments:  FileLoc - full path of image to be thumbnailed (string) 
required
  ThumbPrefix - string to append to the filename to name the 
thumbnail (string) not required
  ScaleBy - which dimension to scale by W or H (string) 
required
  ScaleValue - the measurement of the dimension specified in 
ScaleBy to use to calculate proper scale (string) required
  Purpose:shrink an image
  Returns:N/A
  ---
  cffunction name=ThumbIt access=public

cfargument name=FileLoc type=string required=Yes
cfargument name=ThumbPrefix type=stringrequired=No default=
cfargument name=ScaleBy type=string required=Yes
cfargument name=ScaleValue type=stringrequired=Yes

cfset jFileIn = 
createObject(java,java.io.File).init(ARGUMENTS.FileLoc)

!--- build new file loc and name ---
   cfset DirPath = GetDirectoryFromPath(ARGUMENTS.FileLoc)
   cfset FileName = GetFileFromPath(ARGUMENTS.FileLoc)
cfset ThumbFileLoc = DirPath  ARGUMENTS.ThumbPrefix  FileName

cfset jFileOut = 
createObject(java,java.io.File).init(ThumbFileLoc)

!--- set dimiensions ---
cfset inBufferedImg = 
createObject(java,javax.imageio.ImageIO).read(jFileIn)
cfset ImgWidth = inBufferedImg.getWidth()
cfset ImgHeight = inBufferedImg.getHeight()
  !--- calculate scale ---
cfif UCase(ARGUMENTS.ScaleBy) eq W
cfset Scale = ARGUMENTS.ScaleValue / ImgWidth
cfelseif UCase(ARGUMENTS.ScaleBy) eq H
  cfset Scale = ARGUMENTS.ScaleValue / ImgHeight
/cfif
  !--- define thumbnail dimensions ---
  cfset ScaledWidth = (Scale * ImgWidth)
cfset ScaledHeight = (Scale * ImgHeight)
  !--- create image output ---
  cfset outBufferedImg = 
createObject(java,java.awt.image.BufferedImage).init(JavaCast(int, 
ScaledWidth), JavaCast(int, ScaledHeight), JavaCast(int, 1))
  !--- create the AffineTransform ---
  cfset jTransform = 
createObject(java,java.awt.geom.AffineTransform).init()
  cfset temp = jTransform.Scale(Scale, Scale)
  !--- initialize a Graphics2D object ---
  cfset jGraphics2D = outBufferedImg.createGraphics()
  !--- draw the thumbnail ---
  cfset temp = jGraphics2D.drawRenderedImage(inBufferedImg, jTransform)
  cfset temp = jGraphics2D.dispose()
  !--- write the thumbnail image to disk ---
  cfset fileWritten = 
createObject(java,javax.imageio.ImageIO).write(outBufferedImg, jpg, 
jFileOut)

  /cffunction

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213160
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Entering a number becomes truncated

2005-07-28 Thread daniel kessler
thanks gang.  I changed several things and it seems to be working fine.

You will need to use the scale attribute of the cfqueryparam tag to
keep the decimal place if you are going to be using cf_sql_numeric:

cfqueryparam value=#Form.gs_price# cfsqltype=cf_sql_numeric scale=2 /

Regards,
Dave.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213161
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


ODBC Connection

2005-07-28 Thread Dave Francis
I can create an ODBC connection to a specific db on another machine using
Windows ODBC Data Source Administrator, but when I try through CF(5.0)
Admin, it fails to verify. Am I missing something obvious? Can I somehow use
the Windows connection?

Thanks in advance for any and all ideas,
Dave


In theory, there's no difference between theory and practise, but in
practise, there is.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213162
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   >