Re: Am I a thread or not ?

2008-07-14 Thread Alan Rother
Just check to see if IsDefined("Thread") It'll only exist if you are in a cfthread =] On Mon, Jul 14, 2008 at 5:22 AM, Tom Chiverton <[EMAIL PROTECTED]> wrote: > How can I tell if the CF code being run is inside a CFTHREAD block or not ? > > The reason is that scopes like CGI are not availab

Re: Am I a thread or not ?

2008-07-14 Thread Alan Rother
Point taken... ASSUMING... You haven't explicitly defined the variable as Ray described AND That you have not loaded a cfthread somewhere else in the request, it's a pretty safe and simple way to check to see if you are in a thread or not. Better? -- Alan Rother Adobe Certifie

Re: Little brainstorming help needed (developing email app)

2008-07-15 Thread Alan Rother
Ignore Jeff (Sorry Jeff) and look at Will's answer. You can tell the browser / email client to "pretend" a cfm page is a valid entry for an img tag. http://www.mysite.com/emailtrack.cfm?uniqueemailid=fkuhsio8YFiushf "> The end client will try to request the cfm file over http, resulting in a hit

Re: Any cfhttp gurus out there?

2008-07-16 Thread Alan Rother
thod="GET" useragent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0"> -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Devel

Re: Any cfhttp gurus out there?

2008-07-16 Thread Alan Rother
as a comparison while I filtered out the cookie value from the CFHTTP. HTH =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org ~| Adobe® ColdFusion® 8 softwar

Re: Passing client file name in a form?

2008-07-31 Thread Alan Rother
you could use Javascript to pass the value from the file field to a hidden field on submit something like this... document.myFormName.myHiddenFormField.value = document.myFormName.myFileFormField.value; This is not tested, but it should work. =] -- Alan Rother Adobe Certified Advanced

Re: Using UDF's from within a CFC

2008-08-05 Thread Alan Rother
ateObject('component','cfc.udf').init(); Application.udfLIB = Duplicate(this.udfLIB); 2. Application.udfLIB = createObject('component','cfc.udf').init(); =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 D

Re: SQL injection attack on House of Fusion

2008-08-08 Thread Alan Rother
> repugnant > socially-inept basement-dwelling death-penalty-deserving hacker-wannabes. > > --- Ben > > -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org ~~

Re: SQL injection attack on House of Fusion

2008-08-08 Thread Alan Rother
TED]> wrote: > Yep, was curious about that too. I modified Justin's script to not send > e-mails, but to write a simple log entry - more an act of curiosity than > anything else - I just log the date, time, and client IP address. > > --- Ben > > > -- Alan Rother Ado

Re: select problem

2008-08-11 Thread Alan Rother
r can screw you from a presentation standpoint if it decides something else should be selected. Clearing the cache should help. =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org ~~

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, A

Re: Best method for Export to Excel...

2008-08-18 Thread Alan Rother
IMHO: Ben Nadel's POI utility: http://www.bennadel.com/projects/poi-utility.htm Is the best choice, it has saved me a hundred times. =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFU

Re: Centering text written on an image

2008-08-22 Thread Alan Rother
ode samples. [EMAIL PROTECTED] =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release t

Andy Matthews has too much free time - was... "SQL injection attack on House of Fusion"

2008-08-26 Thread Alan Rother
Sorry Andy, I couldn't resist. =] On Tue, Aug 26, 2008 at 1:46 PM, Andy Matthews <[EMAIL PROTECTED]>wrote: > Can someone PLEASE change the title of this thread??? > -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User

Re: Free third party DNS hosting from godaddy

2006-01-12 Thread Alan Rother
We use it all the time at my company. It's great. Lots of options, easy to use. I would highly reccommend it. On 1/12/06, Owner, Three Ravens Consulting <[EMAIL PROTECTED]> wrote: > > I use registerfly.com > > Eric > > On Thu, 12 Jan 2006 09:21:12 -0500 > "Katz, Dov B \(IT\)" <[EMAIL PROTECTED]> w

Re: Gmail thinks cf-talk is spam (since January 11th)?

2006-01-15 Thread Alan Rother
It's happening to me too Sean. About 6 or 7 out of 30 each day wind up in my spam folder. On 1/15/06, Ryan Guill <[EMAIL PROTECTED]> wrote: > > I read cf-talk in gmail exclusively and mine have been coming through > fine. About 1 out of 1000 gets tagged as spam for me. Did you mark > any of the

Re: Test for Jennifer

2006-01-19 Thread Alan Rother
Hey Now! I'm not sure this is the appropriate forum to be discussing Jennifer's bounce! =] On 1/19/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > > Haha. Didn't mean to over-excite you there ray. > > So far so good Jennifer! The bounce is usually pretty quick and I haven't > seen one yet. >

Re: Test for Jennifer

2006-01-19 Thread Alan Rother
Oh come on now, they can't all be good jokes. =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230047 Archives: http://www.houseoffusio

Re: XML, SOAP and WDDX and CF5

2006-01-23 Thread Alan Rother
n CF5 is a big pain. If you have any say in the matter I would try to use CFMX or CFMX7. -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:2

Re: CF Round Behavior

2006-02-14 Thread Alan Rother
Round always rounds up, that is +1, so with a negative number it goes from - 35.5 to just -35, it rounded up. On 2/14/06, PINE Phyo Z <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have a question on Round() function behavior of CF. When I do > #Round(35.5)#, it will give me 36 but when I do #Round(

Re: lincense on a test server?

2006-02-16 Thread Alan Rother
to use the developer edition. -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232539 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm

Re: lincense on a test server?

2006-02-16 Thread Alan Rother
Let me just state for legal reasons here that my company uses licensed copies of CF for all of our dev servers. We don't use developer edition anywhere. -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Deve

Re: Instantiating CFC's and Passing in Arguments

2006-02-16 Thread Alan Rother
variables.args.Val3 = Form.Field3; variables.args.Val4 = Form.Field4; variables.args.Val5 = Form.Field5; variables.args.Val6 = Form.Field6; variables.args.Val7 = Form.Field7; //call the method and pass in the arg collection newJob.insertJob(argumentCollection=variables.args); HTH -- Alan Rother Macromedi

Re: Instantiating CFC's and Passing in Arguments

2006-02-16 Thread Alan Rother
vokeargs...you've almost done that anyway ;-) -- > Alan Rother > Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232638 Archives: http://www.houseof

Re: Instantiating CFC's and Passing in Arguments

2006-02-16 Thread Alan Rother
On 2/16/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > > > > newJob.insertJob(argumentCollection=variables.args); The only problem with doing this is in 7, CF won't let you, you have to do argumentCollection = Duplicate(form) Or something I do newJob.insertJob(argumentCollection = form) > > The fo

Re: Instantiating CFC's and Passing in Arguments

2006-02-16 Thread Alan Rother
the cfc in a persistent scope. If you are instantiating the cfc evertime you use it, then it's ok, but under load it can really start to take a performance hit if you are invoking on every hit to the page. -- Alan Rother Macromedia Certified Advanced ColdFusion

Re: OT: FTP server

2006-02-17 Thread Alan Rother
Search download.com for WARftp We use it and it is really solid, pretty easy to use and very stable. -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Message: http://www.houseoffusion.com/lists.cfm

Re: CFAjaxChat

2006-02-17 Thread Alan Rother
and pasted it into the window in Firefox. It threw a form var undefined error. Pretty simple bug, just need to check for the form submission. Otherwise it worked great, nice job =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer

Re: Convert SWF to FLA.

2006-03-03 Thread Alan Rother
ncerned is nearly impossible. Check out this blog entry by the always insiteful Sean Tierney http://www.scrollinondubs.com/index.cfm/2005/8/17/Sothink-Flash-decompiler-is-cool-literally HTH =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7

Re: anyone used cfx_zip??

2006-03-07 Thread Alan Rother
It's probably VERY premature, but I will be releasing an all Java based open souce cfc later this year for doing all sorts of zip operations. In the meantime there is a decent zip util on cflib.org -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Deve

Re: CFLOOP in Edit Mode - Invalid CFML construct

2006-03-09 Thread Alan Rother
BAD: selected GOOD: selected In if statement is CF you have to use IS, EQ, NEQ =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4

Re: CFLOOP in Edit Mode - Invalid CFML construct

2006-03-09 Thread Alan Rother
Oh yeah, You don't need the pound signs either. selected -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234855 Archives:

Re: result.columnList order

2006-03-23 Thread Alan Rother
No On 3/23/06, Jeremy Bunton <[EMAIL PROTECTED]> wrote: > > Hello, > > I am using the result. columnList attribute of cfquery to print out the > columns of my table. I then want to insert them in a file. Problem is the > columns are in alpha order, I want them in the same order as they appear > in

Re: RGBA Alpha channel

2011-01-10 Thread Alan Rother
I've had the same issue. I use ImageFlare...The solution I've been using is a TOTAL HACK, but it works. Create a blank transparent PNG file in Photoshop, then use that as the basis for your new image. You can make the transparent image any size as you'll be able to dynamically size it to fi

Re: RGBA Alpha channel

2011-01-10 Thread Alan Rother
>>> I am waiting for a reply from them, Yeah...Good luck with that... I've been waiting several years to hear back from them on several issues... =\ On Mon, Jan 10, 2011 at 2:03 PM, Leigh wrote: > > > Thanks to the rest of you as well, but I am asking for a > > way to create a PNG > > with col

Re: Return boolean from a CFC query

2011-01-26 Thread Alan Rother
he left or the right, it's just running a comparison against the statement. It also has no idea that it was a session variable, by the time it gets to the SQL Server, ColdFusion has parsed it out into a SQL string, and that's all that gets passed into the database. -- Alan Rother Mana

Re: Extracting a date from a string

2011-01-26 Thread Alan Rother
How consistent is the first part of the string? "*Department Summary by Employee " Is it ALWAYS that exact string? On Wed, Jan 26, 2011 at 11:43 AM, Kelly wrote: > > which date? will both dates always be identical? Or will it sometimes be > a range? Would you need to extract one or both? >

Re: Return boolean from a CFC query

2011-01-26 Thread Alan Rother
s you think because its procedural and requires you do it in a > certain way. > > Mike > > On Jan 26, 2011, at 1:23 PM, Alan Rother wrote: > > > MSSQL doesn't care if the field is on the left or the right, it's just > > running a comparison against the statement. >

Re: CF_Wheels & Model_Glue

2011-01-26 Thread Alan Rother
Well, To be honest you're coming at it a little backwards. Which one you would use depends on what you're planning on building and what you hope to get out of a framework. This is like asking if you should buy a truck or a boat. The answer is always going to be, it depends. So start with "What

Re: Application.cfc & cfinclude

2011-01-27 Thread Alan Rother
o the onApplicationStart method, dod you rename the Application scope to force it to reload that method? =] -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the Adobe Coldfusion Anth

Re: Application.cfc & cfinclude

2011-01-27 Thread Alan Rother
really need to rename the app scope? > > On Thu, Jan 27, 2011 at 6:03 PM, Alan Rother > wrote: > > > > > Hey Doug, > > > > 1. How many lines of code are in the include? I'm just wondering because > it > > might be easiest to simply move your code into

Re: cfx_pwtextcrypt & CF9

2011-02-10 Thread Alan Rother
Yeah, It's the CFX issue. Basically most CFX objects are C++ and were compiled for 32bit or earlier systems and are not compatible with 64bit systems. We're suffering from a similar issue where we can't get one of our CFX objects upgraded to a 64bit flavor and it's keeping us trapped on 32bit un

Re: Big XML files processing Really s-l-o-w. Solution?

2011-02-14 Thread Alan Rother
When in doubt, ask Ben Nadel(or check his blog)... Words to live by I had the same issue, huge variable XML file, lots of variations, had a hell of a time making it work in SQL Server due to the complexity Used this, works amazingly well, all things considered, executes very quickly http://www.

Re: cfheader and foreign characters

2011-02-22 Thread Alan Rother
Do this #xOutput# On Tue, Feb 22, 2011 at 3:00 PM, Leigh wrote: > > Are you supplying a content type too "text/plain", "text/html"? > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: cfheader and foreign characters

2011-02-22 Thread Alan Rother
That odd, it totally worked for me... http://alan.rotherfamily.net/demos/utf8/ #xOutput# On Tue, Feb 22, 2011 at 4:10 PM, Richard Steele wrote: > > Hi Alan, closer, but now I get R?publique. Any other ideas would be greatly > appreciated. > > > ~~

Re: cfheader and foreign characters

2011-02-22 Thread Alan Rother
What kind of computer (OS) are you on and what browser are you using? I just want to Apples to Apples this... This should be really simple... Oh and what program is the browser opening the text file in. Leigh (as always) is right, this should just work On Tue, Feb 22, 2011 at 5:07 PM, Richard S

Re: Calculating Percentage

2011-03-01 Thread Alan Rother
What Phillip said... But keep in mind, there are no dumb questions, some are just REALLY EASY. People here are always happy to help, even with the easy questions. =] On Tue, Mar 1, 2011 at 1:41 PM, Phillip Vector wrote: > > > > On Tue, Mar 1, 2011 at 12:31 PM, John Eubanks wrote: > > > > I k

Re: Online Test

2011-03-03 Thread Alan Rother
Given that you plan to build several, it would be easiest to make one generic codebase that can query the Database for all questions belonging to a certain test. Then your one codebase can server as all "tests" =] On Thu, Mar 3, 2011 at 2:00 PM, Jacob wrote: > > I would think the DB approach w

Re: Testing

2011-04-05 Thread Alan Rother
However in THIS case, it does seem to be true On Tue, Apr 5, 2011 at 1:05 PM, Michael Grant wrote: > > Appearances can be deceiving though. > > > On Tue, Apr 5, 2011 at 3:59 PM, dB wrote: > > > > > It *appears* as though I've subscribed... > > > > > > > >

Re: OT question - is this real or phishing?

2011-04-20 Thread Alan Rother
licit money from you. =] -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoff

Re: Displaying an Excel file in a CF page, period.

2011-05-02 Thread Alan Rother
As with soo many things on this forum... the answer is usually - Ben Nadel Ben wrote a wrapper for a java package that interfaces with Excel, called POI http://www.bennadel.com/projects/poi-utility.htm It's pretty badass, point it at an Excel f

Re: CF 301 Redirect on an HTML page

2011-05-05 Thread Alan Rother
is your host? =] -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoff

Re: Awful quiet today...did I forget a holiday?

2011-06-03 Thread Alan Rother
Yes, actually it is In the US, today is National Donut day Seriously... http://en.wikipedia.org/wiki/National_Doughnut_Day http://yfrog.com/h8c8roxj =] On Fri, Jun 3, 2011 at 10:44 AM, Carl Von Stetten wrote: > > Just checking, since I've seen no messages today... =-O > >

Re: Problem with CF Execute

2011-06-24 Thread Alan Rother
I had a similar issue with cfexecute just yesterday calling an ANT script. cfexecute would, execute, no errors and a dump of the variable was blank. I rebooted the server and the problem just went away... Which is troubling... but manageable for my issue. Can you try to reproduce this on anothe

Re: Problem with CF Execute

2011-06-24 Thread Alan Rother
Ah Ok, that was part of my problem. I had CF running on one account, but that account didn't have access to ANT. You may need a higher permission user account other than the system account, in the services admin panel on Windows you can tell CF what user account to run as. At least for testing p

Re: Handling Multiple Requests

2011-06-28 Thread Alan Rother
Just as an argument, I wouldn't focus on stopping the user from clicking a link over and over, in fact you really can't they can just keep hitting re-load... I would focus on determining why the site is slow to load. Fix that problem and you don't have to worry about repetitive clicking. Of cour

Re: Win 2008 32/CF 9 hardening after the fact

2011-06-30 Thread Alan Rother
One important thing is to make sure it's locked down behind a proper firewall of course. That will go a long way towards making it secure. Only open ports like 80 and 443 Of course that's just one important step. Oh, also make sure that the CF Admin is not publicly available =] On Thu, Jun 30

Re: COM error

2011-06-30 Thread Alan Rother
When was the last time you fully re-booted the server? I've seen this type of error before and a re-boot "sometimes" clears it. FWIW - I'm not sure I'm right about this one, so take it with a grain of salt... =\ On Thu, Jun 30, 2011 at 10:20 AM, daniel kessler wrote: > > Oh, btw it's in CF7.

Re: Automated File Deployment/Replication

2011-07-05 Thread Alan Rother
Hey Brian, I'm doing something... "similar" How often do you need it to sync up? Constantly? Only when an update occurs (a manual process)? Scheduled intervals? If you need the boxes to stay in perfect sync at all times and automated process or end users (people using the site/app) add or chang

Re: google map suddenly not showing

2011-08-28 Thread Alan Rother
I dont suppose you could share the link with us. Odds are it's a JS error, hard to tell without seeing the page On Sun, Aug 28, 2011 at 9:35 AM, <> wrote: > > >>The domain name hasn't changed so I guess the API key is still valid. > > Not so sure. For unknown reason, I had to get a new API key

Re: Linking to Uploaded Documents

2011-08-29 Thread Alan Rother
It could be a bunch of things, Offhand though, it's possible that your server is refusing to serve some of the files. In IIS, there is a specific list of Files it is allowed to serve out, this is part of it's security so people can't request protected files. In your case, it's possible that you

Re: BUG in CF9 Encrypt and Decrypt?

2011-08-31 Thread Alan Rother
It's the TRIM functions, remove them This works request.testval = "6546"; request.inval = encrypt(request.testval,"sn"); request.outval = decrypt(request.inval,"sn"); On Wed, Aug 31, 2011 at 11:31 AM, Michael Grant wrote: > > Who's arguing? > And I'd disagree that improving your syntax isn

Re: BUG in CF9 Encrypt and Decrypt?

2011-08-31 Thread Alan Rother
It's the TRIM functions, remove them This works Original -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the Adobe Coldfusion Anthology now! http://www.amazo

Re: Accessing application variables between 2 different applications?

2006-08-16 Thread Alan Rother
=] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four

Re: Array Syntax

2006-08-16 Thread Alan Rother
ay to do it, but I'm confused about what I am seeing so far. -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Re: Getting today's orders?

2006-08-21 Thread Alan Rother
The correct solution to this problem is... In MSSQL Server when you want all of the orders from today: SELECT * FROM ORDERS WHERE OrderDate BETWEEN AND HTH -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer

Re: Storing lots of files

2006-08-23 Thread Alan Rother
es. In the DB store the Orginal Filename and the UUID you used, obviously the client ID and you should be all set. HTH -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authority

Re: Disaster recovery license for Coldfusion

2006-08-31 Thread Alan Rother
f it. The value it is giving you is piece of mind and saved time in the event of a failure. Just my 2 cents. When in doubt, read the EULA -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fu

Re: Problem with uploading Zip file. Anyone please help me!!

2006-08-31 Thread Alan Rother
http://www./upload.html"; username="" password="" resolveurl="yes" multipart="Yes"> -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~

Re: Branch target offset too large for short?

2006-09-19 Thread Alan Rother
Do you have any cftransaction tags? -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

Re: CFMX7 and .NET integration

2006-09-22 Thread Alan Rother
Blue Dragon.Net www.NewAtlanta.com This is what is was designed for. -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to

Re: easiest/fastest to implement payment processor?

2006-09-22 Thread Alan Rother
I've used USAePay and it was really easy, they even have a CF tag available to use as a module. It's all cfhttp posts. =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing

Re: credit cards

2006-09-25 Thread Alan Rother
. Also, this is important, try as hard as possible to convince your client/boss that storing CC numbers in your own database is a really bad idea and can open you up to all sorts of legal action if your data is compromised. HTH =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7

Re: Database Interations - overloaded sites

2006-09-25 Thread Alan Rother
ose to the users. -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, deliver

Re: Coldfusion Zip Code Store Locator

2006-09-26 Thread Alan Rother
Are you looking for a Postal Code Database, or a fully formed program for doing radius searches based on zip code? -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authority

Re: Custom Google map with preset map points?

2006-09-29 Thread Alan Rother
Contact John Blayter. He wrote a CF tag set that does this. It's really easy to use. [EMAIL PROTECTED] or [EMAIL PROTECTED] =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer ~| Introducing the F

Re: CFC question

2006-10-03 Thread Alan Rother
Seems like this is a way to do it. I would suggest, without tetsing it... that instead of doing this Do this... Are you getting an error or anything, or was this more of theorhetical question? On 10/3/06, Michael Hughes <[EMAIL PROTECTED]> wrote: > > Hey folks - I'm b

Re: CF 8 Upgrade Cycle: What's yours?

2006-10-04 Thread Alan Rother
Uhh... You mean I'm not supposed to be running it in production now? Be right back. -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Re: How do I disable view source?

2006-10-04 Thread Alan Rother
at is returned to the browser. Firefox even has some great plugins to help people do just that (Firebug rules...) -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer ~| Introducing the Fusion Authority Quarterly U

Re: How do I disable view source?

2006-10-04 Thread Alan Rother
Actually, I did forget, there is one method of preventing someone from reading your html Try using rfc 1149 http://www.ietf.org/rfc/rfc1149.txt -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer

Re: Creating and emailing excel file without writing a temp file

2006-10-05 Thread Alan Rother
The problem is, your mail server actually needs to have a physical file on an accessible hard drive to send as an attachment. Remember, ColdFusion does not send the emails itself, it relies on an SMTP server to do that. -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer

Re: Data Entry/Home Typist needed!

2006-10-09 Thread Alan Rother
Speaking as a list manager We see all of the spam that comes in, and we have either delete or approve it... sometimes you just hit the wrong button... =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer

Re: Coldfusion 10 on Amazon?

2013-05-09 Thread Alan Rother
Which instances are you talking about? Multiple AWS EC2 instances or multiple instances of CF running on 1 AWS EC2 instance? If as Dave mentioned you mean multiple CF instances on one EC2, then I'm not entirely sure, we are going to be testing that today. As for Multiple EC2 instances, Yes, we a

Re: Can we use cfthread to speed up multi-query report processes?

2013-05-21 Thread Alan Rother
Also, keep in mind - and I'm speculating a bit here on your process - if you have just 6 individual queries that run in a single threaded, linear fashion and they take 6 minutes to execute, running them all concurrently may take just as long as it's sounds like your DB server may be taxed or these

Re: ColdFusion 11?

2013-06-19 Thread Alan Rother
There has been a push in Adobe to get a new release of CF out no less than every 18 months... Also I've seen in public events, Adobe has a plan for at least the next 3 or 4 versions of CF. On Wed, Jun 19, 2013 at 4:40 AM, Casey Dougall - Uber Website Solutions < ca...@uberwebsitesolutions.com>

Re: fedex tracking cfc

2013-07-11 Thread Alan Rother
Hey Tim, Here is my code for doing FedEx tracking - feel free to email me off list with questions. =] var local = { XMLPacket = '', cleanedXML = '', parsedData = '', sReturn = { Status = false, ErrorMessage = '' } }; http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v6="http://fedex.c

Re: fedex tracking cfc

2013-07-11 Thread Alan Rother
ot;xmlns(:\w+)?=""[^""]*""",""); local.cleanedXML = local.cleanedXML.ReplaceAll("diffgr(:\w+)?=""[^""]*""",""); local.cleanedXML = local.cleanedXML.ReplaceAll("msdata(:\w+)?=""[^""]*""",&q

Re: Efflare and ImageCR

2013-07-31 Thread Alan Rother
ssor in CF ever... -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=hou

Re: Efflare and ImageCR

2013-07-31 Thread Alan Rother
All I remember at this point was the guy I always spoke to was named Magnus and he used to follow this list - in fact I searched and found an email just like this I sent almost 3 years ago =] On Wed, Jul 31, 2013 at 3:20 PM, Eric Roberts < ow...@threeravensconsulting.com> wrote: > > It doe

Re: test

2013-08-05 Thread Alan Rother
This one showed up =] On Sat, Aug 3, 2013 at 5:12 PM, Torrent Girl wrote: > > my last post didn't show > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=hou

Re: Element undefined in SESSION scope

2013-08-06 Thread Alan Rother
Can we see some sample code? On Tue, Aug 6, 2013 at 12:43 PM, fun and learning wrote: > > All - > > I am converting a form variable to a session variable.I enabled session > management in application.cfm in cfapplication tag. The change works fine > only on my system, but when others try it, th

Re: Distributed Caching with TerraCotta

2013-09-17 Thread Alan Rother
Try contacting Rob Brooks-Bilson, he's the ehcache expert in CF http://rob.brooks-bilson.com/ (Also a super nice guy) =] On Tue, Sep 17, 2013 at 12:15 PM, Rick Root wrote: > > Ping... anybody? > > On Sun, Sep 15, 2013 at 12:32 AM, Rick Root wrote: > > > Hi, > > > > A little over a year ago

Re: Avoiding a boat load of queries inserting multiple records - Better Way?

2014-10-09 Thread Alan Rother
lauthority.com/2014/02/06/sql-server-learning-ssis-where-do-i-start-notes-from-the-field-014/ http://www.microsoft.com/en-us/download/details.aspx?id=36843 -- Alan Rother ~| Order the Adobe Coldfusion Anthology now! http://www.a

Re: Decrypting MD5

2015-03-13 Thread Alan Rother
Just to clarify Rick, the MD5 is not strictly speaking an encryption algorithm. It's a hashing algorithm, hashes by their very nature are intended to be one way and destructive. There are only a finite number of possible results of the MD5 hash, which is how people have constructed tools to "decr

Re: SOT: Workstation recommendations

2011-09-07 Thread Alan Rother
+1 for Lenovo +0.5 for Dell, I've had pretty good luck with Dell =] -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the Adobe Coldfusion Anthology now!

Re: Does coldfusion see 2 urls as different applications or sessions?

2011-09-26 Thread Alan Rother
e site and will not send your session cookies from A to B. =] -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-

Re: cfquickdocs.com down?

2011-09-26 Thread Alan Rother
If you guys ever get hold of him, I'd be happy to act as a mirror. It would be nice to have a few of those out there... =] On Mon, Sep 26, 2011 at 3:03 PM, Josh Nathanson wrote: > > Through some digging I was able to connect it to Jacob Munson, who I > believe > is on this list, or at least w

Re: Generating Bar Codes

2011-09-28 Thread Alan Rother
What kind of bar codes? Simple 3 of 9 ba rcodes is easy using CFIMAGE - It's just a FONT you need to put on the server. 3 of 9 Font - http://www.squaregear.net/fonts/free3of9.shtml Make an image using CFIMAGE with the text being the number of the bar code and use that font. 3D bar codes is a w

Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Alan Rother
ht be easier for us to help with. =\ -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/14302

Re: Java Files in CF

2011-09-29 Thread Alan Rother
You can also load the JARS on demand using Mark Mandel's JavaLoader project http://javaloader.riaforge.org/ -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the

<    1   2   3   4   5   6   >