RE: Adobe Captivate

2006-11-02 Thread Snake
if I were to capture it in a smaller window. So, I used a large window where all of the content would fit, then I scaled the entire movie down to fit in a normal browser window. M!ke -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 8:29 PM To: CF

RE: Best CF7 Hosting company

2006-11-02 Thread Snake
www.cfmxhosting.co.uk -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: 02 November 2006 09:48 To: CF-Talk Subject: Best CF7 Hosting company Hi: I need a Cf7 hosting. What is the best? thanks benign

RE: Adobe Captivate

2006-11-01 Thread Snake
ptivate is the cat's meow. This software kicks major ass! M!ke -Original Message----- From: Snake [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 6:14 PM To: CF-Talk Subject: Adobe Captivate Anyone used this? Just been using it today to make some flash tutorials. I am not u

Adobe Captivate

2006-11-01 Thread Snake
Anyone used this? Just been using it today to make some flash tutorials. I am not using full video mode, just snapshot mode to show how to use a web based app, so it only records each page and mouse clicks etc. But the flash file is still coming out at 8MB, which seems rather large compared to ot

RE: common funcs in custom tags / auto-execute on cfimport?

2006-10-31 Thread Snake
Why don't you just cfinclude the function/edf into both tags, Snake -Original Message- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: 31 October 2006 16:33 To: CF-Talk Subject: Re: common funcs in custom tags / auto-execute on cfimport? How about def

RE: best practices for encryption

2006-10-30 Thread Snake
You can also use cfinclude and cfsavecontent to read the file, which is faster. -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: 30 October 2006 20:00 To: CF-Talk Subject: Re: best practices for encryption On 10/30/06, daniel kessler <[EMAIL PROTECTED]> wrote: > Ho

RE: Get imagesize

2006-10-29 Thread Snake
KiloBytes, the physical size of a file on your disk. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 30 October 2006 00:06 To: CF-Talk Subject: Re: Get imagesize If you are referring to KB. KB? -- ___ REUSE CODE! Use cust

RE: Get imagesize

2006-10-29 Thread Snake
If you are referring to KB, then you can get this too prior to upload. SPIKE posted some code once that did this. Russ -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 29 October 2006 23:12 To: CF-Talk Subject: Re: Get imagesize >>Document.images["imagename"]

RE: COLDFUSION DEVELOPER'S JOURNAL ?

2006-10-29 Thread Snake
The PDF's are free these days to anyone who wants them. http://pdf.sys-con.com/ColdFusion/CFDJ0806.pdf Just modify the month and year - Snake -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: 29 October 2006 22:41 To: CF-Talk Subject: Re: COLDFUSION DEVELO

RE: Get imagesize

2006-10-29 Thread Snake
Document.images["imagename"].height Document.images["imagename"].width -- Snake -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 29 October 2006 18:42 To: CF-Talk Subject: Re: Get imagesize >>You can get it from JS on the client s

RE: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Snake
, it must not be too difficult. I just hope it doesn't require mod_rewrite or ISAPI rewrite, because if so, the state of CF frameworks today is a sad world. ;) > -Original Message- > From: Snake [mailto:[EMAIL PROTECTED] > Sent: Friday, October 27, 2006 5:03 PM > >

RE:

2006-10-28 Thread Snake
Agreed. Flex is for building Rich Internet Apps. Flash Forms is a simple and quick alternative for just forms. It really isn't suitable to replace a simple HTML form with a Flash form, as it does load too slow. Its only good for large complex forms where the load time will outweigh the additional

RE: Why Framework? Which Framework? And How I can use one?

2006-10-27 Thread Snake
Yes, use SES URLS and not querystrings, and then the stats packages will correctly report them. Russ -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 27 October 2006 23:18 To: CF-Talk Subject: RE: Why Framework? Which Framework? And How I can use one? My biggest c

RE: weird VB exploit

2006-10-27 Thread Snake
You should have your guestbook not allow tags, or at least not allow javascript. Russ -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: 27 October 2006 23:37 To: CF-Talk Subject: RE: weird VB exploit Yep, that's what happened. All I did was go and view my guestbook an

RE: Look, up in the sky! (you gotta go do this)

2006-10-27 Thread Snake
Poor Ben, who made him dress up in that silly costume :-) -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: 27 October 2006 03:45 To: CF-Talk Subject: Look, up in the sky! (you gotta go do this) Go to flickr and type the following three words into the search: "Scorpio

RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Snake
Why not just set it to a value that works, and set a schedules task to call this page every minute Snake -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 26 October 2006 19:37 To: CF-Talk Subject: using cfhttp to submit to a form processing page on another server

RE: Urgent Prod server down - JVM config setting?

2006-10-26 Thread Snake
In the jvm.config file Snake -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: 26 October 2006 17:15 To: CF-Talk Subject: Urgent Prod server down - JVM config setting? Hello all, This morning we restarted our server after bumping up our JVM max heap size to 1024

RE: form target

2006-10-26 Thread Snake
I suggest you call a single fucntion with your onlclick, as putting multiple statements inline often doesn't work. Russ -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: 26 October 2006 17:14 To: CF-Talk Subject: Re: form target Thanks guys. However, instead of passing the v

RE: form target

2006-10-26 Thread Snake
Should be - Snake -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: 26 October 2006 16:34 To: CF-Talk Subject: Re: form target Here's what i using now: but it is not passing the value into the url. Please help. On 10/26/06, Ken <[EMAIL PROTECTED]> wrote: &

RE: Invoking CFIDE.adminapi.base components

2006-10-25 Thread Snake
www.satachi.com/downloads/adminapi_enc.zip Snake -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 25 October 2006 23:07 To: CF-Talk Subject: Re: Invoking CFIDE.adminapi.base components Provide a link for the code :-) "This e-mail is from

RE: Invoking CFIDE.adminapi.base components

2006-10-25 Thread Snake
If anyone else is interested, I have created a webservice that allows you to remotely create DSN's, mappings and sandboxes. Rest of cfadmin functionality to come. Snake -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: 25 October 2006 22:36 To: CF-Talk Subjec

RE: CF chat in CFMX?

2006-10-25 Thread Snake
There is a cf_chat, dunno if it is CF7 only though Snake -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 25 October 2006 22:48 To: CF-Talk Subject: CF chat in CFMX? Does anyone know of a CFMX based chat system? I found a list of apps on cfopensource but the one

RE: URL for CF7 Multi-Server configurations

2006-10-25 Thread Snake
sites, so my connectors match my isntances. You have two options, look in the connector folder, one of these files show sthe JDNI ports, which will correspond to your instance. Or just stop the instance and test if the site still works. Snake -Original Message- From: Dave Hatz [mailto:[EMAIL

RE: Developer Edition - Remote IP

2006-10-25 Thread Snake
Restart CF, and the next connection will become the remote IP. Snake -Original Message- From: David Low [mailto:[EMAIL PROTECTED] Sent: 25 October 2006 15:41 To: CF-Talk Subject: Developer Edition - Remote IP We've got a genuine need to try and change the remote IP which has bee

RE: OT: Other countries besides US

2006-10-25 Thread Snake
I have always just made sure I give multiple labels to the firlds so that it makes sense to everyone, and do nothing more than make then required where applicible, so far it has worked fine. Address: Town: City: State/County/Province: Zip/Postcode: I think that covers most addresses Russ

RE: CSS nested tag question

2006-10-24 Thread Snake
Sussed it, the styles are case sensitive :-) Russ -Original Message- From: Mike Tangorre [mailto:[EMAIL PROTECTED] Sent: 25 October 2006 01:58 To: CF-Talk Subject: Re: CSS nested tag question > ..entryheader h1 A:link{ > font-family: "Trebuchet MS", verdana,arial, sans-serif; >

CSS nested tag question

2006-10-24 Thread Snake
I have content like this #title# #rb("postedat")# : #application.localeUtils.dateLocaleFormat(posted)# #application.localeUtils.timeLocaleFormat(posted)# | #rb("postedby")# : #name# #rb("relatedcateg

RE: Filling In Tax Forms using CF

2006-10-24 Thread Snake
I'm pretty sure you can populate PDF's with XML metadata these days. Russ -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 24 October 2006 23:22 To: CF-Talk Subject: RE: Filling In Tax Forms using CF You should be able to create pdf forms in pdf writer and then fill them i

RE: Licensing Issue

2006-10-24 Thread Snake
It make sno difference, everything still works. You will get this alert on Hyperthreaded CPU's -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: 24 October 2006 16:58 To: CF-Talk Subject: Licensing Issue Hi All, We are building a new server and experiencing a licensi

RE: Suggestion for CF-Talk

2006-10-24 Thread Snake
HTML emails are nice as they are better at getting at formatting content, especially for things like newsletters, invoices, plain text emails can look very messy. Problem is that they tend to kick off the spam filters. Russ -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED

RE: Firefox extension

2006-10-24 Thread Snake
complete crap? -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 7:51 AM To: CF-Talk Subject: RE: Firefox extension Several phone manufactuers do one, such as noxia and sony ericsson I believe, so have a look on their web sites. -Original Message

RE: Firefox extension

2006-10-24 Thread Snake
Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 7:16 AM To: CF-Talk Subject: RE: Firefox extension Nope, I have always used a proper phone browser for such things. You can download them for free. -Original Message- From: Bobby Hartsfield [mailto:[EMAIL

RE: TINYmce STYLES

2006-10-24 Thread Snake
Nick Tong - TalkWebSolutions.co.uk <[EMAIL PROTECTED]> wrote: > have you ?reinit=1 your site/blog? > > On 24/10/06, Snake <[EMAIL PROTECTED]> wrote: > > > > I HAVE JUST INTEGRATED TINYmce INTO Rays blogCFC On my dev server > > the STYLES dropdown list is corr

RE: Firefox extension

2006-10-24 Thread Snake
finally got a button on the toolbar for it but turning WML mode on/off doesn't change a thing for me in Firefox. Any ideas? -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 11:04 PM To: CF-Talk Subject: RE: Firefox extension https://addons.mozill

RE: Firefox extension

2006-10-23 Thread Snake
https://addons.mozilla.org/firefox/62/ -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: 24 October 2006 03:49 To: CF-Talk Subject: Firefox extension It seems like I heard about a Firefox extension to emulate a mobile browser/device (Windows CE; PPC; etc.). Anyon

TINYmce STYLES

2006-10-23 Thread Snake
I HAVE JUST INTEGRATED TINYmce INTO Rays blogCFC On my dev server the STYLES dropdown list is correct populated with all the classes from style.css But after upload to my live server, the dropdown is empty. I cannot see any reason for this as the code is exactly the same, in both cases the blog is

RE: Anyone know of a good tree control

2006-10-23 Thread Snake
Boisvert wrote: > Second that. Some of the API is a little quirky, but it's full > featured, easy to use, and works right out of the box. And certainly > priced right. > > cheers, > barneyb > > On 10/23/06, Snake <[EMAIL PROTECTED]> wrote: > >>

RE: Anyone know of a good tree control

2006-10-23 Thread Snake
This is the best one I have found. http://www.scbr.com/docs/products/dhtmlxTree/ Russ -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: 24 October 2006 00:31 To: CF-Talk Subject: OT: Anyone know of a good tree control Hi guys, I'm looking for a good Javascript-based

problem with SES urls

2006-10-23 Thread Snake
it seems my windows 2003 development server has a problem with SES urls. If I have a url like www.mydomain.com/index.cfm/variable/value If I have only the CF IIS6 wildcard mapping installed, I get a standard IIS 404 error as IIS tries to find the path after the index.cfm/something/ If I al

RE: Rate your favorite coldfusion framework

2006-10-21 Thread Snake
Of course don't forget that ColdFusion itself is a framework. -Original Message- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: 21 October 2006 11:01 To: CF-Talk Subject: Re: Rate your favorite coldfusion framework I agree that most people will think of the po

RE: Serving up content

2006-10-20 Thread Snake
Map a drive to server B from server A and use CFCONTENT to deliver the file. Or if a login is required to access the files anyway, use server side authentication using something like IISPASSWORD. Russ -Original Message- From: Huff, Jerome P. [mailto:[EMAIL PROTECTED] Sent: 20 October 200

RE: Foundry Server Iron

2006-10-20 Thread Snake
How about using client variables instead, or setting up a CFMX jrun cluster on both servers and using jsessions. Russ -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: 20 October 2006 17:57 To: CF-Talk Subject: RE: Foundry Server Iron Our CIO wants our users to be logg

RE: Recommendations for a mail server...

2006-10-19 Thread Snake
If your looking for FREE, there is one called hmail or h-mail this is quite popular. Russ ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivere

RE: Recommendations for a mail server...

2006-10-19 Thread Snake
To send email throuh forms you don't need anything except IIS which has its own SMTP server. If you have windows 2003 server it has built in pop3 and SMTP. Russ -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 19 October 2006 20:05 To: CF-Talk Subject: RE: Recomm

RE: IE7 ?

2006-10-19 Thread Snake
Buy an SPLA license from someone, then it wont cost you a fortune. Russ -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 19 October 2006 14:14 To: CF-Talk Subject: Re: IE7 ? Well, I suppose my point is this. Netscape builds their browser to be supported on just about

RE: Coldfusion Portal application

2006-10-18 Thread Snake
There is also one called dynaportal -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 18 October 2006 20:22 To: CF-Talk Subject: RE: Coldfusion Portal application Courage... Also why the hotentots are so hot... -Original Message- From: Dan Plesse [mailto

RE: fckEditor and Coldfusion

2006-10-17 Thread Snake
I believe Rick has integrated his CFFM into FCKEditor. Russ -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: 17 October 2006 21:40 To: CF-Talk Subject: Re: fckEditor and Coldfusion > Anyone else had luck with this editor? I've looked at it in the past, as I do

RE: IIS/Coldfusion connector error

2006-10-17 Thread Snake
Make sure your sites have the required mappings for .cfm files. -Original Message- From: Craig Heneveld [mailto:[EMAIL PROTECTED] Sent: 17 October 2006 22:06 To: CF-Talk Subject: Re: IIS/Coldfusion connector error I have followed that information on that link. The Web server configurat

RE: Form Validation Custom Tag

2006-10-16 Thread Snake
The AJAX path would not fail twice. On the server side validation you would be calling the CFC directly not making an ajax call. Russ -Original Message- From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: 16 October 2006 13:52 To: CF-Talk Subject: Re: Form Validation Custom Tag Snake, I

RE: Form Validation Custom Tag

2006-10-16 Thread Snake
Claude, I really cannot say I notice much overhead, it is very quick for me. If your catering for people on slow dialup connections then ANT server side validation would be slow, so are you suggesting DO NOT DO SERVER SIDE VALIDATION if it causes any overhead? It is quicker for one very simple re

RE: Form Validation Custom Tag

2006-10-16 Thread Snake
on process, have the same component used for the remote call from AJAX be the same component that your action page would user. This would introduce homogenous validation and a good example of code resuse. Teddy On 10/16/06, Snake <[EMAIL PROTECTED]> wrote: > > Claude, > >

RE: Apache, IE & cgi.http_referer

2006-10-16 Thread Snake
Any variable that is considered personal information and can be used for tracking purposes may not be sent. Russ -Original Message- From: Richard Cooper [mailto:[EMAIL PROTECTED] Sent: 16 October 2006 10:18 To: CF-Talk Subject: Re: Apache, IE & cgi.http_referer Does the browser tend to

RE: Apache, IE & cgi.http_referer

2006-10-16 Thread Snake
This is quite normal. You cannot rely on the referer exisitng as so many things stop this data being transmitted. Anti-virus, anti-spyware, proxy servers, firewalls to name a few Russ -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: 15 October 2006 23:46 To: CF-Tal

RE: cfgrid

2006-10-16 Thread Snake
There are a number of DHTML grids out there that do what you want, try google. Russ -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: 15 October 2006 22:39 To: CF-Talk Subject: Re: cfgrid if none of these are possible, does anyone know if it is possible to access o

RE: Form Validation Custom Tag

2006-10-16 Thread Snake
Claude, If the client has Javascript Disabled then you cannot do any clientside validation at all, so it makes no difference. As an AJAX call only sends/returns a very small amount of data, it is very quick, and is still quicker than server side only validation if the client has Javascript enabled

RE: Form Validation Custom Tag

2006-10-15 Thread Snake
You could create a CFC that does all your validation, and use the same CFC for client side validation (via AJAX) and server side. Russ -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 15 October 2006 20:45 To: CF-Talk Subject: Re: Form Validation Custom Tag >

RE: Reports and Creative Clients

2006-10-15 Thread Snake
How about myLittleAdmin. Russ -Original Message- From: Richard Dillman [mailto:[EMAIL PROTECTED] Sent: 15 October 2006 17:44 To: CF-Talk Subject: Re: Reports and Creative Clients Thanks for that heads up, and yes i could do that and probably should for this user anyway But for the mos

RE: Reports and Creative Clients

2006-10-14 Thread Snake
Perhaps the report builder that comes with CF. Russ -Original Message- From: Richard Dillman [mailto:[EMAIL PROTECTED] Sent: 14 October 2006 20:33 To: CF-Talk Subject: Reports and Creative Clients Wondering if something like this already exists. I want to have a page that displays all

RE: Cf vs ?

2006-10-14 Thread Snake
ing cf since the 3.1 days and back when I started CF was by far the quickest way to generate applications. I'm still the quickest with CF vs any other technology because of my experience only now. I don't think CF is necessarily the fastest anymore to someone just starting out. On 10/

RE: Cf vs ?

2006-10-13 Thread Snake
To be fair, the free version has to have some limitations otherwise no-one would pay for the full version. Snake -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 14 October 2006 00:00 To: CF-Talk Subject: RE: Cf vs ? Yea bluedragon is really whack in that they advertise

RE: table

2006-10-13 Thread Snake
You may be able to do it with Flash Forms. You can certainly do it with a bit of javascript and a select list. Russ -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: 14 October 2006 00:16 To: CF-Talk Subject: table Hi, i am wondering if any one can recommend me a c

RE: Cf vs ?

2006-10-13 Thread Snake
People just don't use forums. I have both dicussion lists and ofrums at cfdeveloper, and everyone uses the lists. Russ -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: 13 October 2006 19:28 To: CF-Talk Subject: Re: Cf vs ? Funny you should mention that, it's one

RE: Looking for good Java resources for ColdFusion Developers

2006-10-13 Thread Snake
There is a book called "java for coldfusion developers". Look on amazon Russ -Original Message- From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: 13 October 2006 14:41 To: CF-Talk Subject: Looking for good Java resources for ColdFusion Developers Anyone knows of websites/ books or any o

RE: Directory Watcher

2006-10-13 Thread Snake
What? -Original Message- From: George Owns [mailto:[EMAIL PROTECTED] Sent: 13 October 2006 09:43 To: CF-Talk Subject: RE: Directory Watcher Anyone??? - Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet d

RE: mySql connector J

2006-10-12 Thread Snake
Perhaps these may help http://russ.michaels.me.uk/index.cfm/2005/10/25/Using-CFMX-with-MySQL-4x- http://russ.michaels.me.uk/index.cfm/2006/3/7/Using-connectorJ-drivers-with- MySQL Russ -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 13 October 2006 01:05 To: CF-Talk

RE: training

2006-10-12 Thread Snake
e received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Sn

RE: CF & PayPal

2006-10-12 Thread Snake
I wouldn't say its simple. I decided to use PayPal for www.cfdevcon.com for that very reason, and found out it was anything but simple. Its finding all the correct documentation that is the biggest problem. Russ -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: 12

RE: CF & PayPal

2006-10-11 Thread Snake
Here's all the docs u need. https://www.paypal.com/IntegrationCenter/ic_documentation.html You will also need to signup for a paypal developer acocunt in order to test your cart in a sandboxed environment. Russ -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: 12 October 20

RE: training

2006-10-11 Thread Snake
From: Andy Allan To: CF-Talk Sent: Wed Oct 11 21:50:56 2006 Subject: Re: training Yeah, as much as the docs are vastly improved over previous versions, I'm in agreement with Russ. And the question was specifically related to CF AND Windows/SQL Server. On 11/10/06, Snake <[EMAIL PROTECT

RE: ANN: ColdFusion Contest

2006-10-11 Thread Snake
Certainly an intersting way to get people to write code for you :-) -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: 11 October 2006 21:34 To: CF-Talk Subject: Re: ANN: ColdFusion Contest >Hoping this isn't too terribly off-topic (it's technical...). >Apologies if

RE: training

2006-10-11 Thread Snake
ed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message----- From: Snake To: CF-Talk Sent: Wed Oct 11 19:16:51 2006 Subject: RE: training I don't actually, but you might try www.highlander.co.uk Un-officially I have trained people in that kind of thing.

RE: IDE's

2006-10-11 Thread Snake
The text looks almost identical between the two. I only came across some very minor differences between the two and had to really look for them. On 10/11/06, Snake <[EMAIL PROTECTED]> wrote: > > No, whats online is better. > > > > -Original Message- > From: Aaro

RE: training

2006-10-11 Thread Snake
I don't actually, but you might try www.highlander.co.uk Un-officially I have trained people in that kind of thing. Russ -Original Message- From: Richard Cooper [mailto:[EMAIL PROTECTED] Sent: 11 October 2006 17:00 To: CF-Talk Subject: training Hi, Does anyone know of any courses run i

RE: Simple CFDump

2006-10-11 Thread Snake
CFDUMP is just a CFML tag, so you could just rip the code out and modify it. Snake -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 11 October 2006 17:15 To: CF-Talk Subject: Simple CFDump Has anybody created a simplified CFDump extension? I love using , but there

RE: Form: transfer from SELECT to HIDDEN

2006-10-11 Thread Snake
Replacing formname with the name of your form. - Snake -Original Message- From: Roberto Perez [mailto:[EMAIL PROTECTED] Sent: 11 October 2006 16:57 To: CF-Talk Subject: Form: transfer from SELECT to HIDDEN Hi all, I have a field showing the output of a CFQUERY. I want to set up a

RE: IDE's

2006-10-11 Thread Snake
No, whats online is better. -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: 11 October 2006 17:07 To: CF-Talk Subject: Re: IDE's I think the help sucks as well but isn't it pretty much what is offered online by Adobe just less the comments? On 10/11

RE: IDE's

2006-10-11 Thread Snake
I actually prefer to have the ending tag created when I close the openeing tag. So I guess everyone has different preferences. Also he help in DW sucks compared to HS+, it doesn't have anywhere near as much into on tags and fucntions. I usually have to pop open HS+, right click, insert expression,

RE: IDE's

2006-10-11 Thread Snake
It is certainly faster. If you have a big file doing a lot of replaces, homesite is slow as hell. -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: 11 October 2006 16:06 To: CF-Talk Subject: Re: IDE's On 10/11/06, Gaulin, Mark <[EMAIL PROTECTED]> wrote: > I use seve

RE: IDE's

2006-10-11 Thread Snake
I have to disagree there. I usually have to run the find/replace several times in DW until it picks everything up. Russ -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 11 October 2006 14:40 To: CF-Talk Subject: RE: IDE's > I will probably get slammed for this, but I

RE: issue

2006-10-10 Thread Snake
Rus -Original Message- From: Rick Dennis [mailto:[EMAIL PROTECTED] Sent: 10 October 2006 15:25 To: CF-Talk Subject: issue i have a customer input page that has this code at the bottom of the page right before the submit button. well on the same page i have a checkbox that if ch

RE: Automating data source password changes

2006-10-10 Thread Snake
I did a Web Service API that allows you to remotely setup DSN's, mappings and sandboxes, it is being used in HELM control panel. I could not solve this error so we reverted back to using the Java Service Factory. Russ -Original Message- From: Dan Parker [mailto:[EMAIL PROTECTED] Sent: 0

RE: Automating data source password changes

2006-10-10 Thread Snake
You can work with the Java Service Factory directly in CFMx6 which does the same thing albeit with more work. In fact I have still had to do things this way as the AdminAPI in CFMX7 doesn't work right. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 10

RE: Null with cfqueryparam AAAIIEE!!!!! NOT "STRUCKKEYEXIST" !!!! Jezzz Louise!

2006-10-09 Thread Snake
How about using cfparam and giving it a default value if it is not submitted. Russ -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: 10 October 2006 01:36 To: CF-Talk Subject: Re: Null with cfqueryparam AAAIIEE! NOT "STRUCKKEYEXIST" Jezzz Louise! Matt Quacke

RE: CF - Javascript Monitor Resolution help

2006-10-08 Thread Snake
Screen.width And Screen.height E.G. Click for your screen resolution -- Russ -Original Message- From: T Burke [mailto:[EMAIL PROTECTED] Sent: 08 October 2006 21:45 To: CF-Talk Subject: CF - Javascript Monitor Resolution help This may be OT and if it is, I'll gladly move it to another

RE: How to get MS-Access Table & Column info without cfobject

2006-10-07 Thread Snake
I suspect the fact that it works only on ODBC means it wont work with CFMX, which uses JDBC Russ -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 07 October 2006 15:32 To: CF-Talk Subject: Re: How to get MS-Access Table & Column info without cfobject >>please

RE: Ajax and CF...*sigh*...again...

2006-10-07 Thread Snake
No need to write the code to convert between CF/JSON, it has already been done, check out http://jehiah.com/projects/cfjson/ Russ -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: 07 October 2006 10:28 To: CF-Talk Subject: Re: Ajax and CF...*sigh*...again... Eventua

RE: Bad use of DAOs and Gateways?

2006-10-06 Thread Snake
>if all your objects are in the session Noo, never do this. Eats up memory fast, JRUN will crash. Russ ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

RE: CFHTTP and HTTPS/SSL and good/bad certs

2006-10-05 Thread Snake
Try deleting the certs form your keyfile then re-adding, which should get rid of any dupes. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 05 October 2006 20:22 To: CF-Talk Subject: CFHTTP and HTTPS/SSL and good/bad certs Hopefully there i

RE: What would cause this?

2006-10-05 Thread Snake
Sometimes deleting the file and uploading a new one will fix it. -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: 05 October 2006 22:07 To: CF-Talk Subject: RE: What would cause this? I'd wipe the saved .class files (C:\CFusionMX7\wwwroot\WEB-INF\cfclasses by default

RE: How do I disable view source?

2006-10-04 Thread Snake
ill's code... :) On 10/4/06, Snake <[EMAIL PROTECTED]> wrote: > LOL, that's like me asking how do I stop people seeing my tattoos... > > If you don't want someone to see it, don't put it in public view. > The internet is public. > I can assure you that there is

RE: How do I disable view source?

2006-10-04 Thread Snake
LOL, that's like me asking how do I stop people seeing my tattoos... If you don't want someone to see it, don't put it in public view. The internet is public. I can assure you that there is nothing in your source that hasn't already been seen/done 1000's o

RE: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-04 Thread Snake
Well you could always use the ploy that is being used with spoofed bank sites. User thinks they are going yo www.barclaysbank.co.uk But your really sending them to www.barclayswank.co.uk which has a valid SSL, so nothing looks amis. Russ -Original Message- From: Dave Watts [mailto:[EMAIL

RE: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-04 Thread Snake
: security problems of non-SSL intrane t? Hmm I never tried it with the wrong domain name in the cert. That may or may not work but I personally never said it would or wouldn't ;-) -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 7:33 PM To: CF-Talk Su

RE: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-03 Thread Snake
I'd like to see that too. I have never seen an invalid cert that doesn't match the domain NOT prompt you with that information. That is the whole point in having them. Russ === Dave said I think I'll move on with my life in either case, thanks for asking. I simply wanted you to point out some

RE: CFIF Statement

2006-10-03 Thread Snake
do a specific action if that form field or action exists, correct? So it would still not need the checking of if the query exists but if that specific variable exists. On 10/3/06, Snake <[EMAIL PROTECTED]> wrote: > > Simple. > > You may only want to run the query if a specific var

RE: CFHTTP over HTTPS

2006-10-03 Thread Snake
Ah ok thanks dave, I'll look at that. If that is the case I can expect it to affect all servers then a sthe cert will have expire don them all. Eek! -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 03 October 2006 22:06 To: CF-Talk Subject: RE: CFHTTP over HTTPS > Are

RE: Buy Now Paypal integration workflow

2006-10-03 Thread Snake
You need you use the IPN method, so that you have a callback that happens in the background. Here are some useful links https://www.paypal.com/IntegrationCenter/ic_documentation.html http://paypaltech.com/Stephen/test/ipntest3.htm - Snake -Original Message- From: Rick King [mailto

RE: CFHTTP over HTTPS

2006-10-03 Thread Snake
Are you saying that there is a default cert on the cfserver that would have allowed https calls to work up until now ? Russ -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 03 October 2006 21:31 To: CF-Talk Subject: RE: CFHTTP over HTTPS > Indeed, but as I said, the

RE: CFIF Statement

2006-10-03 Thread Snake
Simple. You may only want to run the query if a specific variable exists, such as a form field, or a fuseaction. -- Snake -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: 03 October 2006 20:27 To: CF-Talk Subject: Re: CFIF Statement I have seen this done before as

RE: CF and IIS Install on new disk

2006-10-03 Thread Snake
The OS and all programs on C All Data on D And a T drive for your system TEMP files/folders and swap file. This way if windows goes FUBAR you do not lose any of your data. Also If you install programs on anything other than you will often find you have problems somewhere down the line as not al

<    1   2   3   4   5   6   7   8   9   10   >