Re: Web services / parameter / headache

2006-06-26 Thread Matthew Chambers
Hi Paul, Thanks for the tips. Unfortunately still no luck. I have investigated and messed around some more and I just can't figure this one out. If there are any web services experts out there please show yourself!!! Just to prove that the problem doesn't lie with the producer of the web

java.lang.ClassNotFoundException

2006-06-26 Thread Curtis Crosby
I'm currently using CF 5, and have downloaded the fusebox core files for that version. I'm having trouble with the install though, and receive the following when browsing the test.cfm file: *** java.lang.ClassNotFoundException:

cfthrow from onRequestStart / flashagteway

2006-06-26 Thread Andrew Stevens
Hi would anyone know why I can’t use CFTHROW from within Application CFC onRequestStart()? I am calling a CFC from Flash via the flashgateway. If I cfthrow I get “06/26 23:07:37 Error [jrpp-3] - Event Handler Exception.” in Coldfusion. I’m stumped. Thanks. -- No virus

bit to hex conversion function..(LDAP)

2006-06-26 Thread Srinivasa Teja Palla
I retrieve the objectguid attribute from active directory, which is 128 bit value. Is there any quick function which would let me convert this 128 bits into hex value?? Also as a side note, how do I browse through my previous old threads in this site?? Thanks for your time.

Validating data from users in multiple countries

2006-06-26 Thread Aidan Whitehall
Our web site is going to have to be able to accept data entered in form fields from users in different locales; we're looking at English (UK) and Spanish (Standard) for starters. For English users, '.' will be the decimal point character. If Window's Regional and Language Options is to be

RE: Validating data from users in multiple countries

2006-06-26 Thread Andy Matthews
I can't comment on the function itself, but the language options is correct. Europe uses a comma in place of the decimal point in many cases. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

Re: Validating data from users in multiple countries

2006-06-26 Thread Aidan Whitehall
I can't comment on the function itself, but the language options is correct. Europe uses a comma in place of the decimal point in many cases. Hmm.. k, thanks Andy. There are no comments on the 6.1 LiveDocs to the effect that lsParseNumber() is bust... I'm downloading a trial of 7 to see if

Re: Changes to files not taking effect

2006-06-26 Thread Cedric Villat
Anyone? I've narrowed the problem down a bit. It is very similar to this thread from a couple weeks ago: http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:46408#243849 . Basically, if I edit the file remotely from my machine and save it on the server (via a mapped drive),

Re: Validating data from users in multiple countries

2006-06-26 Thread Aidan Whitehall
Sheesh... I'm a twit... cfset setLocale = Spanish (Standard) shoulda been cfset setLocale(Spanish (Standard)) Whaddya know... it works :-) ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244780 Archives:

Re: Validating data from users in multiple countries

2006-06-26 Thread Claude Schneegans
There are no comments on the 6.1 LiveDocs to the effect that lsParseNumber() is bust... I'm downloading a trial of 7 to see if it's any different in that. I have tested your code under both CF6 and CF7, and I get 1200.15 in both cases. CF5 is protesting that Parameter 1 of function

Form Spam

2006-06-26 Thread Steve LaBadie
Several of my forms are being filled out with spam from levitra cialis. What can I do to stop this. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244782 Archives:

Re: cfthrow from onRequestStart / flashagteway

2006-06-26 Thread Michael Dinowitz
A CFThrow tosses an error up to the parent of a template. An application.cfc in some ways acts as the parent of the template but if you do a CFThrow inside of it when using a gateway, there's nowhere for the error to go other than the global error handler. Better to call the onError method

Re: Form Spam

2006-06-26 Thread Michael Dinowitz
I'm modifying blogCFC to replace it's forms with flash forms. I'm also adding in a security stamp to make sure that the form post is from the site page. The concept here is that a flash form is a flash movie where the user has no clue what form fields are being used, what data is hidden in the

Re: Form Spam

2006-06-26 Thread Jordan Michaels
Steve LaBadie wrote: Several of my forms are being filled out with spam from levitra cialis. What can I do to stop this. CAPTCHA's should help a lot. You've probably seen them around - where you're given an image with a number or letters in it, and you have to type that number or letter

Re: Form Spam

2006-06-26 Thread Mark Drew
You could add some form of check either with captcha (an image of a word that they have to type in) or I use questions that only a human can answer such as : What is 9 plus 4? or What is 3 minus 1? That stopped a lot since a lot of spam is automated. MD On 6/26/06, Steve LaBadie [EMAIL

Re: how to do a cfldap query

2006-06-26 Thread Brian Dumbledore
Mike, I found your thread about coldfusion not fixing the objectguid bug in cfldap. what is the workaround? How can I retrieve the objectguid and use it in a legible form? Thanks ~| Message:

RE: Validating data from users in multiple countries

2006-06-26 Thread Andy Matthews
Great! Glad you got it sorted. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED] Sent: Monday, June

RE: Form Spam

2006-06-26 Thread John Rossi
I had the same problem on a send this page to a friend page on some of the sites I work on. I used the code from this post at http://mkruger.cfwebtools.com/index.cfm?mode=entryentry=7014B27C-90BC-3F1C- AA33571605423A48 along with the trimFalseEmailHeaders UDF at cflib.org. See

Re: Form Spam

2006-06-26 Thread Steve LaBadie
I'm modifying blogCFC to replace it's forms with flash forms. I'm also adding in a security stamp to make sure that the form post is from the site page. The concept here is that a flash form is a flash movie where the user has no clue what form fields are being used, what data is hidden

RE: Alagad component

2006-06-26 Thread Ken
Hi. I am having a hard time using the Alagad Image component to achieve this: After uploading the image, I want to: 1. Resize image if width or height is GT 700, then I run ScaletoFit Method. 2. Paste this image onto a background image. 3. Paste a logo watermark 4. Write image to disk. I can

Re: Form Spam

2006-06-26 Thread Raymond Camden
Michael mentioned blogcfc. You may want to download it to see how I stop spam comments. I keep a simple keyword list. This list helped stop 99% of my spam. On 6/26/06, Steve LaBadie [EMAIL PROTECTED] wrote: Several of my forms are being filled out with spam from levitra cialis. What can I do

RE: Form Spam

2006-06-26 Thread Scott Stewart
Mike, Did you get any kind of weird errors, with flash forms and blog.cfc. I'm attempting to do something similar (albeit with a cheesy guestbook app that I built) I'm getting a javascript error lc_id is undefined. This works locally but when I upload to hostmysite I get the javascript error.

Re: how to retrieve objectguid (LDAP) in a legible format

2006-06-26 Thread Brian Dumbledore
Mike, I looked at all the available attributes in the AD I am working on, I couldn't find UidNumber.. Where do I get it from? Is it always unique? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244816 Archives:

Re: java.lang.ClassNotFoundException

2006-06-26 Thread Denny Valliant
In CF 7 you have the option of registering the CFX, I don't recall CF 5's settings, but maybe it's in there. For CF7 it's under Extensions CFX Tags... Sorry, don't remember 5 well enough to help really... :D On 6/26/06, Curtis Crosby [EMAIL PROTECTED] wrote: I'm currently using CF 5, and

Re: how to retrieve objectguid (LDAP) in a legible format

2006-06-26 Thread Brian Dumbledore
The links are very helpful. Thanks a lot for your time. I am looking at this solution. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244818 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4

Re: how to retrieve objectguid (LDAP) in a legible format

2006-06-26 Thread Brian Dumbledore
The links are very helpful. Thanks a lot for your time. I am looking at this solution. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244819 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4

Re: how to retrieve objectguid (LDAP) in a legible format

2006-06-26 Thread Brian Dumbledore
Here is what I found after a bit of searching on the web.. Instead of using objectGuid to be the unique id, you can use another id, usnCreated which is not binary but just a 64bit integer value. However the catch is, usnCreated is like a autoincrement value which is unique for one domain

Re: Changes to files not taking effect

2006-06-26 Thread Denny Valliant
Arg. Have you tried switching the way you map the drive? Using a path vs. the mapped drive? It should work anywayze though, so that's kinda a weenie workaround, if it works. The mapped drive isn't on novell by any chance? Bleh. Can't think of a scenario where it would work from one app and not

Re: Major cities around the world

2006-06-26 Thread Denny Valliant
Heh. Anyone else find it funny that big $$ are made off of data that should be public domain? I was stoked to see my state put it's GIS data online, for free, as it should be. Maybe things have changed, I haven't checked the new webservices offered by UPS and such, but just getting zipcodes was

RE: how to retrieve objectguid (LDAP) in a legible format

2006-06-26 Thread Dawson, Michael
We have it in our AD schema, but not all values are populated. This attribute may have come from a third-party application. I've been working on the damn objectGUID bug all afternoon. I still have not found a fix for it by using CF's LDAP functionality. I remember entering a bug a few years

Re: Major cities around the world

2006-06-26 Thread Bryan Stevenson
I'm liking the webservice idea for this type data. Kewl! Dennyjust don't forget...any reliance on external apps (which webservices are) means more potential points of failure and coding to deal with it ;-) So yep...they can be great...like postal datagreat because you don't have to

RE: how to retrieve objectguid (LDAP) in a legible format

2006-06-26 Thread Dawson, Michael
We have three domain controllers (DCs). As expected, I have three different uSNCreated values. For the last few years, we have created our accounts on a single particular DC. This is controlled by my code that creates the accounts. Therefore, I feel a bit better about using uSNCreated, but it

RE: how to retrieve objectguid (LDAP) in a legible format

2006-06-26 Thread Dawson, Michael
I've been thinking about this for several hours now... In our environment, we rarely, RARELY, ever change a person's unique identifiers such as sAMAccountName and userPrincipalName. We also have one master domain where all sAMAccountNames are guaranteed to be unique. As such, all

Re: Major cities around the world

2006-06-26 Thread Denny Valliant
On 6/26/06, Bryan Stevenson [EMAIL PROTECTED] wrote: I'm liking the webservice idea for this type data. Kewl! Dennyjust don't forget...any reliance on external apps (which webservices are) means more potential points of failure and coding to deal with it ;-) Heh. I added a google

Re: Image processing

2006-06-26 Thread cftalk
I would just like to say we officially disagree with this assessment. We process over 50 thousand images daily with ImageCR and stand behind our products 100%, as we have for years. We will address any possible issues by mail: support-imagecr at efflare.com. We are considering a Java wrapper,

RE: OT ANN: JavaScript HTTP Request Pool Component

2006-06-26 Thread Jim Davis
Sorry again for the off-topic post. I'm trying to (finally) document and make available some of the components I've built over the years. This client-side (JavaScript) component makes managing multiple HTTP requests simple. Here's the (long) URL:

Image Swap with JS/CF

2006-06-26 Thread Rick King
Anyone know of any methods to create an image swap feature similar to the following: http://www.designerexposure.com/product/19990/# I could probably figure something out with static images, but I'd like to do something similar with dynamic images (uploaded from a user for their particular

Re: OT ANN: JavaScript HTTP Request Pool Component

2006-06-26 Thread Howie Hamlin
I, for one, appreciate your posts. Thanks, Jim! Regards, Howie P.S. do you ever sleep? g --- On Monday, June 26, 2006 9:04 PM, Jim Davis scribed: --- Sorry again for the off-topic post. ~| Message:

Service Factory Question

2006-06-26 Thread Alan Rother
Hey, I am faced with a big pain... One of my customers is hosted on a shared box that has cfschedule disabled... And of coures I need it. I have to schedule a task only at the very end of the last process. I can't have the processes overlap, as such I am scheduling the next one for 5 minutes

Re: Image Swap with JS/CF

2006-06-26 Thread Alan Rother
Hey Rick, What you are asking for is pretty easy with JavaScript. You might like this more. This is Spry, it's an open source JS library from Adobe http://labs.adobe.com/technologies/spry/demos/gallery/ The gallery sample is pretty sweet. =] -- Alan Rother Macromedia Certified Advanced

Re: SQL IN() statement in Access

2006-06-26 Thread Will Tomlinson
I don't have time to get to this before cfunited, but I'll work on it afterward. I guess I need to leave the valuelist() in there, then feed it straight into cfqueryparam. Thanks, Will ~| Message:

Re: Alagad component

2006-06-26 Thread Jason Radosevich
Hi, I have only done # 1 4 on your list, but here is what i have been using cfset myImage = CreateObject(Component,Image) !---open the image to resize --- cfset myImage.readImage(D:\Inetpub\terminalfusion\olympus24\testImages\#cffile.serverFile#)

Re: Image Swap with JS/CF

2006-06-26 Thread Rick King
I think I've seen that...it is pretty cool. I might look into it. But what about if the images are dynamic...would I just place the CF image variable in the javascript itself. For example (I found this somewhere), function imageChange(imgName){ if (document.images){

Re: Image Swap with JS/CF

2006-06-26 Thread Charlie Griefer
cf variables can go into Javascript just as easily as they go into HTML. CF is server side and writes client side code (JS/HTML). You said you hoped you could find an example that showed CF incorporated into javascript. that function you pasted has CF incorporated into javascript (just make

Re: Changes to files not taking effect

2006-06-26 Thread Cedric Villat
I tried using the mapped drive and the path. Same thing. It isn't a novell network, just a good ol' Windows 2000 server. I'm using Windows XP as my local machine. I do use versioning, but I end up checking out the code into a web accessible path on the server, which is where I then edit the

Email thoughs and questions

2006-06-26 Thread Richard Dillman
Im building an automated email response system (yes its still that adoption/foster app) what I'd like to do is cash any email i send out to the clients, which get sent out automatically as their data changes... IE new contact (welcome email) Recient Homestudy Approved (congradulations email)

Re: Web services / parameter / headache

2006-06-26 Thread Matthew Chambers
This is crazy! Someone must have come across this problem before. I've simplified my question and used a much simplier method from the web service, here goes! ::: Here's my code ::: cfscript webservice = CreateObject(webservice,dummy?wsdl);

Re: Web services / parameter / headache

2006-06-26 Thread Matthew Chambers
This is crazy! Someone must have come across this problem before. I've simplified my question and used a much simplier method from the web service, here goes! ::: Here's my code ::: cfscript webservice = CreateObject(webservice,dummy?wsdl);