changing coldfusion 9 standard license

2015-02-09 Thread Chris h
0 down vote favorite I understand Coldfusion 9 is not supported, but being used for some systems till we migrate to Coldfusion 10. We were using a hosting provider who was providing us the Coldfusion 9 standard license and charging us for it. We found a unused license key(for Coldfus

Re: postParametersLimit in CF11

2014-12-12 Thread Chris
Nathan, Russ, thanks for the comments. The application with all the post parameters definitely needs a rewrite. Our involvement is only in hosting it. The current owners want it to run ... and we have to justify why the settings should or should not be modified . best regards, Chris On Thu

postParametersLimit in CF11

2014-12-11 Thread Chris
postParametersLimit to 1,100 for CF9, and now have an application that wants 2,000! This is for regularly importing spreadsheets into a database :-( thank you, Chris ~| Order the Adobe Coldfusion Anthology now! http

Re: bypassing the site-wide error handler

2014-12-10 Thread Chris
Thanks Dave, Rodney. That really helped. It turned out our issue was the same cfscript in the application's header and the sitewide error handler's header. When the second instance of cfscript tried to run, it broke the error handler, thus presenting the raw error to the user. best,

bypassing the site-wide error handler

2014-12-08 Thread Chris Norloff
fine for other applications, and testing. Thanks for any insight! Chris ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: Using caching and threading to load a page quickly

2014-10-03 Thread Chris h
Thanks Jonah, I am sorry for the late reply. The WordPress's RSS feed is stable but due to excessive resource usage, the newswebsite has been suspended a few times after which we had to call the Hosting company to restore it. >To have the rest of the page load and then the feed display later

Using caching and threading to load a page quickly

2014-09-28 Thread Chris h
Hi All, I have a main index page which is in ColdFusion which gets a RSS feed from another website(Newswebsite which is a WordPress 3.9.2 website running on shared hosting). The Newswebsite is on shared hosting so takes about 7 seconds to load(a little slow, I know, but the decision to go with

Re: Not able to read a RSS feed from a WordPress website

2014-09-28 Thread Chris h
>That was my original suggestion was to check the firewall of the receiving >server :-) I agree Robert, but I told them to check and they responded there was nothing in the firewall blocking that IP address. I appreciate your assistance and time with this thread. ~

Re: Not able to read a RSS feed from a WordPress website

2014-09-26 Thread Chris h
>Wow. How in hell did you figure that out? > >Ben > Hi Ben, I asked for the firewall logs of the server running WordPress and saw that the IP address of server running ColdFusion was blocked. ~| Order the Adobe Coldfusion Ant

Using caching for a RSS feed

2014-09-26 Thread Chris h
Hi All, Below is the code which is being used for reading a RSS feed from a Wordpress(WP) site running Wordpress 3.9.1 --

Re: Not able to read a RSS feed from a WordPress website

2014-09-26 Thread Chris h
Hi Dave, The server hosting WordPress was blocking the IP address of server running ColdFusion because it was seeing too much traffic for the news feeds from the server running ColdFusion. I just wish the hosting company which was running WordPress had told me this before. I appreciate all yo

Re: Not able to read a RSS feed from a WordPress website

2014-09-22 Thread Chris h
Thanks Dave. > > This is no longer a programming issue, though. It has nothing to do > with reading and displaying the RSS feeds at this point. Instead, it > has to do with fixing the connectivity problem between the two > machines. > > People on a mailing list are not going to be able to help y

Re: Not able to read a RSS feed from a WordPress website

2014-09-11 Thread Chris h
Thanks Robert, > but don't think they(hostingcompanyA) would block a particular IP > address(server running CF which belongs to hosting company B) > > Yes, they would if they detected something funny coming your server... > like a bunch of pings or form bots or something... for that matter a

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Robert, > > Just to clarify: from the machine running CF, if you use a browser, > > > can you get to the site correctly? > > No, I cannot access the site from the machine running CF. > > It's possible the issue is not on your side. It could be on the side > of the site you are trying

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Dave, > OK, this is good! This means it's not a CF problem. > But - and now I'm being completely serious - the server admin should > be able to diagnose the problem preventing the server that he manages > from connecting to this other server. This is clearly not a CF > problem. > > This

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
> > > > If I use a browser, I can see the feeds. Using a feed reader in > > > > Google Chrome browser, I can notice the feeds load correctly. > > > > > > Are you using a browser from the machine running CF? > > > > No, the machine running CF cannot access the website. I get a > message that the r

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Russ, >you need to do some basic tests, which your server admin should have >already done. >for a start ping the domain from the cf server, does this work and do you >get the right IP, if not then it is a dns issue. >make sure that someone has not created an entry in the local hosts file.

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Dave, > Just to clarify: from the machine running CF, if you use a browser, > can you get to the site correctly? No, I cannot access the site from the machine running CF. > If the server admin can't tell you why a machine he or she manages > can't get to a remote server, you need to re

Re: Not able to read a RSS feed from a WordPress website

2014-09-09 Thread Chris h
Thanks Dave, > > If I use a browser, I can see the feeds. Using a feed reader in > Google Chrome browser, I can notice the > > feeds load correctly. > > Are you using a browser from the machine running CF? No, the machine running CF cannot access the website. I get a message that the request

Not able to read a RSS feed from a WordPress website

2014-09-08 Thread Chris h
Hi All, Below is the code which was working fine till yesterday for reading a RSS feed from a Wordpress site running Wordpress 3.9.1 --

Random Number Generator is FIPS186PRNG not FIPS186Random

2014-02-21 Thread Chris
27;t have one of the ECDRBG# RNG's we're okay. Also, the jvm.config setting -Dcoldfusion.jsafe.defaultalgo= makes no difference on our configuration. Has anybody else run into this? thanks, Chris http://www.petefreitag.com/item/827.cfm http://blogs.coldfusion.com/post.cfm/unsafe-ra

Re: Adding Coldfusion to an existing J2EE java system

2014-02-09 Thread Chris Velevitch
gs I'm thinking of: 1) since you can load any Java jar file from within CF, I wanted know if you can do it the other way around 2) have a mix of remote calls to either java or cf components Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.o

Adding Coldfusion to an existing J2EE java system

2014-02-08 Thread Chris Velevitch
Has anyone had any success in adding coldfusion to an existing application built on Java (J2ee server) and Blazds? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: TBD Date: Monday, 24th February

Re: danger in increasing PostParameterLimit ?

2014-01-24 Thread Chris
sk is too specific to make general comments about it. thanks, Chris On Sun, Jan 19, 2014 at 11:07 PM, Brook Davies wrote: > > Umm - maybe it’s a big form??! > > -Original Message- > From: Casey Dougall - Uber Website Solutions > [mailto:ca...@uberwebsitesolutions.com] >

danger in increasing PostParameterLimit ?

2014-01-17 Thread Chris
ColdFusion Security Hotfix APSB12-06 http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix.html Understanding HashDos and postParameterLimit http://www.petefreitag.com/item/808.cfm HashDOS and ColdFusion http://www.petefreitag.com/item/801.cfm thank

Re: CF 9 and Java 1.7 ?

2013-12-18 Thread Chris
Hi all, Just thought I'd check back in about compatibility CF9 and Java JDK v1.7 (now up to 1.7.0_45). It looks like 1.7 is fine with CF9. Anybody have any issues? many thanks, Chris On Tue, Aug 13, 2013 at 3:21 PM, Chris <0404tow...@gmail.com> wrote: > Thanks Wil, very hel

Oracle TDE and ColdFusion v9 ?

2013-09-12 Thread Chris
, but have not implemented them yet. thank you, Chris ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf

Location of custom channel endpoint URI

2013-08-29 Thread Chris Velevitch
true I'm trying to find information where and how this URI [1] is defined and how to define my own. [1] https://{server.name }:{server.port}{context.root}/flex2gateway/customsecurepollingamf Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.

Re: CF 9 and Java 1.7 ?

2013-08-13 Thread Chris
Thanks Wil, very helpful. And good news, too! Chris On Tue, Aug 13, 2013 at 3:17 PM, Wil Genovese wrote: > > We've been converting out CF9 and CF10 to Java 1.7 at CF Webtools. Here is > what I wrote up about it. > > http://www.trunkful.com/index.cfm/2013/8/8/C

CF 9 and Java 1.7 ?

2013-08-13 Thread Chris
Hi, are many people using CF 9 and Java 1.7 ? With Cumulative HotFix 4, CF9 should now support Java 1.7. Just wondering how it's working. I see a couple issues in https://bugbase.adobe.com thanks, Chris ~| Order the

Re: CFQUERY immediately throws "blank" CF error and HTTP 500 code when more than 50 records will be returned (CF6)

2013-07-10 Thread Chris Johnson
Not sure.. we don't handle much of the system software/hardware on the box. Do you know what that may affect or how to check when it was updated? >Has anyone updated the java version by any chance > >Russ Michaels >www.michaels.me.uk > On 9 Jul 2013 23:11, &q

CFQUERY immediately throws "blank" CF error and HTTP 500 code when more than 50 records will be returned (CF6)

2013-07-09 Thread Chris Johnson
Really odd issue we've been having.. We have a scheduled task that hits another database server to get a full list of employees. It then runs through the user accounts for this specific app and adds or updates accounts as needed. We weren't aware that it had been broken, so we don't know exac

multiple identical requests

2013-05-17 Thread Chris
to 1/1000th second). So that's not likely the user. Has anyone seen anything like this? thanks, Chris ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=hou

Re: CFSchedule runs 2nd task on its own

2013-05-10 Thread Chris
Thanks Russ. No, I know 'requesttimeout" doesn't actual time it out. My real concern is why CFSchedule appears to be starting a second task on its own. It's bad enough one of these long-running tasks runs so long ... but two of them is ... uh ... twice as bad. Chris On Fr

Re: Database inserts seem to timeout

2013-05-10 Thread Chris Hardman
>Hi, > >I have an application which takes a variety of temperature and pressure >readings and runs them through a set of calculations, which are then saved >to the database. > >Scheduled tasks also do periodic calculations, averaging the results over a >calendar month, quarter or year. > >Both new

CFSchedule runs 2nd task on its own

2013-05-10 Thread Chris
same task again. Both tasks run to finish, as monitored in FusionReactor. Has anybody ever seen this? thanks, Chris ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/14302

Re: postParametersLimit in CHF4

2013-04-05 Thread Chris
that one application are actually blank ( !! ). And yes, we think a rewrite is in order. Regards, Chris On Thu, Apr 4, 2013 at 11:53 PM, Pete Freitag wrote: > > The vulnerability is caused by hash collisions, so if two strings hash to > the same value, for example the result of j

postParametersLimit in CHF4

2013-04-04 Thread Chris
rameters for 11 times the security update value sounds like poor practice. thank you, Chris ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: same URL if moving app to new CF instance ?

2013-03-20 Thread Chris
Thanks, all. Good ideas for testing. Regards, Chris On Fri, Mar 15, 2013 at 6:05 PM, Dave Watts wrote: > > > We have a number of applications running on one instance of CF9, coming > > through three IIS v6 Web Sites (host headers separate the requests which > > are to

Re: same URL if moving app to new CF instance ?

2013-03-15 Thread Chris
;t do that. Our customer would like the URL (FQDN and directories) to remain the same. I feel like I'm missing something simple and basic ... hope I'm not over-thinking this! Feel free to page-slap me with a really helpful URL :-) thanks, Chris On Fri, Mar 15, 2013 at 5:46 PM,

same URL if moving app to new CF instance ?

2013-03-15 Thread Chris
instance ... but is there a way to keep the same URL? thank you, Chris ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

anybody using Oracle RAC 11g R2 ?

2013-03-06 Thread Chris
27;ve seen enough on the 'net to figure we can use R2, though maybe without the advanced features like SCAN. thanks, Chris ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/

use SCAN with Oracle RAC 11g R2 ?

2013-03-05 Thread Chris
we need to use the ServiceName to connect to the RAC itself). - we have the DataDirect drivers, v4.0 SP1. thanks! Chris ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/

Re: danger of Flash files?

2013-03-01 Thread Chris
lly we like to keep code and content separate, but the question > came > > up about security, too. > > There is no danger to you in having FLV files in the same directory as > server-side code. > > Dave Watts, CTO, Fig Leaf Software > http://www.figl

know this Oracle JDBC error? Message 1018 not found

2013-02-27 Thread Chris
ion request is frozen). > > - A DBA checked the query in a SQL Optimizer and it ran fine. > > - One query returned 248 rows, the other query never returned > anything (see below). > > - The user got a generic InternetExplorer timeout error page. &g

error: [Macromedia][Oracle JDBC Driver](Internal Error) Message 1018 not found

2013-02-26 Thread Chris
Optimizer and it ran fine. - One query returned 248 rows, the other query never returned anything (see below). - The user got a generic InternetExplorer timeout error page. Thank you, Chris Message [Macromedia][Oracle JDBC Driver](Internal Error) Message 1018 not found

danger of Flash files?

2013-02-26 Thread Chris
What danger is there in having Flash FLV files in with your application code? I know about Flash player vulnerabilities, but are there any issues with the FLV files themselves? Generally we like to keep code and content separate, but the question came up about security, too. thanks, Chris

Re: Future Proofing/Backward compatibility

2012-12-05 Thread Chris Velevitch
t would be good if structAppend return the resultant struct so that:- value = structAppend( struct, { 'new_field' = 0 }, false ).new_field would return the passed in value or the default. > On 12/5/12 3:50 PM, Chris Velevitch wrote: >> value = >> "#iif(StructKeyExists(s

Future Proofing/Backward compatibility

2012-12-05 Thread Chris Velevitch
s :- value = "#iif(StructKeyExists(struct,'new_field'),Evaluate(DE('struct.new_field')),0)#" Is this the best way or there a better way of handling this? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platf

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-11-19 Thread Chris
Oh, but the information lives on forever :-) On Mon, Nov 19, 2012 at 1:47 PM, Dave Watts wrote: > > >> We've got a strange situation on IIS6 and ColdFusion7 on Windows > >> Server 2003: cfm files bypass permissions -- htm file get 401 > >> unauthorized > >> > >> A simple .cfm test file is disp

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-11-19 Thread Chris
Hi Russ, Yes ... I'll add a followup -- we did indeed have issues with cfCHART. Searching online, we identified a fix that requires a zero-byte file CFIDE\GraphData.cfm That fixed the missing-images generated by cfCHART. Regards, Chris On Fri, Oct 26, 2012 at 2:51 PM, Captain Obvious

Re: JRun Console dies with ELContext error

2012-11-09 Thread Chris
console working again, of course, and I like that way you're thinking. Chris On Thu, Nov 8, 2012 at 5:21 PM, Dave Watts wrote: > > > We have (another :-) weird thing happening -- the JRun Console doesn't > > work, and gives the below ELContext error. The cfusion, admi

Re: latest Adobe-approved 1.6 JDK ?

2012-11-09 Thread Chris
859587.html Regards, Chris On Fri, Nov 9, 2012 at 1:13 PM, Matt Quackenbush wrote: > > Adobe support anything 1.6. I don't have an "official" page to point you > to, but if you search CF-Talk and/or Google I expect you'll find it pretty > quickly. > > >

latest Adobe-approved 1.6 JDK ?

2012-11-09 Thread Chris
Adobe has documented approval for? many thanks Chris ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf

JRun Console dies with ELContext error

2012-11-08 Thread Chris
, and fear this may be an old error from installation that we didn't catch at that time. We've compared the entire JRun4 folder structure with other working copies and see no significant differences. I've Googled around, but am not finding anything helpful. Any ideas? thanks, Chris

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-10-25 Thread Chris
issue. Perhaps using HTTPS for this new app is what surfaced the issue. So ColdFusion was going around IIS, not because ColdFusion had permission, but because IIS wasn't checking the .cfm file's existence before passing it to ColdFusion. Thanks Byron, and also Russ and others for the help

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-10-24 Thread Chris
help all, Chris On Tue, Oct 23, 2012 at 10:46 AM, Russ Michaels wrote: > > the thing is that IE cannot get past permissions, unless you have it > running as administrator or some other privileged user and that user has > permissions on the server running CF. > create a user calle

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-10-23 Thread Chris
the ideas Russ. Chris On Mon, Oct 22, 2012 at 6:11 PM, Russ Michaels wrote: > > in IIS the directory security should have only 1 box checked "integrated > windows authentication". > This is all I have set on our servers to deny anonymous access to the > cfadmin for examp

Re: cfm files bypass permissions -- htm files get 401 unauthorized

2012-10-22 Thread Chris
t the HTTP request had to access the file through the web server, and then the web server would send the file to CF for processing. Many thanks! Chris On Fri, Oct 19, 2012 at 6:29 PM, Russ Michaels wrote: > > What are the actual permissions you have on the folder? > > R

cfm files bypass permissions -- htm files get 401 unauthorized

2012-10-19 Thread Chris
ocked with 401 unauthorized Any ideas? thanks, Chris ~| 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: how risky is allowing java.security.AllPermission ?

2012-09-21 Thread Chris
ts to make the T3/RMI call to WebLogic. We ended up switching to WebServices to get around the whole issue. Regards, Chris On Fri, Sep 21, 2012 at 4:45 AM, Jochem van Dieten wrote: > > On Thu, Sep 20, 2012 at 12:52 AM, Chris wrote: >> So ... a client wants to know just how risk

Re: how risky is allowing java.security.AllPermission ?

2012-09-20 Thread Chris
etworked server in a locked room, it won't go over well with the users. Regards, Chris On Wed, Sep 19, 2012 at 11:52 PM, Dave Watts wrote: > >> > Yes, CF runs under Local System. So CF has full system access. That's >> > the danger from the applications on the serve

Re: how risky is allowing java.security.AllPermission ?

2012-09-19 Thread Chris
Yes, CF runs under Local System. So CF has full system access. That's the danger from the applications on the server. What about an external attack -- what could be done, specifically? thanks, Chris On Wed, Sep 19, 2012 at 7:21 PM, Russ Michaels wrote: > > This depends what permi

how risky is allowing java.security.AllPermission ?

2012-09-19 Thread Chris
So ... a client wants to know just how risky it is to temporarily allow java.security.AllPermission ? It's clear it's not good, but how bad is it? What exactly could someone do to a server that's behind firewalls and load balancers? thanks, Chris Here's what they'

CFCs stop working after call to WebLogic [access denied (java.io.FilePermission]

2012-09-18 Thread Chris
call to WebLogic. Any ideas? thanks, Chris ~| 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: Populate Select List from JS

2012-08-16 Thread Chris Hardman
> Hello everyone, > So yesterday I figured out the JavaScript for my two selects. In the > JS code below I have the information I need, Resort Name and Resort > ID: > > > function setOptions(opt) { > var resortID = document.adminForm.resortID; >

Re: Populate Select List from JS

2012-08-16 Thread Chris Hardman
> Hello everyone, > So yesterday I figured out the JavaScript for my two selects. In the > JS code below I have the information I need, Resort Name and Resort > ID: > > > function setOptions(opt) { > var resortID = document.adminForm.resortID; >

[ANN SYD] Tonight (Monday) Coldfusion 10 Launch

2012-05-27 Thread Chris Velevitch
join the group to RVSP. The venue is courtesy of Rocketboots. Please RSVP to help with the catering numbers. You need to sign in and join the group to RSVP. Please RSVP at http://apugs.groups.adobe.com/index.cfm?event=post.display&postid=42516 The venue is courtesy of Rocketboots. Chris

Re: [ANN SYD AU] Tomorrow (Monday) Coldfusion 10 Launch

2012-05-27 Thread Chris Velevitch
Yes, it is tonight Monday 28th May. Thanks for pointing that out. On Mon, May 28, 2012 at 6:33 AM, Maureen wrote: > > Shouldn't that be May 28 as April 28 is long past. > > On Sun, May 27, 2012 at 5:12 AM, Chris Velevitch > wrote: >> >> Tomorrow, Monda

[ANN SYD AU] Tomorrow (Monday) Coldfusion 10 Launch

2012-05-27 Thread Chris Velevitch
n and join the group to RVSP. The venue is courtesy of Rocketboots. Please RSVP to help with the catering numbers. You need to sign in and join the group to RSVP. Please RSVP at http://apugs.groups.adobe.com/index.cfm?event=post.display&postid=42516 The venue is courtesy of Rocketboots. Chris

Re: ColdFusion developers in Australia

2012-04-30 Thread Chris Velevitch
On Tue, May 1, 2012 at 10:57, Mike Kear wrote: > Chris,  in the last 12 months, the Sydney usergroup has had only one CF > related topic  (and as it happens, it was on a day I couldnt attend). >  The Usergroup is not interested in ColdFusion as far as I can see.  And > WebDU does

Re: ColdFusion developers in Australia

2012-04-30 Thread Chris Velevitch
ember, so please come and join us. [1] http://www.webdu.com.au [2] http://www.cfobjective.com.au Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: TBA Date: 28th May at 6pm

Re: How to respond to a job thread?

2011-11-12 Thread Chris Vinson
The developer's post is from October. I signed up to the list, but I don't have access to that old message in order to reply. I tried responding to his post on the site, but was rejected by the admin. As a company trying to hire a CF dev, I was hoping the process would be simpler

How to respond to a job thread?

2011-11-11 Thread Chris Vinson
Pardon my ignorance. I'd like to respond to a CF developer looking for contract work in the CF-Jobs list. But I was not a mailing list subscriber at the time of the post. How can I contact that person? ~| Order the Adobe Co

Re: Query of Queries and GROUP - use CFLOOP?

2011-08-02 Thread Chris Sizemore
I am using a cfloop condition approach to perform a standard branched tree operation. I have four tables and my query is pretty straight forward. The output is not working though. It is returning the correct amount of results and is organizing them properly but the values displayed are repeati

Re: Query of Queries and GROUP - use CFLOOP?

2011-08-02 Thread Chris Sizemore
I am using a cfloop condition approach to perform a standard branched tree operation. I have four tables and my query is pretty straight forward. The output is not working though. It is returning the correct amount of results and is organizing them properly but the values displayed are repeati

CF 301 Redirect on an HTML page

2011-05-05 Thread Chris Bracciano
tm files, application.cfm isn't even running when I attempt to go to the old links and test the code. Any thoughts? Thanks in advance. -Chris ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusio

Re: CFContent failing on large files since moving to ColdFusion 9

2011-03-10 Thread Chris Tsongas
This is a known bug, please log in at the Adobe site and vote for it: http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=83425 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Co

Re: CFContent failing on large files since moving to ColdFusion 9

2011-03-10 Thread Chris Tsongas
This is a known bug, please log in at the Adobe site and vote for getting it fixed: http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=83425 ~| Order the Adobe Coldfusion Anthology now! http://www.amaz

Coldfusion app using MySQL - Is moving the MySql to Amazon RDS feasible/efficient?

2011-02-17 Thread Chris .
Stumbled onto Amazon RDS (link: http://aws.amazon.com/rds/) and the concept from what I'm reading at least, sounds great. I currently use shared hosting with CF and MySQL. I'm pouring over the documentation but most of it is over my head as I'm not familiar with Amazon web services and/or MyS

Re: Basic mySQL workbench question

2011-01-03 Thread Chris Montgomery
save the changes to the table columns. -- Best regards, Chris Montgomery ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoff

Re: index.cfm being hacked (now application.cfm)

2010-12-14 Thread Chris Kelly
Yep same thing here, someone at my company had their laptop compromised - changing his FTP password didn't work, had to just lock out his account, setup a separate one for use in the office, now he just can't FTP from home... There are ways to prevent even this sort of thing...use key pairs, so

Re: Vmware and CF 8+

2010-09-19 Thread Chris Kelly
true...I knew that, I think I meant more that nearly every month MS has at least one patch that requiresa reboot, rarely do I go through a patch tuesday without some critical fix... I saw a timeline somewhere where there are far more patches that require rebooting on the MS side - which is on

Re: Vmware and CF 8+

2010-09-19 Thread Chris Kelly
yep you are correct (I could swear I just looked at this page, but whatever:) http://www.vmware.com/products/vsphere/buy/small_business_editions_comparison.html however, strangely, both of the SBS solutions do limit you to 2 procs/server...which is a bit odd - considering you are going from a f

Re: Vmware and CF 8+

2010-09-19 Thread Chris Kelly
Correct - ESXi only supports two processors, neither of the relatively cheap SMB packages support more than two procs either (i'm in the midst of doing this myself...but with a dual proc machine). Microsoft hyper-V does not have this limitation (although in general it seems VMware is favored

Re: Resources for contracting out work/services/freelancing?

2010-05-16 Thread Chris .
Can you give me a site you had good luck with? I've tried bidding before and you're absolutely right, it's just not a market for folks like me. I'd make more with a night job bagging groceries :) I am more interested in the steps needed to do it outside of recruiters. I'd like to advertise l

Re: Stack overflow in self nested custom tag

2010-03-09 Thread Chris Velevitch
harder to do in the nested tag itself. Doesn't that depend on what you're trying to achieved? I can image that's a good solution for simple nesting of tags, but not for highly complex nesting of an indeterminate number of different child tags, child of child tags and recursive

Re: Stack overflow in self nested custom tag

2010-03-08 Thread Chris Velevitch
efore returning, simply moving the ", 2" > to the right by one parenthesis will probably solve your problem. > Again, I haven't actually tested, but that's what I'd try first. That worked. Thanks. Chris -- Chris Velevitch Manager - Adobe Platform Users Group,

Stack overflow in self nested custom tag

2010-03-08 Thread Chris Velevitch
the assignment creates a stack overflow and I don't understand why? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney March 2010: ColdFusion Application Architecture for the Impatient and Using jQuery wh

RE: AJAX Question

2010-01-22 Thread Chris Dicamillo
You're probably right. Your note about using firebug reminded me of the built in debugger with CF9, so I figured it would be worth letting Matthew know about it if he was using cfajaxproxy. Chris > -Original Message- > From: Scott Stewart [mailto:sstwebwo...@bellsouth.

RE: AJAX Question

2010-01-22 Thread Chris Dicamillo
Also, if you're using CF9's AJAX implementation, putting ?cfdebug at the end of your URL will show the AJAX debugger (assuming that feature is enabled in the CF Admin). Chris > -Original Message- > From: Scott Stewart [mailto:sstwebwo...@bellsouth.net] > Sent: Friday,

cfchart - stacked bar chart

2010-01-14 Thread Chris Dicamillo
s the code: I'm out of ideas on how to fix this. Anyone have some suggestions? Thanks, Chris ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

cfchart - stacked bar chart

2010-01-14 Thread Chris D
s the code: I'm out of ideas on how to fix this. Anyone have some suggestions? Thanks, Chris ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: Need help figuring out how to bill for on-call support I provide to an ex-employer...

2009-11-21 Thread Chris Johnson
Rick, that actually sounds like what I've been banging around in my head. My friend was thinking of an "emergency on call" rate for that reason, but if it was a call saying the server was down and it involved a 10 minute call to the hosting center, I would have to break out that hourly rate int

Need help figuring out how to bill for on-call support I provide to an ex-employer...

2009-11-21 Thread Chris Johnson
In a unique situation here (well, hopefully not)... I've been helping a friend get his company automated and we've developed a damned fine management system that handles mostly everything internally. I've been working full-time for him on a very reduced salary for the past year due to being in

Another quick update to CFJS

2009-10-19 Thread Chris Jordan
Hey folks, I've made another quick update to the DateFormat function in CFJS. You can read about it on my blog if you like (http://cjordan.us/index.cfm/CFJS). It's at version 1.1.12, and as always is available from http://cfjs.riaforge.org. Che

Re: Embedding Flash Files in CF Page

2009-09-08 Thread Chris Montgomery
. :) Thanks for the help, guys. -- Best regards, Chris Montgomery ~| 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/gr

Re: Embedding Flash Files in CF Page

2009-09-04 Thread Chris Montgomery
so.addVariable("link", "flv/yourMovieFile.flv"); > so.addVariable("volume", "100"); > so.addVariable("autostart", "true"); > so.addVariable("usefullscreen", "true"); > so.addVariable("sho

Re: Embedding Flash Files in CF Page

2009-09-04 Thread Chris Montgomery
! -- Best regards, Chris Montgomery ~| 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:

Re: Embedding Flash Files in CF Page

2009-09-04 Thread Chris Montgomery
Jason Fisher said the following on 9/4/2009 6:14 PM: > That should get you started ... Thanks, Jason, I'll give it a whirl. I'll need to tinker with it to have it render all six videos (just like the page I cited previously). -- Best regards, Chr

  1   2   3   4   5   6   7   8   9   10   >