Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Byron Mann
Imap for Gmail has a 15 connection limit for an account. I'm wondering (as others) of this is simply something similar for smtp. It is quite feasible Gmail is throttling connections from a single ip or subnet where the hostek server resides. Maybe some previous abuse by the ip. Now that you

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Andrew Scott
Byron, to be honest this is something that I am not familiar with and have left that stuff up to Hostek. I have passed this thread on to Hostek to maybe provide more details and maybe get some other perspective on this problem. But from what Hostek have told me, even if the maintain connections

Location of custom channel endpoint URI

2013-08-29 Thread Chris Velevitch
For a specific CF server, I've been asked to use the following channel definition:- channel-definition id=custom-secure-polling-amf class=mx.messaging.channels.SecureAMFChannel endpoint uri=https://{server.name}:{server.port}{context.root}/flex2gateway/customsecurepollingamf;

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Russ Michaels
Ah yes I forgot there is no longer a free version. But it is worth paying for if youbojly have 1 or 2 users then it is cheap. otherwise your best best is to use some other domain temporarilyfor 30 days which you can use to reproduce the problem. Russ Michaels www.michaels.me.uk

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Russ Michaels
Yes because as I also suggested yesterday if this is a connection limit issue then maintaining the connection would he the cause. The cname makes no difference to that because you are still connecting to the same server, the cname is just an alias. Russ Michaels www.michaels.me.uk

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Andrew Scott
Russ, do you know if the connection limit has changed in the last 6 weeks? If it hasn't then I am inclined to think this is not the issue. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Thu, Aug 29, 2013 at 7:53 PM, Russ

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Russ Michaels
I have no idea, I am simply offering up possible causes for you investigate. Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 29 Aug 2013 11:05, Andrew Scott andr...@andyscott.id.au wrote: Russ, do you know if the connection limit has changed in the last 6 weeks?

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Andrew Scott
Thanks Russ, just trying to see if there has been any changes in the last 6 weeks. Reason being is that this is when this problem started, and has worked flawlessly for 8 months prior to that. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+:

Re: commas and autosuggest

2013-08-29 Thread Raymond Camden
You didn't say - but are you using autosuggests via cfinput? If so - you can specify another delimiter. Check the CFML Ref for cfinput. And please consider using another option for your front end AJAX-y goodness. On Wed, Aug 28, 2013 at 10:20 PM, Monique Boea moniqueb...@gmail.comwrote: hey

Re: commas and autosuggest

2013-08-29 Thread Monique Boea
Yes via input. Another option? On Thu, Aug 29, 2013 at 7:58 AM, Raymond Camden raymondcam...@gmail.comwrote: You didn't say - but are you using autosuggests via cfinput? If so - you can specify another delimiter. Check the CFML Ref for cfinput. And please consider using another option

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Russ Michaels
Is it possible you just didn't notice till now. If oyhrr people were requesting cf restarts such an issue could go a long time without anyone noticing. Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 29 Aug 2013 12:03, Andrew Scott andr...@andyscott.id.au wrote:

Outputting SQL aliases as table headers

2013-08-29 Thread Monique Boea
Hello all How can I output sql aliases as headers in a table? See attached. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Andrew Scott
Yeah I thought about that, but the mail would still have to be re-spooled and I am told that no other customer is having this issue. But I agree, it is certainly possible it was happening and nobody had noticed. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+:

Re: commas and autosuggest

2013-08-29 Thread Raymond Camden
Use the delimiter option of cfinput for now. My comment about avoiding it wasn't helpful - sorry. As a general FYI, I avoid the front end UI stuff as much as possible. There are *multiple* other autosuggest options out there. jQueryUI is one of my favorite, or you can just go HTML5 with the

Re: commas and autosuggest

2013-08-29 Thread Monique Boea
got it Thanks! I will look at the other options. On Thu, Aug 29, 2013 at 8:37 AM, Raymond Camden raymondcam...@gmail.comwrote: Use the delimiter option of cfinput for now. My comment about avoiding it wasn't helpful - sorry. As a general FYI, I avoid the front end UI stuff as much as

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Russ Michaels
perhaps they have automatic respooling enabled, I know a lot of cf hosts do use my automatic respooler plugin for cfadmin. In which case, again you would not notice the issue if you do not have to contact them and ask them to do it manually. On Thu, Aug 29, 2013 at 1:29 PM, Andrew Scott

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Andrew Scott
True, but the first time I noticed the issue, was 10 days of no mails. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Fri, Aug 30, 2013 at 12:00 AM, Russ Michaels r...@michaels.me.uk wrote: perhaps they have automatic

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Maureen
Documentation for Google Apps: http://support.google.com/a/?hl=en Calendar of Changes: http://whatsnew.googleapps.com/ On Thu, Aug 29, 2013 at 4:03 AM, Andrew Scott andr...@andyscott.id.auwrote: Thanks Russ, just trying to see if there has been any changes in the last 6 weeks. Reason being

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Russ Michaels
and you have confirmed that is definitely not due to the reasons we have already discussed ? I can't how you could have confirmed that without speaking to google support. On Thu, Aug 29, 2013 at 3:09 PM, Andrew Scott andr...@andyscott.id.auwrote: True, but the first time I noticed the issue,

Re: Outputting SQL aliases as table headers

2013-08-29 Thread Russ Michaels
in the same way that you would output any column name in a table. You just output it. thAlias Name/th On Thu, Aug 29, 2013 at 1:29 PM, Monique Boea moniqueb...@gmail.com wrote: Hello all How can I output sql aliases as headers in a table? See attached.

Re: Outputting SQL aliases as table headers

2013-08-29 Thread Monique Boea
but the sql column name is what I need to have as the table column name and there are spaces in the aliases. On Thu, Aug 29, 2013 at 10:46 AM, Russ Michaels r...@michaels.me.uk wrote: in the same way that you would output any column name in a table. You just output it. thAlias Name/th

Re: Outputting SQL aliases as table headers

2013-08-29 Thread Russ Michaels
I still do not see what your problem is, it is just text in a table header, it can be anything you like, including spaces On Thu, Aug 29, 2013 at 4:01 PM, Monique Boea moniqueb...@gmail.com wrote: but the sql column name is what I need to have as the table column name and there are spaces

Re: Outputting SQL aliases as table headers

2013-08-29 Thread Monique Boea
They are dynamic with spaces. On Thu, Aug 29, 2013 at 11:04 AM, Russ Michaels r...@michaels.me.uk wrote: I still do not see what your problem is, it is just text in a table header, it can be anything you like, including spaces On Thu, Aug 29, 2013 at 4:01 PM, Monique Boea

RE: Outputting SQL aliases as table headers

2013-08-29 Thread DURETTE, STEVEN J
Try looking at query_name.columnList it should have a list of the columns returned from a cfquery. Of course replace query_name with the name of your actual query. -Original Message- From: Monique Boea [mailto:moniqueb...@gmail.com] Sent: Thursday, August 29, 2013 11:08 AM To: cf-talk

Re: Outputting SQL aliases as table headers

2013-08-29 Thread Russ Michaels
are you trying to say that you are generating the table dynamically and have no idea in advance what column names you will be using ? On Thu, Aug 29, 2013 at 4:07 PM, Monique Boea moniqueb...@gmail.com wrote: They are dynamic with spaces. On Thu, Aug 29, 2013 at 11:04 AM, Russ Michaels

Barcodes

2013-08-29 Thread Chad Gray
Well since Efflare's CFX gFont does not work with 64 bit systems I need to find a new way to make a barcodes on my websites. Anyone recommend a way to create and display barcodes on a webpage? Thanks, Chad ~| Order the

Re: Barcodes

2013-08-29 Thread Rob Parkhill
You can use jQuery: http://barcode-coder.com/en/barcode-jquery-plugin-201.html There might be others too On Thu, Aug 29, 2013 at 11:39 AM, Chad Gray cg...@careyweb.com wrote: Well since Efflare's CFX gFont does not work with 64 bit systems I need to find a new way to make a barcodes on my

Re: Barcodes

2013-08-29 Thread Dave Watts
Anyone recommend a way to create and display barcodes on a webpage? What kind of barcodes, exactly? QR codes? UPC? The zxing library is a free, open-source Java library that's commonly used (in the Java world at least) - that's probably what I'd try first. https://code.google.com/p/zxing/

RE: Barcodes

2013-08-29 Thread Chad Gray
Cool! I should have known there would be a jQuery solution. Thanks! Chad -Original Message- From: Rob Parkhill [mailto:robert.parkh...@gmail.com] Sent: Thursday, August 29, 2013 11:41 AM To: cf-talk Subject: Re: Barcodes You can use jQuery:

RE: Barcodes

2013-08-29 Thread Chad Gray
Just regular old code 39 type of barcodes. I will check out the java library also. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, August 29, 2013 11:44 AM To: cf-talk Subject: Re: Barcodes Anyone recommend a way to create and display barcodes on a

Re: Location of custom channel endpoint URI

2013-08-29 Thread Dave Watts
For a specific CF server, I've been asked to use the following channel definition:- channel-definition id=custom-secure-polling-amf class=mx.messaging.channels.SecureAMFChannel endpoint uri=https://{server.name}:{server.port}{context.root}/flex2gateway/customsecurepollingamf;

Re: Outputting SQL aliases as table headers

2013-08-29 Thread Rodney Enke
You can use array notation to reference columns with spaces. So, instead of myQuery.column with space use myQuery[column with space][myQuery.currentRow] On Thu, Aug 29, 2013 at 10:09 AM, DURETTE, STEVEN J sd1...@att.com wrote: Try looking at query_name.columnList it should have a list of

Re: Barcodes

2013-08-29 Thread Paul Hastings
On 8/29/2013 10:39 PM, Chad Gray wrote: Anyone recommend a way to create and display barcodes on a webpage? if the use case is printing/PDF, there's stuff built into iText (already in cf). see http://itextpdf.com/examples/iia.php?id=297

Re: Barcodes

2013-08-29 Thread Brian Polackoff
Chad, My company has built an enterprise inventory management system using www.bokai.com java servlet. It's not free but really easy to implement and super easy to use. Hope that helps! Thanks, Brian Sent from my mobile device, please excuse brevity spelling. On Aug 29, 2013, at 11:39 AM,

CSV ODBC driver under Windows 2008

2013-08-29 Thread Claude Schnéegans
Hi, since I moved my applications from a 2003 server to Windows 2008, I have a problem reading a database defined on a .CSV file through the ODBC socket driver. The problem seems to be with the ODBC driver. I have the 32 bit version of CF installed an I use the odbcad32.exe 32 bit ODBC

Getting output into a div using cfdocument

2013-08-29 Thread Bruce Sorge
Hey all, I decided to try and use the query barcode plugin for an app that I have out there. The app queries a database and then creates and emails PDF's to customers who bought a voucher. The voucher includes a barcode. Previously I was using a barcode generator from

Re: Barcodes

2013-08-29 Thread Chester Austin
We use barcodes to generate tickets for admission to parks and things. I've been using CFBarbecue (http://cfbarbecue.riaforge.org/) and it's worked out well. Chad, My company has built an enterprise inventory management system using www.bokai.com java servlet. It's not free but really

Re: Getting output into a div using cfdocument

2013-08-29 Thread Dave Watts
I decided to try and use the query barcode plugin for an app that I have out there. ... Now when I move this div tag inside my cfdocument tag, I get no barcode. I am not sure if it's a css issue (the plug in defaults to css, and I cannot get the bmp to output). Any thoughts? I don't

Re: Getting output into a div using cfdocument

2013-08-29 Thread Bruce Sorge
I'm starting to figure that out. I even included the JS library in the cfdocument tag and still nada. This sucks. If I were on my own server I'd have no issues downloading BBQ or something like that, but since I am on a hosted server I am pretty much limited in what I can do. Bruce On Aug

Re: Getting output into a div using cfdocument

2013-08-29 Thread Rob Parkhill
Could you call a CFC that created the Barcode, and then saved the HTML (or whatever the result is) to a DB, and then have CF call it out inside the CFdocument just to display? It's an extra step, but it _should_ allow you to get around the CFDocument issue. On Thu, Aug 29, 2013 at 4:35 PM,

Re: Getting output into a div using cfdocument

2013-08-29 Thread Roger Austin
Bruce Sorge sor...@gmail.com wrote: I'm starting to figure that out. I even included the JS library in the cfdocument tag and still nada. This sucks. If I were on my own server I'd have no issues downloading BBQ or something like that, but since I am on a hosted server I am pretty

Re: Barcodes

2013-08-29 Thread .jonah
Can't you just use a barcode font with cfimage or directly on the page as a webfont? On 8/29/13 8:45 AM, Chad Gray wrote: Just regular old code 39 type of barcodes. I will check out the java library also. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent:

Re: Getting output into a div using cfdocument

2013-08-29 Thread Bruce Sorge
Tried that. It spits out a huge chunk of div tags that actually generates the barcode styles. When I put that into the cfdocument (as I would if I stuck it all in a db then called it later via a query) and nothing. I think that it has to do with css and generating a pdf, not sure. Oh well, it

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Andrew Scott
I can't confirm anything. But what I can tell you is that if it is a connection issue, then I would not be able to send using the same credentials from another server. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Fri,

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Russ Michaels
sorry but that is completely wrong. another server would have another completely different IP address, so would not be affected by any existing blocks or limits. On Fri, Aug 30, 2013 at 1:32 AM, Andrew Scott andr...@andyscott.id.auwrote: I can't confirm anything. But what I can tell you is

Re: More Mail woes with Gmail with ColdFusion

2013-08-29 Thread Andrew Scott
Problem is that everything I know is in this thread, Hostek haven't been saying much about the issue. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Fri, Aug 30, 2013 at 10:48 AM, Russ Michaels r...@michaels.me.uk wrote: