Re: CF8 and .NET Integration Issues

2011-08-11 Thread Dave Watts
We had a client that wants to eventually move their CF web application over to .NET.  In preparation for this, we started writing some of the business layer in .NET and compiling it into a DLLs.  I've figured out how to have CF communicate with the .NET DLL object and call the functions

Re: ColdFusion 10 and beyond

2011-08-11 Thread mac jordan
On Thu, Aug 11, 2011 at 3:16 AM, David McGuigan davidmcgui...@gmail.comwrote: Don't get me wrong, WordPress is great. But it's not anything astounding. And it is slow. I run WordPress on our own servers, and it is nothing like as slow as you report. -- mac jordan www.kestrel.org |

Re: Sessions failing due to multiple CFID / CFTOKEN cookies

2011-08-11 Thread Dave Watts
We're encountering the following issue with some percentage of IE users (Definitely but not necessarily limited to IE8 8.0.7601.17514 windows 7).  Basically their SESSION is failing the same way it might if they're cookies were disabled, however, we are able to set cookies manually using

Re: ColdFusion 10 and beyond

2011-08-11 Thread Russ Michaels
I think you misunderstand what he meant ray, CFC's are not blocked, that would be silly, , but some of the functionality BlogCFC and many other apps require is CreateObject(java) and many even use the CF runtime. Many hosts block these for good reason, as they circumvent any sandbox security that

Re: ColdFusion 10 and beyond

2011-08-11 Thread Raymond Camden
Well, I've definitely seen hosts block createObject(component) as well. On Thu, Aug 11, 2011 at 7:11 AM, Russ Michaels r...@michaels.me.uk wrote: I think you misunderstand what he meant ray, CFC's are not blocked, that would be silly, , but some of the functionality BlogCFC and many other

Re: ColdFusion 10 and beyond

2011-08-11 Thread Casey Dougall
On Wed, Aug 10, 2011 at 7:45 PM, Russ Michaels r...@michaels.me.uk wrote: Wordpress does a hell of a lot more than just blogging these days ray.You can build an entire site with it. You can build a entire site with Mura CMS as well :-) http://getmura.com/

CF9 Clustering / Instances multiple domains

2011-08-11 Thread phil nutter
Hi All We have a cf9/windows 2003 server and we're about to install CF9 multiserver. We use IIS6 and have 21 domains each with their own IP address (for SSL reasons). My question is: We plan to setup 6 instances and 3 clusters (2 instances in each cluster). How do we assign domains to

Re: CF9 Clustering / Instances multiple domains

2011-08-11 Thread Dave Watts
My question is:  We plan to setup 6 instances and 3 clusters (2 instances in each cluster).  How do we assign domains to specific clusters, in effect 7 domains (each with differnet ip address) to a specific cluster.  Is this done in wsconfig?  Is it doable? You'll first have to create your

Re: ColdFusion 10 and beyond

2011-08-11 Thread Russ Michaels
well if they do that then they clealry have no idea no what they are doing with CF, as many don't. The only things that need to be disabled are CFEXECUTE CFREGISTRY Createobject(com) CreateObject(java) It it a bit of a catch 22 though, as most customers need CreateObject(java) these days, if

Re: CF9 Clustering / Instances multiple domains

2011-08-11 Thread Phil Porter
Thanks for the info, this is what I thought, just needed to make sure. Is it also possible to share a verity collection, so each cluster / instance has a single verity collection? ~| Order the Adobe Coldfusion Anthology now!

Re: CF9 Clustering / Instances multiple domains

2011-08-11 Thread Phil Porter
Thanks for the info, this is what I thought, just needed to make sure. Is it also possible to share a verity collection, so each cluster / instance has a single verity collection? ~| Order the Adobe Coldfusion Anthology now!

CSS Conditionals Question

2011-08-11 Thread Che Vilnonis
I know how to call/import different CSS files using statements like this: !--[if lte IE 7] My question is: within a single CSS file, is it possible to have conditonal CSS statements? I'm looking for a solution that doesn't require CF, PHP, or ASP. Thanks, Che

Re: Sessions failing due to multiple CFID / CFTOKEN cookies

2011-08-11 Thread Richard Steele
We have one server running ColdFusion 8 Enterprise. It has two applications with each application having two load balanced instances. Both applications are called within one website. ~| Order the Adobe Coldfusion Anthology

cgi.http_referrer question

2011-08-11 Thread Les Mizzell
I've got a site using an .htaccess file for friendly URLs. The index page of the site controls everything, so the .htaccess file simply converts the the url into variables and redirects back to the index. User sees: www.mysite.com/newsletters/march Get's directed to:

Re: CSS Conditionals Question

2011-08-11 Thread Dan Baughman
I am aware of one technique that internet explorer employs in order to achieve something like what you are looking for, but this doesn't help you for other browsers. You alsmost have to have some logic and then include different css files if you really want something extravagant. Check out this

Re: ColdFusion 10 and beyond

2011-08-11 Thread David McGuigan
What's the login? On Thu, Aug 11, 2011 at 3:58 AM, mac jordan mac.jor...@gmail.com wrote: On Thu, Aug 11, 2011 at 3:16 AM, David McGuigan davidmcgui...@gmail.com wrote: Don't get me wrong, WordPress is great. But it's not anything astounding. And it is slow. I run WordPress on

Re: CSS Conditionals Question

2011-08-11 Thread Les Mizzell
On 8/11/2011 10:15 AM, Che Vilnonis wrote: I know how to call/import different CSS files using statements like this: !--[if lte IE 7] I've been avoiding hacks if possible myself. Microsoft tends to break them with each new release. I've started using a conditional in the body of my

CFGRID strange behaviour in Production Server (Windows 2000 + ISS)

2011-08-11 Thread Luiz Milfont
Dear Sirs/Madams, I am facing a strange issue with CFGRID component, just in production server. In my development machine or any other, if I install Coldfusion8 and my application, it works just fine. I double-click a grid cell and edit its contents. Then I press the TAB key to move to the

RE: CSS Conditionals Question

2011-08-11 Thread Che Vilnonis
Dan/Les thanks. I was aware of the other methods and was hoping I could have conditional logic in one CSS file. IE really is a PITA! -Original Message- From: Les Mizzell [mailto:lesm...@bellsouth.net] Sent: Thursday, August 11, 2011 10:59 AM To: cf-talk Subject: Re: CSS Conditionals

Re: CF8 and .NET Integration Issues

2011-08-11 Thread Nick Splash
Thanks for the quick response. Unfortunately for me, I'll have to find a different solution to reuse the shared DLL. ~| Order the Adobe Coldfusion Anthology now!

Re: cgi.http_referrer question

2011-08-11 Thread Russ Michaels
there should be some additional headers that are added by Apache with the original requested url, they may not be in the CGI scope though, or perhaps you need to specifically enable them in the Apache config. On Thu, Aug 11, 2011 at 3:50 PM, Les Mizzell lesm...@bellsouth.net wrote: I've got

quick excel question

2011-08-11 Thread fun and learning
Hi All - I am trying to generate excel using xml. I have a scenario where only 7 columns will be static and other columns are dynamic and may range from 1 to as many as 300 columns. And number of rows would be around 1000. What is the best approach for this situation. I tried new cf9

Re: Sessions failing due to multiple CFID / CFTOKEN cookies

2011-08-11 Thread Richard Steele
Should we be using jsessionids instead? Are there any problems in switching to them? Thanks so much. ~| Order the Adobe Coldfusion Anthology now!

Re: CF9 Clustering / Instances multiple domains

2011-08-11 Thread Matthew Williams
That's only possible if you use Verity as a standalone product (not free), sadly. SOLR (free!) supports this, however, but you'd need to convert everything over to SOLR collections. I believe there's a function in the admin to do that conversion. -- Matthew Williams Geodesic GraFX

Re: CFGRID strange behaviour in Production Server (Windows 2000 + ISS)

2011-08-11 Thread Steve 'Cutter' Blades
Have you checked that the prod server is running the same version of CF? Hotfix levels, all that? Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://blog.cutterscrossing.com Co-Author Learning Ext JS 3.2

Re: CFGRID strange behaviour in Production Server (Windows 2000 + ISS)

2011-08-11 Thread Luiz Milfont
Dear Steve, Yes, I´ve checked versions. All the same. I´ve applied all kinds of patches from Adobe site... I have even copied the CFIDE folder from my machine to production machine, thinking that it might be a CSS problem... Nothing has solved the problem yet. What I can say, if that maybe a

Re: CFGRID strange behaviour in Production Server (Windows 2000 + ISS)

2011-08-11 Thread Luiz Milfont
Could it be an EXT issue? Is there any way to update EXT on production server? I ask this, because my CFGRID component uses EXT. ~| Order the Adobe Coldfusion Anthology now!

RE: quick excel question

2011-08-11 Thread DURETTE, STEVEN J (ATTASIAIT)
Using the POI is awesome. It can do so much more than the cf9 spreadsheet option. You just have to get used to it. There is a cf poi cfc on riaforge. I helped with some of the extra features! To use even more features you can also upgrade the poi that cf uses. Steve -Original

Re: CFGRID strange behaviour in Production Server (Windows 2000 + ISS)

2011-08-11 Thread Steve 'Cutter' Blades
No, you can't update Ext on the server. You could write a straight Ext implementation, skipping the cfajax components all together. Or, it could be a data issue, where something in the data is breaking cfgrid's js. If you're server versions, hotfix levels, etc are all the same then it should

Re: ColdFusion 10 and beyond

2011-08-11 Thread Larry Lyons
Well the shy can of course be a personal decision. For me I check out alternatives to give my clients the best possible service and so I know what is availablebut they...that's me ;-) it was also the ability to have a complete web app running onboard fishing vessels disconnectedwith

Re: cgi.http_referrer question

2011-08-11 Thread Les Mizzell
On 8/11/2011 11:39 AM, Russ Michaels wrote: there should be some additional headers that are added by Apache with the original requested url, they may not be in the CGI scope though, or perhaps you need to specifically enable them in the Apache config. Figured out a way to do it. Maybe not

RE: CFGRID strange behaviour in Production Server (Windows 2000 + ISS)

2011-08-11 Thread Brook Davies
Steve's right, if you have unescaped HTML inside the grid (in the data), then it can cause the grid display to be wonky. Brook -Original Message- From: Steve 'Cutter' Blades [mailto:cold.fus...@cutterscrossing.com] Sent: August-11-11 10:28 AM To: cf-talk Subject: Re: CFGRID strange

Setting client variable datasource via config.xml

2011-08-11 Thread Brook Davies
I'm trying to set all my apps properties via a config file to make deployment between dev, production servers easy. Problem is the application vars that are read via onApplicationStart() are not available within the opening part of the application.cfc and when I try to set these properties inside

Setting client variable datasource via config.xml

2011-08-11 Thread Brook Davies
I'm trying to set all my apps properties via a config file to make deployment between dev, production servers easy. Problem is the application vars that are read via onApplicationStart() are not available within the opening part of the application.cfc and when I try to set these properties inside

Re: Setting client variable datasource via config.xml

2011-08-11 Thread Russ Michaels
I used to have this issue as well, you obviously cannot read read app vars that do not exist yet and you cannot create them until the application scope is initialised. The way I got round this is to have 2 XML files. One that contains the init variables that need to exist before the application

RE: Setting client variable datasource via config.xml

2011-08-11 Thread Brook Davies
But can you set this.clientstorage that way? Because It seems setting that property within onRequestStart() does not work. In my requestStart method I call another method which sets a client var. If I set the this.client[(storage|Management|etc] in the onRequestStart, I get an error that the

Re: Setting client variable datasource via config.xml

2011-08-11 Thread Matt Quackenbush
No, you cannot do cfset this.clientStorage = application.gs.clientVarDataSource / You might get away with that after the application has already been init'd, but even then it would be a false positive and would stop working as soon as the application timed out or the application server was

Re: Setting client variable datasource via config.xml

2011-08-11 Thread Brian Kotek
Right, set up a function that you call to get the variables, and have it read the XML the first time, and on any subsequent calls just use the XML already loaded rather than load it again. On Fri, Aug 12, 2011 at 12:17 AM, Matt Quackenbush quackfu...@gmail.comwrote: No, you cannot do cfset