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 exi

RE: Iif() Evaluation Weirdness

2015-02-03 Thread Mosh Teitelbaum
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 treatment. Is that right? -- Mosh Teitelbaum ~| Order the Adobe Coldfusion Anthology

Iif() Evaluation Weirdness

2015-02-03 Thread Mosh Teitelbaum
en that they're both wrapped in DE() functions. Any suggestions? Thanks. -- Mosh Teitelbaum ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusio

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

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: 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

ColdFusion MX 7 Updater 2

2013-02-05 Thread Mosh Teitelbaum
x27;t have 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

RE: CFPDF Error

2012-12-11 Thread Mosh Teitelbaum
e variable 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 Teitelba

CFPDF Error

2012-12-07 Thread Mosh Teitelbaum
cumstances. 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...@evoch.com ~| Order the Adobe Coldfusion Anth

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 &g

RE: Verity Collections Stalling

2012-08-21 Thread Mosh Teitelbaum
ns 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

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/run

Verity Collections Stalling

2012-08-20 Thread Mosh Teitelbaum
iagnose the problem? 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. -- M

RE: Chrome Display Issue

2012-02-20 Thread Mosh Teitelbaum
d its 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 > "moreL

Chrome Display Issue

2012-02-20 Thread Mosh Teitelbaum
but in Chrome (and Safari) 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?

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 [mailt

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

2011-05-31 Thread Mosh Teitelbaum
f 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 s

Best way to use cfschedule for large number of tasks

2011-05-31 Thread Mosh Teitelbaum
sk from the CF 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 Anth

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), "',.,"," ","'',...,"",&quo

Reading Microsoft "smart" quotes with CFFILE

2009-12-08 Thread Mosh Teitelbaum
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 they

Reading Microsoft "smart" quotes with CFFILE

2009-12-08 Thread Mosh Teitelbaum
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 they

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 evoc

RE: After the fact: SQL Injection Scanner

2009-10-21 Thread Mosh Teitelbaum
st (FTP 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-

RE: After the fact: SQL Injection Scanner

2009-10-21 Thread Mosh Teitelbaum
a scanner that can tell me 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/ &

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

cfpdf processddx problems

2009-08-31 Thread Mosh Teitelbaum
cing. 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
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 upl

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://ww

RE: File upload suddenly stops working

2009-05-05 Thread Mosh Teitelbaum
urned. > Have you checked to make 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. --

RE: File upload suddenly stops working

2009-05-05 Thread Mosh Teitelbaum
They checked 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 F

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: The new page would simply have to check for the "oldUrl" variable in the URL scope. -- Mosh Teitelbaum evoch, LLC http://www.evoch.

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 c

RE: File upload suddenly stops working

2009-05-05 Thread Mosh Teitelbaum
ed working. We just 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 ju

File upload suddenly stops working

2009-05-05 Thread Mosh Teitelbaum
ly moved the site about 1/2 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 ev

RE: Question about hack

2009-04-06 Thread Mosh Teitelbaum
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 [ma

RE: Copying files to a network directory

2009-01-26 Thread Mosh Teitelbaum
s a local service (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®

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

2009-01-26 Thread Mosh Teitelbaum
ir mail servers, the email should go through fine. 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 aut

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. --

RE: URLs being appended to query string

2008-04-22 Thread Mosh Teitelbaum
, suggests a bot. Thanks for the help. As much 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. T

URLs being appended to query string

2008-04-22 Thread Mosh Teitelbaum
idea what's going 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.n

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) &

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

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

RE: CFQueryParam apostrophe problem when using SET NOCOUNT

2007-10-26 Thread Mosh Teitelbaum
So I also just started using it whenever I had to determine 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

RE: CFQueryParam apostrophe problem when using SET NOCOUNT

2007-10-26 Thread Mosh Teitelbaum
Yes, aliasing it as follows: 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/affe

RE: CFQueryParam apostrophe problem when using SET NOCOUNT

2007-10-26 Thread Mosh Teitelbaum
n something new everyday... thanks. I'm now using 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 ho

CFQueryParam apostrophe problem when using SET NOCOUNT

2007-10-25 Thread Mosh Teitelbaum
ng 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 Teitelbau

RE: String Function

2007-03-08 Thread Mosh Teitelbaum
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: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Deepak Gupta wrote: > I have a string like this > AB_

RE: Jump to an Anchor

2006-12-07 Thread Mosh Teitelbaum
some content -- 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 reloadi

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 evoc

RE: Mime Type for File Upload

2006-10-25 Thread Mosh Teitelbaum
xtra precaution you can take, especially if you allow people to upload files directly into a web-accessible path, is to run a virus scan on the file as soon as it's uploaded. Most modern AV solutions can scan multiple file types (exe, com, doc, xls, zip, rar, etc.) for viruses. Even JPG files c

RE: File comparison

2006-10-20 Thread Mosh Teitelbaum
of steps that you described above, but comparing 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:

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

2006-10-10 Thread Mosh Teitelbaum
te the option using the > Option constructor. That's how I've 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

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

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

2006-10-10 Thread Mosh Teitelbaum
happens if you try to set 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/ ~| Int

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

2006-10-10 Thread Mosh Teitelbaum
with the other ways of doing it. But that's obviously a choice that everyone will have to make 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 rea

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. -- Mos

RE: cfinput type password

2006-09-27 Thread Mosh Teitelbaum
, it is up 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 ha

RE: Javascript - Refresh a window

2006-09-20 Thread Mosh Teitelbaum
on object and instructs it to force a reload. You could also add that line to the pop-up window's BODY tag's onUnload event handler as in: Note that some older browsers did not automatically create the opener reference and you had to do that manually. You probably don't stil

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

2006-07-26 Thread Mosh Teitelbaum
ider. The organization does have several lists setup though, which is why the new host would require the ability to support lists (and aliases, etc.). I was surprised to find that some of the larger hosts I had heard of do not support lists, hence the request to the list. -- Mosh Teitelbaum evoc

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

2006-07-25 Thread Mosh Teitelbaum
etc. Also, being 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

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

2006-05-12 Thread Mosh Teitelbaum
nstead, your query should use 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 wr

RE: Cfmail cfmailparam outlook?

2006-04-24 Thread Mosh Teitelbaum
Andre: The MAILERID attribute needs to be in the CFMAIL tag, not in a CFMAILPARAM tag. So your code should be something like: .. 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

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:

RE: Cfmail cfmailparam outlook?

2006-04-24 Thread Mosh Teitelbaum
/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: (301) 933-365

RE: Catching bogus credit card numbers

2006-04-21 Thread Mosh Teitelbaum
Already done 8^). Thanks Tom. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ > -Original Message- > From: Thomas Chiverton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 19, 2006 5:39 AM >

RE: Catching bogus credit card numbers

2006-04-17 Thread Mosh Teitelbaum
ke numbers. 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:

RE: Catching bogus credit card numbers

2006-04-17 Thread Mosh Teitelbaum
ization 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:

Catching bogus credit card numbers

2006-04-17 Thread Mosh Teitelbaum
s. For example, "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: [E

RE: Saving files

2006-04-07 Thread Mosh Teitelbaum
share in which the remote files are located. 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) 93

RE: Weird error

2006-03-17 Thread Mosh Teitelbaum
error because the error logs are usually viewed as HTML and any escaped characters (like the & 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

RE: [OT] Future CF Features

2006-02-14 Thread Mosh Teitelbaum
of exceptions depending on the cause of the error and allow you to catch the exception 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 evo

RE: Whats wrong with this friendly URL idea?

2005-12-22 Thread Mosh Teitelbaum
r, in its entirety: THIS IS THE 404 #foo# THIS IS STILL THE 404 This should produce an error message to the effect that the variable "foo" is undefined. Instead, when in the 404 handler, it produced an "object not found" error. Perhaps you have som

RE: Whats wrong with this friendly URL idea?

2005-12-22 Thread Mosh Teitelbaum
ouldn't have 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- > Fr

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: [E

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

2005-12-05 Thread Mosh Teitelbaum
where he doesn't even have to order to > get 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) 94

RE: Advance HTML form design

2005-11-30 Thread Mosh Teitelbaum
the presentation, but the ideas 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,

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
riginal pieces. You could use code like the following: And then access each piece via code like: RSHold["AgentNumber"] Note, none of this code is tested so there might be some minor issues. But the logic should be pretty sound. HTH -- Mosh Teitelbaum evoch, LLC Tel:

RE: OT: Javascript browser compatibility question.

2005-08-11 Thread Mosh Teitelbaum
on-highlighted cells, you just 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

RE: Javascript browser compatibility question.

2005-08-11 Thread Mosh Teitelbaum
short-hand way of styling every aspect 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 anyo

RE: CFMAILPARAM and OUTLOOK

2005-07-21 Thread Mosh Teitelbaum
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: http://www.evoch.com/ Ciliotta, Mario wrote: > I was wondering if anyone has any experience us

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 happe

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: CFMX7 Integration with J2EE - How complete is the integration?

2005-06-30 Thread Mosh Teitelbaum
at J2EE server admins would no longer 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://

CFMX7 Integration with J2EE - How complete is the integration?

2005-06-30 Thread Mosh Teitelbaum
pabilities with this respect 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 i

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

2005-06-01 Thread Mosh Teitelbaum
cling 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/

RE: "Connection closed due to session kill"

2005-05-31 Thread Mosh Teitelbaum
as to what 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-de

"Connection closed due to session kill"

2005-05-31 Thread Mosh Teitelbaum
kets. These errors began around 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 a

RE: CFHTTP and forms

2005-05-17 Thread Mosh Teitelbaum
d "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 PROTECTED] WWW: http:/

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

CFMX7 Deployment Packages are platform independent?

2005-04-26 Thread Mosh Teitelbaum
re 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 CFT

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.

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 Cong

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

2005-04-05 Thread Mosh Teitelbaum
(param 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 th

RE: circumventing framing....

2005-03-21 Thread Mosh Teitelbaum
http://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:

RE: JS innerHTML() clearing form fields

2005-02-28 Thread Mosh Teitelbaum
rite/find some JavaScript code 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/ ~| Discov

RE: Major PHP flaw??

2004-12-20 Thread Mosh Teitelbaum
pular 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/1641212&tid=169&tid=1 72 -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EM

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:

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

2004-11-11 Thread Mosh Teitelbaum
t, of course, the image doesn't get uploaded). This is a Windows 2000 server running CFMX 6.1 on IIS. Here's the relevant code: FORM PAGE: ... ACTION PAGE: ... Any and all help is appreciated. TIA -- Mosh Teitelbaum evoch, LLC Tel: (301

  1   2   3   4   5   6   >