RE: Remote Job: 3 Senior ColdFusion Developers

2015-03-18 Thread Eric Roberts
I think you hit the nail on the head Scott... -Original Message- From: Scott Stewart [mailto:webmas...@sstwebworks.com] Sent: Wednesday, March 18, 2015 1:08 PM To: cf-jobs-talk Subject: Re: Remote Job: 3 Senior ColdFusion Developers So have I and I've come to a conclusion. The same

RE: Remote Job: 3 Senior ColdFusion Developers

2015-03-18 Thread Eric Roberts
That is awesome -Original Message- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Wednesday, March 18, 2015 1:25 PM To: cf-jobs-talk Subject: Re: Remote Job: 3 Senior ColdFusion Developers It's basically an basic system that keeps recruiters and telemarketers on the

Re: ColdFusion 9 on Java 8

2015-03-12 Thread Eric Roberts
This is googleable...i was just looking for a similar solution with 10...you ar going to have to move several files from the sdk jre directory...one is tools.jar and msvcr1000.dll (I think)...you also have to change the java home setting in cfadmin to the jre directory in the sdk as well.

RE: Is time for a change?

2014-11-07 Thread Eric Roberts
I have been using them for several years with a number of clients and haven't had any issues. -Original Message- From: Rick Eidson [mailto:cfh...@kchost.net] Sent: Friday, November 07, 2014 1:16 PM To: cf-talk Subject: Is time for a change? Anyone using Hostek? I have been with them

RE: Adobe is just a spammer now

2014-10-23 Thread Eric Roberts
again, and so it's doubly bad that Adobe force it on me. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Sun, Oct 19, 2014 at 3:51 AM, Eric

RE: Adobe is just a spammer now

2014-10-18 Thread Eric Roberts
Yes...you can deselect it...it is a detestable practice that should default to not checked rather than checked. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Saturday, October 18, 2014 12:27 AM To: cf-talk Subject: Re: Adobe is just a spammer now In the

RE: IIS not being recognized by CF 11 install

2014-09-17 Thread Eric Roberts
I am sure someone has already suggested it, but have you created the jakarta folder and pointed it to ColdFusion11\config\wsconfig\1? I have had instances where this and the CFIDE folder weren't automatically created in the default web root... -Original Message- From: Dave Watts

RE: Package routing and maps

2014-07-25 Thread Eric Roberts
I believe the google API has something for that. I don't remember details, but that is the direction I would look. You can then leverage java to access the api. -Original Message- From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: Friday, July 25, 2014 4:08 PM To:

RE: Package routing and maps

2014-07-25 Thread Eric Roberts
You are correct. There's Google, TMW, Webfleet, etc. What have I missed and what have people used? On Fri, Jul 25, 2014 at 5:35 PM, Eric Roberts ow...@threeravensconsulting.com wrote: I believe the google API has something for that. I don't remember details, but that is the direction I

RE: Unable to add text to HTML HEAD tag

2014-05-07 Thread Eric Roberts
Apparently they are teaching these tags now in what used to be the Fast Track to CF classes. The last position I was in, the lead developer there was insistent on using them because he just learned them in the class. Eric -Original Message- From: Carl Von Stetten

RE: IE 11 not maintaining state

2013-12-19 Thread Eric Roberts
Try clearing your cache. I had a similar problem in Firefox and that solved it... The problem I had, for instance, if I logged into cfadmin, I would make a change and then click onm the submit changes button...it would bring me to a login. Same thing with sites I had to log into. Eric

RE: An exception occurred when instantiating a COM object.

2013-12-04 Thread Eric Roberts
Does com even work in the 64 bit CF environment? Last time I had to deal with it, it didn't. Eric -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Wednesday, December 04, 2013 10:22 AM To: cf-talk Subject: Re: An exception occurred when instantiating a COM

RE: per application settings

2013-12-02 Thread Eric Roberts
No...I wasn't the installer. But as far as I know it is a pretty standard install. This is on a Solaris box...using apache...no rewites to the best of my knowledge.. -Original Message- From: Adam Cameron [mailto:dacc...@gmail.com] Sent: Wednesday, November 27, 2013 7:47 AM To: cf-talk

per application settings

2013-11-26 Thread Eric Roberts
I am trying to set up some local mappings (CF9) and it doiesn't seem to recognize it. I have this as part of several variables that are set before the 1st function in my application.cfc... cfset this.mappings[ /cup ] = #application.cuproot#/cup For instance...when I try to access an image in

Re: per application settings

2013-11-26 Thread Eric Roberts
for the site you would specify: Alias /cup/ /er/cup/ CF mappings are only recognized by the CF server. If you’re trying to change that directory dynamically, you can serve via cfcontent. Jon On Nov 26, 2013, at 1:36 PM, Eric Roberts ow...@threeravensconsulting.com wrote: I am trying

Re: per application settings

2013-11-26 Thread Eric Roberts
I know that...I was referring to what is rendered after the fact.When i click on image information, the image info should display the url with /er/ in it...not the other as that is part of the path from the root. Eric On Tue, Nov 26, 2013 at 1:13 PM, Adam Cameron dac.c...@gmail.com wrote:

Re: per application settings

2013-11-26 Thread Eric Roberts
admin...it does do that. The problem is that i cant have a server wide setting...it needs to be specific to my application. Eric On Tue, Nov 26, 2013 at 1:17 PM, Eric Roberts ow...@threeravensconsulting.com wrote: I know that...I was referring to what is rendered after the fact.When i click

Re: per application settings

2013-11-26 Thread Eric Roberts
for. Not trying to burst your bubble or tell you how to code your app, but it would be much more reliable to set the image directory variable in the request scope and let CF set the path at runtime? -J On Nov 26, 2013, at 2:20 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Yes

Re: per application settings

2013-11-26 Thread Eric Roberts
Adam...if that is true, they why does it pick it up when I set the mapping in CF Admin? I am thinking it is you that isn't getting it... If it works with a mapping in CF Admin, then it should behave the same with a per application mapping...that was kinda the point in creating them. Eric On

Re: per application settings

2013-11-26 Thread Eric Roberts
again...if it works with a cf mapping in cf admin...how is it not parsing the img tag? Eric On Tue, Nov 26, 2013 at 1:36 PM, Adam Cameron dac.c...@gmail.com wrote: Yes...cf does evaluate the img tag... No. It absolutely does not. You are mistaken. I'm not vaguely speculating as to what

Re: per application settings

2013-11-26 Thread Eric Roberts
only. I do want to go back to your original email. You said I call img src=/cup/images/image.png / By call, do you mean that this is what you've written in your cfm file or are you putting this into some other CF or custom function/tag? Phil On Tue, Nov 26, 2013 at 2:39 PM, Eric Roberts

Re: per application settings

2013-11-26 Thread Eric Roberts
are refering to a directiory by name rather than having to deal with what the path is from the file. CF handles determining what that is when it renders it int o html. Eric On Tue, Nov 26, 2013 at 1:50 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Adam...as i stated several times...when I

Re: per application settings

2013-11-26 Thread Eric Roberts
major security and performance implications. - J On Nov 26, 2013, at 2:39 PM, Eric Roberts ow...@threeravensconsulting.com wrote: again...if it works with a cf mapping in cf admin...how is it not parsing the img tag? Eric On Tue, Nov 26, 2013 at 1:36 PM, Adam Cameron dac.c

Re: per application settings

2013-11-26 Thread Eric Roberts
Matt...where did I say I was executing a non-cfm file? On Tue, Nov 26, 2013 at 2:04 PM, Matt Quackenbush quackfu...@gmail.comwrote: On Tue, Nov 26, 2013 at 2:52 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Philip...it is in a .cfm file that handles the header

Re: per application settings

2013-11-26 Thread Eric Roberts
its parsing boundaries. CF never has and never will parse HTML. Period. Please read before commenting. I clearly stated that it was in a cfm file...not an html file...sheesh Eric On Tue, Nov 26, 2013 at 2:07 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Matt...where did I say I

Re: per application settings

2013-11-26 Thread Eric Roberts
in the per application mapping setting? Also, is there a difference in path in the generated source output? Finally, how is this header file being called? Is it being called with an include? With a CFHTTP? Thanks, Phil On Tue, Nov 26, 2013 at 2:52 PM, Eric Roberts ow

Re: per application settings

2013-11-26 Thread Eric Roberts
repeatedly stated that CF parses html, and that is 100% WRONG. CF only parses CFML/CFScript. On Tue, Nov 26, 2013 at 3:07 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Matt...where did I say I was executing a non-cfm file? On Tue, Nov 26, 2013 at 2:04 PM, Matt Quackenbush

Re: per application settings

2013-11-26 Thread Eric Roberts
so back to the question...why are the per application settings not working? Eric On Tue, Nov 26, 2013 at 2:12 PM, Matt Quackenbush quackfu...@gmail.comwrote: Correct. And you should read what I wrote. I addressed your words, exactly. On Tue, Nov 26, 2013 at 3:09 PM, Eric Roberts ow

Re: per application settings

2013-11-26 Thread Eric Roberts
addressed your words, exactly. On Tue, Nov 26, 2013 at 3:09 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Matt...please read what you quoted and that should address your statement about non-cfm files... Philip...it is in a .cfm file that handles the header

Re: per application settings

2013-11-26 Thread Eric Roberts
that it doesn't, Phil On Tue, Nov 26, 2013 at 3:32 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Then why does it work when i set up the mapping in cfadmin? No one seems to want to answer that... Eric

Re: per application settings

2013-11-26 Thread Eric Roberts
the ColdFusion administrator are reflective of and utilized by ColdFusion resources only. On Tue, Nov 26, 2013 at 3:32 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Then why does it work when i set up the mapping in cfadmin? No one seems to want to answer that... Eric

Re: per application settings

2013-11-26 Thread Eric Roberts
mapping, Phil On Tue, Nov 26, 2013 at 3:44 PM, Eric Roberts ow...@threeravensconsulting.com wrote: this is the value of cuproot: /usr/test/softfac_test/www/htdocs/er so when it gets put intot he mapping setting it's /usr/test/softfac_test/www/htdocs/er/cup In the cfadmin

Re: per application settings

2013-11-26 Thread Eric Roberts
http://www.xxx.com/cup/images/image.png when it is working it is http://www.xxx.com/er/cup/images/image.png On Tue, Nov 26, 2013 at 2:52 PM, Phillip Duba phild...@gmail.com wrote: What's the new rendered path from your generated HTML? Phil On Tue, Nov 26, 2013 at 3:50 PM, Eric Roberts

Re: per application settings

2013-11-26 Thread Eric Roberts
On Tue, Nov 26, 2013 at 3:50 PM, Eric Roberts ow...@threeravensconsulting.com wrote: when i do that...the image is broken. If I add the per app setting it is broken. if I add the mapping in cf admin it works... On Tue, Nov 26, 2013 at 2:47 PM, Phillip Duba phild...@gmail.com wrote

Re: per application settings

2013-11-26 Thread Eric Roberts
Yes on both Philip. No...no mod rewrite Adam. On Tue, Nov 26, 2013 at 3:19 PM, Phillip Duba phild...@gmail.com wrote: Thanks. Have you reset the application scope as we've asked you to add and remove the per-app mappings? Phil On Nov 26, 2013 3:55 PM, Eric Roberts ow

RE: per application settings

2013-11-26 Thread Eric Roberts
Thank you Cam...now this .png is getting called from a cfm page (header.cfm ) So wouldn't the application.cfc be applied? -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Tuesday, November 26, 2013 4:48 PM To: cf-talk Subject: Re: per application settings

RE: per application settings

2013-11-26 Thread Eric Roberts
application settings No it wouldn't. Its being served and called through the browser, that's why you can view it directly. The scenario Cameron describes is very close to what happened to me 2 weeks ago with a mapping, Phil On Nov 26, 2013 6:15 PM, Eric Roberts ow...@threeravensconsulting.com

Application.cfc question

2013-11-25 Thread Eric Roberts
Here's the background... We have all of our requests going through the index.cfm in the root and depending on variable values, they get directed, via cfincludes, to subfolders. My question is how do I get the application.cfc in the subfolder to run? The application.cfc in the root is getting

RE: Application.cfc question

2013-11-25 Thread Eric Roberts
, Eric Roberts wrote: Here's the background... We have all of our requests going through the index.cfm in the root and depending on variable values, they get directed, via cfincludes, to subfolders. My question is how do I get the application.cfc in the subfolder to run? The application.cfc

RE: best portable db for ColdFusion

2013-09-24 Thread Eric Roberts
What about a local copy of mysql? Yeah...it's a bit overkill for something small...but it is free and easy to set up. Eric -Original Message- From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: Tuesday, September 24, 2013 1:59 PM To: cf-talk Subject: Re: best portable db

RE: Do you use Hostek and Gmail for your mail?

2013-08-21 Thread Eric Roberts
I haven't tried to send email from my site...But I am using hostek as my host and google apps mail for my email. Eric -Original Message- From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: Wednesday, August 21, 2013 5:50 AM To: cf-talk Subject: Do you use Hostek and Gmail for

RE: CF10 Dev Edition...

2013-08-15 Thread Eric Roberts
:33 PM, Eric Roberts ow...@threeravensconsulting.com wrote: No...1 ip...local...it is calling a page that makes an http request to another local page hat has http requests an cfc calls...all local... -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday

RE: CF10 Dev Edition...

2013-08-15 Thread Eric Roberts
in CF, such as cfthread, cfhttp, where more than 2 requests need to run. On Thu, Aug 15, 2013 at 2:07 PM, Eric Roberts ow...@threeravensconsulting.com 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

CF10 Dev Edition...

2013-08-13 Thread Eric Roberts
Is ther anything that limits the number of requests in the dev edition? We have some calls that use https and the call is crapping out when I use https to call another page hat has cfc and http requests. The code works fine on out cf9 production and dev servers.Iam trying to set up a local

RE: CF10 Dev Edition...

2013-08-13 Thread Eric Roberts
never downloaded it), but historically speaking, CF's dev editions - at least back to MX, if memory serves me correctly - have been limited to connections from just two IPs. Presumably that is what you're experiencing? HTH On Tue, Aug 13, 2013 at 6:35 PM, Eric Roberts ow

RE: CF10 Dev Edition...

2013-08-13 Thread Eric Roberts
-developer-edition-c an-now-be-accessed-by-any-ip-address Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Aug 13, 2013, at 5:35 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Is ther

RE: Efflare and ImageCR

2013-07-31 Thread Eric Roberts
It doesn't work on the 64 bit platform. If you look through the archives(look between July and November 2010...probably closer to November, but I don't recall exactly when hehehe, I posted a custom tag I developed to replace CFXImage, with the help of some of the folks on this list, based off of

RE: Efflare and ImageCR

2013-07-31 Thread Eric Roberts
to follow this list - in fact I searched and found an email just like this I sent almost 3 years ago =] On Wed, Jul 31, 2013 at 3:20 PM, Eric Roberts ow...@threeravensconsulting.com wrote: It doesn't work on the 64 bit platform. If you look through the archives(look between July

Re: Easy CFC question (I hope)

2013-05-09 Thread Eric Roberts
adduser is set to ...unless i missed it, i do't see it being assigned the return value of the query. If you are supposed to be returning the new ID then you would want cfreturn qUserEmail Eric On Thu, May 9, 2013 at 10:49 AM, Bruce Sorge sor...@gmail.com wrote: Hey, I am doing a project

RE: Job Openings With Our Direct Client for COLD FUSION DEVELOPER@CHICAGO IL 60606 // SAN ANTONIO TX 78209 // ATLANTA GA 30308

2013-04-23 Thread Eric Roberts
That's an ATT thing Phillip...that is what this position is for. Eric -Original Message- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Tuesday, April 23, 2013 1:22 PM To: cf-talk Subject: Re: Job Openings With Our Direct Client for COLD FUSION DEVELOPER@CHICAGO IL 60606

RE: Hosting A to Z

2013-02-18 Thread Eric Roberts
That is who I am with now...no complaints from me... -Original Message- From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: Monday, February 18, 2013 8:48 AM To: cf-talk Subject: Re: Hosting A to Z Go with Hostek, affordable and great support. Regards, Andrew Scott WebSite:

RE: Nesting Issue?

2013-02-08 Thread Eric Roberts
Is it a case of just one person getting the mail or random people not getting it? -Original Message- From: Bruce Sorge [mailto:sor...@gmail.com] Sent: Friday, February 08, 2013 3:48 PM To: cf-talk Subject: Re: Nesting Issue? I got rid of the extra cfoutput. Everything is wrapped into

RE: Source control in CF

2013-02-02 Thread Eric Roberts
With most of the jobs I have had (Here in the US), web developers usually are not only the developers, but also the DBA, sys admin, network admin, project manager, etc... Eric -Original Message- From: Michael Christensen [mailto:mich...@strib.dk] Sent: Saturday, February 02, 2013 6:11

RE: Log question

2013-01-31 Thread Eric Roberts
Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Tue, Jan 29, 2013 at 9:20 AM, Eric Roberts ow...@threeravensconsulting.com wrote: How do you restore a deleted log? In an attempt to clear the exception log, I ended up deleting

RE: Source control in CF

2013-01-31 Thread Eric Roberts
I was going to echo what Raymond and Andrew said as well. Every place I have worked at had given developers admin rights to their box with the caveat that we are on our own ;-) Eric -Original Message- From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: Wednesday, January 30,

RE: Log question

2013-01-31 Thread Eric Roberts
forward. On Thu, Jan 31, 2013 at 5:55 PM, Eric Roberts ow...@threeravensconsulting.com wrote: apparently, there is no way to clear the logs so you don't have to skip over many months of log entries to get where you want (which is what I was trying to do) yes there is, and has been for a very

RE: Log question

2013-01-31 Thread Eric Roberts
locked. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Fri, Feb 1, 2013 at 4:55 AM, Eric Roberts ow...@threeravensconsulting.com wrote: It was deleted via the cf admin interface, so I don't think undelete would have

RE: Log question

2013-01-31 Thread Eric Roberts
Exactly...this is on a dev machine...I was trying to fix a way to fix what I did without having to reinstall...which wasn't that big of a deal anyway. Installing CF is pretty mindless. There is a new Jakarta directory you haveto add to a new site, but other than that, set isn't any more

RE: Log question

2013-01-31 Thread Eric Roberts
what mos folks expect it to do, in even warns you after you click it as adam said, cant get much more obvious really. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 31, 2013 9:06 PM, Eric Roberts ow

RE: Source control in CF

2013-01-30 Thread Eric Roberts
I didn't like GIT at all...SVN was easy to use and manage. I still couldn't figure out how to even get my source into git...and that is using git hub and the graphical tool. It shouldn't be that difficult. The whole point of SVN, beyond versioning, is to allow multiple people to work on the

RE: Source control in CF

2013-01-30 Thread Eric Roberts
I completely disagree. Going from no source control to source control with SVN is a lot easier than going from no source control to GIT. Same with going from SVN to Git. SVN is WAY easier to use and learn. -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent:

RE: Source control in CF

2013-01-30 Thread Eric Roberts
I agree Andrew... -Original Message- From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: Wednesday, January 30, 2013 9:57 AM To: cf-talk Subject: Re: Source control in CF See now I find SVN far easier when you use it right, when merging code and my opinion it is more

RE: Log question

2013-01-30 Thread Eric Roberts
Gee thanks...LOL -Original Message- From: Larry Lyons [mailto:larrycly...@gmail.com] Sent: Wednesday, January 30, 2013 1:52 PM To: cf-talk Subject: Re: Log question How do you restore a deleted log? In an attempt to clear the exception log, I ended up deleting it (they should

RE: Log question

2013-01-30 Thread Eric Roberts
could log into the server as that user and see if it is in the recycle bin? Byron Mann Lead Engineer Architect HostMySite.com On Jan 28, 2013 5:32 PM, Eric Roberts ow...@threeravensconsulting.com wrote: How do you restore a deleted log? In an attempt to clear the exception log, I ended up

Log question

2013-01-28 Thread Eric Roberts
How do you restore a deleted log? In an attempt to clear the exception log, I ended up deleting it (they should label those buttons better).help! Eric ~| Order the Adobe Coldfusion Anthology now!

RE: Log question

2013-01-28 Thread Eric Roberts
, empty file at logs\exception.log Anyone know why that would not work? On Mon, Jan 28, 2013 at 4:20 PM, Eric Roberts ow...@threeravensconsulting.com wrote: How do you restore a deleted log? In an attempt to clear the exception log, I ended up deleting it (they should label those buttons

RE: Log question

2013-01-28 Thread Eric Roberts
a text editor to save a new, empty file at logs\exception.log Anyone know why that would not work? On Mon, Jan 28, 2013 at 4:20 PM, Eric Roberts ow...@threeravensconsulting.com wrote: How do you restore a deleted log? In an attempt to clear the exception log, I ended up deleting

RE: Does CF10 support 64-bit COM Objects?

2013-01-24 Thread Eric Roberts
No...COM was depreciated in favor of .NET by Microsoft. So any custom tags you have that are COM will have to be replaced. I ran into this a few years back and had to replicate some tags in Java... I believe they still work on 32bit...so if it is a deal breaker, you may have to downgrade to

RE: cfimage error

2013-01-16 Thread Eric Roberts
Actually Larry...he is right...it does give us an lesson...he is making an example of himself...of how to be a complete ass. This sarcasm free statement brought to you by the makers of get a fraken soul already... Eric -Original Message- From: Larry Lyons [mailto:larrycly...@gmail.com]

RE: difference in displaying a numeric value in POI

2013-01-14 Thread Eric Roberts
One is rounding and one is doing an Integer function -Original Message- From: safo 2000 [mailto:safokas...@hotmail.com] Sent: Monday, January 14, 2013 1:02 AM To: cf-talk Subject: difference in displaying a numeric value in POI hi, i am trying to write a numeric value using POI

RE: What is this code doing? Is it harmful?

2013-01-03 Thread Eric Roberts
I wonder if this has anything to do with the new CF security issue? If so, look for an h.cfm in your cfide directory. Charlie Airehart has an article about it...there is also an article on Adobe's website. I don't have the info handy...it was posted on the cf-community site earlier.

RE: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-28 Thread Eric Roberts
If C# has a solution that CF cannot readily provide and pertains to accessing it via CF...yes -Original Message- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Thursday, December 27, 2012 11:23 AM To: cf-talk Subject: Re: URGENT : How to Detect screen resolution in

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-26 Thread Eric Roberts
Not sure if someone suggested it or not, but .net can access computer info...I wonder if there is a .net object out there that can read that? On Dec 25, 2012 9:25 AM, wrote: Hi Claude, perhaps the only way to do it with ajax in a 1 step process is to send the screen size vars to the cfc,

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-26 Thread Eric Roberts
Accessing .net objects or using JavaScript with ColdFusion is hardly off topic. Just answer the question or delete the emails. Quit bitching about it. This used to be a very friendly forum On Dec 26, 2012 10:01 PM, Phillip Vector vec...@mostdeadlygame.com wrote: This seems very off the

Sqlexpress 2008 and cf 10

2012-12-22 Thread Eric Roberts
I am ha king an issue with creating s data source in cf10 administrator connecting to an MS SQL 2008 sqlexpress version db. Both the db and cf are on the same box (Dev box). It says login failed for user cfuser. SQL is in mixed authentication, I have, triple, and quadruple checked to make sure

Re: Sqlexpress 2008 and cf 10

2012-12-22 Thread Eric Roberts
disabling it by default. Sent from my iPhone On Dec 22, 2012, at 10:23 PM, Eric Roberts ow...@threeravensconsulting.com wrote: I am ha king an issue with creating s data source in cf10 administrator connecting to an MS SQL 2008 sqlexpress version db. Both the db and cf are on the same box

Re: Sqlexpress 2008 and cf 10

2012-12-22 Thread Eric Roberts
Hmmm...despite the conventional wisdom otherwise... I nuked the user and recreated it, making the authentication type SQL Authentication and it worked! Go figure... On Dec 22, 2012 10:33 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Did that...tcpip is enabled...all of the 0s were

RE: Help needed with CF10 developer edition on XP w/IIS

2012-12-11 Thread Eric Roberts
that mistake again. Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com -Original Message- From: Sergey Croitor

RE: Can this be improved

2012-12-03 Thread Eric Roberts
I would agree...unless it is a really, really complex query that is just killing performance...I try and avoid SP's...they make life so much harder for debugging. I haven't jumped into ORM land yet...it's on the list. Three Ravens Consulting Eric Roberts

RE: Security Question(s)

2012-11-15 Thread Eric Roberts
higher up in the order of operations. Local vars get the variables scope. Then ther is URL, form, application, session, etc... This will cover cross site scripting and SQL injection. Three Ravens Consulting Eric Roberts Owner/Developer ow

CF 10 update 3 released

2012-10-19 Thread Eric Roberts
http://cf.etisbew.com/articles/index.php/coldfusion-10-update-3-released/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: Fw: Atlanta area developer announcing availability for full-time or contract work

2012-10-02 Thread Eric Roberts
LOL...I was thinking the same thing. Didn't he just post a few weeks ago about not wanting to do this anymore? Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http

RE: How would I change this to a div

2012-09-22 Thread Eric Roberts
That is pretty common in shared server environments Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com

RE: How would I change this to a div

2012-09-21 Thread Eric Roberts
on that. Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com -Original Message- From: Bruce Sorge [mailto:sor...@gmail.com

RE: How would I change this to a div

2012-09-21 Thread Eric Roberts
I was just thinking...if you use the Barcode 3of9 font someone had mentioned earlier, my cfc would probably work great with very little tweaking. Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630

RE: Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Eric Roberts
it. Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent

RE: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-10 Thread Eric Roberts
I'll check in a sec...but I have never had any issues...I'll let you know. Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com

RE: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-10 Thread Eric Roberts
Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com -Original Message- From: Casey Dougall - Uber Website Solutions [mailto:ca...@uberwebsitesolutions.com] Sent: Monday

RE: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-10 Thread Eric Roberts
Godaddy itself is even down Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com -Original Message- From

RE: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-10 Thread Eric Roberts
I am really glad I moved my sites and DNS away from them LOL. Freedns.angy.com is a free dns host site. My actual sites are at hostek these days. Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630

RE: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-10 Thread Eric Roberts
That is what all the news articles about this are saying... Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com

RE: 64-bit COM Objects

2012-09-01 Thread Eric Roberts
. Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com -Original Message- From: Lewis Sellers [mailto:lasell...@gmail.com

RE: Alternative to CFOBJECT

2012-08-30 Thread Eric Roberts
Didn't Ben Nadel come up with a way to invoke object when cfobject and cfinvoke and creatobject were disabled? It was a long time ago... Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531

RE: SOT: Thoughts on Hostek?

2012-08-30 Thread Eric Roberts
I have been using them for about 9 months now and not a complaint yet. Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com

RE: web.config in web root

2012-08-28 Thread Eric Roberts
Yup...that is a IIS7 thing... Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com -Original Message- From

RE: web.config in web root

2012-08-28 Thread Eric Roberts
yes Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com -Original Message- From: Maureen [mailto:mamamaur

RE: Modern (and free) html/cf editor that is similar to Homesite?

2012-08-19 Thread Eric Roberts
The Adobe cloud offering offers a student/faculty rate...not sure if it is free or not, but worth checking out...it gives you access to all of the adobe applications for downloadincluding dreamweaver. Three Ravens Consulting Eric Roberts Owner/Developer

mapping question

2012-08-17 Thread Eric Roberts
http://www.threeravensconsulting.com Your ColdFusion Development Solution Eric Roberts Owner/Developer Three Ravens Consulting mailto:ow...@threeravensconsulting.com ow...@threeravensconsulting.com http://www.threeravensconsulting.com http://www.threeravensconsulting.com tel

RE: mapping question

2012-08-17 Thread Eric Roberts
The code was referring to the mapping in cf...I also had a virtual directory pointing to the directory. Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http

RE: mapping question

2012-08-17 Thread Eric Roberts
Just to make sure I am not totally brain farting how to do this very basic operation...this should refer to the mapping from CF, right? cfif not DirectoryExists(/Log/Request)... It's been a long week... Three Ravens Consulting Eric Roberts Owner/Developer

  1   2   3   4   5   6   7   8   9   10   >