RE: Javascript cookie (nm)

2004-04-03 Thread Michael T. Tangorre
No problem. Those quotes will get you everytime in JS. works.oops.thanks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: New CFMX Colour Scheme tool on line.

2004-04-01 Thread Michael T. Tangorre
Great idea Mike. I like the link you provided as well as your own tool. I have been using BEHR paint website for some time now.. They have a cool flash app that lets you see color schemes!!! Once I find the color scheme I like, I take a screenshot and load that image into photoshop where I make a

RE: Popularity of Cold Fusion

2004-04-01 Thread Michael T. Tangorre
That's a pretty bold statement... Do some research, they all have their issues. Its not a matter of being cheap TK.. but a matter of reliability and security, from what I hear Linux is a much more stable and secure OS for servers. [Todays Threads] [This Message] [Subscription] [Fast

RE: nearby zip codes

2004-03-31 Thread Michael T. Tangorre
What do you mean by neighboring? To me, every zipcode neighbors eachother. I read the thread a few weeks about about distance radius searching for US zip codes, but - what about doing neighboring zip codes.I have a client that seems to prefer the idea of seeing every zip code that is next

RE: [ MSSQL ] which datatype is best for storing web page data

2004-03-31 Thread Michael T. Tangorre
Text. And I would split that off into a Text table. Stear clear of ntext and nvarchar unless you have a specific need for them and if you are wondering when you would need them, you probably don't need them :-) Mike -Original Message- From: Brendan Avery [mailto:[EMAIL PROTECTED]

RE: Blackstone source code leaked onto Internet by MM staffer

2004-03-31 Thread Michael T. Tangorre
Ass. Its only 9 PM here!!! See http://www.mossyblog.com/index.cfm?entryID=240 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Blackstone source code leaked onto Internet by MM staffer

2004-03-31 Thread Michael T. Tangorre
Yes, it is $100,000 per seat on the rocket ship that is going on a trek to find Spectra :-) $100,000 per seat... Is it a rocket ship? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: asp.net...yuk

2004-03-29 Thread Michael T. Tangorre
CF-COMMUNITY is rarely techie from what I have seen. Lots of conversations about politics, news, jokes, etc... I love when people complain about a topic being too non cf-talk and they feel the need to respond, only adding to the total number of threads and replies on the very topic they were

RE: asp.net...yuk

2004-03-29 Thread Michael T. Tangorre
Perfectly stated :-) CF-Talk is a list for the CF community to talk about CF. CF-Community is a list for the CF community to talk about whatever the hell it wants (more or less). Cheers, barneyb [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: asp.net...yuk

2004-03-29 Thread Michael T. Tangorre
Not following ya Dan... It's called some people are anal retentive. Probably MS folks. __ Daniel Farmer Producer / Coldfusion Developer http://www.bernardclark.com/danfarmer.ca P: 613.284.1684 [Todays Threads] [This Message] [Subscription] [Fast

RE: RE: asp.net...yuk

2004-03-29 Thread Michael T. Tangorre
. __ Daniel Farmer Producer / Coldfusion Developer http://www.bernardclark.com/danfarmer.ca P: 613.284.1684 From: Michael T. Tangorre [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: asp.net

RE: Securing CF Apps.

2004-03-23 Thread Michael T. Tangorre
I am speaking at CFUN-04 on security, so for those of you interested; you should attend my talk. I look forward to the talk and plan to attend assuming I do not get mugged for starting this topic! It was great however to read the replies, I came in looking for a little info as to how others were

RE: Regex help

2004-03-22 Thread Michael T. Tangorre
www.asciitable.com Mike Does anyone know the ASCII value for Tab? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Good (inexpensive) domain registration

2004-03-18 Thread Michael T. Tangorre
Well Enom hosed me over twice I use GoDaddy exclusively now and have registered a good 12 or 15 names through them without a problem! GO-GODADDY! http://www.Enom.com http://www.enom.com/ FREE DNS and plenty more. No minimum amount of domains to become a reseller. They have an

RE: Good (inexpensive) domain registration

2004-03-18 Thread Michael T. Tangorre
I don't know about dotster, but stear clear of buydomains. I will dig up some emails from them that I received after I complained about them not using my name in the registration information!!! I emailed their customer service people and got some pretty rancid emailsin reply. Mike Just

RE: Javascript remoting with cfcs

2004-03-17 Thread Michael T. Tangorre
What about Dan Switzer's Client/Server Gateway JSAPI? Have you toyed with this at all? http://www.pengoworks.com/workshop/js/gateway/ Mike For instance - what if I had a page that had to dynamically change or update parts of the page (i.e. search results)?I currently do this sort of thing

RE: Undefined in Form when using MSIE

2004-03-16 Thread Michael T. Tangorre
What do you have the enctype set to in the form tag? Also, do you have any links to provide us where we might see this happening? Mike We are experiencing random occurrences of the error message element X undefined in form when using MSIE 6.0. (X represents the names of various form

RE: I really don't know why I care anymore...

2004-03-16 Thread Michael T. Tangorre
I use it sparingly, although I am using it more and more now that I think of it. I have not run into losing snippets or shortcuts, etc yet but if I did, I sure would be pved! I am still trying to get it to match the indent spacing used in HS+, everytime I flip flop between the two my code

RE: Quick Help

2004-03-16 Thread Michael T. Tangorre
GetTickCount()? If so, remember to run it at the top of the page and at the bottom then get the difference... Mike I forgot the function to get the time a page took to process in CF (ie like in the debugger) I need to run a large scheduled task each night and I would like to see how

RE: CFCs: Overloaded Constructors ?

2004-03-15 Thread Michael T. Tangorre
When a method in a class (in this case the constructor) expects certain types of arguments, overloading refers to the ability to pass in alternate types to the method and have the mthod act upon those typed arguments. Simplified... calcTotal(int x, int y); calcTotal(float x, float y); One

RE: CFFILE upload error on CF MX

2004-03-09 Thread Michael T. Tangorre
What account are the ColdFusion services running under? Make sure that account has permission to write to the file system. Mike -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 6:06 PM To: CF-Talk Subject: CFFILE

RE: Technique To Hide Numbers

2004-03-07 Thread Michael T. Tangorre
Left(), Right() -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED] Sent: Sunday, March 07, 2004 2:18 PM To: CF-Talk Subject: Technique To Hide Numbers We have several reports with Numeric fields and we want to be able to attach preceeding random numbers, so the user wont be

RE: Page requests, frames, locking, races

2004-02-25 Thread Michael T. Tangorre
Ya lost me man. :-) -Original Message- From: Jonathan Gingerich [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 7:01 PM To: CF-Talk Subject: Page requests, frames, locking, races Please bear with me!-) I have a long question about the basic operation of a broswer and a

SOT: Fusebox4 Exception Handling Plug-in

2004-02-18 Thread Michael T. Tangorre
Hello All. I am attempting to make use of JQ's plugin except I keep getting this error regardless of whether I try a fuseaction level error handler, a circuit level error handler, or an application level error handler. Error snippet... You have attempted to dereference a scalar variable of type

RE: SQL server question

2004-02-15 Thread Michael T. Tangorre
Tim, Make sure that the datatype of the column i set to int. In addition, down in the column attributes area (assuming you are using enterprise manager) set the identity attribute to yes and make sure that the Identity Seed and Identity Increment attributes have a value.. usually 1 and 1 by

RE: SQL server question

2004-02-15 Thread Michael T. Tangorre
... all of those things are set as you indicated... interestingly enough, it works on my development box but now on the ISP's SQL server... I use crystaltech for hosting -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Sunday, February 15, 2004 12:31 PM To: CF-Talk

RE: big sql question (made a link for you)....

2004-02-07 Thread Michael T. Tangorre
for you) Michael T. Tangorre wrote: This link should help someone help kelly http://cs.alfred.edu/~tangormt/kelly.html It helps to make the code more readable (although it would have been more practical if Kelly did it once before posting instead of 200 readers doing it once each

RE: Free Mail Clients

2004-02-07 Thread Michael T. Tangorre
I like the full version of Outlook... has a lot of extras that I use a lot (calendar, etc...). What kind of mail server are you trying to connect to? I have never had any problems with Eudora or Outlook Express, perhaps you could tell a bit more info... maybe you are overlooking something.

RE: big sql question (made a link for you)....

2004-02-06 Thread Michael T. Tangorre
This link should help someone help kelly http://cs.alfred.edu/~tangormt/kelly.html Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Random Password

2004-02-01 Thread Michael T. Tangorre
Stuart... Check out some of the UDFs at cflib.org. This is one of them http://www.cflib.org/udf.cfm?ID=258 Search on Password and you will see some others. Mike _ From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 12:45 PM To: CF-Talk Subject: Random

RE: Routers for the home business

2004-02-01 Thread Michael T. Tangorre
What is the criteria for this specifically, what would be the determinate for which computer gets the port 80 traffic? _ From: Critter [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 11:18 AM To: CF-Talk Subject: OT: Routers for the home business oi CF-Talk,!!

RE: CFGRAPH -- 2nd Posting

2004-01-27 Thread Michael T. Tangorre
Josh... I ran into the same things awhile back. We needed something more solid and wound up going with PopChart from Corda. We used CF to do all the calculations and just used PopChart to present the graphs. It's pricy but pretty powerful. I haven't used it in about a year so I would imagine it's

RE: (KR or BSD braces) Was: How to model all in a many-to-many

2004-01-26 Thread Michael T. Tangorre
I would have to vote for BSD curly braces. It is easier to match up pairs of braces looking down in a line than it is to look at the end of one line then the beginning of some other line that could be hundreds of lines down! Although I find myself using different styles between languages

RE: [Fwd: OT: SQL2000 Reporting Services]

2004-01-26 Thread Michael T. Tangorre
I signed up for the wbcast and some people here at work are actively looking into it... Mike _ From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 1:26 PM To: CF-Talk Subject: [Fwd: OT: SQL2000 Reporting Services] No one? Original Message

RE: Returning query results based on number

2004-01-26 Thread Michael T. Tangorre
Hi Mark, I have a similar setup to yours and for numbers I use 0-9. So I list out the alphabet A-Z then 0-9. A year or so ago it was A-Z, other, and all. The numbers fell into the other category but since we have more and more entries where the number is the first character to appear in the

DateDiff and MS Access

2004-01-25 Thread Michael T. Tangorre
In an access db I have a table with a colum in it called startDate. What I would like to do Is return all the records in the table where the difference between the startDate and the current date (Date() or now()) is 30 days, or whatver number of days for that matter What would be the easiest

RE: OT: Zipcode transfer woes continue..

2004-01-19 Thread Michael T. Tangorre
to confirm one at time would be a chore in and of itself. Mike _ From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 5:28 AM To: CF-Talk Subject: Re: OT: Zipcode transfer woes continue.. Michael T. Tangorre wrote: Sorry to keep beating a dead horse but I

RE: OT: Zipcode transfer woes continue.. (SOLVED)

2004-01-19 Thread Michael T. Tangorre
: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 8:01 AM To: CF-Talk Subject: Re: OT: Zipcode transfer woes continue.. Michael T. Tangorre wrote: An example of a zipcode ending in a zero would be Boston, MA02210. When importing it into sql server it becomes 221. I

OT: Zipcode transfer woes continue..

2004-01-18 Thread Michael T. Tangorre
Hey everyone... Sorry to keep beating a dead horse but I can not for the life of me get this zipcode table I have in access imported into SQL server without losing the zeros (initial and/or trailing). I have tried earlier posted suggestions and sifted through google, the archives, and even tried

RE: Zipcode transfer woes continue..

2004-01-18 Thread Michael T. Tangorre
is the datatype in Access? -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Sunday, January 18, 2004 10:13 PM To: CF-Talk Subject: OT: Zipcode transfer woes continue.. Hey everyone... Sorry to keep beating a dead horse but I can not for the life of me get

RE: Zipcode transfer woes continue..

2004-01-18 Thread Michael T. Tangorre
in access to text then import it. -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Sunday, January 18, 2004 10:48 PM To: CF-Talk Subject: RE: Zipcode transfer woes continue.. Data type in access is number... trying to bring it into sql server as a varchar

RE: Zipcode transfer woes continue..

2004-01-18 Thread Michael T. Tangorre
transfer woes continue.. Does the zip codes in the access database contain the 0 when you view the data? -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Sunday, January 18, 2004 11:07 PM To: CF-Talk Subject: RE: Zipcode transfer woes continue.. I tried

OT: Access to SQL

2004-01-16 Thread Michael T. Tangorre
Ok everyone, I have been unsuccessful in my attempts to transfer a table from access to SQL Server and preserve the Zip Code from access when bringing it into SQL Server. I tried DTS, and explored the books online, etc.. To no avail... The leading and trailing zeros get truncated. Would someone

RE: Access to SQL

2004-01-16 Thread Michael T. Tangorre
to SQL Are you storing the zip in SQL as a numeric, int, char, or varchar? -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 4:47 PM To: CF-Talk Subject: OT: Access to SQL Ok everyone, I have been unsuccessful in my attempts to transfer

RE: Access to SQL

2004-01-16 Thread Michael T. Tangorre
The source is not a string, its a number. The destination would be a string (varchar). :-) _ From: Casey C Cook [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 5:57 PM To: CF-Talk Subject: RE: Access to SQL Ensure proper size/length of the destination field. If both data

SOT: Padding zeros in SQL Server

2004-01-10 Thread Michael T. Tangorre
I am trying to determine the best way to store a zip code in a SQL Server 2K DB. Some zip codes begin with one or more zeros, so what is the best way to store them? In access I make the field of type Number and set the Format to 0. Is there something equivalent in SQL Server? Thanks, Mike

RE: Padding zeros in SQL Server

2004-01-10 Thread Michael T. Tangorre
- From: Michael T. Tangorre To: CF-Talk Sent: Saturday, January 10, 2004 2:00 PM Subject: SOT: Padding zeros in SQL Server I am trying to determine the best way to store a zip code in a SQL Server 2K DB. Some zip codes begin with one or more zeros, so what is the best way to store them? In access I

RE: Padding zeros in SQL Server

2004-01-10 Thread Michael T. Tangorre
PM To: CF-Talk Subject: Re: Padding zeros in SQL Server varchar... you can always cast in the future. I use varchar for both zip and phone numbers. dave - Original Message - From: Michael T. Tangorre To: CF-Talk Sent: Saturday, January 10, 2004 2:00 PM Subject: SOT: Padding zeros in SQL

RE: Padding zeros in SQL Server

2004-01-10 Thread Michael T. Tangorre
: Michael T. Tangorre To: CF-Talk Sent: Saturday, January 10, 2004 2:18 PM Subject: RE: Padding zeros in SQL Server Dave, When I import the table form access I can not get the zeros to remain in tact in the zipcode field no matter if I use char or varchar. Do you know a solution I could look

RE: MS SQL Database Connection

2004-01-07 Thread Michael T. Tangorre
The default admin account so to speak is called sa not system. Try that. Also, Id recommend putting a password on just in case :-) Mike _ From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 8:08 PM To: CF-Talk Subject: MS SQL Database Connection I beginning to

RE: Match to list item

2004-01-04 Thread Michael T. Tangorre
Keep up the good job with not smoking, its hard as hell, but well worth it :-) _ From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 12:31 AM To: CF-Talk Subject: Re: Match to list item Tim, Thanks, that is exactly what I was looking for. I did look up the

CFMX Hosting (netmart.com)

2004-01-03 Thread Michael T. Tangorre
Anyone have experience with this company? www.netmart.com They have some decent hosting packages and I am looking into checking them out. Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF Administration Best Practices on Production Servers

2004-01-01 Thread Michael T. Tangorre
No, you are correct in my opinion. Production servers are for tested applications, not development. I get into this argument with my provider all the time especially when the servers become unresponsive due to someone developing on them. In an ideal world you would have any errors

RE: CFMAIL vs. CDO

2004-01-01 Thread Michael T. Tangorre
I am not aware of many hosting providers that do not allow the cfmail tag, nor do I know of a way to prevent one from using their own mail server from within the tag. That being said, I would question why I was working with a company that could not provide me straightforward answers as to why they

RE: CFMAIL vs. CDO

2004-01-01 Thread Michael T. Tangorre
HostMySite has great services, prices , and support :-) _ From: Irvin Gomez [mailto:[EMAIL PROTECTED] Sent: Thursday, January 01, 2004 7:15 PM To: CF-Talk Subject: Re:CFMAIL vs. CDO Thanks, Matt and everyone else for your help. It's much appreciated. Probably time to start looking

RE: CFMX installation problems, datasource

2003-12-20 Thread Michael T. Tangorre
Sounds like it can not find a query or a table, did you verify that the DB was still the same and that all the tables that were initially there were in fact still there? _ From: mayo [mailto:[EMAIL PROTECTED] Sent: Sunday, December 21, 2003 12:00 AM To: CF-Talk Subject: CFMX installation

RE: CFMX installation problems, datasource

2003-12-20 Thread Michael T. Tangorre
attached to the system is not functioning. ) event viewer applications: WrNetworkDriver Error: WR_::KERNEL_DRIVER_STUB::Start(WrKPoET2000) failed. Error = A device attached to the system is not functioning. -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Sunday

RE: what type is XML document?

2003-12-19 Thread Michael T. Tangorre
What a about string...? _ From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 7:11 PM To: CF-Talk Subject: what type is XML document? When returning XML object from a function I noticed that returntype of 'struct' doesn't work (gives an error and have to use type

RE: Javascript Help

2003-12-18 Thread Michael T. Tangorre
I would use the function called split() which makes an array based on a delimiter passed in (in your case the comma). Then you can loop over the array or access the elements as you need: var x = 'test1,test2,test3,test4'; arElements = x.split(','); would result in... arElements[0] =

RE: mm site, wheres the bugs?

2003-12-16 Thread Michael T. Tangorre
Weegs, we didn't answer cuz we don't like you.:-) Take a hint bro. _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 8:34 PM To: CF-Talk Subject: RE: mm site, wheres the bugs? DONT EVERYONE ANSWER AT ONCE :) i found it...anyway, if you care to know what it

RE: fusebox

2003-12-11 Thread Michael T. Tangorre
I think that books along with a free saturday morning is documentation enough what is everyone exactly looking for?! _ From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 6:26 PM To: CF-Talk Subject: RE: fusebox That's been a problem for a lot of frameworks -

RE: [OT] Looking for some pre-build solutions

2003-12-11 Thread Michael T. Tangorre
How aout OpenBB? openbb.com _ From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 7:13 PM To: CF-Talk Subject: [OT] Looking for some pre-build solutions Before we go about re-inventing the wheel in my office, we'd like to find a couple of tools that

RE: array

2003-12-09 Thread Michael T. Tangorre
Not sure what you mean _ From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 5:28 PM To: CF-Talk Subject: array I need to pass array from coldfusion cfquery tag to database. How can i do it? Thank you _ [Todays Threads] [This

RE: Flash Instant Messenger Software?

2003-12-08 Thread Michael T. Tangorre
Have you checked out Live Person? http://www.liveperson.com/ Mike _ From: cf-talk [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 7:52 PM To: CF-Talk Subject: RE: Flash Instant Messenger Software? Hi John, Actually the intranet in question deals with financing.Clients log

RE: Fusebox - whats the big deal anyway?

2003-12-06 Thread Michael T. Tangorre
First off I admit that I don't know much about Fusebox, other than it's a methodology for writing web application software. I've done a bit of research into it. And quite frankly I don't see what the big deal is. I would encourage you to first read up about FuseBox and take what you read and

RE: SQL question

2003-12-06 Thread Michael T. Tangorre
Are you sure the other three tables have related information for each item you select in the main item table? If not your join style will not produce the results you are looking for. If you want results form the BoutItem table even if the values are null that relate to the other tables, you need

RE: Fusebox - whats the big deal anyway?

2003-12-06 Thread Michael T. Tangorre
a crap, my reply delimiter did not work! Jochem is gonna kick the crap outta me:-) Original Dan Farmer post... First off I admit that I don't know much about Fusebox, other than it's a methodology for writing web application software. I've done a bit of research into it. And quite

RE: The big deal was RE: Fusebox - whats the big deal anyway?

2003-12-06 Thread Michael T. Tangorre
Nicely put Mike. _ From: Mike Brunt [mailto:[EMAIL PROTECTED] Sent: Saturday, December 06, 2003 4:16 PM To: CF-Talk Subject: The big deal was RE: Fusebox - whats the big deal anyway? I can give you our concrete examples of benefits.One of our clients is a large energy company and they

RE: diagrams for cfc's

2003-12-02 Thread Michael T. Tangorre
Mike, Since I have also been getting into JAVA alot more as of late, I am using Poseidon from Gentleware. www.gentleware.com The community version of Poseidon is very nice, the only thing you can not do is print (and a few other minor things). Works good for CFCs, JAVA, and more...

RE: Visio for modeling?

2003-12-02 Thread Michael T. Tangorre
Check out Adalon from synthis.www.synthis.com It is an awesome program and probably exactly what you are looking for. Mike _ From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 8:44 PM To: CF-Talk Subject: Visio for modeling? Does anybody use Visio for

RE: 5d array ( counting number of elements )

2003-11-30 Thread Michael T. Tangorre
Quick question what are you using a 5 dimensional array for? _ From: Dan Farmer [mailto:[EMAIL PROTECTED] Sent: Sunday, November 30, 2003 12:55 PM To: CF-Talk Subject: 5d array ( counting number of elements ) Hi Everyone, I'm new to the list. First question.. I have a five dimensional

RE: weird one! help :)

2003-11-16 Thread Michael T. Tangorre
Weegs, I sure hope you got the monitor in one eye and an NFL game in the other :-) _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2003 5:24 PM To: CF-Talk Subject: RE: weird one! help :) yeah, i thought the same, but on any other page request, no error like that,

RE: Ideas needed! Password protect a file download.

2003-11-16 Thread Michael T. Tangorre
Thats why I love hostmysite.com for my CF hosting needs.. They allow the tags! _ From: Jeff Fongemie [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2003 5:00 PM To: CF-Talk Subject: Re:Ideas needed! Password protect a file download. You guys are fantastic. I just talked to the crummy

RE: Very vague error message

2003-11-16 Thread Michael T. Tangorre
How about cftrace? _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2003 10:24 PM To: CF-Talk Subject: RE: Very vague error message i always use Im here (#timeFormat(now(),'hh:mm:ss')# ! cfabort and place it before trouble points, or after them to see if they are

RE: Very vague error message

2003-11-16 Thread Michael T. Tangorre
Weegs, how did the test go? _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2003 10:37 PM To: CF-Talk Subject: RE: Very vague error message how about it? never used it :) tw -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent

RE: Very vague error message

2003-11-16 Thread Michael T. Tangorre
working tonight!! tw -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2003 10:42 PM To: CF-Talk Subject: RE: Very vague error message Weegs, how did the test go? _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16

TOP 3 Most Recent Records

2003-11-15 Thread Michael T. Tangorre
How would you go about selecting the 3 newest records from an Access 2003 table where the PK is an autonumber and the table has no date/time field? Thanks. Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: TOP 3 Most Recent Records

2003-11-15 Thread Michael T. Tangorre
Ubqtous, many thanks. :-) _ From: Ubqtous [mailto:[EMAIL PROTECTED] Sent: Saturday, November 15, 2003 9:52 AM To: CF-Talk Subject: Re: TOP 3 Most Recent Records Michael, On Saturday, November 15, 2003, 9:49:42 AM, you wrote: MTT How would you go about selecting the 3 newest records

RE: Primary key preference quick poll

2003-11-11 Thread Michael T. Tangorre
In many places order number etc. has to be a simple sequential number because of accounting regulations. I do not think you are correct in your comment about order numbers having to be sequential. Why not? You can not manually set a value in a int field that is an autoincrementing

RE: Primary key preference quick poll

2003-11-10 Thread Michael T. Tangorre
UUIDs Unless your database is going to house a terabyte worth of info, the perofrmance hit is negligable and you will be all set for merges in replication, easier time porting to different platform, etc... I have never been a big fan of identities and have never worked with any DBAs who have

RE: Primary key preference quick poll

2003-11-10 Thread Michael T. Tangorre
UUIDs Unless your database is going to house a terabyte worth of info, the perofrmance hit is negligable and you will be all set for merges in replication, easier time porting to different platform, etc... I have never been a big fan of identities and have never worked with any DBAs who have

RE: Primary key preference quick poll

2003-11-10 Thread Michael T. Tangorre
Country codes have an official format and abbreviation.. the abbreviation is unique and can always be used as the key. Check the US gov sites for the list... _ From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 10:43 PM To: CF-Talk Subject: Re: Primary key preference

RE: Primary key preference quick poll

2003-11-10 Thread Michael T. Tangorre
CS dust up? _ From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 11:15 PM To: CF-Talk Subject: Re: Primary key preference quick poll No two country codes are the same - makes a good natural primary key. There is no need to create synthetic key in this situation

RE: CF treatment of queries inside CFCs

2003-10-30 Thread Michael T. Tangorre
I would be interested to see what the imapct on performance is in regards to having DB CFCs that handle DB operations. -Original Message- From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 5:49 PM To: CF-Talk Subject: RE: CF treatment of queries inside CFCs I

RE: CF treatment of queries inside CFCs

2003-10-30 Thread Michael T. Tangorre
I suppose so.. I'd have to tinker with the idea a bit before deciding one way or the other obviously; but it seems that sometimes we try make CFCs for everything, while potentially ideal in an OO text-book sense, my experience has always been that there is a line you walk with reagrds to

RE: Parsing 1000 emails

2003-10-30 Thread Michael T. Tangorre
If the emails are in a directory that you can access, use cfdirectory to get a listing of all those email... then If you are on MX (CF 5 has a 24KB limit or around there on what can be read in on swoop), use cffile to read the email into a variable, then search that variable for your 5

RE: Anybody have an opinion on hostmysite.com?

2003-10-30 Thread Michael T. Tangorre
8 sites. All excellent accounts. Host My Site ROCKS -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 11:38 PM To: CF-Talk Subject: Anybody have an opinion on hostmysite.com? Anybody have an opinion on hostmysite.com? Balance of

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Michael T. Tangorre
Obviously... he said he wants to control enter not stop it from happening. Capturing the onKeyDown event solves this as I have showed.. -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 4:24 PM To: CF-Talk Subject: RE: OT multiple

RE: Best places to sell tag?

2003-10-29 Thread Michael T. Tangorre
Sean Corfield blogged about this the other day... http://www.cftagstore.com/ Good luck. Mike -Original Message- From: Jake McKee [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 7:44 PM To: CF-Talk Subject: Best places to sell tag? All, I'm interested in selling some

RE: New to the list

2003-10-28 Thread Michael T. Tangorre
Hi Paul, welcome, what the heck took you so long to find us!!! -Original Message- From: Paul Vernon [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 10:18 PM To: CF-Talk Subject: OT: New to the list Hi all, I know its my first post and I know its off topic (slightly) but I

RE: Book to learn MS SQL 2000

2003-10-27 Thread Michael T. Tangorre
Are you talking administration or writing sql? -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 6:22 PM To: CF-Talk Subject: OT: Book to learn MS SQL 2000 What books do folks recommend to learn MS SQL 2000.Looking for basics at this

RE: soEditor as cfmodule

2003-10-26 Thread Michael T. Tangorre
have you confirmed this other cfmodule call? -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2003 8:39 PM To: CF-Talk Subject: soEditor as cfmodule I would like to call the soEditor as a cfmodule instead of a custom tag. The editing window is

RE: OT is OT (was Re: Eolas patent suit)

2003-10-25 Thread Michael T. Tangorre
-Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 2:42 PM To: CF-Talk Subject: Re: OT is OT (was Re: Eolas patent suit) Thank you. There is a CF-OT list just for this discussion. CF-Talk is for CF technical talk only. I'd have jumped on

RE: Checking array def

2003-10-25 Thread Michael T. Tangorre
is isUUIDpresent a UUID? -Original Message- From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: Saturday, October 25, 2003 6:18 PM To: CF-Talk Subject: Checking array def Hello, I have the following problem, I want to find out whatever the variable

RE: Add or Multiply as a Variable - Question Repharased

2003-10-22 Thread Michael T. Tangorre
why would you want to do this? -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 9:38 PM To: CF-Talk Subject: Re: Add or Multiply as a Variable - Question Repharased I tend to overcomplicated things. Let's rephrase the question: For:

RE: invoking CFCs

2003-10-20 Thread Michael T. Tangorre
tfg needs to be a defined virtual mapping in your IIS website or a website itself. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 7:01 PM To: CF-Talk Subject: invoking CFCs Hey All, I'm trying to invoke a cfc that is located in

RE: xml output

2003-10-18 Thread Michael T. Tangorre
could you be a little more descriptive? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, October 18, 2003 2:07 PM To: CF-Talk Subject: xml output what would be the proper way to output this to xml? see below seems like ther is a tag u got to add this

RE: CreateUUID() / CreateGUID()

2003-10-16 Thread Michael T. Tangorre
Any takers:-) -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 11:23 AM To: CF-Talk Subject: CreateUUID() / CreateGUID() I am noticing something strange here and am hoping someone can enlighten me.. My form has a field called userId

RE: CreateUUID() / CreateGUID()

2003-10-16 Thread Michael T. Tangorre
() / CreateGUID() No response as to why it's happening but have you tried doing a cfset whatever = #CreateGUID()# and then using the whatever value in your cfprocparam? Ken -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 7:32 PM To: CF

OT: SQL 2K

2003-10-15 Thread Michael T. Tangorre
Something strange is happening in my enterprise manager... I have the box unchecked that shows system tables and stored procs, etc.. Yet when I go to the stored procs area I see all kinds of system stored procs listed! None of the system tables are listed, but the procs are. Any ideas? [Todays

<    1   2   3   4   5   6   7   8   >