RE: ColdFusion SQL Hack

2010-03-22 Thread Mark A. Kruger
a CMS. Or in an application.cfc This.scriptprotect= "all"; -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Paul Alkema [mailto:paulalkemadesi...@gmail.com] Sent: Monday, March 22, 2010 8

RE: CF9 and MS SQL DSN Creation Errors

2010-03-19 Thread Mark A. Kruger
It's called something else in 05/08 - surface area configuration or some :) Naturally they took something that was easy to understand and made it more difficult. Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Me

RE: Anyone have experience with this CF9 hot fix?

2010-03-16 Thread Mark A. Kruger
Yeah... that would really be a head scratcher. You'd hunt all over for a reference problem. Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, Mar

RE: aes--any way to encrypt a hex encoded string in CF?

2010-03-15 Thread Mark A. Kruger
I see what you mean... have you tried using javacast? Cast each item as a string inside a variable, then manipulate them with formatBaseN( ) and then concatenate (or whatever the order is). Make sure your are concat'ing variables not constancts Note... But... I'm not sure this will work, bu

RE: aes--any way to encrypt a hex encoded string in CF?

2010-03-15 Thread Mark A. Kruger
You need "formatBaseN( )" "Hex" is really just base 16 instead of base 10. So... X = 1234567891234567; X = Ucase(FormatBaseN(x,16)); X = x & "10" You get the idea -mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfw

RE: Fastest Hardware for ColdFusion 9?

2010-03-15 Thread Mark A. Kruger
ns of calculations in a short period of time. Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: John Foster [mailto:jfos...@turbosquid.com] Sent: Monday, March 15, 2010 8:31 AM To: cf-talk Subject: Re: Fastest Har

RE: CFDocument Slowness (CF8)

2010-03-14 Thread Mark A. Kruger
I have a lot of tips on this sort of issue do a search for cfdocument on coldfusionmuse.com Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: E Cohe [mailto:cft...@longmeadcrossing.com] Sent: Sunday

RE: query passed by value from a udf?

2010-03-09 Thread Mark A. Kruger
Very true Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, March 09, 2010 9:36 PM To: cf-talk Subject: Re: query passed by value from a udf? >

RE: query passed by value from a udf?

2010-03-09 Thread Mark A. Kruger
Yes ... I jumped in late without paying attention Michael. I'm tracking now :) Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: Tuesday,

RE: query passed by value from a udf?

2010-03-09 Thread Mark A. Kruger
You can circumvent this using duplicate( ) Which makes a deep copy of the object by value. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, March 09, 2010 8:59 PM To: cf-talk Subject: Re: query passed by value from a udf? > Here's another useless questi

RE: CFC's

2010-03-05 Thread Mark A. Kruger
Patrick, Try setting output to "true" on the component... Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Friday, March 05, 2010 2:13 PM T

RE: Serious, intermittent problem with CF Web Service

2010-03-02 Thread Mark A. Kruger
So the dev site hits the WS fine and the live site is intermittent - and they share the same physical server? Do they share the same instance of CF? Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Leon

RE: Serious, intermittent problem with CF Web Service

2010-03-01 Thread Mark A. Kruger
Leon, Are your dev and production systems using different DNS servers? -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Leon Miller-Out [mailto:l...@singlebrook.com] Sent: Monday, March 01, 2010

Test message (please excuse)

2010-02-25 Thread Mark A. Kruger
Folks, I'm sending a test message please excuse the inconvenience. -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 <http://www.cfwebtools.com> www.cfwebtools.com <http://www.coldfusionmuse.com> www.coldfusionmuse.com <http://www.necfug.

RE: Serious, intermittent problem with CF Web Service

2010-02-24 Thread Mark A. Kruger
You are going to need to trap the raw soap when this error occurs (I'm out of other ideas). That means running a test bed and trying to get the error to trigger. Is the error reproducible like that? -mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtool

RE: Updater Problem - Please help

2010-02-22 Thread Mark A. Kruger
Yes! I forgot about that... good tip. I need to write that up. Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, February 22, 2010 5:28 PM To: cf-talk

RE: Updater Problem - Please help

2010-02-22 Thread Mark A. Kruger
Based on your stack trace I would also examine the page in question... I wonder if you don't have an 'undocumented' method call there Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message

RE: Updater Problem - Please help

2010-02-22 Thread Mark A. Kruger
Look in the /runtime/log directory for the "out" log (it can be in different places based on your config) and find the start up routine... you will probably get a clue there. -mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.

RE: Serious, intermittent problem with CF Web Service

2010-02-22 Thread Mark A. Kruger
lf is involved in some kind of dynamic WSDL compile... perhaps we need to know more about it. How often does the WSDL change? Like Dave, I think I would try a static WSDL and see if that mitigates the error. If it doesn't then something more dynamic is going on in the bowels of the WS. -ma

RE: Serious, intermittent problem with CF Web Service

2010-02-22 Thread Mark A. Kruger
from recompiling the stub? Did you say the WS simply refuse to work after this error is thrown? -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Leon Miller-Out [mailto:l...@singlebrook.com] Sent: M

RE: SOT: "most important" CFML framework

2010-02-21 Thread Mark A. Kruger
t; jobs you might be able to make a firm statement there. -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Sunday, February 21, 2010 10:54 AM To: cf-t

RE: SOT: "most important" CFML framework

2010-02-21 Thread Mark A. Kruger
You may be a little off here Fusebox has been around a LOT longer than the other ones. Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Sunday

RE: Where to encrypt - cf or db or both?

2010-02-18 Thread Mark A. Kruger
Dave, You win my weekly erudition award :) -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, February 18, 2010 6:41 PM To: cf-talk Subject

RE: CF8/Vista 64 debug output not showing up

2010-02-18 Thread Mark A. Kruger
Mary Jo, I have CF 8 (32bit) installed on a 64bit Win7 desktop using the "built in" web server and I am able to get debugging running fine - so I do not think this is a 64bit or a win7 issue. Please forgive this question - I know you know what you are doing, but I wonder if you have the right ch

RE: local sql error, not on live site.

2010-02-18 Thread Mark A. Kruger
I would post the whole query... sometimes the line number is not precisely correct :) -mk Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Matthew Smith [mailto:chedders...@gmail.com] Sent: Wednesday

RE: How much memory does CF8 really need?

2010-02-17 Thread Mark A. Kruger
Short answer ... no... you shouldn't do this. 512 megs or RAM is a pitifully small amount for the OS to use let alone the CF and IIS server. Get at least a gig :) Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Me

RE: CF8/Vista 64 debug output not showing up

2010-02-16 Thread Mark A. Kruger
Try adding the IPv6 address or disabling IPv6. The local loopback uses it. Also look through the code for any cfsetting showdebugoutput="no" -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message

RE: cfhttp on dev box and the hosts file

2010-02-12 Thread Mark A. Kruger
Brad, I was just going to write that as well... flushing the DNS and then restarting CF is usually what is needed. Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: b...@bradwood.com [mailto:b

RE: cfhttp on dev box and the hosts file

2010-02-12 Thread Mark A. Kruger
If you mean a host file on the server making the HTTP call then typically YES. Most OS are configured to check HOSTS first before making a DNS query. You can alter this behavior, but most admins don't. It is sometimes useful to be able to "short circuit" DNS on a server. -Mark

RE: sql editor

2007-11-30 Thread Mark A Kruger
Ah I see... Well that's a nice tip (still hate it though :) -mark -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 11:21 AM To: CF-Talk Subject: Re: sql editor >>Ok... How do you get Access to use the join syntax? Where joining

RE: sql editor

2007-11-30 Thread Mark A Kruger
Claude, Ok... How do you get Access to use the join syntax? -mark -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 9:06 AM To: CF-Talk Subject: Re: sql editor >>For example, if you use Access to create JOIN query you will not get J

RE: sql editor

2007-11-30 Thread Mark A Kruger
Ah... Although this may work as a starting point I would recommend that you learn to write queries by hand. For the most part advanced techniques will not ba accessible to you by way of a wizard. The access query builder, Query Analyzer, Auqua... All of them are capable of giving boiler plate

RE: cfswitch in cf8

2007-11-26 Thread Mark A Kruger
A bit off of this particular topic but this got me working with JavaCast( ) trying to influence the way CF handles the comparison operater. I wrote a blog post about it. http://www.coldfusionmuse.com/index.cfm/2007/11/26/javacast.iterations The summary is that fiddling with the way CF handles co

RE: VPS or Dedicated CF Hosts

2007-11-19 Thread Mark A Kruger
You know Guy with a mop and a broom dusting in the server room, taking out the trash, fiddling with Coldfusion mappings... Same old story :) -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Monday, November 19, 2007 3:09 PM To: CF-Talk Subject: Re: VPS or Dedic

RE: dumpy goodness

2007-11-12 Thread Mark A Kruger
Brad, Regarding WDDX I have some (admittedly hazy) recollection as to its origin and development that I gained from using it to port stock quotes from CF to Java, ASP, Perl and PHP. Here's what I remember - but take it with a grain of salt since I'm pulling this out of my a...erear. WDDX is

RE: dumpy goodness

2007-11-12 Thread Mark A Kruger
My guess would be that the SQL code behind the error is quite large and pushes WDDX beyond it's buffer limit. In the old days you couldn't build a packet bigger than 64k (or something like that). I'm not sure if that is still a limitation but I suspect it is. Try dumping each of the individual cfca

RE: CF 8 & Perl on Win 2003 box

2007-10-31 Thread Mark A Kruger
Ian, I don't think Perl runs very well on windows. We had spam assassin running on a windows box and it used too much CPU to be viable. We moved it to a Linux box. That's my take. -Mark -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2007 4:1

RE: Custom Error Page on HostMySite for missing templates/incorrect URLs...

2007-10-31 Thread Mark A Kruger
Les, You can configure a CFM page as a 404 handler using IIS (or apache). I have the IIS instructions here. http://mkruger.cfwebtools.com/index.cfm?mode=entry&entry=8F4658E4-0763-5FB7- 67D23B839AB74005 A followup here helps with a possible configuration error (file exists) http://www.coldfusion

RE: CFC to check spam score BEFORE sent...

2007-10-30 Thread Mark A Kruger
Gotcha Very cool. I will check it out. -Original Message- From: Steve Bryant [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 1:51 PM To: CF-Talk Subject: Re: CFC to check spam score BEFORE sent... Mark, It assigns points to each email (actually to each structure that it

RE: CFC to check spam score BEFORE sent...

2007-10-30 Thread Mark A Kruger
Steve, I took a look at this and it's nifty.. But does it actually "score" the email? Or does it just flag is Spam or not spam. From the samples I saw it was just the latter. I'd be interested if the spam was a score. I have a couple of folks with applications where this would be of benefit. -M

RE: Alagad Affiliate Program - or - We'll pay you for leads

2007-10-30 Thread Mark A Kruger
Ahem... CF Webtools also pays generous referral fees. If anyone wants a rate sheet email me directly and I will send them one. As for the spam please blame Doug - he opened the door (ha). -Mark -Original Message- From: Doug Hughes [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 200

RE: Server performance problem since upgrading to CF8

2007-10-30 Thread Mark A Kruger
That makes me think you should try a different GC... How about the concMarksweep GC? Theoretically it should handle scheduling across multiple procs better than the default parallel GC. Can you post your java args from the JVM.config file - and the general config of the server? -Mark -Origin

RE: CFQueryParam apostrophe problem when using SET NOCOUNT

2007-10-26 Thread Mark A Kruger
Yes... Of course - @@Identity won't come back without an alias... Nor will scope_identity() Perhaps this is one of those settings that defaults on the server or in the driver and therefore it could blow up if the setting is changed. I could swear that I had to set it OFF in order to get back @@Id

RE: CFQueryParam apostrophe problem when using SET NOCOUNT

2007-10-26 Thread Mark A Kruger
Dave, I have always used the "SET NOCOUNT" when doing an insert followed by a select - especially if there is a logic block in the query. But you make me wonder if that choice was superflous. -mark -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, October 26,

RE: cfqueryparam and dynamically-created SQL

2007-10-24 Thread Mark A Kruger
Dom, To know this you have to test. SPs are marginally faster in "most" cases - and just like cfqueries they have to be well written. There is not enough of a boost in performance (when comparing SPs to well written queries using cfqueryparam to bind the data) to make a hard and fast rule that S

RE: CFMX 7 - Jrun 100%

2007-10-23 Thread Mark A Kruger
Jenny, There are many reasons that JRUN might be hanging ... Requests thresholds, out of memory, JVM config options, networking I have quite a few entries on my blog about as do many others who monitor this list. Just search "JRUN" or "hang"... And see what you get... Here are a couple of mine

RE: New 64-bit Dev Server

2007-10-23 Thread Mark A Kruger
Speaking to one point here I'm not a fan of putting all these together on the same box. In particular I don't like bundling the web server and DB server together. But in regard to your point about Exchange and SQL server stepping on each other - that's not terribly likely. MS "small business se

RE: Cold Fusion and VMWare?

2007-07-25 Thread Mark A Kruger
If I wanted to use VM Ware to run... Let's say 3 separate Coldfusion servers and have sufficient resources for all of them. What would be acceptable hardware for that? Any input? -mark -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 5:15 PM

RE: Execute a batch file with CFEXECUTE

2007-06-20 Thread Mark A Kruger
Of course... You can use domain accounts for this as well... Making sure the share is permissioned for a group or user on the domain and then running the cf server on that domain account. -Original Message- From: Calvin Trinh [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 11:09

RE: Execute a batch file with CFEXECUTE

2007-06-20 Thread Mark A Kruger
You don't need a "mapped" drive to do this.. Drive mapping is really a convention for the convenience of users. You should... 1) On the server you are copying TO create "share" ... The share will have a name (let's call him bob). 2) Create a USER on that same server ... Lets say "sam" with a pass

OT: Looking for new design contractor...

2007-06-14 Thread Mark A Kruger
. Any experience with farcry would be a plus. -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com <http://www.cfwebtools.com/> www.coldfusionmuse.com <http://www.coldfusionmuse.com/> <http://www.necfug.

RE: Tools for converting videos to FLV?

2007-05-22 Thread Mark A Kruger
Don't you think $249 or $199 counts as a low cost provider? Seems quite reasonable to me. -mark -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 1:25 PM To: CF-Talk Subject: RE: Tools for converting videos to FLV? Thanks for the suggestions

RE: Flex = Open Source

2007-04-26 Thread Mark A Kruger
I take it FDS is still an arm and a leg though - right? -mark -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 2:06 PM To: CF-Talk Subject: Re: Flex = Open Source On 4/26/07, Brad Wood <[EMAIL PROTECTED]> wrote: > In theory, but it would take

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Mark A Kruger
I'm late coming in here so sorry if this has already been hashed over. I wanted to refer you to a post I wrote some time back on this topic: http://www.coldfusionmuse.com/index.cfm/2006/3/16/server-side.client-side.va lidation In particular the comments at the bottom are interesting -mark

RE: Caching gone wild

2007-04-16 Thread Mark A Kruger
I know this seems silly - but make sure that "trusted cache" is off. If it is on, then the behavior you describe below is correct. -Mark -Original Message- From: Chris Ditty [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 8:23 AM To: CF-Talk Subject: Caching gone wild For some

RE: Contract rates

2007-04-11 Thread Mark A Kruger
Right That's the rub. Although in my experience it happens all the time. Recruiters rarely enforce that part of the contract because they can't afford to alienate the customer. -Mark -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 11:0

RE: chart images distorted when creating PDF

2007-04-03 Thread Mark A Kruger
- it doesn't look wrong... -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 6:29 PM To: CF-Talk Subject: RE: chart images distorted when creating PDF Rafael, Why don't you post the contents of the /runtime/bin/jvm.confi

RE: chart images distorted when creating PDF

2007-04-03 Thread Mark A Kruger
Rafael, Here's a post on how the jvm.config file can get corrupted... And how to fix it. http://www.talkingtree.com/blog/index.cfm/2006/4/7/CFAdmin-problems-when-edi ting-JVM-settings Pete is a certified java genius :) -mark

RE: chart images distorted when creating PDF

2007-04-03 Thread Mark A Kruger
28 user CFFormGateway: init 04/03 18:07:28 user failed to load: flashgateway.controller.GatewayServlet 04/03 18:07:28 user CFInternalServlet: init Server coldfusion ready (startup time: 7 seconds) -----Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 20

RE: chart images distorted when creating PDF

2007-04-03 Thread Mark A Kruger
Server coldfusion ready (startup time: 7 seconds) -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 6:08 PM To: CF-Talk Subject: RE: chart images distorted when creating PDF Rafael, Is there a message in the /runtime/logs/ directoryin the *

RE: chart images distorted when creating PDF

2007-04-03 Thread Mark A Kruger
init 04/03 18:07:28 user failed to load: flashgateway.controller.GatewayServlet 04/03 18:07:28 user CFInternalServlet: init Server coldfusion ready (startup time: 7 seconds) -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 6:08 PM To: CF-Talk Subject: RE: chart images

RE: chart images distorted when creating PDF

2007-04-03 Thread Mark A Kruger
Rafael, Is there a message in the /runtime/logs/ directoryin the *.out file It should show the startup progress and may show "where" the exception occurred. Did you back up the cfusionmx7 directory befor beginning. Did you have any trouble on the updgrade? -mark -Original Message

RE: SQL question

2007-04-03 Thread Mark A Kruger
.com/ask-ben/ -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 10:30 AM To: CF-Talk Subject: RE: SQL question Ben, Ok... Nicely done. What about "BETWEEN" ... Any benefits there? WHERE date_created BETWEEN @dat

RE: SQL question

2007-04-03 Thread Mark A Kruger
Ben, Ok... Nicely done. What about "BETWEEN" ... Any benefits there? WHERE date_created BETWEEN @date AND @date + 1 -Mark -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 9:26 AM To: CF-Talk Subject: RE: SQL question People people people :)

RE: SQL question

2007-04-03 Thread Mark A Kruger
Ooh.. I like that one -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 9:10 AM To: CF-Talk Subject: Re: SQL question Chad Gray wrote: > I want to find all records with the day 4/2/2007? WHERE DATEDIFF(day, dateCreated,'4/3/2007')=0 ~

RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-05 Thread Mark A Kruger
No prob :) -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 12:57 PM To: CF-Talk Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site Absolutely. Thats the type of feedback that I was looking for. Thanks Mark. Rey Mark A

RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-05 Thread Mark A Kruger
I would prefer a separate category or page for "adult" or "mature" themed sites. Here's my reasoning - posted in good humor and with no intent to flame or be flamed... (I forgot my asbestos underwear today). For me this is less a moral issue than a business issue. The owners of the sites that I've

RE: Formatting your SQL Statements

2007-03-01 Thread Mark A Kruger
loper www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 4:04 PM To: CF-Talk Subject: RE: Formatting your SQL Statements What do you mean? Out of like ... Firehose mode? I use

RE: Formatting your SQL Statements

2007-03-01 Thread Mark A Kruger
What do you mean? Out of like ... Firehose mode? I use query analyzer to write and it formats splendidly - as does the script generator... What part of SQL server are you rioting against :) -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 2:49

RE: Wtf time: "name can't be empty"??

2007-02-28 Thread Mark A Kruger
Right... Sorry... I believe you are right about that. -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 1:39 PM To: CF-Talk Subject: Re: Wtf time: "name can't be empty"?? On 2/28/07 2:29 PM, Mark A Kruger wrote: > T

RE: Wtf time: "name can't be empty"??

2007-02-28 Thread Mark A Kruger
The underscore is a wildcard placeholder. Try escaping it like so Name = 'email[_]text' -Mark -Original Message- From: Steve Milburn [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 1:04 PM To: CF-Talk Subject: Re: Wtf time: "name can't be empty"?? I just looked it up - "

RE: Managing multiple CF7 instances to one IIS site

2007-02-22 Thread Mark A Kruger
I have a decent post on how to get multi server installed with different JVM settings per instance. http://www.coldfusionmuse.com/index.cfm/2006/4/17/multiserver -Mark -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 2:38 PM To: CF-Talk Sub

RE: Reading CSV files with the ODBC text driver

2007-02-15 Thread Mark A Kruger
The idea behind the driver is speed. It is definitely faster than CFHTTP - but it has it's own nuances obviously. -mk -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 11:54 AM To: CF-Talk Subject: RE: Reading CSV files with the ODBC text dri

RE: Reading CSV files with the ODBC text driver

2007-02-15 Thread Mark A Kruger
Nick, Try putting a specific named lock around your CFFILE operation. I suspect CF has the file still locked. -Mark -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 11:36 AM To: CF-Talk Subject: Re: Reading CSV files with the ODBC text dr

RE: Reading CSV files with the ODBC text driver

2007-02-13 Thread Mark A Kruger
Nick, Is the file unlocked and does the driver have permissions to access it? -Mark -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 9:46 AM To: CF-Talk Subject: RE: Reading CSV files with the ODBC text driver Thanks for the update Nick

RE: Quick help on a mod rewrite rule

2007-02-12 Thread Mark A Kruger
?StateName=%1 [R=301,L] This is not tested, but this should work... Russ > -Original Message- > From: Mark A Kruger [mailto:[EMAIL PROTECTED] > Sent: Monday, February 12, 2007 11:48 AM > To: CF-Talk > Subject: Quick help on a mod rewrite rule > > I apologiz

RE: Quick help on a mod rewrite rule

2007-02-12 Thread Mark A Kruger
e you using? > > > Steve Brownlee > http://www.fusioncube.net/ > > > -Original Message- > From: Mark A Kruger [mailto:[EMAIL PROTECTED] > Sent: Monday, February 12, 2007 11:48 AM > To: CF-Talk > Subject: Quick help on a mod rewrite rule > > I apologize fo

Quick help on a mod rewrite rule

2007-02-12 Thread Mark A Kruger
I apologize for those of you who may have seen this post on another list this morning... I'm having trouble finding an answer. I really suck at these. I need a rule that will turn this: http://www.wheretobuild.com/States/xq/ASP/StateName.Kansas/qx/index.htm Into this: http://www.wheretobui

RE: CFML IDE's

2007-01-22 Thread Mark A Kruger
What in the ham sandwidch is he talking about? -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 11:18 AM To: CF-Talk Subject: Re: CFML IDE's you mean IDE's or just text editors? Homesite is a great text editor, so I am told. Wouldn't touch i

RE: My sincerest apologies to Brian Simmons, CentraSoft.Com, and to the entire ColdFusion community

2007-01-17 Thread Mark A Kruger
You want to be careful declaring option b too painful there dave... Unless you have a comfy couch (hehe). -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 1:13 PM To: CF-Talk Subject: RE: My sincerest apologies to Brian Simmons, CentraSoft.C

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Mark A Kruger
I understand that beggars can't be choosers but Here are a couple of tips: 1) Find out about the company or client's financing. Most clients will give you reassurance (as in "yes I can pay.. I'm loaded with cash and everyone lves my idea"), but see if you can get more information than tha

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Mark A Kruger
w you are going to do it. (are you going to provide any of the elements by buying it ready-made or are you going to cut it all yourself?) Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET host

RE: Client asked me: "Why you use coldfusion?"

2007-01-12 Thread Mark A Kruger
If you are talking about all custom development I'd say that 3500 will cover writing the requirements documentafter that you are going to be working for free :) Pull out your calculator and figure hours per application piece. Add 5% for documentation and 10 to 15% for debug and revision - and

RE: PostgreSQL vs. MSSQL

2007-01-08 Thread Mark A Kruger
Jordan, One note - MS SQL is not "case insensitive". In it's default collation it is case insensitive - but it can be either case sensitive OR case insensitive depending on install options and collations. -mark -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent:

RE: One year behind

2007-01-08 Thread Mark A Kruger
Robert, Try #Year(Dateadd('y',-1,now()))# -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Monday, January 08, 2007 11:30 AM To: CF-Talk Subject: One year behind How do I date format a year behind the current year? In other words, I would like to populate a drop

RE: Flash progress bar in coldfusion

2006-12-26 Thread Mark A Kruger
The first observation is that you can only run this through the file system not through a web browser ... For that you would need "http://"; not "file://" Secondly, running it through the file system will likely cause the content to be blocked based on security settings so you will have to ove

RE: CFScript inside a CFC

2006-12-15 Thread Mark A Kruger
Chris, I'd say our problem isn't cfscript (which I use routinely inside of a cffunction tag). You problem is that you are declaring a functions inside of a function. -mark -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 9:34 PM To:

RE: Referencing Goofy Fieldnames

2006-12-15 Thread Mark A Kruger
PS. Watch for wrapping on the link below. -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 3:34 PM To: CF-Talk Subject: RE: Referencing Goofy Fieldnames Ian, This blog entry might help: http://www.coldfusionmuse.com/index.cfm/2005/09/08

RE: Referencing Goofy Fieldnames

2006-12-15 Thread Mark A Kruger
Ian, This blog entry might help: http://www.coldfusionmuse.com/index.cfm/2005/09/08/isdefined%20vs%20structke yexists It illustrates some of the things you an do with "goofy field names :) -mark ~| Create robust enterprise,

RE: Bond sucks and cfreturn sucks

2006-12-11 Thread Mark A Kruger
I would note that it IS possible to use cfset using this syntax... For example.... The use of "var" inside of cfset is also another example of an attribute without a name value pair (as in ) -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Sunday, December 10, 200

RE: Keystore > SSL Validation Nightmare

2006-12-08 Thread Mark A Kruger
James, Yes, I would agree with you - it looks like you are able to resolve all-right. Have you managed to get the cert into your keystore correctly? Also, there is an issue with JVM versions... I wrote a blurb on it. http://www.coldfusionmuse.com/index.cfm/2006/11/2/keystore.JVM.Workaraound

RE: Keystore > SSL Validation Nightmare

2006-12-08 Thread Mark A Kruger
I assume you have verified that the domain is resolvable from the server? Is the server able to resolve the domain into the correct IP address? The error below makes me think you have a resolution issue. If that same server has a "non ssl" page on it.. .try a cfhttp call to it and see what you get

RE: *** SPAM *** Fusebox now being steered by Teratech (Q&A Today 2pm EST)

2006-12-08 Thread Mark A Kruger
Ben, I actually like this news. Hal (et al) have been great, but Michael Smith and his crew are very gifted at marketing and organization. I could see them putting some real energy behind FB - and the training materials would improve as well. -Mark -Original Message- From: Ben Koshy [ma

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Mark A Kruger
We do exaclty this for a customer with "affiliates". They actually share a single codebase. When a web request comes in we check out the first part of the domain string which is like "affiliateid".domain.com (ie. 888.domain.com). From that information we can "set up" the properties of that affil

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Mark A Kruger
d IP. Not sure I understand that... do you mean a wildcard entry for an IP for a particular CMS domain? Rick -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 11:55 AM To: CF-Talk Subject: RE: Advice needed on how to proceed with a

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Mark A Kruger
You can pretty easily make "www.rea.white Work. I do this routinely. If I add a subdomain intended for run of the mill users I also add a "www. Entry for it in DNS and the host header as well... Another approach is to use a wildcard entry with a dedicated IP. -mk -Original Message

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Mark A Kruger
I'd be interested in hearing a short list of those features... Let's get them added - at least as plugins :) -mark -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 2:01 AM To: CF-Talk Subject: Re: Advice needed on how to proc

RE: MySQL to MSSQL Help

2006-11-19 Thread Mark A Kruger
I believe you will have to use a third party "extended" stored procedure to support Regex. Can you describe what you are trying to accomplish with the regex? -Mark -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Saturday, November 18, 2006 4:44 PM To: CF-Talk Subjec

RE: MySQL to MSSQL Help

2006-11-18 Thread Mark A Kruger
you would need an add on extended function ... I recall one called xp_regex_... something. IF you google around you might find it. Good luck! -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com <http://www.cfwebtools.com/> www.coldfusionmuse.com <http:

RE: FW: CFGURU: RegEx help (easy one)

2006-11-10 Thread Mark A Kruger
Javascript. Not so much cfmx yet. On 11/10/06, Mark A Kruger <[EMAIL PROTECTED]> wrote: > Ok... Nice - thanks Umm... One more, how about accounting for a colon? > \: ? > > -Original Message- > From: Jerry Johnson [mailto:[EMAIL PROTECTED] > Sent: Friday, November 10, 200

<    1   2   3   4   5   6   7   8   9   10   >