Re: Shibboleth & Coldfusion
Isn't "Shibboleth" a Masonic password as well? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330207 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Shibboleth & Coldfusion
On Wed, Jan 27, 2010 at 7:47 PM, Leigh wrote: > >> As I recall, this is basically a web server auth plugin > > (OT: Totally not what I was expecting when I saw the word Shibboleth ... ;) LOL +1 -- Words derive their power from the original word. Meister Eckhart ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330206 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Throttling email
On Wed, Jan 27, 2010 at 10:36 PM, Al Musella, DPM wrote: > the question: how many messages can be sent per time span and get > through? Anyone work this out? We follow all of the rules with > double opt in, but have some really stupid people who report it as > spam when they mean to delete it. Most large email providers have Feedback Loop mechanisms to help route spam reports to you as unsubscribe notices. MSN/Hotmail's program is described at the following location: http://postmaster.msn.com/Services.aspx Participation in this program may (or may not) also open up the possibility for you to send more emails messages to them in a shorter amount of time. -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim: cameroncf email: camer...@gmail.com . ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330205 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Throttling email
I know this came up a while ago.. I know HOW to throttle email, but not how many per minute/hour is good.. I was doing great for a long time with sending 2000 messages a day to Hotmail and MSM.. I split them up by sending 25 at a time, every 5 minutes but I now am having problems with msm and Hotmail.. I asked them for help and they said: >Hotmail/Windows Live Mail limits the number of email messages a >particular IP can send within a time period. Based on an IP's >reputation (built based on various data sources) it is allotted an >allowed sending limit per unit of time. When an IP (sender) exceeds >its allowed limit, any further SMTP commands from the IP will >receive the SMTP error code 421 from Hotmail/Windows Live Mail and >the connection terminated. the question: how many messages can be sent per time span and get through? Anyone work this out? We follow all of the rules with double opt in, but have some really stupid people who report it as spam when they mean to delete it. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330204 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Shibboleth & Coldfusion
> As I recall, this is basically a web server auth plugin (OT: Totally not what I was expecting when I saw the word Shibboleth ... ;) ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330203 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: cfselect with binding problem if select multiple is "yes"
Les Mizzell wrote: > I should add... > > If I IGNORE the error - I can make multiple selections as needed and the > query works as expected when the form is submitted. Little more info finally: Error invoking CFC /email/art.cfc : The GROUPS_ID argument passed to the getGPDesc function is not of type numeric. OK - so when loading the page with this on it, what's difference when multiple="no" vs multiple="yes" in the below? Select a Group __ Information from ESET NOD32 Antivirus, version of virus signature database 4811 (20100127) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330202 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: cfselect with binding problem if select multiple is "yes"
I should add... If I IGNORE the error - I can make multiple selections as needed and the query works as expected when the form is submitted. > Here's my two selects. This is working - no problems... > > id="theCATS" >bind="cfc:art.getCATS()" >bindonload="yes"> >Select a Category > > > id="sendGROUP" >multiple="no" >queryPosition="below" >bind="cfc:art.getGROUPS({theCATS})" >bindattribute="HTML"> >Select a Group > > > > But - I need to be able to make *multiple* selections. If I change the > second select to allow multiples: > > id="sendGROUP" >multiple="yes" >queryPosition="below" > bind="cfc:art.getGROUPS({theCATS})" >bindattribute="HTML"> >Select a Group > > __ Information from ESET NOD32 Antivirus, version of virus signature database 4811 (20100127) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330201 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
cfselect with binding problem if select multiple is "yes"
Here's my two selects. This is working - no problems... Select a Category Select a Group But - I need to be able to make *multiple* selections. If I change the second select to allow multiples: Select a Group I get "Error invoking art.cfc. Internal Server Error ..." when loading the page. Not changing any other code anywhere else... Ideas? Digging into Google, but nothing useful so far... __ Information from ESET NOD32 Antivirus, version of virus signature database 4811 (20100127) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330200 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: Email blast product to replace iMS
Hi Kris, I am in the same boat. Coolfusion/infusion seems to have just disappeared. Its too bad cause I love there mailserver. I wish they would release it open source or sell the company/product or something. They seem to have just gone out of business (but the website is still up), without so much as a whisper... Are your IMS mail servers still running/working? Brook -Original Message- From: Kris Jones [mailto:kris.jon...@verizon.net] Sent: January-25-10 12:24 PM To: cf-talk Subject: Email blast product to replace iMS What are folks using for blasting hundreds of thousands of emails a day? We've been using iMS, but the product needs attention and the company/support is unreachable (website is nonfunctional). We need to be able to integrate w/ ColdFusion. Speed is an essential requirement. Cheers, Kris ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330199 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: CF9 cfquery not giving same insert results as CF7
I am curious, does the query use the NOCOUNT and @@identity SQL commands?? SET NOCOUNT ON insert into users_printprofiles ( ) values( ) select newid=@@identity SET NOCOUNT OFF Brook -Original Message- From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: January-27-10 1:26 PM To: cf-talk Subject: Re: CF9 cfquery not giving same insert results as CF7 OK, so it turns out that this is a known issue that came into effect between CF 7 and CF 8. I can do one of three things here. 1. replace the name attribute with the result attribute: becomes 2. add a result attribute of the same name to the cfquery becomes 3. use a 'generic' result value to the cfquery becomes The problem that I see is that I don't know everywhere that the query results will be used. Is anything returned to the 'name' variable of the query? If not, then will removing it cause some other unforeseen effect? (experiments so far say no) Will the use of both a name and a result conflict? (experiments so far say no) How will all this interact with Fusebox? Is the results of a query in an act_ page supposed to be 'exposed' to the dsp_ page? If anyone has a clue or two on which way I should go on this, please let me know. I've got to fix this in almost 700 places (the client site is a royal mess of backed up and copied code) and a single, standard approach is what I need. Luckily, the RegEx to find all of the locations took 60 seconds to write. Literally. The hard is fast, the easy is slow. How standard for me. :) -- Michael >I just ran into this and while it's new to me, I'm sure it's old news >to others here. I'm looking at someones code from CF 7 where they have >a cfquery inserting a record. The cfquery tag only has a name and a >datasource. Immediately after the tag, there is a cfset that makes use >of the query's name and the name of the identity field of the table >that the data was inserted into. > > >insert ... > > > >In CF 7, the newid would be the id of the newly inserted record. In CF >9 all I get is an error. If I use a result attribute rather than a >name attribute, I get a structure with the identity result buried in >it. > >So here's the question. If it worked in 7 and not in 9, is there a >simple fix to make it work like it did in 7 again? I'd rather not have >to recode a whole slew of insert statements. > >Thanks > >-- >Michael ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330198 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: CF9 cfquery not giving same insert results as CF7
Depending on the database, you could also try just adding: SELECT identityfield = SCOPE_IDENTITY() to the end of the insert queries, this one is SQL Server specific though. ~Mahcsig On Wed, Jan 27, 2010 at 1:25 PM, Michael Dinowitz < mdino...@houseoffusion.com> wrote: > > OK, so it turns out that this is a known issue that came into effect > between CF 7 and CF 8. I can do one of three things here. > > 1. replace the name attribute with the result attribute: > becomes > > 2. add a result attribute of the same name to the cfquery > becomes result="AddAgent"> > > 3. use a 'generic' result value to the cfquery > becomes result="QueryResult"> > > The problem that I see is that I don't know everywhere that the query > results will be used. > Is anything returned to the 'name' variable of the query? If not, then will > removing it cause some other unforeseen effect? (experiments so far say no) > Will the use of both a name and a result conflict? (experiments so far say > no) > How will all this interact with Fusebox? Is the results of a query in an > act_ page supposed to be 'exposed' to the dsp_ page? > > If anyone has a clue or two on which way I should go on this, please let me > know. I've got to fix this in almost 700 places (the client site is a royal > mess of backed up and copied code) and a single, standard approach is what I > need. Luckily, the RegEx to find all of the locations took 60 seconds to > write. Literally. > > The hard is fast, the easy is slow. How standard for me. :) > > -- > Michael > > >I just ran into this and while it's new to me, I'm sure it's old news > >to others here. I'm looking at someones code from CF 7 where they have > >a cfquery inserting a record. The cfquery tag only has a name and a > >datasource. Immediately after the tag, there is a cfset that makes use > >of the query's name and the name of the identity field of the table > >that the data was inserted into. > > > > > >insert ... > > > > > > > >In CF 7, the newid would be the id of the newly inserted record. In CF > >9 all I get is an error. If I use a result attribute rather than a > >name attribute, I get a structure with the identity result buried in > >it. > > > >So here's the question. If it worked in 7 and not in 9, is there a > >simple fix to make it work like it did in 7 again? I'd rather not have > >to recode a whole slew of insert statements. > > > >Thanks > > > >-- > >Michael > > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330197 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: CF9 cfquery not giving same insert results as CF7
OK, so it turns out that this is a known issue that came into effect between CF 7 and CF 8. I can do one of three things here. 1. replace the name attribute with the result attribute: becomes 2. add a result attribute of the same name to the cfquery becomes 3. use a 'generic' result value to the cfquery becomes The problem that I see is that I don't know everywhere that the query results will be used. Is anything returned to the 'name' variable of the query? If not, then will removing it cause some other unforeseen effect? (experiments so far say no) Will the use of both a name and a result conflict? (experiments so far say no) How will all this interact with Fusebox? Is the results of a query in an act_ page supposed to be 'exposed' to the dsp_ page? If anyone has a clue or two on which way I should go on this, please let me know. I've got to fix this in almost 700 places (the client site is a royal mess of backed up and copied code) and a single, standard approach is what I need. Luckily, the RegEx to find all of the locations took 60 seconds to write. Literally. The hard is fast, the easy is slow. How standard for me. :) -- Michael >I just ran into this and while it's new to me, I'm sure it's old news >to others here. I'm looking at someones code from CF 7 where they have >a cfquery inserting a record. The cfquery tag only has a name and a >datasource. Immediately after the tag, there is a cfset that makes use >of the query's name and the name of the identity field of the table >that the data was inserted into. > > >insert ... > > > >In CF 7, the newid would be the id of the newly inserted record. In CF >9 all I get is an error. If I use a result attribute rather than a >name attribute, I get a structure with the identity result buried in >it. > >So here's the question. If it worked in 7 and not in 9, is there a >simple fix to make it work like it did in 7 again? I'd rather not have >to recode a whole slew of insert statements. > >Thanks > >-- >Michael ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330196 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: (ot) Adobe error messages
Oh, they aren't for public relations. If that were true, they would be much more polished and look functional even if they weren't. And they do have reasonable bug tracking mechanisms for software in development. If you are in a closed beta, the feedback tools there work. Once a product ships, however, there seems to no longer be any interest whatsoever. Judah On Wed, Jan 27, 2010 at 10:01 AM, Rick Faircloth wrote: > > The reality of Adobe's feedback and bug tracker mechanisms indicate that > these mechanisms are only for public relations, not true attempts at > understanding > what people want, need, or how they feel about current Adobe priorites... > > Rick > > > - > .sounds like the current executive administration in Washington, D.C. > > > -Original Message- > From: Qing Xia [mailto:txiasum...@gmail.com] > Sent: Wednesday, January 27, 2010 11:47 AM > To: cf-talk > Subject: Re: (ot) Adobe error messages > > > I submitted to this portal as well and was raving mad afterwards. (well, > maybe that was an exaggeration). > > They took my submission--and even had a dropdown for me to select the CF > server version--but afterwards I saw ONLY CF9 errors are displayed. I can't > even find my own submission when trying to search for it. How very user > un-friendly. Talking about black hole... > > On Wed, Jan 27, 2010 at 11:33 AM, wrote: > >> >> The Adobe go/wish form is a black hole. The only ColdFusion bug tracker >> I know of that is public and allows voting is the CF9 bug tracker: >> >> http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html >> >> Frankly, I don't know why >> 1) It has such an ugly url >> 2) It's so darn hard to find (I have to Google for several minutes to >> find the stupid thing every time) >> 3) And it only seems to apply to CF9 ("Adobe Beta Software or related >> documentation") >> >> ~Brad >> >> Original Message >> Subject: Re: (ot) Adobe error messages >> From: Qing Xia >> Date: Tue, January 26, 2010 4:11 pm >> To: cf-talk >> >> >> > >> > >> > What NULL ? We're talking about the log file, not the tag.Regardless, > log >> > it in Adobe's bug tracker and then post back with the number >> > so other people can vote for it. >> > >> > I did submit it to the wish list at >> > https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform, but I >> don't >> > believe I was given a confirmation number. >> >> >> >> > > > > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330195 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Shibboleth & Coldfusion
> Anyone out there done a shibboleth single-sign on implementation with > a Coldfusion-powered web site? No. But, I did provide some input on using Shibboleth with a hosted Connect server, for Duke University in fact. As I recall, this is basically a web server auth plugin, so once your web server is properly configured, login info should be available in the CGI scope (CGI.AUTH_USER). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330194 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Parsing a geocode response
Not quite sure what you are doing but I needed to get lat & lon off an address for a dealer locator I was fixing last night and came up with a jquery version which might be simpler then doing what you are asking... using google geocoder http://www.deliciouscoding.com/post.cfm?entry=jquery-getting-a-latitude-amp-longitude-from-address ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330193 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Shibboleth & Coldfusion
Anyone out there done a shibboleth single-sign on implementation with a Coldfusion-powered web site? Looks like i'm going to be doing this soon... Rick ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330192 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: imap.cfc
On Wed, Jan 27, 2010 at 7:06 AM, Richard Meredith-Hardy wrote: > > Before I start messing with it, can someone tell me if the imap.cfc at > > http://www.opensourcecf.com/CFOpenMail/imapcfc_view.cfm > > is the latest version and works OK on CF8? That one really needs work to be functional. There's something similar that Rick and I have done some work on, that has unit tests that work with GMail (getting folders, sending mail using TLS, etc.). If it does not work with CF8, making it work should be a pretty simple matter of making sure that var scoped variables are at the top, and using structNew() vs. any cf9 structure creation syntax, etc .. If I can find my cf8 libs, I can give it a whirl, as there's some other stuff I want to test too, but if you get it to work before then, send me the changes and I'll commit them. As for the number of folders, I think the only limit is at the SMTP server. With the cfjavamail source, it should be pretty easy to add caching and whatnot for folder lookups and what have you. http://trac.getrailo.org/railotags/wiki/CfJavaMail :den -- We are celebrating the feast of the Eternal Birth which God the Father has borne and never ceases to bear in all eternity... But if it takes not place in me, what avails it? Everything lies in this, that it should take place in me. Meister Eckhar ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330191 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
CF9 cfquery not giving same insert results as CF7
I just ran into this and while it's new to me, I'm sure it's old news to others here. I'm looking at someones code from CF 7 where they have a cfquery inserting a record. The cfquery tag only has a name and a datasource. Immediately after the tag, there is a cfset that makes use of the query's name and the name of the identity field of the table that the data was inserted into. insert ... In CF 7, the newid would be the id of the newly inserted record. In CF 9 all I get is an error. If I use a result attribute rather than a name attribute, I get a structure with the identity result buried in it. So here's the question. If it worked in 7 and not in 9, is there a simple fix to make it work like it did in 7 again? I'd rather not have to recode a whole slew of insert statements. Thanks -- Michael ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330190 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: (ot) Adobe error messages
The reality of Adobe's feedback and bug tracker mechanisms indicate that these mechanisms are only for public relations, not true attempts at understanding what people want, need, or how they feel about current Adobe priorites... Rick - .sounds like the current executive administration in Washington, D.C. -Original Message- From: Qing Xia [mailto:txiasum...@gmail.com] Sent: Wednesday, January 27, 2010 11:47 AM To: cf-talk Subject: Re: (ot) Adobe error messages I submitted to this portal as well and was raving mad afterwards. (well, maybe that was an exaggeration). They took my submission--and even had a dropdown for me to select the CF server version--but afterwards I saw ONLY CF9 errors are displayed. I can't even find my own submission when trying to search for it. How very user un-friendly. Talking about black hole... On Wed, Jan 27, 2010 at 11:33 AM, wrote: > > The Adobe go/wish form is a black hole. The only ColdFusion bug tracker > I know of that is public and allows voting is the CF9 bug tracker: > > http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html > > Frankly, I don't know why > 1) It has such an ugly url > 2) It's so darn hard to find (I have to Google for several minutes to > find the stupid thing every time) > 3) And it only seems to apply to CF9 ("Adobe Beta Software or related > documentation") > > ~Brad > > Original Message > Subject: Re: (ot) Adobe error messages > From: Qing Xia > Date: Tue, January 26, 2010 4:11 pm > To: cf-talk > > > > > > > > What NULL ? We're talking about the log file, not the tag.Regardless, log > > it in Adobe's bug tracker and then post back with the number > > so other people can vote for it. > > > > I did submit it to the wish list at > > https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform, but I > don't > > believe I was given a confirmation number. > > > > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330189 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: (ot) Mailing lists and/or support forums for PHP
Thank you for reading my mind Jordan. Actually that *is* what I am looking for had I the wherewithal to express myself properly. Though just not in paper back. I have a personal adage: "It is not what you know, nor is it who you know. It is who you know who knows what you need to know." The right question to the right person is priceless. I will check out Stack Overflow. A lot of my searches ended up being solved there anyways. I am a big fan of Joel on Software. *That man* can express himself exquisitely. Again, thank you all for your help. G! On Wed, Jan 27, 2010 at 12:01 PM, Jordan Michaels wrote: > > Whenever I'm forced to work with PHP code I have a book that I like to > reference. I know this isn't what you were asking, but in general I'm > able to find every function, etc, I want using this book: > > http://www.amazon.com/Core-PHP-Programming-Leon-Atkinson/dp/013020787X > > It organizes the functions really nicely so that I can just browse > through approximations of what I want to do (graphic manipulations, data > set looping, etc) and find the function/code that looks like will do > what I want the best. > > Again, I know this is not what you were asking, but this book helps me > in those "I know what I want it to do, how do I make it do it" times > without having to wait for someone to respond to a forum or mailing list. > > Hope this helps. > > Warm regards, > Jordan Michaels > Vivio Technologies > http://www.viviotech.net/ > Open BlueDragon Steering Committee > Railo Community Distributions > > > -- Gerald Guido http://www.myinternetisbroken.com "Wait. We can't stop here. This is bat country." -- HST ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330188 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: (ot) Mailing lists and/or support forums for PHP
Whenever I'm forced to work with PHP code I have a book that I like to reference. I know this isn't what you were asking, but in general I'm able to find every function, etc, I want using this book: http://www.amazon.com/Core-PHP-Programming-Leon-Atkinson/dp/013020787X It organizes the functions really nicely so that I can just browse through approximations of what I want to do (graphic manipulations, data set looping, etc) and find the function/code that looks like will do what I want the best. Again, I know this is not what you were asking, but this book helps me in those "I know what I want it to do, how do I make it do it" times without having to wait for someone to respond to a forum or mailing list. Hope this helps. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Gerald Guido wrote: > Thank you.. I know what I want to do but I am not sure the best (if that > even exists) way to get PHP to do it. I am getting to the point where it > would be great to ask people questions who know PHP like the back of their > hand (like cf-talk is to CF). I have have my old "Programmers guide to PHP > 4" but that just scratchs the surface. > > I know my grammar sucks. LD's are a bitch. ;) > > Thanx > G! > > On Wed, Jan 27, 2010 at 8:49 AM, Peter Boughton wrote: > >> Don't limit yourself to looking specifically for a PHP community. >> >> Go for a general programming community, to learn concepts in a general >> fashion, and (if necessary) then use the PHP manual to learn specific >> syntax/etc. (Although most general communities will have PHP users anyway.) >> >> And for that, Stack Overflow (http://www.stackoverflow.com) can be a good >> source of knowledge - you do need to be wary of quick-but-inaccurate answers >> from people hunting for points - but (once you're not asking something >> obscure) you'll likely have a good answer within 24 hours. >> >> > > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330187 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: (ot) Adobe error messages
I submitted to this portal as well and was raving mad afterwards. (well, maybe that was an exaggeration). They took my submission--and even had a dropdown for me to select the CF server version--but afterwards I saw ONLY CF9 errors are displayed. I can't even find my own submission when trying to search for it. How very user un-friendly. Talking about black hole... On Wed, Jan 27, 2010 at 11:33 AM, wrote: > > The Adobe go/wish form is a black hole. The only ColdFusion bug tracker > I know of that is public and allows voting is the CF9 bug tracker: > > http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html > > Frankly, I don't know why > 1) It has such an ugly url > 2) It's so darn hard to find (I have to Google for several minutes to > find the stupid thing every time) > 3) And it only seems to apply to CF9 ("Adobe Beta Software or related > documentation") > > ~Brad > > Original Message > Subject: Re: (ot) Adobe error messages > From: Qing Xia > Date: Tue, January 26, 2010 4:11 pm > To: cf-talk > > > > > > > > What NULL ? We're talking about the log file, not the tag.Regardless, log > > it in Adobe's bug tracker and then post back with the number > > so other people can vote for it. > > > > I did submit it to the wish list at > > https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform, but I > don't > > believe I was given a confirmation number. > > > > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330186 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: (ot) Adobe error messages
The Adobe go/wish form is a black hole. The only ColdFusion bug tracker I know of that is public and allows voting is the CF9 bug tracker: http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html Frankly, I don't know why 1) It has such an ugly url 2) It's so darn hard to find (I have to Google for several minutes to find the stupid thing every time) 3) And it only seems to apply to CF9 ("Adobe Beta Software or related documentation") ~Brad Original Message Subject: Re: (ot) Adobe error messages From: Qing Xia Date: Tue, January 26, 2010 4:11 pm To: cf-talk > > > What NULL ? We're talking about the log file, not the tag.Regardless, log > it in Adobe's bug tracker and then post back with the number > so other people can vote for it. > > I did submit it to the wish list at > https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform, but I don't > believe I was given a confirmation number. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330185 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Drop down subselect
Without going into coding detail, here is (my) theory: assuming you are on CF8, you can easily use cfselect data binding to make the two selects related. Then you can use jQuery (or plain old JavaScript) to "toggle" the 2nd select so that it is only visible when something from the first select is selected. Or better yet, enforce the related dropdown logic with jQuery as well. On Wed, Jan 27, 2010 at 8:37 AM, Keith McGee wrote: > > I have a drop down with a list of values, when the user selects a value I > need to display another list of values in a drop down associated with the > value they selected. I can do this reloading the page, but I want to do this > with out reloading the page. > > table a > subjectID subject description > > table b > sub_subjectID subjectID sub_subject description > > any suggestions > > Thanks > Keith > > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330184 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: (ot) Mailing lists and/or support forums for PHP
Well I can't comment on how good the PHP devs are, but in general SO users tend to figure out the intent fairly well - and it has the benefit of allowing edits and comments to clarify things further. One way to test how well (any) community works: ask a question you've already figured out, maybe even being deliberately vague, and see how good the responses are. :) ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330183 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: (ot) Mailing lists and/or support forums for PHP
Thank you.. I know what I want to do but I am not sure the best (if that even exists) way to get PHP to do it. I am getting to the point where it would be great to ask people questions who know PHP like the back of their hand (like cf-talk is to CF). I have have my old "Programmers guide to PHP 4" but that just scratchs the surface. I know my grammar sucks. LD's are a bitch. ;) Thanx G! On Wed, Jan 27, 2010 at 8:49 AM, Peter Boughton wrote: > > Don't limit yourself to looking specifically for a PHP community. > > Go for a general programming community, to learn concepts in a general > fashion, and (if necessary) then use the PHP manual to learn specific > syntax/etc. (Although most general communities will have PHP users anyway.) > > And for that, Stack Overflow (http://www.stackoverflow.com) can be a good > source of knowledge - you do need to be wary of quick-but-inaccurate answers > from people hunting for points - but (once you're not asking something > obscure) you'll likely have a good answer within 24 hours. > > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330182 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
imap.cfc
Before I start messing with it, can someone tell me if the imap.cfc at http://www.opensourcecf.com/CFOpenMail/imapcfc_view.cfm is the latest version and works OK on CF8? Has anyone some sample implementation code I can look at? Perhaps more to the point, would this work?: Client wants to file emails by a job reference number. User sends out a SMTP email from CF app with this number automatically included in the subject and/or body. Sent email is copied to an auto-generated IMAP folder based on ref. no. Recipient replies, mail comes into IMAP inbox. CF looks at this inbox from time to time, and moves recognized emails to the appropriate IMAP folder based on ref. no. or to an 'unallocated' folder for items to be dealt with manually. Once the job is complete, folder is moved to an archive folder. Advantages: Keeps all emails (received & sent) pertaining to a job in one place, off the CF server. Everything accessible from anywhere using ordinary email clients. Disadvantages: This is an enterprise app, would 1000 or so active job folders be totally unmanageable? Tech problems achieving this? Thanks! Richard ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330181 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: (ot) Mailing lists and/or support forums for PHP
Don't limit yourself to looking specifically for a PHP community. Go for a general programming community, to learn concepts in a general fashion, and (if necessary) then use the PHP manual to learn specific syntax/etc. (Although most general communities will have PHP users anyway.) And for that, Stack Overflow (http://www.stackoverflow.com) can be a good source of knowledge - you do need to be wary of quick-but-inaccurate answers from people hunting for points - but (once you're not asking something obscure) you'll likely have a good answer within 24 hours. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330180 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: (ot) Mailing lists and/or support forums for PHP
>I really love how people do not read the post in question. Huh? I did read the question. Looking back it seems both Sebastiaan and I misread the (badly structured) second paragraph in the post and assumed he was asking for a software package. The subject and question are both ambiguously worded, so it's an easy mistake. Anyway, I'll go answer for what he was really asking for... ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330179 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Drop down subselect
I have a drop down with a list of values, when the user selects a value I need to display another list of values in a drop down associated with the value they selected. I can do this reloading the page, but I want to do this with out reloading the page. table a subjectID subject description table b sub_subjectID subjectID sub_subject description any suggestions Thanks Keith ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330178 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Colfusion 8 on Tomcat 6 server wide
Ive searched extensively for an answer to this question, but haven't found an answer. What I need is a coldfusion war install on tomcat6 in order to run CF applications packaged as WAR's beside the main coldfusion installation. So in the webapps directory you have: cfusion (coldfusion application + administrator) cfapp1 cfapp2 ... I figure there has to be a way to make the Coldfusion servlet's server wide so every installed application can use these jars to process its cfm/cfc files. The source below is about as far as anyone has gotten with Coldfusion8 and tomcat: http://www.justicesolutionsllc.com/blogcfm/1/2008/02/Taming-the-CatTomcat-and-Coldfusion-8.cfm Any clues are greatly appreciated! Thanks for reading. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330177 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: cfscript for cfsetting
That's the rub "theoretically everything" ;) Hopefully it will continue to grow until it hits 100%. On Wed, Jan 27, 2010 at 5:24 AM, Scott Brady wrote: > > Which would be odd, since I believe the claim for CF9 was that you can > theoretically do everything in cfscript (though writing queries blows > in it, you can still do it). > > Scott > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330176 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: (ot) Mailing lists and/or support forums for PHP
I really love how people do not read the post in question. *sigh* -Original Message- From: Peter Boughton [mailto:bought...@gmail.com] Sent: Wednesday, 27 January 2010 9:15 PM To: cf-talk Subject: Re: (ot) Mailing lists and/or support forums for PHP Beehive Forum is the best forum software, and it happens to be PHP. :) ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330175 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: CF Locale
On 1/27/2010 5:45 PM, A D wrote: > -Duser.language=en_GB -Duser.region=en_GB. that's the locale ID, it should be something like: -Duser.language=en -Duser.region=GB > The default was english US and it won't change to English UK. I've also > tried English (UK) as the arg. you know this will affect everything right? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330174 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: cfscript for cfsetting
Which would be odd, since I believe the claim for CF9 was that you can theoretically do everything in cfscript (though writing queries blows in it, you can still do it). Scott On Tue, Jan 26, 2010 at 1:17 PM, Jason Durham wrote: > > That link is for the CFML equivalents in CFScript. If it's not there... > there is no equivalent. :) > -- - Scott Brady http://www.scottbrady.net ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330173 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
cfgrid display error
Hello, I am new to using cfgrid and tried using a modified tutorial example (e.g. http://tutorial1.learncf.com/). When I run the code, I only get an empty grid (with column names on top row and page number on the bottom row). The &cfdebug shows the query is returning the query data in the grid format with the end data shown below: function: getStaff , arguments: {"page":1,"pagesize":7,"gridsortcolumn":"","gridsortdirection":""} info:LogReader: LogReader initialized info:global: Logger initialized Please let me know if you might know why there is missing grid data? Many thanks! ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330172 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
CF Locale
Hi Im trying to set the locale via the CF 8 admin by adding args to the JVM as described in the docs: -Duser.language=en_GB -Duser.region=en_GB. The default was english US and it won't change to English UK. I've also tried English (UK) as the arg. Any help appreciated. Thanks ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330171 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: (ot) Mailing lists and/or support forums for PHP
Beehive Forum is the best forum software, and it happens to be PHP. :) ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330170 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: (ot) Adobe error messages
On Tuesday 26 Jan 2010, Qing Xia wrote: > > I did submit it to the wish list at > > https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform, but I don't > > believe I was given a confirmation number. Yeah, the bug tracker is now totally broken, as opposed to mearly being nearly useless. -- Helping to proactively engineer networks as part of the IT team of the year 2010, '09 and '08 This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of members is available for inspection at the registered office together with a list of those non members who are referred to as partners. We use the word partner to refer to a member of the LLP, or an employee or consultant with equivalent standing and qualifications. Regulated by the Solicitors Regulation Authority. CONFIDENTIALITY This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500. For more information about Halliwells LLP visit www.halliwells.co ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330169 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: (ot) Mailing lists and/or support forums for PHP
2010/1/27 Sebastiaan GMC van Dijk : > had never even heard of CF_talk You just posted on it... mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330168 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: (ot) Mailing lists and/or support forums for PHP
phpBB is a good Forum-tool had never even heard of CF_talk, only Galleon by Ray Camden _ Få nye Windows Live Messenger. http://download.live.com/messenge ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330167 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4