Re: Need help with CF / Java problem...

2008-12-07 Thread John Skrotzki
Cool thanks for the retroweaver link. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusio

Re: Need help with CF / Java problem...

2008-11-29 Thread John Skrotzki
Thanks all and thanks to Adam Haskell for the recompile...Though I can create the object now I still can't get it to work...I will recreate it into a cfc over the next few weeks...it will be a good learning project on using standard java libraries in cfscript... ~~~

Need help with CF / Java problem...

2008-11-26 Thread John Skrotzki
Here is the website with the code: ( download link near bottom ) http://miles.dk/2008/04/10/messenger/ any help getting this so it can be used in cf ( createObject TYPE Java ) would be awesome and I am sure others might find this code helpful. Thanks... John Skr

Interesting idea for next CF - thoughts...

2008-02-27 Thread John Skrotzki
As I was doing my stuff today I had an interesting idea and wondered what others thought. In a nutshell it would be cool to be able to have a HINT attribute for every CFML tag for VERY SHORT comments. I know this mixes comments within logic but it would be great for certain things. For exampl

Re: Open Flash Chart - any cfc helpers?

2008-02-18 Thread John Skrotzki
ple generally use CFCHART instead? > > On Feb 18, 2008 5:56 AM, John Skrotzki <[EMAIL PROTECTED]> wrote: > > I am surprised no one has created a cfc helper for integrating open > flash chart to the coldfusion server. Is there one out there? Is > there another good open

Re: Open Flash Chart - any cfc helpers?

2008-02-17 Thread John Skrotzki
> I am surprised no one has created a cfc helper for integrating open > flash chart to the coldfusion server. Is there one out there? Is > there another good open source flash chart that can integrate with cf? sorry forgot the url of the open flash chart: http://teethgrinder.co.uk/open-flash-

Open Flash Chart - any cfc helpers?

2008-02-17 Thread John Skrotzki
I am surprised no one has created a cfc helper for integrating open flash chart to the coldfusion server. Is there one out there? Is there another good open source flash chart that can integrate with cf? ~| Adobe® ColdFusion®

Re: CFC to check spam score BEFORE sent...

2007-10-30 Thread John Skrotzki
Thanks Mark, I will definitely look at this - right now just compiling a Email Procedures Report for proper handling of email and making sure it conforms to all the rules. Also, maybe I should start a new thread but, I was wondering how do you all handle email failure notices. I have found a

CFC to check spam score BEFORE sent...

2007-10-29 Thread John Skrotzki
I would like to install something on our server that will check an emails spam score before we send it out to catch any problems. Is there any solution cfc, java, .net, server software ( windows 2003 ) that anyone knows about. Having a hard time refining google search to come up with a focused

Re: NOT 0 = "no"?!?! and NOT 1 = "yes"?!?!

2007-09-27 Thread John Skrotzki
Thanks Josh! That is awesome - i like clean simple code ( getting spoiled with javascript as I dive deeper into that language lol ) >I just did a test and this works: > >#Int(not 0)# returns 1 >#Int(not 1)# returns 0 > >-- Josh >

NOT 0 = "no"?!?! and NOT 1 = "yes"?!?!

2007-09-27 Thread John Skrotzki
I am trying to flip a bit and just discovered that the NOT operator does not flip it bitwise? NOT 0 should return 1 not "yes". Is there a shortcut or do I have to resort to a cfif statement for such a trivial thing CF 7.2 Windows IIS6 ~

Re: CFC is server scope and session calls to it...

2007-07-20 Thread John Skrotzki
Thanks all, that is what I figured just wanted to make sure my thinking was on the right path and a small part want to see if I could be a bit lazy lol. ~| CF 8 – Scorpio beta now available, easily build great internet experie

CFC is server scope and session calls to it...

2007-07-20 Thread John Skrotzki
Hi! Question, I have several cfc's stored in server scope ( yes, I own server and it is for a intranet and I use vars ) that are the "guts" of my app. I have a pretty clear understanding of how things work except one situation. When a call is made to a method with arguments passed in, curren

cfdocument - pdf - css

2007-07-03 Thread John Skrotzki
I am looking for a good resource on css compliance in adobe reader so i can minimize my expirmentation time. For one thing I see the reader does not allow multiple class - which is horrible but i can work around. Anyone know of a good resource of what works and what doesn't. Google search is

Re: Strange CF Install Problem

2007-02-11 Thread John Skrotzki
Do you have PLESK on the server? If so you might not have the correct permissions set for PLESK to the Coldfusion root directory. I don't know the solution ( I had my server support fix it ) but that might point you in the right direction. >I've just installed CF 7.02 on windows 2003 using th

Re: Intermittent Errors Strange

2006-06-01 Thread John Skrotzki
I had something sort of similiar - the random error part at least. It was due to NOT locking the application scope when changing / creating an application variable. That might help. The reason it was random for me was that it was a racing issue. Hope that helps... >Hello List People, > >I'm

Re: Losing Application Variables Randomly...

2006-05-10 Thread John Skrotzki
I think I may have found the problem ( at least logically ) after examining my app code closer. I don't check to see if the appication.datasource is already defined. I just re-define it everytime. So it comes down to a race condition. If another person accesses that app at the exact same tim

Re: Losing Application Variables Randomly...

2006-05-10 Thread John Skrotzki
No I don't. But I am sure it is my coding somewhere as I still don't have a solid grasp on the inner workings of apps and app files. I will try the try / catch idea to see if I can narrow it down. It was more of a minor irrantant as refreshing works but when sending emails it becomes serious.

Re: Losing Application Variables Randomly...

2006-05-10 Thread John Skrotzki
Brad - they are set in the application.cfm of each app - maybe that is the problem? One weird instance was that it lost the variables DURING script execution when send out an email broadcast (opt in) - so for example, script starts loops for say 100 out of 200 fine then dies. Wierd... >Also,

Re: Losing Application Variables Randomly...

2006-05-10 Thread John Skrotzki
hare >the same "name" - like when you copy code for reuse :) > > > >-Original Message- >From: John Skrotzki [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 10, 2006 3:51 PM >To: CF-Talk >Subject: Losing Application Variables Randomly... > >I was wond

Losing Application Variables Randomly...

2006-05-10 Thread John Skrotzki
I was wondering if anybody else has run into this. We are randomly losing application variables ( mostly holding datasource info as that is what we use most ). We are running on a VPS with MX 6.1. Our session and server variables are not encountering any problems, just the application variables.

Error SQL Params

2005-12-01 Thread John Skrotzki
I spent the last hour trying to find an answer to my question with no luck. I have a custom error page that emails me with alot of info but one thing I would LOVE is to see the value of the sql params that where sent to the database. For now I have this ( parital listing ) in the email: Diagno