Regex Help

2003-06-05 Thread Michael Tangorre
Good Morning. A day or so ao I got some help with a regular expression and when I wrote a sample input string to match against it worked fine, howvever I failed to realize I have to HTMLCodeFormat the results from the http post in order to get a string to use. The Regex does not seem to work wi

Re: cfsavecontent.... throw/catch question

2003-06-05 Thread Michael Tangorre
Are you wrapping everything correctly in cftry? Mike - Original Message - From: "David Collie (itndac)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 8:03 AM Subject: cfsavecontent throw/catch question > Hey all > > doing something like this (s

Re: Regex Help

2003-06-05 Thread Michael Tangorre
]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 8:11 AM Subject: RE: Regex Help > I'm not sure if this will help, but try nesting your functions the other way > so the RegEx gets applied before the HTMLCodeFormat, or if that doesn't > work

Re: Regex Help - SOLVED

2003-06-05 Thread Michael Tangorre
t; How about this: > result = REreplace(cfhttp.fileContent,"^.*<%---(.*)---%>.*$","\1") > > > Regards, > Matthew Walker > Electric Sheep Web > http://www.electricsheep.co.nz/ > > - Original Message - > From: "Michael Tangorr

csv files

2003-06-06 Thread Michael Tangorre
Shoot me dead if this has been asked and answered, but pelase respond nonetheless so that my replacement can jump right in: what is the easiest way to create a csv file from a query? What I have is a custom tag that takes a runs a query and need to genenrate a csv file and then save it to the s

Re: inserting a list

2003-06-06 Thread Michael Tangorre
Here is a stored procedure I wrote awhile back, hopefully it is some use to you.. it takes in a comma delimited list (you can change the delimiter if need be) and does an insert for each element in the list: This is just a section of it... you will have to alter it to get it to work, but not much.

cfc woes

2003-06-06 Thread Michael Tangorre
Can someone help me figure out why this is not working.. My directory structure is set up as follows: C:\inetpub\wwwroot\testSite\cfcs I get an error saying "Could not find the ColdFusion Component testSite.cfcs.client" Am I not using the correct notation? TIA, Mike ~

Re: cfc woes

2003-06-06 Thread Michael Tangorre
anyone have an ideas? Seems like it should be working. Mike - Original Message - From: "Michael Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 10:44 PM Subject: cfc woes > Can someone help me

Re: cfc woes

2003-06-06 Thread Michael Tangorre
is a CF mapping the only way to go? When this site goes live, I will not have the ability to create the mapping... unfortunately. - Original Message - From: "jon hall" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 11:17 PM Subject: Re: cfc woes > Cre

Re: Path to CFC working on dev, not QA

2003-06-06 Thread Michael Tangorre
Look at my post and the responses from about an hour ago... i had the same exact problem :-) Someone mentioned to create a mapping... i did and now it works.. but i didnt think i needed it.. still a bit confused. Mike - Original Message - From: "Scott Brady" <[EMAIL PROTECTED]> To: "CF-

CF and MediaLinq

2003-05-28 Thread Michael Tangorre
Has anyone used CF with MediaLinq to send broadcast emails and faxes? They have an API to interface with their services via Cold Fusion and other languages... just wondering if anyone used it and if anyone can shed some insight into it. Comments? Likes? Dislikes? Thanks, Michael Tangorre

OT - C++/C#

2003-05-30 Thread Michael Tangorre
Does anyone have C++/C# experience that could answer a few questions off list? AND/OR... Know of a high traffic, good, email list? Sorry for the OT post... Thanks, Michael Tangorre [EMAIL PROTECTED] www.realmagnet.com work - 202-244-7845 fax - 202-244-7926 cell - 607

Re: OT - form buttons and css...

2003-05-31 Thread Michael Tangorre
Make 2 classes in a stylsheet. And using JS, switch the class onClick() For a list of properties to alter ona form element, try this: http://www.htmlgoodies.com/beyond/cssforms.html If you need more help, feel free to email me offlist. Mike - Original Message - From: "Houk, Gary" <[EM

Re: OT - form buttons and css...

2003-05-31 Thread Michael Tangorre
send me a link so I can see this in action. - Original Message - From: "Houk, Gary" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 10:08 AM Subject: RE: OT - form buttons and css... > These are the two styles I have right now... > > .button { > backgro

Re: Run .Net and CF5 apps on same server?

2003-05-31 Thread Michael Tangorre
It plays nicely on our servers. :-) Everything is M$ except for the CFMX and CF 5 apps. No issues as of yet. If any do pop up i will just blame it on the .NET apps that we have running (2..one C#, and one ASP). Mike - Original Message - From: "Phillip B" <[EMAIL PROTECTED]> To: "CF-Talk

CF and Mail Engines

2003-05-31 Thread Michael Tangorre
engine polls the folder and sends them out Thanks, Michael Tangorre [EMAIL PROTECTED] www.realmagnet.com work - 202-244-7845 fax - 202-244-7926 cell - 607-426-9277 ~| Archives

CFC question

2003-05-31 Thread Michael Tangorre
Is there a way to display all the functions within a cfc in one line or using one tag... I have 4 or 5 CFCs and want to get a listing of all the functions within them to print out. Thanks, Michael Tangorre [EMAIL PROTECTED] www.realmagnet.com work - 202-244-7845 fax

Re: CFC question

2003-05-31 Thread Michael Tangorre
apter 11 of the cfmx docs section 4 > > WG > > -Original Message- > From: Michael Tangorre [mailto:[EMAIL PROTECTED] > Sent: 30 May 2003 18:15 > To: CF-Talk > Subject: CFC question > > > Is there a way to display all the functions within a cfc in one line or >

Re: CF and Mail Engines

2003-05-31 Thread Michael Tangorre
Engines > 500,000/hour?? Can I get the IP so I can block it? > > Dan > === Previous Message Below === > > > -Original Message- > From: Michael Tangorre [mailto:[EMAIL PROTECTED] > Sent: Friday, May 30, 2003 12:54 PM > To: CF-T

Re: JS question / DOM hiding all elements in square area

2003-06-02 Thread Michael Tangorre
using style sheets and JS events if needed change the visibility property. I forget the list of elements you can apply this to, but I am sure the table, tr, td, div, span work. visibility: hidden; If you need an example or more assistance, let me know. Mike - Original Message - From:

regex help needed

2003-06-03 Thread Michael Tangorre
LLCall" I need to pull: <%---session|errorTrap|DetailNumeric---%> The surroudning text will always vary in length depending upon results.... Thanks, Michael Tangorre [EMAIL PROTECTED] www.realmagnet.com work - 202-244-7845 fax - 202-

Re: cfx wrapper for c++ dll

2003-06-03 Thread Michael Tangorre
Can you register the DLL on your web server and use cfobject to interact? - Original Message - From: "DDB Lists" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 2:11 PM Subject: cfx wrapper for c++ dll > I am the main developer for a concert hall / roc

Re: regex help needed

2003-06-03 Thread Michael Tangorre
ing mechanism, but it'll return the first block correctly, rather than a > combined result. > > --- > Barney Boisvert, Senior Development Engineer > AudienceCentral (formerly PIER System, Inc.) > [EMAIL PROTECTED] > voice : 360.756.8080 x12 > fax : 360.647.5351 >

Re: cfx wrapper for c++ dll

2003-06-03 Thread Michael Tangorre
If you were to send me the documentation, would you be violating any agreement? I have pretty good C++ experience and would be willing to help if you need. Email me offllist. If you can send me the documentation or API they sent to you. [EMAIL PROTECTED] Mike - Original Message - From:

alternatives to cfhttp

2003-06-04 Thread Michael Tangorre
anyone know of any reliable alternatives to cfhttp? I am tyring to send a pretty good sized csv file and it tends to bonk out often.. (success rate of about 60%)... Thanks, Mike ~| Archives: http://www.houseoffusion.com/cf_lis

Re: JS help

2003-06-04 Thread Michael Tangorre
Give the tag an ID and then use this function: function getText(id) { collection = document.all; for (i = 0; i < collection.length; i++) { if (collection[i].id == id) { return(collection[i].innerText); } } return("Not found"); } HTH, Mike -

Re: alternatives to cfhttp

2003-06-04 Thread Michael Tangorre
no kidding :-) I am not intersted in FTP.. I am looking for cfx tags,etc that might interact with http better than cfhttp. Make sense? Mike - Original Message - From: "Jerry Johnson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 11:38 AM Subject: Re:

Re: alternatives to cfhttp

2003-06-04 Thread Michael Tangorre
I hear ya :-) I wish I could use FTP, then it would be a breeeze! TA, Mike - Original Message - From: "Jerry Johnson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 11:55 AM Subject: Re: alternatives to cfhttp > Yeah, > > Just trying to remind you

Re: Sending a list into a Stored Proc

2003-06-04 Thread Michael Tangorre
I use varchar, works fine. - Original Message - From: "William Wheatley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 2:11 PM Subject: Sending a list into a Stored Proc > Ok having a brain fart. > > Whats the best way to send > > 1,2,3,4,5,6,7 > in

Re: simple

2003-06-04 Thread Michael Tangorre
The one in the WACK is very simple and expandable. It uses CFCs If I remeber correctly. Mike - Original Message - From: "Robert Orlini" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 2:43 PM Subject: simple > Anyone out there have a simple freeware

Re: simple

2003-06-04 Thread Michael Tangorre
HTH, Mike - Original Message - From: "Robert Orlini" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 3:17 PM Subject: RE: simple > Mike, > > What URL or page? > > Robert O. > > -Original

OT - mailing lists

2003-06-05 Thread Michael Tangorre
I have been scouring the net for a good C++ mailing list. Anyone know of a good one with decent traffic? Thanks, Michael Tangorre ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Re: alternatives to cfhttp

2003-06-05 Thread Michael Tangorre
Im pushing for MX in general, not to mention Red Sky... but this damn application is written on 5, and poorly too. I hate jumping in and working on crappy apps. :-) - Original Message - From: "Sean A Corfield" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 04,

Re: alternatives to cfhttp

2003-06-05 Thread Michael Tangorre
out. It doesn't crash servers, it's very fast, and it's totally thread safe. > > http://members.shaw.ca/ksuh > > - Original Message - > From: Michael Tangorre <[EMAIL PROTECTED]> > Date: Wednesday, June 4, 2003 11:01 am > Subject: Re: alternati

xml?

2003-06-05 Thread Michael Tangorre
I have an area of an application in which users can build forms themselves, specifying a number of attributes such as table size, font color, font style, font size, form elements, etc... This gets pretty involved in that they can choose all kinds of form elements and add values and options and a

cfpop

2003-06-09 Thread Michael Tangorre
Can anyone shed some light into my issue: I am using CFPOP to poll an email account and get the attachments from the email onto the server into a directory. I have verified that: the email does have an attachment the directory to save the attached file is correct a copy of the email is left on t

Re: Recipes Application?

2003-06-09 Thread Michael Tangorre
Hey Mike... thanks for syaing hi :-) Email me off list sometime. - Original Message - From: "Mike Mertsock" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 09, 2003 12:57 PM Subject: Recipes Application? > I've got about 4 replies asking for copies, so I'm p

cfpop issue appended :-)

2003-06-09 Thread Michael Tangorre
I am polling an email box using cfpop to get to an email containing a report I need to parse. Here is the issue: when the 3rd party service provider sends the email, I notice the following: Thanks, Michael Tangorre [EMAIL PROTECTED] www.realmagnet.com work - 202-244

cfpop appended

2003-06-09 Thread Michael Tangorre
Sorry for the last post that was incomplete.. it was sent before I finished typing. At anyrate, here is what I nticed when viewing the header information from the email I retrieve: Content-Type: multipart/mixed; boundary="PART.BOUNDARY.1055181506" However, if I forward this message containing t

CF / Word and Merge Fields

2003-06-10 Thread Michael Tangorre
for the merge fields. Thoughts? Ideas? Thanks, Michael Tangorre ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4

CF and COM

2003-06-10 Thread Michael Tangorre
e document */ docFields = newDoc.Fields; Does anyone see what I am doing wrong? I am on windows xp with CFMX. The word file is in the correct location and I have MS Word installed. Thanks, Michael Tangorre ~| Arch

Re: Is there SQL equivalent to CF's ListGetAt function??? Please help!

2003-06-10 Thread Michael Tangorre
I have done something similar, perhaps the long way... looping through a delimited list, keeping a counter, and obtaining the value.. I can send you the code if you'd like. Mike - Original Message - From: "Che Vilnonis" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesda

Re: Red Sky beta 2 released

2003-06-10 Thread Michael Tangorre
nicely put thanks for not calling people idiots. - Original Message - From: "Christian Cantrell" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 11:56 AM Subject: Re: Red Sky beta 2 released > On Tuesday, June 10, 2003, at 11:46 AM, Lee Fuller wro

Re: CFC Newbie Discussion.

2003-06-10 Thread Michael Tangorre
Let me point out the scope bug... using "this" scope exposes your data members outside of the cfc. In addition, the varibales scope is not the default for not providing a scope within a CFC. There is something known as the "unknown" scope. This unknown scope allows data members to be available to

Re: CFC Newbie Discussion.

2003-06-10 Thread Michael Tangorre
In terms of which is the most efficient way of calling a cfcs... I like to use CreateObject(objectname,component); Thinking about CFCs like classes in Java or C++ is natural for me, so I like to work in that mentality.. like Hal Helms points out. Keep in mind though, some hosting providers limit

Re: CFC Newbie Discussion.

2003-06-10 Thread Michael Tangorre
not unknown... obviosuly its known :-) known as nothing! That should read the unnamed scope. Sorry If I confused matters... - Original Message - From: "Michael Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003

Re: CFC Newbie Discussion.

2003-06-10 Thread Michael Tangorre
good point John. By the way, i got the presentation CD in the mail yesterday from Atlanta and it was quite interersting. :-) Anyways, I guess I tend to leverage CFCs with the object mindset, always of the shortcomings however... and that stems from my C/C++ background. At anyate, good point, and

Re: Red Sky beta 2 released

2003-06-10 Thread Michael Tangorre
I agree. I was just commenting on the word choice (idiots). I think a lot of people get caught up in the hype of being a beta tester and skim over the NDA... not good I know, but obviously its done or we wouldn't be having this conversation. Mike - Original Message - From: "Philip Arnold

Re: CFC Newbie Discussion.

2003-06-10 Thread Michael Tangorre
Ian, That question is a bit vague... Remember any data in a CFC only persists for the duration of the page request. To have it perists longer, you can load it into the session scope for instance. - Original Message - From: "Ian Skinner" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECT

Re: CFC Newbie Discussion.

2003-06-10 Thread Michael Tangorre
You are asking all the right quesitons to learn... keep asking. :-) to keep variables protected within functions, use: to keep variables protected to the cfc and functions within the cfc, use: your own structure or use no scope. to allow variables to be exposed to the cfc (including the funct

OT but urgent - Killing Process/service

2003-06-11 Thread Michael Tangorre
until tonight when the load is minimal... anyone know a way to kill the process? Its an NT 2K Server box. Thanks, Michael Tangorre ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Re: counting to 5-problem

2003-06-11 Thread Michael Tangorre
they want them all to go, just 5 at a time I imagine. I am assuming this is to prevent alerting the network guys of a SPAM attack :-) - Original Message - From: "DURETTE, STEVEN J (AIT)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 12:19 PM Subjec

Re: Consuming CFMX Web Services in ASP.NET

2003-06-11 Thread Michael Tangorre
just a thought... what about wddx? - Original Message - From: "Matthew Small" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 12:19 PM Subject: RE: Consuming CFMX Web Services in ASP.NET > I don't imagine that the .NET datatable and the CFMX record

CF / Excel / Ranges

2003-06-12 Thread Michael Tangorre
What would be the easiest way to import an excel sheet into SQL 2K. The excel sheet contains the following: Country name Country abbreviation Country code >From Phone Number To Phone Number Thanks, Mike ~| Archives: http://www.

Re: Web based Project Management

2003-06-13 Thread Michael Tangorre
how about M$ Project. :-) - Original Message - From: "Kazmierczak, Kevin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 10:11 AM Subject: OT: Web based Project Management > I am looking for a web based project management software package that isn't

numbers too big

2003-06-13 Thread Michael Tangorre
info is coming in from an excel sheet. Thanks, Michael Tangorre ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4

Re: Web based Project Management

2003-06-13 Thread Michael Tangorre
Kaz, check with Jim on that iTemawork, I think he used that a year or so ago when we were in Alfred. Mike - Original Message - From: "Charlie Griefer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 10:46 AM Subject: RE: Web based Project Management

Re: numbers too big

2003-06-13 Thread Michael Tangorre
umbers too big > Why 30 digits?, I'm not aware of any numbers of greater than 20 digits, even > with the International diaing code. > > Jason Lees > Development Team Leader > National Express. > > > -Original Message- > From: Michael Tangorre [mailto:[

Re: numbers too big

2003-06-13 Thread Michael Tangorre
ersonally I think these numbers allow for quite a large range. > > Jason Lees > Development Team Leader > National Express. > > > -Original Message- > From: Michael Tangorre [mailto:[EMAIL PROTECTED] > Sent: 13 June 2003 15:57 > To: CF-Talk > Subject: Re: numbe

Re: numbers too big - SOLVED

2003-06-13 Thread Michael Tangorre
. Mike - Original Message - From: "Michael Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 11:23 AM Subject: Re: numbers too big > I just found this site: > http://www.1areacodescountrycodes.com/all

phone numbers - update on previous problem

2003-06-13 Thread Michael Tangorre
Basically I just wanted to re-open my issue and it is bigger than I first imagined... anyways, has anyone tried to calculate using any language, what country a phone number relates to? Basically I thought I had it until I realized that some country codes overlap if the ones being compared are 2

OT: Win2K Server

2003-06-13 Thread Michael Tangorre
Does anyone have a default list of windows services (on windows 2k server) installed and what they do.. we are trying to turn off and disable any services we do not need on our test servers thanks! Mike ~| Archives: http://

Re: phone numbers - update on previous problem

2003-06-13 Thread Michael Tangorre
ers - update on previous problem > Michael Tangorre wrote: > > Basically I just wanted to re-open my issue and it is bigger than I first imagined... > > > > anyways, has anyone tried to calculate using any language, what country a phone number relates to? Basically I thought I had i

Re: CFMX Admin: made easy-breezy

2003-06-15 Thread Michael Tangorre
Very informative. Good job. Mike - Original Message - From: "Geoff Bowers" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 6:51 PM Subject: CFMX Admin: made easy-breezy > Folks, > > Finished up some training on CFMX administration a few weeks ago. I

Re: Getting IE to accept XML from ColdFusion

2003-06-16 Thread Michael Tangorre
I love it more than netscape :-) netscape... not much more to say than that. - Original Message - From: "Ian Skinner" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 4:59 PM Subject: RE: Getting IE to accept XML from ColdFusion > And you want to add s

Re: Shopping Cart

2003-06-16 Thread Michael Tangorre
I would recommend the one in the Cold Fusion Web Application construction kit... uses CFCs.. and is a base model, allowing you to add features galore if you so wish.. Mike - Original Message - From: "Joel Blanchette" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, Jun

SQL

2003-06-18 Thread Michael Tangorre
I am posting this again as someone replied without leaving the original message in the reply and now the responses are offbase. Anyways, the original question was... does anyone have any links or references that will shed some light on breaking an appliction data structure (sql server database)

Re: SQL

2003-06-18 Thread Michael Tangorre
gt; To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 5:07 PM Subject: Re: SQL > Michael Tangorre wrote: > > > > does anyone have any links or references that will shed some light on breaking an appliction data structure (sql server database) down into

Re: SQL

2003-06-18 Thread Michael Tangorre
I wish that was the case... gosh I wish that was the case. :-) However, the larger tables have so much activity due to the need to update the status of each record to one of 4 values until it reaches a status of final So essentially we provide "live" tracking of jobs that the application hand

RE: Recommended books for ColdFusion MX / Flash MX?

2003-06-22 Thread Michael Tangorre
Yes.. Check out "Inside Flash MX" by Jody Keating (excellent book). Also "Reality Cold Fusion" by Ben Forta is a good example based book. I would also recommend "Actionscript, The Developers Guide" from O'Reilly. Hth, Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

RE: WAY OT - Setting Mail Server to block relaying

2003-06-25 Thread Michael Tangorre
Wow Bad day? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:04 PM To: CF-Talk Subject: Re: WAY OT - Setting Mail Server to block relaying Rafael Alan Bleiweiss wrote: > > I'm trying to breath life into my web work again, and

RE: Word Merge with CF

2003-06-26 Thread Michael Tangorre
Yes, I have.. Email me again in an hour or so, I should be at work by then and will give you a hand. Mike -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 5:28 AM To: CF-Talk Subject: Word Merge with CF Has anyone ever done anything with "Com

Re: CF & JS Menus

2002-03-21 Thread Michael Tangorre
Thanks Shawn. This is for a school project I am putting together..so free is what I am looking for. I'd like to get into DHTML, Javascript, and DOM more, but with graduation coming up, I just dont have time right now... so anyone reading this..any free menus would be great. I am looking for somet

CF menu and output

2002-03-23 Thread Michael Tangorre
Hi everyone. Can anyone provide me a little direction here. I have a query that queries the SQL DB for the main categories.. I then do a cfoutput with a query attribute set to maincats. I get the following: Hardware Software Books Networking Now, this is the desired results, but what I am tryi

Re: CF menu and output SOLVED

2002-03-23 Thread Michael Tangorre
Problem solved.. I forgot to trim the variable... :-) Mike - Original Message - From: "Michael Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, March 23, 2002 4:48 PM Subject: CF menu and output > Hi everyone.

CF and EBAY

2002-03-26 Thread Michael Tangorre
Does anyone know if any tags exist that grab a sellers auctions form ebay? I thought I would ask before trying to do this myself... no sense in reinventing the wheel. Thanks, Mike __ This list and all House of Fusion resources

Re: CF and EBAY

2002-03-27 Thread Michael Tangorre
Would you like to share it :-) - Original Message - From: "Tony Schreiber" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 3:18 PM Subject: Re: CF and EBAY > I wrote one of those two. It goes a step further and grabs all the bidders > on the match

CF and Input Type=file

2002-03-27 Thread Michael Tangorre
Hi everyone. I have a layout issue here. Is there a way when you use input type="file" that you can get the "browse" button to appear below the form element as apposed to the right hand side? Kind of an odd question, but it would save me a ton of layout work. Thanks,

Pausing using CF

2002-04-08 Thread Michael Tangorre
Hello. Can anyone think of a way that I can achieve a pause for like 30 seconds to a minute between iterations in a loop? would another loop inside work that did nothing or is there a better way? Mike __ Get the mailserver

Re: Big Record Set Return

2002-04-08 Thread Michael Tangorre
What are the drop downs for.. is the entire record set populating the drop downs.. give us some more info.. Mike - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 1:11 AM Subject: Big Record Set Return > I have a query that r

Fourm DB Design & Examples

2002-04-17 Thread Michael Tangorre
I am trying to design a DB for use with a Foums ap that I am also designing. Can anyone shed some light on a possible DB layout? Examples out there anywhere? *preferrably fusebox* Thanks, Mike __ Structure your ColdFusion cod

Reg Expr help.

2002-04-23 Thread Michael Tangorre
Hello everyone. I have never written a regular expression before, I am brand new to them. Could someone assist me with writing one that will check form fields for certain CF tags along with hazardous javascript. I would like to loop over the form.fieldnames list and then throw an error if a val

Copying a structure

2002-04-26 Thread Michael Tangorre
Hello. I have a fusebox application I am working on and need some advice. I have a custom tag around each index.cfm file in each circuit of the application. In one circuit I have a page that displays a form. The user fills out the form and submits it. Well I then have a fuse called act_checkFor

Re: CF_HierMenus

2002-04-27 Thread Michael Tangorre
Does hiermenu work in IE and NS? - Original Message - From: "Matt Robertson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, April 27, 2002 8:59 PM Subject: RE: CF_HierMenus > The coding is a bit of a pain, but do-able. I wrote CF_MenuMonger to do > the job. Yo

Shopping Cart Opinions

2002-04-28 Thread Michael Tangorre
Hi everyone. I have just created a simple shopping cart and wanted to get some thoughts on my approach to it. I create a structure of lists which is stored in the session scope. 1. cart.quantities 2. cart.prices 3. cart.products Basically every time I (add/remove/changeqty) a product, I go t

Re: Shopping Cart Opinions

2002-04-28 Thread Michael Tangorre
ject: RE: Shopping Cart Opinions > Using lists this way is such a bad idea it isn't even funny. As soon as > the lists start to grow your performance is going to be shit. > > -Matt > > > -Original Message- > > From: Michael Tangorre [mailto:[EMAIL PROTEC

Re: Shopping Cart Opinions

2002-04-28 Thread Michael Tangorre
ted as we can get in CF currently... So if I wanted item > 1002's price, qty, or anything else, I can refer to it by name, with one > line of code. Don't be concerned about speed as much as the cleanliness > of the logic. Macromedia will take care of that for us :) > > cart[&#

Re: Shopping Cart Opinions

2002-04-28 Thread Michael Tangorre
> "Success is a journey, not a destination!!" > > > > Doug Brown > - Original Message - > From: "Michael Tangorre" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Sunday, April 28, 2002 4:32 PM > Subject: Re: S

Re: Shopping Cart Opinions

2002-04-28 Thread Michael Tangorre
lly, I have two. One for very a small shop of simple items with > no options, and one for items with multiple options. > > Regards, > Matthew Walker > /* > Cabbage Tree Creative Ltd > Christchurch - New Zealand > > http://www.matthewwalker.net.nz/ > http://www.cabbag

SQL Server 2K Question

2002-05-01 Thread Michael Tangorre
Hi everyone. Is there a way in SQL 2K for me to generate the SQL to rebuild the database structure? What I would like to do is have a file of SQL statements that will regenerate the DB I am currently working on with the same data types and what not defined... Any help would be much appreciated.

Re: SQL Server 2K Question

2002-05-01 Thread Michael Tangorre
t; In enterprise manager, go to the database, right click on a table and select > "generate SQL scripts". Check all the boxes and it will save a script to > file for you. You can then run the script in Query analyzer. > > -Original Message- > From: Michael Tangorre

Project/File control App

2002-05-02 Thread Michael Tangorre
Hey everyone. Anyone know of anything written in fusebox (preferrably) that is available that is like a project maintenance or file maintenance application (who did what, when.. etc.. ) Mike __ Your ad could be here. Monies

Fusebox and URL protection

2002-05-05 Thread Michael Tangorre
hey everyone. what is the best way to make sure noone tampers with the URL and the parameters in the url? I am using fusebox 2, and need to find a solution to the above problem if it is appropriate. Thanks, Mike __ Sig

CF and PayPal

2002-06-15 Thread Michael Tangorre
Hi everyone. I have a shopping cart on a clients website and he would like to use paypal to process the final transaction. The entire cart is stored on the website, and he wishes to use just paypal for the payment regardless of how many items are in the cart, etc... Now, can this be done? Is th

Re: CF and PayPal

2002-06-15 Thread Michael Tangorre
anyone else have input? Thanks for your Justin.. Im gonna wait for a few more replies then check into it. Mike - Original Message - From: Justin Scott To: CF-Talk Sent: Saturday, June 15, 2002 1:42 PM Subject: Re: CF and PayPal > I have a shopping cart on a clients webs

Re: CF and PayPal

2002-06-15 Thread Michael Tangorre
Well stated Todd. Security for a small business just trying to make a small presence on the net does not want to be respoisible for that kind of info.. it only takes one lawsuit to ruin the business! So, I am reading the PDF from paypal now.. im sure it will work for what I need. Thanks for yo

Re: CF and PayPal

2002-06-15 Thread Michael Tangorre
need additional info. Stace -Original Message----- From: Michael Tangorre [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 15, 2002 1:30 PM To: CF-Talk Subject: CF and PayPal Hi everyone. I have a shopping cart on a clients website and he would like to use paypal