Re: Azure Storage

2015-04-01 Thread Bobby
Sorry about the double post. The list was acting up yesterday. On 3/30/15, 9:49 AM, Bobby bo...@acoderslife.com wrote: Anyone managed to get Azure blob storage working in CF? There are very few examples out there and virtually none in CF. I©öm mostly just having issues with the authorization

Re: Error calling a .net object

2015-03-25 Thread Bobby
Its not necessarily saying the method doesn't exist, it is saying it doesn't exist with the arguments and/or argument TYPEs you are giving it. Look at the types in the dump of the method you mentioned and try to javacast() your values to match those types when passing them in. example:

Re: Error calling a .net object

2015-03-25 Thread Bobby
. So might look if the function is this: OpenDesign(File, Int) as opposed to: OpenDesign(String, Int) ~Byron On Wed, Mar 25, 2015 at 9:08 AM, Bobby bo...@acoderslife.com wrote: example: opendesign(javacast('string',thisfile), javacast('int',0

Re: Error calling a .net object

2015-03-25 Thread Bobby
that it?s looking for the file path, and the dump shows this: OpenDesign(java.lang.String, short) On Mar 25, 2015, at 9:23 AM, Bobby bo...@acoderslife.com wrote: I gave the benefit of the doubt but that is also my primary suspicion (file object vs path). On 3/25/15, 9:17 AM, Byron Mann

Re: Can you use a CFTHREAD inside an Ajax routine?

2015-03-12 Thread Bobby
When you say it doesn¹t generate any errors, do you mean that you¹ve looked through the exception logs? Unless you are trapping it with try/catch or a custom error handler, that¹s the only place you would discover that an error happened in a cfthread that you are spawning and forgetting. On

Re: CF11 Licensing - 2 servers behind load balancer

2014-10-09 Thread Bobby
That¹s not what Adobe is telling us. They want a license per virtual machine, not per host. On 10/2/14, 3:22 PM, Russ Michaels r...@michaels.me.uk wrote: as they are virtual, if you have enterprise license then you are covered as long as you are within the CPU/core requirements. On Thu, Oct

Re: code suddenly stops working for no apparent reason

2014-09-02 Thread Bobby
It isn¹t being explicitly passed, it is being explicitly referenced. The template assumes it was passed in as part of the attributes collection/scope (as per argumentcollection=#attributes#²). The error is telling you that it is not in the attributes scope. The error is not wrong so, like Phillip

Re: ColdFusion BBCode routines

2014-08-12 Thread Bobby
Without specifics, I can just suggest trying to download the last version of CF4em (which is still pretty old) and check out the bbmlparser there. http://cf4em.com/downloads/ /cf4em/inc/parsebbml.cfm Unless CF4em is what you inherited... In which case, I¹d suggest NOT doing that that :-) On

Re: Unable To display Arabic text fetched SQL Server 2008 database into my CFM page

2014-08-06 Thread Bobby
Last time, my suggestion was to make sure the Enable High ASCII characters and Unicode for data sources configured for non-Latin characters² setting was enabled on your CF datasource but that was before I realized it was an oracle datasource. If you are using a SQL Server datasource this time,

Re: Unable To display Arabic text fetched SQL Server 2008 database into my CFM page

2014-08-06 Thread Bobby
He said the arabic text was actually in the database but only ??? when retrieving/displaying with CF. Wouldnt it be garbage IN the db if it wasnt an nchar/nvarchar data type? On 8/6/14, 12:21 PM, Paul Hastings p...@sustainablegis.com wrote: On 8/6/2014 8:17 PM, Sathyanarayanan Ramanathan

Re: To insert Arabic text into my ColdFusion application with Oracle database.

2014-07-13 Thread Bobby
In the CF Administrator datasource settings, under the advanced section, there is a checkbox for enabling high ascii/unicode chars. It is off by default. Be sure that is checked. Enable High ASCII characters and Unicode for data sources configured for non-Latin characters² On 7/13/14, 3:26 AM,

Re: To insert Arabic text into my ColdFusion application with Oracle database.

2014-07-13 Thread Bobby
using Toad for Oracle:* *[image: Inline image 3] * I am not able to find Enable High ASCII characters and Unicode for data sources configured for non-Latin characters©÷ as suggested by Bobby. I am using CF9. Regards, Sathya On Sun, Jul 13, 2014 at 3:52 PM, Bobby bo...@acoderslife.com wrote

Re: Dynamic queries within a loop

2014-04-18 Thread Bobby
Variables[getCourse i .CREDITDESIGNATIONTO²] On 4/18/14, 9:42 AM, Torrent Girl moniqueb...@gmail.com wrote: This actually worked for me: #evaluate(getCourse i .CREDITDESIGNATIONTO)# but of course everyone will tell me not to use evaluate. How can I rewrite this properly?

Re: Dynamic queries within a loop

2014-04-18 Thread Bobby
errrŠ Variables[getCourse I].CREDITDESIGNATIONTO One of those bad boys. On 4/18/14, 10:28 AM, Bobby bo...@acoderslife.com wrote: Variables[getCourse i .CREDITDESIGNATIONTO©÷] On 4/18/14, 9:42 AM, Torrent Girl moniqueb...@gmail.com wrote: This actually worked for me: #evaluate

Re: how to check if a remote file exists

2014-04-01 Thread Bobby
What is running on your w2k3 server? Is there a web server through which the source/txt file is accessible? If so, sure, cfhttp can go out and grab it over HTTP. Being a txt file, you wouldn't have to do anything fancy, just point CFHTTP to the txt URL and then read the resulting file content or

Re: onApplicationStart and cfmail, when doess server start?

2014-04-01 Thread Bobby
The behavior you explained is expected. onApplicationStart() isn¹t triggered until the first request to the application. Check out onServerStart and Server.cfc http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS7AC9408A-1AC6-4ab7-9C8 E-CF1DA8FCA16D.html On 4/1/14, 11:31 AM, morchella

Re: onApplicationStart and cfmail, when doess server start?

2014-04-01 Thread Bobby
that on our server. On Tue, Apr 1, 2014 at 11:49 AM, morchella morchella.delici...@gmail.comwrote: thanks guys! i was unfamilar with onServerStart. looking now! Much appreciated! On Tue, Apr 1, 2014 at 11:44 AM, Bobby bo...@acoderslife.com wrote: The behavior you explained is expected

Re: The long tail of ColdFusion fail

2014-03-29 Thread Bobby
Yeah, DaveŠ Haven¹t you ³learnt² anything? On 3/29/14, 8:38 AM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: Dave, I am curious. Have you ever, even once, changed your mind because of what someone has told you? -Original Message- From: Dave Watts

Re: The long tail of ColdFusion fail

2014-03-28 Thread Bobby
Re: The long tail of analogy hell. On 3/28/14, 4:42 PM, Russ Michaels r...@michaels.me.uk wrote: A locked door is useless if you leave the windows open. Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 28 Mar 2014 19:09, Dave Watts dwa...@figleaf.com wrote: I

Re: Quick Survey

2014-03-26 Thread Bobby
*Throws keyboard in the air and gives Œprogramming¹ the finger while walking away* On 3/26/14, 9:20 AM, Phillip Vector vec...@mostdeadlygame.com wrote: To show how things can be twisted... poll does not count / quantify people who're choosing not to learn a new language at this time. So it

Re: cflocation mystery

2014-02-02 Thread Bobby
Exception.log On 2/2/14, 12:18 PM, Rob Voyle robvo...@voyle.com wrote: Hi Timothy Which log would the error be in. I can't find the error in any of the logs. The site is public and only displays a generic error template rather than the specific error. Rob On 2 Feb 2014 at 11:58, Timothy

Re: Cumulative Hotfix 3 4

2013-10-04 Thread Bobby
Right, cumalative would mean that 4 includes 3 (and previous). Russ is right, there are plenty of security patches that are NOT in the cumulative hotfix. I do believe the unofficial updater has many of them included though so you might consider that if you are looking for more than what is in the

FusionReactor log archive stopped working

2013-07-26 Thread Bobby
We have MANY servers all running the exact same setupŠ All with fusion reactor installed. All of the FR logging and log archive settings are identical but one of them stopped archiving the logs for some reason. Instead of archiving, it just grows the active log file forever. Since it only

Re: assess/

2013-07-02 Thread Bobby
Since I'm on this list... I'm going to go with the name. On 7/2/13 11:06 AM, Mark A Kruger mkru...@cfwebtools.com wrote: Is this a request for analysis or is he calling us a peculiar (and misspelled) name? -Original Message- From: Matthew Friedman [mailto:m...@hozgroup.com] Sent:

Re: CF Live

2013-05-29 Thread Bobby
It throws an error on CF as well. createObject error no less. Security: The requested template has been denied access to createobject(java). On 5/29/13 3:06 PM, Raymond Camden raymondcam...@gmail.com wrote: FYI, using CFDUMP/Railo throws an error. On Wed, May 29, 2013 at 1:31 PM, Russ

Re: Coldfusion 8 erratic behavior

2013-05-25 Thread Bobby
Like Russ said, check the stack. If you can't seem to catch it, you can set up FusionReactor to send you notifications (that include the stack trace) when threads hit a certain time in their life span. You said you didn't think it was DB. How did you determine that? Does it mean you are using

Re: NY Area Recruiters

2013-04-30 Thread Bobby
But he who we do not speak of no longer DOES CF, Phil! lol On 4/29/13 7:08 PM, Phillip Vector vec...@mostdeadlygame.com wrote: Either that or it's a sign that they picked up that you misspelled Recruiters or it could be that you don't specify what you know. CFC's? Frameworks? Other Skillsets?

SOT but worth it - Sabin Adams

2013-04-30 Thread Bobby
I'd imagine most people on this list frequent cfobjective.com but, for those who do not, I hope you enjoy this as much as I did. http://www.cfobjective.com/news/cfobjective-invests-in-future-cfml-programme rs/ ~| Order

Re: Optimising SQL Statement

2013-04-26 Thread Bobby
You could start by replacing SELECT * with SELECT column1, column2, column3, etc. On 4/26/13 6:56 AM, Richard White rich...@re-base.net wrote: Hi, I am sure there must be a way to restructure this query to bring the time down but i cannot see it. Any pointers at all would be greatly

Re: How to learn to build mobile apps..

2013-04-19 Thread Bobby
phonegap+ It was very easy to figure out. We used it recently to convert a responsive hack day project into a mobile app. It worked like a champ. On 4/19/13 6:27 AM, Raymond Camden raymondcam...@gmail.com wrote: I'd take a look at PhoneGap (phonegap.com). On Fri, Apr 19, 2013 at 12:59 AM,

Re: Anyone ever created their own email archive with CF?

2013-04-16 Thread Bobby
How about BCC to a designated box? On 4/15/13 9:04 PM, Rick Faircloth r...@whitestonemedia.com wrote: I've been trying to find a good way to store email *from* AND *to* my clients. (you know, create that really handy paper trail you need sometimes...) I've tried all sorts of ways from The

Re: Anyone ever created their own email archive with CF?

2013-04-16 Thread Bobby
I guess you could really only control the initial TO with that solution. On 4/16/13 1:25 PM, Bobby bo...@acoderslife.com wrote: How about BCC to a designated box? On 4/15/13 9:04 PM, Rick Faircloth r...@whitestonemedia.com wrote: I've been trying to find a good way to store email *from

Re: Issue with Session scope

2013-03-15 Thread Bobby
Sounds like your sessions aren't persisting across requests. There could be a couple of reasons but the most common, from what I've seen, is that people forget to enable session management in their application. On 3/15/13 10:43 AM, fun and learning funandlrnn...@gmail.com wrote: I am

Re: Issue with Session scope

2013-03-15 Thread Bobby
applicationtimeout=#createtimespan(0, 0, 0, 10)# sessionmanagement=yes clientmanagement=no On Fri, Mar 15, 2013 at 12:15 PM, Bobby bo...@acoderslife.com wrote: Sounds like your sessions aren't persisting across requests. There could be a couple of reasons but the most common, from what I've seen

Re: Issue with Session scope

2013-03-15 Thread Bobby
application time out and try On Fri, Mar 15, 2013 at 12:32 PM, Bobby bo...@acoderslife.com wrote: No doubt. Also, as Roger pointed out. It is not cgi.remotehsot, it is cgi.remote_host. Cgi.remotehost will result in an empty string. On 3/15/13 11:24 AM, Matt Quackenbush quackfu...@gmail.com

Re: Issue with Session scope

2013-03-15 Thread Bobby
changing when you experience your issue. My guess is that every time you see this issue, the application name will have changed. On 3/15/13 12:41 PM, Bobby bo...@acoderslife.com wrote: They are different because the sessions aren't persisting. They are being recreated on each request. Whats

Re: Why is this happening??????

2013-03-14 Thread Bobby
I guess you had no luck finding an instance of jsStringFormat(). Does the value ever hit a scope covered by global script protection before it gets set to the app scope? You could easily rule it out by making sure it is off or turning it off long enough to test. On 3/14/13 12:25 AM, Kym

Re: Why is this happening??????

2013-03-13 Thread Bobby
That is the equivalent of what you would see if you ran that variable through jsStringFormat() somewhere. I'd run a quick search for that. I'd start in the app.cfc with that search to make sure you don't have a routine somewhere that cleans' your variables for you. On 3/13/13 8:23 PM, Rick

Re: now( ) is off by an hour

2013-03-12 Thread Bobby
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions _m-r_07.html Gets the current date and time of the computer running the ColdFusion server It doesn't get its time form the VPN, it gets its time from the host machine running the CF service. Clock in the bottom right

Re: Adding Salt and Password Hash to existing acocunts

2013-03-11 Thread Bobby
In the example it was a hardcoded string for the salt. 'mySalt'. you'd just replace that with whatever you intend to use. I haven't used SHA512 this way. I only did it the way I did so there was an equivalent method in CF to generate the same hash. You'd have to play around with generating

Re: Adding Salt and Password Hash to existing acocunts

2013-03-07 Thread Bobby
I suggest adding a new bit flag column to the table and only update records that have that flag set to 0. The password update query could set that flag to 1 so if you accidentally run that template twice, you don't hash and salt salted hashes. Step 1, back up the database. On 3/7/13 11:02 AM,

Re: Adding Salt and Password Hash to existing acocunts

2013-03-07 Thread Bobby
Password expirations would definitely be the way I would have gone with this. If I didn't have that option id probably just hash them all with a single update statement in SQL Server rather than involving CF at all. update userTable set passwordColumn =

Re: CFFILE Issue

2013-03-07 Thread Bobby
I'd probably start by trying one of these instead just to see if it made a difference: ./pdf/voucher#user_id#.pdf Or #expandPath('./pdf/')# 'voucher#user_id#.pdf' On 3/7/13 3:41 PM, Bruce Sorge sor...@gmail.com wrote: I am having something strange going on today with my dev machine. I

Re: Anyone see anything wrong with the syntax of the query?

2013-03-05 Thread Bobby
Use cfqueryparam to rule out the value of the arguments variable causing syntax related issues. When an error tells you the line number and it is in a query, it rarely is that actual line; it just knows it is in the query somewhere. On 3/5/13 11:47 AM, Rick Faircloth r...@whitestonemedia.com

Re: Adding Salt and Password Hash to existing acocunts

2013-03-05 Thread Bobby
The original poster never said they were adding salts to existing hashes. They laid out the same scenario of converting plaintext passwords to salted hashes. On 3/5/13 7:06 PM, Justin Scott leviat...@darktech.org wrote: I guess I didn't make myself clear. I wrote a routine that salted and

Re: Localization , French Accents...

2013-02-27 Thread Bobby
My first guess is that it is happening when the file is read in. Was it saved as unicode? I think notepad lets you do that. If not, notepad++ does. On 2/27/13 12:52 PM, Brook Davies cft...@logiforms.com wrote: I am trying to read in a number of text files that contain translations (using

Re: Localization , French Accents...

2013-02-27 Thread Bobby
UTF-8 should do it. On 2/27/13 3:00 PM, Brook Davies cft...@logiforms.com wrote: Should I be saving it in Unicode or UTF-8? -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: February-27-13 11:01 AM To: cf-talk Subject: Re: Localization , French Accents... My first

Re: Localization , French Accents...

2013-02-27 Thread Bobby
Any time. Glad it's worked out. On 2/27/13 3:56 PM, Brook Davies cft...@logiforms.com wrote: Bobby, thanks for the notepad+ idea - it was the encoding on the source file -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: February-27-13 12:05 PM To: cf-talk Subject

Re: SOT: Graphic Artist Software for HTML CSS

2013-02-22 Thread Bobby
In the beginning, I actually sliced designs. When I did, I used Image Ready. It was much better suited for the slicing part than Photoshop. On 2/22/13 12:04 PM, Gerald Guido gerald.gu...@gmail.com wrote: In the past I have used Photoshop's Slice tool. It does a fairly decent job but I have

Re: How would you optimize this SQL?

2013-02-20 Thread Bobby
You could also add schema prefixes to your tables and columns (or alias them) as well as make the 1 a parameter. That should help with execution plan caching. Declare @myBit int Set @myBit = 1 SELECT @intCourseCompletions = COUNT(m.intMemberStageID) FROM dbo.tblMemberStages m WHERE

Re: How would you optimize this SQL?

2013-02-20 Thread Bobby
Will it even cache the plan without the 1 being a parameter? In either case, I'd still advocate the use of schema prefixes/aliases. On 2/20/13 1:15 PM, Dave Watts dwa...@figleaf.com wrote: You could also add schema prefixes to your tables and columns (or alias them) as well as make the 1 a

Re: Anyone using CFPDF/CFPDFFORM to deliver personalized PDFs?

2013-01-15 Thread Bobby
It has been a very long time but a number of years ago, I did a college application in PDF format. The PDF was already defined by the college and the format couldn't change. What I did was go into the PDF and make all of the answer sections form fields. Then, obviously, created a web form to

Re: (ot) Blocking IPs

2012-11-01 Thread Bobby
Ha! I was about to reply with the exact same link... On 11/1/12 4:06 PM, Dave Watts dwa...@figleaf.com wrote: I have found it effective to block troublesome emails for some length of time, usually 6 months does it. http://instantrimshot.com/ Dave Watts, CTO, Fig Leaf Software

Re: HomeSite

2012-10-07 Thread Bobby
I believe it was in the CFWACK for version 4.5 or 5. Maybe you have that book or know someone who does? On 10/7/12 10:27 AM, Richard Colman col...@uci.edu wrote: Hate to bring this up again, but I have used Homesite for many years and do like it. I need to transfer the application to a new

Re: CFHeader Problem

2012-06-26 Thread Bobby
Which CF Version? What is the file size of myfile.zip? And how much memory is allocated to CF? On 6/26/12 11:08 AM, Robert Harrison rob...@austin-williams.com wrote: According to the documentation the default is yes. Robert Harrison Director of Interactive Services Austin Williams

Re: CFHeader Problem

2012-06-26 Thread Bobby
Sorry. I didn't realize it was solved. It would help to not change the subject of the thread ;-) On 6/26/12 10:26 PM, Bobby bo...@acoderslife.com wrote: Which CF Version? What is the file size of myfile.zip? And how much memory is allocated to CF? On 6/26/12 11:08 AM, Robert Harrison rob

CF8 AdminApi throws errors.

2012-06-04 Thread Bobby Hartsfield
to try next? Thanks. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

RE: CF8 AdminApi throws errors.

2012-06-04 Thread Bobby Hartsfield
I set the CF Admin to no authentication (just to test) and it appears to work. There server will be public facing once it is setup so I sure can't leave it that way. it is interesting though... .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original

Re: CF real time data updates possible?

2012-06-03 Thread Bobby
If you are on CF10 (in which case, I'd be jealous), then look into the new WebSockets. If not, then I believe you will be stuck polling for changes on regular intervals to get the submissions of others. Here is an example of websockets in CF10.

Re: Movie To Watch

2012-05-12 Thread Bobby
FYI, There is a cf-community list for these types of off topic threads. On 5/12/12 1:30 PM, Brian Thornton br...@cfdeveloper.com wrote: Bobcat Goldthwait and Darko Productions put our a GREAT movie that challenges society, religion and stereotypes... To me, Robin WIlliams through this movie

Re: date and time from two different inputs query a single datetime field

2012-05-10 Thread Bobby
#createOBDCDateTime(form.xdate_use ' ' form.xtime)# On 5/10/12 9:50 PM, Les Mizzell lesm...@bellsouth.net wrote: cfinput type=text name=xdate_use ex: 05/31/2012 cfinput type=text name=xtime ex: 3:31 PM Given the values used as examples for the fields above, exactly how would I go about

Re: CFINVOKE - Component Location

2012-05-03 Thread Bobby
Try component=gallerycomponents.functions ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

FusionReactor - Development server

2012-04-14 Thread Bobby
I figured if anyone knew the answer to this (outside of FR Support), it would be someone on this listŠ I may have dreamed this because I can't find it again but I thought I read that if you bought a FusionReactor enterprise license, you were also allowed to install a second copy on a development

Re: FusionReactor - Development server

2012-04-14 Thread Bobby
require a license. andy -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: Saturday, April 14, 2012 8:31 AM To: cf-talk Subject: FusionReactor - Development server I figured if anyone knew the answer to this (outside of FR Support), it would be someone on this list© I

Re: Can I ask why this place has been taken over by Brian Thornton aka CFDeveloper

2012-04-12 Thread Bobby
Mike, a couple of emails a day is hardly enough to hide anything. I have no problem seeing everything that comes across the list. I think it's fine the way it is and prefer it. People who don't like it DO have optionsŠ They can filter the emails or they can switch to digest. I'd reconsider

RE: random records no duplicates

2012-03-29 Thread Bobby Hartsfield
) 3: Display the question. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Akos Fortagh [mailto:akos.fort...@yahoo.com] Sent: Thursday, March 29, 2012 4:22 AM To: cf-talk Subject: random records no duplicates hi

RE: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Bobby Hartsfield
I have seen blank white pages served up when CF would run out of memory. CF Exception logs would show outOfMemory errors in those cases. Just something else to check. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Andrew Scott

RE: Local Dev Environment Troubles w/ Virtual Host- CF Builder

2012-03-20 Thread Bobby Hartsfield
Did you add a hosts file entry for 127.0.0.1 myproject.dev so it knows how to resolve it? .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Dan Kraus [mailto:dskr...@gmail.com] Sent: Tuesday, March 20, 2012 8:04 PM To: cf-talk

RE: Image Crop/Resize Tool

2012-02-25 Thread Bobby Hartsfield
+2000 .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Friday, February 24, 2012 4:28 PM To: cf-talk Subject: Re: Image Crop/Resize Tool Like so? http

RE: Difference between cfcontent and cfheader in terms its usage?

2012-02-16 Thread Bobby Hartsfield
.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Jay Pandya [mailto:jaypandy...@gmail.com] Sent: Thursday, February 16, 2012 2:01 AM To: cf-talk Subject: Difference between cfcontent and cfheader in terms its usage? Difference between cfcontent

Java Keystore... why is it needed for valid certs?

2012-02-13 Thread Bobby Hartsfield
? .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

RE: Java Keystore... why is it needed for valid certs?

2012-02-13 Thread Bobby Hartsfield
That is more or less what I suspected but wasn't sure. Thanks for the clarification, Dave. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, February 13, 2012 12:54 PM To: cf

RE: cfspreadsheet issue when reads dates from spreadsheet

2012-02-07 Thread Bobby Hartsfield
the last attribute to the right column number. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Hong Chen [mailto:ho...@cbmiweb.com] Sent: Tuesday, February 07, 2012 2:42 PM To: cf-talk Subject: cfspreadsheet issue when reads dates from

RE: SEO Redirection

2012-02-07 Thread Bobby Hartsfield
Session.EmploymentPartner.ID LT 1 and !listfindnocase('www,beta,dev', listfirst(cgi.server_name), '.') .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, February 07, 2012 5:26 PM To: cf-talk Subject

RE: cfspreadsheet issue when reads dates from spreadsheet

2012-02-07 Thread Bobby Hartsfield
Not sure why I was thinking after. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: Tuesday, February 07, 2012 5:42 PM To: cf-talk Subject: Re: cfspreadsheet issue when reads dates

RE: [5] RE: cfspreadsheet issue when reads dates from spreadsheet

2012-02-07 Thread Bobby Hartsfield
Sounds like the same solution in both cases unless I'm missing something. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Hong Chen [mailto:ho...@cbmiweb.com] Sent: Tuesday, February 07, 2012 6:47 PM To: cf-talk Subject: RE

RE: Best Practice question about database access between Dev and Production Servers

2012-01-28 Thread Bobby Hartsfield
. Of course, you'd want to do that on the production network BEFORE copying it down to the other network. I have seen people do the scrubbing AFTER the move... which is kind of pointless. Just some things to think about. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com

(Job) ColdFusion Programmer

2012-01-27 Thread Bobby June
you. Bobby June / BeyondTek IT Tel: 714-572-1544 x 11 / Fax: 714-982-5094 Yahoo IM: bobbybeyondtekit bo...@beyondtekit.com / www.BeyondTekIT.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

RE: ORM Compositie Key Help

2012-01-09 Thread Bobby Hartsfield
Noob mistake. I had this.ormsettings.flushAtRequestEnd set to flase in applicaiton.cfc and was not using ormFlush() after entitySave. I Must have changed it to false to try an example in John W's book or something. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com

ORM Compositie Key Help

2012-01-08 Thread Bobby Hartsfield
each time I run it so I know its empty to begin with. Both components create the table as I would expect them to (correct columns, types and constraints). I'm sure I'm doing something wrong obviously but I can't seem to find what that is. Any ideas here? Thanks. .:.:.:.:.:.:.:.:.:.:.:. Bobby

RE: ORM Compositie Key Help

2012-01-08 Thread Bobby Hartsfield
FYI, I did read people saying to set the generator of composite keys to assigned (even though I'm pretty sure that is the default) so I did try that but it did not make a difference. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message

RE: ORM Compositie Key Help

2012-01-08 Thread Bobby Hartsfield
() line from statesTest.cfm, it inserts the records fine. Any ideas while I still have hair left? Thanks! .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Bobby Hartsfield [mailto:bo...@acoderslife.com] Sent: Sunday, January 08

RE: StructDelete inside cfc

2012-01-06 Thread Bobby Hartsfield
I'd imagine that it isn't the structDelete line but the CFSET line for recipient_id since the line just above it has an extra quote. cfset var qrySurveyInfo = / Try making that: cfset var qrySurveyInfo = / .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com

RE: list of running cfthreads

2011-12-29 Thread Bobby Hartsfield
Jconsole as well. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Bryan Stevenson [mailto:br...@electricedgesystems.com] Sent: Thursday, December 29, 2011 8:07 PM To: cf-talk Subject: Re: list of running cfthreads Things

RE: fresh cf 9 install can't see administrator

2011-12-13 Thread Bobby Hartsfield
Is /cfide/ in the root of your website? If not, setup a virtual directory to put it there. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Mr. Chedder P. Slam [mailto:chedders...@gmail.com] Sent: Tuesday, December 13, 2011 12

RE: TOT - Forwarding port 80 to two machines with a home Router -- Linksys WRT54GL

2011-12-11 Thread Bobby Hartsfield
of them are small enough to fit on a single floppy disk and run entirely from RAM. So that's my linux firewall spiel. Cheers .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Sunday

RE: TOT - Forwarding port 80 to two machines with a home Router -- Linksys WRT54GL

2011-12-11 Thread Bobby Hartsfield
distros. Enjoy. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Sunday, December 11, 2011 5:09 PM To: cf-talk Subject: Re: TOT - Forwarding port 80 to two machines with a home

RE: Is CFMAIL reliable??

2011-12-05 Thread Bobby Hartsfield
I can only say I've not ran into any issues with the spool needing to be kick started and we send ridiculous amounts of email all day from about 20 different CF 8.01 enterprise servers... all via cfmail. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com

ORM/Hibernate generator issue

2011-12-03 Thread Bobby Hartsfield
; this.sessiontimeout=#createtimespan(0,0,1,0)#; this.applicationtimeout=#createtimespan(0,0,1,0)#; } .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com

RE: ORM/Hibernate generator issue

2011-12-03 Thread Bobby Hartsfield
Thanks Matt. I swear I did try that earlier but I just tried it again to make sure I didn't typo it or something earlier and it got past the error. Today has been one long caching nightmare. Thanks! .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com

RE: Printing barcodes

2011-11-11 Thread Bobby Hartsfield
Thanks for pointing out your own solution. I hope to play around with barcodes soon. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Keith McGee [mailto:kpmc...@frontiernet.net] Sent: Friday, November 11, 2011 2:15 PM To: cf

RE: HouseOfFusion is down (was: CF8 cftextarea richtext is stealing form focus, and being referred to by the form

2011-11-02 Thread Bobby Hartsfield
Yes, but luckily the mailing list is handled by a different server so anyone using regular email is still able to send/reply to the list. AKA... all the REAL users. :-p .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Sean

RE: Hiding email address from spiders

2011-10-13 Thread Bobby Hartsfield
worked well for me in the past. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Thursday, October 13, 2011 8:58 AM To: cf-talk Subject: RE: Hiding email address from

RE: Hiding email address from spiders

2011-10-13 Thread Bobby Hartsfield
The onclick sounds pretty cool. I never thought to do it like that. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Claude Schnéegans schneeg...@internetique.com [mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans schneegans

RE: Shouldn't these statements work?

2011-10-13 Thread Bobby Hartsfield
Say goodbye to your thread Rick. :-/ .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

RE: Shouldn't these statements work?

2011-10-13 Thread Bobby Hartsfield
Now I owe Dave $1. He bet me that he could get you to admit truthiness was a word... crap! .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Thursday, October 13, 2011 6:59 PM

RE: Hiding email address from spiders

2011-10-08 Thread Bobby Hartsfield
++) { thisEmailAddr = thisEmailAddr ## asc(mid(emailArr[i], ii, 1)); } str = replace(str, emailArr[i], thisEmailAddr, 'all'); } return str; } /cfscript .:.:.:.:.:.:.:.:.:.:.:.:. Bobby

RE: Hiding email address from spiders

2011-10-08 Thread Bobby Hartsfield
though, if someone submits some text to their own site that they know is going to be displayed and it has email addresses in it, they probably don't care much about the subject. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From

RE: Hiding email address from spiders

2011-10-08 Thread Bobby Hartsfield
In which case ascii encoding would make them feel better about themselves because they don't know any better. ;-) .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Claude Schnéegans schneeg...@internetique.com [mailto:=?ISO

RE: MXUnit - Fail a success

2011-10-08 Thread Bobby Hartsfield
Yeah, A couple of us were quite sure what I had should work and were surprised when it didn't. Your example looks like a winner to get the test working like it needs to though! .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message

  1   2   3   4   5   6   7   8   9   10   >