Re: Hosting Announcement

2008-07-14 Thread Mike Kear
Am I being too forward then to suggest another low cost alternative,
that DOESNT ban CFDUMP?   In fact there are only a very few
tags/functions we dont enable.   There are some that are disabled by
default, but if you want them, we'll enable them for you, after
setting up a sandbox for you.

We're not as low-cost as that offer was, but then we dont disable
essential tags like CFDUMP.

I agree that normally you wouldnt need to debug on a production
system, but as you say, William, what if something DOES go wrong on
the production box?   How do you debug the problem without all the
debugging tools.   On a production box you turn off the robust error
messages, so CFDUMP is very useful for quickly debugging problems.
Yes you can get by without - using CFTRY/CFCATCH to grab the errors
and sending them to yourself by email, but sometimes a CFDUMP is the
quick way to see what's going on if you are on a shared server.

Have a look at http://afpwebworks.com and see if that won't help you
out.  (Currently showing our server is CF7 but in fact new accounts
are going on a CF8 box, and we're changing everyone to CF8 in teh next
week or so)

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



On Mon, Jul 14, 2008 at 3:53 PM, William Seiter [EMAIL PROTECTED] wrote:
 Their technical support knows and knew that the cfdump tag was not
 permitted, regardless of how it functions behind the scenes.  They should
 have shown that in their advertised list of tags they don't support.

 Of course I have a development environment.  The intention was to build a
 quick and easy system that wouldn't necessitate me to replicate everything.
 Besides, it isn't unheard of to have to debug a system after launching it to
 someone else's box.

 https://support.dailyrazor.com/index.php?_m=knowledgebase_a=viewarticlekba
 rticleid=293nav=0,29,76


 William


~|
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:308994
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hosting Announcement

2008-07-14 Thread Jochem van Dieten
William Seiter wrote:
 Their technical support knows and knew that the cfdump tag was not
 permitted, regardless of how it functions behind the scenes.  They should
 have shown that in their advertised list of tags they don't support.

cfdump is not even a tag you *can* restrict in ColdFusion. It is not in 
the list of tags and functions that can be restricted in the CF 
Administrator.

cfdump throwing an error on some datatypes when CreateObject(java, ) 
is disabled is an undocumented side-effect of the way cfdump is 
implemented: cfdump is just a customtag. It functions like any other 
customtag and can use the same CFML as your code can use. (Try it: 
replace dump.cfm in the cftags folder by your own customtag and see what 
happens.)


I think you have unrealistic expectations of your host if you expect 
them to document behaviour Adobe itself hasn't documented (which is why 
I suggest http://adobe.com/go/wish/).

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:308995
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Am I a thread or not ?

2008-07-14 Thread Tom Chiverton
How can I tell if the CF code being run is inside a CFTHREAD block or not ?

The reason is that scopes like CGI are not available inside such a block (i.e. 
all the values are empty), and I need to turn off some security settings in 
my code if so.
-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
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:308996
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
Hello,

I am currently trying 

~|
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:308997
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
Hello,

I am having trouble setting up a connection from Coldfusion MX7 to SQL Server 
2005.

After several hours of tinkering with settings that I know and searching the 
internet for the things I didn't, I found a very helpful guide to setting it up 
(here --- http://www.fusioncube.net/index.php/coldfusion-sql-server-express ). 
That was a very good guide. However on of the last steps he says to do is to 
download a .jar driver so that cold fusion can make the JDBC connection, and he 
gives a link 
(http://www.fusioncube.net/index.php/%20http://www.microsoft.com/downloads/details.aspx?familyid=e22bc83b-32ff-4474-a44a-22b6ae2c4e17displaylang=en)
which doesn't work. He also says to put that file into a folder in my 
coldfusion directory that does not exist. 

I ended up tinkering around with it for about two hours and stopped when I 
couldn't figure out this error.

Connection verification failed for data source: GTOTDsite
java.sql.SQLException: No suitable driver
The root cause was that: java.sql.SQLException: No suitable driver

If any one has any ideas, let me know. Any help is appreciated. Thanks!

CW



~|
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:308998
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Verity and .NET Interaction

2008-07-14 Thread Gary Sullivan
Great idea, Tom! I really wasn't thinking of going that route, but after 
looking at the shoddy Verity API documentation I found online, I suppose that's 
the best option.

Cheers,
Gary W. Sullivan II


 On Thursday 10 Jul 2008, Gary Sullivan wrote:
  the Verity functionality so much that they want to look into adding 
 it to
  our .NET apps.
 
 You could write and expose a simple CF-based web service that the .Net 
 apps 
 can consume.
 
 -- 
 Tom Chiverton 

~|
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:308999
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFDocument and border-collapse

2008-07-14 Thread Rick Root
Does anyone out there with an experts exchange membership want to
share the answer to this question, if there is one?

http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21653788.html

The css property border-collapse doesn't work in cfdocument and it's
apparently a known issue.

http://www.google.com/search?q=cfdocument+%22border-collapse%22

-- 
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind
the scenes video at www.myspace.com/brianvanderark

~|
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:309000
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Agile coldfusion

2008-07-14 Thread Bill Shelton
Neb,

Brian's right on target, as usual, with the technical recommendations! It's 
been my experience that the biggest challenge in changing a process is 
cultural. Many folks simply do not want to change. However, you may be in an 
environment that is ready and switching to an agile approach may be exactly 
what everyone wants and needs. I hope it goes well!

If you want some real world TDD/refactoring examples, there's a few at 
http://mxunit.org/blog and also check out the recent presentations: 
http://mxunit.org/doc/index.cfm#cfmeetup

You might also want to join the mxunit google group 
(http://groups.google.com/group/mxunit). It's almost by default that most of 
the folks there are following some sort of agile and TDD methods ... 

best,
bill



 Hello all,
 
 I've just started work at a company that is in the middle of moving to 
 an agile development process who use coldfusion, javascript and pl/sql. 
 
 
 I have a couple of questions where you hopefully will be able to point 
 me in the right direction ...
 
 Given that most agile texts are geared towards object oriented 
 development and that there are unit testing frameworks for coldfusion 
 and pl/sql, how do developers approach agile techniques in an 
 environment with mostly procedural code? 
 
 Where are there examples of realistic unit tests and refactoring in 
 coldfusion (or pl/sql)? Does anyone really do this? 'Toad' doesn't 
 have an 'extract method' function ...
 
 How do you, at a code level, seperate ui from domain logic in an 
 environment like this?
 
 How does domain driven design fit in here?
 
 Thanks for taking the time to read this and forgive me if I've asked 
 in the wrong list, 
 
 Neb. 


~|
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:309001
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFDocument and border-collapse

2008-07-14 Thread Gerald Guido
Here is a little tip on the experts exchange membership issue

They will show the results to the question the *first time* you hit the page
but it is ll the way at the bottom of the page.

When you *return* to that page the results are gone and the ask you to sign
up.

I am not going to say anything other than that they do this using cookies.
;)

hth
G


On Mon, Jul 14, 2008 at 10:13 AM, Rick Root [EMAIL PROTECTED]
wrote:

 Does anyone out there with an experts exchange membership want to
 share the answer to this question, if there is one?


 http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21653788.html

 The css property border-collapse doesn't work in cfdocument and it's
 apparently a known issue.

 http://www.google.com/search?q=cfdocument+%22border-collapse%22

 --
 Rick Root
 New Brian Vander Ark Album, songs in the music player and cool behind
 the scenes video at www.myspace.com/brianvanderark

 

~|
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:309002
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Certification Question

2008-07-14 Thread Simon Free
Hey all,

I have heard rumors that the CF8 certification no longer has the advanced
level, and is purely a pass/fail.  Does anyone know if this is true? All me
emails to adobe never got responses.

Thanks

-Si

-
[EMAIL PROTECTED]
http://www.simonfree.com


~|
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:309003
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Certification Question

2008-07-14 Thread Andy Matthews
That's because they see your name on them and send them straight to the bin.

Create a new email that doesn't have your name in it and try again. See if
this one's taken:

[EMAIL PROTECTED]

or

[EMAIL PROTECTED]


:)

-Original Message-
From: Simon Free [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 14, 2008 9:50 AM
To: CF-Talk
Subject: Certification Question

Hey all,

I have heard rumors that the CF8 certification no longer has the advanced
level, and is purely a pass/fail.  Does anyone know if this is true? All me
emails to adobe never got responses.

Thanks

-Si

-
[EMAIL PROTECTED]
http://www.simonfree.com




~|
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:309004
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Components anomalies?

2008-07-14 Thread Lawrence Mak
I am developing an application using lots of layout-tabs and cfgrids. The app 
was working fine but then suddenly it started to behave in a strange way: all 
layoutareas in the tabs had 10 lines of whitespaces at the top, and cfgrid 
broke down completely - but only those using cfc component binding, showing 
nothing but the headers and navigation bars (the others using queries worked as 
usual).

I google'd for hours trying to find a solution; I even tried to use different 
tables from different databases just to see if it was a corrupted database or 
.js files that caused the trouble. But everything worked fine under those 
circumstances.

Finally I had to manually remove each function from the component, one by one, 
to locate the culprit. And guess what I found.

A single br / tag in the component file, outside of any function tags. Once I 
removed the line break everything worked again.

Apparently it was the br/ tag that put all those spaces in each layoutarea 
and stopped a component binding cfgrid from working. I was even able to 
reproduce it everytime. You can try this yourself: create a component, then a 
function with a query that a binding cfgrid depends upon, put a br/ tag 
anywhere between the component tags but outside any functions, and the cfgrid 
will stop working.

Of course it was stupid of me to leave un-necessary tags in un-wanted places, 
but does this classify as a bug, an anomaly or a 'feature'? And has anyone 
experienced this?

lawrencem49 

~|
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:309005
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Agile coldfusion

2008-07-14 Thread denstar
A quick jack:

I want to give a big shout out to the mxunit crew!

Flipp'n awesome, is all I have to say.  Great and I mean GREAT work!

I missed the convention, but found it on the web, and I'm now quite impressed.

den

-- 
w00t

On Mon, Jul 14, 2008 at 8:16 AM, Bill Shelton [EMAIL PROTECTED] wrote:
 Neb,
[...]

~|
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:309006
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Am I a thread or not ?

2008-07-14 Thread Alan Rother
Just check to see if

IsDefined(Thread)


It'll only exist if you are in a cfthread


=]

On Mon, Jul 14, 2008 at 5:22 AM, Tom Chiverton [EMAIL PROTECTED]
wrote:

 How can I tell if the CF code being run is inside a CFTHREAD block or not ?

 The reason is that scopes like CGI are not available inside such a block
 (i.e.
 all the values are empty), and I need to turn off some security settings in
 my code if so.
 --
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and
 Wales under registered number OC307980 whose registered office address is at
 Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A
 list of members is available for inspection at the registered office. Any
 reference to a partner in relation to Halliwells LLP means a member of
 Halliwells LLP.  Regulated by The Solicitors Regulation Authority.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged.  If you are not the addressee you
 must not read it and must not use any information contained in nor copy it
 nor inform any person other than Halliwells LLP or the addressee of its
 existence or contents.  If you have received this email in error please
 delete it and notify Halliwells LLP IT Department on 0870 365 2500.

 For more information about Halliwells LLP visit www.halliwells.com.

 

~|
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:309007
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Passing a List Items' value into a CFDIV

2008-07-14 Thread Joel Polsky
Hi,
I have this problem not sure if it's even possible.

I have this being generated:
li id=TheWidget value=#WidgetID# 
onclick=javascript:ColdFusion.navigate('widgetDescription.cfm','OfferArea');#WidgetName#
 - #WidgetID#/li

This was also used:
li id=TheWidget value=#WidgetID# 
onclick=javascript:ColdFusion.navigate('widgetDescription.cfm?ID=#WidgetID#','WidgetArea');#WidgetName#
 - #WidgetID#/li

cfdiv id=WidgetArea /


In either case the div does not process the value.

So my question is:
How do I pass the value to the page widgetDescription.cfm so that it will 
process the ID and display the correct information INSIDE the CFDIV???

Thanks!


~|
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:309008
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Components anomalies?

2008-07-14 Thread Dominic Watson
This is expected. The br / is getting output, breaking the response
format (JSON I think) that is read by the calling ajax javascript. I'm
assuming turning on the ajax debugger would report an error of some
sort(? - don't have time to test right now).

HTH

Dominic

2008/7/14 Lawrence Mak [EMAIL PROTECTED]:
 I am developing an application using lots of layout-tabs and cfgrids. The app 
 was working fine but then suddenly it started to behave in a strange way: all 
 layoutareas in the tabs had 10 lines of whitespaces at the top, and cfgrid 
 broke down completely - but only those using cfc component binding, showing 
 nothing but the headers and navigation bars (the others using queries worked 
 as usual).

 I google'd for hours trying to find a solution; I even tried to use different 
 tables from different databases just to see if it was a corrupted database or 
 .js files that caused the trouble. But everything worked fine under those 
 circumstances.

 Finally I had to manually remove each function from the component, one by 
 one, to locate the culprit. And guess what I found.

 A single br / tag in the component file, outside of any function tags. Once 
 I removed the line break everything worked again.

 Apparently it was the br/ tag that put all those spaces in each layoutarea 
 and stopped a component binding cfgrid from working. I was even able to 
 reproduce it everytime. You can try this yourself: create a component, then a 
 function with a query that a binding cfgrid depends upon, put a br/ tag 
 anywhere between the component tags but outside any functions, and the cfgrid 
 will stop working.

 Of course it was stupid of me to leave un-necessary tags in un-wanted places, 
 but does this classify as a bug, an anomaly or a 'feature'? And has anyone 
 experienced this?

 lawrencem49

 

~|
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:309009
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread Dave Watts
 I am having trouble setting up a connection from Coldfusion 
 MX7 to SQL Server 2005.
 
 After several hours of tinkering with settings that I know 
 and searching the internet for the things I didn't, I found a 
 very helpful guide to setting it up (here --- 
 http://www.fusioncube.net/index.php/coldfusion-sql-server-expr
 ess ). That was a very good guide. However on of the last steps 
 he says to do is to download a .jar driver so that cold 
 fusion can make the JDBC connection, and he gives a link 
 (http://www.fusioncube.net/index.php/%20http://www.microsoft.c
 om/downloads/details.aspx?familyid=e22bc83b-32ff-4474-
 a44a-22b6ae2c4e17displaylang=en)
 which doesn't work. He also says to put that file into a 
 folder in my coldfusion directory that does not exist. 
 
 I ended up tinkering around with it for about two hours and 
 stopped when I couldn't figure out this error.
 
 Connection verification failed for data source: GTOTDsite
 java.sql.SQLException: No suitable driver The root cause was 
 that: java.sql.SQLException: No suitable driver

First, you can just search the Microsoft site for SQL Server 2005 JDBC
drivers. Download those, and run the setup. If I recall correctly, the setup
just unpacks the jar files you need to some directory; you'll then need to
put them in your lib directory.

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:309010
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
 I am having trouble setting up a connection from Coldfusion 

First, you can just search the Microsoft site for SQL Server 2005 JDBC
drivers. Download those, and run the setup. If I recall correctly, the setup
just unpacks the jar files you need to some directory; you'll then need to
put them in your lib directory.

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!



Hello,

Thank you for responding. I did end up doing that (sorry I should have put that 
little  bit of info in there :-\) I downloaded the one from Microsoft. I found 
the .jar file that I was told to put into my /cffusion/lib ---(Which was not 
in my coldfusion directories) I pulled that file, and copied it into all of the 
lib files under cold fusion directories. Even after that though it still did 
not work. 

Thanks!

CW 

~|
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:309012
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
 I am having trouble setting up a connection from Coldfusion 

First, you can just search the Microsoft site for SQL Server 2005 JDBC
drivers. Download those, and run the setup. If I recall correctly, the setup
just unpacks the jar files you need to some directory; you'll then need to
put them in your lib directory.

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!



Hello,

Thank you for responding. I did end up doing that (sorry I should have put that 
little  bit of info in there :-\) I downloaded the one from Microsoft. I found 
the .jar file that I was told to put into my /cffusion/lib ---(Which was not 
in my coldfusion directories) I pulled that file, and copied it into all of the 
lib files under cold fusion directories. Even after that though it still did 
not work. 

Thanks!

CW 

~|
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:309011
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF YUI Database question

2008-07-14 Thread Eric Roberts
 

Has anyone played around with the Yahoo CF API?  I need a way to access a
database in one of my yahoo groups.is this even possible?  Their
documentation doesn't say yea or nay on this, so any insight would be
helpful.  Thanks in advance.

 

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:309013
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread Dave Watts
 Thank you for responding. I did end up doing that (sorry I 
 should have put that little  bit of info in there :-\) I 
 downloaded the one from Microsoft. I found the .jar file that 
 I was told to put into my /cffusion/lib ---(Which was not in 
 my coldfusion directories) I pulled that file, and copied it 
 into all of the lib files under cold fusion directories. Even 
 after that though it still did not work.

I don't know if it'll work if you put it in multiple places. You have to put
it in one place, and that place has to be part of the classpath
automatically searched by CF.

If you're running CF in the standalone configuration, the default, your lib
directory will be c:\coldfusion7\lib, I think. If you're running CF in a
multi-server configuration, your lib directory will be
c:\jrun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib, I
think.

Also, of course, you'll need to restart CF.

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:309014
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
 Thank you for responding. I did end up doing that (sorry I 
 should have put that little  bit of info in there :-\) I 
 downloaded the one from Microsoft. I found the .jar file that 
 I was told to put into my /cffusion/lib ---(Which was not in 
 my coldfusion directories) I pulled that file, and copied it 
 into all of the lib files under cold fusion directories. Even 
 after that though it still did not work.

I don't know if it'll work if you put it in multiple places. You have to put
it in one place, and that place has to be part of the classpath
automatically searched by CF.

If you're running CF in the standalone configuration, the default, your lib
directory will be c:\coldfusion7\lib, I think. If you're running CF in a
multi-server configuration, your lib directory will be
c:\jrun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib, I
think.

Also, of course, you'll need to restart CF.

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!


Hello again,

Ya I just got frustrated thats why I just was like AHHH screw this I'm putting 
you in every directory so cf can find you :p I am running in the 
standalone version. I did put it in the lib folder and restarted coldfusion 
before I copied it every where and restarted coldfusion again. However I did 
see multiple lib folders... perhaps I put it in the wrong one on accident. When 
you say it has to be in the class path, are you referring to the path that I 
use in the CF administrator that lets me make data sources or something else? 
Once again I appreciate the help. I have been working with Coldfusion and SQL 
Server for almost a year now, I just haven't had to set this stuff up from 
scratch before.

Thanks again!

CW 

~|
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:309015
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread Dave Watts
 Ya I just got frustrated thats why I just was like AHHH 
 screw this I'm putting you in every directory so cf can find 
 you :p I am running in the standalone version. I did put 
 it in the lib folder and restarted coldfusion before I copied 
 it every where and restarted coldfusion again. However I did 
 see multiple lib folders... perhaps I put it in the wrong one 
 on accident. When you say it has to be in the class path, are 
 you referring to the path that I use in the CF administrator 
 that lets me make data sources or something else? Once again 
 I appreciate the help. I have been working with Coldfusion 
 and SQL Server for almost a year now, I just haven't had to 
 set this stuff up from scratch before.

Then you should be able to just put it in \coldfusion7\lib. Is it showing up
in the CF Administrator, on the page that shows all the discovered jar
files?

When you say it isn't working, how exactly are you verifying that? What do
you have entered into your datasource settings? You are using the other
datasource option, right?

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:309016
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
 Ya I just got frustrated thats why I just was like AHHH 

Then you should be able to just put it in \coldfusion7\lib. Is it showing up
in the CF Administrator, on the page that shows all the discovered jar
files?

When you say it isn't working, how exactly are you verifying that? What do
you have entered into your datasource settings? You are using the other
datasource option, right?

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!


About your first question... I didn't even know the CF administrator had an 
area to look .jars. I will have to look at that when I get home this afternoon. 

About the second question. I am using the other data source feature, and I 
followed the instructions that were on this page to set up the data source 
.(http://www.fusioncube.net/index.php/coldfusion-sql-server-express )

The only way that I am verifying that it isn't working is because of the error 
I copied above that cold fusion gives me when I try to connect. I will get some 
screen shots when I get home.

CW 

~|
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:309017
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread Brad Wood
Click on the words System Information at the very top of the page in
CF Admin.  There is a Java Class Path entry that lists all the jars that
are loaded.

The same info is available under the Server Settings  Settings Summary
page.

~Brad

=

About your first question... I didn't even know the CF administrator had
an area to look .jars. I will have to look at that when I get home this
afternoon. 

~|
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:309018
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Am I a thread or not ?

2008-07-14 Thread Raymond Camden
Not true.

cfset thread = You give love a bad name
cfif isDefined(thread)
You do
/cfif

On Mon, Jul 14, 2008 at 10:45 AM, Alan Rother [EMAIL PROTECTED] wrote:
 Just check to see if

 IsDefined(Thread)


 It'll only exist if you are in a cfthread


 =]

 On Mon, Jul 14, 2008 at 5:22 AM, Tom Chiverton [EMAIL PROTECTED]
 wrote:

 How can I tell if the CF code being run is inside a CFTHREAD block or not ?

 The reason is that scopes like CGI are not available inside such a block
 (i.e.
 all the values are empty), and I need to turn off some security settings in
 my code if so.
 --
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and
 Wales under registered number OC307980 whose registered office address is at
 Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A
 list of members is available for inspection at the registered office. Any
 reference to a partner in relation to Halliwells LLP means a member of
 Halliwells LLP.  Regulated by The Solicitors Regulation Authority.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged.  If you are not the addressee you
 must not read it and must not use any information contained in nor copy it
 nor inform any person other than Halliwells LLP or the addressee of its
 existence or contents.  If you have received this email in error please
 delete it and notify Halliwells LLP IT Department on 0870 365 2500.

 For more information about Halliwells LLP visit www.halliwells.com.



 

~|
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:309019
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
  Ya I just got frustrated thats why I just was like AHHH 
 
 Then you should be able to just put it in \coldfusion7\lib. Is it 
 showing up
 in the CF Administrator, on the page that shows all the discovered 
 jar
 files?
 
 When you say it isn't working, how exactly are you verifying that? 
 What do
 you have entered into your datasource settings? You are using the 
 other
 datasource option, right?
 
 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!
 
 
 About your first question... I didn't even know the CF administrator 
 had an area to look .jars. I will have to look at that when I get home 
 this afternoon. 
 
 About the second question. I am using the other data source feature, 
 and I followed the instructions that were on this page to set up the 
 data source .(http://www.fusioncube.net/index.
 php/coldfusion-sql-server-express )
 
 The only way that I am verifying that it isn't working is because of 
 the error I copied above that cold fusion gives me when I try to 
 connect. I will get some screen shots when I get home.
 
 CW 



I just went back and looked at those instructions again, and at the bottom in 
the comments area about half way through it looks like some one else was having 
the same problem I am having. I will also try that when I get home :). Still 
though if you have any thoughts I greatly appreciate them :).

CW


~|
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:309020
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread C W
Click on the words System Information at the very top of the page in
CF Admin.  There is a Java Class Path entry that lists all the jars that
are loaded.

The same info is available under the Server Settings  Settings Summary
page.

~Brad

=

About your first question... I didn't even know the CF administrator had
an area to look .jars. I will have to look at that when I get home this
afternoon.


Thank you :) 

~|
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:309021
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF YUI Database question

2008-07-14 Thread Raymond Camden
Yahoo doesn't have a CF API. They have an API. You can hit the API
with CF and you can find an example of this in the Search SDK.

If you are asking about access to Yahoo Groups, I'd check to see if it
is one of the APIs available. I'd hit up developer.yahoo.com. From
what I can see though, there is no API for that.

On Mon, Jul 14, 2008 at 12:13 PM, Eric Roberts
[EMAIL PROTECTED] wrote:


 Has anyone played around with the Yahoo CF API?  I need a way to access a
 database in one of my yahoo groups.is this even possible?  Their
 documentation doesn't say yea or nay on this, so any insight would be
 helpful.  Thanks in advance.



 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:309022
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Am I a thread or not ?

2008-07-14 Thread Alan Rother
Point taken...

ASSUMING... You haven't explicitly defined the variable as Ray described

AND

That you have not loaded a cfthread somewhere else in the request, it's a
pretty safe and simple way to check to see if you are in a thread or not.


Better?

-- 
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:309023
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Connecting Coldfusion MX7 to SQL Server 2005

2008-07-14 Thread Dave Watts
 About the second question. I am using the other data source 
 feature, and I followed the instructions that were on this 
 page to set up the data source 
 .(http://www.fusioncube.net/index.php/coldfusion-sql-server-express )
 
 The only way that I am verifying that it isn't working is 
 because of the error I copied above that cold fusion gives me 
 when I try to connect. I will get some screen shots when I get home.

First of all, I'm pretty sure that the latest database drivers available
with CF do support SQL Server 2005, so you shouldn't need to even bother
with all this. I don't know why I didn't just suggest that in the first
place.

Second, are you actually trying to connect to SQL Server 2005 Express? If
so, make sure you've enabled TCP/IP and native SQL logins. Actually, the
DataDirect drivers are supposed to support Windows authentication too, but
it's just easier to use native SQL logins.

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:309024
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF YUI Database question

2008-07-14 Thread Eric Roberts
I knew what I meant Ray :-D.  I didn't see anything either, so I figured I
would ask to see if I just missed it.  Thanks!

Eric

/*-Original Message-
/*From: Raymond Camden [mailto:[EMAIL PROTECTED]
/*Sent: Monday, July 14, 2008 1:16 PM
/*To: CF-Talk
/*Subject: Re: CF YUI Database question
/*
/*Yahoo doesn't have a CF API. They have an API. You can hit the API
/*with CF and you can find an example of this in the Search SDK.
/*
/*If you are asking about access to Yahoo Groups, I'd check to see if it
/*is one of the APIs available. I'd hit up developer.yahoo.com. From
/*what I can see though, there is no API for that.
/*
/*On Mon, Jul 14, 2008 at 12:13 PM, Eric Roberts
/*[EMAIL PROTECTED] wrote:
/*
/*
/* Has anyone played around with the Yahoo CF API?  I need a way to access
/*a
/* database in one of my yahoo groups.is this even possible?  Their
/* documentation doesn't say yea or nay on this, so any insight would be
/* helpful.  Thanks in advance.
/*
/*
/*
/* 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:309025
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFDocument and border-collapse

2008-07-14 Thread Azadi Saryev
just disable js in your browser and see all the answers. they are all
there, all the time (not just first time), way at the end of the page,
after all the you need to be a member to see this answer nonsense :)
use FF with NoScript plug-in to make it easier.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Gerald Guido wrote:
 Here is a little tip on the experts exchange membership issue

 They will show the results to the question the *first time* you hit the page
 but it is ll the way at the bottom of the page.

 When you *return* to that page the results are gone and the ask you to sign
 up.

 I am not going to say anything other than that they do this using cookies.
 ;)

 hth
 G


 On Mon, Jul 14, 2008 at 10:13 AM, Rick Root [EMAIL PROTECTED]
 wrote:

   
 Does anyone out there with an experts exchange membership want to
 share the answer to this question, if there is one?


 http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21653788.html

 The css property border-collapse doesn't work in cfdocument and it's
 apparently a known issue.

 http://www.google.com/search?q=cfdocument+%22border-collapse%22

 --
 Rick Root
 New Brian Vander Ark Album, songs in the music player and cool behind
 the scenes video at www.myspace.com/brianvanderark
 

~|
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:309026
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFDocument and border-collapse

2008-07-14 Thread Azadi Saryev
fyi, the answer is... 42.
no, it's okay you also need to add to the table table cellspacing=0

hth

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Rick Root wrote:
 Does anyone out there with an experts exchange membership want to
 share the answer to this question, if there is one?

 http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21653788.html

 The css property border-collapse doesn't work in cfdocument and it's
 apparently a known issue.

 http://www.google.com/search?q=cfdocument+%22border-collapse%22

   

~|
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:309027
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


urlencode/decode

2008-07-14 Thread Brian Dumbledore
I have a peculiar situation (CFMX).

I have file names that I need to send in the url. I didnt wantt hem to be 
plain, 

so I did a 
href=loadfile.cfm?rsc=#urlencodedformat(encrypt(filename,session.key))# ...

On the target page I do a 

cfset filename = decrypt(urldecode(rsc),session.key)

Seems fine.. But doesn't work for some cases when the encrypt results in a 
string with special characters.

I wish to use the above mechanism and make sure it always works. Am I missing 
something?

Here is a example where it doesn't work and throws an error while trying to 
decrypt:

cfset filename = 20080711-230433-2013-SYNAPSE-A6NRTJU
cfset session.key = charlesg bppf 

~|
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:309028
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: urlencode/decode

2008-07-14 Thread Brad Wood
I believe you will need to base64encode the string after you encrypt it.
Of course, it will need to be decoded in the same manner on the
receiving end.

~Brad

-Original Message-
From: Brian Dumbledore [mailto:[EMAIL PROTECTED] 


Seems fine.. But doesn't work for some cases when the encrypt results in
a string with special characters.

~|
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:309029
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: urlencode/decode

2008-07-14 Thread Brian Dumbledore
I believe you will need to base64encode the string after you encrypt it.
Of course, it will need to be decoded in the same manner on the
receiving end.

~Brad

Seems fine.. But doesn't work for some cases when the encrypt results in
a string with special characters.

You are right.. that's what I ended up doing. instead of using urlencodedformat 
and decode, I now use toBase64.

However, I couldn't figure out why urlencodedformat/urldecode wouldn't work. Is 
CF not supposed to handle special characters in the string? 

I even tried twice urlencodedformat'ing and twice urldecode'ing, didnt' work 
either. That makes sense since this way I am just adding one more wrap around a 
failing procedure.



~|
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:309030
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4