RE: Recursion anyone?

2005-10-26 Thread Snake
Why not use one of the nice DHTML menus that already exists. I have built a tag that creates an DHTML explorer tree, and all I do is query my category's, putitng them in the correct order, then recursively loop over that query to check for child items of the current node. -- Russ -Original

RE: Roll out menus

2005-10-26 Thread Snake
This is my favourite. http://www.milonic.com/ russ -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: 26 October 2005 20:33 To: CF-Talk Subject: OT: Roll out menus Trying to make a roll out menu system that works on a center-aligned site. Not asking for the code,

RE: Import CustomTag Dir with Subdirs

2005-10-25 Thread Snake
You shouldn't be randomly changing the names of folders within your application anyway. If your custom tags are in a folder called tags then that's where they should stay. If the name of this fodler is changing then you have not developed your application very well. -- Russ -Original

RE: MySQL 5 release

2005-10-25 Thread Snake
www.sqlmanager.net -- Russ -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: 25 October 2005 19:55 To: CF-Talk Subject: Re: MySQL 5 release Ken, or anybody, Are there any really good GUI apps for managing MySQL 5? Preferably OSS and for windows, but I'll bet

RE: MySQL database export

2005-10-24 Thread Snake
appreciate how difficult it is to dispense wisdom and abuse at the same time. From: Snake [EMAIL PROTECTED] Sent: Sunday, October 23, 2005 6:38 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: MySQL database export Here is one simple example. As you can see

RE: Trouble Ticket Application

2005-10-24 Thread Snake
I have not seen anything worth remembering in CF. The cheapest half decent ticketing system I have seen is smarterticket from www.smartertools.com I actually use this on cfdeveloper.co.uk The best one you could hope to get your hands on is at http://www.kayako.com/ , it's very popular with hosting

RE: ColdFusion MX7 and Flex Recommendations

2005-10-24 Thread Snake
If you don't know why you would want a J2EE configuration, then I'm pretty sure you don't need it. It's more complicated to setup and support for a start as everything is different and some things are not installed/configured by default. Plus you need to get to grips with JRUN. So unless you have

RE: Trouble Ticket Application

2005-10-24 Thread Snake
Ewww, that is hideous. Someone definitely needs to go and take a look at kayako :-) -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: 25 October 2005 00:29 To: CF-Talk Subject: RE: Trouble Ticket Application We use Liberum. It's free and we likes it. A lot!

RE: Sandbox Security, CFC, and cftag Path. Oh My!!

2005-10-23 Thread Snake
. Is this correct? Thanks, Troy On 10/22/05, Snake [EMAIL PROTECTED] wrote: -Maybe this is a better question. -Is it possible to restrict an application to use only certain paths stored in the Custom Tag Path with or without SandBox Security? Yes, by specifying which paths are allowed within the sanbox

MySQL database export

2005-10-23 Thread Snake
I have a client who wanted to mmove their MySQL driven web site to our servers. But moving the database has proved to be a pain. All the original developer could send me was a script he created from PHPMyAdmin, which is supposed to generate all the tables and data. Alas the script doesn't work

RE: MySQL database export

2005-10-23 Thread Snake
I did ask the developer to get a copy of the databaase directly from the host, and what I got back was another script. It said at the top it was created by SQLyog. It also had errors. Russ -Original Message- From: Stan Winchester [mailto:[EMAIL PROTECTED] Sent: 23 October 2005 17:25

RE: MySQL database export

2005-10-23 Thread Snake
I did think of that, but surely in that case I would need to change something on the source server before actually generating the script, so that it is not created with those errors in the first place. Russ -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 23 October

RE: MySQL database export

2005-10-23 Thread Snake
Unfortunately I do not have direct access to the MySQL server the original database was on. Only PHPMyAdmin access. Alas the client has decided to believe the old developer. Which is strange considering he came to me in the first place because the developer still didn't have his site up and

RE: MySQL database export

2005-10-23 Thread Snake
just don't appreciate how difficult it is to dispense wisdom and abuse at the same time. From: Snake [EMAIL PROTECTED] Sent: Sunday, October 23, 2005 5:49 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: MySQL database export Unfortunately I do not have

RE: Sandbox Security, CFC, and cftag Path. Oh My!!

2005-10-22 Thread Snake
-Application code located under application BBB is not allow to read files located in application AAA. -Any ideas how to prevent this from happening? Create a sandbox for each app giving each application access to the others files, or put the shared files in a generic location and use a mapping

RE: Sandbox Security, CFC, and cftag Path. Oh My!!

2005-10-22 Thread Snake
-Maybe this is a better question. -Is it possible to restrict an application to use only certain paths stored in the Custom Tag Path with or without SandBox Security? Yes, by specifying which paths are allowed within the sanbox. This is the purpose of a sanbbox, to specify which paths/files/tags

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Snake
I might suggest cfdeveloper.co.uk U then have everything in one place. Free webspace, forums, support, CFMX7, MySQl and SQL Server. I would suggest using the forum to dicuss the project as it is cleaner than a list as you can put it all in a single thread (or I could give you a separate topic),

RE: When will Dave Watts finally blog?

2005-10-21 Thread Snake
It's like anything in life. People bitch about the things other people do even though it has no effect whatsoever on them or their life. Which generally means their own life is so sad and boring that they need to poke their nose into other peoples. There are a lot of things in life I do not agree

RE: How to batch a change of DSNs

2005-10-19 Thread Snake
If you just cfdump the service factory, u can see it's methods and functions etc. You can then recurse over them and cfdump them too. cfdump var=#request.sqlexecutive# cfdump var=#request.sqlexecutive.datasources# -- Russ -Original Message- From: Beru [mailto:[EMAIL PROTECTED] Sent:

RE: Server Just Hung after 7.01 update, administration help

2005-10-19 Thread Snake
Yes, the jrun logs, also check the 7.0.1 update log and se eif anything failed. -Original Message- From: Anthony Prato [mailto:[EMAIL PROTECTED] Sent: 19 October 2005 20:58 To: CF-Talk Subject: Re: Server Just Hung after 7.01 update, administration help pages just were not loading, cf

RE: Server Administration/Diagnostic Help needed Was: Server Hung...

2005-10-19 Thread Snake
To add/remov ethe connectors goto start -- program files -- macromedia -- coldfusauon mx 7 -- web server configuration Or somehting like that, I forget the exact name of the program. Although this relaly wont make any diference as all your doing is mapping the file extension to the .dll file.

RE: Server Administration/Diagnostic Help needed Was: Server Hung...

2005-10-19 Thread Snake
that as an option? Anthony On 10/19/05, Snake [EMAIL PROTECTED] wrote: To add/remov ethe connectors goto start -- program files -- macromedia -- coldfusauon mx 7 -- web server configuration Or somehting like that, I forget the exact name of the program. Although this relaly wont make any

MySQL Connector/J

2005-10-18 Thread Snake
I have just installed MySQL Connector/J 3.2 so that CFMX6.1 will work with MySQL 4.1.13 My DSN's are working fine, but I have to put the username/password into the DSN otherwise it wont work. If the username/password is sent in the CFQUERY, then the DSN cannot conenct to the database. Is there

RE: Submit Form in Scrolling Box

2005-10-18 Thread Snake
I dunno if you can detect a double click on a list item, but you can certainl do an OnChange() on the list, check the selected value, and if it is a certain item, submit the form. Russ -Original Message- From: Lee [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 11:40 To: CF-Talk

RE: MySQL Connector/J

2005-10-18 Thread Snake
I have now noticed that I have the same problem as I have with the original MySQL drivers. The DSN appears to timeout and stops working and I have to re-verify it to get it to work again. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 11:03 To: CF-Talk

RE: CFMX Licenses

2005-10-18 Thread Snake
I would have thought it was obviously, but I'll state it anyway. A single cpu license is for a server with 1 x cpu A 2cpu license is for a server with 2 x cpu CFMX7 covers 2cpu regardless. -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 16:05

RE: CFDocument font probs

2005-10-18 Thread Snake
. They fixed them almost straight away so I'd guess it's trivial matter to fix. Not a solution I know, but at least you know others are having it and it's fixable. Ade -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 17 October 2005 11:51 To: CF-Talk Subject: CFDocument font

RE: CFDocument font probs

2005-10-18 Thread Snake
I managed to solve it, pretty obvious really. Each site needs it's own implicit sandbox with these paths. C:\windows\fonts\ C:\windows\fonts\- With read access. Allow these paths at root level with a global sandbox doesn't work, -- Russ

CFDocument font probs

2005-10-17 Thread Snake
I get the following problem with cfdocument when I use fontembed access denied (java.io.FilePermission c:\windows\fonts\times.ttf read) Please see the following as an example http://www.hoa.cfmxhosting.co.uk/pdftest.cfm I have even given EVERYONE access on the fonts folder and it will wont

RE: CFDocument font probs

2005-10-17 Thread Snake
Tried that, makes no difference. -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: 17 October 2005 12:28 To: CF-Talk Subject: Re: CFDocument font probs what about giving the user the cfmx server is running as explicit access - i seem to remember about Everyone not

RE: FTP Server

2005-10-10 Thread Snake
Serv-u is only targeted when an exploit is discovered, just like any other product. They probably tend to come to light more often with serv-u because it is the hackers FTP server of choice. I think people tend to confuse the fact that serv-u gets hacked, because when servers get hacked and turned

RE: Shopping Cart solution - any others to look at?

2005-10-10 Thread Snake
One of the sample apps that came with CF is a shopping cart, why not use that as a base. -Original Message- From: Scott Mulholland [mailto:[EMAIL PROTECTED] Sent: 10 October 2005 22:13 To: CF-Talk Subject: RE: Shopping Cart solution - any others to look at? Our plan is to roll our own

RE: CFID

2005-10-09 Thread Snake
Message - From: Snake [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, October 09, 2005 1:45 AM Subject: RE: CFID There is an option in the CFADMIN to use a UUID for the CFID, which will make it unique. Russ -Original Message- From: Tom Kitta [mailto:[EMAIL

RE: CFID

2005-10-09 Thread Snake
There is no infallible way to stop this. You can only track someone by the information that is available to you, i.e. a cookie or an IP address. But cookies can be deleted and IP's can change, so then you no longer have a way to know that person has visited the site before. The best you can do is

RE: CF Query Timeout

2005-10-09 Thread Snake
A fairly normal problem with access, if it is a big database. If it is not a particularly big db, try doing a repair on it and see if that improves things, in which case you need to get your client to regularly do this. When a access database is regularly in use it tends to become bloated with

RE: CFID

2005-10-08 Thread Snake
There is an option in the CFADMIN to use a UUID for the CFID, which will make it unique. Russ -Original Message- From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: 08 October 2005 03:21 To: CF-Talk Subject: RE: CFID I think this note explains a lot about CFIDE and CFTOKEN:

CFMX 6.1 download

2005-10-07 Thread Snake
Can anyone give me a copy of CFMX6.1 seeing as you can no longer download it from the MM site. Russ ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

RE: CFMX 6.1 download

2005-10-07 Thread Snake
Cheers, I certainly couldn't find that -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 18:54 To: CF-Talk Subject: RE: CFMX 6.1 download It wasn't as easy to find as it could be, but here is the download link for Macromedia.

RE: CFMX 6.1 download

2005-10-07 Thread Snake
Spoke too soon that the cfmx6.1 upgarde -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 18:54 To: CF-Talk Subject: RE: CFMX 6.1 download It wasn't as easy to find as it could be, but here is the download link for Macromedia.

RE: FTP Server

2005-10-07 Thread Snake
Gene6 ftp So far it's the best of all the ones i have tried, and it's a good price too. I used to be a serv-u user, but it got to expensive, and there have been a fair few security vulnerabilities for it too. The other annoying thing is that it is the FTP server that most hackers use, and thus a

RE: OT: FTP Server

2005-10-07 Thread Snake
Gene6 ftp is bulletproof, they renamed it. -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 23:20 To: CF-Talk Subject: RE: OT: FTP Server has anyone here used bulletproof ftp? -Original Message- From: Russ [mailto:[EMAIL PROTECTED]

RE: cfselect

2005-10-05 Thread Snake
The flash forms wouldn't be caching would they ? It just makes no sense that some select lists are selecting the item correctly and some are not. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 04 October 2005 18:03 To: CF-Talk Subject: RE: cfselect I'm using FLASH

RE: JVM Help

2005-10-05 Thread Snake
You can set each instance of CF to use it's own jvm.config file. You will need to edit the windows service for each once to specify which config file to use. But, I have found problems with security sandboxes when doing this, each instance needs to us ethe neo-security files of the default cfusion

cfselect

2005-10-04 Thread Snake
Specifying a selected item for a CFSELECT doesn't appear to work. I have tried all the following methods. Binding to the query cfselect name=clientID label=Client queryposition=below query=clients value=clientID display=company selected={getServer.currentItem.clientID} tooltip=Which client does

RE: cfselect

2005-10-04 Thread Snake
I'm using FLASH FORMS btw, so I can't do that :-) -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 04 October 2005 15:32 To: CF-Talk Subject: Re: cfselect On Tuesday 04 October 2005 15:14, Snake wrote: I applied update 7.0.1 and this appears to have made some

iText error

2005-10-03 Thread Snake
I have a developer that is using the native iText that is part of CFMX directly as CFDocument doesn't do what he needs. But he is getting the following error. Helvetica not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts) I have checked in

RE: SQL Server 2000 Full-text search issues

2005-10-03 Thread Snake
On 10/2/05, Snake [EMAIL PROTECTED] wrote: What sor tof problems. I have used FULL-TEXT SEARCH many times without problem, even on a massive 13gb database with millions of records, it certainly never required the user to do anything special, they just entered their search query in the form

Flash forms date formatting

2005-10-03 Thread Snake
When using the date field in a flash form, you can us ethe MASK attribute to specify the date format, but this is not applied to the initial value. Can you add some actionscript to the BIND attribute to do this? E.g. cfinput type=DateField name=expires bind={getServer.currentItem.expires}

RE: [CF-Dev] Java File I/O problem with MX 6.1

2005-10-03 Thread Snake
make sure the user it runs under does have permissions to access the file/folder. Russ -Original Message- From: Jolly Green Giant [mailto:[EMAIL PROTECTED] Sent: 03 October 2005 16:11 To: Snake Subject: Re: [CF-Dev] Java File I/O problem with MX 6.1 Not exactly sure, but if it's

RE: CFMX 7 Reserve Words?

2005-10-03 Thread Snake
The version of the JET drivers might be an issue. Russ -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 03 October 2005 16:36 To: CF-Talk Subject: RE: CFMX 7 Reserve Words? Well the client is using MS Access. So I setup my local for the same thing. Mine works,

RE: SQL Server 2000 Full-text search issues

2005-10-02 Thread Snake
What sor tof problems. I have used FULL-TEXT SEARCH many times without problem, even on a massive 13gb database with millions of records, it certainly never required the user to do anything special, they just entered their search query in the form as uusal. russ -Original Message- From:

RE: Idea for better hosting

2005-09-29 Thread Snake
Yes you can. The Web Edition is a web server, thus the name. So it wont let you run certain other MS products such as SQL Server which require Windows 2003 Server std. But it cannot stop installing any 3rd party product. Russ -Original Message- From: Joel Nath [mailto:[EMAIL PROTECTED]

Multiple CFGRIDs

2005-09-29 Thread Snake
I'm having a play with flash forms today, and using the new Flash CFGRID. Is it not possible to have multiple CFGRIDS on a page, cozz I am getting very strange results. Every instance of the cfgrid is repeating the columns again. So in instance 1 I get 2 columns fields,data, in instance 2 I get 4

RE: Source Control

2005-09-27 Thread Snake
So how does one search the archive, the search box only does a google search. -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: 27 September 2005 21:55 To: CF-Talk Subject: Re: Source Control dittosource control seems to be the most repeated topic around here

RE: Email Hosting

2005-09-20 Thread Snake
I'm sure any host can provide you with your own dedicated email server, which Is the only thing that will be betetr than a shared mail server. We actually provide a FREE mail server with every dedicated server CFMX Hosting ColdFusion Hosting Specialists Russ Michaels CFMX

Cfadmin API

2005-09-19 Thread Snake
Just wondering if anyone has done much with the Admin API and has documented it better than Macromedia have. It seems to be total guesswork to figure out the methods and what values should be passed to them. Russ ~| Discover

RE: Katrina Relief and BlogFusion

2005-09-10 Thread Snake
I'm sure there are thousands of charity sites, if not katrina specific sites that would be happy for this discussion. I se eenough of this on the news without seeing it on my cf lists as well. Russ -Original Message- From: E C list [mailto:[EMAIL PROTECTED] Sent: 05 September 2005

RE: Paging through records

2005-09-03 Thread Snake
Linux. -- snake -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: 03 September 2005 02:12 To: CF-Talk Subject: Re: Paging through records I'm all for building apps as infrastructure neutral as possible, I'm sorry, this is pretty stupid. If you're going to pick

RE: CFC's - Most efficient scope?

2005-09-02 Thread Snake
What about locking ? - snake -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 02 September 2005 14:59 To: CF-Talk Subject: RE: CFC's - Most efficient scope? Well we usually use cfinvoke object=application.myCFC method=myMethod returnVariable=variables.myvar argument1

RE: retaining checkbox selections

2005-09-01 Thread Snake
/select -- snake -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: 02 September 2005 01:32 To: CF-Talk Subject: RE: retaining checkbox selections Yes cfparam name=form.checkone default=1 cfparam name=form.checktwo default=0 form name=myform action=index.cfm

RE: Where ClientName Like '[a-d]%' - How would you actually do this?

2005-09-01 Thread Snake
There are also wildcard operators you can use in a LIKE expression that will act as * placeholders, so you can effectively do a..d..e and it doesn't matter what letters are inbetween. Check your BOL, a s i can't remember the actual characters are. -- snake -Original Message- From

RE: Paging through records

2005-08-31 Thread Snake
the second query, when you can simply output the rows you want using my previous example. cfoutput query=whatever startfrom=#startfrom# maxrows=#maxrows# -- Snake -Original Message- From: Cedric Villat [mailto:[EMAIL PROTECTED] Sent: 31 August 2005 03:13 To: CF-Talk Subject: Re: Paging

RE: Paging through records

2005-08-31 Thread Snake
. So no excess trips to the database for CF, and no storing of unrequired recordset data in the cfserver memory. -- Snake ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

RE: Paging through records

2005-08-31 Thread Snake
Sorry I don't understand the point in your reply? I already pointed out that this other method does exactly the same thing, but also adding an additional query. We know what my original example does, as that was the whole point in this topic. Russ -Original Message- From: Claude

RE: Paging through records

2005-08-31 Thread Snake
Not in this scenario. You have to select ALL records to extract or output the ones you want. So my original example was 1. query all the required records 2. output the ones you want The one your saying is better 1. query all the required records 2. query a subset of those records 3. output

RE: Paging through records

2005-08-31 Thread Snake
OK in that case yes. I hadn't actually noticed it was only selecting the primary KEY as the original code was not in all the subsequent replies. But then I don't think matey boy had noticed that either, as he didn't mention it :-) -- Snake -Original Message- From: S. Isaac Dealey [mailto

RE: Paging through records

2005-08-31 Thread Snake
Yep, sorry, lost the thread and didn't notic ethat. The thread has sort of been hijacked now :-) -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 31 August 2005 22:59 To: CF-Talk Subject: Re: Paging through records The one your saying is better First, I

Paging through records

2005-08-30 Thread Snake
Like pretty much everyone else, I have always used the following method for paging through result sets, cfoutput query=whatever startfrom=#startfrom# maxrows=#maxrows# And altering those variables to allow 200 records per page or whatever, But this means querying ALL records form the database

RE: COAL- the Coldfusion Open Application Library

2005-08-29 Thread Snake
I think your reinventing the wheel here. There is already the macromedia developers exchange, and cflib.org to name but two free repository of reusable coldfusion code. Snake -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: 28 August 2005 18:56 To: CF-Talk Subject

RE: SQL Server Instances and CF 7

2005-08-26 Thread Snake
You can set a DSN to use any instance you have installed, you simply name it in the DSN. -Original Message- From: Chad McCue [mailto:[EMAIL PROTECTED] Sent: 26 August 2005 12:20 To: CF-Talk Subject: SQL Server Instances and CF 7 I have a database that multiple sites are going to use

RE: iTEXT

2005-08-25 Thread Snake
:25 To: CF-Talk Subject: Re: iTEXT From: Snake [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, August 24, 2005 3:17 PM Subject: RE: iTEXT So if you didn't know iTEXT was behind it, how were you accidentally using it :-) I was waiting for that one ;-) I installed iText

RE: iTEXT

2005-08-25 Thread Snake
Well yes, but if you wanted to add some extra iTEXT functionality, such as the CMYK features. Russ -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 25 August 2005 09:28 To: CF-Talk Subject: Re: iTEXT Snake wrote: Lol, interesting. I guess it's not mentioned

RE: Replace or REReplace function question.

2005-08-25 Thread Snake
The usual way is to use macros. You allow your users to choose from a pre-defined set of macros such as [firstname] [lastname] [address] And when you process the document you replace these macros with real values. Russ -Original Message- From: Andy Mcshane [mailto:[EMAIL PROTECTED]

RE: load balanced configuration

2005-08-25 Thread Snake
Although I have not treid this, my first thing to try would be to just alter to the IIS connectors and set them to point to CF on the remote server Russ -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 25 August 2005 14:49 To: CF-Talk Subject: load balanced configuration

RE: Backup solution for small business?

2005-08-25 Thread Snake
Have a look at backup for workgroups. -- Snake -Original Message- From: Dirk Sieber [mailto:[EMAIL PROTECTED] Sent: 25 August 2005 16:43 To: CF-Talk Subject: OT: Backup solution for small business? Hi everyone, I've got an off-topic, but slightly web related question, and figured

RE: cheap [reliable] cf hosting?

2005-08-25 Thread Snake
That's why we offer finance options to clients so they can buy the servers and software if they want rather than renting. Russ CFMXhosting.co.uk -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 25 August 2005 20:07 To: CF-Talk Subject: RE: cheap [reliable] cf hosting?

RE: Fusebox4 DHTML editor

2005-08-25 Thread Snake
PNG files never seem to internet explorer for some reason. -Original Message- From: Sergey Croitor [mailto:[EMAIL PROTECTED] Sent: 25 August 2005 21:36 To: CF-Talk Subject: OT: Fusebox4 DHTML editor Maybe somebody will find it useful... I just added a Fusebox4/4.1 management tool as a

iTEXT

2005-08-24 Thread Snake
I have been asked to install iText on a shared server, but it seems that it could potentially be unsafe to do so as I would imagine iText has the ability to read/file files anywhere on the server seeing as java components are not affected by a security sandbox. Can anyone tell me if this is

RE: Newsletter Manager Suggestions

2005-08-24 Thread Snake
Not CF, but www.webwizguide.com do a free one. -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 18:21 To: CF-Talk Subject: Newsletter Manager Suggestions Does anyone have any experiences with the various mailing list managers out there? We need

RE: Stupid custom tag question

2005-08-24 Thread Snake
cfif thistag.executionmode is end Do this /cfif Will only do anything on the closing tag. -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 18:34 To: CF-Talk Subject: Re: Stupid custom tag question Whoops, I screwed up. I want to skip the body,

RE: Stupid custom tag question

2005-08-24 Thread Snake
). cheers, barneyb On 8/24/05, Snake [EMAIL PROTECTED] wrote: cfif thistag.executionmode is end Do this /cfif Will only do anything on the closing tag. -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 18:34 To: CF-Talk Subject: Re: Stupid

RE: Lowering spam profile of CF generated emails

2005-08-24 Thread Snake
If they are HTML emails they will often get caught as these are generally considered spam. If it is an opt-in list you really need to tell users to add you to their whitelist so they can receive your emails. Russ -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 24

RE: iTEXT

2005-08-24 Thread Snake
Are there any docs anywhere for installing it on CF, can't see anything on the site Russ -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 18:39 To: CF-Talk Subject: Re: iTEXT Russ I have been asked to install iText on a shared server, but it seems

RE: iTEXT

2005-08-24 Thread Snake
in particular the person who wants me to install it tells me iTEXT provides a dpi and a CMYK setting which cfdocument doesn't. If CFMX7 actually uses iTEXT can you access it directly instead of going via CFDocument ? Russ -Original Message- From: Bryan Stevenson [mailto:[EMAIL

RE: iTEXT

2005-08-24 Thread Snake
So if you didn't know iTEXT was behind it, how were you accidentally using it :-) -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 21:03 To: CF-Talk Subject: Re: iTEXT in particular the person who wants me to install it tells me iTEXT provides

RE: Creating Word Doc

2003-10-11 Thread Snake Hollywood
www.cfcomet.com it will probably rely on users having word installed to do it tho. Russ Michaels Macromedia/Allaire Certified ColdFusion Developer CFDeveloper The free resource and community for ColdFusion developer. http://www.cfdeveloper.co.uk http://www.cfdeveloper.co.uk/ Join the

RE: Hosting Control panel ?

2003-10-06 Thread Snake Hollywood
www.webhostautomation.com Russ Michaels Macromedia/Allaire Certified ColdFusion Developer CFDeveloper The free resource and community for ColdFusion developer. http://www.cfdeveloper.co.uk http://www.cfdeveloper.co.uk/ Join the CFDeveloper discussion lists. To subscribe send an e-mail to

RE: Can this be optimized?

2003-10-05 Thread Snake Hollywood
Have SQL server do it directly with a scheduled DTS and it will be even quicker. -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: 05 October 2003 05:21 To: CF-Talk Subject: RE: Can this be optimized? stace. i just had to do the same, i have some reports that clients

RE: Getting Field names and datatypes from MS Access database

2003-10-05 Thread Snake Hollywood
All info about the table sin a database are stored in the sys tables. open your DB and goto Tools -- Options -- View and check system table sand hidden tables MSysObjects is the table that contains all the info you need. Russ Michaels Macromedia/Allaire Certified ColdFusion Developer

sandbox security

2003-10-04 Thread Snake Hollywood
since upgrading to cfmx6.1 sanbox security seems to have broke. Any attempt to perform a file upload with sandboxing enabled produces an error accessing the tmp file. Other file operations work fine, CF just can't seem to copy the tmp file to the destination. Adding this folder to the sandbox with

RE: sandbox security

2003-10-04 Thread Snake Hollywood
Permissions All servers/ports connect,resolve -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 04 October 2003 20:50 To: CF-Talk Subject: Re: sandbox security Snake Hollywood wrote: since upgrading to cfmx6.1 sanbox security seems to have broke. Any attempt

RE: sandbox security

2003-10-04 Thread Snake Hollywood
Snake Hollywood wrote: I have deleted ALL my sandboxes and started again with no luck. here are my security settings anyway I can't really make heads or tails of that garbled stuff. Maybe you can reformat it to make sense in plain text. Jochem [Todays Threads] [This Message

RE: CFX_IIS

2003-10-04 Thread Snake Hollywood
Yep your correct there jim. No editing. But as your moving sites to a new server, you can query the the existing settings, store them, and add to them before re-creating on a new server. There is also a tool called IISexport that will save out your entire IIS metabase to an access db, which you

RE: sandbox security

2003-10-04 Thread Snake Hollywood
2003 22:40 To: CF-Talk Subject: Re: sandbox security Snake Hollywood wrote: Security Password Security Use a ColdFusion Administration PasswordYes Use an RDS PasswordYes Enable ColdFusion SecurityYes Security Sandboxes e:\wwwroot\europeancircuit.com\ Enabled Data SourcesAll Disabled Tags

RE: CFX_IIS

2003-10-04 Thread Snake Hollywood
: Re: CFX_IIS Snake Hollywood wrote: Yep your correct there jim. No editing. But as your moving sites to a new server, you can query the the existing settings, store them, and add to them before re-creating on a new server. There is also a tool called IISexport that will save out your entire IIS

FW: CFGURU: Permissions error

2003-09-30 Thread Snake Hollywood
I'm having fun with CFMx this week. Now getting this error when trying to use cffile Normal file actions work fine within a site, it's only UPLOAD that doesn't work as this temp file is being copied from outside the site by CF. Have tried adding this temp folder into the sandbox security, but no

RE: Need better CFX tag instead of CFHTTP tag.

2003-09-30 Thread Snake Hollywood
try www.intrafoundation.com, the IHTK has a CFX that does http Russ Michaels Macromedia/Allaire Certified ColdFusion Developer CFMX Hosting Phone: 0845 456 3487 Tech Support: 0906 9607800 FAX: 0709 2212 636 http://www.cfmxhosting.co.uk/ WEB: cfmxhosting.co.uk Please use the support helpdesk

RE: Hosting at CrystalTech or EdgeWebHosting

2003-09-29 Thread Snake Hollywood
cfmxhosting.co.uk are good, good reviews, nice control panel. Do pretty much anything CF wise. -Original Message- From: Ryan Sabir [mailto:[EMAIL PROTECTED] Sent: 29 September 2003 01:21 To: CF-Talk Subject: Hosting at CrystalTech or EdgeWebHosting Hey all, I remember some talk a

Cfchart probs

2003-09-27 Thread Snake Hollywood
I am having the same problem, cfchart does not work on ANY of my cFMx servers, they all give broken images. I have the jrunscripts VDIR, the CFIDE VDIR, and created a fake graphdata.cfm, but nothingRuss Thanks Dave! At 08:11 PM 17/08/02 -0400, you wrote: I've been having some issues with the

<    6   7   8   9   10   11