Re: OT legal stuff

2009-06-11 Thread Toby Tremayne
Best thing you can do is store the data and time of the acceptance, plus a full copy of the terms they agreed to. If the TCs on the site change at any point you need to know which ones people agreed to, and whether they need to be asked to agree to new ones. This can be more or less

Re: Railo 3.1 Open Source beta released

2009-03-31 Thread Toby Tremayne
From here on railo is completely open source - it's free to download and use for commercial or non commercial purposes. There are no licenses involved - you can even use railo to deploy your application as a wrapped java app including the railo engine for single file deployment, all

Re: Railo 3.1 Open Source beta released

2009-03-31 Thread Toby Tremayne
for everyone, it's just that there isn't a monetary component to the license agreements. cheers, barneyb On Tue, Mar 31, 2009 at 4:34 PM, Toby Tremayne t...@lyricist.com.au wrote: From here on railo is completely open source - it's free to download and use for commercial or non commercial

Re: Railo 3.1 Open Source beta released

2009-03-31 Thread Toby Tremayne
Railo is a completely independent engine that can compile and execute cfml code. Not everything is 100% exactly the same as in Adobe CF and there are extra features in Railo also, but essentially you can just write your apps using your CF skills and use Railo to run them. Nobody pays

Re: How do you guys deploy databases to shared servers?

2009-01-04 Thread Toby Tremayne
check out sql litespeed for very quick and powerful backup and restore. Can be a handy way to move them about - although I must admit I'm out of date now as I tend to stick to postgresql and mysql which have very simple porting methods. Toby On 05/01/2009, at 11:30 AM, Mike Kear wrote:

Re: How do you guys deploy databases to shared servers?

2009-01-04 Thread Toby Tremayne
://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On Mon, Jan 5, 2009 at 11:39 AM, Toby Tremayne t...@lyricist.com.au wrote: check out sql litespeed for very quick and powerful backup and restore. Can be a handy way to move them about - although I must admit I'm out of date now

Re: How do you guys deploy databases to shared servers?

2009-01-04 Thread Toby Tremayne
I'll second that on navicat - worth the very small fee for the pro version even. The ability to just select a source and destination db and copy al structure and or data automatically is wonderful. Doesn't matter whether the source or destination are local or remote or both. Toby On

Re: Use Wordpress or BlogCFC?

2008-12-08 Thread Toby Tremayne
you'd be a bolshevik :) On 09/12/2008, at 3:19 AM, Wil Genovese wrote: I use BlogCFC to host my own blogs on my servers. If you have a CF Host already and you have the space and DB connections there is nothing wrong doing your own. And there are other Coldfusion based blogs

Re: email encryption

2008-03-02 Thread Toby Tremayne
If you're dead set on encryption, I have some code that will handle gpg encryption via a java wrapper in coldfusion, however I'd refer you to previous comments about the necessities of shared keys etc etc. All in all I think you'd be better off just adding some logic to your application

SOT: Andrew Price

2007-12-27 Thread Toby Tremayne
is on this list could you drop me a line please? cheers, Toby --- Life is poetry, write it in your own words --- Toby Tremayne Director Code Poet and Zen Master of the Heavy Sleep Lyricist Software 0416 048 090 ICQ: 13107913

Re: Is Parallel Processing Possible With CF?

2004-03-23 Thread Toby Tremayne
launch your sites using a programmatic call to cfschedule writing for a once only task using action="" will make all of the tasks run in seperate threads and at the same time... Toby Wednesday, March 24, 2004, 10:44:18 AM, you wrote: NB We are synchronizing DB's for multiple Web sites by having

Re: Add spaces to a text string

2004-03-21 Thread Toby Tremayne
Hi Les, you can use listChangeDelims(myList ) cheers, Toby Monday, March 22, 2004, 3:38:08 PM, you wrote: LI How can I add a space after every comma in a list? LI I'd like to change this: Dog,Cat,Horse,Cow LI to this: Dog, Cat, Horse, Cow LI Thanks in advance for your help. LI

Re: Easy String Question?

2004-02-24 Thread Toby Tremayne
Hi Eric, try listFirst(myString,_) Wednesday, February 25, 2004, 3:18:57 PM, you wrote: E I have a string and its late.:) E I have a string 3_2_000 and what I need is the numbers before the first E underscorethey could be anywhere from 1 character to 7...so a simple E left doesn't work.I

Re: CF Start a process - don't wait for it to finish

2004-01-21 Thread Toby Tremayne
Hi Taco, use cfschedule with action="" to create a task which runs once at now() + the scheduler interval to make sure it gets picked up.It will be stored as a schedule and triggered under a different thread, while your template goes about it's business. Toby Thursday, January 22, 2004, 3:06:44

Re: CF Start a process - don't wait for it to finish

2004-01-21 Thread Toby Tremayne
use cfschedule with action="" to create a task which runs once at now() + the scheduler interval to make sure it gets picked up.It will be stored as a schedule and triggered under a different thread, while your template goes about it's business. Toby Thursday, January 22, 2004, 3:06:44 PM, you

Re[2]: real quick ot

2004-01-13 Thread Toby Tremayne
igloo works well with studio / homesite, very nice. Wednesday, January 14, 2004, 5:25:56 PM, you wrote: NN I am currently using WinCVS as a client tool with CVSNT on my server and NN it works very well. It doesn't tie in with Homesite, but is very simple NN to use and runs smoothly.There is also

Re[2]: Verifying an email address exists

2003-09-24 Thread Toby Tremayne
just to add my own monkey wrench to the proceedings - the new verisign site-finder (#*[EMAIL PROTECTED]) will mess up any systems that check for an existing dns record / server for a domain, as all domains will resolve... Toby Thursday, September 25, 2003, 12:52:56 PM, you wrote: If this

Re[2]: [ OT] Special security Alert!

2003-09-22 Thread Toby Tremayne
Hi Joshua, I agree it's unfair to blame a vendor for a user's lack of effort, but at the same time I think it's perfectly fair to apportion at least part of the blame on vendors who release product after product with the *same* vulnerabilities, and don't even provide their users

Re[2]: [ OT] Special security Alert!

2003-09-22 Thread Toby Tremayne
Hi Joshua, JM> Again, saying that your email client is superior because it's not JM> affected by a virus written specifically to exploit a vulnerability in JM> Outlook makes no sense. actually KMail still has a long way to go, but it's nice to use - TheBat however is by any stretch of the

Re: MIME type question

2003-09-08 Thread Toby Tremayne
Hi Peter, try application/x-zip-compressed cheers, Toby Monday, September 8, 2003, 4:17:45 PM, you wrote: PT Does anyone know wha the MIME type is for ZIP files (for a CFFIlE=UPLOAD PT task using accept attribute). eg: PT

Re[2]: DWMX 2004 - Whats new for us?

2003-09-02 Thread Toby Tremayne
just to jump in and stir the pot ;) one of the things that I like most about the latest versions of CF is that you can deploy a war file to a J2EE platform and completely skip the need for a CF license for the client. Now that there are even instructions kicking around on how to get this going

Re[2]: CFMX 6.1 FreeBSD

2003-08-28 Thread Toby Tremayne
freeBSD has actually just gotten stable java 1.3.1 support: http://bsd.slashdot.org/bsd/03/08/25/1834249.shtml?tid=108tid=122tid=126tid=156tid=162tid=185tid=190tid=99 cheers, Toby Thursday, August 28, 2003, 10:26:47 AM, you wrote: SY Hhmm, I heard BSD isn't a huge fan of the Java platform in

Re[2]: DWMX 2004 - Whats new for us?

2003-08-26 Thread Toby Tremayne
jEdit can also do multiple select (select several seperate lines/paragraphs) which is fantastically useful. I actually switched to jEdit when I moved to a linux desktop and now I've ditched the MM IDE's in favour of jedit permanently - tricked up to provide everything cfstudio does, except for

Re: migrate data stored by cf 4.5 to cfmx (unicode problem?)

2003-01-29 Thread Toby Tremayne
://cfmx.oli.tudelft.nl/ JvD and it shouldn't break (runs on a unicode PostgreSQL database). --- Life is poetry - write it in your own words. --- Toby Tremayne Technical Team Lead Code Poet and Zen Master

Re[2]: migrate data stored by cf 4.5 to cfmx (unicode problem?)

2003-01-28 Thread Toby Tremayne
Hi Jochem, jotn What charset is this data using? ach - just whatever the default is for cf 4.0 /4.5 (UTF-8?) There were no processing directives or locale settings in the app at all. It's been running on a windows machine (NT) up to now. jotn If the data in Access is visible correctly when

Re: migrate data stored by cf 4.5 to cfmx (unicode problem?)

2003-01-28 Thread Toby Tremayne
ok I've tried this again and have some interesting results. I used pgAdmin's migration tool to try to move the data across - I created the pg database as unicode, and used the unicode option for the migration - and ended up with an error: An error occured at: 29/01/2003 11:11:54 AM: -2147467259:

Re: migrate data stored by cf 4.5 to cfmx (unicode problem?)

2003-01-28 Thread Toby Tremayne
- can encoding elements from word be pasted into a plain textarea on a website? Or is it more likely that the earlier version of CF stored things incorrectly and cfmx finally does it right? cheers, Toby Wednesday, January 29, 2003, 1:35:36 PM, you wrote: JvD Toby Tremayne wrote: ok I've tried

migrate data stored by cf 4.5 to cfmx (unicode problem?)

2003-01-23 Thread Toby Tremayne
--- Life is poetry - write it in your own words. --- Toby Tremayne Technical Team Lead Code Poet and Zen Master of the Heavy Sleep Toll Solutions 154 Moray St Sth Melbourne VIC 3205 +61 3 9697

Re[2]: migrate data stored by cf 4.5 to cfmx (unicode problem?)

2003-01-23 Thread Toby Tremayne
Hi Paul, thanks for that. It's not going to be fun re-writing my scripts to scrape all this data off a cfhttp call though incidentally will I need to cfprocessingdirective, setencoding, etc on every page in my cfmx application from now on? I saw something the other day

Re[4]: migrate data stored by cf 4.5 to cfmx (unicode problem?)

2003-01-23 Thread Toby Tremayne
PH good practice for cfprocessingdirective on each page. setencoding, cfcontent PH can just go into the application.cfm That's what's bothering me Paul - can I no longer just output the data from my database reliably without forcing these directives? Friday, January 24, 2003, 4:40:52 PM, you

Re[6]: migrate data stored by cf 4.5 to cfmx (unicode problem?)

2003-01-23 Thread Toby Tremayne
ach to be honest I'm just want it to pump out the data in whatever the default is - there's a lot of data but it's not an enormous application, and the content is all straight english text. Friday, January 24, 2003, 5:29:16 PM, you wrote: That's what's bothering me Paul - can I no longer just

Re: Suggestion for a good message forum to add to our CF SITE

2002-04-11 Thread Toby Tremayne
Fusebox openForums is completely free, and will work happily with oracle, sql server, postgreSQL or msaccess at the moment. you can find a copy at http://fbopenforums.sourceforge.net Toby Thursday, April 11, 2002, 12:40:59 PM, you wrote: hj I've searched around and have found a large number

OT: Source Controlled Web Development - help needed

2001-09-26 Thread Toby Tremayne
Life is poetry, write it in your own words Toby Tremayne Architect / Developer Code Poet and Zen Master of the Heavy Sleep MercuryRed Lvl 9, 123 Queen st

Re: Source Controlled Web Development - help needed

2001-09-26 Thread Toby Tremayne
Toby Tremayne Architect / Developer Code Poet and Zen Master of the Heavy Sleep MercuryRed Lvl 9, 123 Queen st Melbourne VIC 3000 p: +61 3 9605 5035 m: +61 416 048 090 ICQ: 13107913

Re: Check out what Gartner is recommending. Drop IIS!

2001-09-25 Thread Toby Tremayne
Toby Tremayne Architect / Developer Code Poet and Zen Master of the Heavy Sleep MercuryRed Lvl 9, 123 Queen st Melbourne VIC 3000 p: +61 3 9605 5035 m: +61 416 048 090 ICQ: 13107913

RE: cf and apache

2001-09-21 Thread Toby Tremayne
I run apache on several linux boxes, all running cf - and it rocks. Lovely and fast, doesn't fall down, and takes only a second to restart http and cf services together if you ever need it (which is rare). Toby At 12:00 AM 9/22/2001, you wrote: Works great so long as you do not need SSL.

cf kernel panic on linux

2001-09-04 Thread Toby Tremayne
similar experiences? There's nothing in the knowledgebase Toby Life is poetry, write it in your own words Toby Tremayne Code Poet and Zen

Re: ColdFusion Server 5 Professional on RedHat

2001-08-30 Thread Toby Tremayne
Yes you have to specify which os version you want as they're two different products. But 5.0 runs beautifully on Redhat 7.1 with apache 1.3 At 07:07 PM 8/30/2001, you wrote: If we buy ColdFusion Server 5 Professional, do you get Windows and Linux versions on the 1 CD, or do you have to specify

Re: CF Hosting

2001-08-29 Thread Toby Tremayne
Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Mercury Red L 9, 123 Queen st Melbourne VIC 3000

Re: Macromedia strong arms developers into 5.0 upgrade

2001-08-28 Thread Toby Tremayne
the alternative depresses me. Toby -- Life is poetry, write it in your own words -- Toby Tremayne Senior Technical Consultant Code Poet and Zen Master of the Heavy Sleep Lyricist Software +61 416 048 090

Re: Help with authorise/authenticate/session management

2001-08-20 Thread Toby Tremayne
Mike, Hope I'm not being completely unhelpful here grin but is there a particular problem with using datasource client variables? I generally employ one of two security models and they both use client vars to at least keep the state of the logged in user etc. I've always used

RE: Help with authorise/authenticate/session management

2001-08-20 Thread Toby Tremayne
just turning on client vars doesn't work. Or have I got it wrong? You have to save and retrieve client vars using CFQuery calls. Don't you? Cheers, Mike Kear Windsor, NSW, Australia AFP WebWorks -Original Message- From: Toby Tremayne [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20

RE: Help with authorise/authenticate/session management

2001-08-20 Thread Toby Tremayne
. One more thing ... How do you pass the username and password for the SQLServer7 datasource in the Cfapplication tag or don't you need to? Cheers, Mike Kear Windsor, NSW, Australia AFP WebWorks -Original Message- From: Toby Tremayne [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001

Re: OT: SiteMinder Opinion

2001-08-20 Thread Toby Tremayne
The versioning isn't really much at all - basically you have a fully functional version of siteminder with CF but under a development license. You just pay to be properly licensed for a site in production. The standard licensing is on a per user basis (ie how many users your site

Re: Hardware Load Balancers

2001-08-15 Thread Toby Tremayne
Sorry if this is coming late - but you'd LOVE FreeSco. Stands for Free Cisco and it replaces a cisco - completely free, runs on any old piece or crap machine (486 etc) runs completely from a floppy, plus can handle all kinds of other bits and pieces. Incredibly easy to install and just drop

Re: Pro Bono Forms - URL

2001-08-09 Thread Toby Tremayne
Darien, I'm a little behind on the lists I'm afraid - you still need the help? I'm between contracts at the moment, so if you do, please give me a yell and I'll knock up the forms you need. regards, Toby At 11:21 AM 8/8/2001, you wrote: This in in regards to the Pro Bono form help

Re: FuseBox

2001-08-09 Thread Toby Tremayne
Absolutely. I discovered Fusebox over a year after I started coding in cold fusion. For a good while I just kept implementing the parts of it I knew as I had time to read the spec and get used to it. Now I code everything in fusebox. The fusebox community is fantastic - and I've found

RE: what does this mean...

2001-04-24 Thread Toby Tremayne
it usually means that the template referred to in the error is empty. The Cold Fusion Server won't allow zero byte files - put something in it, even if it doesn't do anything. Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Show Ads Interactive 359 Plummer St Port Melbourne VIC 3207

RE: CFSETTING HTML Strings *URGENT*

2001-04-04 Thread Toby Tremayne
you need to "escape" your quotes - instead of a href="blah.cfm" use: a href=""blah.cfm"" HTH Toby Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Show Ads Interactive 359 Plummer St Port Melbourne VIC 3207 P +61 3 9245

embedding variable name

2001-03-22 Thread Toby Tremayne
o the link is treated as an anchor!!! I need it to read these variables when the message is displayed becsause obviously the variable values wil change from person to person. Any ideas? Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Show Ads Interactive 359 Plummer St Port Melbourne

RE: Custom Tag

2001-03-14 Thread Toby Tremayne
I pass an attribute to the custom tag : cf_myTag query_name="myQuery" and within the custom tag I use: cfoutput query="caller.#attributes.queryname#" it works perfectly Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Show Ads Interactive 359 Plummer St Port

RE: Help with a cfscript

2001-03-12 Thread Toby Tremayne
rubbishVar = structUpdate(session.cart,attributes.name,tempvalue) /cfif (I think thats right grin) HTH Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Show Ads Interactive 359 Plummer St Port Melbourne VIC 3207 P +61 3 9245 1247 F +61 3 9646 9814 ICQ UIN

RE: curly queries

2001-03-07 Thread Toby Tremayne
he query etc, I need to be able to run a conditional check saying "if the option named 'hilite' is set to 'on' then do this" do you see my problem? Toby Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Show Ads Interactive 359 Plummer St Port Melbourne VIC 3207 P +61 3 9

RE: curly queries

2001-03-07 Thread Toby Tremayne
around 900 poems and outputting a list of 70 odd (for the author_id I was testing it on) the whole pae load took just under 250 milliseconds, which I think i can live with. Thanks again for the help guys Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Show Ads Interactive 359 Plummer St Por

RE: Windows2000 migration - Datasource Problem

2001-03-07 Thread Toby Tremayne
I know it sounds overly simplistic but the only time I've ever received that error is when I've spelt the datasource name wrong in the actual cfquery tag itself. Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Show Ads Interactive 359 Plummer St Port Melbourne VIC 3207 P +61 3

curly queries

2001-03-06 Thread Toby Tremayne
s it difficult to do a cfif hilite is "on" img src="hiliter.gif" /cfif can anyone help me with this please? i know it's going to be a combination of writing the correct query and grouping the output - it's just eluding me utterly. I can't / don't want to hardcode each option

RE: UML information recommendations?

2001-02-06 Thread Toby Tremayne
Toby Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Show Ads Interactive 359 Plummer St Port Melbourne VIC 3207 P +61 3 9245 1247 F +61 3 9646 9814 ICQ UIN 13107913 -Original Message- From: David Adams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 7 February 2001 9:04 AM To: CF

cachedwithin

2000-12-30 Thread Toby Tremayne
If you've used cachedwithin on a cfquery and set it for, say, 10 minutes, is there any way to reset that query before the ten minutes is up? for example, the threadlist in my forum has a very chunky query, so I use cached within. After the first load, it uses cached data which lasts for