Re: Coldfusion Install Hangs on Installing Web Connectors

2008-08-22 Thread Jochem van Dieten
Bob Wright wrote:
 I am trying to install CF8 x64 on a Windows Server 2008 x64 box. 
 Unfortunately, The installer hangs when trying to install the web connectors.

First install CF with the builtin webserver and verify that everything 
works correctly, then install the connectors from the command line with 
the verbose option to see some debug output.

Jochem

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311398
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Repost: cfgrid and cfform enctype=multipart/form-data

2008-08-22 Thread gary gilbert
Hi David,

Are you planning on submitting binary data from your grid?  If not there
isn't any reason to use the multipart.

I also received the error when submitting the page.  I do believe this is a
bug and should be reported.


Gary Gilbert
http://www.garyrgilbert.com/blog


On Thu, Aug 21, 2008 at 6:41 PM, David Byers [EMAIL PROTECTED] wrote:

 (Sorry for the repost... didn't get any responses yesterday and I'm
 really stuck here.)

 Greetings!

 I'm having a problem with cfgrid and I need some assistance.  Whenever I
 try to submit an HTML format grid with the enctype=multipart/form-data
 attribute applied to the cfform tag, I receive The submitted cfgrid
 form field is corrupt (name: __CFGRID__MYTEST__MYGRID value:
 ,__CFGRID__COLUMN__=DESCRIPTION; __CFGRID__DATA__=my Test 1) as an
 error.

 Traditionally, I would look for semicolons in the grid data.  This time,
 it appears as though the myGrid field is being passed twice to the
 action page.  If I remove the enctype attribute, the form works and
 submits the grid data just fine.

 Has anyone else experienced this and/or have a workaround?

 !--- BEGIN CODE SAMPLE - FILE t1.cfm ---
 cfscript
   variables.myQuery = queryNew(ID,Description,integer,varchar);

   queryAddRow(variables.myQuery,1);
   querySetCell(variables.myQuery,ID,1);
   querySetCell(variables.myQuery,Description,my Test 1);

   queryAddRow(variables.myQuery,1);
   querySetCell(variables.myQuery,ID,2);
   querySetCell(variables.myQuery,Description,my Test 2);
 /cfscript

 cfform name=myTest format=html action=t2.cfm method=post
 enctype=multipart/form-data
 cfgrid
   name=myGrid
   format=html
   selectmode=row
   pagesize=20
   autowidth=true
   preservepageonsort=true
   selectonload=false
   striperows=yes
   query=variables.myQuery
   width=360

   cfgridcolumn name=Description
 /cfgrid

 cfinput type=submit name=btn_submit value=Go
 /cfform
 !--- END CODE SAMPLE ---

 !--- BEGIN CODE SAMPLE - FILE t2.cfm ---
 cfdump var=#form#
 !--- END CODE SAMPLE ---

 TIA... I sincerely appreciate any input you have.

 David Byers
 Applications Developer - Internet

 Shift4 Corporation
 1491 Center Crossing Road
 Las Vegas, NV  89144-7047

 702.597.2480
 fax 702.597.2499
 www.shift4.com
 [EMAIL PROTECTED]


 Shift4 Corporation Copyright and Confidentiality Statement

 The information contained in this electronic mail message may be
 proprietary to, confidential to, privileged information of, and/or the
 copyright of the Shift4 Corporation. It may be controlled in part or in full
 by contracted relationship and/or non-disclosure documentation. It is
 intended solely for the addressee(s). ACCESS BY ANY OTHER PARTY IS
 UNAUTHORIZED AND STRICTLY FORBIDDEN. The sender does not waive any related
 rights and obligations. If this message (or any attachments contained
 therein) has been sent to your organization in error, or have been otherwise
 intercepted, please do not review, distribute, or copy contents. Please
 reply to the sender that A MESSAGE WAS RECEIVED IN ERROR and then please
 delete the message including all related attachments from all (where
 applicable) email transfer agents, message stores, email gateways, email
 scanning systems, and/or logging systems.


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311399
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Web Services CERT

2008-08-22 Thread Randy Adkins
We are creating a web service (CFC / WSDL) on a box and when I attempt to
access it via browser, I am prompted to login (network).
We have to lock down alot of items and was wondering if we installed a CERT
on the box, would we be able to access the Web Service w/o the login?

The CFC functions just fine, I have tested it to ensure they are no errors
present. The error when registering via CF Admin is:
Error creating web service. Please check the web service name and/or url.

That is basically what the error reads. Thus lead me to run the CFC locally
and found the login issue. I can not pass the username/password via CFInvoke
tag as other people externally would be accessing the Web Service.

Anyone have any thughts/comments on this?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311400
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


e/pop conferencing CF authentication

2008-08-22 Thread Paul Ihrig
Hey Guys
Is any one here using e/pop conferencing?
i am trying to figure out a way to force users who register on our
site to pass un/pw to the epop server.
but i cant find much documentation on it.

so was just going to see if any one here is using it, and how.

right now our users just get a link to meeting and epop pulls there PC name.
so it sucks to try to figure out based one who registered, and who
actually attended...

like who the hell is sparkiesP00ter
is it our CFO?


any way...
ideas appreciated.
links to docs..

Thanks!
-paul

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311401
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Query Too Complex for Access?

2008-08-22 Thread David Moore
Have you tried:

  AND Works.ThisInventory not in
(#listQualify(valueList(getActiveWorks.ThisReference),')#)


Dave

I went in and applied the solution to all my other queries where I was having a 
problem and it works great. You were right. None better. Thanks!

Already I am learning a lot from this forum. And I am using cfqueryparam now 
too..

~ David G. Moore, Jr.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311402
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Text to image for Non CSS font resolution

2008-08-22 Thread David Moore
I have a client who must use Scala Sans for their Titles and still wants 
everything dynamic. As I explained over and over again that Scala Sans is not 
universally available on every computer and that every time they want to have a 
header it would have to be an image, I am trying to find a dynamic solution.

One thought is that I insert a stylesheet.cfm to apply some dynamic css into 
all my websites. Is there any CF solution to apply some kind of text to image 
conversion for anything that has an h3 heading or if I searched on an id or 
anything? I know nothing of cfimage yet and was wonderig if there was 
something in it that would create a text image solution or anything else...

Ideas, thoughts, solutions others have used. Clients you have shot trying to 
explain this to.

~David G. Moore, Jr. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311403
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Flummoxed bya simple query

2008-08-22 Thread Richard Dillman
Have you checked that the field name does NOT have a trailing Space?  FoxPro
and access allow spaces in field names.

[BasicInfo].[mcaidrecda ]
isnt the same as
[BasicInfo].[mcaidrecda]
On Thu, Aug 21, 2008 at 5:39 PM, Andy Matthews [EMAIL PROTECTED]wrote:

 That's not a bad idea. Have you tried aliasing the column to something else
 then referencing the aliased column?


 -Original Message-
 From: Dan Crouch [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 21, 2008 4:19 PM
 To: CF-Talk
 Subject: Re: Flummoxed bya simple query

 I had a problem once where an CFLDAP query returned an invalid column name.
 It was a similar issue where I could see it there, but I could not access
 it
 because it had an invalid column name. I found however that I could rename
 it using a method that I found on Ben Nadel's site. While your column name
 may not be invalid, perhaps you could try renaming it to something else to
 see if you can access it. Worth a try maybe.

 http://www.bennadel.com/index.cfm?dax=blog:357.view

 Dan



 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311404
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


cfform and setting default values

2008-08-22 Thread Phill B
I have a cfform with a cfselect. I want the cfselect to populate
itself onLoad with the value of the cfc method that its bound to. Any
suggestion on how do I go about this?

Thanks

-- 
Phil

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311405
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion Install Hangs on Installing Web Connectors

2008-08-22 Thread Bob Wright
 First install CF with the builtin webserver and verify that everything 
 
 works correctly, then install the connectors from the command line 
 with 
 the verbose option to see some debug output.
 

Thank you for the reply, Jochem.

I can't find anywhere how to install the web connectors from the command line.  
Might you be able to  point me in the right direction?

The stand-alone install appears to work correctly.

Thank you very much for your help! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311406
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Connect/Create com opbject to MS Word Viewer

2008-08-22 Thread Chuck Weidler
I want to open a MS Word Document (.doc) file and get the contents of the file. 
 The issue that I'm having is that on our server we have MS Word Viewer 2003 
installed and I cannot figure out how to create or connect to this com object.  
The code I have works perfectly on the workstation, but I have the regular MS 
Office 2003 installed.  So locally the creation and connection to winword.exe 
is great, but on the server I get the following error. The code that creates 
the object or connects to the existing object is below the error.  Thanks in 
advance for any help on this issue.

ERROR -

Details:  The cause of this exception was that: java.lang.Exception: Invalid 
COM object. 
Message:  An exception occurred when instantiating a COM object.

CODE -

cflock name=ObjectConnectionCreation type=exclusive timeout=120
cftry
cfobject type=com
action=connect
class=Word.application
name=MyWordobj
context=local 
cfcatch
cfobject type=com
action=Create
class=Word.application
name=MyWordobj
context=local 
/cfcatch
/cftry

cfset mywordobj.visible = False
/cflock


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311407
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Centering text written on an image

2008-08-22 Thread Kevin Roche
Hi,

I want to add some text to an image but have it centered rather than left 
justified. Does anyone know how to do that?

Kevin Roche


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311408
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Install Hangs on Installing Web Connectors

2008-08-22 Thread Jochem van Dieten
Bob Wright wrote:
 First install CF with the builtin webserver and verify that everything 
 works correctly, then install the connectors from the command line with 
 the verbose option to see some debug output.
 
 Thank you for the reply, Jochem.
 
 I can't find anywhere how to install the web connectors from the command 
 line.  Might you be able to  point me in the right direction?

The webserver connector tool is installed in the Adobe group under the 
normal programs menu. If that doesn't work, go to /bin under your 
install firectory and run wsconfig /?.

Jochem


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311409
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Centering text written on an image

2008-08-22 Thread David Moore, Jr.
Are you doing this dynamically using cfimage or Photoshop or just how?
 
~David Subject: Centering text written on an image From: [EMAIL PROTECTED] 
To: cf-talk@houseoffusion.com Date: Fri, 22 Aug 2008 11:09:37 -0400  Hi,  
I want to add some text to an image but have it centered rather than left 
justified. Does anyone know how to do that?  Kevin Roche   

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311410
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Connect/Create com opbject to MS Word Viewer

2008-08-22 Thread Sonny Savage
My guess is that the Viewer would have a different com object name.  I'd
recommend installing the viewer on your workstation and invoking it there.
Otherwise, you'll need to install the full version of Word on the server.
You can't expect consistent results otherwise.

On Fri, Aug 22, 2008 at 10:58 AM, Chuck Weidler [EMAIL PROTECTED]wrote:

 I want to open a MS Word Document (.doc) file and get the contents of the
 file.  The issue that I'm having is that on our server we have MS Word
 Viewer 2003 installed and I cannot figure out how to create or connect to
 this com object.  The code I have works perfectly on the workstation, but I
 have the regular MS Office 2003 installed.  So locally the creation and
 connection to winword.exe is great, but on the server I get the following
 error. The code that creates the object or connects to the existing object
 is below the error.  Thanks in advance for any help on this issue.

 ERROR -

 Details:  The cause of this exception was that: java.lang.Exception:
 Invalid COM object.
 Message:  An exception occurred when instantiating a COM object.

 CODE -

 cflock name=ObjectConnectionCreation type=exclusive timeout=120
cftry
cfobject type=com
action=connect
class=Word.application
name=MyWordobj
context=local
cfcatch
cfobject type=com
action=Create
class=Word.application
name=MyWordobj
context=local
/cfcatch
/cftry

cfset mywordobj.visible = False
 /cflock


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311411
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Connect/Create com opbject to MS Word Viewer

2008-08-22 Thread Scott Stewart
I'm taking a guess here,

because the MS Word Viewer 2003 exe is wordview.exe and not word.exe, 
wouldn't that change the class in the object call  to wordview.application?

just a shot in the dark..

Chuck Weidler wrote:
 I want to open a MS Word Document (.doc) file and get the contents of the 
 file.  The issue that I'm having is that on our server we have MS Word Viewer 
 2003 installed and I cannot figure out how to create or connect to this com 
 object.  The code I have works perfectly on the workstation, but I have the 
 regular MS Office 2003 installed.  So locally the creation and connection to 
 winword.exe is great, but on the server I get the following error. The code 
 that creates the object or connects to the existing object is below the 
 error.  Thanks in advance for any help on this issue.

 ERROR -

 Details:  The cause of this exception was that: java.lang.Exception: Invalid 
 COM object. 
 Message:  An exception occurred when instantiating a COM object.

 CODE -

 cflock name=ObjectConnectionCreation type=exclusive timeout=120
   cftry
   cfobject type=com
   action=connect
   class=Word.application
   name=MyWordobj
   context=local 
   cfcatch
   cfobject type=com
   action=Create
   class=Word.application
   name=MyWordobj
   context=local 
   /cfcatch
   /cftry
   
   cfset mywordobj.visible = False
 /cflock


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311412
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Centering text written on an image

2008-08-22 Thread Kevin Roche
I am using ColdFusion to write some text on an image and I don't know in 
advance what the string is going to be so I can't guess where to start writing 
it.

Is there a way to say write this text around a particular point? 

I can check from the image how wide it is and work out where the centre is but 
I can't see how to either tell the ImageDrawText() function to center it or 
work out how wide the text will be once its written.

Kevin Roche


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311413
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


delete rows w/o creating new file

2008-08-22 Thread MJ R
Hello Everyone,

I m wondering if there is any way to delete first few rows in csv file without 
parsing the entire file and then creating a new file.

My csv file is huge. To remove the first few rows(which contains header) only, 
I do:

cfloop get each row from source file
store/append it in destination file
/cfloop

Any help will be greatly appreciated. 

Thank you so much. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311414
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


delete rows w/o creating new file

2008-08-22 Thread MJ R
Hello Everyone,

I m wondering if there is any way to delete first few rows in csv file without 
parsing the entire file and then creating a new file.

My csv file is huge. To remove the first few rows(which contains header) only, 
I do:

cfloop get each row from source file
store/append it in destination file
/cfloop

Any help will be greatly appreciated. 

Thank you so much. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311415
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: delete rows w/o creating new file

2008-08-22 Thread Greg Morphis
Are you taking and uploading the .csv file? If so, you could leave the
header info and just ignore the first few lines (if it's static).

On Fri, Aug 22, 2008 at 11:01 AM, MJ R [EMAIL PROTECTED] wrote:
 Hello Everyone,

 I m wondering if there is any way to delete first few rows in csv file 
 without parsing the entire file and then creating a new file.

 My csv file is huge. To remove the first few rows(which contains header) 
 only, I do:

 cfloop get each row from source file
 store/append it in destination file
 /cfloop

 Any help will be greatly appreciated.

 Thank you so much.

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311416
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Connect/Create com opbject to MS Word Viewer

2008-08-22 Thread Weidler, Wilfred C.
 
I have already tried that, but thanks for the suggestion.

Chuck

-Original Message-
From: Scott Stewart [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 22, 2008 11:24 AM
To: CF-Talk
Subject: Re: Connect/Create com opbject to MS Word Viewer

I'm taking a guess here,

because the MS Word Viewer 2003 exe is wordview.exe and not word.exe,
wouldn't that change the class in the object call  to
wordview.application?

just a shot in the dark..


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311417
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: delete rows w/o creating new file

2008-08-22 Thread denstar
cfloop get each row from source file
  cfif currentrow neq 1
store/append it in destination file
  /cfif
/cfloop

?

The obligatory you can probably use a database-specific tool or
feature to do this a *whole lot faster* is required.

-- 
I was a veteran, before I was a teenager.
Michael Jackson

On Fri, Aug 22, 2008 at 10:00 AM, MJ R wrote:
 Hello Everyone,

 I m wondering if there is any way to delete first few rows in csv file 
 without parsing the entire file and then creating a new file.

 My csv file is huge. To remove the first few rows(which contains header) 
 only, I do:

 cfloop get each row from source file
 store/append it in destination file
 /cfloop

 Any help will be greatly appreciated.

 Thank you so much.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311418
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Centering text written on an image

2008-08-22 Thread Alan Rother
Hey Kevin,

I ran into a similar problem. The main issue you are going to face is not
knowing how long the final rendered string will be once it's turned into a
graphic.

So far I've found no solution using the native CF8 image tools. If you
really HAVE to accomplish this then the only (easy) way I found to do is to
use ImageFlare from Efflare

http://efflare.com/


It has a much more robust engine when it comes to complex tasks like
generating graphics containing random types of text.

If you're going to go down this road ping me off list and I'll shoot you
some code samples.

[EMAIL PROTECTED]

=]

-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311419
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Centering text written on an image

2008-08-22 Thread Dave Watts
 I am using ColdFusion to write some text on an image and I 
 don't know in advance what the string is going to be so I 
 can't guess where to start writing it.
 
 Is there a way to say write this text around a particular point? 
 
 I can check from the image how wide it is and work out where 
 the centre is but I can't see how to either tell the 
 ImageDrawText() function to center it or work out how wide 
 the text will be once its written.

I think you have to figure out the offset, and start from there. So, you'll
need to determine the approximate width in pixels of your text string, and
subtract half of that from the distance from the edge of your image to the
center.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311420
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Web Services CERT

2008-08-22 Thread Dave Watts
 We are creating a web service (CFC / WSDL) on a box and when 
 I attempt to access it via browser, I am prompted to login (network).
 We have to lock down alot of items and was wondering if we 
 installed a CERT on the box, would we be able to access the 
 Web Service w/o the login?
 
 The CFC functions just fine, I have tested it to ensure they 
 are no errors present. The error when registering via CF Admin is:
 Error creating web service. Please check the web service 
 name and/or url.
 
 That is basically what the error reads. Thus lead me to run 
 the CFC locally and found the login issue. I can not pass the 
 username/password via CFInvoke tag as other people externally 
 would be accessing the Web Service.

How you can access the web service is entirely controlled by the
configuration of the server hosting the web service. But, I don't understand
the part about why you can't pass the username and password. Will the
external people connect outside of your app? If so, they'll need usernames
and passwords, or you'll have to have the authentication turned off.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311421
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cftimer does not work

2008-08-22 Thread Developer MediaDoc
Hi all,

CF 8.01 Standard
Windows 2003

I cannot get cftimer to display anything -- dont think it is even running.

I HAVE checked the following boxes in CFADMIN
Debug Output Settings
-  Enable Robust Exception Information (CHECKED)
-  Enable AJAX Debug Log Window  (CHECKED)
-  Enable Request Debugging Output (CHECKED)

Custom Debugging Output
-  Timer Information (CHECKED)
 (all of these ones are checked except flash compile errors and messages.

This is the code I've put on the page

cftimer label=TRYONE type=inline
 REST OF MY CFCODE
/cftimer

-- nothing ever appears (I dont need a special URL.string i.e. ?debug=true) 
right?

I get no errors, page displays just fine (minus the lack of cftimer info).

Many thanks for any help!

Matts 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311422
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Web Services CERT

2008-08-22 Thread Randy Adkins
Well the web service is on an Intranet but will be accesible by other
servers within the agency.
According to the docs (other developer is no longer here), the cfinvoke
command was not utilizing the username/pass auth method.

The server has Anonymous Access turned off since it is internal.

I can call it directly but when setting it up in CFADMIN, it throws the
error mentioned previously.

So I am at a loss right now. (Still learning all the security meassures and
locked down items).



On 8/22/08, Dave Watts [EMAIL PROTECTED] wrote:

  We are creating a web service (CFC / WSDL) on a box and when
  I attempt to access it via browser, I am prompted to login (network).
  We have to lock down alot of items and was wondering if we
  installed a CERT on the box, would we be able to access the
  Web Service w/o the login?
 
  The CFC functions just fine, I have tested it to ensure they
  are no errors present. The error when registering via CF Admin is:
  Error creating web service. Please check the web service
  name and/or url.
 
  That is basically what the error reads. Thus lead me to run
  the CFC locally and found the login issue. I can not pass the
  username/password via CFInvoke tag as other people externally
  would be accessing the Web Service.

 How you can access the web service is entirely controlled by the
 configuration of the server hosting the web service. But, I don't
 understand
 the part about why you can't pass the username and password. Will the
 external people connect outside of your app? If so, they'll need usernames
 and passwords, or you'll have to have the authentication turned off.

 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!

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311423
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Web Services CERT

2008-08-22 Thread Dave Watts
 Well the web service is on an Intranet but will be accesible 
 by other servers within the agency.
 According to the docs (other developer is no longer here), 
 the cfinvoke command was not utilizing the username/pass auth method.
 
 The server has Anonymous Access turned off since it is internal.
 
 I can call it directly but when setting it up in CFADMIN, it 
 throws the error mentioned previously.

If your web service uses web server authentication in IIS, you'll need to
provide a username and password in CFINVOKE or when you register the service
in the CF Admin.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311424
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Sending Mail with CF

2008-08-22 Thread Randy Adkins
Situation (environment):
Windows 2003 Server
CFMX 7.1

We have a box on the intranet (Anonymous Access turned off) and using CFMAIL
to send email to department heads when a user creates a request within the
CF Application.
Problems is the error in the CF mail.log is:  Client was not authenicated

We have the mail server setup in the CF Admin and it validates when we
choose to verify connection.

We are not passing a username/password in the CFMAIL tag as the FROM line is
purely dynamic based on is doing the request.

Example:
I am logged in (racf2008) to the domain (intranet). Using Windows
Authenication to get some information. Then I generate a new request that is
sent to out Marketing shop
-- Sender: [EMAIL PROTECTED]   to: [EMAIL PROTECTED]

Problems is the mail goes to the spool directory, fails when sending, moves
message to Undeliv.
CF Log reads: Client was not authenicated

Any ideas on how to get this to work w/o using Anonymous Access turned on?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311425
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Centering text written on an image

2008-08-22 Thread David Moore, Jr.
Kevin Wrote
 
 I am using ColdFusion to write some text on an image and I don't know in 
 advance what the string is going to be so I can't guess where to start 
 writing it.  Is there a way to say write this text around a particular 
 point?   I can check from the image how wide it is and work out where the 
 centre is but I can't see how to either tell the ImageDrawText() function to 
 center it or work out how wide the text will be once its written. 
The only way I know is to set the start point of the text. To do this you would 
take the TotalImageWidth - TextWidth/2 to find where the start point should be. 
That would be one way. 
 
~David
 
_
Talk to your Yahoo! Friends via Windows Live Messenger.  Find out how.
http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311426
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Web Services CERT

2008-08-22 Thread Randy Adkins
If I provide it within the CFAdmin when registering, the account has to
reside on the domain I know.
Have to find out if we have a default account for this specific use.


On 8/22/08, Dave Watts [EMAIL PROTECTED] wrote:

  Well the web service is on an Intranet but will be accesible
  by other servers within the agency.
  According to the docs (other developer is no longer here),
  the cfinvoke command was not utilizing the username/pass auth method.
 
  The server has Anonymous Access turned off since it is internal.
 
  I can call it directly but when setting it up in CFADMIN, it
  throws the error mentioned previously.

 If your web service uses web server authentication in IIS, you'll need to
 provide a username and password in CFINVOKE or when you register the
 service
 in the CF Admin.

 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!

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311427
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Text to image for Non CSS font resolution

2008-08-22 Thread David Moore
Is there any CF solution to apply some kind of text to image conversion

 ~David G. Moore, Jr. 

And then a thread comes along that gives me an answer without answering my 
question at all:

cfset ImageDrawText(myImage,Congratulations!,10,50,attr)

One day I will learn ColdFusion?

~David




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311428
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Sending Mail with CF

2008-08-22 Thread Dave Watts
 We have a box on the intranet (Anonymous Access turned off) 
 and using CFMAIL to send email to department heads when a 
 user creates a request within the CF Application.
 Problems is the error in the CF mail.log is:  Client was not 
 authenicated
 
 We have the mail server setup in the CF Admin and it 
 validates when we choose to verify connection.
 
 We are not passing a username/password in the CFMAIL tag as 
 the FROM line is purely dynamic based on is doing the request.
 
 Example:
 I am logged in (racf2008) to the domain (intranet). Using 
 Windows Authenication to get some information. Then I 
 generate a new request that is sent to out Marketing shop
 -- Sender: [EMAIL PROTECTED]   to: [EMAIL PROTECTED]
 
 Problems is the mail goes to the spool directory, fails when 
 sending, moves message to Undeliv.
 CF Log reads: Client was not authenicated
 
 Any ideas on how to get this to work w/o using Anonymous 
 Access turned on?

That's not how SMTP Authentication works. You can't grab the credentials
from the user represented by the From address, because your application
doesn't have those credentials and can't impersonate that user. You'll need
a set of credentials that the CF server can use to send mail, and you'll
need to embed them in the CF Administrator or the CFMAIL tag.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311429
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Sending Mail with CF

2008-08-22 Thread Randy Adkins
Thats what I thought as well. Just needed clarrification. I am working with
the SA to get an account on the LAN for this type of use and the use of Web
Services.



On 8/22/08, Dave Watts [EMAIL PROTECTED] wrote:

  We have a box on the intranet (Anonymous Access turned off)
  and using CFMAIL to send email to department heads when a
  user creates a request within the CF Application.
  Problems is the error in the CF mail.log is:  Client was not
  authenicated
 
  We have the mail server setup in the CF Admin and it
  validates when we choose to verify connection.
 
  We are not passing a username/password in the CFMAIL tag as
  the FROM line is purely dynamic based on is doing the request.
 
  Example:
  I am logged in (racf2008) to the domain (intranet). Using
  Windows Authenication to get some information. Then I
  generate a new request that is sent to out Marketing shop
  -- Sender: [EMAIL PROTECTED]   to: [EMAIL PROTECTED]
 
  Problems is the mail goes to the spool directory, fails when
  sending, moves message to Undeliv.
  CF Log reads: Client was not authenicated
 
  Any ideas on how to get this to work w/o using Anonymous
  Access turned on?

 That's not how SMTP Authentication works. You can't grab the credentials
 from the user represented by the From address, because your application
 doesn't have those credentials and can't impersonate that user. You'll need
 a set of credentials that the CF server can use to send mail, and you'll
 need to embed them in the CF Administrator or the CFMAIL tag.

 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!

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311430
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Centering text written on an image

2008-08-22 Thread Chris Blackwell
 Hi,
 
 I want to add some text to an image but have it centered rather than 
 left justified. Does anyone know how to do that?
 
 Kevin Roche

http://imageutils.riaforge.org/ - getCenteredTextPosition()



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311431
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Repost: cfgrid and cfform enctype=multipart/form-data

2008-08-22 Thread Dave Byers
Yes... for the purposes of the test files I created, I'm not doing any binary 
file posting.  However, in the actual application, the intention is for the 
user to select and item from the grid and post a binary file.

The test files are the most basic, reproduceable example of the problem I was 
receiving.

Hi David,

Are you planning on submitting binary data from your grid?  If not there
isn't any reason to use the multipart.

I also received the error when submitting the page.  I do believe this is a
bug and should be reported.


Gary Gilbert
http://www.garyrgilbert.com/blog


On Thu, Aug 21, 2008 at 6:41 PM, David Byers [EMAIL PROTECTED] wrote:

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311432
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Integration with Kuali Enterprise Workflow?

2008-08-22 Thread Dan LeGate
Has anyone done any integration with Kuali Enterprise Workflow?

http://kew.kuali.org/

Looks like a pretty cool open-source workflow platform.  Just curious if 
anyone has worked with it, or integrated any CF apps with it.

Thanks,

Dan

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311433
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cflayout weird problem

2008-08-22 Thread BJ McShane
I'm using the cflayout for tabs on my form.  When the form submits, I check a 
couple of the fields for error checking and if the fields are wrong or not 
filled in I send the user back using the history.back() function.  The forms 
returns but all the input the user put in is gone.  If I take off the cflayout 
and just have a regular form the input data stays if there is an error.  Does 
any one know of a work around or something I can do.

thanks,

bj 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311434
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF/SVN SOT question

2008-08-22 Thread Eric Roberts
Anyone know of any cf based packages that can handle merging from branch to
branch to trunk as well as updating directories on other servers?  I am
looking for something that can centralize the promotion process from a
single server so I don't have to remote into each box to do this?


Any advice would be awesome and appreciated.  Thanks!

Eric


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311435
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cflayout weird problem

2008-08-22 Thread Dave Phillips
To my knowledge, this is a browser issue, not a cflayout issue, as you will
get different results in different browsers.

You can avoid this completely by using javascript to validate your fields.

Dave

-Original Message-
From: BJ McShane [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 22, 2008 3:24 PM
To: CF-Talk
Subject: cflayout weird problem

I'm using the cflayout for tabs on my form.  When the form submits, I check
a couple of the fields for error checking and if the fields are wrong or not
filled in I send the user back using the history.back() function.  The forms
returns but all the input the user put in is gone.  If I take off the
cflayout and just have a regular form the input data stays if there is an
error.  Does any one know of a work around or something I can do.

thanks,

bj 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311436
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Does anyone here use @wiki ?

2008-08-22 Thread s. isaac dealey
Does anyone here use @wiki ( http://atwiki.com ) ? 

Any thoughts about the service? Good? Bad? Indifferent? 

Would this be a good way to create a wiki for an open-source project? 

I've been thinking about creating a wiki for the onTap framework and
DataFaucet. I'm not thrilled about the idea of installing the PHP wiki
that's part of Trac... and personally the idea of a hosted service like
this works for me, since I'm already using google groups for the forum /
mailing lists... 

My big question would be would this be something the CF community would
embrace for an OS project or is the separately hosted wiki likely to put
people off? This would just give me the ability to get a wiki up quickly
without taking my attention away from other projects like creating a
scaffolding wizard or giving user-group presentations. But if it puts
people off then of course it won't be very helpful. :) 

Thanks,
ike


-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 781.769.0723

http://onTap.riaforge.org/blog



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311437
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cflayout weird problem

2008-08-22 Thread BJ McShane
Dave, thanks for the reply.  I did run it in firefox and the data doesn't get 
wiped out in that browser.  So you are right it looks like it is a browser 
issue.  I've never validated with just javascript, I'll have to look around for 
examples.

thanks

bj 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311438
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


A year as a ColdFusion developer... now what?

2008-08-22 Thread henry ho
Hi all,

I'm lost in my career path and I need your advice.  What should I do after a 
year of CF under my light belt?

http://henrylearnstorock.blogspot.com/2008/08/life-as-new-coldfusion-developer.html

Please give it a quick read and I'd really appreciate if you can leave me a 
comment on the blog to enlighten me.


Thank you very much, sorry for posting a non-technical question. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311439
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: A year as a ColdFusion developer... now what?

2008-08-22 Thread Andy Matthews
Henry...

It might be a non-technical question, but it IS a career one, and I think
that's well worth the consideration of everyone on this list. 

-Original Message-
From: henry ho [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 22, 2008 4:11 PM
To: CF-Talk
Subject: A year as a ColdFusion developer... now what?

Hi all,

I'm lost in my career path and I need your advice.  What should I do after a
year of CF under my light belt?

http://henrylearnstorock.blogspot.com/2008/08/life-as-new-coldfusion-develop
er.html

Please give it a quick read and I'd really appreciate if you can leave me a
comment on the blog to enlighten me.


Thank you very much, sorry for posting a non-technical question. 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311440
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: cflayout weird problem

2008-08-22 Thread Dave Phillips
BJ,

Post your form code (or a snippet) and what fields you're trying to validate
and what you want validated and we can help.

Also, check out the CF docs for CFFORM as it has a lot of built-in
javascript validation that you can utilize through CF tags like CFINPUT and
so on.

Dave

-Original Message-
From: BJ McShane [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 22, 2008 3:59 PM
To: CF-Talk
Subject: Re: cflayout weird problem

Dave, thanks for the reply.  I did run it in firefox and the data doesn't
get wiped out in that browser.  So you are right it looks like it is a
browser issue.  I've never validated with just javascript, I'll have to look
around for examples.

thanks

bj 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311441
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: A year as a ColdFusion developer... now what?

2008-08-22 Thread Phillip M. Vector
Umm.. Get more years of CF under your light belt? :) 1 year experience 
won't really help much when it comes to your career.

henry ho wrote:
 Hi all,
 
 I'm lost in my career path and I need your advice.  What should I do after a 
 year of CF under my light belt?
 
 http://henrylearnstorock.blogspot.com/2008/08/life-as-new-coldfusion-developer.html
 
 Please give it a quick read and I'd really appreciate if you can leave me a 
 comment on the blog to enlighten me.
 
 
 Thank you very much, sorry for posting a non-technical question. 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311442
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Using a signature pad on a web form...

2008-08-22 Thread Aaron C
I posted this in the newbie talk, but someone suggested that I may get
more help here.

Does anyone here have experience using a signature pad to capture a
signature on a web form (intranet in this case) from which the data
entered along with the signature are then entered into a PDF?  I've
got a signature pad from Topaz Systems and need to do exactly that.
The form already works fine without the signature.  It can be filled
out and upon submission the data from the various fields is entered
into an existing PDF via cfpdfform.  Now I need to add an actual
signature.

The Topaz site included some example code with some CF, but I'm lost
on how to tie that into the form.  Here's their example code:


!---
   cfmodule template=/somePage.cfm pageName=Sign Example
---


   cfscript
   /**
*
* @param str
* @return Returns a boolean.
*/

   function IsSomeMethod(str) {

   return true;
   }
   /cfscript

   cfif not IsSomeMethod(Some Value)

   p
   Press the Sign button to sign. Press the Clear
button to erase the
signature and re-sign. Press the Display Signature String button to
turn the tablet off and display the signature string that is to be
passed back to the server after signing is complete.
   /p
   cfelse
   cfoutput
   p
   Press the Sign button to sign. Press the Clear
button to erase the
signature and re-sign. Press the Display Signature String button to
turn off the tablet and display the signature string that is to be
passed back to the server after signing is complete.
   /p
   /p
   /cfoutput
   /cfif


   DIV STYLE=position:absolute; top:200px; left:225px;
   TABLE height=150 cellPadding=0 width=286 border=1
 TR
   TD
 OBJECT id=SigPlus1
 style=LEFT: 250px; WIDTH: 300px; TOP: 350px; HEIGHT:
150px height=150
 width=300
classid=clsid:69A40DA3-4D42-11D0-86B0-C025864A name=SigPlus1
 VIEWASTEXTPARAM NAME=_Version VALUE=131095
PARAM NAME=_ExtentX VALUE=4842
PARAM NAME=_ExtentY VALUE=1323
PARAM NAME=_StockProps VALUE=0
 /OBJECT
   /TD
 /TR
   /TABLE
   /DIV

   input id=DoneBtn name=DoneBtn type=button value=Sign
onclick=javascript:SigPlus1.TabletState(1);


   input id=ClearBtn name=ClearBtn type=button value=Clear
onclick=javascript:SigPlus1.ClearTablet();

   input id=SigBtn name=SigBtn type=button value=Display
Signature String onclick=javascript:
   SigPlus1.TabletState(0);
   SigPlus1.SigCompressionMode(1);
   alert(SigPlus1.SigString());

   !---
   /cfmodule
---


When I run that code it seems to work fine.  You can use the signature
pad and what you write appears on the screen.  I just can't figure out
to get the signature itself to submit with the rest of the form. I'm
totally lost at this point.

Also, if you look at the form you'll see there's a button that
displays the information that is sent to the server.   If I hit that
button it displays a hex string.  I wasn't sure if that info would be
useful to anyone attempting to help.

Aaron

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311443
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF/SVN SOT question

2008-08-22 Thread denstar
I've got some stuff that uses SVNkit, the java subversion deal.

Pretty slick, looks as if anything you'd want to do, you could do through CF.

Create / *Duplicate* / Checkout repositories, alter repositories-
branch, merge, commit, etc..

I'll I've got going is the browsing and committing to repositories
(basically a CMS that uses SVN as it's back-end), and exporting and
zip-exporting, but if you're good at doing deltas and whatnot, adding
merging and whatnot would be a snap...ish (still monumental, but it's
all relative).

Creating branches is easy enough, and you can export from the
repository... but the merging, well... so long as the process didn't
need a human to look at it (no conflict editor), it could be done
pretty easily (relatively *wink-wink*), I reckon.

Anyways, you'd probably need to be pretty Java savvy, to wank on the
merging/conflict handling, etc., but there are some good docs with
svnkit.

HIH!
:D

-- 
Just because it's in print doesn't mean it's the gospel.
Michael Jackson

On Fri, Aug 22, 2008 at 2:33 PM, Eric Roberts wrote:
 Anyone know of any cf based packages that can handle merging from branch to
 branch to trunk as well as updating directories on other servers?  I am
 looking for something that can centralize the promotion process from a
 single server so I don't have to remote into each box to do this?


 Any advice would be awesome and appreciated.  Thanks!

 Eric


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311444
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cflayout weird problem

2008-08-22 Thread BJ McShane
Dave,

  I am using cfform and some of the validation on tags with it.  The two places 
I don't is a custom tag I'm using cf_betterselect and the regular select.  the 
betterselect allows the user to type and narrow down the list.  the select tag 
I want the user to select a location and not have it default to one so I put in 
an empty option tag.  With this the validation will not work when I set the 
cfselect tag to required.

Here's my code:

cfform action=NewEmployeeEntry.cfm name=newEmpInsertForm 
method=POST
cflayout type=tab style=width:900;
cflayoutarea title=Employee Info 
style=background-color:##CC
table id=formTable
tr
td colspan=4 align=right  
input type=submit 
name=insertHRpartButton value=Update
/td
/tr 
trtd colspan=4hr width=80% 
align=center/td/tr
tr
thName:/th
td
cfinput type=text name=p_employeeName 
class=boxes size=50 maxlength=70 required=yes message=Please enter the 
new employee's name onChange=spacesCk(this);
/td
thEmployee No.:/th
td
cfinput type=text name=p_employeeNo 
class=boxes size=4 maxlength=4 required=yes message=Please enter the 
employee's number validate=integer onChange=spacesCk(this);
/td
/tr
tr
thTitle:/th
td colspan=3
cfinput type=text name=p_employeeTitle 
class=boxes size=80 maxlength=100 required=yes message=Please enter 
the new employee's title onChange=spacesCk(this);
/td
/tr
tr
thRCN:/th
td   
cfinvoke 
component=/hr/hr_CFCs/HR_employee method=HREmployeeRCNInfo 
returnvariable=rcnlist
select name=p_employeeRCN class=boxes
option value=/option
cfoutput query=rcnlist
option 
value=#emp_rcn##emp_rcn# - #mid(emp_rcn_name,9,35)#/option
/cfoutput
/select
/td
thTime Reporting Group:/th
td
cfinput type=text 
name=p_employeeRptRCN class=boxes size=6 maxlength=6 required=no 
message=Please enter the new employee's Time Reporting Group 
onChange=spacesCk(this);
/td
/tr
tr
thSupervisor:/th
td 
cf_betterselect name=p_supervisor 
formname=newEmpInsertForm class=boxes
option/option
cfoutput query=EmpInfoQuery
option 
value=#emp_no#,#emp_last_name#,#emp_nick_name##emp_last_name#, 
#emp_nick_name#/option
/cfoutput
/cf_betterselect  

/td
thStart Date:/th
td
cfinput type=text name=p_startDate 
class=boxes size=10 maxlength=10 required=yes validate=date 
message=Please enter the new employee's start date 
onChange=spacesCk(this);   
/td
/tr 
tr
thLocation:/th
td   
cfselect name=p_Location class=boxes 
required=yes message=select location
cfoutput query=EmpLocationsList
option 
value=#emp_locat##emp_locat#/option
/cfoutput
/cfselect
/td
/tr 
!---tr
thFunctional Area:/th

Re: Does anyone here use @wiki ?

2008-08-22 Thread denstar
Personally, I'd slap canvas on there, and that way you really control
the code, even if you don't need to, yet.

http://canvas.riaforge.org/

I'm still torn between making people learn wiki-eese, or using
FCKEditor tho...

But hosted deals seem to be not unpopular, so, whatever floats the boat, man!

On Fri, Aug 22, 2008 at 2:58 PM, s. isaac dealey wrote:
 Does anyone here use @wiki ( http://atwiki.com ) ?

 Any thoughts about the service? Good? Bad? Indifferent?

 Would this be a good way to create a wiki for an open-source project?

 I've been thinking about creating a wiki for the onTap framework and
 DataFaucet. I'm not thrilled about the idea of installing the PHP wiki
 that's part of Trac... and personally the idea of a hosted service like
 this works for me, since I'm already using google groups for the forum /
 mailing lists...

 My big question would be would this be something the CF community would
 embrace for an OS project or is the separately hosted wiki likely to put
 people off? This would just give me the ability to get a wiki up quickly
 without taking my attention away from other projects like creating a
 scaffolding wizard or giving user-group presentations. But if it puts
 people off then of course it won't be very helpful. :)

 Thanks,
 ike


 --
 s. isaac dealey  ^  new epoch
  isn't it time for a change?
 ph: 781.769.0723

 http://onTap.riaforge.org/blog

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311446
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cflayout weird problem

2008-08-22 Thread Dave Phillips
BJ,

Okay, not familiar with cf_betterselect, but the below should still work for
you:  

Change your cfform tag to this:

cfform action=NewEmployeeEntry.cfm name=newEmpInsertForm method=POST
onsubmit=return doSubmit();

IN your head area, add the following:

script
function doSubmit() {
  var oForm = document.newEmpInsertForm;
 if(oForm.p_supervisor.selectedIndex == 0) {
  alert('must select a supervisor');
  return false;
}
  if(oForm.p_location.selectedIndex == 0) {
  alert('must select a location');
  return false;
}
return true;
}
/script

Change your cfselect to:

select name=p_Location class=boxes required=yes message=select
location
  option/option
  cfoutput query=EmpLocationsList
option value=#emp_locat##emp_locat#/option
  /cfoutput
/select


Modify the alerts to say whatever you want to say when wrong information is
entered.

Dave
-Original Message-
From: BJ McShane [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 22, 2008 4:54 PM
To: CF-Talk
Subject: Re: cflayout weird problem

Dave,

  I am using cfform and some of the validation on tags with it.  The two
places I don't is a custom tag I'm using cf_betterselect and the regular
select.  the betterselect allows the user to type and narrow down the list.
the select tag I want the user to select a location and not have it default
to one so I put in an empty option tag.  With this the validation will not
work when I set the cfselect tag to required.

Here's my code:

cfform action=NewEmployeeEntry.cfm
name=newEmpInsertForm method=POST
cflayout type=tab style=width:900;
cflayoutarea title=Employee Info
style=background-color:##CC
table id=formTable
tr
td colspan=4 align=right  
input type=submit
name=insertHRpartButton value=Update
/td
/tr 
trtd colspan=4hr width=80%
align=center/td/tr
tr
thName:/th
td
cfinput type=text
name=p_employeeName class=boxes size=50 maxlength=70 required=yes
message=Please enter the new employee's name onChange=spacesCk(this);
/td
thEmployee No.:/th
td
cfinput type=text name=p_employeeNo
class=boxes size=4 maxlength=4 required=yes message=Please enter
the employee's number validate=integer onChange=spacesCk(this);
/td
/tr
tr
thTitle:/th
td colspan=3
cfinput type=text
name=p_employeeTitle class=boxes size=80 maxlength=100
required=yes message=Please enter the new employee's title
onChange=spacesCk(this);
/td
/tr
tr
thRCN:/th
td   
cfinvoke
component=/hr/hr_CFCs/HR_employee method=HREmployeeRCNInfo
returnvariable=rcnlist
select name=p_employeeRCN
class=boxes
option value=/option
cfoutput query=rcnlist
option
value=#emp_rcn##emp_rcn# - #mid(emp_rcn_name,9,35)#/option
/cfoutput
/select
/td
thTime Reporting Group:/th
td
cfinput type=text
name=p_employeeRptRCN class=boxes size=6 maxlength=6 required=no
message=Please enter the new employee's Time Reporting Group
onChange=spacesCk(this);
/td
/tr
tr
thSupervisor:/th
td 
cf_betterselect name=p_supervisor
formname=newEmpInsertForm class=boxes
option/option
cfoutput query=EmpInfoQuery
option
value=#emp_no#,#emp_last_name#,#emp_nick_name##emp_last_name#,
#emp_nick_name#/option
/cfoutput
/cf_betterselect

/td
thStart Date:/th

Re: cflayout weird problem

2008-08-22 Thread BJ McShane
Dave,  I'll try it and let you know.  Thanks for the help. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311448
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: A year as a ColdFusion developer... now what?

2008-08-22 Thread Doug Brown
Might not be the suggestion that you like, but I always find myself pretty
much a pointed person. Why would you quit your job? I like to think that
with the proper persuasion, you can get companies like the one you were
working for to come around to your way of thinking and get them to try and
experience new ways of doing things. The company I worked for was dead set
on using this ancient dinosaur of an application, but once I was able to
show them what the new world could look like they were excited at the
prospect of change. You have one year of CF under your belt and in order to
get those great wages and great contracts you really need at least five
years of solid CF development. You look like a young guy, so time is on your
side. Find a halfway descent CF job and keep it until you have the
experience to move on to bigger and better things and take the time whiole
you are there to learn other languages.

Good Luck


Doug

On Fri, Aug 22, 2008 at 3:23 PM, Phillip M. Vector 
[EMAIL PROTECTED] wrote:

 Umm.. Get more years of CF under your light belt? :) 1 year experience
 won't really help much when it comes to your career.

 henry ho wrote:
  Hi all,
 
  I'm lost in my career path and I need your advice.  What should I do
 after a year of CF under my light belt?
 
 
 http://henrylearnstorock.blogspot.com/2008/08/life-as-new-coldfusion-developer.html
 
  Please give it a quick read and I'd really appreciate if you can leave me
 a comment on the blog to enlighten me.
 
 
  Thank you very much, sorry for posting a non-technical question.
 
 

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311449
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SQL injection attack on House of Fusion

2008-08-22 Thread Matthew Smith
I've upgraded to the latest version of Mary Jo's tool to filter attempts at SQL 
injection. It works well, but I found three interesting false positives today.

My site has community profiles for cities and towns. The URL for these profiles 
includes the county name as well as the city or town name. There are Union 
counties in North Carolina, New Jersey and Ohio. There are three towns that get 
a false positive flag. They all start with All (Allenwood, Allen Center and 
Allens Crossroads). The URLs have the format of /Union/Allenwood.cfm, 
/Union/Allen-Center.cfm and /Union/Allens-Crossroads.cfm. Clearly, the 
combination of Union/All is causing the problem. Can anyone suggest a 
modification to the code that would eliminate the false positives without 
substantially weakening the filter? The RegEx in her tool, 
(http://www.cfwebstore.com/index.cfm?fuseaction=page.downloaddownloadID=18), 
is way beyond my skill set.

TIA,
Matt


 Thanks for pointing this out...I updated the tool on my site to 
 address this and also switched it to use a different RegEx that seems 
 to work better and throw less false positives. Same link to download 
 as before:
 
 http://www.cfwebstore.com/index.cfm?fuseaction=page.
 downloaddownloadID=18
 
 --- Mary Jo
 
 
 
 
 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311450
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Does anyone here use @wiki ?

2008-08-22 Thread James Holmes
How about making the app available on riaforge where all the other CF
stuff is hosted these days? That gives you a wiki out of the box.

On Sat, Aug 23, 2008 at 4:58 AM, s. isaac dealey [EMAIL PROTECTED] wrote:
 Does anyone here use @wiki ( http://atwiki.com ) ?

 Any thoughts about the service? Good? Bad? Indifferent?

 Would this be a good way to create a wiki for an open-source project?

 I've been thinking about creating a wiki for the onTap framework and
 DataFaucet. I'm not thrilled about the idea of installing the PHP wiki
 that's part of Trac... and personally the idea of a hosted service like
 this works for me, since I'm already using google groups for the forum /
 mailing lists...

 My big question would be would this be something the CF community would
 embrace for an OS project or is the separately hosted wiki likely to put
 people off? This would just give me the ability to get a wiki up quickly
 without taking my attention away from other projects like creating a
 scaffolding wizard or giving user-group presentations. But if it puts
 people off then of course it won't be very helpful. :)


-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311451
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Does anyone here use @wiki ?

2008-08-22 Thread s. isaac dealey
 Personally, I'd slap canvas on there, and that way you really control
 the code, even if you don't need to, yet.
 
 http://canvas.riaforge.org/
 
 I'm still torn between making people learn wiki-eese, or using
 FCKEditor tho...
 
 But hosted deals seem to be not unpopular, so, whatever floats the
 boat, man!

Thanks Den ... I have considered putting canvas on there... I don't know
that I'm ready for there to be anything people need to log in for on the
official site just yet... and throwing a cf wiki on there, even though
it might be Ray's Canvas kind of opens up a can of worms I really am not
in a rush to get into. It's not a problem with Canvas, but rather that
as soon as Canvas is on there, then I've got to start working on a
single-sign-on system... and that's going to lead to many hours working
on things that I'm afraid are going to detract from the goal of growing
the community. 

and while it would be easy enough to build a wiki myself using the
framework, I keep finding myself running into a bunch of problems with
the hosting because of their security sandboxing... which yes, I know,
I've always promoted the framework as being workable in a shared-hosting
solution, and yes indeedy, it's working there right now, but the
sandboxing has proved a bit challenging for the ORM. 

I can't complain too much though, because this hosting account was given
to me by the good folks at HostMySite in support of the broader
ColdFusion community. :) 

Anyway, I'm not dead set against using Canvas or even building my own
Wiki ... or for that matter even installing the Trac wiki... I'd prefer
not to, but ultimately I want to do what's going to be best for the
community irrespective of my personal preferences. 

Thanks again, 
ike

-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 781.769.0723

http://onTap.riaforge.org/blog



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311452
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: A year as a ColdFusion developer... now what?

2008-08-22 Thread s. isaac dealey
 It might be a non-technical question, but it IS a career one, and I think
 that's well worth the consideration of everyone on this list. 

There is however also a cf-jobs-talk list on houseoffusion that's
probably more appropriate for this kind of question... I don't
personally mind this being posted here, I'm just saying. :) 


-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 781.769.0723

http://onTap.riaforge.org/blog



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311453
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Text to image for Non CSS font resolution

2008-08-22 Thread Kay Smoljak
Have a look at sIFR - http://wiki.novemberborn.net/sifr

Uses JavaScript and Flash to dynamically replace text headings with
the desired font. It degrades gracefully so that user agents with no
flash or no javascript will just get the text. Search engine friendly
and no additional markup in your headings, and because it's Flash the
text is still selectable. The only actual Flash you'll need to do is
to export the font file (and that's a pretty simple process).

We use it on almost every site we create these days - check out the headings on
http://www.perththeatre.com.au/
http://www.creativequiltingservices.com.au/
http://www.richardsmyth.com.au/
http://www.fullcirclefeedback.com.au/

Cheers,
K.

On Fri, Aug 22, 2008 at 9:52 PM, David Moore [EMAIL PROTECTED] wrote:
 I have a client who must use Scala Sans for their Titles and still wants 
 everything dynamic. As I explained over and over again that Scala Sans is not 
 universally available on every computer and that every time they want to have 
 a header it would have to be an image, I am trying to find a dynamic solution.

 One thought is that I insert a stylesheet.cfm to apply some dynamic css into 
 all my websites. Is there any CF solution to apply some kind of text to image 
 conversion for anything that has an h3 heading or if I searched on an id or 
 anything? I know nothing of cfimage yet and was wonderig if there was 
 something in it that would create a text image solution or anything else...

 Ideas, thoughts, solutions others have used. Clients you have shot trying to 
 explain this to.

 ~David G. Moore, Jr.

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311454
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SQL injection attack on House of Fusion

2008-08-22 Thread Mary Jo Sminkey
 Can anyone suggest a modification to the code 
 that would eliminate the false positives without substantially 
 weakening the filter? 

The one in there now is by Luis Melo and his email is in the credits. You might 
want to send them along to him as I know he plans to work more on reducing the 
false positives as he has time. It's definitely a challenge to make sure you 
catch everything bad and let everything good through, so some false positives 
are probably inevitable. 

--- Mary Jo



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311455
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SQL injection attack on House of Fusion

2008-08-22 Thread Mary Jo Sminkey
 My site has community profiles for cities and towns. The URL for these 
 profiles includes the county name as well as the city or town name. 
 There are Union counties in North Carolina, New Jersey and Ohio. 

Or...maybe you could just get the states to rename that county. ;-) 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311456
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF/SVN SOT question

2008-08-22 Thread Eric Roberts
Thanks Den...I'll have to check that out.  The only mods should be the ones
in dev.  Test is a combo of testing and staging where we do final testing
before putting it live...so something like that should work.

Eric

/*-Original Message-
/*From: denstar [mailto:[EMAIL PROTECTED]
/*Sent: Friday, August 22, 2008 4:55 PM
/*To: CF-Talk
/*Subject: Re: CF/SVN SOT question
/*
/*I've got some stuff that uses SVNkit, the java subversion deal.
/*
/*Pretty slick, looks as if anything you'd want to do, you could do through
/*CF.
/*
/*Create / *Duplicate* / Checkout repositories, alter repositories-
/*branch, merge, commit, etc..
/*
/*I'll I've got going is the browsing and committing to repositories
/*(basically a CMS that uses SVN as it's back-end), and exporting and
/*zip-exporting, but if you're good at doing deltas and whatnot, adding
/*merging and whatnot would be a snap...ish (still monumental, but it's
/*all relative).
/*
/*Creating branches is easy enough, and you can export from the
/*repository... but the merging, well... so long as the process didn't
/*need a human to look at it (no conflict editor), it could be done
/*pretty easily (relatively *wink-wink*), I reckon.
/*
/*Anyways, you'd probably need to be pretty Java savvy, to wank on the
/*merging/conflict handling, etc., but there are some good docs with
/*svnkit.
/*
/*HIH!
/*:D
/*
/*--
/*Just because it's in print doesn't mean it's the gospel.
/*Michael Jackson
/*
/*On Fri, Aug 22, 2008 at 2:33 PM, Eric Roberts wrote:
/* Anyone know of any cf based packages that can handle merging from branch
/*to
/* branch to trunk as well as updating directories on other servers?  I am
/* looking for something that can centralize the promotion process from a
/* single server so I don't have to remote into each box to do this?
/*
/*
/* Any advice would be awesome and appreciated.  Thanks!
/*
/* Eric
/*
/*
/*
/*
/*

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311457
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Variable ImageInputStream is undefined.

2008-08-22 Thread Mike Kear
I'm getting an error from an image upload routine i use that's been
working fine until we shifted everything to a new box. Im
assuming the problem is something we havent configured correctly on
the new box - can anyone help me be more specific please?Have we
not  given ColdFusion the right access to java or something?

The error is:
[quote]
Variable ImageInputStream is undefined.
The error occurred in iedit.cfc: line 77
-1 : Unable to display error's location in a CFML template.
[/quote]

It happens when you click upload on an upload form, wait a while,
then a timeout and that error message appears..

-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311458
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: A year as a ColdFusion developer... now what?

2008-08-22 Thread Mike Kear
Do you honestly think that with a year developing coldfusion under
your belt, that you know all there is to know that's worth knowing?

If so, then it's time to find a new career or a new branch of this one.

However I suspect that in truth you've barely scratched the surface.
If you're only doing the same things day after day, you're probably
not gaining any experience.Perhaps you need some different
projects to work on.   Ask your boss to assign you something different
or something a bit more challenging.  IF that isnt a possibilty, then
perhaps you should look to work somewhere else.

But before you do anything drastic, i suggest you do this:Pull up
some code you worked on a year ago.   Have a look at the way you did
whatever it was..   would you do it the same way now if you were given
that job today?If so, you havent learned nary a thing in that
time.   If not, you can now see how far you've come. Those of us
who have been coding ColdFusion for a while (and for me it's more than
a decade) can still look back a year and see how we've changed our
methods in teh last year.

What i'm saying is,  apply this little test to yourself.   If you're
not growing in your development skills, it's no wonder you think you
have learned all you need to know, and you need to get out of your
comfort zone and expose yourself to new problems to solve.

I really find it hard to believe that after only a year, you're at the
limit of your skills, and there's nothing new you can learn


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311459
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4