Re: validating email CF11

2015-01-15 Thread Scott Slone
You might want to look at Mailgun - http://www.mailgun.com/email-validation they have jquery implementation (https://github.com/mailgun/validator-demo) /S Ben mailto:b...@webworldinc.com January 15, 2015 at 9:35 AM Given how often TLDs are changing is there a way in CF to do a

Re: SOT - Navicat Identity Column

2014-04-01 Thread Scott Slone
Kevin, I seem remember that in design mode you select the column that you want to use as identity and at the bottom of the screen there is a selector to set it as identity. I don't have it in front of me, but seem to remember it there. You can also set defaults in the same panel. Hope that

Re: Another weird SQL Injection attempt

2012-09-30 Thread Scott Slone
Just battled this today myselfŠ Here's some more information on it. https://isc.sans.edu/diary.html?storyid=12127 On 9/30/12 5:58 PM, Les Mizzell lesm...@bellsouth.net wrote: Never seen this before! Script in Application file, as usual, caught it before it got further... Here's what was

Re: turning of port 3306

2012-09-06 Thread Scott Slone
Set your mysql server to deliver through a different port - and in the cf admin specify that port when you connect the data source. But just to clarify, the mysql server sends out via 3306 - the windows box doesn't need to use it's own 3306 port. Scott On 9/6/12 6:49 PM, Rob Voyle

Re: turning of port 3306

2012-09-06 Thread Scott Slone
I might add that it is a good best practice to change the port on the mysql server either way. Scott On 9/6/12 6:59 PM, Scott Slone ssl...@rubbergumball.net wrote: Set your mysql server to deliver through a different port - and in the cf admin specify that port when you connect the data

Re: Empty file upload field causing 403 error.

2012-08-02 Thread Scott Slone
Just a few questions on your formŠ How are you calling the data for the form to update an existing logo? Are you pulling the location of the image from db, or is it just a blank field? If the image location is calling from the db- are you set up to check for file existence before processing?

Re: hostek - server down?

2012-05-31 Thread Scott Slone
FYI: from the Hostek status page at http://hostek.com/serverstatus.asp Server Update: Servers experiencing issues http://hostek.com/serverstatus.asp?id=238Thursday, May 31, 2012 7:37:26 PM CST We are experiencing some issues with one of our network switches. We are working on getting

Re: ColdFusion to Salesforce.com Web-To-Lead

2011-06-30 Thread Scott Slone
Shawn- Here is rough page code based on what I have done in the past. First: Insert your data into your table. I use standard SQL insert code instead of cfinsert - I find that it works better for me (YMMV) Second: post your data to the web-to-lead form Third: make sure you are passing all the

Re: ColdFusion to Salesforce.com Web-To-Lead

2011-06-28 Thread Scott Slone
The salesforce.cfc is fairly easy to use, so if you can, use it. If you cannot, then look at the source code of your web to lead form. There are hidden fields that you also need to pass the params for to SFDC. Sent from my iPhone. Don't be a hater. On Jun 28, 2011, at 6:02 PM, Shawn

Marketo SOAP API and CFC

2011-05-17 Thread Scott Slone
Has any one had any experience implementing the Marketo SOAP API with ColdFusion CFC? Looking for any gotchas or samples.. Thanks! /Scott ~| Order the Adobe Coldfusion Anthology now!

Re: why is cf_builder so expensive?

2011-01-27 Thread Scott Slone
I seem to remember that Adobe sells software to write code in php as well. On Jan 27, 2011, at 8:15 AM, Michael Grant mgr...@modus.bz wrote: Very logical. However corporate optics are rarely logical. It's basically the same idea as having a car salesmen at Chevy driving a Chevy. On

Re: why is cf_builder so expensive?

2011-01-27 Thread Scott Slone
and Dreamweaver. I didn't know they made a product targeted to PHP. On Thu, Jan 27, 2011 at 11:19 AM, Scott Slone ssl...@rubbergumball.netwrote: I seem to remember that Adobe sells software to write code in php as well. On Jan 27, 2011, at 8:15 AM, Michael Grant mgr...@modus.bz wrote: Very

Re: CMS for CF

2011-01-13 Thread Scott Slone
Myra FarCry Boomsocket Check riaforge as well... On Jan 13, 2011, at 8:37 AM, webmas...@pegweb.com wrote: I'm looking for a good open source content management system for Cold Fusion. Something like Joomla. Any suggestions out there?

Managed Exchange Host

2010-10-02 Thread Scott Slone
I use intermedia for exchange hosting Sent from my iPhone On Oct 2, 2010, at 1:03 PM, Dan Crouch stario...@yahoo.com wrote: Can anyone recommend a good managed exchange host? We are using Rackspace but are having serious delivery delay issues and need to go somewhere else. We did get a

Re: Looking for the right SMTP server

2010-09-29 Thread Scott Slone
Claude- Take a look at JangoSMTP and SMTP2Go I forget which one offers audit and tracking,and I'm not sure if it contains all the data you are wanting to capture, but it is a place to start. I'm pretty sure both have test account/trials so you can see if they fit your needs. /Scott

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Scott Slone
Claude, Can you create a new data source using an existing Access file? if so the issue may be the version of Access or a missing component that you have on desktop but not on server. Sent from my iPhone On Sep 29, 2010, at 6:27 PM, Claude Schnéegansschneegans@internetiq.intermedia.net

Re: Number of site using ColdFusion

2010-08-26 Thread Scott Slone
Also try to get hold of the Gartner(?) report. Sent from my iPhone On Aug 26, 2010, at 6:06 AM, Scott Stewart webmas...@sstwebworks.com wrote: You mean like this one? http://www.adobe.com/products/coldfusion/evangelism_kit/ On Thu, Aug 26, 2010 at 8:59 AM, Robert Harrison

Re: Mura Email Broadcaster Help

2010-07-16 Thread Scott Slone
Matt- I believe the links are generated at runtime based on your site ID and the broadcast email address in the administrator - The links generate a forward/unsub email form (i haven't used this function, so I may be talking out of my hat) the actual email code is in your site

Re: Storing SSN ... I know, I know

2009-05-11 Thread Scott Slone
Use a command line encryption tool to encrypt via key before the transfer. PGP has one called command Line made for that very purpose. http://www.pgp.com/products/commandline/servers/index.html /scott On May 11, 2009, at 6:16 PM, ColdFusion Developer wrote: As for an admin area that lets

(ot) video streaming

2009-02-20 Thread Scott Slone
Don - What is your streaming platform - what ate you streaming with? QuickTime server, flash media server? That will make a difference in the tool required. Scott On Feb 20, 2009, at 7:24 AM, Don L do...@yahoo.com wrote: Sorry for the ot but some of you may have some experience in the are

Re: Disabling Application.cfm for a specific page

2008-09-23 Thread Scott Slone
I see to remember that you could just create a bare-bones app.cfm in that directory (thought it will affect all pages in that directory). This will not stop the app.cfm from loading, but will stop it from loading content from the app.cfm at the site root. On Sep 23, 2008, at 3:01 PM,

Re: SEC Data

2008-08-13 Thread Scott Slone
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 partial), works nicely. On Aug 13, 2008, at 1:51 PM, T. John Cunningham wrote: I am trying to find a way to pull SEC information (web service, xml, etc.) for a client

Re: intermedia.net

2008-01-31 Thread Scott Slone
I've used them and have only had one or two minor issues in the past 5 years. I currently host them and have a client that hosts on them. I would recommend. /SS On Jan 31, 2008, at 11:12 AM, Brian Peddle wrote: I currently have 10+ boxes at HostMySite but we are looking to have a small

Re: cf8 book by Ben Forta - release date?

2007-09-18 Thread Scott Slone
Amazon had my ship date for volume one as Sept. 17 until this morning, when they changed it to: Updated Shipping Estimate: November 19, 2007 Two more months! This is the third change for the ship date, though the published date remains Sept. 12. Has anyone had any luck at brick and

Re: cf8 book by Ben Forta - release date?

2007-09-13 Thread Scott Slone
Looks like the ship date has slipped on Amazon: (pre-ordered the first volume on Aug. 19th) Shipping estimate: September 17, 2007 Delivery estimate: September 19, 2007 On Sep 12, 2007, at 9:39 AM, Ben Forta wrote: Volume 1 is indeed shipping. Volumes 2 and 3 to follow shortly. --- Ben