CFLDAP Query / Add/Modify Users in AD

2008-08-14 Thread Isidro Pimentel
Hello, I am trying to create a coldfusion that allows users to add a user/modify a user . I am able to add a user into AD with no problem. I am having difficulties with two things. 1. Query - How do I query AD for more than 1000 users. Currently when I query it I only get 1000 user in my

Re: Barclays ePDQ MPI Integration

2008-08-14 Thread Paul Marsden
Hi Paul, I've connected up a client to Barclays EPDQ via ColdFusion. If this is any help, here is the code: !--- set your variables to send to Barclays example figures have been put in here - change them to your own values - PaulM --- !--- the total amount of the order --- cfparam

More Flex app help

2008-08-14 Thread David Wilson
Hi, We're still scratching our heads over how to set up security for our flex app. Here are the issues: 1) We want to protect the flex app and some cfm pages with the same authentication 2) One user group (teachers) cannot share their username - ie) restricted to one concurrent session 3)

Re: Free BlueDragon?

2008-08-14 Thread Tom Chiverton
On Thursday 14 Aug 2008, Don L wrote: Thank you, Gerald, allow me to be lazy for a minute, cf8 comes with its own web server albeit it is for development only, I don't know why people have this impression but JRun is quite able to run in production as the primary web server (as opposed to

Re: SVN in Production

2008-08-14 Thread Tom Chiverton
On Tuesday 12 Aug 2008, Andrew Scott wrote: There is a bug in Subclipse, that sees file saving take anything from an extra 2mins upto hours We use Subclipse here, and that simply does not happen. Our mileage clearly varies. -- Tom Chiverton

Re: More Flex app help

2008-08-14 Thread Tom Chiverton
On Thursday 14 Aug 2008, David Wilson wrote: We can use CFlogin via flex to do (2) which seems to solve the single user issue but we're not sure how to get it to also do (1) and (3) ? You probably want to have some custom code that tracks the number of usages of each username, and only

Re: SVN in Production

2008-08-14 Thread Tom Chiverton
On Tuesday 12 Aug 2008, Andrew Scott wrote: Please don't confuse the topic Tom, and twist what I am saying. I seem to be having some difficultly with your points, so bear with me :-) My point is very simple, so let me spell it out for you again. When using export, that is not actually using

Re: SVN in Production

2008-08-14 Thread Tom Chiverton
On Tuesday 12 Aug 2008, Andrew Scott wrote: Not even SVN can automatically decide what changes to make live and what not to make live, between developer changes I dunno, I've heard of systems which auto updated the live environment to the most recent tag which matches a patten (i.e.

Re: SEC Data

2008-08-14 Thread T. John Cunningham
Thanks Scott - I will give that a shot. Is the data pretty manageable or does it need to be cleaned up and parsed a lot? John On Aug 13, 2008, at 5:00 PM, Scott Slone wrote: I've used Edgar Online in the past, though it is not a free service. You consume XML feed(s), and style with XSLT (or

Re: Free BlueDragon?

2008-08-14 Thread Gerald Guido
f8 comes with its own web server albeit it is for development only, and it can be installed siliently (without user interaction would probably be more accurate) If that is the case you could roll it up with something like XAMPP with the Tomcat Plugin. With a bit of work and a bat file you can

RE: CFLDAP Query / Add/Modify Users in AD

2008-08-14 Thread Dawson, Michael
1. You need to increase the amount of records returned by AD. By default, AD returns 1000 records. You can increase this amount using ntdsutil. This must be performed by a domain admin. http://support.microsoft.com/kb/315071 The AD administration limit you want to change is maxPageSize.

Re: Outputting columned UL tags

2008-08-14 Thread Claude Schneegans
ULs and LIs are better for search engine optimization. ??? Plus they're better semantic code. ??? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED])

cfform validation for newbie

2008-08-14 Thread Christine Stephens
HI I need assistance with cfform validation, please. I have a text field 'discode' that is not required however if it is filled out it can only have 2 possible answers in it: 'xyz123' or 'abc1234'. And then if the 'discode' field is filled out correctly with 1 of those 2 values then another

Re: SVN in Production

2008-08-14 Thread Dana Kowalski
This thread is kind of heavy handed. My personal opinion with anything like this is your mileage will vary. There are simply too many factors to heavy hand a this is the only way to do it. Everyones configurations, staff, resources, technical knowledge etc etc vary. You use what works, simple

RE: Outputting columned UL tags

2008-08-14 Thread Andy Matthews
If I used a table, it would look like this: table tr tdlink 1/td tdlink 4/td tdlink 7/td /tr tr tdlink 2/td tdlink 5/td tdlink 8/td /tr tr tdlink 3/td tdlink 6/td td/td /tr /table Whereas the UL method like this:

Re: Outputting columned UL tags

2008-08-14 Thread Claude Schneegans
So it's a little lighter, codewise, plus ULs and LIs are MEANT to display lists of things while tables are not. Frankly, I don't see your point. ULs and LIs are meant to display lists, right, but what you want to do is not a list, it is a TABLE, so why not use a table ? --

Re: Barclays ePDQ MPI Integration

2008-08-14 Thread Paul Stewart
i had to set this up about 3 or 4 years ago and after much angst was told by my host that EDPQ was not comptatible with CF (i had to use PERL) . I don't know if thats still the case though - worth a check with Barclays Paul Marsden wrote: Hi Paul, I've connected up a client to Barclays EPDQ

Re: Outputting columned UL tags

2008-08-14 Thread Matt Williams
I looks like Andy wants a list displayed in three columns. A table implies that that the first row contains a record of data with fields. I could have missed something, but the item at the top of column 1 is not related to the item at the top of column 2 or column 3. So it is just a 3 column list.

Re: Outputting columned UL tags

2008-08-14 Thread Ian Skinner
Claude Schneegans wrote: so why not use a table ? Or at least a table of lists. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

cfgrid with flash form type...

2008-08-14 Thread Tom Jones
Hello, I've been hammering away at this and now I'm nt sure if it's possible. I have a cfgrid in a flash based form and I would like to select a row and have it populate the cfinput fields with in the form. Can this be done using the flash based form type? Thanks, tom

Re: securing pdf's?

2008-08-14 Thread Jessica Kennedy
Thanks for all the tips! I was not able to change most of the pdf's to cfcontent because the pdf's legally could not be altered; however, I found this article on securing pdf's and other documents, thought I would post it since I'm sure someone in the future is bound to have the same problem.

RE: Outputting columned UL tags

2008-08-14 Thread Andy Matthews
Aye... Got it working, thank you. Claude...this isn't really tabular data. It's simply a list of links. -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 9:48 AM To: CF-Talk Subject: Re: Outputting columned UL tags I looks like Andy wants

Apache + Virtual hosts with CF

2008-08-14 Thread Stephen Adams
Hi, I'm trying to set up VirtualHosts in apache for the cf sites I'm working on. My setup so far is I have apache2.2.9 installed, with cf8 running on Vista Home Premium. Both are working fine, the CF administrator runs fine everything is ok. When I installed CF I did not use the JRun setting

Re: securing pdf's?

2008-08-14 Thread James Holmes
Huh? That article uses cfcontent, as everyone in the thread advised. On Thu, Aug 14, 2008 at 10:51 PM, Jessica Kennedy [EMAIL PROTECTED] wrote: Thanks for all the tips! I was not able to change most of the pdf's to cfcontent because the pdf's legally could not be altered; however, I found

RE: cfform validation for newbie

2008-08-14 Thread Dave Phillips
Christine, I believe you will need to do some custom javascript validation for this (someone who has used cfform a lot can surely suggest otherwise). Here's how you could do it: Add the following to cfform tag 'onsubmit=return doSubmit(); Then, inside your head tags, add the following: script

Re: Apache + Virtual hosts with CF

2008-08-14 Thread James Holmes
Can you confirm what you've written in your hosts file? On Thu, Aug 14, 2008 at 11:02 PM, Stephen Adams [EMAIL PROTECTED] wrote: Hi, I'm trying to set up VirtualHosts in apache for the cf sites I'm working on. My setup so far is I have apache2.2.9 installed, with cf8 running on Vista Home

Re: Apache + Virtual hosts with CF

2008-08-14 Thread Cutter (CFRelated)
Aren't VirtualHosts in that version of Apache referenced through a separate, included .conf file? Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Stephen Adams wrote: Hi, I'm trying

Re: securing pdf's?

2008-08-14 Thread Larry Lyons
Thanks for all the tips! I was not able to change most of the pdf's to cfcontent because the pdf's legally could not be altered; however, I found this article on securing pdf's and other documents, thought I would post it since I'm sure someone in the future is bound to have the same

cftextarea richtext Basic

2008-08-14 Thread BJ McShane
I'm using the cftextarea tag with richtext and toolbar=Basic turned on. My form is on a grey background and when the form is displayed, there is a white border around the cftextarea box. How do I turn off the border or change it to my background color? thanks, bj

Re: Apache + Virtual hosts with CF

2008-08-14 Thread Stephen Adams
Aren't VirtualHosts in that version of Apache referenced through a separate, included .conf file? Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Stephen Adams wrote: So in my hosts

javascript question

2008-08-14 Thread BJ McShane
I built a form for my users where they enter IP addresses. They are use to putting in the .(period) in between the numbers but I built the form so all they would have to do is type in the number. Is there a way I can change the keystroke of a . (period) to a tab. So when they are typing they

Re: Free BlueDragon?

2008-08-14 Thread Larry Lyons
f8 comes with its own web server albeit it is for development only, and it can be installed siliently (without user interaction would probably be more accurate) If that is the case you could roll it up with something like XAMPP with the Tomcat Plugin. With a bit of work and a bat file you can

Re: Outputting columned UL tags

2008-08-14 Thread Claude Schneegans
this isn't really tabular data. It's simply a list of links. This distinction is completely academic and irrelevant. The purpose of a table in HTML has never be to display data exclusively, but anything. HTML is a formating language, not a database facility. When you display things so they look

Application.cfc OnSessionEnd

2008-08-14 Thread Paul Giesenhagen
Can you call other components within the OnSessionEnd? If I call a query directly in the OnSessionEnd function it works fine .. but if I put that query into a component and call the component, it doesn't work. Any ideas? ~|

RE: javascript question

2008-08-14 Thread Andy Matthews
Why not just have it all in one form field? Easier to store, easier to manage, no extra coding needed. -Original Message- From: BJ McShane [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 10:25 AM To: CF-Talk Subject: javascript question I built a form for my users where they

RE: Outputting columned UL tags

2008-08-14 Thread Andy Matthews
I'm not really sure why you're fighting this one Claude? Does it really matter to you if I'm using TABLEs or ULs? The less code, between the top of the HTML page and the actual content, the better as far as SEO is concerned. So even if I'm only saving a few characters, it's better than using a

Need a Google Analytic like reporting tools for CF Application use history

2008-08-14 Thread coldfusion . developer
I want to analize the historical activies of our applications that Google Analytics can't track. We recently started using GA some there's isn't a lot of history. I’m trying to get a sense of utilization of the various sections of our site, especially those supported by a specialized

RE: Application.cfc OnSessionEnd

2008-08-14 Thread Paul Giesenhagen
Scratch that question .. we found a small problem in the code .. it does run the components. Thought it should. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 10:30 AM To: CF-Talk Subject: Application.cfc OnSessionEnd Can you call

Re: Free BlueDragon?

2008-08-14 Thread Chris Blackwell
Thank you, Gerald, allow me to be lazy for a minute, cf8 comes with its own web server albeit it is for development only, and it can be installed siliently (without user interaction would probably be more accurate), and this capability (of silent installation + a default web server) is

RE: javascript question

2008-08-14 Thread Dave Phillips
BJ, Yes, there is a way you can do that. I'm not sure of the exact syntax, but hopefully you can google this and get a solution: You need to use the onkeypress event, something like this: input type=text name=whatever onkeypress=changePeriod(); Your changePeriod() function should look at the

Re: Need a Google Analytic like reporting tools for CF Application use history

2008-08-14 Thread Wil Genovese
Weblog expert can do this. It uses your webserver logs and you can customize reports. Even generate reports based on the query string. hey have a free trial so it does not hurt to try it. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong.

Re: javascript question

2008-08-14 Thread Yuliang Ruan
remember that when you do this, it changes the behavior of the keystroke in the entire window. If you have another field that can input a period(.), this will make it a tab too. Not sure if you're allowed to check focus and based on the focused element, maybe make a decision to bypass or

Re: javascript question

2008-08-14 Thread Yuliang Ruan
oh wait n/m the way dave has it, it only activates on that element. :) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

RE: securing pdf's?

2008-08-14 Thread Dave Watts
Thanks for all the tips! I was not able to change most of the pdf's to cfcontent because the pdf's legally could not be altered; however, I found this article on securing pdf's and other documents, thought I would post it since I'm sure someone in the future is bound to have the same

Re: javascript question

2008-08-14 Thread BJ McShane
Dave thanks for the input. I did do some google searches on this but never found a solution that would work. I'll try what you posted and try some more searches to see what I can find. thanks! ~| Adobe® ColdFusion® 8 software

RE: Free BlueDragon?

2008-08-14 Thread Dave Watts
I don't know why people have this impression but JRun is quite able to run in production as the primary web server (as opposed to using Apache as a front end). Adobe/Macromedia gave this impression by stating this in several places. Also, the JRun web server has practically no functionality

Re: javascript question

2008-08-14 Thread BJ McShane
Yes I did take that into account. If I keep in at the input tag level I think it should only effect the fields I want. I'll have to do more testing. thanks, ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: Outputting columned UL tags

2008-08-14 Thread Claude Schneegans
So even if I'm only saving a few characters, it's better than using a TABLE. Provided you know how to do it. If you have to ask other people, then you are creating your own problem, just for saving a few characters... Besides...TABLEs are for tabular data. Sure you CAN put other stuff into

RE: Outputting columned UL tags

2008-08-14 Thread Dave Watts
This distinction is completely academic and irrelevant. The purpose of a table in HTML has never be to display data exclusively, but anything. Well, no, that's not correct. Tables were intended to display tabular data. They weren't designed for generic layout uses, and as a result they're not

Re: javascript question

2008-08-14 Thread BJ McShane
I'll probably change it that way. I stored it in 4 different field in the DB since each of the 4 parts mean certain things to the user. They could search and sort based on what they are trying to find. Also when they search they can just put input into any of the fields to find all the IPs

Re: Free BlueDragon?

2008-08-14 Thread Gerald Guido
You really don't even have to do that. True. The reason I mentioned XAMPP (Other than I love it) is that it comes with Mysql built in. As well as all the batch scripts you need to start up Tomcat, Mysql, Apache, FTP etc. and install them as services. It is pretty much a complete App stack that

SOT: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread Andy Matthews
I'm using jQuery to make a direct CFC call, with the optional returnFormat parameter. Here's the get call: $.get(coupons.cfc?method=getSingleCoupon, { couponid: couponid, siteid: siteid, returnFormat:'JSON' },function(d){ //

Re: Outputting columned UL tags

2008-08-14 Thread Matt Williams
On Thu, Aug 14, 2008 at 11:26 AM, Claude Schneegans [EMAIL PROTECTED] wrote: Besides...TABLEs are for tabular data. Sure you CAN put other stuff into them, but that wasn't their original intended purpose. IMO you are making a confusion between database tables and HTML tables. Just to agree

RE: Outputting columned UL tags

2008-08-14 Thread Andy Matthews
I wasn't asking for help in displaying the data in ULs vs LIs. What I was asking for was how to display it in a top to bottom, left to right format; rather than a left to right, top to bottom format. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread Josh Nathanson
The $.get method of jQuery should have the parameter dataType: 'json' or you can use $.getJSON. I think in your code it would default to xml or html datatype returned so that might be the problem. -- Josh - Original Message - From: Andy Matthews [EMAIL PROTECTED] To: CF-Talk

Re: SOT: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread Matt Williams
On Thu, Aug 14, 2008 at 11:39 AM, Andy Matthews [EMAIL PROTECTED] wrote: I'm using jQuery to make a direct CFC call, with the optional returnFormat parameter. d['DATA'][0][1]; But when I do so in Firefox, using Firebug I get the error: d.DATA has no properties coupons.js Line 68 What

RE: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread Andy Matthews
Nope... I'm specifying returnFormat: JSON as one of the parameters being sent to the CFC, but I can't seem to access the object coming back. It would appear that it's a generic object, but the instant I try to access any of the data inside the return variable, I get errors, or undefined.

Re: Outputting columned UL tags

2008-08-14 Thread William Seiter
Andy, Beautiful news for you!!! You can use either method and your 'display' will be correct. Loop over a td in a table or loop over a li in a ul that is formatted through CSS. The CSS method's main benefit to users is that the code is 'accessible' to screen readers, but you will need to

Re: javascript question

2008-08-14 Thread William Seiter
If the code isn't cross-browser compatible (not tested, probably is though) You could use the same concept to activate the javascript , when the javascript senses the key that was pressed, if it was the 'period' then have the element's 'tabindex' detected and then have the system 'focus()' on

Re: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread Josh Nathanson
Your console.log output is showing a string. If you set the $.get parameter dataType='json' or use $.getJSON, it will make this into an object whose properties you can access. You should see an object in the console rather than a string. I just had this issue the other day. -- Josh -

RE: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread Andy Matthews
The problem was that ColdFusion returns the JSON as a string and I wasn't evaluating the string into an object before trying to access it's contents: $.get(coupons.cfc?method=getSingleCoupon, { couponid: couponid, siteid: siteid, returnFormat:'JSON' },function(d){

Re: Free BlueDragon?

2008-08-14 Thread Don L
A quick thank-you note, you guys are awesome! Thank you. I've read a bit on this guy but still does not know anything substantial about it, installing it and playing it out is an option but if I could get some thoughts from someone has done that it would be very desirable for my decision

Re: Outputting columned UL tags

2008-08-14 Thread Claude Schneegans
then HTML tables are best used for database type information. No doubt about that. But the question here is should I use a table to output a list if I want it to look like a table, my answer is definitely YES. The only purpose on HTML is to define the layout of a page. If your layout requires

Re: Outputting columned UL tags

2008-08-14 Thread Claude Schneegans
Tables were intended to display tabular data. Correct, then if you want a list to be displayed as a tabular data, use a TABLE. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this

RE: Outputting columned UL tags

2008-08-14 Thread Dave Phillips
Why does this matter and why are we wasting bandwidth and time on this discussion? I'm sure that most people would agree that there are just some things in web development that are left up to the developer to choose and that there are almost always more than one way to do something? Why even

speaking of jQuery

2008-08-14 Thread Greg Morphis
Are the tutorials on jQuery.com accurate? The reason I ask is because I want to play around with jQuery, I downloaded the .js file. I placed it in /root/common/javascript/ named jquery.js I checked out the page on jQuery.com, How jQuery Works and nothing works... This works which means I'm using

Re: speaking of jQuery

2008-08-14 Thread Greg Morphis
Doh!! never mind.. the functions have to be placed in the document.ready function.. On Thu, Aug 14, 2008 at 1:02 PM, Greg Morphis [EMAIL PROTECTED] wrote: Are the tutorials on jQuery.com accurate? The reason I ask is because I want to play around with jQuery, I downloaded the .js file. I

RE: speaking of jQuery

2008-08-14 Thread Andy Matthews
Actually, some of them could be outside it. It depends on when the functions get called. If they're called as part of the page load, then yes. However, if the functions are called on user interaction, after the DOM is loaded, then you could probably put those outside. -Original Message-

RE: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread Andy Matthews
Josh... getJSON works perfectly. Thanks! -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 12:28 PM To: CF-Talk Subject: Re: Using jQuery to access the JSON that CF8 returns? Your console.log output is showing a string. If you set the

(ot) Radio Buttons and Subordinates

2008-08-14 Thread Steve LaBadie
I want to know if it is possible to take focus off of a radio button if someone selects a text box if it shares the same radio button label? O A O B O C O D Other Steve LaBadie, Web Manger East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301

Re: Apache + Virtual hosts with CF

2008-08-14 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In my httpd.conf file I have NameVirtualHost *:80 VirtualHost *:80 ~the first one is your default website and in my case points to the htdocs directory. All Other virtual host entries point to the document root of the website. /VirtualHost

Re: (ot) Radio Buttons and Subordinates

2008-08-14 Thread Charlie Griefer
via JS, you can loop over the radio button array, and set each one to selected = false... depending on your business rules, you may to do some validation to ensure that if they don't enter something for other, one of the radio buttons gets re-selected. script type=text/javascript function

RE: (ot) Radio Buttons and Subordinates

2008-08-14 Thread Steve LaBadie
Cool, Thanks Charles! Steve LaBadie, Web Manger East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu [EMAIL PROTECTED] -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 2:50 PM To: CF-Talk

Re: cfform validation for newbie

2008-08-14 Thread Christine Stephens
Hi Dave the line - if(oForm.discode.value != 'xyz123' oForm.discode.value != 'abc1234') { is giving an error - saying Expected ';' also i wanted to claify - i might not have been so clear in my request... the user could enter 1 of 2 possible entries into the non-required field... 'xyz123'

Re: Apache + Virtual hosts with CF

2008-08-14 Thread denstar
Here's how I set it up: I create a conf file, called: some.host.name.conf Filled with: VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /srv/www/somehost ServerName somehost.local ErrorLog /path/to/logdir/somehost-error.log CustomLog /path/to/logdir/somehost.log

RE: cfform validation for newbie

2008-08-14 Thread Dave Phillips
Sorry, I thought the field was required. Try this: if(oForm.discode.value.length 0 !(oForm.discount.value == 'xyz123' || oForm.discount.value == 'abc1234')) { This says if they enter a value, and that value is NOT 'xyz123' or 'abc1234', then display the error. If they don't enter a value, it

Re: Outputting columned UL tags

2008-08-14 Thread Matt Williams
On Thu, Aug 14, 2008 at 12:57 PM, Claude Schneegans [EMAIL PROTECTED] wrote: Tables were intended to display tabular data. Correct, then if you want a list to be displayed as a tabular data, use a TABLE. I hate to drag this out further, but there what if there was more to it than display?

Mail problem

2008-08-14 Thread Al Musella, DPM
I send out an opt-in medical newsletter.. that adheres to all of the rules.. recently yahoo blocked the from address from sending mail - no bounce backs - not put in spam folder - just deleted, for ALL mail going to yahoo.com.. from this email address. They do this occasionally, and I fill

Re: Mail problem

2008-08-14 Thread Alan Rother
Can people be this stupid? There is sadly no limit on how stupid people can get... If you need to see it for yourself, go work in retail for a weekend... =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

RE: Mail problem

2008-08-14 Thread Bob Imperial
And there's only so much stupidity you can program for :) -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 4:30 PM To: CF-Talk Subject: Re: Mail problem Can people be this stupid? There is sadly no limit on how stupid people can get... If

Re: Outputting columned UL tags

2008-08-14 Thread Claude Schneegans
I hate to drag this out further Me too... -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

RE: Mail problem

2008-08-14 Thread Dave Morris
Whenever I read a support mail that is incredibly dumb, I look for the @AOL.COM domain in the email address. It's usually right there. -Original Message- From: Al Musella, DPM [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2008 3:25 PM To: CF-Talk Subject: Mail problem

Re: Mail problem

2008-08-14 Thread Jochem van Dieten
Al Musella, DPM wrote: I send out an opt-in medical newsletter.. that adheres to all of the rules.. recently yahoo blocked the from address from sending mail - no bounce backs - not put in spam folder - just deleted, for ALL mail going to yahoo.com.. from this email address. They do

RE: Mail problem

2008-08-14 Thread Mark Kruger
Speaking of unhelpful email support messages I sometimes get this message in my email inbox: A message has been removed from this mailbox by an entity other than this program, probably by a virus scanner. This message is a replacement for the missing message. That's it... The whole banana..

RE: Mail problem

2008-08-14 Thread Jacob
Good luck with Yahoo. We had the same issue for over two years now. We have issues with emails in regards to customer orders, membership questions, and support information. No newsletter or anything like that. We try to email the customer, only to find out that they did not get our email because

Re: SOT: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread James Holmes
You need to JSON.parse() the result. On Fri, Aug 15, 2008 at 12:39 AM, Andy Matthews [EMAIL PROTECTED] wrote: I'm using jQuery to make a direct CFC call, with the optional returnFormat parameter. Here's the get call: $.get(coupons.cfc?method=getSingleCoupon, {

Re: Apache + Virtual hosts with CF

2008-08-14 Thread Kym Kovan
Stephen Adams wrote: Hi, I'm trying to set up VirtualHosts in apache for the cf sites I'm working on. My setup so far is I have apache2.2.9 installed, with cf8 running on Vista Home Premium. Both are working fine, the CF administrator runs fine everything is ok. When I installed CF I did

RE: Mail problem

2008-08-14 Thread Al Musella, DPM
I talked to Yahoo. They put us on a whitelist, but then people report us as spam, and they block us.They actually told me that the best thing to do is use certified mail.. for only a few thousand dollars a year, they will skip this nonsense and all mail gets through! At 07:35 PM

The next level...

2008-08-14 Thread Dave Phillips
Hi all, I've been developing CF applications for over 10 years now. I've architected applications as well, taking them from concept through design, development, and implementation. I am now interested in making the shift into management. I'm not quite sure how to proceed and how to present