Re: ColdFusion 9 on Java 8

2015-03-12 Thread Dan G. Switzer, II
You may find the jump from CF9 to CF10/11 to require changes to your app. I know the change for us was not straightforward. Make sure you plan for an extensive QA cycle after upgrading. One of the biggest issues we ran into was with date/time conversions. We store everything in UTC. Adobe changed

Coldfusion 7 on Apache 2.2 Linux

2015-02-06 Thread Dan LeGate
a link? Save your breath in telling us to upgrade instead. We are... just we have to deal with this old server until it's done. :-) Thanks, Dan ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion

Re: Advise in optimizing an application

2014-11-15 Thread Dan G. Switzer, II
You need to turn use some debugging tools to help you identify the key culprits. For example, if your query to check if a user has unsubscribed is taking 500ms, that alone would be the reason for the slowness. Either use the step debugger, a tool like FusionReactor or just turn on verbose

Using HighCharts.js with cfdocument

2014-11-03 Thread Dan Murphy
using CF. Whatever you're doing, I'd love to see an example with HighCharts.js and CF working together to get a printed report or email. Thanks in advance. Dan ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

CF11 Licensing - 2 servers behind load balancer

2014-10-02 Thread Dan LeGate
Okay, if I have a single site, being run on two or more virtual (vmware) servers behind a load balancer, does each server need a license? Or does one license cover the site? Thanks! ~| Order the Adobe Coldfusion Anthology

Re: Forms not passing data?

2014-09-21 Thread Dan G. Switzer, II
Are you posting the data via AJAX? There's a known issue w/IE9 and earlier w/AJAX POST operations, where if the server's keep alive timeout is lower than 60 seconds, it can cause IE problems and what you get is a request that doesn't post the data back to the server. -Dan On Sun, Sep 21, 2014

Calling a Custom Tag Twice Duplicates Query Results?

2014-05-28 Thread Dan LeGate
Okay, so I've been trying to solve a problem I'm having with a Custom Tag I wrote to do ldap lookups. The QueryName attribute gets passed in, along with a FilterValue. My problem is that when I call this tag twice or more within one page, the results of the FIRST lookup seem to stick and the

Dynamic Query Name in Custom Tag?

2014-05-27 Thread Dan LeGate
Hi all, I'm attempting to create a dynamic query name inside a Custom Tag. It seems to get created fine, but referencing it seems to be the problem. Here's where I set it up: cfquery name=ConvertedFields_#attributes.QueryName# dbtype=query So, yes, it's a Query of Query, if that makes a

Re: Dynamic Query Name in Custom Tag?

2014-05-27 Thread Dan LeGate
? Getting Element QUERYNAMES.RECORDCOUNT is undefined in ATTRIBUTES. and Element ConvertedFields_GetLDAPInfo.RecordCount is undefined in a Java object of type class coldfusion.runtime.VariableScope referenced respectively. Thanks again. Dan On 5/27/2014 1:55 PM, Matt Quackenbush wrote: Trycfdump

Re: Versions of Apache Supported on CF10 Linux?

2014-02-25 Thread Dan LeGate
We are on RHEL 5.9 currently. Debating as to whether we should move to 6. Dan On 2/25/2014 9:48 AM, Pete Freitag wrote: On Tue, Feb 25, 2014 at 10:42 AM, Steve 'Cutter' Blades cold.fus...@cutterscrossing.com wrote: 64-bit Apache is not officially supported. I don't think that is true

Versions of Apache Supported on CF10 Linux?

2014-02-24 Thread Dan LeGate
2.2.2, or upgrade to Apache 2.2.4 or even 2.4, but I've also read that the mod_jk shipped with CF10 won't work in Apache 2.4? What do you all recommend? Thanks! Dan ~| Order the Adobe Coldfusion Anthology now! http

Re: Moving from CF8 tp CF10 - Session Issues

2014-02-22 Thread Dan Crouch
I was testing a migration from CF8 to the Splendor Beta and I ran into a weird session issue. In my case, a session ID is inserted into a database table and there is a select that makes sure it is still the same a bit farther down. I was logging in and getting sent right back to the login

Re: CF 9 and Java 1.7 ?

2013-12-19 Thread Dan G. Switzer, II
We've been running 1.7.0_17 with great success. We recently tried moving to 1.7.0_45, but started to see some very bizarre issues in production so we rolled back to 17. Things have been fine since rolling back. The issue we saw was that functions being passed argument collections would

CFLDAP socket closed error against SSL

2013-12-10 Thread Dan LeGate
Custom Tag code isn't somehow cached. I have verified the SSL (636) port is open to the CF server. Any ideas on this one? Very confused by this. Thanks for any feedback! Dan ~| Order the Adobe Coldfusion Anthology now! http

Re: CFLDAP socket closed error against SSL

2013-12-10 Thread Dan LeGate
to the ColdFusion server. I'm thinking it's an SSL issue. What steps need to be taken to ensure LDAPS communication works? Thanks! Dan On 12/10/2013 12:36 PM, Dan LeGate wrote: Here's the weirdness I'm experiencing... I have a Custom Tag we've been using for years that is called from most of our

Re: CFLDAP socket closed error against SSL

2013-12-10 Thread Dan LeGate
No. How do we do that? Is it the individual server certificate(s) that we connect to that are put into the key store? Or a Certificate Authority certificate we need? Where is the key store on the CF Server and how do we manipulate it? Thanks, Dan On 12/10/2013 2:53 PM, Russ Michaels wrote

Re: CFLDAP socket closed error against SSL

2013-12-10 Thread Dan LeGate
certificate? Or just individually import one at a time? Any help is appreciated. Thanks, Dan On 12/10/2013 2:53 PM, Russ Michaels wrote: Have u imported the ssl into the key store? Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 10 Dec 2013 20:52, Dan LeGated

Re: CFLDAP socket closed error against SSL

2013-12-10 Thread Dan LeGate
I've connected to the port using telnet and using a port scanner - both show the port is open. This is an LDAPS connection (port 636), so a standard web browser, or curl, etc., won't really work as a client, as far as I know. Dan On 12/10/2013 4:23 PM, .jonah wrote: Can you connect

Re: CFLDAP socket closed error against SSL

2013-12-10 Thread Dan LeGate
with the above message. I'm confused as to which cert/s need to be imported using the keytool. On 12/10/2013 4:37 PM, Mahcsig wrote: you can try ldap browser, http://www.ldapbrowser.com/download.htm?download=browser ~Mahcsig On Tue, Dec 10, 2013 at 4:32 PM, Dan LeGated...@legeek.com wrote

Re: CFLDAP Lookups vs Binds?

2013-11-19 Thread Dan LeGate
Anyone doing this? On 11/7/2013 4:49 PM, Dan LeGate wrote: Am I performing my queries vs binds correctly? This is my lookup query: cfldap action = QUERY name = GetInfo start = ou=people,dc=ad,dc=institution,dc=edu filter = (|(samAccountName=dx7668

CFLDAP Lookups vs Binds?

2013-11-07 Thread Dan LeGate
? Thanks! Dan ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357057

Re: Hosting

2013-11-07 Thread Dan LeGate
Anyone have or know of a discount code for VivioTech checkout? :-) On 10/21/2013 6:15 AM, Matt Quackenbush wrote: http://viviotech.net Hands down the best CFML host. On Oct 21, 2013 8:08 AM, Robert Harrisonrob...@austin-williams.com wrote: I know this has been asked 100 times before, but

Re: Removing bullets from textarea

2013-11-05 Thread Dan G. Switzer, II
You'd need to convert the hexidecimal numbers to standard decimal numbers. The chr() does not work with hexidecimal values. -Dan On Tuesday, November 5, 2013, Joy Paulose wrote: John, I did use Replace function, but circle and square bullets still do not work. I tried all the following

Re: Mobile

2013-09-27 Thread Dan G. Switzer, II
, but the DetectMobileBrowsers.com code has been as accurate as WURFL in my limited tests of a few dozen user agents. -Dan On Fri, Sep 27, 2013 at 2:26 PM, John M Bliss bliss.j...@gmail.com wrote: Agreed. Unfortunately, client has only approved hours to develop mobile version...not hours to redevelop / redesign

Re: Mobile

2013-09-27 Thread Dan G. Switzer, II
width rather than user agent strings. Also the dev tools in Chrome has a neat little feature to allow you to specify a different user agent as well as screen size for testing on the desktop. Sent from my iPhone On Sep 27, 2013, at 4:13 PM, Dan G. Switzer, II dswit...@pengoworks.com

Re: CFLDAP Fieldname Aliases?

2013-09-17 Thread Dan LeGate
Thanks Dave! This worked great. Dan On 9/16/2013 12:22 PM, Dave Watts wrote: Is there and equivalent to: select LName as Last_Name for CFLDAP? If not, what other workarounds are there to make those query results have the names you want rather than the fieldnames from the LDAP server

CFLDAP Fieldname Aliases?

2013-09-16 Thread Dan LeGate
! Dan ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356799 Subscription

Re: CF10 Dev Edition...

2013-08-15 Thread Dan G. Switzer, II
That sounds like 3 requests from the same IP--which would be over the 2 request limit. 1. Your initial request to the .cfm page 2. The .cfm page makes an HTTP call to another page 3. That page calls in invokes CFC over HTTP -Dan On Tue, Aug 13, 2013 at 7:33 PM, Eric Roberts ow

Re: How can I view arguments in a CFC on-screen?

2013-04-01 Thread Dan G. Switzer, II
Use the step debugger. On Monday, April 1, 2013, Russ Michaels wrote: Dump them all to a file, then view the file. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Apr 1, 2013 6:36 PM, Rick

Re: Sublime Text 2

2013-03-29 Thread Dan O'Keefe
Dave, Great free video course here: https://tutsplus.com/course/improve-workflow-in-sublime-text-2 -- Dan O'Keefe On Thu, Mar 28, 2013 at 10:28 AM, dave d...@northgoods.com wrote: Thanks Mark but I must be missing something. I downloaded the p-ackage control file. What screen

Re: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-27 Thread Dan G. Switzer, II
I had the same problem today, but followed Adobe's instructions and copied to the file to {ColdFusion-Home}\runtime\bin and that resolved the issue for me. -Dan On Wed, Mar 27, 2013 at 9:20 AM, DURETTE, STEVEN J sd1...@att.com wrote: All, I solved this one and wanted anyone else who might

Re: CF Builder - open multiple configured files

2013-03-26 Thread Dan O'Keefe
Thanks Mark, going to give that a shot. -- Dan O'Keefe On Tue, Mar 19, 2013 at 8:18 AM, Mark Drew mark.d...@gmail.com wrote: I am sure you can use mylyn for this. They are called contexts and it remembers the arrangement and files that you have open for a specific ticket

CF Builder - open multiple configured files

2013-03-19 Thread Dan O'Keefe
for the section I want to work in. These are all javascript files so I am not adverse by any means to use a different editor for the js coding if it also gives me the functionality I am looking for. Anybody know of any way or any toll that would allow me to do that? TIA -- Dan O'Keefe

Hosting - Clear Template Cache required

2013-02-25 Thread Dan LeGate
hosting company/ies do you recommend? Thanks! Dan ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf

Re: (ot) Fed Reserve Hack

2013-02-08 Thread Dan Crouch
Having worked for the Federal Reserve as a full time CF developer and also currently working as a federal software developer (not using CF), I just wanted to clarify something. The Federal Reserve is not a federal agency, with the exception being the Federal Reserve Board of Governors. All of

Re: cfimage error

2013-01-16 Thread Dan Baughman
www.cfsearch.com - CF search engine On Jan 16, 2013 4:48 AM, Dan Baughman dan.baugh...@gmail.com wrote: honestly people how do you get off this list? On Tue, Jan 15, 2013 at 3:59 PM, Tim Do t...@wng.com wrote: The images are all named correctly since I'm able to pull the images up and display them

Re: cfimage error

2013-01-16 Thread Dan Baughman
engine On Jan 16, 2013 4:48 AM, Dan Baughman dan.baugh...@gmail.com wrote: ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: cfimage error

2013-01-16 Thread Dan Baughman
.? Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 16, 2013 4:48 AM, Dan Baughman dan.baugh...@gmail.com wrote: honestly people how do you get off this list? On Tue, Jan 15, 2013 at 3:59 PM, Tim Do t

Re: cfimage error

2013-01-16 Thread Dan Baughman
.? Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 16, 2013 4:48 AM, Dan Baughman dan.baugh...@gmail.com wrote: ~| Order the Adobe

Re: CF10 REST has completely tanked

2013-01-15 Thread Dan Baughman
unsubscribe On Tue, Jan 15, 2013 at 4:00 PM, Jim Campbell j...@inomi.com wrote: I think you're on the right track, although it ultimately still fails to register the CFC. For instance, if, in the Application.cfc, I use the absolute path (or relative path) to the directory in which the REST

Re: cfimage error

2013-01-15 Thread Dan Baughman
honestly people how do you get off this list? On Tue, Jan 15, 2013 at 3:59 PM, Tim Do t...@wng.com wrote: The images are all named correctly since I'm able to pull the images up and display them. The coldfusion server that the cfimage code resides on is calling the image from another

Re: cfimage error

2013-01-15 Thread Dan Baughman
cfimage is really quite buggy... it has file locking issues. you have to fiddle with the tag and function version until something works reliably in a high demand environment. It is truthfully only marginally better than the native java stuff. On Tue, Jan 15, 2013 at 3:59 PM, Tim Do t...@wng.com

Re: CF10 REST has completely tanked

2013-01-15 Thread Dan Baughman
I'm an old school coder and always serialize stuff manually without using the built-in garbage and it works great that way. The other serialization I use often is cfwddx On Tue, Jan 15, 2013 at 2:55 PM, Jim Campbell j...@inomi.com wrote: No worries - the way it's built, it's not *too* much

Re: form-post to SQL-insert creates double-entry

2013-01-15 Thread Dan Baughman
the better approach is to go ahead and keep the cfparam, and then during your logic to action something on the page validate it in some slight way. EG. cfparam name='form.value' default= cfif len(form.value) TAKE SOME ACTION /cfif On Tue, Jan 15, 2013 at 1:44 PM, Matt Quackenbush

Re: form-post to SQL-insert creates double-entry

2013-01-15 Thread Dan Baughman
during your logic to action something on the page validate it in some slight way. EG. cfparam name='form.value' default= cfif len(form.value) TAKE SOME ACTION /cfif On Tue, Jan 15, 2013 at 1:44 PM, Matt Quackenbush quackfu...@gmail.com wrote: You are running the insert query each time

Re: Spammers are stupid

2012-12-31 Thread Dan Baughman
Any unwanted email is kind of stupid Dan Baughman On Dec 30, 2012, at 8:48 AM, Bruce Sorge sor...@gmail.com wrote: So since occasional messages from this list and random legitimate emails from other sources somehow end up in my spam folder, I actually have to look at the folder

Re: cfcontent changing name of file

2012-12-29 Thread Dan G. Switzer, II
Rob, The following should work: cfheader name=Content-disposition value=inline;filename=#downloadFile# / -Dan On Saturday, December 29, 2012, Rob Voyle wrote: Hi Russ creating objects is beyond my expertise and I couldn't get the sitepoint idea to work. Kept getting an object error

Re: _Re:_URGENT_:_How_to_Detect_screen_resolution_in_COLDFUSION?

2012-12-28 Thread Dan Baughman
It would be awesome if he could unsubscribe me too I've wanted off for like two month Dan Baughman On Dec 27, 2012, at 5:35 AM, Judith Dinowitz jdino...@houseoffusion.com wrote: I didn't see this until now, guys. Michael just got up and he'll have him off in a jiffy. And Paul

Re: cfftp with SSL (Coldfusion 8)

2012-12-19 Thread Dan Crouch
I have never had much luck when dealing with sftp or ftps through CF. We set up a test sftp server using Bitvise and I could not for the life of me connect to it. Using Chilkat's ssh/sftp .dll in a vb.net application, I was able to connect to it in minutes. So we just created an .exe and had

Re: Secure Image Uploads

2012-12-18 Thread Dan Baughman
skip all the nonsense and just try to resize the image. If that fails its either a color pallete java can't handle or it isn't an image. - Dan On Tue, Dec 18, 2012 at 8:12 PM, Terry Troxel terry.tro...@gmail.com wrote: I am looking for a safe and secure way to put an example page on my site

list status

2012-12-03 Thread Dan Baughman
Hey guys, This list has served me well for a number of years but I'd like to unsubscribe... you can't unsubscribe without signing into the houseoffusion site and the forgot password functionality is not working. Does anyone know how to unsub from this list? Thanks

Re: Trouble with CF 9 Spreadsheet functions

2012-11-27 Thread Dan Baughman
unsubscribe ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353302

CF9 enterprise runs on 64-bit Red Hat 6?

2012-10-02 Thread Dan LeGate
I'm trying to find the equivalent ColdFusion 9 page to this CF10 page: http://www.adobe.com/products/coldfusion-enterprise/tech-specs.html trying to answer thee question Will ColdFusion 9 Enterprise run on 64-bit Red Hat 6? Any information is greatly appreciated! Dan

Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Dan G. Switzer, II
to create native 2005 databases anytime you need one. -Dan On Friday, September 14, 2012, Mike Kear wrote: OK, thanks everybody.I think I am fairly sure I'm going to be able to load up anything I might develop in the future onto that client's 2005 server. And thanks Maureen for your offer

Re: X-Sendfile for IIS6

2012-08-09 Thread Dan G. Switzer, II
Anyone seen any working solutions to this problem for IIS6? -Dan On Mon, Aug 6, 2012 at 4:25 PM, David Sifford david.siff...@givainc.comwrote: (I hope it's ok, but I thought I'd post this here as we're looking for a way to serve files via the Web server, similar to Ben Nadel's example

Re: Streaming PDF in CF8 / Performance Issues

2012-08-01 Thread Dan G. Switzer, II
Have you looked into an X-sendfile-mod for your web server? That will allow you to validate the request in CF, but pass the request back to the webserver to serve the file. The file does not have to be in a web accessible directory. -Dan On Wednesday, August 1, 2012, Jeff Chastain wrote: I

Re: CF Polymorphism use

2012-07-02 Thread Dan O'Keefe
Thanks Matt, That's true, but super is limited to only one level I believe. How about if I wanted to execute the method in the animal object? Dan On Fri, Jun 29, 2012 at 3:08 PM, Matt Quackenbush quackfu...@gmail.comwrote: Since oCat extends feline, you'd be looking for super.makeSound

Re: CF Polymorphism use

2012-07-02 Thread Dan O'Keefe
Thanks Cameron, that makes sense. I agree with Dave's position and guess I should have pointed out I do not have a valid use case for this, but only trying to sort through the limitations of a question posed to me. Thanks, Dan On Mon, Jul 2, 2012 at 7:56 AM, Cameron Childress camer

CF Polymorphism use

2012-06-29 Thread Dan O'Keefe
it be oCat.makeSound(feline) ?? -- Dan O'Keefe ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: Alternative for using SQL bind parameters

2012-06-08 Thread Dan G. Switzer, II
, outputting the straight text or implementing cfqueryparam / when you come to a parameter statement. -Dan On Fri, Jun 8, 2012 at 4:06 AM, Helwig, Till Helge till.hel...@saxsys.dewrote: Hi guys, I'm working on a very old CF application at the moment. When it was first created, apparently

Re: Coldfusion 9 certification

2012-03-29 Thread Dan Baughman
I guess everyone has their own experiences In mine, and for those I know and have spoke with, certifications don't get you the job offer directly, but they definitely help in two big ways towards getting the job. 1) getting through HR and/or the hiring manager onto the desk of the person who

Re: Coldfusion 9 certification

2012-03-28 Thread Dan Baughman
Adobe's coldfusion ace is the only one I know of if you've programmed in it a few years you wont have to study for more than a few weeks to learn the pedagogy. On Wed, Mar 28, 2012 at 9:15 PM, fun and learning funandlrnn...@gmail.comwrote: Hi All - Having worked with Coldfusion for the

Re: Local Dev Environment Troubles w/ Virtual Host- CF Builder

2012-03-21 Thread Dan Kraus
Yeah, it seems to be that I might have to go that route. What the heck is the point of the Virtual Hosts set up then? Any idea what it should accomplish? I don't think the ColdFusion built in web server is capable of this sort of setup, and you may have to look at IIS or apache and setup the

Local Dev Environment Troubles w/ Virtual Host- CF Builder

2012-03-20 Thread Dan Kraus
Hi All, long time reader, first time poster! But I'm beating my head against the wall here... I've been developing locally in CFBuilder on Windows 7. When I installed CFBuilder I used the Built-In Webserver option rather than local IIS or Apache or something else. Things have been working fine

Re: Local Dev Environment Troubles w/ Virtual Host- CF Builder

2012-03-20 Thread Dan Kraus
I did try that actually, but that ultimately just points it right back to going to http://localhost:8300 where I see the index of all the folders in the server root. It doesn't take me into the myproject folder. Did you add a hosts file entry for 127.0.0.1 myproject.dev so it knows how to

Re: Local Dev Environment Troubles w/ Virtual Host- CF Builder

2012-03-20 Thread Dan Kraus
I did try that actually, but that ultimately just points it right back to the server root. No difference from going to http://localhost:8300 where I see the index of all the folders in the server root. It doesn't take me into the myproject folder. combined with the CF Virtual host. Did you

Re: Local Dev Environment Troubles w/ Virtual Host- CF Builder

2012-03-20 Thread Dan Kraus
Someone else made this suggestion too. Here was my reply: I did try that actually, but that ultimately just points it right back to going to http://localhost:8300 where I see the index of all the folders in the server root. It doesn't take me into the myproject folder. add a record into your

Re: sartis

2012-03-02 Thread Dan Baughman
The easiest and least obtrusive way i can think of would be to build the pagination into the page, as if you wanted it to function like it was paging without ajax. Then, use a jquery load call for the link, here is the doc for jquery load: http://api.jquery.com/load/ The key javascript call

Re: emailing a cfchart?

2012-02-20 Thread Dan G. Switzer, II
Dave, I haven't had a chance to check this, but does CF10 no longer provide the ability to generate static images for charts? It looks like everything is canvas or Flash-based, which is going to be problematic for emailing or using in a PDF--both of which I use. Any idea? -Dan On Monday

Re: Fusion Reactor and Fusion Analytics Kick Ass

2012-02-19 Thread Dan Baughman
Thats great, but I guess outside of being cool none of that really provides any value. It shouldn't take a Coldfusion tool to determine your server is rebooting at 3AM. On Fri, Feb 17, 2012 at 3:31 PM, Brook Davies cft...@logiforms.com wrote: I just set up fusionAnalytics - its awesome.

Re: Invisible Scheduled Task

2012-01-18 Thread Dan Baughman
Is there another instance of CF somewhere that could be triggering the task to run? does the server log show the http request, and the scheduler activity, or just the http request? On Wed, Jan 18, 2012 at 2:00 PM, Matthew Gersting mgerst...@gmail.comwrote: Has anyone had any experience with a

Authenticate Linux DSN to Windows AD account?

2012-01-05 Thread Dan LeGate
Is it possible to authenticate a Linux Data Source in ColdFusion with a Windows Active Directory account? (i.e. login with ad\username) Or do we need to create a SQL Server account for ColdFusion to use? This is RedHat Linux and ColdFusion 7 (yes, still 7). Thanks, Dan

Re: Very disappointing statis

2011-12-14 Thread Dan Baughman
Because you think node.js is more popular? On Wed, Dec 14, 2011 at 9:06 AM, Phillip Vector vec...@mostdeadlygame.comwrote: The following server-side programming languages are used by less than 0.1% of the websites JavaScript All credibility is lost with that statement. On Wed, Dec

Re: Very disappointing statis

2011-12-14 Thread Dan Baughman
been having. :) On Wed, Dec 14, 2011 at 8:08 AM, Dan Baughman dan.baugh...@gmail.com wrote: Because you think node.js is more popular? On Wed, Dec 14, 2011 at 9:06 AM, Phillip Vector vec...@mostdeadlygame.comwrote: The following server-side programming languages are used by less than

Re: Adobe Abandons Flex

2011-11-16 Thread Dan Crouch
Just for a frame of reference, the IRS still has almost 80k employees on IE6. You're Fed, and you have IE8? Man, you are lucky... Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer

Re: Count rows in Excel file

2011-10-11 Thread Dan Baughman
Ad hoc SQL datasources may be an option if you have sufficient privleges on a sql server and the account running sql has permissions to access the file. On Tue, Oct 11, 2011 at 2:26 PM, Brook Davies cft...@logiforms.com wrote: Hey Everyone, Anyone know a way to count the rows in an excel

Re: Hiding email address from spiders

2011-10-07 Thread Dan Baughman
I like to place the href attribute of the a tag via javascript using html entities and such. On Fri, Oct 7, 2011 at 7:09 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: I have a client using a CMS I've built and they are using a lot of email addresses in the content. As I can

Re: 20USD/Hour Seriously?

2011-09-22 Thread Dan Baughman
CF dev's I know work for between 75 and 110. I wouldn't even talk on the phone for $20/hour. On Thu, Sep 22, 2011 at 9:55 AM, Phillip Vector vec...@mostdeadlygame.comwrote: No trollage was intended. Seriously. On Thu, Sep 22, 2011 at 8:50 AM, David McGuigan davidmcgui...@gmail.com wrote:

Re: Dynamically Added Form Fields Not Submitted

2011-09-22 Thread Dan G. Switzer, II
I've seen this behavior with malformed HTML were the form tags are between table and tr tags. Check to make sure your HTML is valid. -Dan On Thursday, September 22, 2011, Robert Nurse rnu...@gmail.com wrote: Are you actually adding them as elements to the dom or just adding the html text

Re: Solr Summary Text

2011-09-19 Thread Dan Baughman
the reason they excluded that is because it makes the index much smaller to omit the context and only include the title. I guess I see their point but in my experience it would save me tons of time if they would just enable it by default. Dan On Mon, Sep 19, 2011 at 6:52 PM, Victor Moore

Re: Workstation recommendations

2011-09-07 Thread Dan Crouch
on brands, but I will never buy another Asus product. Dan For workstations, I have always been happy with Dell. If you go the laptop route, either Dell or Toshiba (high end model.. not the satellite). My HP desktop at work died last night. This morning we took the hard drive out and put

Technology Conference on Sept. 17-18. Only $60 for 40 sessions and 2 classes!

2011-08-16 Thread Dan Wilson
NCDevCon is a 2 day, 40 session web and mobile development conference in Raleigh, NC. For $60 you get access to all 40 sessions and hands on classes. Your conference fee also includes lunch and a snazzy conference T-Shirt. Space is very limited so register as soon as you can! The conference

cf enterprise quad cpu box

2011-08-15 Thread Dan Baughman
With the one jrun.exe process running, I can never get coldfusion to really utilize multiple processors. Is there a way in enterprise mode that you can set it to spawn multiple jrun.exe processes, one per processor to work collaboratively serving one web site?

Re: cf enterprise quad cpu box

2011-08-15 Thread Dan Baughman
by prioritizing or simulprocessing code chunks, not to try to balance workload across multiple cores or processors. On Mon, Aug 15, 2011 at 12:53 PM, Dan Baughman dan.baugh...@gmail.com wrote: With the one jrun.exe process running, I can never get coldfusion to really utilize multiple

Re: cf enterprise quad cpu box

2011-08-15 Thread Dan Baughman
Sorry I meant to say it DOES seem like one core is commonly over utilized. On Mon, Aug 15, 2011 at 1:12 PM, Dan Baughman dan.baugh...@gmail.comwrote: So what you are saying is that threads will use different cpu's automatically? Well in my case, I have quad quad cores, so its 16 cores. I do

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: SAML Response to Google Apps

2011-08-09 Thread Dan G. Switzer, II
Are you running in the Dev version of CF? if so, it can add some HTML to the output stream that will corrupt any XML output. Are you sure the the code Google is seeing isn't getting altered? -Dan On Tuesday, August 9, 2011, Panning, Ryan ryan.pann...@district196.org wrote: Has anyone

SOT, JSON web services

2011-07-29 Thread Dan Baughman
and am loathing the idea of manually typing out JSON objects for each complex type. Suggestions appreciated, Thanks, Dan ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: SOT, JSON web services

2011-07-29 Thread Dan Baughman
having the tool create example data packets. On Fri, Jul 29, 2011 at 2:47 PM, Raymond Camden raymondcam...@gmail.comwrote: Are you asking for a tool to _format_ JSON? Not quite sure what you mean here. On Fri, Jul 29, 2011 at 3:24 PM, Dan Baughman dan.baugh...@gmail.com wrote: Hi List

Re: SOT, JSON web services

2011-07-29 Thread Dan Baughman
strings/structures/strings/numbers/etc. Not sure if that helps you with your test packet issuebut hopefully it helps regardless ;-) Any chance serializeJSON() would help you make those test packets without typing it out the hard way? Cheers On Fri, 2011-07-29 at 16:12 -0600, Dan Baughman

Re: Out of memory error when creating Solr collection

2011-07-23 Thread Dan G. Switzer, II
records that changed since the batch process started and process those records again (which should be a relatively small number of records.) -Dan On Friday, July 22, 2011, Dan G. Switzer, II dswit...@pengoworks.com wrote: Eric, I'd return the records in like 50,000 row chunks and process them

Re: Out of memory error when creating Solr collection

2011-07-22 Thread Dan G. Switzer, II
Eric, I'd return the records in like 50,000 row chunks and process them that way. If you're using SQL Server 2005+ you can use CTEs to paginate the results (but most modern database have a way of doing pagination.) This will keep the memory footprint lower. -Dan On Friday, July 22, 2011, cft

Re: Automated File Deployment/Replication

2011-07-05 Thread Dan Baughman
I work in a similar environment and use three general techniques. 1) an ftp tag that replicates files that need to immediately replicate that are uploaded through the admin, it basically figures out which server its running from and copies to the other two synchronously using cfftp 2) install

Re: Changed internal IP addresses on server - cffile breaks?

2011-07-01 Thread Dan Blickensderfer
Michael, It sounds like you have a WINS Server running on your network that isn't getting updated. The computer name and ip address may be statically assigned in the WINS manager. ~Dan -Original Message- From: Patti, Michael Sent: Friday, July 01, 2011 11:35 AM To: cf-talk Subject

Re: Changed internal IP addresses on server - cffile breaks?

2011-07-01 Thread Dan Blickensderfer
, 2011 10:47 AM To: cf-talk Subject: Re: Changed internal IP addresses on server - cffile breaks? CF caches DNS, have you restarted CF since ? On Fri, Jul 1, 2011 at 4:44 PM, Dan Blickensderfer d...@blickensderfer.comwrote: Michael, It sounds like you have a WINS Server

Re: Changed internal IP addresses on server - cffile breaks?

2011-07-01 Thread Dan Blickensderfer
is doing resolving to public ip and I had to setup an internal dns server to allow my servers to resolve the computer names correctly instead of modifying my lmhost and host files on each server. Good luck. Dan -Original Message- From: Patti, Michael Sent: Friday, July 01, 2011 5:27

Re: Stupid Question

2011-06-30 Thread Dan Baughman
I've seen stuff like this happen if capability_detail.capability_id had been assigned to a function that didnt return a value. For some reason its defined but in some null state. On Thu, Jun 30, 2011 at 11:37 AM, Robert Harrison rob...@austin-williams.com wrote: If I have these two lines of

Re: Stupid Question

2011-06-30 Thread Dan Baughman
You would ask it like this: cfif IsDefined('capability_detail.capability_id') On Thu, Jun 30, 2011 at 11:58 AM, Robert Harrison rob...@austin-williams.com wrote: Just asking the question is bad... the line cfif IsDefined(capability_detail.capability_id) Gives me the error

Re: Stupid Question

2011-06-30 Thread Dan Baughman
(capability_detail, 'capability_id') /cfif And you should avoid using isDefined(). Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Dan Baughman [mailto:dan.baugh...@gmail.com] Sent: Friday, 1 July 2011 4:05 AM To: cf-talk Subject: Re: Stupid Question

Re: onSessionEnd not working as expected

2011-06-17 Thread Dan G. Switzer, II
=#Arguments.ApplicationScope.database.dsn# -Dan -- Dan G. Switzer, II dswit...@pengoworks.com http://blog.pengoworks.com/ █▀▀▀▀▀█ ▄▀ ▄█▄▄█ █▀▀▀▀▀█ █ ███ █ ▀███▀ █▀ █ ███ █ █ ▀▀▀ █ █▄ ▄ ▀██ █ ▀▀▀ â

  1   2   3   4   5   6   7   8   9   10   >