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

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

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

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

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

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 takeMeTh

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

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 fr

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

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 Cold

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

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 t

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

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 ba

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 mast

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 a

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 t

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

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

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

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 virtualizati

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 t

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

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

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 O

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 tim

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

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 cons