problem with calendar popup on DATEFIELD

2011-08-07 Thread derek felsher
Hi folks Sorry if this is a repeat, seems I hit the send button to fast on the prev post. I am trying to use the cfinput datefield in CF8. Everything works fine except when the calendar opens, the month and year do not show at the top of the popup. When I move the mouse over the area and

RE: Run a class file generated with CF outside of CF

2011-08-07 Thread Brook Davies
Hey Nathan, So what I was doing was this. I am working on a new web app written with extJS. I have a CFC that I call that builds the client side app. It reads all of the ux and util directories and generates a config file used by jsBuilder to compress, combine and minify the JS used on the

Re: Run a class file generated with CF outside of CF

2011-08-07 Thread Peter Boughton
It's Railo, that's r-a-I-L-o, not Ralio. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Question about cfPresentation cfPresentationSlide

2011-08-07 Thread Torrent Girl
You can also create an HTML output. On Thu, Jun 9, 2011 at 10:38 AM, Rick Faircloth r...@whitestonemedia.com wrote: Are you saying I can output HTML and it won't be flash and I can have working links? ~| Order the Adobe

Re: Run a class file generated with CF outside of CF

2011-08-07 Thread Nathan Strutz
Brook, Great solution. Kind of complicated but totally doable. I won't pretend to understand the complexity of the cfc you have, but all that overhead to run one cfc seems extreme. I have a couple suggestions. 1- use native Ant to do it all. You can concat files and run jsmin or yui compressor

timing software

2011-08-07 Thread Ben Conner
Hi, I have a client whose website we host and maintain, written in CF. He's getting varying results loading web pages in terms of responsiveness. I'd like to find out in more detail what elements loaded, the size of those elements, and the time taken for each one. I've seen a couple of

RE: CF 9 ODBC data source with Windows 2008 64-bit

2011-08-07 Thread Nathan Chen
Dave, I tried Oracle jdbc and it worked. Thank you very much for your time. Nathan -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Saturday, August 06, 2011 4:55 PM To: cf-talk Subject: Re: CF 9 ODBC data source with Windows 2008 64-bit Actually what I am

Re: timing software

2011-08-07 Thread Kevin Pepperman
Firebug for Firefox has tools for this type of thing. http://getfirebug.com/network -- /Kevin Pepperman *Never memorize what you can look up in books*. --Albert_Einstein ~| Order the Adobe Coldfusion Anthology now!

Re: timing software

2011-08-07 Thread Michael Grant
Chrome has these tools built right in. And, as a bonus, it's a better browser too. On Sun, Aug 7, 2011 at 8:50 PM, Kevin Pepperman chorno...@gmail.com wrote: Firebug for Firefox has tools for this type of thing. http://getfirebug.com/network -- /Kevin Pepperman *Never memorize what

Re: timing software

2011-08-07 Thread Ben Conner
Thanks much! That's probably why I didn't find it: was looking for stand-alone software. Will check both out. --Ben On 8/7/2011 5:55 PM, Michael Grant wrote: Chrome has these tools built right in. And, as a bonus, it's a better browser too. -- Ben Conner b...@webworldinc.com

Re: Run a class file generated with CF outside of CF

2011-08-07 Thread Sean Corfield
FWIW, Railo 4.0 will make this even easier by allowing CFML to be executed directly from the command line (or ant) without needing a server running at all. This will effectively make CFML a general purpose scripting language that can be used outside the servlet container! Builds of 4.0 are

Re: timing software

2011-08-07 Thread Ben Conner
How do you access the timing information in Chrome? --Ben On 8/7/2011 5:55 PM, Michael Grant wrote: Chrome has these tools built right in. And, as a bonus, it's a better browser too. On Sun, Aug 7, 2011 at 8:50 PM, Kevin Peppermanchorno...@gmail.com wrote: Firebug for Firefox has tools

Re: timing software

2011-08-07 Thread Azadi Saryev
wrench - tools - developer tools Azadi On 08/08/2011 09:25 , Ben Conner wrote: How do you access the timing information in Chrome? --Ben On 8/7/2011 5:55 PM, Michael Grant wrote: Chrome has these tools built right in. And, as a bonus, it's a better browser too. On Sun, Aug 7, 2011 at

Re: timing software

2011-08-07 Thread Ben Conner
Wow. Impressive. Is there somewhere I can disable caching? Can this timing report be printed and/or saved? --Ben On 8/7/2011 6:30 PM, Azadi Saryev wrote: wrench - tools - developer tools Azadi -- Ben Conner b...@webworldinc.com Web World, Inc. 888-206-6486 or PO

RE: Run a class file generated with CF outside of CF

2011-08-07 Thread Brook Davies
Sean, Re: Railo from the command line That's sounds very cool and will be very useful. Nathan, Yeah, I know its kinda nuts to do all that just to run one CFC. But it is a pretty big CFC and it does a lot including reading in and parsing XML config files that are used by the application, and

Re: timing software

2011-08-07 Thread Nathan Strutz
Ben, There is a Firebug plugin (yes, a plugin for a plugin) called YSlow (from Yahoo!) that will show you download speeds from uncached files. I don't know if you can export from YSlow, but I know it gives you a very complete view of why a page is slow. Another one that seems less complete (to

Re: timing software

2011-08-07 Thread Kevin Pepperman
'Sloppy' is another good tool if you want to simulate page loads with slower network speeds. http://www.dallaway.com/sloppy/ ~| Order the Adobe Coldfusion Anthology now!

Re: timing software

2011-08-07 Thread Azadi Saryev
http://neverblog.net/save-and-share-results-from-chromes-developer-tools-network-panel/ Azadi Saryev On 08/08/2011 09:41 , Ben Conner wrote: Wow. Impressive. Is there somewhere I can disable caching? Can this timing report be printed and/or saved? --Ben On 8/7/2011 6:30 PM, Azadi