Re: problem with insert

2001-11-17 Thread Peter Tilbrook
Looks like you are trying to insert numeric data as text into a number only field. You are using 'quotes' somewhere you shouldn't be. Quoting Douglas L. Brown [EMAIL PROTECTED]: I have the following query and keep getting an error upon insert. The field type is varchar(10) and the one

Re: RESOLVED:: problem with insert

2001-11-17 Thread Peter Tilbrook
Doh! We learn from our mistakes don't we? heh heh! It can also be database specific, Oracle / SQL Server / MS SQL can all differ in syntax if not in logic. Quoting Douglas L. Brown [EMAIL PROTECTED]: Didnt have () around my values to insert. Doug

RE: Fusebox - opinions?

2001-11-17 Thread Peter Tilbrook
If I get hit by a bus tomorrow - a good CF developer should be able to quickly pick up my Fusebox project and run with it. At the same time I would be able to quickly pick up a completely different project should I have to. Fusebox is a great way to develop not only for yourself, but also for

RE: Fusebox - opinions?

2001-11-17 Thread Peter Tilbrook
Oops! Try this URL :) : http://www.anzfa.gov.au/mediareleasespublications/nutritionpanelcalculator/index ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

OT: Help converting Project 2000 file to 98

2001-11-16 Thread Peter Tilbrook
Is there anyone on this list that would please be able to convert a MS Project 2000 file to MS Project 98 for me? This is an urgent requirement. Thanks! Peter Tilbrook ([EMAIL PROTECTED]) Cubok Pty. Ltd. Units 7-10 Australian Heritage Village Watson ACT 2602 AUSTRALIA http://www.cubok.com

Re: ColdFusion extensions for Ultradev

2001-11-12 Thread Peter Tilbrook
I must be missing something - the URL perhaps! ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: Allaire Alliance Partner Program - Macromedia Alliance Program...

2001-11-12 Thread Peter Tilbrook
Especially if you also purchased a subscription. The best I've experience was purchasing Forums at about AUD $760.00 only for Allaire to then make it open source. Really impressed. Honest. I was REALLY impressed! At 16:02 11/11/01 -0500, you wrote: New management, new rules. I was surprised

Re: Coldfusion Server hanging up...

2001-11-12 Thread Peter Tilbrook
Your attempts to break it seem to be working. I think your server infrastructure is not quite right. Alternatively you have been hit by the nasty virus whos name I won't dare mention. ~~ Your ad could be here. Monies from ads go to support these

Re: Request Scope Questions

2001-11-10 Thread Peter Tilbrook
I may be wrong but once set (eg: in the application.cfm file) if you do not provide a scope (eg: Application., Session., Client., they become variables in the REQUEST scope. You can then access them anywhere in a template without using a scope, eg: cfparam name=DataSourceName

Re: Please Wait... ' or 'Loading...' message

2001-11-10 Thread Peter Tilbrook
Kinley - if using CF 5 have a look at the CFFLUSH command. At 18:32 10/11/01 -0800, you wrote: Hello everyone, Does anyone have an example of a 'Please Wait... ' or 'Loading...' message that would prevent a user from clicking anywhere else? A message that would stay on the screen until the

Re: Marketing and ColdFusion web sites

2001-11-09 Thread Peter Tilbrook
, 02 6271 2278, 8.30am - 5.30pm Mon - Fri, answering machine;email: [EMAIL PROTECTED]; meta name=DC.Programmer lang=en content=Peter Tilbrook ([EMAIL PROTECTED]) meta name=DC.Version lang=en content=1.0 meta name=DC.DateUpdated lang=en content=Friday, 9 November, 2001 (11:30) meta name

Re: date time problem

2001-11-09 Thread Peter Tilbrook
If you tell your database to default the field to Now() then it will be updated whenever a new record is inserted - OR when an existing record is updated, so long as you include the field name in your CFUPDATE or CFQUERY. ~~ Structure your

Re: Marketing and ColdFusion web sites

2001-11-09 Thread Peter Tilbrook
Damn, strips out code. Try looking at the source code of the page at http://www.anzfa.gov.au/npc/anzfa_npc/ At 09:49 10/11/01 +1100, you wrote: Couldn't you just use the Dublin Core method of identifying your site/page content? eg: At 09:25 9/11/01 +, you wrote: A client has been speaking

Re: Where do we submit bugs to Macromedia

2001-11-09 Thread Peter Tilbrook
A bug in Macromedia software? So certain are you? Help you I will... Try this URL: http://www.macromedia.com/support/email/wishform/ At 10:25 9/11/01 -0500, you wrote: I asked on the list about a bug and nobody really gave me any answers. So now I would like to submit a bug to

Re: Marketing and ColdFusion web sites

2001-11-09 Thread Peter Tilbrook
Basically Dublin Core is the development of interoperable online metadata standards that support a broad range of purposes and business models. More info can be found at: http://dublincore.org/ And it works well. For example in Google type food standards australia and ANZFA pops up at number

CF 4.5x vs CF5 test - help please :)

2001-11-03 Thread Peter Tilbrook
I'm having trouble with the following code that creates a more unique UUID than the standard CreateUUID() function. It works fine on my development server (CF 5), the main test server downstairs (also CF 5) however when posted on the production server (www.anzfa.gov.au) I get not an integer

SOT: CNET Builder.com review HomeSite 5.0

2001-11-03 Thread Peter Tilbrook
9 out of 10! Not too shabby! http://builder.cnet.com/webbuilding/0-7255-8-7614400-1.html?tag=revlink Full review at: http://builder.cnet.com/webbuilding/0-7255-8-7614400-2.html?tag=st.bl.7255-8-7614400-1.txt.7255-8-7614400-2 ~~ Get the mailserver

Re: CF 4.5x vs CF5 test - help please :)

2001-11-03 Thread Peter Tilbrook
At 17:32 3/11/01 -0800, you wrote: C062FD1A-C062-C066-A7B6-A7B6202D6BB93B82 Works perfectly. 4.5.1 SP2 and Win2k Thanks Joseph and Matt! Must be something screwy with the install they did of the server. The integer error was being generated at this line: cfset t =

Re: Random Records

2001-11-03 Thread Peter Tilbrook
I use the following to retrieve a single random record (a banner in this case). You might be able to modify it for your purpose: cfquery name=RandomBanner datasource=#Banners# dbtype=#DBTYPE# SELECT BannerID FROM BannerAdverts WHERE BannerActive = True /cfquery cfoutput query=RandomBanner

Re: CF 4.5x vs CF5 test - help please :)

2001-11-03 Thread Peter Tilbrook
Thanks Joseph! I'll give that a try. I want to get out of this contract soon rather than have to do a full server re-install (which is what they need). At 18:12 3/11/01 -0800, you wrote: I have seen problems with CF converting floats to integers. ie: a value like this: cfset p=1.0 needs to

SOT: ColdFusion and Flash Resource Centre (Macromedia)

2001-11-03 Thread Peter Tilbrook
http://www.macromedia.com/macromedia/proom/pr/2001/index_flash_coldfusion.fhtml NB: this is the first time I've noticed a fhtml document extension. ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for

Re: Client Management

2001-11-03 Thread Peter Tilbrook
When using client variables CF automatically assigns a unique ID and Token to the users browser. If the user connects with Internet Explorer CF will assign an ID and Token like this (eg, in the URL): www.mysite.com/index.cfm?CFID=1457860CFTOKEN=89645570 The same user connecting from the same

Re: Client Management

2001-11-03 Thread Peter Tilbrook
At 22:37 3/11/01 -0500, you wrote: Thanks Peter! Perhaps I coudl pick your brain a little more. :-) I am new to the whole shopping cart concept, thats why I decided to jump right in an build a basic one. I am fine setting up the DB for products and categories and what not, but one question I

Re: Single user CF5 license available

2001-11-01 Thread Peter Tilbrook
The ColdFusion Server 5 Single User Activation Kit is now available on Macromedia.com. The Activation Kit converts the ColdFusion Server 5 evaluation software into a non-expiring, Single User Version of ColdFusion Server 5. NOTE: A licensed version of ColdFusion Studio (any version) must already

SOT: difficulty in downloading Allaire/Macromedia software/patches/updates

2001-10-29 Thread Peter Tilbrook
I am still amazed that even service packs for Macromedia (nee Allaire) products like CF Studio require another massive download of around 20Mb. And that's for Studio. The servers (4.5x) were even larger. With CF 5 at around an 80Mb install archive I pray that this is rectified before the

SOT: BroadVision

2001-10-01 Thread Peter Tilbrook
We were looking for a solution to support high-volume transaction processing with personalized content. BroadVision is helping manage one-to-one customer relationships through all aspects of our online business. Stephen Elop, Senior Vice President of Web, Macromedia http://www.broadvision.com

RE: mod function?

2001-09-27 Thread Peter Tilbrook
Yes it does. eg: cfif myquery.currentrow mod2 Do this.. cfelse Do this.. /cfif -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Kear Sent: Thursday, 27 September 2001 18:29 To: CF-Talk Subject: RE: mod function? Well if you leave yourself alone

RE: CF wish list (was: Absolute Path Usage)

2001-09-26 Thread Peter Tilbrook
Owen, join the BETA project. Both Allaire and now Macromedia take suggestions seriously. At the moment only Studio is in bet (or RC1 now) but it is coming along really well - thanks to us beta users making suggestions. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Error 232

2001-09-25 Thread Peter Tilbrook
. Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2-6271 2256 Fax: +61-2-6271 2278 http://www.anzfa.gov.au -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chad Gray

RE: AHHHHHHHH Netscape HTML Question

2001-09-25 Thread Peter Tilbrook
Netscape is VERY fussy about tables - which is good (and a reason why you should test sites under different browsers wherever possible). Of course it has (NS) other features that frustrate also. ~~ Your ad could be here. Monies from ads go to

RE: CPU 100% notification?

2001-09-25 Thread Peter Tilbrook
CF 4.5? Have you installed the 4.5.x service pack (hardly a patch but a BIG download). CF5 utilises memory much better than 4.5x Is there a fix for the 100%CPU problem with CF 4.5 yet? Also does anyone know of a way to send a notification email when the CF server pegs at 100%CPU and wont

RE: Absolute Path Usage

2001-09-25 Thread Peter Tilbrook
Relative paths are recommended, if more for portability that anything else. ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: Sql Server 2000

2001-09-25 Thread Peter Tilbrook
server is Win2k Server (with less memory it seems) and SQL Server 2K. Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2-6271 2256 Fax: +61-2-6271 2278 http://www.anzfa.gov.au -Original Message

RE: Cold Fusion Studio 5.0 beta

2001-09-14 Thread Peter Tilbrook
For a start it is no longer a beta product. It has made RC1 and it rocks! NDA prevents me from divulging any further info however. I don't see anything either... I do see a post in the forums that says There are currently no public betas available at this time. Different levels of access maybe?

RE: Change to home page

2001-09-12 Thread Peter Tilbrook
Mike, I work in Boeing House so you can imagine the sombre mood here at the moment. The general security at the building has been beefed up also. I'm sadly aware that many fellow CF developers were present at either the Pentagon or the WTC. Peter Tilbrook ColdFusion Applications Developer

RE: CF output as PDF

2001-09-09 Thread Peter Tilbrook
Sharon, try ActivePDF (www.activepdf.com). It is expensive, especially for non-US countries, but it works well. I last used it for onlinewills.com.au. Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2

RE: CF-Community?

2001-09-08 Thread Peter Tilbrook
Someone posted to ask if anyone was there and the machine crashed. I have to change the secret crash password now. :) ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: Disabling back button

2001-09-08 Thread Peter Tilbrook
Is there a possible and simple way to do this - or is it a nightmare to do? Will As far as I can remember, this is not possible to do. Oh sure, you can create a pop-up that turns off arrows and toolbars and things like that, but even then the context (right-click) menu has a Back command.

RE: CF5 Pro SN

2001-09-01 Thread Peter Tilbrook
And other niceties like application archiving. Subject: Re: CF5 Pro SN For your comparison pleasure .. http://www.macromedia.com/software/coldfusion/productinfo/matrix/cf5_matrix. pdf Clustering support ... Native DB Drivers.. Server SandBox Security .. bout it ..

Who's on

2001-09-01 Thread Peter Tilbrook
What would be the best way to implement a Who is currently in the site/application? Cheers! Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2-6271 2256 Fax: +61-2-6271 2278 http://www.anzfa.gov.au

RE: CF5 Pro SN

2001-08-31 Thread Peter Tilbrook
Not forgetting the great features the Enterprise version has that are disabled in Pro. .. and doubtful - he gives a flying rats rear whether he gets banned or not ... Ban him ... if you want BFD - Its probably just Stan Cox! Steve - Original Message - From: Bud [EMAIL

RE: Quick format question

2001-08-31 Thread Peter Tilbrook
Janine, Try using the CFINPUT tag. You will need to use CFFORM as opposed to FORM/FORM. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: OLE-DB Client Storage Problem

2001-08-31 Thread Peter Tilbrook
Possibly only supports ODBC connections. Try that first and it should be OK. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: Mailing List Manager

2001-08-31 Thread Peter Tilbrook
Howie, how many subscribers? Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2-6271 2256 Fax: +61-2-6271 2278 http://www.anzfa.gov.au -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Detect screen resolution (one solution) :)

2001-08-20 Thread Peter Tilbrook
Agreed! Didn't want to me it too easy! :) Cheers! Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2-6271 2256 Fax: +61-2-6271 2278 http://www.anzfa.gov.au -Original Message- From: [EMAIL

RE: Help with authorise/authenticate/session management

2001-08-20 Thread Peter Tilbrook
And to be safer set your application.cfm to NOT setclientcookies. eg: setclientcookies=no. Once you setup you datasource for storing the Client variables (CFID/CFTOKEN) you only have to pass the URLToken between your templates. Practice makes perfect!! -Original Message- From: [EMAIL

RE: Db query question

2001-08-20 Thread Peter Tilbrook
I got it. My problem is, well here goes: a) - ColdFusion 5 (buy the Enterprise version for the smarts that Macromedia fooled us about, eg: app archiving) b) = NT Workstation 4 c) - 64Mb RAM d) - 130Mb Access db P.S. - God I love caching! P.S.S. - Beer is right at the top of the database as

SOT: Intellectual Property (warning)

2001-08-20 Thread Peter Tilbrook
I've just experienced a joyful situation where one of the largest local ISP's sacked ALL of their web developers. Problem is with Intellectual Property. Australian developers who deal with the Commonwealth would understand this. The company I am contracted to are withholding payment (to the

RE: Limiting text entered into TextArea

2001-08-20 Thread Peter Tilbrook
I have some code for this! Email me directly at [EMAIL PROTECTED] or (do what I did) check out www.javascript-source.com Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2-6271 2256 Fax: +61-2-6271

SOT: OMNIS

2001-08-17 Thread Peter Tilbrook
I have the unenviable task of converting an OMNIS application to ColdFusion 5. I have to admit I'm impressed with what OMNIS can do (a cross platform development environment). Check it out at http://www.omnis-software.com. Cheers! ~~ Structure

Detect screen resolution (one solution) :)

2001-08-17 Thread Peter Tilbrook
= url1024x768; else window.location.href= url640x480; } /script !-- Copy this code into the BODY of your HTML document -- center form input type=button value=Enter! onClick=redirectPage() /form /center Cheers! Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority

RE: GTE problem

2001-08-16 Thread Peter Tilbrook
From the co-author of the excellent Active range that must be no small apology. Pete, do not forget that this is still a point release of CF5 and bugs may crop up. CF is a better product now thanks to developers like yourself. Still has to be a slap however! Sorry! P.S. - is a Australia/UK

RE: Cookie Question

2001-08-16 Thread Peter Tilbrook
Fuon, Never rely on using cookies. ColdFusion's built-in handling of session/client variables negates the use of cookies for most situations. You need to setup your application to use either client or session variables and store them in, preferably, a datasource as opposed to the registry (the

RE: Strange ODBC Error

2001-08-16 Thread Peter Tilbrook
Could possibly be linked to your licence and available concurrent database connections. Check your transaction and locking code and also take heed of Micro$ofts recent security bulletin for securing IIS. You might be being fired upon by denial of service attacks. -Original Message-

RE: Got the fellow, but....

2001-07-31 Thread Peter Tilbrook
I heard BlackIce was useless. ZoneAlarm does a better job apparently. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Hall Sent: Tuesday, 31 July 2001 5:41 AM To: CF-Talk Subject: Re: Got the fellow, but This is why we keep BlackIce on all of

RE: Print PDF to Network Printer

2001-07-31 Thread Peter Tilbrook
ActivePDF is a good product (I used it on a project for creating Wills online). It was pretty pricey but does a good job. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Aylor Sent: Wednesday, 1 August 2001 7:50 AM To: CF-Talk Subject: Re: Print

RE: Passing a form file to CFMAIL

2001-07-31 Thread Peter Tilbrook
You should use CFFILE to do your file duties then use the CFMAILPARAM in your CFMAIL to handle the attachent. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Wildminds Sent: Wednesday, 1 August 2001 2:45 AM To: CF-Talk Subject: Passing a form file to

RE: Got the fellow, but....

2001-07-31 Thread Peter Tilbrook
Absolutely. Even if you are not running a server you should try Zone Alarm. Check out http://www.grc.com for a frank comparison between BlackIce Defender and Zone Alarm. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Lugassy Sent: Tuesday, 31

RE: Got the fellow, but....

2001-07-31 Thread Peter Tilbrook
August 2001 11:31 AM To: CF-Talk Subject: RE: Got the fellow, but wheres the comparison? Didn't see it there :) -paris [finding the future in the past, passing the future in the present] [connecting people, places and things] -Original Message- From: Peter Tilbrook [EMAIL PROTECTED

RE: Emailing Errors Automatically

2001-07-31 Thread Peter Tilbrook
Try using the JSStringFormat function (JavaScript String Format): eg: cfset httpreferer=#JSStringFormat(error.HTTPReferer)# -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marc J. Mataya Sent: Wednesday, 1 August 2001 3:18 PM To: CF-Talk Subject:

RE: Vote on ColdFusion Enhancements!

2001-07-28 Thread Peter Tilbrook
Bill, Macromedia are working on the new version (5.0) right now. Check out http://beta.allaire.com;. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Davidson Sent: Sunday, 29 July 2001 1:47 AM To: CF-Talk Subject: Re: Vote on ColdFusion

RE: Vote on ColdFusion Enhancements!

2001-07-28 Thread Peter Tilbrook
Bill... Agreed! I just finished downloading the latest build of Studio 5 (beta 2) on a 33.6K connection. I'm that keen! About to start using it to see if the promised improvements are there. Some comments in the forums appear to want something totally new for Studio. I disagree. It has a fine

RE: Blatant advertising (you have been warned)

2001-07-26 Thread Peter Tilbrook
Ooh, er! I like the new cover design! ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: cfGRAPH not working?

2001-07-19 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think you at least the Flash 5.0 player installed to view anything. - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gil Barden Sent: Thursday, 19 July 2001 4:04 AM To: CF-Talk Subject: cfGRAPH not

ZDNet Australia: 10 ColdFusion scripting tips

2001-07-18 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.zdnet.com.au/developer/cgi/story/0,210348,20238651,00.ht m Peter Tilbrook Chief Web Developer Lunar Power Internet Technologies Unit 1, 26-28 Winchcombe Court Mitchell, ACT, 2911 AUSTRALIA Phone: (02) 6242 Mobile: 0401 973 415

RE: CF 5 Certification

2001-07-18 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Strewth! It costs AUD$1,974.00 (including GST), or about US$4,000.00, here in Australia just for a 3 Fast track course. That isn't even the full certification course. - -Original Message- From: [EMAIL PROTECTED] A few weeks ago, I noticed

RE: ??SPELL CHECKING CONTENT ON AN UPDATE??

2001-07-17 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 US spelling no doubt. - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pete Freitag Sent: Wednesday, 18 July 2001 12:49 AM To: CF-Talk Subject: RE: ??SPELL CHECKING CONTENT ON AN UPDATE?? Yes, We

RE: Hatin' it.

2001-07-17 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think it is a bit more involved than a simple service pack. See http://www.grc.com - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nick Call Sent: Wednesday, 18 July 2001 5:21 AM To: CF-Talk Subject:

RE: CF 5.0 / Win2K Problem

2001-07-17 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I had the same issue but it dissappeared after a reboot. - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Skyward Internet Technology Sent: Tuesday, 17 July 2001 5:41 AM To: CF-Talk Subject: CF 5.0 / Win2K

RE: Open source content management who wants to join

2001-07-17 Thread Peter Tilbrook
(an organisation being the top level with users assigned to their respective organisation as Administrators, Moderators, Content Authors, etc). I'm interested in seeing what others have managed to knock up. Peter Tilbrook Chief Web Developer Lunar Power Internet Technologies Unit 1, 26-28 Winchcombe Court

Review: CF 5.0

2001-07-15 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.firmware.com.au/news/article.cfm?story_id=38 -BEGIN PGP SIGNATURE- Version: PGP Personal Edition 6.0.2 iQA/AwUBO1H0LkUmflCFE8qcEQJlIACgk4/8OXzKkpxclR9ggINQxjVig6cAoItg fMbg5cYFwlbia1JR3e7sknjH =NK9J -END PGP SIGNATURE-

SOT: Macromedia release SiteSpring beta

2001-07-10 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Macromedia have released the first beta of their news product, SiteSpring. See attp://www.macromedia.com/products/sitespring/ :) Peter Tilbrook Chief Web Developer Lunar Power Internet Technologies Unit 1, 26-28 Winchcombe Court Mitchell, ACT

CFX_Doc2HTML

2001-07-09 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Looking to purchase this custom tag (if I can find it). It was written by a fellow who used to work at www.gtriad.com. Does anyone know where to get it? Thx. Peter Tilbrook Chief Web Developer Lunar Power Internet Technologies Unit 1, 26-28

RE: Server

2001-07-09 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I believe 127.0.0.1 (or LOCALHOST) is YOUR box and not the server. Try configuring IIS with an IP address and connect using that instead. - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Parker, Kevin

RE: CF-Talk Archiver (1.04)

2001-07-09 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, nice app. Thx. was wondering if you have any new updates of the software to pull emails from a box where other emails might be and also delete the list specific emails when done?? Seems to be my biggest problem/need, as the list likes to

RE: maxrows and blockfactor

2001-07-09 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Both MAXROWS and BLOCKFACTOR are optional attributes for CFQUERY. MAXROWS allows you to define the maximum rows retrieved each query (eg: 10). If you leave out MAXROWS the query will return all records in the database matching your query. This could

CF-Talk Archiver (1.04)

2001-07-08 Thread Peter Tilbrook
It's open source and I've made some tweaks to the code that aren't in the DevEx release so email me if you want the latest code. Cheers! Peter Tilbrook Chief Web Developer Lunar Power Internet Technologies Unit 1, 26-28 Winchcombe Court Mitchell, ACT, 2911 AUSTRALIA Phone: (02) 6242 Mobile

RE: Comments about ColdFusion Studio 5

2001-07-08 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aidan Whitehall Sent: Friday, 6 July 2001 11:49 PM To: CF-Talk Subject: Comments about ColdFusion Studio 5 Do you know where we can make

RE: ColdFusion Studio 5 Beta 1 Now Available

2001-07-06 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was told any licensed holder of a previous version of Studio could apply: snip Thank you for your interests in our CFStudio beta program. If you would like to participate please send a serial key for a previous purchased version for CFStudio along

RE: Login System!!

2001-07-06 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Easy! Once the login action is verified (eg: through a database confirmation) wrap your admin pages with the following code: cfif isdefined(Session.LoggedInAs) The rest of your page goes here. If someone tries to access this template without

RE: cffile

2001-07-06 Thread Peter Tilbrook
, a file specific to a user when there can be no duplicate users) then the overwrite should be safe. Cheers! Peter Tilbrook Chief Web Developer Lunar Power Internet Technologies Unit 1, 26-28 Winchcombe Court Mitchell, ACT, 2911 AUSTRALIA Phone: (02) 6242 Mobile: 0401 973 415 Fax: (02) 6242 6655

RE: cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-21 Thread Peter Tilbrook
) It's Australian made! That has to be good! I'm doing final testing for an application using this tag and have already requested an invoice from Perthweb to pay the bargain registration cost. Cheers! Peter Tilbrook Chief Web Developer Lunar Power Internet Technologies Unit 1, 26-28

RE: Hacker

2001-06-15 Thread Peter Tilbrook
If you think that's bad check out the following article: http://grc.com/dos/openletter.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Don Vawter Sent: Friday, 15 June, 2001 7:09 AM To: CF-Talk Subject: RE: Hacker Thanks to the many who responded.

RE: Verity Limit

2001-06-15 Thread Peter Tilbrook
I've used Verity under 4.5x to index 60,000 odd records with no problems. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Lugassy Sent: Thursday, 14 June, 2001 10:13 PM To: CF-Talk Subject: Re: Verity Limit do you have ANY where clause in your

OT: Macromedia misses its mark?

2001-06-13 Thread Peter Tilbrook
http://news.cnet.com/news/0-1006-200-5801563.html ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: Body and Subject of my messages not arriving

2001-06-13 Thread Peter Tilbrook
I had the same problem for a while. It only seemed to occur if the message was HTML based (like the CNET news, etc). Not sure how I fixed it but I recently installed the latest service pack from officeupdate.microsoft.com and everything seems fine. -Original Message- From: [EMAIL

RE: WYSIWYG editors

2001-06-13 Thread Peter Tilbrook
Minh Hoang recently posted a tag called JS-Edit to the DevEx. Might be worth a look at: http://devex.allaire.com/developer/gallery/info.cfm?ID=8DAD85D3-5B05-11D5-8 3F600508B94F380method=Full -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sean McCarthy

RE: What is January in French? German? CF knows it already

2001-06-13 Thread Peter Tilbrook
I just get this: Just in time compilation error Invalid parser construct found on line 10 at position 10. ColdFusion was looking at the following text: LSMonthAsString Invalid expression format. The usual cause is an error in the expression structure. The last successfully parsed CFML

RE: WYSIWYG editors

2001-06-13 Thread Peter Tilbrook
Er, that should be http://www.siteobjects.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Bruce Sent: Thursday, 14 June, 2001 6:09 AM To: CF-Talk Subject: RE: WYSIWYG editors Check out www.siteobject.com They have a free editor and it is

List question

2001-06-05 Thread Peter Tilbrook
I have three memo database fields delimited by commas: 1. FirstName (eg: John,Michael,James) 2. MiddleName (eg: Pat,Tony,Peter) 3. LastName (eg: Smith,Affleck,Cousins) So the three names should come out as: John Pat Smith Michael Tony Affleck James Peter Cousins How can I extract these and

RE: List question

2001-06-05 Thread Peter Tilbrook
-Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 6:20 PM To: CF-Talk Subject: List question I have three memo database fields delimited by commas: 1. FirstName (eg: John,Michael,James) 2. MiddleName (eg: Pat,Tony

ColdFusion progress meters

2001-06-04 Thread Peter Tilbrook
Thanks to Ray Camden for the article in the CF DevExchange on progress meters in CF! I've already implemented one for generating a PDF file (online will) and it works really well! Cheers! Peter Tilbrook Chief Web Developer Lunar Power Internet Technologies Unit 1, 26-28 Winchcombe Court

RE: CF_Amazon anyone?

2001-06-04 Thread Peter Tilbrook
to date. Thanks. - Original Message - From: Peter Tilbrook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 03, 2001 9:16 PM Subject: RE: CF_Amazon anyone? http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347575-2830-11D4-AA 9700508B94F380method=Full

RE: Can we limit the text in textarea

2001-06-04 Thread Peter Tilbrook
=textCounter(this.form.Introduction,this.form.remLen,60); onKeyUp=textCounter(this.form.Introduction,this.form.remLen,60); /textarea /p /form /body /html Cheers! Peter Tilbrook Chief Web Developer Lunar Power Internet Technologies Unit 1, 26-28 Winchcombe Court Mitchell, ACT, 2911 AUSTRALIA Phone: +61 2

RE: CF_Amazon anyone?

2001-06-03 Thread Peter Tilbrook
http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347575-2830-11D4-AA 9700508B94F380method=Full -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of defective dreams Sent: Monday, 4 June, 2001 1:00 PM To: CF-Talk Subject: CF_Amazon anyone? is there

CF5 released - Macromedia?

2001-05-31 Thread Peter Tilbrook
Has anyone actually received an email from MM to advise that CF5 has been released (after signing up on the CF home page to be notified)? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: case

2001-05-29 Thread Peter Tilbrook
cfoutput #LCase(MyTextVariable)# /cfoutput -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jones, Becky Sent: Wednesday, 30 May, 2001 7:37 AM To: CF-Talk Subject: case is there a cf command that would allow me to force a word to output in all

RE: DNS2go

2001-05-24 Thread Peter Tilbrook
It's quite good and very reliable. Its even better if you have a fast or permanent connection to the 'net. It can even update your system clock so that it is very accurate. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duane Boudreau Sent: Friday, 25

RE: DNS2go

2001-05-24 Thread Peter Tilbrook
of that supports urls? Duane -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 3:10 AM To: CF-Talk Subject: RE: DNS2go It's quite good and very reliable. Its even better if you have a fast or permanent connection to the 'net. It can even update your

RE: Hosting????

2001-05-23 Thread Peter Tilbrook
That's a good plug :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Parker, Kevin Sent: Wednesday, 23 May, 2001 3:22 PM To: CF-Talk Subject: RE: Hosting Try www.ozimage.com Kevin Parker Web Services Manager WorkCover Corporation [EMAIL

<    1   2   3   4   5   6   7   >