RE: Query of Query Timeout

2006-12-05 Thread Snake
It would be an array of strutures. Each array being one row, and containing a struture key for each column Russ -Original Message- From: Dave Phillips [mailto:[EMAIL PROTECTED] Sent: 05 December 2006 17:30 To: CF-Talk Subject: RE: Query of Query Timeout Interesting. In this case, the

RE: cfform - bad hosting company

2006-12-05 Thread Snake
All they need to do is create a virtual directory pointing to the CFIDE folder. They should know this, and it should be setup as standard. Russ -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 05 December 2006 17:14 To: CF-Talk Subject: Re:

RE: cfform - bad hosting company

2006-12-05 Thread Snake
using CFForm tag. There is no need to define CFIDE as virtual directory, if you don't need to reach CF admin. Snake wrote: All they need to do is create a virtual directory pointing to the CFIDE folder. They should know this, and it should be setup as standard. Russ -Original

vspider

2006-12-04 Thread Snake
The Verity Spider that is included with ColdFusion MX is licensed for local host indexing only Does this mean you can only use http://localhost/ Or can you index any site hosted on the local machine, in which case how do you do this without getting the licesing error message? -- Russ

RE: CFIDE folder Gone!?

2006-12-04 Thread Snake
Check your recycle bin, I had this problem on a client server and found it there. -Original Message- From: Andrew Peterson [mailto:[EMAIL PROTECTED] Sent: 04 December 2006 14:32 To: CF-Talk Subject: CFIDE folder Gone!? Yikes! On one of our servers running 7.0.1 for a few months now, I

RE: getSessionList.cfm UDF

2006-12-04 Thread Snake
While this is great for debugging etc, do you realise the security implications. All customers on a shared server can write code like this to view everyone elses (including yours) session and application variables as for all apps on the server, which will often contain personal data, shopping cart

RE: getSessionList.cfm UDF

2006-12-04 Thread Snake
Well that said, it has always been given as good practice to store your database username/passwor din application scape and pass them to your queries. Russ -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: 04 December 2006 21:21 To: CF-Talk Subject: RE:

RE: getSessionList.cfm UDF

2006-12-04 Thread Snake
Yes you can, and we do, but some hosts don't, so I'm just giving a word of warning to thos eon a shared host who do have CreateObject(java) enabled. Also, you can still CFDUMP the application scope with no application name and see all the application vars. Russ -Original Message- From:

RE: path outside webroot

2006-12-04 Thread Snake
I do something similar cfsavecontent variable=config cfinclude template=#cgi.server_name#/config.xml /cfsavecontent Russ cfswitch expression=#cgi.server_name# cfcase value=mysite.com, www.mysite.com cfset configfile= -Original Message- From: Paul Vernon [mailto:[EMAIL

RE: getSessionList.cfm UDF

2006-12-04 Thread Snake
need to but get the info from the database when you need it and when you need it only. ...:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 6:30 PM To: CF-Talk Subject: RE

RE: turn off ability to call a cfc thru URL?

2006-12-02 Thread Snake
this method several times on development and production servers and have never needed to set the CFC up as a web service. Can anyone else confirm? ~Max On 12/2/06, Snake [EMAIL PROTECTED] wrote: You must have your CFC setup as a web service, as you cannot execute a CFC via the URL otherwise

RE: turn off ability to call a cfc thru URL?

2006-12-02 Thread Snake
, then no-one can view them. Russ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 02 December 2006 22:26 To: CF-Talk Subject: Re: turn off ability to call a cfc thru URL? Snake wrote: If you call a CFC directly in your browser it will cause the cfc browser to execute

RE: Paypal Integration - Auto Return question

2006-12-01 Thread Snake
This is just how it works and why you shouldn't use auto return. If the user does not return from paypal to your site for any reason then u have no record of the transaction, they could just close the browser as well. Use IPN method instead so that the callback happens in the background and does

RE: Sandbox Security Contexts Activeated Via the Factory

2006-12-01 Thread Snake
You would need to add those paths yourself, which is what the cfadmin does. -Original Message- From: D F [mailto:[EMAIL PROTECTED] Sent: 01 December 2006 15:25 To: CF-Talk Subject: Sandbox Security Contexts Activeated Via the Factory I am enabling Sandbox Security from the factory,

RE: Robust, easily configurable shopping cart?

2006-12-01 Thread Snake
Cf_ezcart is quite popular - Russ -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: 02 December 2006 00:43 To: CF-Talk Subject: Robust, easily configurable shopping cart? I need to add online commerce capabilities to a site. I've been playing with the idea of

RE: Firefox Compatibility

2006-11-30 Thread Snake
I used to despise them to, but then I realised something pretty cool about these tags, they work out the datatype of the columns for you, so generating truly dynamic queries where you don't know what datatype each column will be is posisble. Russ -Original Message- From: Rick Root

RE: conference registration app

2006-11-30 Thread Snake
It only took me a couple of days to knock together the cfdevcon site, so I'd say do it yourself. Russ -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: 30 November 2006 17:48 To: CF-Talk Subject: conference registration app Any recommendations/leads on a CF based

RE: Sean Corfield, it's time to approve my post

2006-11-30 Thread Snake
I thought for a long time that Macromedia didn't really give a crap about us, and Adobe is probably the same. The reason is quite simple, they are just too big a company to care about the little guys. The days of Allaire are long gone, but thankfully their caring and helpful attitude now exists in

RE: Relative(document) vs site root paths

2006-11-30 Thread Snake
I usually use a href=#cgi.server_name#/blog/entries.htm.../a Which means the url will always be correct. If you use your example below, and you have multiple domains pointing to the same site (aliases), then if they are accessing your site form one of the aliases they could be redirected to a

RE: conference registration app

2006-11-30 Thread Snake
Well yes, bugger all in other words :-) I just wrote what I needed. Russ -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: 30 November 2006 20:58 To: CF-Talk Subject: Re: conference registration app Snake wrote: It only took me a couple of days to knock together

RE: Sean Corfield, it's time to approve my post

2006-11-30 Thread Snake
Hmm that's strange then, because the last time I got stumped with an install that just wouldn't work and resorted to calling them, I had to pay, Russ -Original Message- From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: 30 November 2006 21:09 To: CF-Talk Subject: Re: Sean Corfield, it's

RE: Getting image files from another server

2006-11-29 Thread Snake
If you run CF under a user acocunt instead of SYSTEM, and give that user access to shared folders on the remote machines that contain the images, then CF should be able to access the images. Russ -Original Message- From: Stephens, Larry V [mailto:[EMAIL PROTECTED] Sent: 29 November 2006

RE: Getting image files from another server

2006-11-29 Thread Snake
I was presuming he didn't want to just link to them, and wanted to get them via cffile or something :-) -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 29 November 2006 15:18 To: CF-Talk Subject: Re: Getting image files from another server Are Y and Z web

RE: Can I do this - Receive an e-mail with ColdFusion.

2006-11-29 Thread Snake
Most decent mailservers allow a mailbox to me IMAP and POP3, I would imagine Exchange is the same. Russ -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 29 November 2006 19:22 To: CF-Talk Subject: RE: Can I do this - Receive an e-mail with ColdFusion. Is there

RE: coldfusion webmail app

2006-11-28 Thread Snake
The request has exceeded the allowable time limit Tag: CFLOOP The error occurred in /home/opencf/public_html/CFOpenMail/demo/imap.cfc: line 674 Called from /home/opencf/public_html/CFOpenMail/demo/imap.cfc: line 691 Called from /home/opencf/public_html/CFOpenMail/demo/imap.cfc: line 691 Called

RE: Createobject and Shared Hosting Providers

2006-11-28 Thread Snake
We do www.cfmxhosting.co.uk Russ -Original Message- From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: 28 November 2006 19:36 To: CF-Talk Subject: Createobject and Shared Hosting Providers All, Does anyone know of quality shared hosting companies that offer the createObject method?

RE: Vista (was: CrystalTech outage?)

2006-11-28 Thread Snake
Linux users would argue otherwise :-) -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 28 November 2006 22:13 To: CF-Talk Subject: Re: Vista (was: CrystalTech outage?) Aren't all comps open to hack/attacks... This e-mail is from Reed Exhibitions

RE: SSL Providers

2006-11-27 Thread Snake
Enom do pretty good reseller pricing. Russ -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: 27 November 2006 14:15 To: CF-Talk Subject: SSL Providers Anyone have any recommendations for SSL certificates? I've used Verisign and Network Solutions. Net Sol is

RE: best display method

2006-11-27 Thread Snake
The trick is to set all the margins and paddings yourself via CSS At the top of your CSS do * {margin: 0px; padding: 0px;} And then setup your desired paddings and margins for all HTML tags. Russ -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: 27 November 2006

RE: Shopping cart questions?

2006-11-27 Thread Snake
If u store the cart in the database, they can at least come back later and complete the order. -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 28 November 2006 00:52 To: CF-Talk Subject: Shopping cart questions? I have a classifieds site that I am needing to design

i'm a daddy

2006-11-26 Thread Snake
For the second time :-) http://russ.michaels.me.uk/index.cfm/2006/11/26/New-Baby -- Russ ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

RE: Design question (Database etc)

2006-11-25 Thread Snake
How able just have a dynamic form builder table for your different forms (formID, Formname) A table for your formfields (formfieldID, fieldname, fieldtype, size, maxlength, required) And a table containing the formfields for each form. (formID, formfieldID) And a table containing the data (FORMID,

RE: Design question (Database etc)

2006-11-25 Thread Snake
Btw there are apps already out there both of these, auctionbuilder and classifieds) Russ -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 25 November 2006 04:37 To: CF-Talk Subject: Re: Design question (Database etc) Thanks for the insight Patrick. What I am

RE: multiple selection drop down list

2006-11-25 Thread Snake
You cannot insert multiple values into one field unless you insert them as a comma delimite dlist, which is not a good idea. If you allow multiple checkboxes to be checked, then obviously you need to save multiple values, so you need a lookup table. I am presuming from your error below that

RE: multiple selection drop down list

2006-11-25 Thread Snake
See my previous reply. Russ -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: 25 November 2006 15:33 To: CF-Talk Subject: RE: multiple selection drop down list Hi there Its almost there If a user only selects one checkbox and hits submit then everything works fine. I

RE: Design question (Database etc)

2006-11-24 Thread Snake
I think you just need a category lookup table. advertID CategoryID Russ -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 25 November 2006 00:18 To: CF-Talk Subject: Design question (Database etc) I am in the process of re-designing a classifieds system and was just

RE: Cart qty discounts

2006-11-23 Thread Snake
When you add an item to the cart, check to see if that item already exists in the cart first, if it does, just add to its existing quantity. Russ -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: 23 November 2006 15:36 To: CF-Talk Subject: Cart qty discounts Hey,

RE: Timed cfmail

2006-11-23 Thread Snake
Have a scheduled task that calls your mailing script every xx minutes. The mailing script selects to the top 100 people not yet mailed and mails them, and then marks those people as mailed. Russ -Original Message- From: Stephens, Larry V [mailto:[EMAIL PROTECTED] Sent: 23 November 2006

RE: A good email validator?

2006-11-22 Thread Snake
^[a-zA-Z]([.]?([[:alnum:]_-]+)*)?@([[:alnum:]\-_]+\.)+[a-zA-Z]{2,4}$ Russ -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: 22 November 2006 18:25 To: CF-Talk Subject: A good email validator? I'm lookin' for a decent email validator. No need to make sure the

RE: cferror on application.cfm not working (?)

2006-11-22 Thread Snake
CF can only have one missing template handler, and it can be used by all sites. So if they have set it as 404.cfm then all you have to do is create a 404.cfm in the root of your site. So just ask HMS what their settings are. Russ -Original Message- From: Michael E. Carluen

RE: Dreamweaver is a total dog!!

2006-11-19 Thread Snake
DWMX will run like a dog with anything les sthan 1GB ram in your machine, rather like Photoshop. If you run a lot of other services and have a big page file, you may need more. Russ -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 19 November 2006 13:03 To: CF-Talk

Detecting application memory usage

2006-11-19 Thread Snake
Do any of you Java guys know if it is possible to calculate how much memory any individual application on a server is using, e.g. data in variable scopes, cached queries etc. -- Russ ~| Introducing the Fusion Authority

RE: Detecting application memory usage

2006-11-19 Thread Snake
expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Snake To: CF-Talk Sent: Sun Nov 19 14:25:49 2006 Subject: Detecting application memory usage Do any of you Java guys know

RE: Shared Hosting Mappings

2006-11-18 Thread Snake
You are moaning about something that is not the hosts fault, it is simply how CF works. You cannot have multiple mappings with the same name. You cannot expect them to delete other customers mappings so that you can use them. If you do expect them to do this, what happens when the next customer

RE: Shared Hosting Mappings

2006-11-18 Thread Snake
Casey, They have certainly setup their server correctly for shared hosting. No host would give every customer a dedicated instance of CF on a shared server (unless they paid extra for it). This would result in 4-5 customers per server, and at $10 per customer on average the host would go out of

RE: Shared Hosting Mappings

2006-11-18 Thread Snake
that - shared - and we get what we pay for. Some things aren't going to work the same and security will never be perfect, but that's the deal. If people need full control and security, VPS or dedicated solutions are necessary; shared hosting still has its place. On 11/18/06, Snake [EMAIL PROTECTED] wrote

RE: Shared Hosting Mappings

2006-11-18 Thread Snake
To: CF-Talk Subject: Re: Shared Hosting Mappings Snake wrote: You are moaning about something that is not the hosts fault, it is simply how CF works. You cannot have multiple mappings with the same name. You cannot expect them to delete other customers mappings so that you can use them

RE: Shared Hosting Mappings

2006-11-18 Thread Snake
Demirkapı [mailto:[EMAIL PROTECTED] Sent: 18 November 2006 18:05 To: CF-Talk Subject: Re: Shared Hosting Mappings Snake wrote: I would imagine they ban them for the obvious reason that they will cause problems with multiple customers who are running farcry and machII and will cause untold

RE: NEED CSS HELP

2006-11-17 Thread Snake
The other alternative is to use CSS generated selectlists instead of the default select tag. If you google you can find such a thing. Russ -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: 17 November 2006 16:27 To: CF-Talk Subject: RE: NEED CSS HELP It's because

RE: CFUnited 2007 Pricing

2006-11-17 Thread Snake
While delegates may moan about quality of food, no internet access, yadda yadda, given the choice I wonder how many people would actually choose all the bells and whistles and comfort and great food and a 5* hotel, and how many people would prefer it to be cheaper and forgo all that fluff. Surely

RE: CFUnited 2007 Pricing

2006-11-17 Thread Snake
I'm sur ethey wouldn't put on a 3hr slot on asp.net if no-one was going to go to it, that would be pointless. -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 17 November 2006 19:13 To: CF-Talk Subject: RE: CFUnited 2007 Pricing Also, they open topic/speaker

RE: CFUnited 2007 Pricing

2006-11-17 Thread Snake
Tequila Girls :-) -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED] Sent: 17 November 2006 23:01 To: CF-Talk Subject: Re: CFUnited 2007 Pricing I thought the food was fine, too... but if enough people want better food, TeraTech will try to give them better food.

RE: CFUnited 2007 Pricing

2006-11-17 Thread Snake
Well I only gave food as an example. It could be anything. It I take my cfdevcon survey as another example. A lot of people stated they found the location, accomodation and food unsatisfactory, but still said they were overall satisfied with the conference and would come again next year. So while

RE: CF Server settings

2006-11-16 Thread Snake
Mostly the settings will depend on what your hosting and the load on the server. Template caching should be anbled if you are rarely updating files. You should allocate as much RAM to the JVM as you can, leaving enough for the OS and other services. Simultanious requests should be tweaked until

RE: Invalid Session

2006-11-16 Thread Snake
Dunno about actually restarting the application but you could try Kill the application scape. Rename name the application. Russ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 15:27 To: CF-Talk Subject: Invalid Session I recently started doing

RE: ColdFusion blogging software?

2006-11-16 Thread Snake
Whats wrong with blogCFC it does everything you need, its easy to customise and its very simple to use ? Russ -Original Message- From: Ryan Stille [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 20:09 To: CF-Talk Subject: ColdFusion blogging software? I'm interested in starting a

RE: ColdFusion blogging software?

2006-11-16 Thread Snake
Took me about 10 minutes to plugin TinyMCE -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 22:37 To: CF-Talk Subject: RE: ColdFusion blogging software? Whats wrong with blogCFC it does everything you need, its easy to customise and its very

RE: CFUnited 2007 Pricing

2006-11-16 Thread Snake
Not neccisarily, the bigger and better the venue, the more it costs. I know as I am looking into venues for cfdevcon 2007, I got some pricing on olympia and it costs a bomb. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 21:43 To:

RE: Custom Tag in CFC not working

2006-11-15 Thread Snake
Because it loads ALL customs tags from specified path and allows you to call them with this syntax prefix:tagname And negates the need to have a custom mapping or custom tag path to use custom tags. Russ -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 15

RE: Northern England CFUG

2006-11-15 Thread Snake
reflection of where all the developers are. Hence slapping them all to make themselves known :) On 14/11/06, Snake [EMAIL PROTECTED] wrote: And as u can see form both maps, most people are centred around london. -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: 14

RE: Convert Structure to Query

2006-11-15 Thread Snake
There is also a UDF to do it on cflib.org -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: 15 November 2006 19:37 To: CF-Talk Subject: Re: Convert Structure to Query Loop over it? I've only needed to do it once or twice but that's what I did. If anyone has a

RE: BLUEDRAGON

2006-11-14 Thread Snake
One is FREE, one is J2EE, one is .NET -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 04:27 To: CF-Talk Subject: Re: BLUEDRAGON What is the difference between the JX version and normal server version?

RE: DSN-less Connections in ColdFusion MX

2006-11-14 Thread Snake
Try it, the excel instructions will probably work on a CSV too. -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 12:37 To: CF-Talk Subject: RE: DSN-less Connections in ColdFusion MX http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18656

RE: JRun Serverstore

2006-11-14 Thread Snake
The serverstore is related to the conenctor. So unless your running multiple instances, the answer is yes. -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 09:25 To: CF-Talk Subject: Re: JRun Serverstore On Monday 13 November 2006 16:56, Jamie

RE: DSN-less Connections in ColdFusion MX

2006-11-14 Thread Snake
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18656 Russ -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 11:48 To: CF-Talk Subject: DSN-less Connections in ColdFusion MX Is there any way to do DSN-less connections in ColdFusion MX? I

RE: JRun Serverstore

2006-11-14 Thread Snake
yep -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 15:28 To: CF-Talk Subject: Re: JRun Serverstore The serverstore is related to the conenctor. So unless your running multiple instances, the answer is yes. I take that to mean that you should

RE: JRun Serverstore

2006-11-14 Thread Snake
I am sure you can create instances form commandline, and that's all wsconfig does anyway. Russ -Original Message- From: Eric Haskins [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 18:21 To: CF-Talk Subject: Re: JRun Serverstore You are supposed to create a new dir like /1 /2 /3 for

RE: CF admin api security..

2006-11-14 Thread Snake
Try the path to the cfadmin -Original Message- From: D F [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 20:31 To: CF-Talk Subject: CF admin api security.. Hi there, I'm trying to access the getDisabledCFTags method of the CF admin api secutity cfc. The method requires a directory

RE: Northern England CFUG

2006-11-14 Thread Snake
And as u can see form both maps, most people are centred around london. -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 21:49 To: CF-Talk Subject: Re: Northern England CFUG There's already a fair few on the global map:

RE: You can't set the value of a file field?

2006-11-14 Thread Snake
If it were possible to set the value of a file field, then you would be able to force/trick users into uploading any file form their PC. Thus why it is not possible to do that. Russ -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: 15 November 2006 00:11 To: CF-Talk

RE: You can't set the value of a file field?

2006-11-14 Thread Snake
the value of a file field? dammit. i didn't realize it was a file field. i mean, it's not like it was mentioned in the subject AND in the first line of the post, right? :) sigh yeah, Russ is spot on. On 11/14/06, Snake [EMAIL PROTECTED] wrote: If it were possible to set the value of a file

RE: cfDevcon06

2006-11-13 Thread Snake
I am trying to do so Russ -Original Message- From: RichL [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 10:29 To: CF-Talk Subject: Re: cfDevcon06 Congratulations on this Russ... I know you had a few hassles along the way so I hope that you feel it was worth your time and effort I'm

RE: Dreamweaver question

2006-11-13 Thread Snake
What your asking for is essentially a template, so why don't you want to create a template ? -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 14:16 To: CF-Talk Subject: Dreamweaver question When you click file new, the new document window comes up.

RE: I need some help

2006-11-13 Thread Snake
Make sure its CF and not IIS, try some html pages -Original Message- From: PETER SHEATS [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 14:41 To: CF-Talk Subject: I need some help I just launched our new site this morning but for some reason ColdFusion is painfully slow. Just trying

RE: How to strip a #

2006-11-13 Thread Snake
Echo -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 14:57 To: CF-Talk Subject: Re: How to strip a # how about this... cfset foo = replace(bar, #Chr(35)#, , all/ Or even more simply: cfset foo = replace(bar, Chr(35), , all

RE: Code Question

2006-11-12 Thread Snake
Shame u weren't at CFDEVCON, Mark did a good talk on Cfeclipse and showed everyone how to use it. http://russ.michaels.me.uk/index.cfm/2006/11/11/CFDevCon-2006-Big-success Russ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 12 November 2006 19:53 To: CF-Talk

RE: GetTempDirectory CFFILE

2006-11-12 Thread Snake
Once a file is moved to your destination folder using CFFILE afte rthe upload, it is deleted from the temp folder. Russ -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: 12 November 2006 22:42 To: CF-Talk Subject: GetTempDirectory CFFILE I am using GetTempDirectory()

RE: GetTempDirectory CFFILE

2006-11-12 Thread Snake
after a certain time period? I am using CF MX 7. OR, do I have to writing something to clean out the temp directory? Thanks. On 11/12/06, Snake [EMAIL PROTECTED] wrote: Once a file is moved to your destination folder using CFFILE afte rthe upload, it is deleted from the temp folder. Russ

RE: How to strip a #

2006-11-12 Thread Snake
Try this cfset foo = replace(bar, chr(35), , all) / -- Russ Michaels -Original Message- From: John Cox [mailto:[EMAIL PROTECTED] Sent: 13 November 2006 00:51 To: CF-Talk Subject: How to strip a # I am trying to strip out a # (pound) from a string. I would have thought this would

RE: SQL Server 2005 vs MySQL 5?

2006-11-12 Thread Snake
To cut your cost for SQL Server find an SPLA partner and pay $10 month instead. Russ -Original Message- From: Matthew Chambers [mailto:[EMAIL PROTECTED] Sent: 12 November 2006 23:57 To: CF-Talk Subject: SQL Server 2005 vs MySQL 5? Hi, I've been working on a website built using MySQL

RE: RE: Data from MySQL

2006-11-11 Thread Snake
You just output the query cfoutput query=queryname /cfoutput And inside the cfoutput you reference your columns Firstname : #firstname# Lastname : #lastname# Etc - Russ -Original Message- From: Jason Slack [mailto:[EMAIL PROTECTED] Sent: 11 November 2006 21:36 To: CF-Talk Subject:

RE: Extensions

2006-11-11 Thread Snake
If you use the wsconfig tool to create your connectors, it will add ALL required mappings to your site, there are several others. You cannot browse directly to a cfc file, as it it will try to launch the cfc explorer. Russ -Original Message- From: Jason T. Slack [mailto:[EMAIL

RE: DSN Question

2006-11-10 Thread Snake
If using the connector/j driver is a pain, you can always us ethe old-passwords method as I describe here. http://russ.michaels.me.uk/index.cfm?mode=searchstartRow=6search=mysql Russ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 11 November 2006 00:47 To: CF-Talk

RE: WYSIWYG Text Editors

2006-11-07 Thread Snake
There was a topic on this recently if u search the archive. Russ -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 07 November 2006 17:20 To: CF-Talk Subject: WYSIWYG Text Editors I'm looking for a list of WYSIWYG text editors for forms. I'm aware of Active Edit,

RE: CFC security

2006-11-07 Thread Snake
them to another location. They can then not only view your code, but could also see your database name, username, password if you have this in your code, and access your database wheneve rthey like. I have a fair of info about security and sandboxes on my blog. http://russ.michaels.me.uk -- Snake

RE: Cool things about cf

2006-11-07 Thread Snake
Don't forget about CFQUERY itself. Querying a database is much easier in CF than in other languages. Russ -Original Message- From: DRE [mailto:[EMAIL PROTECTED] Sent: 08 November 2006 00:01 To: CF-Talk Subject: Cool things about cf Hey, I'm writing a short article about the cool

RE: Online Help

2006-11-06 Thread Snake
I like robohelp, or whatever Adobe have rename dit, it's a nice system. Russ -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: 06 November 2006 22:49 To: CF-Talk Subject: Online Help What are folks using/recommeding for online help documentation for web apps?

RE: Managing Large Query Results

2006-11-05 Thread Snake
When dealing with large record sets like that, where paging isn't really a viable option, I always make it so you have to search for what you want, as really no-one at the end of the day needs to page through all 7000 records. -Original Message- From: Dwayne Cole [mailto:[EMAIL

RE: Web services...

2006-11-05 Thread Snake
Try removing the web service form cfadmin, u may be using a cached connection. -Original Message- From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED] Sent: 05 November 2006 20:07 To: CF-Talk Subject: Web services... Can anyone get cf to call this web service?

RE: Advanced SQL question

2006-11-04 Thread Snake
Just use multiple LIKE statements COLUMN LIKE '%MORE MESSAGES TO FIND%' OR COLUMN LIKE '%MORE%' Etc - Snake -Original Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: 04 November 2006 15:15 To: CF-Talk Subject: Advanced SQL question Hi, I know that COLUMN LIKE '%MORE MESSAGES

RE: Where Date Statement in MySQL

2006-11-04 Thread Snake
Convert them to dates. On the SQL side use the convert() function, on the CF side use the CreateODBCDate() fucntion. Russ -Original Message- From: Cornel Ivanescu [mailto:[EMAIL PROTECTED] Sent: 04 November 2006 18:40 To: CF-Talk Subject: Re: Where Date Statement in MySQL I actually

RE: Network speed

2006-11-04 Thread Snake
The difference is the throughput. Imagine like having 512k ADSL or 2MB ADSL. Russ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 November 2006 21:19 To: CF-Talk Subject: Network speed I have been with a particular CF hosting company for a number of

RE: Best CF7 Hosting company

2006-11-03 Thread Snake
Well I dunno about the other ISP's liste don bens site, but ours (cfmxhosting) has 100% legitimate reviews by all our customers, and they can all be contacted for a reference. Russ -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 03 November 2006 15:26 To: CF-Talk

RE: Best CF7 Hosting company

2006-11-03 Thread Snake
You can always Check the reviewers web site and see if it is legit, call the phone number on the web site and speak to the person who wrote the review if you don’t want to email them. Obviously in the case of bens site, they may use hotmail or other free addresses, but for the customer quotes we

RE: Best CF7 Hosting company

2006-11-03 Thread Snake
check the same number is on the web site, check domain whois, call directory enquiries etc. Russ -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 03 November 2006 18:16 To: CF-Talk Subject: RE: Best CF7 Hosting company You can always Check the reviewers web site

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-02 Thread Snake
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-Talk

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

RE: Adobe Captivate

2006-11-01 Thread Snake
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 using full video

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 defining

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