Re: considering two options for changing hosting

2015-03-31 Thread Cameron Childress
how much tech support this really buys from your host. Maybe 15 minutes a month? Generally speaking, I would expect similar (good or bad) performance from any host at this cost level. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf

Re: Mura or ContentBox

2015-01-27 Thread Cameron Childress
We've done a bunch of Mura installations and it's a pretty awesome CMS. It does a lot right out of the box and the architecture gives you tons of places to extend it as needed. I have no used ContentBox but I can say Mura is definitely a good choice for CMS platform. -Cameron On Mon, Jan 26,

Re: IE slow, Ffox, Chrome, Opera fast

2014-10-30 Thread Cameron Childress
information visually - so I usually try to get to the bottom of what they are actually looking for and find a way to quickly get them that data and nothing more. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitter http

Re: Avoiding a boat load of queries inserting multiple records - Better Way?

2014-10-09 Thread Cameron Childress
On Thu, Oct 9, 2014 at 12:30 PM, Les Mizzell wrote: Is there a better way to set up my two insert queries above so it's not making two calls for every single address? Most databases will let you issue multiple SQL statements in a single request/transaction. You just have to separate them with

Re: Avoiding a boat load of queries inserting multiple records - Better Way?

2014-10-09 Thread Cameron Childress
insert to use in the 2nd. However, that's probably not very helpful to you unless this is a new database/app and you have the freedom to make that change. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf ~| Order

Re: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Cameron Childress
not called cfc. That word may be reserved in CF11. I have no idea if it is, but it would be super easy for you to test. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitter http://twitter.com/cameronc | google+ https://profiles.google.com

Re: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Cameron Childress
in the psudoconstructor is already behaving differently than it does in onApplicationStart(). -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitter http://twitter.com/cameronc | google+ https://profiles.google.com/u/0

Re: CFTRY / CFCATCH not working

2014-09-09 Thread Cameron Childress
If there is an error in your error handling code you will get a hard error. It may be because you are still attempting to work with the corrupt file in your catch. Change this: cfcatch type=Anycfset get_imginfo.ImgWidth=0cfset get_imginfo.ImgHeight=0/cfcatch To this: cfcatch type=Any/cfcatch

Re: Replicate cache across multiple CF servers

2014-07-18 Thread Cameron Childress
://www.petefreitag.com/item/97.cfm -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitter http://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: CF 11

2014-07-01 Thread Cameron Childress
this list. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitter http://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985 ~| Order

Re: CF 11

2014-06-30 Thread Cameron Childress
and start the application server (Railo's model has supported this for years) than it is to have to go through the installation process each time. After all the CF11 installation problems I've seen on the CF lists, this news is what may actually make me finally download it. -Cameron -- Cameron

Re: CF 11

2014-06-30 Thread Cameron Childress
and many years. Writing code that is capable of running in many environments can eliminate a very large percentage (not quite 100%) of issues. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitter http://twitter.com/cameronc | google

Re: SOT: EXT grid timeout

2014-06-14 Thread Cameron Childress
On Sat, Jun 14, 2014 at 10:16 AM, John M Bliss wrote: So I added this code to increase our EXT grid timeout from 2.5 minutes to 10 minutes: Any ideas? I am not sure I would try to work with AJax data that took that long to return. You have so many variables with different browsers (with

Re: Loading message for excel pages

2014-05-14 Thread Cameron Childress
An Ajax loader / spinner should solve your problem just fine. http://www.jquery4u.com/tools/online-loading-ajax-spinner-generators/ -Cameron On Tue, May 13, 2014 at 4:43 PM, funand learning wrote: All - I have a following link a href=javascript:callExcel()Generate excel/a the function

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Cameron Childress
to be the last problem you have. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: (ot) barcodes and mobile sites

2014-04-11 Thread Cameron Childress
keyboard entry. We've had success with connecting up credit card swipers and 2d barcode scanners this way in the past so I am hopeful this will be no different. I would be interested in hearing about anything you find. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook

Re: (ot) barcodes and mobile sites

2014-04-11 Thread Cameron Childress
-- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985 ~| Order the Adobe Coldfusion

Re: Extending Application.CFC

2014-04-11 Thread Cameron Childress
= createObject('component','path.to.model.SingletonFactory') .init() .getObject('path.to.model.IVR.Settings'); You can obviously abstract out some of that init code but that's essentially how it's used in a one line example. -Cameron -- Cameron Childress

Re: Extending Application.CFC

2014-04-11 Thread Cameron Childress
/cons. If you want two distinct applications, use different names. If not, use the same name. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0

Re: Very disappointed in Viviotech

2014-04-01 Thread Cameron Childress
-- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985 ~| Order the Adobe Coldfusion

Re: Moving part of my hosting business - thoughts about my plan please ...

2014-03-28 Thread Cameron Childress
last time I checked. http://www.rightscale.com/ -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: The long tail of ColdFusion fail

2014-03-18 Thread Cameron Childress
On Tue, Mar 18, 2014 at 12:04 AM, Gerald Guido wrote: What is the deal with the bias and, at times, the flat out bigotry toward CF? Could someone explain this to me? Everything makes more sense when you think of programming languages as religions. Each has it's own moderates and some have

Re: The long tail of ColdFusion fail

2014-03-18 Thread Cameron Childress
On Tue, Mar 18, 2014 at 10:21 AM, wrote: Excuse my ignorance, but what is CC? Creative Cloud. Adobe's software rental program. -Cameron ... ~| Order the Adobe Coldfusion Anthology now!

Re: The long tail of ColdFusion fail

2014-03-17 Thread Cameron Childress
There are a ton of sites out there with insecure CFAdmins, some running CFMX6!!! Google for inurl:cfide/administrator to find a few. -Cameron ... On Mon, Mar 17, 2014 at 4:30 PM, wrote: I think this hack is known since a long time ago. I remember having installed my CF administrator in

Re: Honest question about cfform

2014-03-04 Thread Cameron Childress
On Mon, Mar 3, 2014 at 10:42 PM, Gerald Guido wrote: My bad: Why are people so vehemently opposed to CFForm? Rule of thumb: Anything that is built into CF and spits out Java, Javascript, Flash, or any other client side parsed in the browser stuff should be avoided. Adobe has a roughly 18

Re: URL is specified in wrong format

2014-02-26 Thread Cameron Childress
As a side note, when you get a chance I would change that variable name from var to something else, unless that was just dummy info for the list. Since var means something special inside functions it could be reserved now or in the future. -Cameron On Tue, Feb 25, 2014 at 10:23 PM, John M

Re: Possible time out

2014-02-13 Thread Cameron Childress
problem to figure out sometimes. See also: http://www.petefreitag.com/item/808.cfm -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: Jrun Restarts Itself Every Few Minutes - CF 8

2014-02-06 Thread Cameron Childress
My very first reaction (and there will probably be 20 other people who say this) is to instal and use FusionReactor to trouble shoot the root cause of this problem. -Cameron On Thu, Feb 6, 2014 at 10:12 AM, E Cohen eron_co...@yahoo.com wrote: Hello All, I am having a problem with one of

Re: cflocation mystery

2014-02-02 Thread Cameron Childress
fileExists() accepts a filename on the filesystem, not a URL. -Cameron On Sun, Feb 2, 2014 at 11:41 AM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I have a basic .html site that I have converted to a coldfusion site. since there are many old .html links out there I added the following

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Cameron Childress
a password. 3) On your own computer, log into GMail in the browser, scroll to the bottom where it says Last account Activity and click Details. Click log out all other sessions and it will kill other browser sessions. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http

Re: Secure application code from host

2014-01-28 Thread Cameron Childress
On Tue, Jan 28, 2014 at 8:35 AM, Byron Mann wrote: I would suggest working with an attorney to make sure you have a proper licensing agreement in place. An attorney who understands IP law in this country without internet. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf

Re: per application settings

2013-12-02 Thread Cameron Childress
executed on the cfm page request. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: Adobe take over a MONTH to advise me my credit card details are stolen

2013-11-26 Thread Cameron Childress
On Tue, Nov 26, 2013 at 8:28 AM, Bruce Sorge wrote: Same here John. Emails stating that my password might have been compromised as well. I got a few emails to various addresses. Some arrived right after the breach and others much later (a month maybe). IIRC, none were about credit card data,

Re: per application settings

2013-11-26 Thread Cameron Childress
. Drops mic. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: CF 10 on Mavericks AND Adobe download links not working

2013-10-28 Thread Cameron Childress
to work around it but CF's internals tend to be pretty crusty just before a new release comes out. This is just my opinion. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https

Re: Hosting

2013-10-22 Thread Cameron Childress
on quality CF hosting. Either one is a fine choice. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: Retrieving line number

2013-10-08 Thread Cameron Childress
. To my knowledge, this information is not available to you as a developer, but I have often wondered this myself. Somewhere down in the java bowels of CF, if you can't get to some of that meta about the code. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http

Re: Cold Fusion source code stolen from Adobe in Cyber attack

2013-10-04 Thread Cameron Childress
On Fri, Oct 4, 2013 at 4:14 PM, Rick Sanders wrote: Not sure if you guys heard about this yet: No Cold Fusion code was stolen as a result of this attack. Only ColdFusion code. The best way to see if something has already been brought up on the email list or not is to read the previous

Re: Distributed Caching with TerraCotta

2013-09-26 Thread Cameron Childress
-- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985 ~| Order the Adobe Coldfusion

Re: best portable db for ColdFusion

2013-09-24 Thread Cameron Childress
On Tue, Sep 24, 2013 at 2:30 PM, Michael Dinowitz wrote: I'd keep 'daynotes' with me when I move from computer to computer. Currently it's all text files but I'd like to move it to a database that I can move with me. MS Access is an option but is there something better? Derby? SQLite? Have

Re: cfmail Exchange 2010

2013-09-09 Thread Cameron Childress
On Fri, Sep 6, 2013 at 6:41 PM, Russ Michaels r...@michaels.me.uk wrote: We moved to google apps and never looked back. I now use hmail or smarter mail for smtp which is stress free. +1 -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com

Re: CF10 Dev Edition...

2013-08-15 Thread Cameron Childress
On Thu, Aug 15, 2013 at 9:07 AM, Eric Roberts wrote: Where does it state that? It is limited to 2 ip's...I did not see anything about requests...I am trying to find where that is spelled out. From the blog post Will sent yesterday: The restriction is on *two concurrent request* from any

Re: CF10 Dev Edition...

2013-08-13 Thread Cameron Childress
://www.carehart.org/blog/client/index.cfm/2012/5/15/cf10_enterprise_or_standard_restrictions Lastly, if you can't figure out what's going on you might toss a copy of FR on there to see what code it's getting stuck on. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http

Re: Coldfusion in distributed mode with multiple subnets on host

2013-08-05 Thread Cameron Childress
Brad- I've run into problems similar to this before. A few things... JRun (under the covers in CF9) uses the JINI service to autodiscover it's cluster peers. Essentiually you're going to want to try to find a way to bind the JINI service to a particular subnet. First, you can specify a Unicast

Re: Coldfusion in distributed mode with multiple subnets on host

2013-08-05 Thread Cameron Childress
Brad- Russ and Mark's suggestions are actually probably easier than mine, but if they don't work out, read up on the JRun stuff. -Cameron On Mon, Aug 5, 2013 at 9:55 AM, Mark A Kruger mkru...@cfwebtools.comwrote: This was my suggestion too - although I sometimes add static routes to the

Re: Slow running request

2013-07-19 Thread Cameron Childress
On Wed, Jul 17, 2013 at 3:11 PM, Richard Steele wrote: How should we go about finding out the cause of these slow running requests? Rick - Ever get to the bottom of this? -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf

Re: Caching

2013-07-17 Thread Cameron Childress
On Wed, Jul 17, 2013 at 10:08 AM, Steve LaBadie wrote: Is there an inherent problem with CF caching pages or is this strictly a browser and IIS issue. We updated our home page and are receiving complaints that our home page isn't resolving correctly. I instruct them to push F5 and everything

Re: Caching

2013-07-17 Thread Cameron Childress
believe that it is only happening within the campus network and not off campus. Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Wednesday, July 17, 2013 10:15 AM To: cf

Re: Caching

2013-07-17 Thread Cameron Childress
On Wed, Jul 17, 2013 at 10:27 AM, Steve LaBadie wrote: When someone goes to the page for the first time, the page is jumbled. I believe that it is only happening within the campus network and not off campus. One other idea here since this is only happening on campus... I know many

Re: Regex question

2013-07-17 Thread Cameron Childress
a superscript tag with the value. I'll let someone else help with regex, but my comment from the peanut gallery: This smells like something you may be able to easily do using jQuery and let the client side manage this. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http

Re: Compare Two Lists

2013-07-17 Thread Cameron Childress
Depending on where this CSV file is coming from, I'd just not use cfqueryparam. The only real reason to use it in a case like this is to make sure nobody's SQL injecting you. If this is an automated process and you think maybe one day you might not be able to trust the inputs form the CVS file,

Re: Slow running request

2013-07-17 Thread Cameron Childress
On Wed, Jul 17, 2013 at 3:11 PM, Richard Steele r...@photoeye.com wrote: We occasionally have a slow running request for no apparent reason. We have Fusion-Reactor and can see that there is no heavy traffic on the server. The same query run at a different time, runs just fine. The SQL db

Re: Compare Two Lists

2013-07-17 Thread Cameron Childress
On Wed, Jul 17, 2013 at 5:09 PM, Mark A Kruger wrote: That's one of the reasons that I USE cfqueryparam - to keep me from having to write list code :) Agreed. It's rare that I recommend against cfqueryparam, but in this case I think it might be easier. -Cameron

Re: Data Area Error

2013-07-03 Thread Cameron Childress
There are lots of results on Google when you put this into a search. Most have to do with Windows configuration. On Wed, Jul 3, 2013 at 1:02 PM, John M Bliss bliss.j...@gmail.com wrote: I'm using ACF10 and, randomly, a call to one page:

Re: assess/

2013-07-02 Thread Cameron Childress
On Tue, Jul 2, 2013 at 11:06 AM, Mark A Kruger wrote: Is this a request for analysis or is he calling us a peculiar (and misspelled) name? Perhaps he thought he was typing that into the URL for a website and the focus was accidentally in his email client. -Cameron ...

Re: Hack Attempt?

2013-06-25 Thread Cameron Childress
On Tue, Jun 25, 2013 at 12:56 PM, John Bliss wrote: - what that req is supposed to do? - how to be sure to block it? First result via Google for that string: Plesk 0-day Remote Vulnerability in the Wild http://blog.sucuri.net/2013/06/plesk-0-day-remote-vulnerability-in-the-wild.html

Re: CF Live

2013-05-29 Thread Cameron Childress
On Wed, May 29, 2013 at 4:54 PM, Russ Michaels wrote: I'll put up a list of disabled tags and functions. Or try/catch the error and display something like this tag is disabled because blah, blah, blah. Click here for a complete list of disabled tags/functions. A link to the lockdown guide

Re: Compare ftp and directories

2013-05-23 Thread Cameron Childress
On Thu, May 23, 2013 at 8:56 AM, Phillip Vector wrote: Can anyone suggest a program that will read an ftp directory (and sub directories) and show what files are different? I suspect BeyondCompare does this. -Cameron ~|

Re: Session issue CF10

2013-05-03 Thread Cameron Childress
be using the minimum. Or have I just always misunderstood this? No. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: (ot) Online Learning Platforms

2013-04-26 Thread Cameron Childress
, but it may be worth adding to your list or things to review. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: ACF10 and Service Temporary Unavailable

2013-04-23 Thread Cameron Childress
On Tue, Apr 23, 2013 at 10:00 AM, John M Bliss bliss.j...@gmail.com wrote: [crickets] :-) Usually when the web connector starts failing, I rebuild it. Sometimes I never know WHY it started failing. That would be my first step. -Cameron ...

Re: Anyone ever created their own email archive with CF?

2013-04-18 Thread Cameron Childress
On Thu, Apr 18, 2013 at 6:51 AM, Rick Faircloth wrote: Thanks for NOT answering my question. I've gotten almost no helpful information from this entire conversation, in spite of its tremendous length. Rick - Please take this in the most constructive way possible. You asked a question, got a

Re: Anyone ever created their own email archive with CF?

2013-04-18 Thread Cameron Childress
On Thu, Apr 18, 2013 at 1:06 PM, Rick Faircloth wrote: I'm just hard-headed At least we can all agree on that. -Cameron ... ~| Order the Adobe Coldfusion Anthology now!

Re: How to learn to build mobile apps..

2013-04-18 Thread Cameron Childress
I like Titanium: Some decent but not awesome basic instruction: http://mobile.tutsplus.com/tutorials/appcelerator/appcelerator-development/ -Cameron On Fri, Apr 19, 2013 at 1:45 AM, Jerry Milo Johnson jmi...@gmail.comwrote: Phonegap (html5/css/js skillz needed) Titanium (js skillz

Re: Anyone ever created their own email archive with CF?

2013-04-17 Thread Cameron Childress
deleting in a web interface that annoys you? I don't understand. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: Anyone ever created their own email archive with CF?

2013-04-17 Thread Cameron Childress
subject like Website get lumped into the same conversation. -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Wednesday, April 17, 2013 10:28 AM To: cf-talk Subject: Re: Anyone ever created their own email archive with CF? On Tue, Apr 16, 2013 at 4:29 PM

Re: Anyone ever created their own email archive with CF?

2013-04-17 Thread Cameron Childress
On Wed, Apr 17, 2013 at 1:54 PM, Rick Faircloth wrote: No, I've been through Gmail and Outlook.com, the two I'd considering to handle my mail. They didn't satisfy. You seem to have unrealistic expectations. Namely, that a web solution is going to behave identically to whatever it is you are

Re: Anyone ever created their own email archive with CF?

2013-04-16 Thread Cameron Childress
On Tue, Apr 16, 2013 at 11:16 AM, Rick Faircloth wrote: But again, with business class Gmail/Google Apps, we're talking about $5 per unique email address which would run me $500 per month for my email users. A quite ridiculous cost! There is a cost in managing your own email server as well.

Re: Anyone ever created their own email archive with CF?

2013-04-16 Thread Cameron Childress
On Tue, Apr 16, 2013 at 11:57 AM, Dave Watts wrote: As an end-user, I don't think $5 per month sounds like a lot for the most important network service I use. As an administrator, there is simply no comparison I could make between the two. What happens if your virtual dedicated server takes

Re: Anyone ever created their own email archive with CF?

2013-04-16 Thread Cameron Childress
On Tue, Apr 16, 2013 at 12:12 PM, Cameron Childress wrote: We don't host any servers inhouse. I will go to the ends of the earth to find a way to not very valuable waste time managing things like that. Just like I apparently don't like to waste valuable time proofreading my emails before I

Re: Anyone ever created their own email archive with CF?

2013-04-15 Thread Cameron Childress
On Mon, Apr 15, 2013 at 9:28 PM, Dave Watts wrote: I'm not sure what you're looking for here. I just do this in Google Apps. I have labels for each client, and filters to mark incoming mail from clients and outgoing mail to them as belonging to the appropriate client. I can pull up all

Re: ACF10 Upgrade

2013-04-04 Thread Cameron Childress
I see that you've already gone a few more painful routes. The very first thing I would do it reinstall the web connector (wsconfig). This advise is probably moot though since it appears you've gone back to CF8 and are (theoretically) working with someone, somewhere, maybe, at Adobe to fix this.

Re: Now() offset by 1 hour

2013-04-02 Thread Cameron Childress
It may be worth double checking that you are using the version you think you are using: This will tell you: #CreateObject(java, java.lang.System).getProperty(java.version)# On Tue, Apr 2, 2013 at 2:03 PM, Richard White rich...@re-base.net wrote: Hi Will, thanks for your suggestion i just

Re: Now() offset by 1 hour

2013-04-02 Thread Cameron Childress
That still may not be your problem. This has been fixed since 1.4.2_11 http://helpx.adobe.com/coldfusion/kb/coldfusion-mx-jrun-suns-jvm.html -Cameron On Tue, Apr 2, 2013 at 4:26 PM, Richard White rich...@re-base.net wrote: Thanks guys. After running this code I can see I am running 1.6

Re: PCI-Compliance Ding for Non-Random CFID's

2013-03-29 Thread Cameron Childress
Turning on use J2EE sessions will give you a cryptographically strong random token. -Cameron On Fri, Mar 29, 2013 at 11:49 AM, Rick Faircloth r...@whitestonemedia.comwrote: Hi, all... Trying to get my server to pass PCI-Compliance and I was dinged for the server(CF) using non-random session

Re: Sublime Text 2

2013-03-28 Thread Cameron Childress
On Thu, Mar 28, 2013 at 1:28 PM, dave d...@northgoods.com wrote: Thanks Mark but I must be missing something. I downloaded the package control file. What screen must I be in when I do the Ctrl+shift+P? When I do that from the opening screen, a drop down list appears with actions but if I

Re: Sublime Text 2

2013-03-28 Thread Cameron Childress
On Thu, Mar 28, 2013 at 3:19 PM, dave d...@northgoods.com wrote: What's more, I downloaded it twice because the first time I didn't Save as I merely saved, expecting it to be saved in the Installed Packages folder but it didn't. The second time, I did direct it to that folder and I see it

Re: Ajax tutorial or book

2013-03-21 Thread Cameron Childress
On Thu, Mar 21, 2013 at 7:26 AM, Huff, Jerome P (IS) jerome.h...@ngc.comwrote: I have been using CF for 8 years and now have a project that I think ajax will be great for, but I don't understand how to get started. I have looked at some tutorials, but I don't understand where to place the

Re: CF running out of steam

2013-03-19 Thread Cameron Childress
On Tue, Mar 19, 2013 at 3:50 PM, Rick Faircloth wrote: I could have saved them a TON of trouble by letting them know that Flash wasn't going to make it. Given a long enough timeline, this is true for every technology ever created - and for humans too for that matter. Sorta like declaring I

Re: Curmudgeon painted in a corner

2013-03-18 Thread Cameron Childress
On Sun, Mar 17, 2013 at 11:41 PM, Dave Long d...@northgoods.com wrote: Cameron, thanks anyway. I want to own the machine, not have the machine own me. Yeah, I'm not one to sell you on Mac, just interesting that no-one brought it up. -Cameron ...

Re: Curmudgeon painted in a corner

2013-03-18 Thread Cameron Childress
On Mon, Mar 18, 2013 at 9:48 AM, Dave Long d...@northgoods.com wrote: Winston Churchill: A fanatic is one who can't change his mind and won't change the subject. Well, since the subject of this message was CF code editors, who's changed the subject and who hasn't? :) -Cameron ...

Re: CF running out of steam

2013-03-18 Thread Cameron Childress
On Mon, Mar 18, 2013 at 10:19 AM, Russ Michaels r...@michaels.me.uk wrote: A couple that come to mind are iHTML Oh man that was an interesting one. It replaced ColdFusion (Cold Fusion at the time) as the default bundled app server that came with OReilly's Website Pro. I seem to remember

Re: Curmudgeon painted in a corner

2013-03-17 Thread Cameron Childress
the ColdFusion package. Decent syntax highlighting and a lot fo goot packages to choose from. It's also very lightweight compared to memory beasts built on top of Eclipse like CFBuilder. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf

Re: Curmudgeon painted in a corner

2013-03-17 Thread Cameron Childress
On Sun, Mar 17, 2013 at 6:05 PM, Dave Long d...@northgoods.com wrote: Problem: new ones all come with Windows 8 I have to say I am disappointed that no-one has yet said, with a sh*t eating grin on their face: New Macs do not come with Win 8 -Cameron ...

Re: CF running out of steam

2013-03-14 Thread Cameron Childress
commodity exchange. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0/117829379451708140985

Re: now( ) is off by an hour

2013-03-13 Thread Cameron Childress
shift for two more weeks). Here is the Adobe KB article addressing the issue. http://helpx.adobe.com/coldfusion/kb/coldfusion-mx-jrun-suns-jvm.html Update your JVM. If it's 6+ years old, this is likely only one of many problems you will encounter. -Cameron -- Cameron Childress -- p

Re: Debugging AMF call

2013-03-06 Thread Cameron Childress
of cc is not defined and you're seing that returned to your Flash file. Do you happen to have any variables on the CF side that are called cc? Start there. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com

Re: Hosting A to Z

2013-02-18 Thread Cameron Childress
On Mon, Feb 18, 2013 at 9:41 AM, Stephens, Larry V steph...@iu.edu wrote: Really? No one sees that as a hefty cost for a *small* business? From the sounds of it, you are currently spending a lot of time dealing with problems at your currently hosting company. Time = money. You currently

Re: Hosting A to Z

2013-02-15 Thread Cameron Childress
. Full stop. If you do not immediately move off of a host who behaves this way after it's happened TWICE, then you are doing it wrong. Fool me once shame on you, fool me twice shame on me. It's already happened twice. Sounds like you are begging to for a third time. -Cameron -- Cameron Childress

Re: Anyway to automatically convert to URLSESSIONFORMAT

2013-02-10 Thread Cameron Childress
- this is all that is required for me to potentially hijack your user's sessions, simply by examining the referrer strings. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https

Re: (ot) Fed Reserve Hack

2013-02-08 Thread Cameron Childress
On Thu, Feb 7, 2013 at 9:02 PM, Maureen mamamaur...@gmail.com wrote: The Fed does use contractors but the background check is extensive, and the access to the banking systems are very closely guarded. Many of the ColdFusion developers at the Fed are full time. Of those who I know personally,

Re: Nesting Issue?

2013-02-08 Thread Cameron Childress
The email is typically spooled and doesn't get sent right away - so since the attachment is always named Voucher you can't know for sure which file the email is going to pickup. Adding the user's PK to the Voucher name will probably make it unique enough to work as you want. I'd also consider a

Re: cfqueryparam issue

2013-02-08 Thread Cameron Childress
What is the datatype and length of the column in the Access database? This sounds like a pretty standard data truncation problem. -Cameron On Fri, Feb 8, 2013 at 2:41 PM, Stephens, Larry V steph...@iu.edu wrote: This gets stranger and stranger. It doesn't appear to have anything to do with

Re: Anyway to automatically convert to URLSESSIONFORMAT

2013-02-08 Thread Cameron Childress
You should also consider that passing the session token in the URL opens you up to certain XSS vulnerabilities such as the one Yahoo Mail encountered about a month ago: http://thenextweb.com/insider/2013/01/07/yahoo-mail-users-hit-by-widespread-hacking-xss-exploit-seemingly-to-blame/ In my

Re: Coldfusion app response slow

2013-02-05 Thread Cameron Childress
On Tue, Feb 5, 2013 at 2:06 PM, J.J. Merrick j...@panos.cc wrote: FusionReactor would be a great tool that would tell you exactly what was going on during the slow down and see what the issue is. +1 -Cameron ~| Order the

Re: Source control in CF

2013-02-03 Thread Cameron Childress
On Sun, Feb 3, 2013 at 5:53 AM, Michael Christensen mich...@strib.dkwrote: (I don't know if this is a particular Danish or European way to do things - seems that things might be a bit different in the US) ...or just the specific companies you've worked for in the past, regardless of

Re: Source control in CF

2013-02-02 Thread Cameron Childress
On Sat, Feb 2, 2013 at 3:33 PM, Michael Christensen mich...@strib.dkwrote: I personally disagree, respectfully of course, with the people who say, that developers should be able to maintain CF and web server, as well as set up 3rd party components etc. To me, that is like saying that any

Re: Source control in CF

2013-01-31 Thread Cameron Childress
computer and give it a week or two of working that way to see if it's really as hard as you think. You may be surprised. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https

Re: Source control in CF

2013-01-30 Thread Cameron Childress
think that Git may be an even more painful option for you (but give it a whirl and form your own opinion). -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf | twitterhttp://twitter.com/cameronc | google+ https://profiles.google.com/u/0

Re: Source control in CF

2013-01-30 Thread Cameron Childress
lot more rope. It's power is also potentially it's downfall, depending on the people involved and everyone having the same understanding of how to use it (git flow vs github flow etc). -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook http://www.facebook.com/cameroncf

  1   2   3   4   5   6   7   8   9   >