Dev Environment Tips

2001-11-28 Thread Steve Vosloo
I'm putting together a short Dev Environment Tips list for our next CFUG meeting. Things like CF mailing lists (this list, CF-Talk), essential URLs, books, helper apps, etc. that make your development life easier. Please can you send any tips you have directly to me. Thanks Steve Vosloo

RE: cfsqltype=cf_sql_timestamp

2001-11-22 Thread Steve Vosloo
Thanks to all for the brilliant input. Finally, a solution has been found: cfprocparam type=in cfsqltype=cf_sql_integer value=#InputBaseN(attributes.contentTimestamp, 16)# Ciao -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001

RE: cfsqltype=cf_sql_timestamp

2001-11-21 Thread Steve Vosloo
: cfsqltype=cf_sql_timestamp This code is working in my application. CFPROCPARAM type=IN cfsqltype=CF_SQL_TIMESTAMP dbvarname=RequestsDate value='#NOW()#' HTH -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 3:00 PM To: CF-Talk

cfsqltype=cf_sql_timestamp

2001-11-20 Thread Steve Vosloo
types, which are actually of bin(8) data types. CF thinks they're date/time, which in my case it certainly isn't. Has anyone successfully managed to pass this varibale type into SQL? Thanks Steve Vosloo Vardus (Pty) Ltd ASKA House Fedsure on Main Main Road Newlands 7700 Cape Town Tel: +27 (0

RE: cfsqltype=cf_sql_timestamp

2001-11-20 Thread Steve Vosloo
- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 7:42 AM To: CF-Talk Subject: cfsqltype=cf_sql_timestamp hi I'm trying to pass a mssql server 7 timestamp variable into a sql 7 database using a stored proc (cf 4.51) using : cfprocparam type=in cfsqltype

.NET resources

2001-08-14 Thread Steve Vosloo
Hi all, Apologies if this topic has already been flogged to death, but ... In 2 weeks I'm presenting to my company on Microsoft's .NET initiative, and need some URLs to sink my teeth into. The bits I've seen on MS all seem to be fairly technical. I'm looking for overview type info, and ideally

RE: Preventing Dups

2001-07-16 Thread Steve Vosloo
You could set the duplicate prevention at field level in the database table, and then use CFTRY/CFCATCH to monitor this. -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 12:54 PM To: CF-Talk Subject: Re: Preventing Dups On 7/15/01, sam

CF Studio database problem

2001-07-10 Thread Steve Vosloo
When viewing my SQL server database through CF studio on my machine (RDS: localhost), the databases listed are old ones - some have actually been deleted, new ones don't show up. I've tried refreshing the view, installing SP4.5.2, etc and still no joy. Any takers on what's wrong?? Thanks Steve

RE: OT : project documentation

2001-07-05 Thread Steve Vosloo
This book is great - Web Project Management by Ashley Friedlein: http://www.amazon.co.uk/exec/obidos/ASIN/1558606785/o/qid=994261732/sr=8-2/0 26-8490121-2329237 Supporting materials: http://www.e-consultancy.com/book/ Check out Documentation Cheers Steve -Original Message- From:

RE: is this list dead?

2001-07-02 Thread Steve Vosloo
I've had nothing for ages ... what's going on? Anyway, does anyone know of other good CF lists out there? Thanks Steve -Original Message- From: Erika L. Walker [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 5:53 PM To: CF-Talk Subject: RE: is this list dead? I'm

Weird FORM result

2001-06-18 Thread Steve Vosloo
I've implemented Verity and when I search for an exact phrase, i.e. jack higgins, verity searches for the words AND the quotes. So I want to strip out the quotes, but CF doesn't recognise the first quote. Try run this page (test.cfm): html head titleUntitled/title /head body cfif

RE: Authorising in a multi-server environment

2001-06-18 Thread Steve Vosloo
I'm also fairly new to this type of transition. As a primer, may I recommend reading a great article by Hal Helms called Tracking State Management with ColdFusion. http://www.coldfusionmonthly.com/cfm/members/index.cfm?fuseaction=articlear ticleid=AFABE20E-2D7E-47E9-9E4B6D2D159D68E3 One of the

RE: RE: Verity SQL

2001-06-14 Thread Steve Vosloo
Thanks for the input ... I am joining tables in the query ... but the original query which indexes the data just fine is exactly the same and also uses joins. Can you remember where in the book is the reference about master/servant relationships? Thanks Steve -Original Message-

file size

2001-06-11 Thread Steve Vosloo
Is there any way to dynamically display the size of a file? I display lists of PDF links and need to show the size of each file after the title. Although all the pdf's are in the same folder, they are linked to from various pages. Thanks, Steve Development Manager Vardus Internet Solutions

Verity and double quotes

2001-06-11 Thread Steve Vosloo
I have a Verity search facility on my site. When I search for literal strings using double quotes, Verity performs a search including the quotes, e.g. it searches for 'rail network' instead of 'rail network'. Has anyone come across this problem before? I've tried to fix it by using a

RE: file size

2001-06-11 Thread Steve Vosloo
to the size of each as qPDF.Size -David On Monday, June 11, 2001 3:37 AM, Steve Vosloo [SMTP:[EMAIL PROTECTED]] wrote: Is there any way to dynamically display the size of a file? I display lists of PDF links and need to show the size of each file after the title. Although all

RE: Custom error pages

2001-06-06 Thread Steve Vosloo
properties. Click the Custom Errors tab. You can do it for each site. On 6/5/01 8:17 AM, Steve Vosloo [EMAIL PROTECTED] wrote: Can I do that per website hosted on the box? -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 5:05 PM To: CF

Custom error pages

2001-06-05 Thread Steve Vosloo
I need to create 2 custom error pages for an application. One is for 404 errors (page not found), and the other is for any other server errors. Armed with CFERROR and CFTRY/CFCATCH, does anyone have suggestions on how to achieve this? Thanks Steve Development Manager Vardus Internet Solutions

RE: Custom error pages

2001-06-05 Thread Steve Vosloo
it. -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 7:51 AM To: CF-Talk Subject: Custom error pages I need to create 2 custom error pages for an application. One is for 404 errors (page not found), and the other is for any other server

CFLOCK viability?

2001-06-05 Thread Steve Vosloo
I create a bunch of application scope variables within application.cfm - these will only be created once, and hardly ever change. In a custom tag I read those variables - and of course I need to lock that READ. Is it viable to put a CFLOCK of type READONLY around a big block of code (i.e. 170

RE: Referencing an array item

2001-05-30 Thread Steve Vosloo
technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 2:21 AM To: CF-Talk Subject: RE: Referencing an array item But I have 3 arrays, so it will really need to look like

RE: Referencing an array item

2001-05-29 Thread Steve Vosloo
][element]. you don't have to futz with string evaluation at all. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 8:41 AM To: CF-Talk Subject: Referencing

Request vs application scope

2001-05-29 Thread Steve Vosloo
I am using the following line of code in my application.cfm cfset request.HomeDir = http://127.0.0.1/work/ACME/may2001/website; Then elsewhere in the site I refer all links and images to: cfoutput#request.HomeDir#/cfoutput Is this OK to do? I'm trying to avoid using the application scope. Are

RE: Request vs application scope

2001-05-29 Thread Steve Vosloo
Absolutely no problem... I do it regularly... -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: 29 May 2001 08:34 To: CF-Talk Subject: Request vs application scope I am using the following line of code in my application.cfm cfset request.HomeDir = http://127.0.0.1

RE: Request vs application scope

2001-05-29 Thread Steve Vosloo
. -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: 29 May 2001 13:51 To: CF-Talk Subject: RE: Request vs application scope Thanks. Can I put any data in there that I want to use across the site? And I don't have to apply CFLOCKs do I? -Original Message

Referencing an array item

2001-05-28 Thread Steve Vosloo
I have 3 arrays, which are assigned to the application scope: cfset Application.SM1 = SM1 cfset Application.SM2 = SM2 cfset Application.SM3 = SM3 My custom tag receives a number (1,2 or 3), and with that I reference the correct array. I need to dynamically use this number to reference the

RE: Referencing an array item

2001-05-28 Thread Steve Vosloo
Thanks! -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 5:45 PM To: CF-Talk Subject: RE: Referencing an array item oops, forgot a closing ) CFSET Len = ArrayLen(Application[SM#Attributes.Num#])

Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
I need to load a massive array into memory - I was going to do this in the application.cfm, but I need the data in a custom tag. Is there any way of accessing this info from within a CT? My other option would be to put all this info into an include, which I call from the CT. Can I cache an

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
it. -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 8:14 AM To: CF-Talk Subject: Calling variables from within a custom tag I need to load a massive array into memory - I was going to do this in the application.cfm, but I need the data in a custom tag

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
that there is very little overhead to read-only locks. Bob -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: May 24, 2001 8:42 AM To: CF-Talk Subject: RE: Calling variables from within a custom tag If I make it an application variable, I will need locks around every

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
: Calling variables from within a custom tag Does it need to be applied to everyone that enters the application or just to the user? -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 8:42 AM To: CF-Talk Subject: RE: Calling variables from within

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
=== Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Steve Vosloo [mailto

How fast does CF process arrays/swucth statements?

2001-05-23 Thread Steve Vosloo
I am coding a single Header custom tag for all the pages in a large static site. Some of the pages will contain breadcrumb navigation at the top. As a parameter I can send through the breadcrumb title and URL to the custom tag, e.g. cf_header bc_title=About bc_URL=about.cfm I would prefer only

RE: How fast does CF process arrays/swucth statements?

2001-05-23 Thread Steve Vosloo
: How fast does CF process arrays/swucth statements? How about a structure? Readily comprehensible for when you come back to it 6 months later. - Original Message - From: Steve Vosloo [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 4:13 AM Subject

RE: Imbedding IF statements into a tag.......

2001-05-17 Thread Steve Vosloo
I often first create a variable and apply all processing to it before passing it into the tag, e.g. cfif isdefined(session.Form.CCEmail) cfset MyCC = #session.Form.CCEmail# else cfset MyCC = /cfif cfmail to=[EMAIL PROTECTED]

Post-Spectra Content Management Systems??

2001-05-10 Thread Steve Vosloo
I'm sure this has been discussed already, so apologies up front. We are a web co that has been developing Spectra apps for our clients mainly because of its content management (CM) functionality. With the demise of Spectra, does anyone know of a reliable and robust ColdFusion CMS that is

RE: Post-Spectra Content Management Systems??

2001-05-10 Thread Steve Vosloo
Although Spectra will be supported for the next 2 years, I'm sure as hell not going to sell it clients now - I'm simply looking for another solution. And it's probably only a 1-2 year solution as CF 6 will have Spectra's CODB etc built in. I'm gonna check out CommonSpot 2.0, or as Neil