Re: 500 Error on SWF files

2007-07-05 Thread Aaron Roberson
My logs show as being last updated in the past, so I know that there is no relevant info. How about you Cutter? On 7/5/07, Dinner <[EMAIL PROTECTED]> wrote: > > On 7/5/07, Aaron Roberson <[EMAIL PROTECTED]> wrote: > ... > > Mysteries, anyone like them? > > They're alright, but I prefer Fantasy or

Re: mxAjax - IE bogs down on a long select menu...

2007-07-05 Thread Will Tomlinson
> Just an ideatry rearranging the select output by putting the > cfoutput query and everything inside it on one line this will minimise > the whitespace (I was going to write it out here but it will wrap), > I've no idea weather it will work but it might. Man, I really thought this would wo

Re: cfpayflowpro release

2007-07-05 Thread AJ Mercer
Hi Dan, this looks real neat. I see it is still in Alpha - is there more work to be done? - are you still working on it? Would I have to have rocks in my head to put the current version into production?? On 6/22/07, Dan Vega <[EMAIL PROTECTED]> wrote: > > Thanks for your help Tony, it is app

Re: having trouble with CFJSON / Spry

2007-07-05 Thread Raymond Camden
Wow, well, I wouldnt normally recommend outputting directly like that - but if it solves your problem, more the better. Boy am I glad returnFormat was added to CF8. On 7/4/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > Ray, > > I use CFC's all the time with Json, the trick is not to use the cfretur

Re: Model-Glue and Form handling

2007-07-05 Thread Yves Arsenault
Thanks for the reply. I actually had the entire form wrapped in s When I look at the source, I see action="index.cfm?event=LogonAttempt" Yves On 7/5/07, Dinner <[EMAIL PROTECTED]> wrote: > > Might be as simple as you forgot to wrap the #'s with s. > > Happens to me quite often*- just view

RE: Spam to my CF-Talk address - easy fix

2007-07-05 Thread Bobby Hartsfield
My thoughts exactly. If you have an email address you use for one list... delete anything else not from that list. If it's not sent TO cf-talk@houseoffusion.com delete it. Problem solved. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From

Re: mxAjax - IE bogs down on a long select menu...

2007-07-05 Thread Andrew Grosset
Just an ideatry rearranging the select output by putting the cfoutput query and everything inside it on one line this will minimise the whitespace (I was going to write it out here but it will wrap), I've no idea weather it will work but it might. Andrew. > selected>#section# - #title#

Re: Spam to my CF-Talk address - easy fix

2007-07-05 Thread Al Musella, DPM
If you want to keep this email for houseoffusion mail only, just set a filter or whitelist/blacklist to delete mail to that email address except if it comes from 64.118.74.249 . ~| Create robust enterprise, web RIAs. Upgrade &

Re: mxAjax - IE bogs down on a long select menu...

2007-07-05 Thread Will Tomlinson
>Will, is this an autocomplete, where you type one letter, and it spits back >the results? Or is there some other mechanism to retrieve the data? It's selects that populate other selects. I was able to help it out by doin what James told me to do a while back - Don't load up all the options w

Re: mxAjax - IE bogs down on a long select menu...

2007-07-05 Thread Josh Nathanson
Will, is this an autocomplete, where you type one letter, and it spits back the results? Or is there some other mechanism to retrieve the data? I don't know if you can increase the speed without trimming the recordset somehow. I think IE may just have trouble inserting that much content into

Re: mxAjax - IE bogs down on a long select menu...

2007-07-05 Thread Will Tomlinson
I don't think I can provide a link. By goofy, I mean the page sits there while IE is doin whatever with the menu. It takes up to 15 seconds to load this menu. I started the task manager and can watch IE's memory slowly climb for the duration as it's loading. But when you view the page in FF

Re: mxAjax - IE bogs down on a long select menu...

2007-07-05 Thread Josh Nathanson
>I made the mistake of testing my mxAjax dropdown menus with FF. All works >fine. The menu contains a few hundred options. > > I just checked with IE6 and IE7 and both bog down while loading the menu. > It takes about 10 seconds and is kinda goofy. - What do you mean by "goofy"? - Any way to tri

Re: 500 Error on SWF files

2007-07-05 Thread Dinner
On 7/5/07, Aaron Roberson <[EMAIL PROTECTED]> wrote: ... > Mysteries, anyone like them? They're alright, but I prefer Fantasy or Sci-Fi. ;-) Not to be a mystery killer, but what do the logs say? That's where I'd start my gum-shoe-ing. ~~~

Re: Spam to my CF-Talk address

2007-07-05 Thread Dinner
On 7/5/07, Rick Root <[EMAIL PROTECTED]> wrote: > On 7/5/07, James Wolfe <[EMAIL PROTECTED]> wrote: > > >It does mean that someone else would have to do some work, however. Are you > > >willing to pay for that work, however easy or insignificant it may seem to > > >you? > > > > I'd be willing to co

RE: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread John Mason
Another thing you may ask is if they are a member of a local ColdFusion Users Group or one of the worldwide UG that hold their meetings online (and if not why). It may seem silly but I've found that programmers that are active in their community generally have a better skillset and are far more

mxAjax - IE bogs down on a long select menu...

2007-07-05 Thread Will Tomlinson
I made the mistake of testing my mxAjax dropdown menus with FF. All works fine. The menu contains a few hundred options. I just checked with IE6 and IE7 and both bog down while loading the menu. It takes about 10 seconds and is kinda goofy. I tried with no luck. Here's my code: Co

RE: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread Jaime Metcher
> -Original Message- > From: DURETTE, STEVEN J (ATTASIAIT) [mailto:[EMAIL PROTECTED] > Sent: Friday, 6 July 2007 4:32 AM > To: CF-Talk > Subject: RE: Coldfusion MX7 Developer Exam for certification, a must? > Wher e is the location of the exam? > > > Out of the last five or so that we hired

Re: Flash Remoting with CFFORM

2007-07-05 Thread Meghan Belanger
Never mind, I got it! I had to fix two things. To resolve the error I reported in my first e-mail, I had to change my hidden fields that were holding the values for the arguments to text fields (visible = "no"). Then I changed my CFC so that I was building a string for the query like this:

Re: 500 Error on SWF files

2007-07-05 Thread Aaron Roberson
Sean, I am aware of those limitations of onRequest() in application.cfc. I have not done any of the stuff that Cutter has with multiple instances. Fore some reason a couple of weeks ago I noticed that none of my flash movies were displaying. I didn't really bother with it, but then I went to use

Making up for XMLSearch

2007-07-05 Thread Dominic Watson
Does anyone know of any UDFs that make up for the limited nature of XMLSearch(). I was playing around with it and have made a UDF that 'fixes' the results of these two XPath expressions (in CF6 at least): xpath = '//elementname/text() - Produces an array of 'unkown type' elements with XMLSearch()

Re: ColdFusion Template Engine?

2007-07-05 Thread Josh Eby
>Jeff > >I wrote a template parser about 6 years ago that I never released but >would be willing to share the code if you're interested in seeing it. > >It's documented here: > >The code is hideous, it's CF 4.5 era code and I wrote it obviously a >long long time ago :) > >http://www.clicksite

Re: CFLOOP: Almost there ...

2007-07-05 Thread Dominic Watson
Try this: >aVote = ListToArray(form.vote); >aAllIDs = ListToArray(form.allidslist); >aAllIDs.RemoveAll(aVote); > > And check this out if you want to know why it works: http://coldfused.blogspot.com/2007/01/extend-cf-native-objects-harnessing.html Alternatively, using the cfloop

Flash Remoting with CFFORM

2007-07-05 Thread Meghan Belanger
I'm trying out Flash remoting for the very first time and am completely baffled about an error I'm receiving. I have an admin form in an application that allows users to maintain a number of lookup tables, which feed various dropdown lists throughout the app. Currently this is set up so that t

Re: 500 Error on SWF files

2007-07-05 Thread Cutter (CFRelated)
> At least we've eliminated onRequest() - and Cutter indicates he's > having similar problems with 6.1 and 7, which eliminates > Application.cfc completely. That also eliminates hot fixes since 6.1 > and 7 would have different patches. It just seems similar. The code runs in our prod environme

Re: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread Sean Corfield
On 7/5/07, DURETTE, STEVEN J (ATTASIAIT) <[EMAIL PROTECTED]> wrote: > Actually, I'd be happier if it were more of a requirement. I'd also > like to see different levels other than Certified and Advanced. Tests don't indicate ability. Some people can cram for an exam and have no real knowledge. I'

CFLOOP: Almost there ...

2007-07-05 Thread coldfusion . developer
I've created a voting process, that displays the first 15 contest entries. Now I want to record which items were "voted on" and which ones were "not voted on" so that all first 15 aren't displayed again and the next 15 entries are displayed for voting. here's what I have at the time i'm trying

RE: Using a Custom COM Object

2007-07-05 Thread Dave Watts
> Here's a small sample VB program that uses the object (which, > of course, has to be registered): > > Private Sub Form_Load() > > Dim oEncryptAs Object > Dim sInput As String > Dim sOutput As String > > Set oEncrypt = CreateObject("CustomEncrypt.Class1") > >

Re: 500 Error on SWF files

2007-07-05 Thread Sean Corfield
On 7/5/07, Aaron Roberson <[EMAIL PROTECTED]> wrote: > Yes, I am using onRequest() in application.cfc. I am using it for includes > that are needed application wide. Please tell me I'm not going to have to > forfeit this... You cannot use onRequest() when you are working with Web Services, Flash R

Flash Forms CF7 Design help?

2007-07-05 Thread Jeff Small
Hey, anybody got a good tutorial on Flash Forms *design*? I'm looking for some help on placing form elements within a Flash Form. You know, how to line up elements, how to place things, etc. Anybody got a good resource for Flash Forms design? ~~~

Prototype (UI) Development Project - Want to help?

2007-07-05 Thread Clark Valberg
I don't think this is a "job" per-say. It's really more of a "gig". So I'll post it here and await MD's wrath. I'm in search of a design savvy UI developer to assist with the creation of an application user interface (prototype). This is just HTML / CSS work - no back-end development. The

Re: Spam to my CF-Talk address

2007-07-05 Thread Rick Root
On 7/5/07, James Wolfe <[EMAIL PROTECTED]> wrote: > >It does mean that someone else would have to do some work, however. Are you > >willing to pay for that work, however easy or insignificant it may seem to > >you? > > I'd be willing to contribute time to help fix it. Does that count? It's not bro

Re: Spam to my CF-Talk address

2007-07-05 Thread Michael Dinowitz
It's both. The web based archives work in every way as a forum that is married to a mailing list. Anyone who wants can subscribe to the archives only and never get any mail. On 7/5/07, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > > James Wolfe wrote: > > This is a forum, if you want to respond t

Using a Custom COM Object

2007-07-05 Thread jonese
We've got a client who wants to use a proprietry encryption algorithim. They have created a COM object which they use for ASP. How do i go about using this same object in CF 7? here's the VB script he sent us as an example: start--- Here's a small sample VB program that uses the object (w

Re: Spam to my CF-Talk address

2007-07-05 Thread Michael Dinowitz
I'd be more than happy for people to help out and plugging in components to do a job is rather easy with the system I built. I'll even post up my cleanbody component so people can see how I clean posts and can add in their own ideas and code. I'm great at regular expressions but there are people be

RE: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread Andy Matthews
Right... And when it comes down to it, it's not that expensive. I think that it's $150. That's nothing. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 2:58 PM To: CF-Talk Subject: Re: Coldfusion MX7 Developer Exam for certification, a must? Wh

RE: Spam to my CF-Talk address

2007-07-05 Thread Dave Watts
> I'd be willing to contribute time to help fix it. Does that count? I don't know, since I don't administer the list. It will presumably still require Mike to spend some of his time, so frankly it very well may not count. It may also result in a suboptimal value; the easiest way to solve the probl

Re: Spam to my CF-Talk address

2007-07-05 Thread Jochem van Dieten
James Wolfe wrote: > This is a forum, if you want to respond to me, you can respond directly in the forum. This is not a forum, this is a mailinglist. Jochem ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Ad

Re: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread Mike Kear
I did my certification thinking it would help me get contract positions, but i dont think it's made the slightest difference in that respect.It was definitely worth doing though, because there was a benefit I handn't thought of going in. As a result of doing the exam, I know a LOT more about

RE: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread Peterson, Chris
I think a CF test should be more structured like a collage entrance English test, where you are given a topic and write a 2 page essay off the cuff. Give the applicant a problem to solve, 2 hours to do it, then grade the results. Test on ingenuity, performance, clean code practices, etc. Do this

Re: Spam to my CF-Talk address

2007-07-05 Thread Michael Dinowitz
1. I would never sell or give away the email addresses from any of the resources I run. Adobe is interested in sending out a mass mailing to all subscribers and I told them that I would like to ask everyone to opt in/out before I even consider and then we would do it through a bonded third party

RE: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread Rick Faircloth
A testing site could be set up where the employer pays a fee for test access by a prospective employee. After the fee is paid by the employer, a testing account can be setup for the employee. The prospective employee is then their login info to access the test. A series of coding problems are gi

Re: Model-Glue and Form handling

2007-07-05 Thread Dinner
Might be as simple as you forgot to wrap the #'s with s. Happens to me quite often*- just view the source, using firebug or whatnot, and verify that it is sticking the correct URL in there. *I used to wrap the whole page in a . Now I don't. Thus... habits. HIH :D On 7/5/07, Yves A wrote: > >

Re: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread Mary Jo Sminkey
>I'm all for more tools to help people grasp stuff and whatnot, but I don't >really hold testing in that high of a regard, as a yardstick. I think a lot of us have run into too many people that have that certification but are really terrible coders to really put much regard on it. One of the most

Re: Spam to my CF-Talk address

2007-07-05 Thread Dinner
On 7/5/07, James W wrote: > > >It does mean that someone else would have to do some work, however. Are > you > >willing to pay for that work, however easy or insignificant it may seem > to > >you? > > I'd be willing to contribute time to help fix it. Does that count? Heck, post the relevant code

Re: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread Dinner
On 7/5/07, DURETTE, STEVEN J (ATTASIAIT) wrote: > I'd be willing to put some time towards it. CF-Talk could come up with > questions for the tests! Hey if we wanted to do advanced tests, we > could even use some of the really hard e-mails that come to the list! I'm all for more tools

Model-Glue and Form handling

2007-07-05 Thread Yves Arsenault
Hey there, I recently took it upon myself to code a small project with Model-Glue. I played around with the examples provided on Ray Camden's blog I was fairly comfortable with it after I started putting around. I built a few templates, also using some spry stuff. Then I wanted to build a

Re: RePost: Compatability Question

2007-07-05 Thread Rebecca Wells
Here at the City of Renton, WA, we have MS-SQL on a 64-bit server and CF7 working just fine. The only problem we have run into is the lack of a 64-bit iFilter that indexes PDF files. Google "64-bit iFilter" or see these links for details: http://blogs.msdn.com/ifilter/archive/2007/01/08/microso

Re: Spam to my CF-Talk address

2007-07-05 Thread James Wolfe
>It does mean that someone else would have to do some work, however. Are you >willing to pay for that work, however easy or insignificant it may seem to >you? I'd be willing to contribute time to help fix it. Does that count? ~|

RE: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread Andy Matthews
This was brought up at CFUnited during the Q & A with Adobe. Who knows if it will happen but it's not a bad idea at all. -Original Message- From: DURETTE, STEVEN J (ATTASIAIT) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 1:32 PM To: CF-Talk Subject: RE: Coldfusion MX7 Develop

Re: 500 Error on SWF files

2007-07-05 Thread Cutter (CFRelated)
Boy, I wish it was all that easy. We don't use Application.cfc in this instance. This is a 6.1 app(s) that we'll (hopefully) migrate straight to 8 and begin the thorough upgrade process. I have three instances. The 'default' cfusion instance, which I use for big picture admin (Enterprise Manag

RE: Coldfusion MX7 Developer Exam for certification ...

2007-07-05 Thread Dave Watts
> If there were tests that covered things like CF Basic (can > use cf, some sql, understands certain concepts); CF > Intermediate (Knows Structures, Arrays, lesser know tags); CF > Advanced (Ben Forta!!!) You get the idea. > Charge different prices for the testing based off of which > exam you

RE: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread DURETTE, STEVEN J (ATTASIAIT)
Actually, I'd be happier if it were more of a requirement. I'd also like to see different levels other than Certified and Advanced. We regularly look for contractors. I don't think I've seen one of the resumes that had the certification. We get the resume's, see the CF experience, contact the

Re: Excel - new question.... How to display tables horizontally?

2007-07-05 Thread Dinner
It probably won't help at all, but I've got a bit of code that uses jexcelapi, and converts queries to excel workbooks. It puts each query in a worksheet, and has some simple formulas and whatnot, but I don't think that would do any good for what you're trying to do. Unless you've already got it

Re: SOT: 3D-Secure / MC SecureCode / Verified by VISA

2007-07-05 Thread Eric Haskins
I like 3-D Secure & Securecode in theory but I ran into issues back in the day when it first started and some gateways used HTTP redirects to send your customer to the bank. Major Headaches then and it sounds like major headaches now Eric On 7/5/07, Paul Vernon <[EMAIL PROTECTED]> wrote: > > I

RE: 500 Error on SWF files

2007-07-05 Thread Dave Watts
> Yes, I am using onRequest() in application.cfc. I am using it > for includes that are needed application wide. Please tell me > I'm not going to have to forfeit this... Typically, the way you deal with this in an environment where you're using Flash Remoting or SOAP is to have multiple Applica

Re: 500 Error on SWF files

2007-07-05 Thread Aaron Roberson
I removed onRequest() from application.cfc and then restarted Apache and reloaded my application but I'm still having the same problem. Sean, have you tried serving up a swf file on your machine? -Aaron On 7/5/07, Sean Corfield <[EMAIL PROTECTED]> wrote: > > On 7/5/07, Aaron Roberson <[EMAIL PRO

RE: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-05 Thread Dave Watts
> I heard a lot about Coldfusion MX7 Developer Exam for CF7 > certification. First of all I want to know if it is a must. No. > Is there more job offers for certified programmer? I seriously doubt it. > Is the salary usually higher? No, I seriously doubt that too. While it may give you an

Re: 500 Error on SWF files

2007-07-05 Thread Aaron Roberson
Sean, Yes, I am using onRequest() in application.cfc. I am using it for includes that are needed application wide. Please tell me I'm not going to have to forfeit this... I'll remove it and see if there is any change. -Aaron On 7/5/07, Sean Corfield <[EMAIL PROTECTED]> wrote: > > On 7/5/07, Aar

RE: Spam to my CF-Talk address

2007-07-05 Thread Dave Watts
> While I am aware that spam is a way of life on the internet > and I know that I have access to all of your email addresses > and you therefore have access to mine, I do not need to > approve of either one of those things. If you continue to participate in a mailing list, you are giving tacit

Re: 500 Error on SWF files

2007-07-05 Thread Aaron Roberson
As bad as it may sound, I am so glad to hear that you are having the same problem. I figured somebody else must be, because after I installed CF8 as multi-server on my WinXP box I had the same problem. That is two systems, with different OSs. However, I fielded a couple people and they had never he

Re: 500 Error on SWF files

2007-07-05 Thread Sean Corfield
On 7/5/07, Aaron Roberson <[EMAIL PROTECTED]> wrote: > Using Firebug, Sean Corfield helped me to find that I was receiving a 500 > error on all my swf files. Also, by going directly to the swf files int the > browser I receive the following error: Do you have Application.cfc with an onRequest() me

Excel - new question.... How to display tables horizontally?

2007-07-05 Thread Will Tomlinson
I'm just using to force excel to open a .cfm page with some generated tabular output. No problem with that part. My problem is I have some nested side-by-side tables. Excel is reading those in and stacking them vertically. I tried sticking some special characters in the output, then replacin

ANN: Code generation workshop in one hour

2007-07-05 Thread Nick Tong
The subject line tells all Here is the cfFrameworks.com link: http://wapurl.co.uk/?UMMKKP1 See you in one hour! -- Nick Tong web: http://talkwebsolutions.co.uk blog: http://succor.co.uk f..works:http://cfframeworks.com short urls: http://wapurl.co.uk green link: http://wap

Re: 500 Error on SWF files

2007-07-05 Thread Cutter (CFRelated)
Aaron, I've been trying to figure this out for two weeks. Having the exact same issues. I think it's somehow related to how flash gateways are configured for multi-instance, but I can't verify that yet. The only other connection I've seen was that my 'trial' install had ended and that I was no

Re: Coldfusion MX7 Developer Exam for certification, a must? Where is the location of the exam?

2007-07-05 Thread Alan Rother
>>>Is there more job offers for certified programmer? Not really, but in some situations being a certified developer can give you an edge over other candidates. I got certified for the sole purpose of being the only certified candidate for a government job 2 years ago, and it certainly helped get m

Re: Spam to my CF-Talk address

2007-07-05 Thread Casey Dougall
On 7/5/07, James Wolfe <[EMAIL PROTECTED]> wrote: > > While I am aware that spam is a way of life on the internet and I know > that I have access to all of your email addresses and you > > This is a forum, if you want to respond to me, you can respond directly in > the forum. If you need to contact

Re: Spam to my CF-Talk address

2007-07-05 Thread James Wolfe
While I am aware that spam is a way of life on the internet and I know that I have access to all of your email addresses and you therefore have access to mine, I do not need to approve of either one of those things. Spam is avoidable if care is taken and I see no particular reason that my email

Re: The best way to export a complex report...

2007-07-05 Thread Will Tomlinson
> It works great if you only need the basics of layout, color etc. I indeed did get it working. My main issue is I have a few side-by-side tables. Excel wants to stack these vertically. Is there a trick to getting excel to read them like 's? thanks, Will

500 Error on SWF files

2007-07-05 Thread Aaron Roberson
On my local machine none of my Flash movies will display. When I right click on them, it says "Movie not loaded..." Using Firebug, Sean Corfield helped me to find that I was receiving a 500 error on all my swf files. Also, by going directly to the swf files int the browser I receive the following

Coldfusion MX7 Developer Exam for certification, a must? Where is the location of the exam?

2007-07-05 Thread Ali Majdzadeh
Hi: I heard a lot about Coldfusion MX7 Developer Exam for CF7 certification. First of all I want to know if it is a must. Is there more job offers for certified programmer? Is the salary usually higher? Second I wonder if the exam is under Adobe certifications now? And last, I wonder where is th

Re: Spam to my CF-Talk address

2007-07-05 Thread Rick Root
BTW, here's my take on the matter. Don't want spam? Don't use email. Or use a whitelist challenge/response system. I'm a lot less concerned about spam since I switched to google hosted email. Their spam filters work very well. Rick

Re: Spam to my CF-Talk address

2007-07-05 Thread Dinner
On 7/5/07, Claude Schneegans <[EMAIL PROTECTED]> wrote: > > >>I have shared this address with no one > > Wrong: we all have your address in our PC, and if only ONE of us has > been infected by It doesn't even take infection. I bot can 'scribe too, ya know? They're sneaky smart, probably spam AI

Re: Spam to my CF-Talk address

2007-07-05 Thread Rick Root
On 7/5/07, James Wolfe <[EMAIL PROTECTED]> wrote: > I have a custom address which only receives mail for CF-Talk. I have shared > this address with no one and have not used it in any location other than on > the CF-Talk forum. You've shared your email address with no-one? I beg to differ. You'v

Re: cflogin

2007-07-05 Thread Josh Nathanson
> > This is more or less how Fusebox works, and is a good example of why a framework can be helpful in building an application. Having a separated controller layer makes securing sections of an application easier. Not that you need a framework to achieve MVC separation, but it pretty much f

RE: having trouble with CFJSON / Spry

2007-07-05 Thread Dan G. Switzer, II
Jonathon, >So that would get rid of the "WDDX-ifying" -- but I'm still left with >fighting that META tag CF puts in there. > >I work from a network, and there are definitely other people using the CF >server, so I'm not sure how I'll be able to get around the single IP issue, >but I can definitely

RE: having trouble with CFJSON / Spry

2007-07-05 Thread Jonathon Stierman
So that would get rid of the "WDDX-ifying" -- but I'm still left with fighting that META tag CF puts in there. I work from a network, and there are definitely other people using the CF server, so I'm not sure how I'll be able to get around the single IP issue, but I can definitely look into the

SOT: 3D-Secure / MC SecureCode / Verified by VISA

2007-07-05 Thread Paul Vernon
Is anyone else having "issues"? I guess this is more of a rant but I'd like to know if anyone else has been working on 3D-Secure this week (and last) and has as many issues with the scheme as I seem to be having... I've implemented the 3D-Secure mechanism as per the new regulations for Maestro car

RE: cflogin

2007-07-05 Thread Peterson, Chris
Dave, I wouldn't use multiple application.cfc's, you usually need only 1 for an entire application. Here are some idea's on how to implement this: At the top of each page, include your login code. Make a separate file that contains your tag and your form, then include this only on pages that r

Re: RePost: Compatability Question

2007-07-05 Thread Cutter (CFRelated)
Hey Jochem, Sorry, I didn't see the reply (lot's to fish through sometimes). Dave, thanks for the response. Kinda what I figured, but this should put my DBA at ease. Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ ht

Re: cflogin

2007-07-05 Thread Will Tomlinson
Dunno about BD, but I usually just use an Application.cfc in the subfolder of the restricted pages. OnRequest() Will ~| ColdFusion 8 beta – Build next generation applications today. Free beta download on Labs http://www.adob

cflogin

2007-07-05 Thread Dave Francis
Hi, I can't quite get my head around this problem - I want to allow users open access to pages in a "common" sub-folder, but restricted access (based on roles) to other sub-folders. Users shouldn't be asked to Login until they want access to the "restricted" pages. I tried doing it via

Re: A Little Help with an Array

2007-07-05 Thread Les Mizzell
That's the cat's pajamas. Works great! Thanks! > If you want to map one name to another this is a nice way of doing it: > > > > > > Then to output the label for the given field name: > > [WHATEVER LOOPING YOU DO] > Changed field: #labels[getAUDIT.FieldName]# > [/WHATEVER LOOPING YOU D

Re: Spam to my CF-Talk address

2007-07-05 Thread Jerry Johnson
http://www.google.com/search?source=ig&hl=en&q=james-cftalk%40goqs.com&btnG=Google+Search Its right out there for any bot to harvest. On 7/5/07, James Wolfe <[EMAIL PROTECTED]> wrote: > I have a custom address which only receives mail for CF-Talk. I have shared > this address with no one and hav

Re: Spam to my CF-Talk address

2007-07-05 Thread Judith Dinowitz
>I've traded a few emails with Michael regarding this topic. > >All you have to do is Google your email address and you'll see that messages >to this group are publicly viewable online. The direct sender's email >address is stripped, but any message which was replied to and now a part of >the mess

Re: RePost: Compatability Question

2007-07-05 Thread Jochem van Dieten
Cutter (CFRelated) wrote: > I sent this out a little too late Wednesday, so I thought I'd put it out > there again: ISTM you received a perfectly fine answer to your question. If that answer is not sufficient, you might want to explain why it isn't instead of just repeating the question. Joche

Re: Spam to my CF-Talk address

2007-07-05 Thread J.J. Merrick
Yeah i second the google... They are amazing at the spam filtering. On 7/5/07, Casey Dougall <[EMAIL PROTECTED]> wrote: > > On 7/5/07, James Wolfe <[EMAIL PROTECTED]> wrote: > > > > Its right out there for any bot to harvest. > > > > Since that is the case, is there anything we can do to obscure e

Re: Spam to my CF-Talk address

2007-07-05 Thread Crow T. Robot
werd. gmail is free, and it stops 99.56789% of my spam. besides, spam is a way of life. get used to it. it's like trying to fight junk (snail) mail, it's a losing battle. On 7/5/07, Casey Dougall <[EMAIL PROTECTED]> wrote: > > On 7/5/07, James Wolfe <[EMAIL PROTECTED]> wrote: > > > > Its right

RePost: Compatability Question

2007-07-05 Thread Cutter (CFRelated)
I sent this out a little too late Wednesday, so I thought I'd put it out there again: OK, I think I know the answer to this already, but my DBA is questioning this and I figured it better to ask a broader pool of experienced professionals. We are migrating

Re: Spam to my CF-Talk address

2007-07-05 Thread Claude Schneegans
>>I have shared this address with no one Wrong: we all have your address in our PC, and if only ONE of us has been infected by some worm collecting addresses for spamer, then you will get spam. As easy as this. Nothing you can dou about it, except use a new address every day ;-/ -- __

Re: Spam to my CF-Talk address

2007-07-05 Thread Casey Dougall
On 7/5/07, James Wolfe <[EMAIL PROTECTED]> wrote: > > Its right out there for any bot to harvest. > > Since that is the case, is there anything we can do to obscure email > addresses in replies so that this will not happen again? > > It should be simple enough to write a regex that will remove the

Multi-Instance CF8

2007-07-05 Thread Cutter (CFRelated)
Under 7.0.2, if you were running a multi-instance setup of CF you had to remove the flashgateway.ear from the JRun instances within the JRun Management Console if you wanted to have concurrent Flash Gateway access among all instances. A fresh multi-instance install of CF8 does not setup JRun in

Re: Spam to my CF-Talk address

2007-07-05 Thread James Wolfe
> Its right out there for any bot to harvest. Since that is the case, is there anything we can do to obscure email addresses in replies so that this will not happen again? It should be simple enough to write a regex that will remove the domain from all email addresses listed in this reply form

RE: Spam to my CF-Talk address

2007-07-05 Thread Rob O'Brien
I've traded a few emails with Michael regarding this topic. All you have to do is Google your email address and you'll see that messages to this group are publicly viewable online. The direct sender's email address is stripped, but any message which was replied to and now a part of the message bo

Re: Spam to my CF-Talk address

2007-07-05 Thread Tom Chiverton
On Thursday 05 Jul 2007, James Wolfe wrote: > [EMAIL PROTECTED] Someone doesn't know how to quote correctly: http://www.google.com/search?hl=en&q=james-cftalk%40goqs.com&btnG=Search -- Tom Chiverton Helping to globally improve world-class e-business on: http://thefalken.livejournal.com

RE: Spam to my CF-Talk address

2007-07-05 Thread Robert Rawlins - Think Blue
Yeah this is quite probable, You could also imagine that a bot has been subscribed the list perhaps and is collecting copies of every mail we send along with our address's. I use my standard work address for the subscription so couldn’t say whether I receive spam from the list or not. Rob

Re: Spam to my CF-Talk address

2007-07-05 Thread Crow T. Robot
I can assure you MikeD isn't selling our addresses. I think what is happening is that even though the addresses are taken out of the web archive postings, people (me included) forget sometimes to take the poster's address out of their reply. Then the address ends up in the archives, ready for scr

Spam to my CF-Talk address

2007-07-05 Thread James Wolfe
I have a custom address which only receives mail for CF-Talk. I have shared this address with no one and have not used it in any location other than on the CF-Talk forum. I have, as of yesterday, begun receiving spam on that address (3 messages thus far). Without accusing Michael of selling ou

RE: FTPS

2007-07-05 Thread Jim Rising
I think the original poster was looking for FTPS ... Not SFTP. The Jscape link in my prior post supports both, while jsch is strictly for SFTP via SSH. Jim Rising Sr. Cold Fusion Developer ICGLink Inc. www.icglink.com -Original Message- From: Mark Stanton [mailto:[EMAIL PROTECTED] Sent

Re: The best way to export a complex report...

2007-07-05 Thread Tom Chiverton
On Thursday 05 Jul 2007, Will Tomlinson wrote: > This is the solution I've been leaning towards. It works great if you only need the basics of layout, color etc. After that, you'll need to look at one the wrappers around Apache's POI project that are already out there. -- Tom Chiverton Helping

Coldfusion 6.1 on CentOS

2007-07-05 Thread Dave Potts
Hi, I have been trying to install Coldfusion 6.1 on a CentOS 5 server, with no luck. We are able to get the Coldfusion installation to load, and it says it completes it successfully, however, when you then try to run the server, it brings up a lot of error messages relating to missing files, on

  1   2   >