RE: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Russ Michaels
The fact your not thinking about is that CF is server side, thus if you were able to send a print command, it would print on the server that is running CF. If you want to print the contents of a CF page, what you are effectively printing is the HTML page, thus you need to use Javascript to

really slow website

2000-04-11 Thread Russ Michaels
I have just added another site to my server (running IIS4 on NT4) and for some strange reason this site takes ages to load. The site is just basic html pages, NO CF yet, not even large graphics. I have deleted it, re-made it, used different IP's, ports, swapped a working site with this ones

Re: really slow website

2000-04-12 Thread Russ Michaels
Alas no, I wish it were that simple though. The whole site is doing it, no even just the front page. And yes every other site on the server seems to be fine. I restarted the machine too, no change. On 4/11/00, Russ Michaels penned: Here is a temporary URL on the live serrver, see how slow

SQL aggregation prob

2000-05-03 Thread Russ Michaels
I have a table called messages, the 3 columns I am working with are:- messageID, responseID, projectID I am trying to write a single query that will give me a total count of several columns:- Here is a pseudo code example of what I want variable = 1 select total messages (where responseID =

Re: Comparison of Website and Personal Web Server (for anyone with experience with both)

2000-05-07 Thread Russ Michaels
If you want a real webserver then PWS wont cut it. All PWS is, ia a local, limited functionality webserver for testing pages. It has sod all admin features. But if you just want something simple to test your pages locally before you make them live, then this will do you. But I would install

Re: Frame Refresh

2000-05-07 Thread Russ Michaels
If you just want to target the form to another frame to process it then just use FORM action="action.cfm" TARGET="framename". Using javascript to refresh another frame wouldn't actually accomplish anything as the form wont be submitted. Russ Satachi Internet Development --

Re: Efficient pages

2000-05-07 Thread Russ Michaels
I think you want to be getting your hands on Ben Fortas books. http://www.forta.com/books/ Satachi Internet Development -- Tel/Fax: 0870 787 3610 Mobile: 07050 648684 http://www.satachi.com email: [EMAIL PROTECTED] -- To join the Satachi-news mailing list send a

Re: CFHTTP web filtering

2000-05-07 Thread Russ Michaels
Damb you sure have confused me now. If the link contains the real URL to the image anyway then what is the point in the redirection??? IT isn't really hiding the real URL as anyone can copy the link location to see where it really is. Or do you mean that the images are stored on a server that

Re: CF Across the LAN

2000-05-07 Thread Russ Michaels
What you need to do is setup a virtual directory in your webserver so that the images can be accessed as local to the cuurent page by the client. In IIS this is simple, just go into your Internet Service Manager, select your website, right click and add new virtual directory. So now a tag like

Re: Customizable interface

2000-05-07 Thread Russ Michaels
What method you use for this entirely depends how customisable you want the interface to be. If it's just colors, fonts etc, then you can easily just allow your users to select these values from a customisation page and either store them in the database or in a cookie on their machine. When

Re: Storing Credit Card details securely

2000-05-15 Thread Russ Michaels
You seem to be making things more complicated for yourself. You do not need to send creditcard details back to clients for the world to see, you just store them on a database server that cannot be accessed from the web, I.E it is locally networked to the webserver. The most you would need to do

Re: calling a custom tag from another custom tag?

2000-05-15 Thread Russ Michaels
There is no problem doing this, you can happily nest custom tags inside each other. Satachi Internet Development -- Tel/Fax: 0870 787 3610 Mobile: 07050 648684 http://www.satachi.com email: [EMAIL PROTECTED] -- To join the Satachi-news mailing list send a blank

Re: Advice on approach

2000-05-15 Thread Russ Michaels
Just add another column into your database called APPROVED. When you insert submissions into the database just set this flag as true and do not display any entries that have this flag set as true. When you validate them, just set the flag to zero so that the records are shown. Satachi

Re: Uploading SQL Server databases

2000-05-15 Thread Russ Michaels
Your gonna be needing to do some reading up on database servers before you embark on this methinks. There is a big difference between an Access database file and SQL Server. A database server does not have separate files like Access, the database are self-contained within the server itself.

Re: Hi

2000-05-15 Thread Russ Michaels
No resources for CF, Are you mad??? Despite the masses of stuff on Allaire's Developer Exchange, what about the many many sites like:- cfsearch.com forta.com cfspot.com cfadvisor.com cfmcentral.com cfscripts.com houseoffusion.com etc etc.. at all of these sites you will find hundreds more

FREE CF Hosting for developers

2000-05-30 Thread Russ Michaels
join the mailing list for advanced notice www.cfdeveloper.co.uk -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a

Re:Simple IIS question

2000-08-28 Thread Russ Michaels
IIS4 comes with NT4 Option Pack, it is not part of Windows98. You cannot run windows98 as a server, unless your just using it for local development of course, in which case you can use PWS (Personal Web Server) but it's a bit crap, give O'Reily Webserver Pro a try. Satachi Internet

Development process document

2005-08-08 Thread Russ Michaels
Has anyone ever documented their development process from specification right through to final production. I have to do this for a client who wants absolutely everything documented in the contract, and while I can describe the process just fine, it's just not long winded and bloated enough for a

RE: Development process document

2005-08-08 Thread Russ Michaels
LOL, yea :-) -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: 08 August 2005 23:23 To: CF-Talk Subject: RE: Development process document Send them a copy of Jeff Peter's Fusebox 4 FLiP book, should be wordy enough ;-) -- Damien McKenna - Web Developer - [EMAIL

RE: Looking for very simple CMS

2005-08-09 Thread Russ Michaels
www.besavvy.com Russ -Original Message- From: David Adams [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 22:08 To: CF-Talk Subject: Looking for very simple CMS I am looking for a VERY simple Content Management System written in CF for a small community group that has no money but has

RE: Looking for very simple CMS

2005-08-09 Thread Russ Michaels
Sorry I missed the fact that u wanted a free one. As well as farcry there is also SPECK CMS. Russ -Original Message- From: David Adams [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 22:08 To: CF-Talk Subject: Looking for very simple CMS I am looking for a VERY simple Content

Cfhttp vs web services

2005-08-10 Thread Russ Michaels
I recently had an interesting question from one of our developers that I had a hard time answering. Had had an app that required web services, but it was written in CF5, so rather than move to CFMX, he just wrote a bunch of pages that could have forms posted to them, with the commands in the

RE: Looking for very simple CMS

2005-08-10 Thread Russ Michaels
much better, but it does cost money... Ray Russ Michaels wrote: www.besavvy.com Russ -Original Message- From: David Adams [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 22:08 To: CF-Talk Subject: Looking for very simple CMS I am looking for a VERY simple Content Management System

RE: Looking for very simple CMS

2005-08-10 Thread Russ Michaels
for pricing model. It seems morally reprehensible. -Mark -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 8:40 AM To: CF-Talk Subject: RE: Looking for very simple CMS At least there is a choice with the Savvy pricing. If you only need 1

RE: Migrating to CFMX (7) from CF 5

2005-08-10 Thread Russ Michaels
Yes, you would still run the service as your specific user. In fact this is the best way to run it. Russ Michaels -Original Message- From: Matthew Friedman [mailto:[EMAIL PROTECTED] Sent: 10 August 2005 16:13 To: CF-Talk Subject: Migrating to CFMX (7) from CF 5 We are about to start

RE: Looking for very simple CMS

2005-08-10 Thread Russ Michaels
That's pretty much my thoughts on it too. russ -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 10 August 2005 16:12 To: CF-Talk Subject: RE: Looking for very simple CMS Dave, Ok - here's my take I'm sorry to disagree with you - but the goal of call for

RE: Best Rich Text Editor (was: RE: Looking for very simple CMS)

2005-08-10 Thread Russ Michaels
FCKeditor. Russ -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: 10 August 2005 18:01 To: CF-Talk Subject: Best Rich Text Editor (was: RE: Looking for very simple CMS) So what is the best Rich Text editor today, for those of who need to build our own simple CMS?

CFFORM error

2005-08-10 Thread Russ Michaels
OK this is doing my head in, I am getting this error. Context validation error for tag cfform. The end tag /cfform encoutered on line 117 at column 3 requires a matching start tag. Which is rubbish. I have 1 and only 1 CFFORM tag in my page and it has both a starting and closing tag. So

RE: CFFORM error

2005-08-10 Thread Russ Michaels
: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 4:24 PM To: CF-Talk Subject: CFFORM error OK this is doing my head in, I am getting this error. Context validation error for tag cfform. The end tag /cfform encoutered on line 117 at column 3 requires a matching start tag

RE: CFFORM error

2005-08-11 Thread Russ Michaels
Yes, I have not posted ALL code. -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: 11 August 2005 00:17 To: CF-Talk Subject: Re: CFFORM error before digging thru this...is that /cfoutput after your cfform supposed to be there? On 8/10/05, Russ Michaels [EMAIL

RE: CFFORM error

2005-08-11 Thread Russ Michaels
There is an opening cfouput in the code above the cfform (not posted as it's just a bunnch of cfsets and cfparams and comments), and I have tried moving the cfoutputs around as well. Russ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 August 2005 12:16

RE: CFFORM error

2005-08-11 Thread Russ Michaels
again (all of it). Dave -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 8:32 AM To: CF-Talk Subject: RE: CFFORM error There is an opening cfouput in the code above the cfform (not posted as it's just a bunnch of cfsets and cfparams

RE: CFFORM error

2005-08-11 Thread Russ Michaels
Sorry, I have actually replaced the CFFORM with a FORM tag since, and [EMAIL PROTECTED] why the cfoutput is there. When I pasted the code here I just edited it back to CFFORM. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 August 2005 14:15 To: CF-Talk

RE: CFFORM error

2005-08-11 Thread Russ Michaels
Ok I thought I had removed the cfoutput when I converted from FROM to CFFORM, but I guess I didn't LOL! Altho why that should cause such an error is strange. Russ -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 11 August 2005 14:22 To: CF-Talk Subject: RE: CFFORM

RE: CF/JRUN Path Issues

2005-08-11 Thread Russ Michaels
You can install both CFMX6 and CFMX7 standalone and run web sites off either. Just remember to install the CFADMIN in a different location for one of them. You can then just modify the IIS file mappings to point to whichever version you want to use for an individual site. You could also install

RE: SOT: tr and style=border...

2005-08-11 Thread Russ Michaels
Interesting, but in what situation what a TD exist where it's not inside a TR ? -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: 11 August 2005 20:42 To: CF-Talk Subject: Re: SOT: tr and style=border... TRs don't have a lot of things, because they're structure,

RE: CFMX Jrun updating question

2005-08-11 Thread Russ Michaels
Not for enterprise. Only for J2EE/multi-server, which is running a FULL install of jrun. Russ -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: 11 August 2005 20:50 To: CF-Talk Subject: CFMX Jrun updating question A friend asked me a question about patching CFMX that

RE: Studio 8 announced

2005-08-11 Thread Russ Michaels
Don't pick on cf developers. Eveyone else is the same, why do you think PHP has such a big community. Altho what does suck, is that no-one gives anything away for FREE in CF. Thus why we have millions of free PHP/ASP scripts and like 2 free cf scripts. There is only 1 free cf forum I know of, and

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
[mailto:[EMAIL PROTECTED] Sent: 12 August 2005 02:44 To: CF-Talk Subject: Re: Studio 8 announced Russ Michaels wrote: Eveyone else is the same, why do you think PHP has such a big community. Altho what does suck, is that no-one gives anything away for FREE in CF. that's nonsense

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
is fairly well covered. While it is sometimes helpful do you really need millions of free and mostly useless scripts, whether it be php,asp,js, or whatever. Michael B. - Original Message - From: Russ Michaels [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, August 12, 2005 9

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 11:57 To: CF-Talk Subject: Re: Studio 8 announced Russ Michaels wrote: www.resourceindex.com And all the other free script sites. If this is nonsense, please show me all the thousands of CF scripts to match yup that's

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
cheap and drive down the price that developers can ask. Don't you konw how many CF developers own their own businesses and no longer live with their mothers :) -mk -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 5:18 AM To: CF-Talk Subject: RE

RE: Undelivered cfmail

2005-08-12 Thread Russ Michaels
, and tons of mail never getitng sent. Russ Michaels www.cfmxhosting.co.uk -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 14:25 To: CF-Talk Subject: Undelivered cfmail I've got a client that was wondering what has been happening to some of their mail

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
simple. You have a client, they say they want a forum and point you at PHPBB as an example stating that it is FREE (don't reply saying PHPBB is not FREE, it's just an example, I forget if this is the free one). So what can oyu offer them. Only 1 free cf forum that I know of, and it looks pretty

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
Thus why I said quote Lots of clients sonly have a small budget and cannot afford to pay for everything to be custom written /quote And of course it depends on your clients, that is the whole point. You cannot expect them all to have £200k to spend. russ -Original Message- From: Ian

RE: Undelivered cfmail

2005-08-12 Thread Russ Michaels
I have emailed it to you. We do have a newer version in development with more bells and whistles, but were keeping it in-house. Don't want all hosts offering the same services we do after all :-) Russ Michaels www.cfmxhosting.co.uk -Original Message- From: Ken Ketsdever [mailto:[EMAIL

Changing the list email address

2005-08-12 Thread Russ Michaels
How do u change the email address that these lists are sent to? No matter how many times I changed it under edit account on HOF, it stays the same. Russ ~| Logware (www.logware.us): a new and convenient web-based time

RE: Gateway Pages and IIS

2005-08-12 Thread Russ Michaels
You would really want static pages as gateway pages anyway, to make them search engine friendly, which I presume is the reason your doing it. So generating a www.doamin.com/marketing.htm page would be better than www.ourdomain.com/index.cfm?pageid=111 Russ -Original Message- From:

RE: Add additional rows

2005-08-12 Thread Russ Michaels
do you want to add items to an existing dropdown list, or create a whole new dropdown list. If you want to just add items to the dropdownlist, then that's easy. Popup a new window, a bit of JS to populate the list on the calling page with new items, and then insert into the database. I have just

RE: Changing the list email address

2005-08-12 Thread Russ Michaels
To: CF-Talk Subject: RE: Changing the list email address Russ, Did you try unsubscribing and re-subscribing after you changed it? Just a thought... Dave -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 12:09 PM To: CF-Talk Subject: Changing

RE: Add additional rows

2005-08-12 Thread Russ Michaels
The example I posted will add items to a select list and insert into the database. Russ -Original Message- From: Jillian Koskie [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 18:36 To: CF-Talk Subject: RE: Add additional rows Hmm... That would work (again, I'm not sure how). Has

RE: Gateway Pages and IIS

2005-08-12 Thread Russ Michaels
-Talk Subject: Re: Gateway Pages and IIS Hi Russ I agree with you, but my client think that pages with Extensions are not nice looking they want folders. Mike Russ Michaels wrote: You would really want static pages as gateway pages anyway, to make them search engine friendly, which I presume

RE: Changing the list email address

2005-08-12 Thread Russ Michaels
Nope. Still doing the same thing. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 20:34 To: CF-Talk Subject: Re: Changing the list email address Try now. The issue was that the new address was added but it was placed in a different 'order'. This

RE: Studio 8 announced

2005-08-12 Thread Russ Michaels
I do some nice Captain Coldfusion shirts :-) Russ -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 21:38 To: CF-Talk Subject: RE: Studio 8 announced I'd prefer buying an OFFICIAL Macromedia ColdFusion shirt, with the official logo. Sorry, but

Enom api

2005-08-12 Thread Russ Michaels
Don't suppose anyone has come across any codlfusion tags or components to interface with the enom API have they ? Russ ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

RE: bitching

2005-08-13 Thread Russ Michaels
well despite the bitchyness, one thing that is true, they are just text on a t-short, there is nothing special about them that anyone couldn't do at cafepress.com. So all I would say Is that in order to claim you produce dogs bollocks t-shirts, at least some design work has to be involved. Anyone

RE: bitching

2005-08-13 Thread Russ Michaels
at the same time. From: Russ Michaels [EMAIL PROTECTED] Sent: Saturday, August 13, 2005 3:17 AM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: bitching well despite the bitchyness, one thing that is true, they are just text on a t-short, there is nothing

RE: bitching

2005-08-13 Thread Russ Michaels
coldfusion but it just reminds me of underoos. ~Dave the disruptor~ Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time. From: Russ Michaels [EMAIL PROTECTED] Sent: Saturday, August 13, 2005 4:39 AM To: CF

RE: bitching

2005-08-13 Thread Russ Michaels
Selling products is a business. Doing things for FREE, is for the community. Why is this hard to understand ? Hey everyone I have 100 copies of CFMX7 to sell at £995, it's for the community, I don't make any money honest, who wants to buy a copy? Russ -Original Message- From:

RE: bitching

2005-08-13 Thread Russ Michaels
Woo, fight fight :-) -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: 13 August 2005 22:08 To: CF-Talk Subject: RE: bitching cry me a river connie you're an asshole and your off list emails to Will were about the lamest most unprofessional, POS thing I have ever seen. And

RE: Studio 8 announced

2005-08-13 Thread Russ Michaels
I think it's a bit much posting that language to this list connie. You should have kept that private. Russ -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: 13 August 2005 22:15 To: CF-Talk Subject: RE: Studio 8 announced I just thought you all would like to read

RE: Studio 8 announced

2005-08-14 Thread Russ Michaels
Connie, for the thousandth time, take it offlist, and don't post your offlist replies here. Dave just stop replying please so that the thread stops. Russ -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: 14 August 2005 01:55 To: CF-Talk Subject: RE: Studio 8

RE: consuming WS from XMLHttpRequest object

2005-08-14 Thread Russ Michaels
Yes there is several, try google.com Russ -Original Message- From: wolf2k5 [mailto:[EMAIL PROTECTED] Sent: 14 August 2005 12:06 To: CF-Talk Subject: Re: consuming WS from XMLHttpRequest object On 8/10/05, Thomas Chiverton [EMAIL PROTECTED] wrote: Learn how to write SOAP XML requests,

RE: Studio 8 announced

2005-08-14 Thread Russ Michaels
Are you trying to get it going again or what ? -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 14 August 2005 16:19 To: CF-Talk Subject: RE: Studio 8 announced I'll echo that. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Saturday,

RE: consuming WS from XMLHttpRequest object

2005-08-14 Thread Russ Michaels
http://www.indiankey.com/cfajax/ Russ -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: 14 August 2005 16:45 To: CF-Talk Subject: RE: consuming WS from XMLHttpRequest object -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Sunday

RE: CFEclipse 1.2

2005-08-15 Thread Russ Michaels
Neither sites show 1.2 for me -Original Message- From: Greg Morphis [mailto:[EMAIL PROTECTED] Sent: 15 August 2005 19:40 To: CF-Talk Subject: Re: CFEclipse 1.2 I was having the same problem. I removed the old site and added the new one linked to http://www.cfeclipse.org/update. Then it

RE: CFEclipse 1.2

2005-08-16 Thread Russ Michaels
I once had DWMX totally kill a large CFM file. Every time it saved the file it saved it as junk, every single time. I was lucky that I could copy the code out of DWMX and paste into homesite or I would have lost a lot of work. So don't trust DWMX with big files either. Russ -Original

RE: CFEclipse 1.2

2005-08-16 Thread Russ Michaels
I once had DWMX totally kill a large CFM file. Every time it saved the file it saved it as junk, every single time. I was lucky that I could copy the code out of DWMX and paste into homesite or I would have lost a lot of work. So don't trust DWMX with big files either. Russ -Original

RE: Spell Checker

2005-08-16 Thread Russ Michaels
www.spellchecker.net Works with anything -Original Message- From: Todd Mathews [mailto:[EMAIL PROTECTED] Sent: 16 August 2005 23:01 To: CF-Talk Subject: Spell Checker Does anyone know of an open source or low cost spell checker that works with CFMX? The intended usage is to spell

RE: CF Licensing on VMs?

2005-08-17 Thread Russ Michaels
So you actually want to pay per virtual server instead of per physical box, which will obviously cost more. Are you mad? Russ -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: 17 August 2005 19:48 To: CF-Talk Subject: Re: CF Licensing on VMs? Maybe this thread

RE: CF Licensing on VMs?

2005-08-17 Thread Russ Michaels
will it be obviously cheaper. He's saying he's got a 64-way box that is dedicating 4 CPUs to CF, and the other 60 CPUs to other things. That'll be WAY more expensive to license CF per physical CPU. cheers, barneyb On 8/17/05, Russ Michaels [EMAIL PROTECTED] wrote: So you actually want to pay per virtual

CFC not found error when called as web service

2005-08-18 Thread Russ Michaels
Anyone got a clue why I am getting this. The file does exist and I can browse to it directly. coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 1 semantic error compiling F:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/stubs/WS36

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
I like them. What have they done to you? Russ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 09:35 To: CF-Talk Subject: RE: @@Identity returns excessive records Avoid triggers if you can - they are horrible ;-) -Original

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
-Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 12:42 To: CF-Talk Subject: RE: @@Identity returns excessive records Well, they are unmanageable in the most part - unnecessary. -Original Message- From: Russ Michaels [mailto:[EMAIL

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
with default cascading. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 13:07 To: CF-Talk Subject: RE: @@Identity returns excessive records Well I find them very handy. For example. I have a trigger that detects when a client account is deactivated

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
come in. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 13:37 To: CF-Talk Subject: RE: @@Identity returns excessive records Well I use the rule. Don't get coldfusion to do the work of the database, when the database can obviously do it a lot better

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
tasks... -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 8:57 AM To: CF-Talk Subject: RE: @@Identity returns excessive records And how would you make a SP execute when a column is updated without using a trigger? Russ -Original

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
PROTECTED] Sent: 18 August 2005 13:40 To: CF-Talk Subject: RE: @@Identity returns excessive records Yep, which is where SP's come in. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 13:37 To: CF-Talk Subject: RE: @@Identity returns excessive records Well I

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Neil, You are totally avoiding answering the question. You have stated that an SP can do everything a trigger can do, and you have stated that an SP can automatically be execute when a certain event occurs just like a trigger. So for the 3rd time, please show me how. russ -Original

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
the same goal. The difference is that the SP encapsulates the update and 'triggered' functionality and therefore would receive the updates instead of the table itself. Calvin -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 10:01 AM To: CF

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Neil, So your saying that if I logged into the database using enterprise manager and edited a field in a specific row, that this stored procedure would magically detect this and execute itself just as a trigger would. -- Snake -Original Message- From: Robertson-Ravo, Neil (RX)

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
- that is the whole point of an application. SELECTS are the only thing you should be doing via simple/flat T-SQL directly on a database. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 15:20 To: CF-Talk Subject: RE: @@Identity returns excessive records

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
YOU NEVER log onto a DB and do this - apart from locking the table (which will happen) it is completely and utterly reckless. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 15:25 To: CF-Talk Subject: RE: @@Identity returns excessive records Neil, So

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
, to that SP. That should still accomplish the same goal. - Calvin -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 10:20 AM To: CF-Talk Subject: RE: @@Identity returns excessive records But an SP still has to be triggered by something

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
approach. Security is what should prevent data being changed without going through the stored procedure. That security is set on the database itself. ColdFusion has nothing to do with this discussion. - Calvin -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: CFC not found error when called as web service

2005-08-18 Thread Russ Michaels
Yea I tried that, no joy. This did work fine the last time I tried it a couple of months ago. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 16:33 To: CF-Talk Subject: Re: CFC not found error when called as web service Hey Russ, My guess is

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
Thus why we have development and testing servers :-) -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 17:33 To: CF-Talk Subject: RE: @@Identity returns excessive records 2) Make sure you have thought of additional cases where they might fire

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
That depends how you do your comments. :-) -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 17:42 To: CF-Talk Subject: RE: @@Identity returns excessive records Well I always put comments in the CFM pages stating that triggers will be called as

RE: @@Identity returns excessive records

2005-08-18 Thread Russ Michaels
for example? What if someone creates a stored proc? Many of our applications work with data that is shared in some way among applications. -Mark -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 11:08 AM To: CF-Talk Subject: RE: @@Identity

RE: Stat app recommendation

2005-08-18 Thread Russ Michaels
We also use smarterstats, and it meets most clients requirements. We even give a 50 domain copy of it away with all dedicated servers. Russ -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 21:33 To: CF-Talk Subject: Re: Stat app recommendation I'll

RE: WDDX Replacement Attempt - Name?

2005-08-18 Thread Russ Michaels
Wot about SHOVEIT STUFFIT PIGLET Fat-Packet Data-WAD JAFA (Just Another Frickin Acronym) LOTD (Lots Of Transmogrified Data) Or something more serious XDE (XML Data Exchange) -Original Message- From: Keith Gaughan [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 21:49 To: CF-Talk

RE: CFDUMP for PHP

2005-08-19 Thread Russ Michaels
Doesn't the Ms javascript debugger tell you the actual line in the src ? -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 19 August 2005 13:26 To: CF-Talk Subject: Re: CFDUMP for PHP I've been working on something similar for JavaScript. Just a bit OT in

RE: cfindex/cfsearch help with dates

2005-08-19 Thread Russ Michaels
Bucket anyone :-) -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 19 August 2005 13:56 To: CF-Talk Subject: Re: cfindex/cfsearch help with dates CFMX7 dramatically improved the Verity support within CFMX. One of the new features is categories. So consider the

RE: .NET suggestions

2005-08-19 Thread Russ Michaels
I would suggest you look at BlueDragon. Then you can deploy on .NET but still using CFML. Much less of a learning curve and will make the migration quicker methinks. Russ -Original Message- From: Tom McNeer [mailto:[EMAIL PROTECTED] Sent: 19 August 2005 15:08 To: CF-Talk Subject: .NET

RE: Starting CF Services issue

2005-08-19 Thread Russ Michaels
This will happen if you start the service via commoand prompt. It should not happen if you start the service via windows services. -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 19 August 2005 15:34 To: CF-Talk Subject: Starting CF Services issue I am not sure

RE: CFDUMP for PHP

2005-08-22 Thread Russ Michaels
Nope. If you go through the source and remove all the whitespace then sometimes it does. -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 15:16 To: CF-Talk Subject: Re: CFDUMP for PHP view source and paste it into an IDE and the line #s should match

RE: Symantec AntiVirus for Dedicated Web Server...

2005-08-22 Thread Russ Michaels
We use the corporate license. CFMX Hosting ColdFusion Hosting Specialists Russ Michaels -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 18:17 To: CF-Talk Subject: Symantec AntiVirus for Dedicated Web Server... Anyone know

RE: Symantec AntiVirus for Dedicated Web Server...

2005-08-22 Thread Russ Michaels
Cozz no-one could eve rupload a virus to a web server could they. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 19:17 To: CF-Talk Subject: Re: Symantec AntiVirus for Dedicated Web Server... Joshua Cyr wrote: So, though it's a bit off

RE: Symantec AntiVirus for Dedicated Web Server...

2005-08-22 Thread Russ Michaels
But they can be put online or email to people. Best to stop them being on the server in the first place. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 19:30 To: CF-Talk Subject: Re: Symantec AntiVirus for Dedicated Web Server... Russ Michaels

RE: Integrating paypal... any tip or tricks?

2005-08-22 Thread Russ Michaels
You can find full details at www.easycfm.com and I believe a paypal api as well -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 21:33 To: CF-Talk Subject: Integrating paypal... any tip or tricks? Has anybody integrated Paypal with and app built with

  1   2   3   4   5   6   7   8   9   10   >