Mail Server Software

2010-05-10 Thread Dan Pacitti
Does anybody know of a good mail server with some sort of SQL or CF integration? A few years back we were looking at IMS mail server. Thanks DanP ~| Order the Adobe Coldfusion Anthology now!

Re: ColdFusion 9 binding cfgrid

2010-05-10 Thread Raymond Camden
What does Firebug or Chrome's Dev Tools show you in the HTTP request? Is CF Debugging on? On Sun, May 9, 2010 at 2:41 PM, Alteria ljschab...@verizon.net wrote: I am having some issues figuring this one out. The code was all working with ColdFusion 8, then we moved to a CF 9 server and

Re: Return single pages from a PDF

2010-05-10 Thread Raymond Camden
Well, you can get the text from PDFs, and this is per page, so you could index that. It's trivial in CF9, slightly harder in CF8 unless you use pdfUtils.cfc from RIAForge. On Sun, May 9, 2010 at 10:44 PM, Dave Watts dwa...@figleaf.com wrote: The pdf is over 30K pages, i need to return the

Re: Mail Server Software

2010-05-10 Thread Marc Funaro
Does anybody know of a good mail server with some sort of SQL or CF integration? A few years back we were looking at IMS mail server. Not sure what type of integration you're looking to accomplish, but we have had a great experience with SmarterMail (http://www.smartertools.com) overall,

Force/Trigger Ajax refresh on each keystroke

2010-05-10 Thread Alan McKeen
I am designing a user-filtered list using Ajax. I have two components on the form: cfinput and cfselect. I need the cfselect to refresh with each keystroke the user types in the cfinput, but the Ajax bind doesn't trigger until the cfinput loses focus. How can I cause the cfselect to refresh

Re: CF9 Developer Edition and Verity?

2010-05-10 Thread Rob Barthle
Thank you to everyone, especially Dave. I have it working. Solution posted here: http://www.barthle.com/blog/post.cfm/what-i-learned-today-have-your-cf9-on-os-x-and-your-verity-too ~| Order the Adobe Coldfusion Anthology

Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Matthew Lowrey
Thanks Tony I was looking more for styling the debugging information not just show/hiding (which worked great by the way). I'm hoping to either find and open the debugging file or finding some kind of CSS/JQuery code that will put a styled layer over top of the boring classic debugging text.

Re: Force/Trigger Ajax refresh on each keystroke

2010-05-10 Thread Azadi Saryev
in cfselect's bind attribute add the event you want the binding to react to: bind=cfc:.({your-cfinput-n...@keyup) Azadi On 10/05/2010 23:07, Alan McKeen wrote: I am designing a user-filtered list using Ajax. I have two components on the form: cfinput and cfselect. I need the

Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Rob Barthle
Why not use Firebug and ColdFire and not have to worry about hiding anything? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion

Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Rob Barthle
On a local development box, I see no reason to not use ColdFire. I have found no issues with it at all in the months I have been using it. You never have to worry about CF debugging messing with your design, that is the single biggest reason I use it. I like the variables tab to quickly dump

Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Azadi Saryev
isn't coldfire only usable in firefox browser? does it work with firebug lite? Azadi On 10/05/2010 23:30, Rob Barthle wrote: On a local development box, I see no reason to not use ColdFire. I have found no issues with it at all in the months I have been using it. You never have to worry

Re: Mail Server Software

2010-05-10 Thread Jochem van Dieten
On Mon, May 10, 2010 at 2:53 PM, Dan Pacitti wrote: Does anybody know of a good mail server with some sort of SQL or CF integration? If you just want an MTA try Postfix. If you want an MDA too add Dovecot to it. Jochem -- Jochem van Dieten http://jochem.vandieten.net/

Re: Mail Server Software

2010-05-10 Thread Carey Duryea
Does anybody know of a good mail server with some sort of SQL or CF integration? If you just want an MTA try Postfix. If you want an MDA too add Dovecot to it. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ i know MTA means mail transfer agent, whats MDA mean?

Re: Mail Server Software

2010-05-10 Thread Carey Duryea
Does anybody know of a good mail server with some sort of SQL or CF integration? If you just want an MTA try Postfix. If you want an MDA too add Dovecot to it. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ i know MTA means mail transfer agent, whats MDA mean?

Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Jason Fisher
If you just want to style it, the template (on CF8) can be found here: C:\ColdFusion8\wwwroot\WEB-INF\debug\classic.cfm I don't usually reskin the output, but I often tweak, for instance to suppress the CGI.auth_password etc. Fellow CFers: I have been developing using the wonderful tools

Re: Force/Trigger Ajax refresh on each keystroke

2010-05-10 Thread Alan McKeen
That was exactly what I needed. Thank you! in cfselect's bind attribute add the event you want the binding to react to: bind=cfc:.({your-cfinput-n...@keyup) Azadi On 10/05/2010 23:07, Alan McKeen wrote: I am designing a user-filtered list using Ajax. I have two

Re: Force/Trigger Ajax refresh on each keystroke

2010-05-10 Thread Alan McKeen
That was exactly what I needed. Thank you! in cfselect's bind attribute add the event you want the binding to react to: bind=cfc:.({your-cfinput-n...@keyup) Azadi On 10/05/2010 23:07, Alan McKeen wrote: I am designing a user-filtered list using Ajax. I have two

Re: Mail Server Software

2010-05-10 Thread Judah McAuley
MDA is Mail Delivery Agent. If you are familiar with *nix systems, procmail and maildrop are MDAs. Judah On Mon, May 10, 2010 at 12:52 PM, Carey Duryea ca...@keepingitgreen.net wrote: Does anybody know of a good mail server with some sort of SQL or CF integration? If you just want an MTA

ISO Certification and CF

2010-05-10 Thread Brian Thornton
Has anyone else gone through the ISO certification process? What was your biggest headaches on the security side of the apps? ~| Order the Adobe Coldfusion Anthology now!

Re: CF9 Developer Edition and Verity?

2010-05-10 Thread Adam Haskell
It might be worth noting that Verity support is going to get dropped at some point in the future, you might want to investigate using Solr instead of Verity. Adam On Mon, May 10, 2010 at 11:08 AM, Rob Barthle r...@barthle.com wrote: Thank you to everyone, especially Dave. I have it working.

Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Matthew Lowrey
Thanks Rob I was just a little iffy on putting something on the server and I didn't want to go through the trouble of getting our IT department to put it up on our developement servers and me using it to find out it has some hidden code that mess's up your servers or it just doesn't work.

Re: Mail Server Software

2010-05-10 Thread Dan Blickensderfer
Dan P, I use hmailserver it has a MySQL database back end and it's free. It's windows only and you can download it from www.hmailserver.com I have some cf apps that I wrote and use that database to make changes. It works quite well. Dan B - Original Message - From: Dan Pacitti

Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Raymond Camden
Nope, just Firebug. On Mon, May 10, 2010 at 10:43 AM, Azadi Saryev azadi.sar...@gmail.com wrote:  isn't coldfire only usable in firefox browser? does it work with firebug lite? Azadi On 10/05/2010 23:30, Rob Barthle wrote: On a local development box, I see no reason to not use ColdFire.

Re: ISO Certification and CF

2010-05-10 Thread success
Sorry if this is off topic but which ISO cert deals with security? --Original Message-- From: Brian Thornton To: cf-talk@houseoffusion.com ReplyTo: cf-talk@houseoffusion.com Subject: ISO Certification and CF Sent: May 10, 2010 2:52 PM Has anyone else gone through the ISO certification

Re: ISO Certification and CF

2010-05-10 Thread Eric J. Hoffman
I was wondering the same myself. Could learn something new maybe. Regards, Eric J. Hoffman Managing Partner, EJH Associates, LLC Phone: 651.717.4105 Cell: 612.819.3017 Blackberry: 612.321.1760 Virtual Fax: 651.344-4329 Meeting Room: http://meet.ejhassociates.com/eric Adobe Solutions

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-10 Thread James Holmes
http://www.asus.com.au/product.aspx?P_ID=KIqtSJ1aVsmVpeqS Cheaper than the iPad, supports multi-touch on Win7. The keyboard is a good thing and you can get rid of it when you don't need it. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ On 6 May 2010 13:12,

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-10 Thread Judah McAuley
I have seen the AsusTek before and that was why I said no vendor of note. The AsusTek isn't bad but it is also true that most people have never heard of them either. I'm not terribly keen on that solution because it runs a smaller screen dimension (width and height) while being over twice as