RE: CFFILE UPLOAD / Embedding

2009-09-16 Thread Jenny Gavin-Wear

I've had time to do more testing on this.

>From what i can tell it's a bug in my IE :/

Also, this is the code I'm using to embed mp3, wma and wmv files.  I'm
streaming them off a Windows Media Server.

WMV and WMA files play on all browsers tested with this code (IE, Firefox,
Chrome). Well, almost.  They play on my pc's IE and not on another's, anyone
have any idea why, please?

Can anyone tell me definitively (I've spent way too much time on this,
arrrgh) whether this is the right code to be using or if there is a better
way (right way)?







http://www.microsoft.com/Windows/MediaPlayer/";
WIDTH="319" HEIGHT="284"
ShowControls="1"
ShowStatusBar="1"
ShowDisplay="0"
autostart="1"
playcount="1">



Thanks in advance,

Jenny


-Original Message-
From: Will Swain [mailto:w...@hothorse.com]
Sent: 11 September 2009 08:08
To: cf-talk
Subject: RE: CFFILE UPLOAD



Sorry - coming to this late. Have you tried with a different mp3 file? Is it
all mp3 files that don't work, or just this one?

-Original Message-
From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk]
Sent: 11 September 2009 04:49
To: cf-talk
Subject: RE: CFFILE UPLOAD


The MP3 I am uploading is smaller than the WMVs that upload fine ..

-Original Message-
From: Maureen [mailto:mamamaur...@gmail.com]
Sent: 06 September 2009 07:37
To: cf-talk
Subject: Re: CFFILE UPLOAD



Does it exceed max file size for uploads on the server?

On Sat, Sep 5, 2009 at 9:50 PM, Andrew Grosset  wrote:
>
> according to this list there are 4 possible mime types for mp3
>
> http://www.webmaster-toolkit.com/mime-types.shtml
>
>>2boogie.mp3
>>
>>Most file formats work fine (doc, pfd, wmv, for example) and it seems
>>it's just music files like mp3 and wma that have a problem.
>>
>>Could it be something to do with the mime type?







~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326378
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion + Cloud

2009-09-16 Thread Agha Mehdi

Sorry. Didn't realize. CF Ent. will be for 10 conc. cloud instances and CF
standard will be for one. CF 9 will also have its AMI.

On Wed, Sep 16, 2009 at 1:09 PM, Ian Skinner  wrote:

>
> Agha Mehdi wrote:
> > CF enterprise will run on 10 conc. cloud instances (see attached).
>
> We can't  House of Fusion does not allow attachments.
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326377
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF: TimeZoneInfo

2009-09-16 Thread Judah McAuley

That sounds about right then. Being -5 plus being in DST would result
in it being 4 hours off if it were displaying UTC.

I don't really know the internals of the JVM and timezones. I think
that part of it will depend on which version of the JRE you are
running. Doing a bit of quick googling comes up with the following
articles which may be of some help:

http://www-01.ibm.com/support/docview.wss?uid=swg21250503

http://www.petefreitag.com/item/171.cfm

Hope this helps.

Judah

On Wed, Sep 16, 2009 at 10:52 AM, Randy Adkins  wrote:
>
> US Eastern TimeZone (-5)
> I know the locale is set right: English (US)
>
> Any idea how I can check the Java Locale?
>
>
>
> On Wed, Sep 16, 2009 at 1:15 PM, Judah McAuley  wrote:
>
>>
>> What is your time zone? Should you be on UTC or are you in a different
>> time zone? If you are not on UTC then you ought to have an offset
>> listed there and I'm going to guess that your Java Locale is messed
>> up. CF doesn't get local time zone info (I believe) from your system
>> but rather from Java. If the Java locale is incorrect, CF will be
>> incorrect. I don't actually know how to change your Java locale
>> settings off the top of my head but hopefully that will point you in
>> the right direction.
>>
>> Judah
>>
>> On Wed, Sep 16, 2009 at 9:12 AM, Randy Adkins  wrote:
>> >
>> > Having an issue where are Server Time is correct but when using the Now()
>> > option in CF, it is off by 4 hours.
>> >
>> >
>> > *Test Date/Time:* {ts '2009-09-16 16:09:38'}
>> >
>> > This is what is returned using GetTimeZoneInfo:
>> >
>> > *ColdFusion Time Zone Info:*
>> > DST On: NO
>> > UTC Hour Offset: 0
>> > UTC Minute Offset: 0
>> > UTC Total Offset: 0
>> >
>> > In the Date/Time options in the Server's control panel (W2k3), the DST is
>> > checked. Thus the proper time on the server is accurate.
>> >
>> > Any idea why CF is off?
>> >
>> >
>> >
>>
>>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326376
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion + Cloud

2009-09-16 Thread Ian Skinner

Agha Mehdi wrote:
> CF enterprise will run on 10 conc. cloud instances (see attached).

We can't  House of Fusion does not allow attachments.



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326375
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Simple JS question...

2009-09-16 Thread Dave Watts

> Hope this one is easy... how can I get the selected value from a form's
> select box and then pass that value as a variable in a href? Can it be done
> with an onClick event?
>
>  href="/account/index.cfm?mode=wishlist&productid=*js value here*">Add to
> Wishlist

The solutions that Charlie and Duane provided are perfectly good, but
it's worth pointing out that URLs have a search attribute, which you
can set directly:

Add
to Wishlist

The advantage of this approach, if you even want to call it that, is
that you can modify rather than overwrite the URL assigned to the href
attribute of the link.

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!

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326374
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Simple JS question...

2009-09-16 Thread Che Vilnonis

Charlie/Duane... Thanks. That did the trick! 

-Original Message-
From: Charlie Griefer [mailto:charlie.grie...@gmail.com] 
Sent: Wednesday, September 16, 2009 3:02 PM
To: cf-talk
Subject: Re: Simple JS question...


not tested, but something like:

Add to Wishlist


 function takeMeThere() {
  var mySelectBox = document.getElementById('mySelectBox');
  var productID =
mySelectBox.options[mySelectBox.selectedIndex].value;

  location.href = "/account/index.cfm?mode=wishlist&productid=" +
productID;
 }


On Wed, Sep 16, 2009 at 11:54 AM, Che Vilnonis  wrote:

>
> Hope this one is easy... how can I get the selected value from a 
> form's select box and then pass that value as a variable in a href? 
> Can it be done with an onClick event?
>
>  href="/account/index.cfm?mode=wishlist&productid=*js value here*">Add 
> to Wishlist
>
>
> Thanks, Che
>
>
>
> 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326373
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Is this possible with component methods in cf8?

2009-09-16 Thread Rick Faircloth

Thanks for the insight, Tony!

This particular app will usually be handling 10 or less
images at a time.

Rick

-Original Message-
From: Tony Bentley [mailto:t...@tonybentley.com] 
Sent: Wednesday, September 16, 2009 2:11 PM
To: cf-talk
Subject: Re: Is this possible with component methods in cf8?


I suggested using the zipped folder method as an option to handle the issue
of getting more than a few images to upload at a time. Facebook allows the
user to upload all of the images in one go, then the user manages each
image's description, title and tags after the images have been uploaded and
processed. IMHO I think this is the best possible method (for batch
uploading) because the other option (upload title, description and image at
the same time) limits the user to a smaller amount.

If you are limiting the app to a few photos, I suppose it is okay but most
JS only uploaders cannot handle file size detection which is generally why
Flash or Java is a better choice. The user knows how long it will take for
the file to upload and once the server processes the image, it gets the post
back and all is good.

Give them a choice if you're going for best user experience. If the file is
a zip, upload them all and then prompt them to manage one individually.
Otherwise, they can choose to upload one image at a time using some sort of
Ajaxy multi file upload with descriptions and tags, etc.





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326372
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Simple JS question...

2009-09-16 Thread Duane Boudreau

Text

This may not be 100% as I haven't tested it, but it should be close.


-Original Message-
From: Che Vilnonis [mailto:ch...@asitv.com] 
Sent: Wednesday, September 16, 2009 3:54 PM
To: cf-talk
Subject: Simple JS question...


Hope this one is easy... how can I get the selected value from a form's
select box and then pass that value as a variable in a href? Can it be done
with an onClick event?

Add to
Wishlist


Thanks, Che





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326371
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Simple JS question...

2009-09-16 Thread Charlie Griefer

not tested, but something like:

Add to Wishlist


 function takeMeThere() {
  var mySelectBox = document.getElementById('mySelectBox');
  var productID =
mySelectBox.options[mySelectBox.selectedIndex].value;

  location.href = "/account/index.cfm?mode=wishlist&productid=" +
productID;
 }


On Wed, Sep 16, 2009 at 11:54 AM, Che Vilnonis  wrote:

>
> Hope this one is easy... how can I get the selected value from a form's
> select box and then pass that value as a variable in a href? Can it be done
> with an onClick event?
>
>  href="/account/index.cfm?mode=wishlist&productid=*js value here*">Add to
> Wishlist
>
>
> Thanks, Che
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326370
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Simple JS question...

2009-09-16 Thread Che Vilnonis

Hope this one is easy... how can I get the selected value from a form's
select box and then pass that value as a variable in a href? Can it be done
with an onClick event?

Add to
Wishlist


Thanks, Che



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326369
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Best approach

2009-09-16 Thread Jason Fisher

Or look into an AIR app with Flash and the embedded Derby database?  AIR 
will help you handle the sync from local to server.
 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326368
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Best approach

2009-09-16 Thread Allen Souliere

I have a great approach to this, assuming java can run on the tablet 
PC.  It is possible to make a bundle with OpenBlueDragon (with some .bat 
files to handle the startup) capable of running on the Tablet PC.  It 
can run locally with no network required, allow you to leverage your 
CFML skills to do the processing of the checklist.  Once done, the local 
CFML web application can then send the data (once connected) via web 
services (or whatever upload mechanism you decide upon) to the main 
server over the internet.

It is also possible through the admin api to set up a datasource from 
the tablet to the master server programmatically in OpenBD, and insert 
directly into your database, but you may prefer to expose the database 
in a different way (ie Web Services, etc.) instead.

I have done a standalone server in this manner before.

Otherwise, you may be looking at writing a native app on the tablet PC 
to do this.

Allen

Randy Adkins wrote:
> Looking for the best approach to the following task:
>
> allow users to download a checklist to a tablet pc, do some security
> checks with the tablet pc in hand (not connected to the web).
>
> Upon completing the checks, connect to the Internet and upload the
> results. Then I can parse and add to the master database.
>
> Thought?
>   

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326367
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion + Cloud

2009-09-16 Thread Agha Mehdi

CF enterprise will run on 10 conc. cloud instances (see attached). I am not
so much worried about CF licensing at this point. I need to start playing
with cf+Flex+db config in cloud. I have created Stax account and it looks
promising. Not sure how mature that service is. Anybody knows if there is a
Stax plugin for eclipse to use for Stax SDK?

On Wed, Sep 16, 2009 at 11:30 AM,  wrote:

>
> I know Adobe is planning for cloud licensing in the CF9 licensing.  You
> would probably be ok if you owned a license for each image being used at
> concurrently, but don't quote me on that.  I think think I heard Sean
> Corfield say once that Adobe had made special exceptions on a a
> client-by-client basis for the time being.
>
> Why don't you call up your friendly neighborhood Adobe rep and ask!  :)
>
> ~Brad
>
>  Original Message 
>  Subject: RE: Coldfusion + Cloud
>  From: "Mark Kruger" 
>  Date: Wed, September 16, 2009 12:51 pm
>  To: cf-talk 
>
>
>  If you are using EC2 you might find a saved instance with CF (trial)
> pre
>  installed (I know there is one for Blue Dragon/MySQL/CentOS for
> example).
>  Spool up the instance amd use it - keep in mind that the CF license
>  agreements are probably violated by production cloud usage (not sure on
> this
>  point ... Someone help me out). The learning curve here is not CF, it
> is
>  EC2.
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326366
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Coldfusion + Cloud

2009-09-16 Thread brad

I know Adobe is planning for cloud licensing in the CF9 licensing.  You
would probably be ok if you owned a license for each image being used at
concurrently, but don't quote me on that.  I think think I heard Sean
Corfield say once that Adobe had made special exceptions on a a
client-by-client basis for the time being.

Why don't you call up your friendly neighborhood Adobe rep and ask!  :)

~Brad

 Original Message 
 Subject: RE: Coldfusion + Cloud
 From: "Mark Kruger" 
 Date: Wed, September 16, 2009 12:51 pm
 To: cf-talk 
 
 
 If you are using EC2 you might find a saved instance with CF (trial)
pre
 installed (I know there is one for Blue Dragon/MySQL/CentOS for
example).
 Spool up the instance amd use it - keep in mind that the CF license
 agreements are probably violated by production cloud usage (not sure on
this
 point ... Someone help me out). The learning curve here is not CF, it
is
 EC2. 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326365
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Best approach

2009-09-16 Thread Randy Adkins

Looking for the best approach to the following task:

allow users to download a checklist to a tablet pc, do some security
checks with the tablet pc in hand (not connected to the web).

Upon completing the checks, connect to the Internet and upload the
results. Then I can parse and add to the master database.

Thought?

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326364
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Is this possible with component methods in cf8?

2009-09-16 Thread Tony Bentley

I suggested using the zipped folder method as an option to handle the issue of 
getting more than a few images to upload at a time. Facebook allows the user to 
upload all of the images in one go, then the user manages each image's 
description, title and tags after the images have been uploaded and processed. 
IMHO I think this is the best possible method (for batch uploading) because the 
other option (upload title, description and image at the same time) limits the 
user to a smaller amount.

If you are limiting the app to a few photos, I suppose it is okay but most JS 
only uploaders cannot handle file size detection which is generally why Flash 
or Java is a better choice. The user knows how long it will take for the file 
to upload and once the server processes the image, it gets the post back and 
all is good.

Give them a choice if you're going for best user experience. If the file is a 
zip, upload them all and then prompt them to manage one individually. 
Otherwise, they can choose to upload one image at a time using some sort of 
Ajaxy multi file upload with descriptions and tags, etc.



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326363
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF: TimeZoneInfo

2009-09-16 Thread Randy Adkins

US Eastern TimeZone (-5)
I know the locale is set right: English (US)

Any idea how I can check the Java Locale?



On Wed, Sep 16, 2009 at 1:15 PM, Judah McAuley  wrote:

>
> What is your time zone? Should you be on UTC or are you in a different
> time zone? If you are not on UTC then you ought to have an offset
> listed there and I'm going to guess that your Java Locale is messed
> up. CF doesn't get local time zone info (I believe) from your system
> but rather from Java. If the Java locale is incorrect, CF will be
> incorrect. I don't actually know how to change your Java locale
> settings off the top of my head but hopefully that will point you in
> the right direction.
>
> Judah
>
> On Wed, Sep 16, 2009 at 9:12 AM, Randy Adkins  wrote:
> >
> > Having an issue where are Server Time is correct but when using the Now()
> > option in CF, it is off by 4 hours.
> >
> >
> > *Test Date/Time:* {ts '2009-09-16 16:09:38'}
> >
> > This is what is returned using GetTimeZoneInfo:
> >
> > *ColdFusion Time Zone Info:*
> > DST On: NO
> > UTC Hour Offset: 0
> > UTC Minute Offset: 0
> > UTC Total Offset: 0
> >
> > In the Date/Time options in the Server's control panel (W2k3), the DST is
> > checked. Thus the proper time on the server is accurate.
> >
> > Any idea why CF is off?
> >
> >
> >
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326362
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Coldfusion + Cloud

2009-09-16 Thread Mark Kruger

If you are using EC2 you might find a saved instance with CF (trial) pre
installed (I know there is one for Blue Dragon/MySQL/CentOS for example).
Spool up the instance amd use it - keep in mind that the CF license
agreements are probably violated by production cloud usage (not sure on this
point ... Someone help me out). The learning curve here is not CF, it is
EC2. 

Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: Wednesday, September 16, 2009 11:33 AM
To: cf-talk
Subject: Re: Coldfusion + Cloud


> Where can I find comprehensive setup guidelines for CF on cloud 
> including setting up dsn for mysql in windows environment.

There is not enough information in that question to provide an answer.
What cloud vendor? Amazon? One of the myriad front-ends to Amazon, like
Stax? Your own virtualization environment?

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!



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326361
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF: TimeZoneInfo

2009-09-16 Thread Judah McAuley

What is your time zone? Should you be on UTC or are you in a different
time zone? If you are not on UTC then you ought to have an offset
listed there and I'm going to guess that your Java Locale is messed
up. CF doesn't get local time zone info (I believe) from your system
but rather from Java. If the Java locale is incorrect, CF will be
incorrect. I don't actually know how to change your Java locale
settings off the top of my head but hopefully that will point you in
the right direction.

Judah

On Wed, Sep 16, 2009 at 9:12 AM, Randy Adkins  wrote:
>
> Having an issue where are Server Time is correct but when using the Now()
> option in CF, it is off by 4 hours.
>
>
> *Test Date/Time:* {ts '2009-09-16 16:09:38'}
>
> This is what is returned using GetTimeZoneInfo:
>
> *ColdFusion Time Zone Info:*
> DST On: NO
> UTC Hour Offset: 0
> UTC Minute Offset: 0
> UTC Total Offset: 0
>
> In the Date/Time options in the Server's control panel (W2k3), the DST is
> checked. Thus the proper time on the server is accurate.
>
> Any idea why CF is off?
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326360
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion + Cloud

2009-09-16 Thread Agha Mehdi

Apologies for being vague.:) It's for Amazon EC2 and S3. Not sure about the
front-ends.

On Wed, Sep 16, 2009 at 9:32 AM, Dave Watts  wrote:

>
> > Where can I find comprehensive setup guidelines for CF on cloud including
> > setting up dsn for mysql in windows environment.
>
> There is not enough information in that question to provide an answer.
> What cloud vendor? Amazon? One of the myriad front-ends to Amazon,
> like Stax? Your own virtualization environment?
>
> 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!
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326359
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion + Cloud

2009-09-16 Thread Dave Watts

> Where can I find comprehensive setup guidelines for CF on cloud including
> setting up dsn for mysql in windows environment.

There is not enough information in that question to provide an answer.
What cloud vendor? Amazon? One of the myriad front-ends to Amazon,
like Stax? Your own virtualization environment?

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!

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326358
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF load times on VPS

2009-09-16 Thread Jordan Michaels

+1

The debugging information is what you need to get your hands on here. 
I'm not familiar with how KA's setup is, but if you have access to the 
CF Admin you can just turn it on from there, hit your page, and 
debugging info will show up at the bottom. That should provide some real 
insight as to what's causing the hang-up.

Sending this question to KAVPS Support may also be a good idea. They 
would be most familiar with their VPS's and maybe they've run into this 
problem before.

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Adobe Solution Provider


b...@bradwood.com wrote:
> Can you turn on debugging, or better yet, install SeeFusion on both
> servers?  Then it's a simple matter of looking to see what is taking so
> long.  Stack traces are your friend here.
> 
> I *doubt* it is directly related to the fact that the file is big
> (unless you're talking megabytes-big) other than the fact that you have
> more room to cram poorly performing queries in a larger file.  :)
> 
> ~Brad
> 
>  Original Message 
>  Subject: CF load times on VPS
>  From: Chip Beck 
>  Date: Wed, September 16, 2009 9:41 am
>  To: cf-talk 
>  
>  
>  Forgive me in advance for this seemingly vague question, but I'm mostly
> just
>  asking for suggestions on a general method of troubleshooting this...
> 
> 
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326357
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF load times on VPS

2009-09-16 Thread brad

Can you turn on debugging, or better yet, install SeeFusion on both
servers?  Then it's a simple matter of looking to see what is taking so
long.  Stack traces are your friend here.

I *doubt* it is directly related to the fact that the file is big
(unless you're talking megabytes-big) other than the fact that you have
more room to cram poorly performing queries in a larger file.  :)

~Brad

 Original Message 
 Subject: CF load times on VPS
 From: Chip Beck 
 Date: Wed, September 16, 2009 9:41 am
 To: cf-talk 
 
 
 Forgive me in advance for this seemingly vague question, but I'm mostly
just
 asking for suggestions on a general method of troubleshooting this...


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326356
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Coldfusion + Cloud

2009-09-16 Thread Agha Mehdi

All,
Where can I find comprehensive setup guidelines for CF on cloud including
setting up dsn for mysql in windows environment.

Thanks

Agha


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326355
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF: TimeZoneInfo

2009-09-16 Thread Randy Adkins

Having an issue where are Server Time is correct but when using the Now()
option in CF, it is off by 4 hours.


*Test Date/Time:* {ts '2009-09-16 16:09:38'}

This is what is returned using GetTimeZoneInfo:

*ColdFusion Time Zone Info:*
DST On: NO
UTC Hour Offset: 0
UTC Minute Offset: 0
UTC Total Offset: 0

In the Date/Time options in the Server's control panel (W2k3), the DST is
checked. Thus the proper time on the server is accurate.

Any idea why CF is off?


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326354
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF load times on VPS

2009-09-16 Thread Jason Durham

This sounds like a good question for the CF server list.  Not trying to be 
rude, but rather helpful in getting a prompt solution to your inquiry. :)

-Original Message-
From: Chip Beck [mailto:chipb...@gmail.com]
Sent: Wednesday, September 16, 2009 9:42 AM
To: cf-talk
Subject: CF load times on VPS


Forgive me in advance for this seemingly vague question, but I'm mostly just
asking for suggestions on a general method of troubleshooting this...
I just switched from a CrystalTech semi-dedicated server to a KickAssVPS
because my company needed the reliability and speed of our CMS to be
more consistent / improved. I have duplicated the site and have been running
different pages to test load times. Any .cfm file on the CrystalTech server
that takes, say, around a few hundred milliseconds to load normally, loads
on the new KickAssVPS server twice as fast. Any .cfm file that has a much
larger load time, like one page that takes nearly 5000ms to load takes twice
as LONG on the KickAssVPS.

Again, I realize how vague this question is and how there are 1,000 things
that may be happening here, but I was wondering if anyone had any idea why
smaller files would process much quicker, and larger files slower. What
information can I provide the list so I can get some suggestions? Help me
help you help me!




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326353
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 load times on VPS

2009-09-16 Thread Rick Faircloth

Could it be a memory issue?  As in running up memory use for the larger
files
until the server is essentially out of available memory and that causes a
processing slow-down?

Rick

-Original Message-
From: Chip Beck [mailto:chipb...@gmail.com] 
Sent: Wednesday, September 16, 2009 10:42 AM
To: cf-talk
Subject: CF load times on VPS


Forgive me in advance for this seemingly vague question, but I'm mostly just
asking for suggestions on a general method of troubleshooting this...
I just switched from a CrystalTech semi-dedicated server to a KickAssVPS
because my company needed the reliability and speed of our CMS to be
more consistent / improved. I have duplicated the site and have been running
different pages to test load times. Any .cfm file on the CrystalTech server
that takes, say, around a few hundred milliseconds to load normally, loads
on the new KickAssVPS server twice as fast. Any .cfm file that has a much
larger load time, like one page that takes nearly 5000ms to load takes twice
as LONG on the KickAssVPS.

Again, I realize how vague this question is and how there are 1,000 things
that may be happening here, but I was wondering if anyone had any idea why
smaller files would process much quicker, and larger files slower. What
information can I provide the list so I can get some suggestions? Help me
help you help me!




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326352
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF load times on VPS

2009-09-16 Thread Chip Beck

Forgive me in advance for this seemingly vague question, but I'm mostly just
asking for suggestions on a general method of troubleshooting this...
I just switched from a CrystalTech semi-dedicated server to a KickAssVPS
because my company needed the reliability and speed of our CMS to be
more consistent / improved. I have duplicated the site and have been running
different pages to test load times. Any .cfm file on the CrystalTech server
that takes, say, around a few hundred milliseconds to load normally, loads
on the new KickAssVPS server twice as fast. Any .cfm file that has a much
larger load time, like one page that takes nearly 5000ms to load takes twice
as LONG on the KickAssVPS.

Again, I realize how vague this question is and how there are 1,000 things
that may be happening here, but I was wondering if anyone had any idea why
smaller files would process much quicker, and larger files slower. What
information can I provide the list so I can get some suggestions? Help me
help you help me!


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326351
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4