Re: jQuery: firing a click event from a class instead of an ID

2015-03-20 Thread Scott Stewart
. $(document).on(event, selector, function ) On Mar 20, 2015 1:08 PM, Scott Stewart webmas...@sstwebworks.com wrote: .delegate is what I was looking for ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

jQuery: firing a click event from a class instead of an ID

2015-03-20 Thread Scott Stewart
=loadPathEditid=' + x + 'nolayout', closeOnEsc: true }).jqmShow(); }); a variation on this code fires just fine from an ID selector.. but won't fire at all from a class. Thanks in advance -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8 9 Adobe Certified Expert, ColdFusion 8 9

Re: jQuery: firing a click event from a class instead of an ID

2015-03-20 Thread Scott Stewart
', myFunction, false); Robert Harrison Full Stack Developer AIMG rharri...@aimg.com Main Office: 704-321-1234 ext.118 Direct Line: 516-302-4345 www.aimg.com -Original Message- From: Scott Stewart [mailto:webmas...@sstwebworks.com] Sent: Friday, March 20, 2015 12:13 PM To: cf-talk

Re: Remote Job: 3 Senior ColdFusion Developers

2015-03-18 Thread Scott Stewart
. :) But usually, if they call, I send them to Lenny. That gets me off their lists really quick. On Wed, Mar 18, 2015 at 11:08 AM, Scott Stewart webmas...@sstwebworks.com wrote: So have I and I've come to a conclusion. The same call center is fronted by five or six different

Re: Remote Job: 3 Senior ColdFusion Developers

2015-03-18 Thread Scott Stewart
So have I and I've come to a conclusion. The same call center is fronted by five or six different companies, I'll opt out of one list and get flooded by three others for the same position almost immediately as if my opting out has triggered another event. I'm really getting tired of getting

Re: ColdFusion 9 on Java 8

2015-03-12 Thread Scott Stewart
in the sdk as well. Charlie Airheart has a page that describes pretty much everything you need to know. I don;t have the link handy, but I am sure you can easily find it via google. Eric On Thu, Mar 12, 2015 at 8:07 AM, Scott Stewart webmas...@sstwebworks.com wrote: Oracle is EOL'ing

Re: ColdFusion 9 on Java 8

2015-03-12 Thread Scott Stewart
...@trunkful.com www.trunkful.com On Mar 12, 2015, at 9:37 AM, Scott Stewart webmas...@sstwebworks.com wrote: This is googleable uhmmm.. thanks Captain Obvious, here's your cape :P From what I was able to dig up ColdFusion 9 is a no go with Java 8. There are hotfixes available for 10

Re: ColdFusion 9 on Java 8

2015-03-12 Thread Scott Stewart
...@trunkful.com www.trunkful.com On Mar 12, 2015, at 9:59 AM, Scott Stewart webmas...@sstwebworks.com wrote: Wil, that's what I'm pushing for. The powers that be having been dragging their feet on upgrading. This may be just the thing to push them over. On Thu, Mar 12, 2015 at 10:48 AM

Re: ColdFusion 9 on Java 8

2015-03-12 Thread Scott Stewart
operations (like using the results of a createTimeSpan() to adjust a date.) We found a number of things that made our upgrade from CF9 to CF10 slow. On Thu, Mar 12, 2015 at 10:59 AM, Scott Stewart webmas...@sstwebworks.com wrote: Wil, that's what I'm pushing for. The powers

ColdFusion 9 on Java 8

2015-03-12 Thread Scott Stewart
Oracle is EOL'ing Java 7 in February. The agency that I work for is going to require upgrades to Java 8. Does anyone know definitively whether or not ColdFusion 9 will work on Java 8. We are in deep poop if it doesn't. Thanks sas -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8

Re: Cannot access session variables in a cfc

2015-01-29 Thread Scott Stewart
Some of the dangers to this approach include: the amount of memory allocated to the JVM. If you stuff alot of data into the Application scope, it persists in the JVM allocated memory and it's not available to the rest of the system/application. You really can't change data in the Application

Re: Cannot access session variables in a cfc

2015-01-29 Thread Scott Stewart
a mapping solves the issues you have with cf not finding the cfc. On Thu, Jan 29, 2015 at 17:00 PM, Scott Stewart webmas...@sstwebworks.com wrote: Some of the dangers to this approach include: the amount of memory allocated to the JVM. If you stuff alot of data into the Application scope

CommonSpot question

2014-11-03 Thread Scott Stewart
to ROPs, which mungs up the ROP configuration. Thanks Scott Stewart -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8 9 Adobe Certified Expert, ColdFusion 8 9 Blog: http://www.sstwebworks.com Email: webmas...@sstwebworks.com

CFHTTP connection failure

2014-09-11 Thread Scott Stewart
Here's a weird one, trying to set up a secure SFTP connection. We can telnet to it and connect via an ftp client. But cfftp gets refused. Any ideas? ~| Order the Adobe Coldfusion Anthology now!

Re: CFHTTP connection failure

2014-09-11 Thread Scott Stewart
at 3:05 PM, Scott Stewart webmas...@sstwebworks.com wrote: Here's a weird one, trying to set up a secure SFTP connection. We can telnet to it and connect via an ftp client. But cfftp gets refused. Any ideas

Re: CFHTTP connection failure

2014-09-11 Thread Scott Stewart
We got this figured out.. Our apps need to be refreshed when changes are made to the settings ini file. Our production team didn't refresh.. DOH!! On Sep 11, 2014 3:30 PM, Scott Stewart webmas...@sstwebworks.com wrote: This is specific to our production environment, the exact same code

RE: HMAC Algorithms and Encoding?

2014-09-09 Thread Scott Stewart
Sandy, what are you trying to encrypt? I ran into a similar issue recently trying to use AES 256 encryption for SFTP On Sep 9, 2014 10:47 AM, Sandra Clark sclarkli...@gmail.com wrote: Tried that, I am now getting an error telling me that An error occurred while generating HMAC. Error:

RE: HMAC Algorithms and Encoding?

2014-09-09 Thread Scott Stewart
I found that there are certain things that ColdFusion doesn't support 256 bit encryption for. SFTP and CFHTTP among others. The solution is to download and install the updated encryption library from Sun. I can post details when I'm not on my phone. On Sep 9, 2014 11:22 AM, Sandra Clark

Re: HMAC Algorithms and Encoding?

2014-09-09 Thread Scott Stewart
I would take a guess that it does, I needed to do it to get AES 256 to work for SFTP On Sep 9, 2014 4:05 PM, Carl Von Stetten vonner.li...@vonner.net wrote: Does SHA256 require the Java Cryptography Extension be installed, or is that just SHA512 and above? -Carl V. On 9/9/2014 11:36 AM,

Implementing Kerberos Authentication with ColdFusion

2014-07-28 Thread Scott Stewart
active directory, now the enterprise is going to a PIV card system and I'd like to be able to access the Kerberos ticket or create a new one.. Has anyone been able to get ColdFusion to access Kerberos? Thanks Scott Stewart -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8 9 Adobe

Re: Implementing Kerberos Authentication with ColdFusion

2014-07-28 Thread Scott Stewart
That's the thing Dave, I'm not sure that this is even possible. The folks using PIV cards enter a PIN number at login, and all that does is wake up the card, and then the chip on the card handles the rest. We would somehow have to access the card through the PIV reader and have the card ask for

Re: Implementing Kerberos Authentication with ColdFusion

2014-07-28 Thread Scott Stewart
The way that it originally worked. was this. The user would re-enter their login name and password to E-Sign in a module. We would check this against AD via CFLDAP and if it was valid the module would be Signed The original paper process required a supervisor's signature for approval. The

Re: Implementing Kerberos Authentication with ColdFusion

2014-07-28 Thread Scott Stewart
The product owner's thought process is What if they leave their computer open someone could just sign off on whatever This is why we did the original E-Sign methodology. What were suggesting to the PO, is exactly what you're saying, a big button that records the username and a time stamp. I just

Re: need help with two sites - willing to pay $45/hour

2014-07-23 Thread Scott Stewart
Byron, no offense but did you really mean to send this out to the enitre CF-Talk list? On Wed, Jul 23, 2014 at 9:14 AM, Byron Mann byronos...@gmail.com wrote: Matthew, The site seemed to be responsive this morning, so I took a look at things and have fixed the basic errors that were

Re: Insite Help on CF Hanging?

2014-07-23 Thread Scott Stewart
Client purge means that you have client variables turned on in the CF admin. The purge routine attempts to clear out stored variables either in the registry or in a database. If you're not using client variables turn this off, if you are, make sure that you're not storing them in the registry

Re: Replicate cache across multiple CF servers

2014-07-18 Thread Scott Stewart
this sounds like a job for client variables. Set up a blank table in your DB, create a datasource for it in the CF Admin. While in the CF Admin, activate client variables and point it at the datasource... DO NOT let it use the registry to store client vars under any circumstance. The things that

looping over PDF subforms

2014-07-16 Thread Scott Stewart
it I'm wondering if I can either dynamically populate pre defined subforms, making each returned row it's own sub form and fill in the blanks.. I'm reaching, here because we need to come up with a solution, and CFDOCUMENT just doesn't seem to cut it. Thanks in advance sas -- -- Scott Stewart

Re: looping over PDF subforms

2014-07-16 Thread Scott Stewart
I can generate HTML tables and such all day long and use CFDOCUMENT to turn it into a PDF, but it's not 508 Compliant because CFDOCUMENT doesn't support tagging, My thought is to create predefined PDFs that are compliant and populate them like you would a PDF Formthen merge the whole mess

Re: looping over PDF subforms

2014-07-16 Thread Scott Stewart
We've got a temporary waiver to figure it out, but we can't push it off for much longer On Wed, Jul 16, 2014 at 4:32 PM, Randi Knutson rknut...@otan.us wrote: Fair enough. I got my client to exempt on the fly pdfs from 508 requirements. Although CF11/Splendor has some nice enhancements.

Re: sFTP using CFFTP and the AES-256 Cipher

2014-07-15 Thread Scott Stewart
and now that we have the correct login credentials this works On 7/9/2014 2:44 PM, Scott Stewart wrote: Dave, this gives me a different error, about an invalid key or passphrase, but I'm much closer to a solution. Thanks sas On Wed, Jul 9, 2014 at 2:07 PM, Dave Watts dwa...@figleaf.com

sFTP using CFFTP and the AES-256 Cipher

2014-07-09 Thread Scott Stewart
() and removed JsafeJCE and I still get the same Algorithmn Negotiation fail error. Has anyone gotten this to work? -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8 9 Adobe Certified Expert, ColdFusion 8 9 Blog: http://www.sstwebworks.com Email: webmas...@sstwebworks.com

Re: sFTP using CFFTP and the AES-256 Cipher

2014-07-09 Thread Scott Stewart
Dave, this gives me a different error, about an invalid key or passphrase, but I'm much closer to a solution. Thanks sas On Wed, Jul 9, 2014 at 2:07 PM, Dave Watts dwa...@figleaf.com wrote: The receiving box is using the AES-256 cipher, and it doesn't appear that CF9 supports it. I've

Re: Locks on Access files in CF 9

2014-07-03 Thread Scott Stewart
Turn off maintain connections in the data source properties. On Jul 3, 2014 1:49 PM, Ben b...@webworldinc.com wrote: Hi I'm seeing an odd issue where a .lck file doesn't go away at times on an Access DB file in CF 9 in a Windows 2008 environment. When this happens, I also can't restart the

Re: Locks on Access files in CF 9

2014-07-03 Thread Scott Stewart
vec...@mostdeadlygame.com wrote: Not to be That Guy... But transfer the data to an actual database and use that? On Thu, Jul 3, 2014 at 10:53 AM, Ben b...@webworldinc.com wrote: Sorry, didn't mention that. It is off. Ben On Jul 3, 2014, at 10:51 AM, Scott Stewart webmas

Re: Locks on Access files in CF 9

2014-07-03 Thread Scott Stewart
needed. Anyone know why the lck file gets sticky? CF issue? ODBC issue in Windows? Just curious Ben On Jul 3, 2014, at 11:15 AM, Scott Stewart webmas...@sstwebworks.com wrote: You *could* put a system together where the client, or you uploads the access database, the system

Re: Locks on Access files in CF 9

2014-07-03 Thread Scott Stewart
bottom line: Access sucks unless your inventorying a CD collection. On Thu, Jul 3, 2014 at 2:49 PM, wrote: But transfer the data to an actual database I was expecting this clever answer! ;-) Access has a bad reputation in a LAN multiuser APPLICATION. But it is only when the application

Generating Section 508 Compliant PDFs from CF

2014-06-25 Thread Scott Stewart
Has anyone implemented a solution that will allow ColdFusion 9, 10, 11 to generate a PDF that is fully section 508 compliant? Including tagging... Thanks in advance Scott Stewart -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8 9 Adobe Certified Expert, ColdFusion 8 9 Blog

Re: CF 11

2014-06-25 Thread Scott Stewart
CF 10 introduces a updater in the CFAdmin, and an auto update function On Wed, Jun 25, 2014 at 12:02 PM, Rob Voyle robvo...@voyle.com wrote: Hi Folks Wondering what the advantages of CF11 over CF10 The one thing I am looking for is ease of doing the updates and patches, which is pretty

Re: Generating Section 508 Compliant PDFs from CF

2014-06-25 Thread Scott Stewart
: I have always thought that CF should have the full PDF API available. I haven't seen the ability to automatically generate and fully tag PDFs for ADA compliance, but I hope someone has a positive answer. Scott Stewart webmas...@sstwebworks.com wrote: Has anyone implemented a solution

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Scott Stewart
When I taught the Advanced Class, they did cover this and the code in the class always had the cfajaxproxy call at the top of the page, outside of anything else. The other option that you have if you know Ext is to access the ColdFusion Ajax widgets directly through Javascript using the

Re: Extending Application.CFC

2014-04-14 Thread Scott Stewart
On 4/11/2014 12:58 PM, Donnie Carvajal wrote: Hi, I have an application with a root application.cfc and a subfolder for IVR access that also has an application.cfc which extends the root application.cfc. There are certain Application variables that I only need in the IVR subfolder, so I

Re: Honest question about cfform

2014-03-04 Thread Scott Stewart
On 3/3/2014 10:39 PM, Gerald Guido wrote: Why are people so vehemently opposed so to CFForm? Many TIA in advance, Curious-G! -- Gerald Guido Twitter https://twitter.com/CozmoTrouble Blarg http://www.myinternetisbroken.com Facebook https://www.facebook.com/gerald.guido.9

Re: Frustrated and on a deadline please assist

2013-11-19 Thread Scott Stewart
It looks like the secure JSON setting is on, either turn it off at the server or override it in the application. cfc On Nov 19, 2013 12:31 AM, Torrent Girl moniqueb...@gmail.com wrote: I put my json response in at http://jsonlint.com/ and this is what I got: Parse error on line 1:

passing data to nested custom tags

2013-10-18 Thread Scott Stewart
Does the attributes scope of a custom tag get passed to it's nested descendants? -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8 9 Adobe Certified Expert, ColdFusion 8 9 Blog: http://www.sstwebworks.com Email: webmas...@sstwebworks.com

Re: passing data to nested custom tags

2013-10-18 Thread Scott Stewart
I've done custom tags that include parents and children, I have the children simply pass their crap up via cfassociate, and the real logic is done in the parent tag. I can send you a demo if you want. On Fri, Oct 18, 2013 at 7:51 AM, Scott Stewart webmas...@sstwebworks.com wrote: Does

Re: passing data to nested custom tags

2013-10-18 Thread Scott Stewart
not yet, i'm still trying to wrap my head around why the previous developer had put 500 lines of display code in a CFC... On Fri, Oct 18, 2013 at 12:51 PM, Raymond Camden raymondcam...@gmail.comwrote: Yeah - did you try it? :) On Fri, Oct 18, 2013 at 11:33 AM, Scott Stewart webmas

Re: Metters Inc. Looking for Two CF Developers

2013-10-10 Thread Scott Stewart
and I just realized that I sent this to the wrong list... Mike D if you want to delete this that's fine On Wed, Oct 9, 2013 at 11:14 AM, Scott Stewart webmas...@sstwebworks.comwrote: Do you write ColdFusion code in your sleep?? Do you look at web development as a career, as a passion

Re: Metters Inc. Looking for Two CF Developers

2013-10-10 Thread Scott Stewart
10, 2013, at 2:08 PM, Scott Stewart webmas...@sstwebworks.com wrote: and I just realized that I sent this to the wrong list... Mike D if you want to delete this that's fine ~| Order the Adobe Coldfusion Anthology now

Metters Inc. Looking for Two CF Developers

2013-10-09 Thread Scott Stewart
, *marc.villegoureix-rit...@metters.com* -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8 9 Adobe Certified Expert, ColdFusion 8 9 Blog: http://www.sstwebworks.com Email: webmas...@sstwebworks.com ~| Order the Adobe

Re: shots fired in the Capitol

2013-10-03 Thread Scott Stewart
You mean Southeast DC. Like Anacostia. On Oct 3, 2013 2:50 PM, Larry C. Lyons larrycly...@gmail.com wrote: darned lazy spelling. I would not go near some places in South West DC. is what I meant to write. On Thu, Oct 3, 2013 at 2:49 PM, Larry C. Lyons larrycly...@gmail.com wrote:

Re: shots fired in the Capitol

2013-10-03 Thread Scott Stewart
Oh shit.. On Oct 3, 2013 3:24 PM, Jerry Milo Johnson jmi...@gmail.com wrote: and shit just got unfunny. she had a kid in the car with her. On Thu, Oct 3, 2013 at 3:20 PM, Jerry Milo Johnson jmi...@gmail.com wrote: LOL. Reporters emailing the Capital security public relations person are

Re: This query was working in CF8 and now it will not work in CF9 on my server

2013-07-10 Thread Scott Stewart
No problem, glad I could help On Jul 9, 2013 8:35 PM, Terry Troxel terry.tro...@gmail.com wrote: That was it changed to desc1. Thank you very much. Terry On Tue, Jul 9, 2013 at 5:08 PM, Scott Stewart webmas...@sstwebworks.com wrote: A couple of things though Desc is a SQL

Re: This query was working in CF8 and now it will not work in CF9 on my server

2013-07-09 Thread Scott Stewart
What's the *7 and the * at the end? On Jul 9, 2013 7:59 PM, Terry Troxel terry.tro...@gmail.com wrote: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.The error occurred in

Re: This query was working in CF8 and now it will not work in CF9 on my server

2013-07-09 Thread Scott Stewart
Nevermind... Damn text wrap on the phone. On Jul 9, 2013 8:04 PM, Scott Stewart webmas...@sstwebworks.com wrote: What's the *7 and the * at the end? On Jul 9, 2013 7:59 PM, Terry Troxel terry.tro...@gmail.com wrote: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC

Re: This query was working in CF8 and now it will not work in CF9 on my server

2013-07-09 Thread Scott Stewart
A couple of things though Desc is a SQL reserved word. You may need to express the field name as [desc]. Second please wrap those variables in cfqueryparam tags. On Jul 9, 2013 8:05 PM, Scott Stewart webmas...@sstwebworks.com wrote: Nevermind... Damn text wrap on the phone. On Jul 9, 2013

ColdFusion Enterprise Manager - Instance Manager disappearing

2013-06-06 Thread Scott Stewart
Hi all.. I don't have a lot of background on this because it was just reported to me. Has anyone seen the Instance Manager just vanish from a CF 9 install. It's Windows 2008 and IIS 7.5 Thanks in advance.. ~| Order the Adobe

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Scott Stewart
Front Page is an abomination made by Microsoft a few years ago, It was a piss poor attempt at drag/drop HTML. The only thing worse than Front Page were the IIS extensions that would routinely bring IIS to it's knees, or blow up IIS entirely. It looks like someone is trying to hit your sites

determining if a query result is encrypted

2013-01-15 Thread Scott Stewart
(I think) that somewhere in the production data there's data that doesn't match up with what I think it should be. -- Scott Stewart Adobe Certified Expert / Instructor ColdFusion 8, 9 ~| Order the Adobe Coldfusion Anthology now

url rewriting

2013-01-08 Thread Scott Stewart
, is there a good primer on creating rewrite scripts? -- Scott Stewart Adobe Certified Expert / Instructor ColdFusion 8, 9 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

getting CFMAIL to dance with Microsoft Exchange

2013-01-04 Thread Scott Stewart
and a password. Every combination I've tried has gotten a connection refused error. Does the Exchange server, or the account need to be configured in a certain way for this to work? thanks -- Scott Stewart Adobe Certified Expert / Instructor ColdFusion 8, 9

SQL Question, incrementing values

2012-12-13 Thread Scott Stewart
= cp.provider_id WHEREa.isActive = 1 AND p.payment_status_ID = 6 AND p.paid_dt BETWEEN '10/01/2011' AND '09/30/2012' GROUPBY cc.cc_type_ID -- Scott Stewart Adobe Certified Expert / Instructor ColdFusion 8, 9 ~| Order the Adobe

Re: SQL Question, incrementing values

2012-12-13 Thread Scott Stewart
THEN @careVACC + 1 WHEN cc.cc_type_ID = 5 THEN @careOFCC + 1 ELSE 0 END AS myvar On Thu, Dec 13, 2012 at 3:45 PM, Scott Stewart webmas...@sstwebworks.comwrote: CASE WHEN cc.cc_type_ID = 1 THEN @careCB + 1 WHEN cc.cc_type_ID = 2 THEN @careFBC + 1 WHEN cc.cc_type_ID = 3 THEN @careSBC + 1

Re: SQL Question, incrementing values

2012-12-13 Thread Scott Stewart
cc.cc_type_ID = 2 THEN @careFBC + 1 WHEN cc.cc_type_ID = 3 THEN @careSBC + 1 WHEN cc.cc_type_ID = 4 THEN @careVACC + 1 WHEN cc.cc_type_ID = 5 THEN @careOFCC + 1 ELSE 0 END AS myvar On Thu, Dec 13, 2012 at 3:45 PM, Scott Stewart webmas...@sstwebworks.comwrote: CASE WHEN cc.cc_type_ID = 1

here's one for the jQuery experts

2012-11-16 Thread Scott Stewart
something simple... wouldn't be the first time :) -- Scott Stewart Adobe Certified Expert / Instructor ColdFusion 8, 9 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Re: CFMX 9 - Spell Check

2012-10-03 Thread Scott Stewart
On 10/3/2012 1:40 PM, ColdFusion Developer wrote: Does anyone know a means to implement Spell Check functionality into the CFTEXTAREAs toolbar? I don't think CFMX 9 has a SpellCheck engine so I have to find an alternative.

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

2012-09-10 Thread Scott Stewart
We're seeing the same issue with some of Potomac Digitek's clients On Mon, Sep 10, 2012 at 2:30 PM, Casey Dougall - Uber Website Solutions ca...@uberwebsitesolutions.com wrote: I'm having issues hitting godaddy and some of my sites that use their DNS. Anyone else having this trouble?

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

2012-09-10 Thread Scott Stewart
Their getting DDOS'd http://techcrunch.com/2012/09/10/godaddy-outage-takes-down-millions-of-sites/ On Mon, Sep 10, 2012 at 2:30 PM, Casey Dougall - Uber Website Solutions ca...@uberwebsitesolutions.com wrote: I'm having issues hitting godaddy and some of my sites that use their DNS.

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

2012-09-10 Thread Scott Stewart
reverb :) On Mon, Sep 10, 2012 at 4:11 PM, Russ Michaels r...@michaels.me.uk wrote: Echo? Regards Russ Michaels On Sep 10, 2012 9:05 PM, Scott Stewart webmas...@sstwebworks.com wrote: Their getting DDOS'd http://techcrunch.com/2012/09/10/godaddy-outage-takes-down-millions

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

2012-09-10 Thread Scott Stewart
but never auto-tune On Mon, Sep 10, 2012 at 4:32 PM, Casey Dougall - Uber Website Solutions ca...@uberwebsitesolutions.com wrote: Or Delay On Mon, Sep 10, 2012 at 4:28 PM, Scott Stewart webmas...@sstwebworks.com wrote: reverb :) On Mon, Sep 10, 2012 at 4:11 PM, Russ Michaels r

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

2012-09-10 Thread Scott Stewart
or Steven Pearcy (Ratt) On Mon, Sep 10, 2012 at 4:36 PM, Casey Dougall - Uber Website Solutions ca...@uberwebsitesolutions.com wrote: On Mon, Sep 10, 2012 at 4:34 PM, Scott Stewart webmas...@sstwebworks.com wrote: but never auto-tune No, that is reserved for T-Pain only

Re: Alternative to CFOBJECT

2012-08-31 Thread Scott Stewart
, Scott Stewart webmas...@sstwebworks.com wrote: Where at in Alexandria? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: Alternative to CFOBJECT

2012-08-30 Thread Scott Stewart
try cfinvoke On Thu, Aug 30, 2012 at 3:04 PM, Bruce Sorge sor...@gmail.com wrote: So I discovered today that the hosting company that I am using has disabled CFOBJECT, which sucks because the PayPal API that I am using uses the CFOBJECT tag. Is there an alternative to this? Thanks,

Re: Alternative to CFOBJECT

2012-08-30 Thread Scott Stewart
How is createObject() being used? Based on this list you can use it to call ColdFusion components cfset blah = createObject(component,dot.notated.path.to.component) On Thu, Aug 30, 2012 at 3:21 PM, Bruce Sorge sor...@gmail.com wrote: This is everything that they disabled: On the shared

Re: Alternative to CFOBJECT

2012-08-30 Thread Scott Stewart
No problem, buy me a beer next time yer in DC On Thu, Aug 30, 2012 at 4:42 PM, Bruce Sorge sor...@gmail.com wrote: Thanks Scott, that worked perfectly. Bruce On Aug 30, 2012, at 1:24 PM, Scott Stewart webmas...@sstwebworks.com wrote: How is createObject() being used? Based

Re: Alternative to CFOBJECT

2012-08-30 Thread Scott Stewart
, Scott Stewart webmas...@sstwebworks.com wrote: No problem, buy me a beer next time yer in DC ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Capturing Adobe Captivate 6 quiz results

2012-08-29 Thread Scott Stewart
Hey all, Has anyone had success capturing Captivate 6 quiz results and publishing to a DB using our beloved ColdFusion? Thanks sas -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8 9 Adobe Certified Expert, ColdFusion 8 9 Blog: http://www.sstwebworks.com Email: webmas

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

2012-08-13 Thread Scott Stewart
I think there's a CF plugin for Notepad++ On Mon, Aug 13, 2012 at 10:15 AM, Pete Ruckelshaus pruckelsh...@gmail.comwrote: I teach web design and web programming at a public high school. I have been using homesite for my classes, but it doesn't play well in our environment (locked down C

Re: CFspreadsheet issue

2012-08-10 Thread Scott Stewart
You do know your query names don't match up.. Your reading the spreadsheet into a query object called DealsDSN and looping over an object called MahDSN On Fri, Aug 10, 2012 at 2:27 PM, Bruce Sorge sor...@gmail.com wrote: Hello list, Long time (years) no post. I am trying to read from a

Re: logging in as user with admin account

2012-07-24 Thread Scott Stewart
On 7/24/2012 2:30 PM, Torrent Girl wrote: Hi All. I am working on an app that needs to allow an admin to log in as a user but keep his/her session active. Any suggestions? I tried to force a different browser but from my research that is impossible. Also, I am not using URL params but

getting back to indexing .cfm files

2012-06-19 Thread Scott Stewart
I want to touch on this again: Here's my situation, I'm building a search module, one of the requirements is the ability to index dynamically generated content from .cfm pages. The app is built using Coldspring so I have a lot of index.cfm?event=Xparam=y.. etc. They way that I understand Solr

Re: getting back to indexing .cfm files

2012-06-19 Thread Scott Stewart
On 6/19/2012 11:42 AM, Russ Michaels wrote: Have you considered using google custom search. I have found it to work well. Regards Russ Michaels On Jun 19, 2012 4:36 PM, Dave Watts dwa...@figleaf.com wrote: Here's my situation, I'm building a search module, one of the requirements is the

Re: intermittant problems

2012-06-08 Thread Scott Stewart
a traceroute from that machine to see if there is a problem upstream from your server? Cheers, Judah On Thu, Jun 7, 2012 at 10:42 AM, Scott Stewart webmas...@sstwebworks.com wrote: Here's a weird one, One of our client sites works fine on every computer in our office (and no these arent terribly

intermittant problems

2012-06-07 Thread Scott Stewart
Here's a weird one, One of our client sites works fine on every computer in our office (and no these arent terribly fast machines), and for most of the users that access it. However, certain users (we havent been able to establish a pattern yet) are having issues trying to save data. We've

Re: intermittant problems

2012-06-07 Thread Scott Stewart
, Judah On Thu, Jun 7, 2012 at 10:42 AM, Scott Stewart webmas...@sstwebworks.com wrote: Here's a weird one, One of our client sites works fine on every computer in our office (and no these arent terribly fast machines), and for most of the users that access it. However, certain users (we havent

Indexing dynamic .cfm pages

2012-06-01 Thread Scott Stewart
Hey all, I've got an upcoming task, where I'm building a fairly complex search module.. I'm using SOLr for the back end (CF 9) as it'll be mostly documents. One of the things that they want to do is index .cfm pages.. Which on the surface sounds pretty easy, except.. The site reubuild is done

Re: Variables

2012-05-16 Thread Scott Stewart
If it's a local variable in a function, you'll scope it as local.varname If it's a local variable in a CFM page, you'll scope it as variables.varname if it's in the request scope, then it's request.varname if it's in the session, then it's session.varname application, application.varname form,

Re: handling perks or discounts

2012-05-15 Thread Scott Stewart
Just My $.02 It sounds like a registrant can gave multiple sponsor levels, link the sponsor level to the registrant as a one to many (one registrant can have multiple sponsor levels) with the perks based on sponsor level, as a one to many, you should be able to query for perks by registrant,

Re: handling perks or discounts

2012-05-15 Thread Scott Stewart
can you set up exhibitor in the sponsor table and link it to it's acompanying perks? think of the sponsor table as a level table instead of a sponsor table On 5/15/2012 10:28 AM, Greg Morphis wrote: Right there could be multiple sponsor levels per conference and each COULD exhibit and get

Re: handling perks or discounts

2012-05-15 Thread Scott Stewart
I think we've established that they can be both a sponsor and an exhibitor, You have sponsor levels (bronze, silver and gold) exhibitor just becomes another level. On 5/15/2012 10:36 AM, Greg Morphis wrote: Well the registrant is either a Sponsor or Exhibitor type (right now), it's just that

Re: handling perks or discounts

2012-05-15 Thread Scott Stewart
It's becoming a many to many relationship, many registrants can have many levels, so... you'd need to create an XREF table, with two fields (plus a primary key) the registrant id and a level id. The registrant id points to the primary key in the registrant table, and the level id points to the

Multiple Datasources in Model GLue

2012-04-04 Thread Scott Stewart
to be created? -- -- Scott Stewart Adobe Certified Instructor, ColdFusion 8 9 Adobe Certified Expert, ColdFusion 8 9 Blog: http://www.sstwebworks.com Email: webmas...@sstwebworks.com ~| Order the Adobe Coldfusion Anthology now! http

Re: ColdFusion Developer Needed in Laurel, MD

2012-03-23 Thread Scott Stewart
Kellie, I have attached a copy of my latest resume. I will be out of town next week on a one week teaching assignment. I would be available after hours for phone interviews, or face to face after April 1. Thanks Scott Stewart On 3/23/2012 10:33 AM, Kellie ThompsonWeber wrote: ColdFusion

Re: CF attack on a buddies server

2012-02-22 Thread Scott Stewart
I think the first step, provided that he has sandbox access (and capability) is to disable cfexecute and limit createObject to coldfusion components. On Wed, Feb 22, 2012 at 11:04 AM, Ras Tafari rastaf...@gmail.com wrote: hey guys. this code was somehow dropped into my friends cfide

Re: CF9 .NET Integration

2012-01-20 Thread Scott Stewart
It sounds like you've run into an issue that I ran into when I upgraded to 9.0.1 See if this blog entry helps: http://www.sstwebworks.com/index.cfm?mode=archivemonth=7year=2011 Hope this helps On Fri, Jan 20, 2012 at 10:15 AM, Rob Parkhill robert.parkh...@gmail.comwrote: Good Morning,

Re: CF9 .NET Integration

2012-01-20 Thread Scott Stewart
, but it never finds the class inside of it. I'm not sure if it is a problem with the source dll, or if it has to do with name spaces. Cheers, Rob On Jan 20, 2012 10:40 AM, Scott Stewart webmas...@sstwebworks.com wrote: It sounds like you've run into an issue that I ran into when I upgraded

Re: How many of the CF-Talk regulars blog?

2012-01-12 Thread Scott Stewart
Mine's here: http://www.sstwebworks.com Although im not one of the cool kids using blogCFC. On Jan 12, 2012 10:52 AM, Raymond Camden raymondcam...@gmail.com wrote: Heh, well, I wanted to make sure folks new they could steal the list from the aggregator. We even have an OPML feed. On Thu,

RE: How many of the CF-Talk regulars blog?

2012-01-12 Thread Scott Stewart
Yeah.. one of the many things Im fixing On Jan 12, 2012 11:26 AM, DURETTE, STEVEN J sd1...@att.com wrote: Just FYI, your rss feed shows a blank page... -Original Message- From: Scott Stewart [mailto:webmas...@sstwebworks.com] Sent: Thursday, January 12, 2012 11:22 AM To: cf-talk

Re: How many of the CF-Talk regulars blog?

2012-01-12 Thread Scott Stewart
Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book The best way to predict the future is to help create it On 1/12/2012 11:35 AM, Scott Stewart wrote: Yeah.. one of the many things Im fixing On Jan 12, 2012 11:26 AM, DURETTE

Re: How many of the CF-Talk regulars blog?

2012-01-12 Thread Scott Stewart
, so the only option they had was to simply disable the dangerous tags. On Thu, Jan 12, 2012 at 5:04 PM, Scott Stewart webmas...@sstwebworks.com wrote: When I started the blog I was hosting with godaddy, blogcfc wouldn't work with their draconian security settings. BlogCFM was the only

Re: Can you ever allocate too much ram to the JVM

2012-01-12 Thread Scott Stewart
Yes, the practical limit is around 3gb per JVM. The advantage to that much ram is being able to run alot of separate cf instances. Each with its own jvm On Jan 12, 2012 4:41 PM, Brook Davies cft...@logiforms.com wrote: Quick Question. On our new server we have lots of ram (32 gigs). Its

  1   2   3   4   5   6   7   >