Re: from CSV to XML

2007-07-08 Thread Mike Kear
Strictly speaking it's not free, but you might already have MS Excel.
Later versions can save as XML.

If you have such a version, you could read your CSV file in to excel,
then save it as XML.



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 7/8/07, [Sunshine Tech Solutions] Ravi Gehlot
[EMAIL PROTECTED] wrote:
 Hey Sean,

I never asked you to do my homework. I have always worked for my
 salary. Sorry to have bother. Thank You.

 Ravi.



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: Dreamweaver extensions for CF8

2007-07-08 Thread Mark Drew
To back the CF team, I think they are referring to CF8 (the server)  
being RC1. The documentation and other bits that go along with it are  
marked Beta, which is fine, I mean, just look at the quantity of  
stuff that is related and would need to be updated:

Documentation
CF Reference (file named _rc, but content marked beta) 1864 Pages
Configuring and Administering CF, 230 pages
Developer Guide (also named _rc) 1674 PAges
Installation and Configuration (again, named rc but has beta written  
on it)
etc... etc..

Now , this goes the same for the site, and for the extensions. So  
much stuff when they are referring to the same product, ColdFusion 8  
Public Beta. Which you (dont quote me on this) can assume is a  
release candidate.

I may be mistaken but Adobe is doing a good thing to let us  
developers play with ColdFusion before it is even released, this  
means that bugs that crop up when (ab)used by the public can be  
brought to light, so if you have a bug, let the Coldfusion team know!  
That IS the whole point of pre-release software and releasing it to  
the public, so we dont then have to have a CF 8.2 release that fixes  
the bugs.

If you have bugs, or problems etc with this , as yet unreleased,  
software, go to:
http://www.adobe.com/cfusion/webforums/forum/categories.cfm? 
forumid=72catid=648entercat=y

And discuss it there

Mark Drew
(needing more coffee)



On 8 Jul 2007, at 02:21, Andrew Scott wrote:

 Peter,

 I would agree, there are so many issues doing stuff that unless we  
 know they
 are fixed we are going to have to assume that they are.

 I know eveytime I do something with the ajax UI stuff I come across  
 bug
 after bug after bug.



~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


BD7 booleans value greater than 1 problem?

2007-07-08 Thread stylo stylo
Does bluedragon 7 have any differences/problems evaluating booleans where the 
value is greater than 1?

I get errors only sometimes in a few different places about Can't perform this 
operation on these data types on code like:

cfif x.Credits AND y.RecordCount

Can't figure out why. On Linux if that could possibly make any difference.

Ideas?

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: BD7 booleans value greater than 1 problem?

2007-07-08 Thread Robertson-Ravo, Neil (RX)
Best of ask on a BD list.




This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: stylo stylo
To: CF-Talk
Sent: Sun Jul 08 09:56:34 2007
Subject: BD7 booleans value greater than 1 problem?

Does bluedragon 7 have any differences/problems evaluating booleans where
the value is greater than 1?

I get errors only sometimes in a few different places about Can't perform
this operation on these data types on code like:

cfif x.Credits AND y.RecordCount

Can't figure out why. On Linux if that could possibly make any difference.

Ideas?



~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: Dreamweaver extensions for CF8

2007-07-08 Thread Peter Tilbrook
Absolutely! And the documentation itself (huger and huger) is also beta so if 
you spot issues then report them through the usual channels.

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: Dreamweaver extensions for CF8

2007-07-08 Thread Casey Dougall
I herd from an Adobe engineer that there is a Gold RC install that would be
floating around to a select few, that this Gold RC gets a week of play and
if everything is OK tag wise and other it's shipped, or pulled.


Casey


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: from CSV to XML

2007-07-08 Thread [Sunshine Tech Solutions] Ravi Gehlot
Hey Mike,

You are right. But the TRIAL version did the conversion. So thanks 
to Sean Corfield for pointing that out. However, I am not happy yet. I 
don't want to use that software, I want to write the XML myself. What is 
the fun of having a software do the job? I have been doing a lot of 
reading on XML.

Ravi.

Mike Kear wrote:
 Strictly speaking it's not free, but you might already have MS Excel.
 Later versions can save as XML.

 If you have such a version, you could read your CSV file in to excel,
 then save it as XML.



 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 7/8/07, [Sunshine Tech Solutions] Ravi Gehlot
 [EMAIL PROTECTED] wrote:
   
 Hey Sean,

I never asked you to do my homework. I have always worked for my
 salary. Sorry to have bother. Thank You.

 Ravi.


 

 

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


RE: BD7 booleans value greater than 1 problem?

2007-07-08 Thread Adrian Lynch
Could either of those values not be what you expect, an empty string
perhaps? Put some error handling in place to send you the values of those
two whenever is fails.

Adrian

-Original Message-
From: stylo stylo
Sent: 08 July 2007 09:57
To: CF-Talk
Subject: BD7 booleans value greater than 1 problem?


Does bluedragon 7 have any differences/problems evaluating booleans where
the value is greater than 1?

I get errors only sometimes in a few different places about Can't perform
this operation on these data types on code like:

cfif x.Credits AND y.RecordCount

Can't figure out why. On Linux if that could possibly make any difference.

Ideas?


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: The best way to export a complex report...

2007-07-08 Thread Will Tomlinson
 cfheader name=content-disposition value=attachment; filename=foo.
 xls ?

This is what I've decided to do. Instead of streaming the content to the 
browser to do whatever with it, I'll create a temp file for dload. Thought I 
could get around it, but IE is gonna screw me yet again. 

I think that makes the 4th time this week!

Thanks tom,
Will

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: The best way to export a complex report...

2007-07-08 Thread Will Tomlinson
Hey, this worked. 

cfheader name=content-disposition value=attachment

cfcontent type=application/vnd.ms-excel


cfoutput#SESSION.coreReport#/cfoutput

Still think I'm gonna go the create a temp file route tho. 

Will

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: Dreamweaver extensions for CF8

2007-07-08 Thread Peter Tilbrook
Doubtful.

For starters you require special permission from Adobe to host sites even under 
CF8.

A gold disk is premature. There are many issues in the public beta (or RC - 
for Andy Scott) that I am not convinced have been rectified without another 
release candidate. CF has been the backbone of my company for 12 years (CF 
turns 12 tomorrow - the 10th of July). CF8 is cementing that relationship more 
than ever. Release it when it is ready and not before.

One hosting provider offers CF8 hosting - but bizarrely anything you uploaded 
would not execute like it did on your local dev box. Waste of time really.

Folks like Ben Forta, Ray Camden and Adobe themselves are already doing that. 
If they are running a version of CF8 that no-one else has - especially the beta 
testers who have been running with it since Alpha 1 - well - not happy Jan!

Oh yeah and if you have the RAM - CF8 and SQL Server 2005 run happily on XP 
Tablet Edition.

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


RE: The best way to export a complex report...

2007-07-08 Thread Eric Roberts
How about using POI?

Eric

-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Sunday, July 08, 2007 10:35 AM
To: CF-Talk
Subject: Re: The best way to export a complex report...

Hey, this worked. 

cfheader name=content-disposition value=attachment

cfcontent type=application/vnd.ms-excel


cfoutput#SESSION.coreReport#/cfoutput

Still think I'm gonna go the create a temp file route tho. 

Will



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


RE: Dreamweaver extensions for CF8

2007-07-08 Thread Eric Roberts
I have been running 8 on my dev box.  I have been part of the beta team
since I think late last year...early this year. I ran into issues on the
first beta release and most of that was fixed in the second one.  I also ran
into a few bugs that got fixed in the second beta...and a couple more that
have been reported in latest RC.  That is how the process works.  They
shouldn't release it as a final release until they at least get it down to
annoyances that do not impede proper operation.  It's best to make us wait
for a great product than to release a POS just to get it out quick.

Eric

-Original Message-
From: Peter Tilbrook [mailto:[EMAIL PROTECTED] 
Sent: Sunday, July 08, 2007 10:38 AM
To: CF-Talk
Subject: Re: Dreamweaver extensions for CF8

Doubtful.

For starters you require special permission from Adobe to host sites even
under CF8.

A gold disk is premature. There are many issues in the public beta (or RC
- for Andy Scott) that I am not convinced have been rectified without
another release candidate. CF has been the backbone of my company for 12
years (CF turns 12 tomorrow - the 10th of July). CF8 is cementing that
relationship more than ever. Release it when it is ready and not before.

One hosting provider offers CF8 hosting - but bizarrely anything you
uploaded would not execute like it did on your local dev box. Waste of time
really.

Folks like Ben Forta, Ray Camden and Adobe themselves are already doing
that. If they are running a version of CF8 that no-one else has - especially
the beta testers who have been running with it since Alpha 1 - well - not
happy Jan!

Oh yeah and if you have the RAM - CF8 and SQL Server 2005 run happily on XP
Tablet Edition.



~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: The best way to export a complex report...

2007-07-08 Thread Will Tomlinson
How about using POI?

Eric


I originally was gonna use Ben's POI utility. Then figured it'd be easier using 
my existing html tabular output, then letting excel read the tables and convert 
it all over. 

That part it workin nicely, just had the IE trouble. I think I fixed it just by 
adding the cfheader with attachment setting. 

Might still end up creating a temp .xls file for dload. 

Thanks much,
Will

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: The best way to export a complex report...

2007-07-08 Thread Kris Jones
Going with the attachment setting can work nicely, but if the client
has certain security settings enabled, this may still fail. Of course,
if you can predict your client's configuration (an internal app for
your organization where your company sets the config etc), then this
could be moot.

Otherwise, you might want to go ahead and do a cfsavecontent on the
entire output, write the content to a permanent file (which you can
delete later), and redirect the client to a page with a link to
download the saved file. This has been the only way I've found to
reliably get around some of the IE security settings.

Cheers,
Kris

 I originally was gonna use Ben's POI utility. Then figured it'd be easier 
 using my existing html tabular output, then letting excel read the tables and 
 convert it all over.

 That part it workin nicely, just had the IE trouble. I think I fixed it just 
 by adding the cfheader with attachment setting.

 Might still end up creating a temp .xls file for dload.


~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: Dreamweaver extensions for CF8

2007-07-08 Thread Casey Dougall
On 7/8/07, Peter Tilbrook [EMAIL PROTECTED] wrote:

 Doubtful.

 For starters you require special permission from Adobe to host sites even
 under CF8.

 A gold disk is premature. There are many issues in the public beta (or
 RC - for Andy Scott) that I am not convinced have been rectified without
 another release candidate. CF has been the backbone of my company for 12
 years (CF turns 12 tomorrow - the 10th of July). CF8 is cementing that
 relationship more than ever. Release it when it is ready and not before.


I was just saying that when they finish this round of bug fixes, they would
have a gold RC as the next step, I don't have a clue as to when it would be
released.


~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: How to force a download rather than play?

2007-07-08 Thread James Wolfe
There is a way to do it with IIS and Virtual Directories. If you create a 
virtual directory that points to the directory where the mp3s are (for example 
mp3download) and add the following to the header in IIS, the file will be 
served as a download and there will be no work for the CF server.

Name: Content-disposition
Value:  attachment;

If there are very few downloads, it wont matter which way you do it, but if the 
files are large and you want to avoid having CF read them and serve them, you 
can use this alternate method.

I just know the minute I ask this i'm going to remember the answer,  but .. .

I have a member-only page with some mp3 downloads on it.  I want to
force them to download rather than attempt to play in the browser.
(these users arent very computer savvy and i'd rather not have to
teach them right-click except if you're using mac or if the browser is
firefox etc etc).

How can i force the link to the mp3 to open the save dialog rather
than attempt to play it in the browser?


-- 
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

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


RE: How to force a download rather than play?

2007-07-08 Thread Dave Watts
  I have a member-only page with some mp3 downloads on it.  I want to 
  force them to download rather than attempt to play in the browser.

 There is a way to do it with IIS and Virtual Directories. If 
 you create a virtual directory that points to the directory 
 where the mp3s are (for example mp3download) and add the 
 following to the header in IIS, the file will be served as a 
 download and there will be no work for the CF server.
 
 Name: Content-disposition
 Value:  attachment;
 
 If there are very few downloads, it wont matter which way you 
 do it, but if the files are large and you want to avoid 
 having CF read them and serve them, you can use this alternate method.

If you do this, the files will be accessible directly through a browser,
without requiring any authentication, unless you secure the virtual
directory using web server authentication (Basic, NTLM, Digest). Based on
the original posted question, that may be an issue.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


popup closing causes logout

2007-07-08 Thread dan martin
I have a popup window that I use for uploading images. After the upload is 
completed, the user closes the popup. On IE, closing the popup causes the user 
to be logged out. Any ideas why this is happening? I am using a session 
variable to retain the login status.

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


RE: popup closing causes logout

2007-07-08 Thread Dave Watts
 I have a popup window that I use for uploading images. After 
 the upload is completed, the user closes the popup. On IE, 
 closing the popup causes the user to be logged out. Any ideas 
 why this is happening? I am using a session variable to 
 retain the login status.

Do you have any JavaScript onunload event handler within your page(s)?

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: The best way to export a complex report...

2007-07-08 Thread Will Tomlinson
I can't figure out why creating a temp file would help me here. I can create 
the user's content. I can force a dload by usin this:

cfset thisDate = DateFormat(Now(),m-dd-)

cfheader name=content-disposition 
value=attachment;filename=CoreReport_#thisDate#.xls

cfcontent type=application/vnd.ms-excel


cfoutput#SESSION.coreReport#/cfoutput

Why would I need to add the extra step of creating a file, when this does it? 

I WILL have multiple users hitting these same pages, but I'm using SESSION to 
hold the content, so each user's content should be unique to them. 

Can't think of any pitfalls here...

Thanks,
Will

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


Re: popup closing causes logout

2007-07-08 Thread dan martin
 I have a popup window that I use for uploading images. After 
 the upload is completed, the user closes the popup. On IE, 
 closing the popup causes the user to be logged out. Any ideas 
 why this is happening? I am using a session variable to 
 retain the login status.

Do you have any JavaScript onunload event handler within your page(s)?

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!

This email has been processed by SmoothZap - www.smoothwall.net

Nope, I just have an onclick for a button that does a javascript:window.close().

I tested from 3 different machines using windows IE and 2 of them retain the 
login status and 1 loses the login status after closing the popup. I compared 
the explorer setting differences but there doesnt appear to be a setting 
difference.

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: The best way to export a complex report...

2007-07-08 Thread Kris Jones
There are some security settings that will prevent the client from
receiving streamed content. Again, if you have control over your
client's configuration, this may not be an issue for you.

Cheers,
Kris


 I can't figure out why creating a temp file would help me here. I can create 
 the user's content. I can force a dload by usin this:

 cfset thisDate = DateFormat(Now(),m-dd-)

 cfheader name=content-disposition 
 value=attachment;filename=CoreReport_#thisDate#.xls

 cfcontent type=application/vnd.ms-excel


 cfoutput#SESSION.coreReport#/cfoutput

 Why would I need to add the extra step of creating a file, when this does it?

 I WILL have multiple users hitting these same pages, but I'm using SESSION to 
 hold the content, so each user's content should be unique to them.

 Can't think of any pitfalls here...

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


RE: The best way to export a complex report...

2007-07-08 Thread Dave Watts
  I can't figure out why creating a temp file would help me 
  here. I can create the user's content. I can force a dload by 
  usin this:
 
  cfset thisDate = DateFormat(Now(),m-dd-)
 
  cfheader name=content-disposition 
  value=attachment;filename=CoreReport_#thisDate#.xls
 
  cfcontent type=application/vnd.ms-excel
 
 
  cfoutput#SESSION.coreReport#/cfoutput

 There are some security settings that will prevent the client 
 from receiving streamed content. Again, if you have control 
 over your client's configuration, this may not be an issue for you.

This isn't streamed content; it's no different than generating content from
any other CF page. The only issue you might have is if your client expects
your output to have the name of your CF file, when in fact you're giving it
some other name via CFHEADER.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


RE: popup closing causes logout

2007-07-08 Thread Jim Davis
 -Original Message-
 From: dan martin [mailto:[EMAIL PROTECTED]
 Sent: Sunday, July 08, 2007 8:05 PM
 To: CF-Talk
 Subject: popup closing causes logout
 
 I have a popup window that I use for uploading images. After the upload
 is completed, the user closes the popup. On IE, closing the popup
 causes the user to be logged out. Any ideas why this is happening? I am
 using a session variable to retain the login status.

Forget CF for a moment and just examine the headers that come back (you can
use a tool like HTTPWatch, the Developer's Toolbar or Fiddler (google will
help you find them: just search for the names with http).

The session is linked to the browser either through a token passed on the
URL or, the default, via a Cookie.  Look for the value/existence of these in
the HTTP headers before and after you lose your session.  If they're not
changed you need to look to CF, if they are changed you need to focus on the
browser.

The latter is pretty likely however: all sorts of things can mess with HTTP
headers.  Firewalls, spyware scanners, network appliances, etc.

Jim Davis


~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Using OnSessionEnd with Model-Glue

2007-07-08 Thread Dan O'Keefe
Cross posting to cf-talk
-
You can add a Cflog line to verify it is firing. I am looking at something
similar and that is how I confirmed it actually is firing. I am just trying
to do a cflocation to a login page but the cflocation tag does not appear to
be working from the onSessionend event.

Does anybody know why?

Dan

On 5/10/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:

  Nope. I need to run some code on session end. If I put that in my
 application.cfc, how would I call some code in my controller?



 *From:* Andrew Scott [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, May 09, 2007 16:43
 *To:* [EMAIL PROTECTED]
 *Subject:* Re: Using OnSessionEnd with Model-Glue



 OnSessionEnd will not be able to be controlled any controller.



 Are you getting confused with requestEnd?





 On 5/10/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:

 Anybody have a tip on how I can use the session end event?



 I tried defining it like so in my config:

 message-listener message=OnSessionEnd function= OnSessionEnd  /



 And as follows in the controller:



 cffunction name= OnSessionEnd  access=Public returntype=
 ModelGlue.Core.Event output=false

 cfargument name=event type=ModelGlue.Core.Event
 required=true

 /cffunction



 That didn't seem to do anything so the code in the session end function
 did not seem to fire.



 What could I be doing wrong?



 *-*

 *Boyan Kostadinov*
 Web Administrator/Developer

 * Indium Corporation of America http://www.indium.com/*
 *  Email: [EMAIL PROTECTED]
 ( Office: 315-381-2208

 ( Fax: 315-853-1000


 ***This email, its content and any files transmitted with it are intended
 solely for the addressee(s) and may be legally privileged and/or
 confidential. If you are not the intended recipient please delete and
 contact the sender by return and delete the material from any computer. Any
 review, retransmission, dissemination or other use of, or taking of any
 action in reliance upon, this information by persons or entities other than
 the intended recipient is prohibited.

 Messages sent via this medium may be subject to delays, non-delivery and
 unauthorized alteration. This email has been prepared using information
 believed by the author to be reliable and accurate, but Indium Corporation
 makes no warranty as to accuracy or completeness. In particular, Indium
 Corporation does not accept responsibility for changes made to this email
 after it was sent. Any opinions or recommendations expressed herein are
 solely those of the author. They may be subject to change without notice.***





 --



 Senior Coldfusion Developer
 Aegeon Pty. Ltd.
 www.aegeon.com.au
 Phone: +613  8676 4223
 Mobile: 0404 998 273

 ***This email, its content and any files transmitted with it are intended
 solely for the addressee(s) and may be legally privileged and/or
 confidential. If you are not the intended recipient please delete and
 contact the sender by return and delete the material from any computer. Any
 review, retransmission, dissemination or other use of, or taking of any
 action in reliance upon, this information by persons or entities other than
 the intended recipient is prohibited.

 Messages sent via this medium may be subject to delays, non-delivery and
 unauthorized alteration. This email has been prepared using information
 believed by the author to be reliable and accurate, but Indium Corporation
 makes no warranty as to accuracy or completeness. In particular, Indium
 Corporation does not accept responsibility for changes made to this email
 after it was sent. Any opinions or recommendations expressed herein are
 solely those of the author. They may be subject to change without notice.***


 --^^---
 This email was sent to:
 [EMAIL PROTECTED]

 EASY UNSUBSCRIBE click here: http://topica.com/u/?b1drHn.bP4Bnd.ZGFuLm9r
 Or send an email to: [EMAIL PROTECTED]

 For Topica's complete suite of email marketing solutions 
 visit:http://www.topica.com/?p=TEXFOOTER
 --^^---




-- 
--
Dan O'Keefe

-- 
--
Dan O'Keefe


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


Re: The best way to export a complex report...

2007-07-08 Thread Will Tomlinson
Ahh ok. 

yeah, my naming of the file will work best in this case. I'm generating a 
report, naming it with the type and date. 

I guess if 10 people hit this page at the same time, it shouldn't blow up. I've 
never built anything like this before. 

Thanks Dave!

Will


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: Stolen server.

2007-07-08 Thread Al Musella, DPM
  This might be a stupid question.. but if the server encrypts the 
hard drive, would every user have to enter the password whenver they 
need access? Or just the first user after the server boots?
How about for a web server..  when it reboots will it refuse to work 
until someone types in the correct password?

  Also what programs do you recommend for backing up over the 
internet? (for both the server and client?)



thanks. btw: they are sending a letter to all of the clients and 
offering them free credit reports as you guys recommended.

Dave - they secured this facility as well as any ISP is going to 
secure it.. unless you have armed guards at your office :)  This was 
in a very nice neighborhood on a main street - where this type of 
thing is very rare.



I've been use TrueCrypt for my backup service via
my FTP server.  It encrypts the data coming in on the fly
and should my server be stolen, the encrypted hard drive
is dismounted and can only be re-mounted using a password.

So if anyone steals my server, they can't get any data from it.
It uses AES-256 bit encryption.

It's found at SourceForge.org and is free.  No hard to use.
Once I set it up, it's worked flawlessly.  (But I haven't had my
server stolen, so I can't give you a real-world example... :o)



~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: popup closing causes logout

2007-07-08 Thread dan martin
 -Original Message-

Forget CF for a moment and just examine the headers that come back (you can
use a tool like HTTPWatch, the Developer's Toolbar or Fiddler (google will
help you find them: just search for the names with http).

The session is linked to the browser either through a token passed on the
URL or, the default, via a Cookie.  Look for the value/existence of these in
the HTTP headers before and after you lose your session.  If they're not
changed you need to look to CF, if they are changed you need to focus on the
browser.

The latter is pretty likely however: all sorts of things can mess with HTTP
headers.  Firewalls, spyware scanners, network appliances, etc.

Jim Davis

Okay, I loaded fiddler along with the requisite dotnet framework and tried it 
out. 
After I close the popup, the next page does not send state information 
(cookies) in the request and the response is an incremented cfid. Before I 
close the popup, the same page DOES send the state information and the response 
returns the same state infromation back (the same cfid value).

So, does that give any clues as to what is messing up?

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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


Re: Using OnSessionEnd with Model-Glue

2007-07-08 Thread James Holmes
OnSessionEnd() doesn't communicate with a browser. There's no client
to which to send a location header.

On 7/9/07, Dan O'Keefe [EMAIL PROTECTED] wrote:
 Cross posting to cf-talk
 -
 You can add a Cflog line to verify it is firing. I am looking at something
 similar and that is how I confirmed it actually is firing. I am just trying
 to do a cflocation to a login page but the cflocation tag does not appear to
 be working from the onSessionend event.

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

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


css not working in CF file

2007-07-08 Thread colman
I have two different pages:

http://www.ocbin.org/index.cfm

And 

http://www.ocbin.org/index.html

They are EXACTLY the same (checked page source). 

When I run them (.cfm and html) in firefox, they render exactly the same - no 
problem.
When I run them in Explorer 7, note that the sidebar is screwed up on the right 
in the CFM version, but not in the html version.

Since the page source is exactly the same, I am at a loss to explain how this 
is happenening.

Any help greatly appreciated.

Richard Colman

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: css not working in CF file

2007-07-08 Thread Will Tomlinson
It looks almost as if the width of the left side floated item is too wide to 
accomodate the right. So it pushes it down below it. Just for the heckuvit, 
shrink the width of the left side to see if it brings the right back up. 

Will 

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


RE: css not working in CF file

2007-07-08 Thread Bob Imperial
Ditto , might even play around with navbar a bit
#navBar{

margin: 0 0 0 79%; 

 -Original Message-
 From: Will Tomlinson [mailto:[EMAIL PROTECTED]
 Sent: Sunday, July 08, 2007 11:21 PM
 To: CF-Talk
 Subject: Re: css not working in CF file
 
 It looks almost as if the width of the left side floated item is too wide
 to accomodate the right. So it pushes it down below it. Just for the
 heckuvit, shrink the width of the left side to see if it brings the right
 back up.
 
 Will
 
 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: css not working in CF file

2007-07-08 Thread Bob Imperial
Setting the #navBar{   margin: 0 0 0 79%; to 78% allows it room to display at 
the top of that div, or at least it does locally ;)

Bob

 I have two different pages:
 
 http://www.ocbin.org/index.cfm
 
 And 
 
 http://www.ocbin.org/index.html
 
 They are EXACTLY the same (checked page source). 
 
 When I run them (.cfm and html) in firefox, they render exactly the 
 same - no problem.
 When I run them in Explorer 7, note that the sidebar is screwed up on 
 the right in the CFM version, but not in the html version.
 
 Since the page source is exactly the same, I am at a loss to explain 
 how this is happenening.
 
 Any help greatly appreciated.
 
 Richard 
Colman

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


SURVEY: Is ColdFusion OO?

2007-07-08 Thread Dale Fraser
After a discussion on a blog today, the question was asked if people consider 
that ColdFusion is OO and if it should be developed further.

This has always been the cause of some debate, and rather than have lots of off 
topic discussion here or on the blog, I thought id survey the developers.

http://www.surveymonkey.com/s.aspx?sm=YdvaNnvlwRSjEByj7OdFQw_3d_3d

Regards
Dale Fraser

http://dalefraser.blogspot.com

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


RE: Stolen server.

2007-07-08 Thread Dave Watts
 This might be a stupid question.. but if the server   encrypts the hard 
 drive, would every user have  to enter the password whenver they need 
 access? Or just the first user after the server 
 boots? How about for a web server..  when it 
 reboots will it refuse to work until someone 
 types in the correct password?

The system administrator would have to enter a password on startup, fot this 
encryption to be effective.

 Dave - they secured this facility as well as any  ISP is going to secure 
 it.. unless you have 
 armed guards at your office :)  This was 
 in a very nice neighborhood on a main street - 
 where this type of thing is very rare.

Most reputable ISPs provide much greater physical security than you'll find at 
an office building, and many do, in fact, have armed guards.

Dave Watts, CTO, Fig Leaf Software

This email has been processed by SmoothZap - www.smoothwall.net


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: popup closing causes logout

2007-07-08 Thread Jim Davis
 -Original Message-
 From: dan martin [mailto:[EMAIL PROTECTED]
 Sent: Sunday, July 08, 2007 11:04 PM
 To: CF-Talk
 Subject: Re: popup closing causes logout
 
 Okay, I loaded fiddler along with the requisite dotnet framework and
 tried it out.
 After I close the popup, the next page does not send state information
 (cookies) in the request and the response is an incremented cfid.
 Before I close the popup, the same page DOES send the state information
 and the response returns the same state infromation back (the same cfid
 value).
 
 So, does that give any clues as to what is messing up?

Well - it's definitely odd.

Are you manipulating cookies in any way on the pages?  Using JavaScript for
example?  Anything that could be eliminating or otherwise munging the state
cookies?

You could use Fiddler to modify the headers of the page before they're sent
to the server.  Copy the original information and add it in the bad case
to make sure that CF still has the session as you'd expect it.

I'd also, just to be complete, try disabling any busy-body programs and give
'er a go.  Popup blockers, spy ware checkers, internet security programs
and the like all might fiddle with cookies or HTTP headers (a few will leave
comments: make sure to look for them).

Jim Davis


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


Re: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Sean Corfield
On 7/8/07, Dale Fraser [EMAIL PROTECTED] wrote:
 This has always been the cause of some debate, and rather than have lots of 
 off topic discussion here or on the blog, I thought id survey the developers.

Your survey has very loaded questions :)

I'll be interested to see the results...

FWIW, I'll go ahead and give my thoughts here:
- yes, CF is OO and it's 100% in terms of being able to code in an OO style
- no, Adobe don't need to add anything (beyond what's in CF8)

Caveat: a lot of people think Java == OO and complain that CF doesn't
have some feature X that Java has. 9 times out of 10, there are other
well-respected OO languages that don't have feature X either.

Example: Smalltalk and Ruby do not have interfaces (and don't need them).
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


RE: css not working in CF file

2007-07-08 Thread Richard Colman
That worked! 

However, I am at a loss to explain why the setting of 79% worked of in the
..html file but not in the .cfm file ... They are identical?

TNX again. 

-Original Message-
From: Bob Imperial [mailto:[EMAIL PROTECTED] 
Sent: Sunday, July 08, 2007 8:49 PM
To: CF-Talk
Subject: Re: css not working in CF file

Setting the #navBar{   margin: 0 0 0 79%; to 78% allows it room to display
at the top of that div, or at least it does locally ;)

Bob

 I have two different pages:
 
 http://www.ocbin.org/index.cfm
 
 And
 
 http://www.ocbin.org/index.html
 
 They are EXACTLY the same (checked page source). 
 
 When I run them (.cfm and html) in firefox, they render exactly the 
 same - no problem.
 When I run them in Explorer 7, note that the sidebar is screwed up on 
 the right in the CFM version, but not in the html version.
 
 Since the page source is exactly the same, I am at a loss to explain 
 how this is happenening.
 
 Any help greatly appreciated.
 
 Richard
Colman



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


RE: css not working in CF file

2007-07-08 Thread Dale Fraser
It could be the additional whitespace that CF generates.

Try doing a view source, save as on both and run them through a diff tool.

The browser might also render slightly different depending on the headers.

Regards
Dale Fraser

http://dalefraser.blogspot.com



-Original Message-
From: Richard Colman [mailto:[EMAIL PROTECTED] 
Sent: Monday, 9 July 2007 2:30 PM
To: CF-Talk
Subject: RE: css not working in CF file

That worked! 

However, I am at a loss to explain why the setting of 79% worked of in the
...html file but not in the .cfm file ... They are identical?

TNX again. 

-Original Message-
From: Bob Imperial [mailto:[EMAIL PROTECTED] 
Sent: Sunday, July 08, 2007 8:49 PM
To: CF-Talk
Subject: Re: css not working in CF file

Setting the #navBar{   margin: 0 0 0 79%; to 78% allows it room to display
at the top of that div, or at least it does locally ;)

Bob

 I have two different pages:
 
 http://www.ocbin.org/index.cfm
 
 And
 
 http://www.ocbin.org/index.html
 
 They are EXACTLY the same (checked page source). 
 
 When I run them (.cfm and html) in firefox, they render exactly the 
 same - no problem.
 When I run them in Explorer 7, note that the sidebar is screwed up on 
 the right in the CFM version, but not in the html version.
 
 Since the page source is exactly the same, I am at a loss to explain 
 how this is happenening.
 
 Any help greatly appreciated.
 
 Richard
Colman





~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


RE: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Dale Fraser
Sean,

Loaded how so? I don't think it's loaded at all, the questions are yes and
no answers and the answers themselves randomized. If you think my Survey
shows a bias here I would be interested to see what you think that bias is.

Regards
Dale Fraser

http://dalefraser.blogspot.com



-Original Message-
From: Sean Corfield [mailto:[EMAIL PROTECTED] 
Sent: Monday, 9 July 2007 2:30 PM
To: CF-Talk
Subject: Re: SURVEY: Is ColdFusion OO?

On 7/8/07, Dale Fraser [EMAIL PROTECTED] wrote:
 This has always been the cause of some debate, and rather than have lots
of off topic discussion here or on the blog, I thought id survey the
developers.

Your survey has very loaded questions :)

I'll be interested to see the results...

FWIW, I'll go ahead and give my thoughts here:
- yes, CF is OO and it's 100% in terms of being able to code in an OO style
- no, Adobe don't need to add anything (beyond what's in CF8)

Caveat: a lot of people think Java == OO and complain that CF doesn't
have some feature X that Java has. 9 times out of 10, there are other
well-respected OO languages that don't have feature X either.

Example: Smalltalk and Ruby do not have interfaces (and don't need them).
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood



~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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


Re: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Paul Hastings
Dale Fraser wrote:
 Loaded how so? I don't think it's loaded at all, the questions are yes and

this will certainly start off a seemingly endless round of tail-chasing  
purse-swinging about what constitutes OO, what adobe should be doing/not doing 
about such  such OO features, etc. *again*.

the cf team is chock full of smart people. i like what they've done w/cf  
trust 
them not to cut off  gnaw on my feet from time to time as some companies seem 
to like doing.

of course they still need to adopt icu4j, but that's a story for another day ;-)

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


RE: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Dale Fraser
Paul,

Hopefully not, I'd rather people just vote that cast an opinion here. 

http://www.surveymonkey.com/s.aspx?sm=YdvaNnvlwRSjEByj7OdFQw_3d_3d

Regards
Dale Fraser

http://dalefraser.blogspot.com



-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED] 
Sent: Monday, 9 July 2007 2:59 PM
To: CF-Talk
Subject: Re: SURVEY: Is ColdFusion OO?

Dale Fraser wrote:
 Loaded how so? I don't think it's loaded at all, the questions are yes and

this will certainly start off a seemingly endless round of tail-chasing  
purse-swinging about what constitutes OO, what adobe should be doing/not
doing 
about such  such OO features, etc. *again*.

the cf team is chock full of smart people. i like what they've done w/cf 
trust 
them not to cut off  gnaw on my feet from time to time as some companies
seem 
to like doing.

of course they still need to adopt icu4j, but that's a story for another day
;-)



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


Re: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Mark Mandel
You do love your surveys, don't you Dale ;)

Its not a bad thing, but just noticing the trend.  You blogging all
the results from these surveys?

Mark

On 7/9/07, Dale Fraser [EMAIL PROTECTED] wrote:
 Paul,

 Hopefully not, I'd rather people just vote that cast an opinion here.

 http://www.surveymonkey.com/s.aspx?sm=YdvaNnvlwRSjEByj7OdFQw_3d_3d

 Regards
 Dale Fraser

 http://dalefraser.blogspot.com



 -Original Message-
 From: Paul Hastings [mailto:[EMAIL PROTECTED]
 Sent: Monday, 9 July 2007 2:59 PM
 To: CF-Talk
 Subject: Re: SURVEY: Is ColdFusion OO?

 Dale Fraser wrote:
  Loaded how so? I don't think it's loaded at all, the questions are yes and

 this will certainly start off a seemingly endless round of tail-chasing 
 purse-swinging about what constitutes OO, what adobe should be doing/not
 doing
 about such  such OO features, etc. *again*.

 the cf team is chock full of smart people. i like what they've done w/cf 
 trust
 them not to cut off  gnaw on my feet from time to time as some companies
 seem
 to like doing.

 of course they still need to adopt icu4j, but that's a story for another day
 ;-)



 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


RE: Stolen server.

2007-07-08 Thread John Mason
 Dave - they secured this facility as well as any  ISP is going to 
 secure it.. unless you have armed guards at your office :)  This was 
 in a very nice neighborhood on a main street - where this type of 
 thing is very rare.

Most reputable ISPs provide much greater physical security than you'll
find at an office building, and many do, in fact, have armed guard

Just adding to the point. FusionLink maintains it's server racks at the
ATT/IBM datacenter here in Atlanta. There are biometrics, armed guards and
several levels of security/procedures. It's not cheap or fun at times, but
security has to be all inclusive if it will have any impact. It makes little
sense to have network security, firewalls, encrypted data, etc. if a person
could simply walk into the building and take a server.

John
[EMAIL PROTECTED]




~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


RE: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Dale Fraser
I will blog the results,

Just haven't cut any of them off yet, and there have only been three

Regards
Dale Fraser

http://dalefraser.blogspot.com



-Original Message-
From: Mark Mandel [mailto:[EMAIL PROTECTED] 
Sent: Monday, 9 July 2007 3:18 PM
To: CF-Talk
Subject: Re: SURVEY: Is ColdFusion OO?

You do love your surveys, don't you Dale ;)

Its not a bad thing, but just noticing the trend.  You blogging all
the results from these surveys?

Mark

On 7/9/07, Dale Fraser [EMAIL PROTECTED] wrote:
 Paul,

 Hopefully not, I'd rather people just vote that cast an opinion here.

 http://www.surveymonkey.com/s.aspx?sm=YdvaNnvlwRSjEByj7OdFQw_3d_3d

 Regards
 Dale Fraser

 http://dalefraser.blogspot.com



 -Original Message-
 From: Paul Hastings [mailto:[EMAIL PROTECTED]
 Sent: Monday, 9 July 2007 2:59 PM
 To: CF-Talk
 Subject: Re: SURVEY: Is ColdFusion OO?

 Dale Fraser wrote:
  Loaded how so? I don't think it's loaded at all, the questions are yes
and

 this will certainly start off a seemingly endless round of tail-chasing 
 purse-swinging about what constitutes OO, what adobe should be doing/not
 doing
 about such  such OO features, etc. *again*.

 the cf team is chock full of smart people. i like what they've done w/cf 
 trust
 them not to cut off  gnaw on my feet from time to time as some companies
 seem
 to like doing.

 of course they still need to adopt icu4j, but that's a story for another
day
 ;-)



 



~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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