Iif() Evaluation Weirdness

2015-02-03 Thread Mosh Teitelbaum
evaluated, regardless of the condition in the first argument. Not sure why that is though given that they're both wrapped in DE() functions. Any suggestions? Thanks. -- Mosh Teitelbaum ~| Order the Adobe Coldfusion Anthology

RE: Iif() Evaluation Weirdness

2015-02-03 Thread Mosh Teitelbaum
of its argument until it was actually needed (e.g., when the IIF() function's first argument evaluates to true). If not, then the only way to use a variable, that may not be defined, is by way of the full cfif treatment. Is that right? -- Mosh Teitelbaum

RE: Iif() Evaluation Weirdness

2015-02-03 Thread Mosh Teitelbaum
Thanks Russ (and Dave). That's the route I ended up going to. Kind of annoying as I think the Iif() method produces cleaner code (and I had already written it) but it is what it is. -- Mosh Teitelbaum Russ Michaels wrote If you are going to use a variable that doesn't exist then using

CF10 Std Educational Pricing

2013-02-22 Thread Mosh Teitelbaum
Standard? Thanks. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

RE: CF10 Std Educational Pricing

2013-02-22 Thread Mosh Teitelbaum
Thanks Adam. The wording is a bit vague as to whether or not it means for the purposes of teaching/learning ColdFusion specifically or for any type of education. I'll give a call to find out. Thanks. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ From: Adam Cameron

ColdFusion MX 7 Updater 2

2013-02-05 Thread Mosh Teitelbaum
access to the 7.0.2 updater. Anyone have it and willing to share? The filename should be coldfusion-70-updater2-win.exe and it should weigh in at about 46.1 MBs. MD5 Checksum of 8dde3d2e45541d2cf4e1db90d33668ab . Thanks in advance. -- Mosh Teitelbaum

RE: ColdFusion MX 7 Updater 2

2013-02-05 Thread Mosh Teitelbaum
Russ: Thanks, I'm aware of that and have suggested to the client that they upgrade. They're not interested. But thanks for the warning. -- Mosh Teitelbaum From: Russ Michaels [mailto:r...@michaels.me.uk] Just so you are aware, all security vulnerabilities that have come out

RE: CFPDF Error

2012-12-11 Thread Mosh Teitelbaum
with a new one (e.g., pdfFile2) since some of those blocks are in loops that iterate different amounts of times based on circumstances. I've never seen this error before, certainly not while the website was on the previous server. Any ideas? Thanks in advance. -- Mosh Teitelbaum mosh.teitelb

CFPDF Error

2012-12-07 Thread Mosh Teitelbaum
never seen this error before, certainly not while the website was on the previous server. Any ideas? Thanks in advance. -- Mosh Teitelbaum mosh.teitelb...@evoch.com ~| Order the Adobe Coldfusion Anthology now! http

RE: Verity Collections Stalling

2012-08-22 Thread Mosh Teitelbaum
Paul: Not happy to hear that but I suppose it's better than continuing to rip my hair out. Thanks for the help. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ Paul Vernon wrote: Seriously, that solution is what I came up with after spending more time than I'd like to admit

RE: Verity Collections Stalling

2012-08-21 Thread Mosh Teitelbaum
. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ Russ Michaels wrote: Check the event log for issues with the search service. Check the.cfusion runtime logs also indication of service issues. C:/coldfusio/runtime/logs

RE: Verity Collections Stalling

2012-08-21 Thread Mosh Teitelbaum
to stall? Thanks. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ Paul Vernon wrote: I actually have an exception handler to deal with this very problem... It's pretty specific to our system but you'll get the idea

Verity Collections Stalling

2012-08-20 Thread Mosh Teitelbaum
? I'm never made aware of the problem until someone tries to run a search against a stalled collection so I only get error information for the error after the fact. But none of the logs seems to show anything that would cause this either. Thanks in advance. -- Mosh Teitelbaum evoch, LLC http

Chrome Display Issue

2012-02-20 Thread Mosh Teitelbaum
) the page displays properly but the More link doesn't work. Mousing over it doesn't change the background color or mouse cursor like in the other browsers and clicking on it does nothing. In fact, you can't even select the text. Any ideas? Thanks in advance. -- Mosh Teitelbaum evoch, LLC http

RE: Chrome Display Issue

2012-02-20 Thread Mosh Teitelbaum
positioning. Once I added in position: relative;, the link works as expected in all browsers. Thanks for the assist. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ Paul Giesenhagen wrote: It has to do with the topicArea_1(2or3) div is over the top of the moreLessTab div ... which is holding

RE: Best way to use cfschedule for large number of tasks

2011-06-01 Thread Mosh Teitelbaum
Al: Thanks. I like the idea of associating a priority with each task. Good idea! -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: mosh.teitelb...@evoch.com WWW: http://www.evoch.com/ -Original Message- From: Al Musella, DPM [mailto:muse

Best way to use cfschedule for large number of tasks

2011-05-31 Thread Mosh Teitelbaum
scheduler after it has been executed, etc.). Any thoughts as to which approach (or a different one altogether) is better? Thanks in advance. -- Mosh Teitelbaum evoch, LLC ~| Order the Adobe Coldfusion Anthology now! http

RE: Best way to use cfschedule for large number of tasks

2011-05-31 Thread Mosh Teitelbaum
). That is, if the task is set to run at 5:00 PM, it should run as close to 5:00 PM as possible (think calendar alert sensitive vs. giving someone scheduled medicine critical). Thanks. -- Mosh Teitelbaum evoch, LLC Dan G. Switzer, II wrote: I've always preferred having a single background task to manage a queue

RE: Reading Microsoft smart quotes with CFFILE

2009-12-09 Thread Mosh Teitelbaum
CFFILE to read them properly? Thanks. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ Robert Harrison wrote: Replace them in a var before trying to do anything with them: #ReplaceList(trim(YOURCONTENT), ',.,, ,'',...,, )# Mosh Teitelbaum wrote: I'm trying to read content from an XML

Reading Microsoft smart quotes with CFFILE

2009-12-08 Thread Mosh Teitelbaum
on what character set I should use or, barring that, another means of reading the content from the disk? TIA -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ ~| Want to reach the ColdFusion community with something

Reading Microsoft smart quotes with CFFILE

2009-12-08 Thread Mosh Teitelbaum
on what character set I should use or, barring that, another means of reading the content from the disk? TIA -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ ~| Want to reach the ColdFusion community with something

After the fact: SQL Injection Scanner

2009-10-21 Thread Mosh Teitelbaum
. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 WWW: http://www.evoch.com/ ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

RE: After the fact: SQL Injection Scanner

2009-10-21 Thread Mosh Teitelbaum
if any of those fields appear suspicious. Something that would report on any varchar fields contain script, etc. Thanks. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: mosh.teitelb...@evoch.com WWW: http://www.evoch.com/ -Original Message- From: Mark Kruger

RE: After the fact: SQL Injection Scanner

2009-10-21 Thread Mosh Teitelbaum
is down for some reason) but with the PHP files, they could have changed the database without having to do so via the URL. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: mosh.teitelb...@evoch.com WWW: http://www.evoch.com/ -Original Message- From: Andy

RE: After the fact: SQL Injection Scanner

2009-10-21 Thread Mosh Teitelbaum
Charles: Thanks for the reply. Unfortunately, they don't know when the attack happened and their current hosting company has not been very attentive to backing up files or the database. It's also built on a CMS with page content changes made daily. Thanks. -- Mosh Teitelbaum evoch, LLC Tel

cfpdf processddx problems

2009-08-31 Thread Mosh Teitelbaum
with the weird spacing. Does anyone know if there's a limitation in the processddx functionality that prevents it from reading PDF files that have been processed that way? Thanks in advance. -- Mosh Teitelbaum evoch, LLC WWW: http://www.evoch.com

RE: File upload suddenly stops working

2009-05-08 Thread Mosh Teitelbaum
Brent: Thanks. I have FTP access to the server so I've been able to work with the code but not with the OS or CF Admin. Modifying the code hasn't changed anything so I'm fairly certain it's a server-side (permissions, etc.) issue. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ Brent

RE: File upload suddenly stops working

2009-05-08 Thread Mosh Teitelbaum
Dennis: Thanks for the reply. Unfortunately, this is not a client-side issue. The problem appears regardless of the client computer being used. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ UXB Internet wrote: We had a case a while ago where a client using a similar cffile upload

File upload suddenly stops working

2009-05-05 Thread Mosh Teitelbaum
a year ago from a Win2000 server to a Win2003 server but didn't change anything else. The code still works perfectly well in my test environments. Does anyone have any clues as to what could be causing this problem? TIA -- Mosh Teitelbaum evoch, LLC http://www.evoch.com

RE: File upload suddenly stops working

2009-05-05 Thread Mosh Teitelbaum
know that it worked in December of 2007, the last time (according to the file's date stamp) that a file was uploaded. So it could have broken anytime in the last year-and-a-half. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ Andy Matthews wrote: I just had an issue with my host the other day

RE: File upload suddenly stops working

2009-05-05 Thread Mosh Teitelbaum
Matt: Have you heard of any security updates that would affect CF5 in this way? -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ Matt Robertson wrote: A Windows security update would seem to be one of the usual suspects when it comes to mysterious behavioral changes

RE: Detect a 301 redirect

2009-05-05 Thread Mosh Teitelbaum
Ian: You could append a URL variable to the redirect URL that indicates the URL the redirect came from. In other words, something like: CFLOCATION URL=newUrl.cfm?oldUrl=oldUrl.cfm STATUSCODE=301 The new page would simply have to check for the oldUrl variable in the URL scope. -- Mosh

RE: File upload suddenly stops working

2009-05-05 Thread Mosh Teitelbaum
and said everything looks as it should. Thanks. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

RE: File upload suddenly stops working

2009-05-05 Thread Mosh Teitelbaum
sure your cgi.request_method is post like you think it is? Sounds like you have already checked the form scope exists. Yup, definitely using post. Thanks. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ ~| Adobe

RE: Question about hack

2009-04-06 Thread Mosh Teitelbaum
on that server that had an index.cfm file had had that file modified to include the malicious code. HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: mosh.teitelb...@evoch.com WWW: http://www.evoch.com/ -Original Message- From: Nick Gleason [mailto:n.glea

RE: From and ReplyTo address, CFMAIL and Spam filters...

2009-01-26 Thread Mosh Teitelbaum
. Oftentimes, SMTP servers are configured to only accept messages with a From header that includes the SMTP server's domain. However, if the server supports authentication (as they all should to better prevent Spam), the authentication tends to override the previous requirement. -- Mosh Teitelbaum evoch

RE: Copying files to a network directory

2009-01-26 Thread Mosh Teitelbaum
(which cannot have mapped drives). So, either change how the service logs in (via the Services control panel applet or use the UNC. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ ~| Adobe® ColdFusion® 8 software 8

RE: Break from the SQL Injection thread.... weird SQL error

2008-08-08 Thread Mosh Teitelbaum
Scott: That error usually indicates an error with the query itself, not necessarily an error with the value passed in. For example, you may be missing a comma after the 10th parameter (i.e., the 10th cfqueryparam). Send the SQL code from the debug info and let's see what we can do. -- Mosh

URLs being appended to query string

2008-04-22 Thread Mosh Teitelbaum
on? Thanks. -- Mosh Teitelbaum evoch, LLC WWW: http://www.evoch.com/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098

RE: URLs being appended to query string

2008-04-22 Thread Mosh Teitelbaum
as it sucks, it's good to hear this is happening elsewhere as well. I'll have to revamp the error notification system to ignore this sort of error. Thanks. -- Mosh Teitelbaum evoch, LLC WWW: http://www.evoch.com/ ~| Adobe

Website Statistics Recommendations

2008-03-13 Thread Mosh Teitelbaum
. Thanks. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

RE: Website Statistics Recommendations

2008-03-13 Thread Mosh Teitelbaum
Thanks for the recommendations everyone. I'll check them out. -- Mosh Teitelbaum evoch, LLC WWW: http://www.evoch.com/ -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Can anyone recommend a website statistics (log analyzer or otherwise) package that can work

ColdFusion companies in Vermont

2008-02-26 Thread Mosh Teitelbaum
All: Does anyone know of any companies in Vermont (preferably around Burlington) that provide ColdFusion development and support? Maybe I just wasn't searching with the right terms but Google came up pretty short. Sorry for the slightly OT post. TIA -- Mosh Teitelbaum evoch, LLC

RE: CFQueryParam apostrophe problem when using SET NOCOUNT

2007-10-26 Thread Mosh Teitelbaum
SCOPE_IDENTITY(). Interestingly enough, I tried running the query without SET NOCOUNT and it seems to be working fine (with @@IDENTITY and SCOPE_IDENTITY() ). So now I'm confused by the need for it. Have later versions of CF learned how to deal the extra data? Thanks. -- Mosh Teitelbaum evoch, LLC

RE: CFQueryParam apostrophe problem when using SET NOCOUNT

2007-10-26 Thread Mosh Teitelbaum
: SELECT ThisID = @@IDENTITY And then after the CFQUERY ends, just using queryName.ThisID. Also, I don't think the problem has to do with a returned record set but with SQL Server returning some other meta-data and information (i.e., X rows inserted/affected, etc.). -- Mosh Teitelbaum evoch

RE: CFQueryParam apostrophe problem when using SET NOCOUNT

2007-10-26 Thread Mosh Teitelbaum
the new ID after an INSERT. -- Mosh Teitelbaum evoch, LLC WWW: http://www.evoch.com/ ~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http

CFQueryParam apostrophe problem when using SET NOCOUNT

2007-10-25 Thread Mosh Teitelbaum
this problem? Adobe's knowledge base doesn't seem to have anything about it. And I realize that I can work around it but I'd rather not kludge up the code if possible. TIA -- Mosh Teitelbaum evoch, LLC WWW: http://www.evoch.com

RE: String Function

2007-03-08 Thread Mosh Teitelbaum
(str, 2, _) CFSET var3 = ListGetAt(str, 3, _) If the string will not always be 3 elements long, combine ListGetAt() with ListLen() and loop over the length of the list to dynamically pull out the elements. HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email

RE: Jump to an Anchor

2006-12-07 Thread Mosh Teitelbaum
Ian: You can use JavaScript to jump to a named anchor via the location.hash property. Just write code along the lines of: location.hash = 'nameOfAnchor'; Make sure to NOT include the hash mark in the above line of code. Just the name of the anchor. -- Mosh Teitelbaum evoch, LLC Tel

RE: Jump to an Anchor

2006-12-07 Thread Mosh Teitelbaum
=#nameOfAnchorsome content/A -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Ian Skinner wrote: If I use this window.location function, will it just jump to the anchor or reload the page? I'm trying to avoid reloading the page

RE: Mime Type for File Upload

2006-10-25 Thread Mosh Teitelbaum
. HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

RE: File comparison

2006-10-20 Thread Mosh Teitelbaum
checksums should be significantly faster than comparing large strings, especially if you're doing a case-insensitive comparison of the strings. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Mosh Teitelbaum
Ben Nadel wrote: if ( document.form[ 0 ].elements[ selectAdmin ].value == 0 ){ Select elements do not have a value property. Replace value with selectedIndex (use this capitalization) and the above code should work fine. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Mosh Teitelbaum
on their own. If anyone decides to do some more testing on this, I'd be interested in knowing if the form element's value is read/write or read only. I would suspect that it's read only but it would be interesting to find out what happens if you try to write to the property. -- Mosh Teitelbaum evoch, LLC

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Mosh Teitelbaum
it to a value that is not included in the select list? Thanks. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Introducing the Fusion Authority Quarterly

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Mosh Teitelbaum
Munson, Jacob wrote: Yes, the GUI updates, in both Firefox and IE. Setting the value to an invalid option is just ignored in Firefox, but in IE the select list is set to blank (nothing selected). Interesting. Thanks for the update. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Mosh Teitelbaum
always done it too. Or just modify the option's value directly. But this seems to suggest a new, more direct way of doing it. Of course, backwards compatibility could be an issue. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: cfinput type password

2006-09-27 Thread Mosh Teitelbaum
to the browser to decide whether or not it follows the attribute, but it's certainly better than nothing. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Richard White wrote: would you like to have the password manager

RE: Javascript - Refresh a window

2006-09-20 Thread Mosh Teitelbaum
have to do that but, just in case... HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Introducing the Fusion Authority Quarterly Update. 80 pages

SOT: Web Host that supports emails aliases that point to multiple email addresses

2006-07-25 Thread Mosh Teitelbaum
a non-profit, the cheaper the better. But I would rather go with a more expensive but more reliable host than a less expensive but less reliable host. Any suggestions? TIA -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Okay, here's *another* error message I've never seen...

2006-05-12 Thread Mosh Teitelbaum
the IN (or NOT IN) operator as in: SELECT column FROM table WHERE column IN (SELECT column2 FROM Table2) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Jeff Small wrote: [Macromedia][SequeLink

RE: Cfmail cfmailparam outlook?

2006-04-24 Thread Mosh Teitelbaum
://www.evoch.com/Community/presentations_smtp.cfm Concerning the Message-ID header, I don't believe you can overwrite that from within CFMAIL. I believe it is automatically generated by ColdFusion and there are no attributes available to overwrite it. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax

RE: Cfmail cfmailparam outlook?

2006-04-24 Thread Mosh Teitelbaum
Andre: Would you mind sending along the CFMAIL code (and all of the CFMAILPARAMs) so we could take a look at it? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: DRE [mailto:[EMAIL

RE: Cfmail cfmailparam outlook?

2006-04-24 Thread Mosh Teitelbaum
mailerid=Microsoft Outlook Express 4.72.3110.5 cfmailparam name=Reply-To value=[EMAIL PROTECTED] cfmailparam name=MIME-Version value=1.0.. That is, add the MAILERID attribute to the CFMAIL tag and remove the equivalent CFMAILPARAM tag. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax

Catching bogus credit card numbers

2006-04-17 Thread Mosh Teitelbaum
, 5105105105105100 for MasterCard. A client has been receiving online orders using the above credit card number and would like to have these bogus orders removed automatically. TIA -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Catching bogus credit card numbers

2006-04-17 Thread Mosh Teitelbaum
to happen online, the credit card number passes the LUHN check and gets passed on for processing. They'd like to catch these bogus orders before they get passed on. Again, thanks. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Catching bogus credit card numbers

2006-04-17 Thread Mosh Teitelbaum
. To date, the few fake numbers that have gone through have been among the commonly-known numbers. Hopefully, this will cut down on a little bit of frustration for the client. Thanks. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Saving files

2006-04-07 Thread Mosh Teitelbaum
. These links will actually open the remote file (not a local copy of it) in MS Word, et al. Just note that any changes one person makes to the remote file gets shared by all other users. HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Weird error

2006-03-17 Thread Mosh Teitelbaum
viewed as HTML and any escaped characters (like the amp; in the above, misinterpreted URL) are displayed unescaped. I don't know if this is the problem, but HTH. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original

RE: [OT] Future CF Features

2006-02-14 Thread Mosh Teitelbaum
with the existing exception handling capabilities. 3) What if I don't want or expect the default value to be used in case of a type-mismatch? This could break existing code. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Whats wrong with this friendly URL idea?

2005-12-22 Thread Mosh Teitelbaum
to use a mapping/absolute path as others have suggested. CFINCLUDE handles relative paths very nicely, thank you. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Matt Robertson [mailto:[EMAIL

RE: Whats wrong with this friendly URL idea?

2005-12-22 Thread Mosh Teitelbaum
? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Matt Robertson wrote: Thanks but I tried that yesterday as a shot-in-the-dark No dice, but good thinking :-) My next attempt is going to: 1. install a mapping to the client

RE: cfLOCATION - what's it doing??

2005-12-08 Thread Mosh Teitelbaum
helpful extras like status codes and defined headers. The preso is available at http://www.evoch.com/Community/presentations_http.cfm . CFLOCATION is specifically discussed on slides 29 30. I hope it helps. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL

RE: bye MM :( :: welcome Adobe :)

2005-12-05 Thread Mosh Teitelbaum
his cheeseburger with mustard and pickles only, tater-tots and a pitcher of Bud... That may well have been the most enjoyable run-on sentence I've read in a very long time. Kudos! 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Advance HTML form design

2005-11-30 Thread Mosh Teitelbaum
are pretty straight forward and the example looks great. And, finally, not that it has anything to do with form design, but be sure to check out the Bouncing Balls example simply because it's so cool 8^). I hope it helps. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL

RE: SQL distinct

2005-11-02 Thread Mosh Teitelbaum
Stuart: You need to use an INNER JOIN in your query. The query should be: SELECT u.userID, u.firstName, u.lastName, e.eventID, e.userID FROM tbl_020publicUsers u INNER JOIN tbl_020eventDetails e ON u.userID = e.userID HTH -- Mosh

RE: CF Cookie ASP Cookie?

2005-09-28 Thread Mosh Teitelbaum
should be pretty sound. HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Bailey, Neal [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 27, 2005 5:43 PM To: CF-Talk Subject: CF Cookie

RE: Javascript browser compatibility question.

2005-08-11 Thread Mosh Teitelbaum
of the background (color, image, repeat, etc.). Perhaps NS6.1 has a problem with the short-hand JS property. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Jeff W wrote: Can anyone tell me WHY this won't work in NS6.1 but work fine

RE: OT: Javascript browser compatibility question.

2005-08-11 Thread Mosh Teitelbaum
have to change a couple of lines in the CSS file(s). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Jeff W wrote: It appears that BOTH my example and the new.backgroundColor example work and don't work... As if you

RE: CFMAILPARAM and OUTLOOK

2005-07-21 Thread Mosh Teitelbaum
-Notification-To VALUE='Mosh Teitelbaum [EMAIL PROTECTED]' You can access the PPT from the preso at http://www.evoch.com/Community/presentations_smtp.cfm . Specifically, see slides 27-28. HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW

CF Scheduler - What if the server is down at the time of a scheduled event?

2005-07-11 Thread Mosh Teitelbaum
All: Quick question concerning the CF Scheduler... what happens if the server is down during the time when an event is scheduled to occur? Does the Scheduler just ignore the event and wait until the next recurrence or does it fire the event whenever the server is restarted? TIA -- Mosh

RE: CF Scheduler - What if the server is down at the time of a scheduled event?

2005-07-11 Thread Mosh Teitelbaum
Thanks Mike. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Mike Chabot wrote: The scheduled event would be missed entirely. Mosh Teitelbaum wrote: Quick question concerning the CF Scheduler... what happens

RE: Methods of contact

2005-07-08 Thread Mosh Teitelbaum
one day by calling the front desk and asking to be transferred to me. Then he made his pitch. I don't think he ever had my direct number. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From

CFMX7 Integration with J2EE - How complete is the integration?

2005-06-30 Thread Mosh Teitelbaum
is that the EAR/WAR files it creates are pure. However, the admin says that CF still doesn't natively integrate with BEA's management console. So, what's the deal? Does CFMX7 offer true integration or just better integration that its predecessor? TIA -- Mosh Teitelbaum evoch, LLC Tel: (301) 942

RE: CFMX7 Integration with J2EE - How complete is the integration?

2005-06-30 Thread Mosh Teitelbaum
have to jump through hoops to deploy CFMX7 apps. Having read the document at the URL that Robert provided, I'm not sure that's entirely accurate. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message

RE: Connection closed due to session kill (SOLVED - Sort of)

2005-06-01 Thread Mosh Teitelbaum
the service (this morning), I have yet to receive another notification of this problem (and I was receiving several each hour). So there you go. Thanks for the help. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Mosh

Connection closed due to session kill

2005-05-31 Thread Mosh Teitelbaum
the same time as that switch but, for various reasons, the host is not willing to switch back. The files and line numbers indicated in the error messages suggest that this problem happens whether the code uses CFQUERY or CFSTOREDPROC. Any help would be greatly appreciated. TIA -- Mosh

RE: Connection closed due to session kill

2005-05-31 Thread Mosh Teitelbaum
could be causing the problem? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Dave Watts wrote: Yecch. I would strongly recommend that you use a pure JDBC driver instead of SequeLink or any other ODBC-dependent stuff. I

RE: CFHTTP and forms

2005-05-17 Thread Mosh Teitelbaum
on the image at coordinates (0,0). Note that the name for each is 1234.x and 1234.y. The 1234 part is because that is the name assigned to the Image in the form. the .x and .y indicate the associated value's axis. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL

CFMX7 Deployment Packages are platform independent?

2005-04-26 Thread Mosh Teitelbaum
are in such a situation in terms of licenses required for both development and deployment? TIA -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Discover CFTicket

RE: CFMX7 Deployment Packages are platform independent?

2005-04-26 Thread Mosh Teitelbaum
Thanks Bryan. I'll check the archives. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 4:14 PM To: CF-Talk

Error Message No more data available to read. on CFMX 6

2005-04-05 Thread Mosh Teitelbaum
1) = [type='IN', class='java.lang.String', value='Admin', sqltype='CF_SQL_VARCHAR'] It's running on a Windows 2000 server accessing MS SQL Server 2000, using CFMX 6.1. Has anyone ever seen this message before? Any idea what the problem could be? TIA -- Mosh Teitelbaum evoch

RE: Error Message No more data available to read. on CFMX 6

2005-04-05 Thread Mosh Teitelbaum
Joe, Jeff: Thanks for the responses. I'm looking into it and will let you all know whether or not it works. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Jeff Congdon [mailto:[EMAIL

RE: Error Message No more data available to read. on CFMX 6

2005-04-05 Thread Mosh Teitelbaum
Thanks, again, to everyone who replied. I've sent the replies along to the production site's admins (I, unfortunately, don't have direct access to the servers). As before, I'll let you know if/when the problem is resolved and what the ultimate solution was. Again, thanks. -- Mosh Teitelbaum

RE: circumventing framing....

2005-03-21 Thread Mosh Teitelbaum
://www.sightspecific.com/%7Emosh/Tricks/Unframe/ HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Sunday, March 20, 2005 3:45 PM To: CF-Talk

RE: JS innerHTML() clearing form fields

2005-02-28 Thread Mosh Teitelbaum
that loops over the form fields and sets/gets their values. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Discover CFTicket - The leading ColdFusion

RE: Major PHP flaw??

2004-12-20 Thread Mosh Teitelbaum
webapplications. The list includes forum software like phpBB2, WBB2, Invision Board and vBulletin. It is time to upgrade now. http://developers.slashdot.org/article.pl?sid=04/12/17/1641212tid=169tid=1 72 -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW

CFMX 500 The system cannot find the path specified on file upload

2004-11-11 Thread Mosh Teitelbaum
\ NAMECONFLICT=MAKEUNIQUE ... Any and all help is appreciated. TIA -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Special thanks

RE: CFMX 500 The system cannot find the path specified on file upload (SOLVED)

2004-11-11 Thread Mosh Teitelbaum
All: Nevermind. Applied the update, not-so-quick reboot and it all seems to be working again. Thanks. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL

RE: CFFile Issue

2004-11-04 Thread Mosh Teitelbaum
) CFSET Output = CFLOOP QUERY=myQuery CFSET Output = Output myQuery.Col1 , myQuery.Col2 CrLf /CFLOOP CFFILE ACTION=Write FILE=foo.txt OUTPUT=#Output# -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED

  1   2   3   4   5   6   >