Re: Using CFC to get image information, takes for ever.

2007-01-11 Thread Johan Steenkamp
Unless I am missing something I think you are adding complexity without identifying the root cuase of the problem. Have you dumped debug information to see what is taking the time? Assuming file access is fast I am guessing it may be the cfc performing the image processing. Our CMS displays i

CMS Systems

2005-06-20 Thread Johan Steenkamp
AssetNow NX - web standards compliance including XHTML 1.1. Editor includes drag/drop image/file uploading and accessibility preview. http://www.assetnow.com [EMAIL PROTECTED] > Aside from CommonSpot are there any other "for sale" CF-based CMS > systems out there. I've looked at FarCry and CF_

Re: cfschedule question

2004-09-19 Thread Johan Steenkamp
Tony May have been convered already but in my experience all you can really do it update or delete a scheduled event based on its name. So you cannot get any other details about it. In practise all you need to store - a simple text file is sufficient so no need to use a database is something like

Re: CSS Editor (Good CSS Developer)

2004-09-19 Thread Johan Steenkamp
Jim noted that valid CSS does not mean cross browser. However if you move to a standards-based site design(ie:W3C standards - X/HTML, CSS, DOM) then by testing with the validators your pages should render consistently in new generation browsers: IE6, FireFox, NS7.2, Opera etc. So valid markup + v

Re: Content Management System (CMS) Wishlist

2004-09-17 Thread Johan Steenkamp
What features are useful and which a waste of time? Depends on your target market for the solution. The requirements for corporate/enterprise are different to SME and membership based organizations. Johan www.assetnow.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [

Re: looking for a good dynamic menu

2003-11-24 Thread Johan Steenkamp
Commercial - http://www.opencube.com/ (light as it loads only the script required by the browser) Other - you can find a number at www.dynamicdrive.com (hvmenu is a good one) Johan www.assetnow.com   - Original Message -   From: Hassan Arteaga Rodriguez   To: CF-Talk   Sent: Tuesday, N

Re: Verity on Linux

2003-10-28 Thread Johan Steenkamp
the latest RH9 patches that 'fixes' things back to their pre-7.3 'working' state?   --   Tom Jordahl   Macromedia Server Development   -Original Message-   From: Johan Steenkamp [mailto:[EMAIL PROTECTED]   Sent: Sunday, October 19, 2003 2:48 AM   To: CF-Talk   Subject:

Re: cfloop question

2003-10-27 Thread Johan Steenkamp
index i is the value of "currentRow"   - Original Message -   From: Tony Weeg   To: CF-Talk   Sent: Tuesday, October 28, 2003 10:18 AM   Subject: cfloop question      #queryName.currentRow[i]# #queryName.address[i]#      #get.currentRow[i]# for some reason doesn't parse. it errors a

Re: Verity on Linux

2003-10-18 Thread Johan Steenkamp
omedia.com/support/coldfusion/releasenotes/mx/mx61_known_pro   blems.html#verity)   chris   ____   From: Johan Steenkamp [mailto:[EMAIL PROTECTED]   Sent: Saturday, October 18, 2003 1:42 PM   To: CF-Talk   Subject: Re: Verity on Linux   Yves   We have Verity,

Re: Verity on Linux

2003-10-18 Thread Johan Steenkamp
Yves We have Verity, CF MX 6.1 running as normal on RedHat 9.x (with latest patches). Johan www.assetnow.com   - Original Message -   From: Yves Arsenault   To: CF-Talk   Sent: Sunday, October 19, 2003 4:26 AM   Subject: Verity on Linux   Hello,   I've been looking at the live docs

Re: Hiding file name passed to CFCONTENT

2003-10-08 Thread Johan Steenkamp
session variable. Johan Steenkamp www.assetnow.com   - Original Message -   From: James Milks   To: CF-Talk   Sent: Thursday, October 09, 2003 8:24 AM   Subject: Hiding file name passed to CFCONTENT   Hi,   Yet another cfontent question: How do I hide the name of the file I am passing

Re: cfquery??

2003-09-04 Thread Johan Steenkamp
Certain attributes of are deprecated not the tag itself (as with other tags on the list). Johan Steenkamp www.assetnow.com - Original Message - From: "Candace Cottrell" <[EMAIL P

Re: DateDiff() broken in 6.1 (Bug?) - happens if dates span DST

2003-08-22 Thread Johan Steenkamp
T > then i get the right time back > > that url explains it and shows that its fixedat least i thought. > > let me check again... > tw > > > -Original Message- > From: Johan Steenkamp [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 10:51 PM

Re: DateDiff() broken in 6.1 (Bug?) - happens if dates span DST

2003-08-21 Thread Johan Steenkamp
mm > during > the redsky beta, and they validated it... > > http://www.navtrak.net/cfmxBug.cfm > > has some code, and the explanation of what i found, you will see > it...and > that is on a 6.1 server. > > try that code on your machine, and see what happens. >

Re: DateDiff() broken in 6.1 (Bug?) - happens if dates span DST

2003-08-21 Thread Johan Steenkamp
www.navtrak.net > office 410.548.2337 > fax 410.860.2337 > > > -Original Message- > From: Johan Steenkamp [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 4:38 PM > To: CF-Talk > Subject: Re: DateDiff() broken in 6.1 (Bug?) > > > Hi Tony > > T

Re: DateDiff() broken in 6.1 (Bug?)

2003-08-21 Thread Johan Steenkamp
1 00:00:00'} = 173 > 22. {ts '2003-05-01 00:00:00'} - {ts '2003-10-22 00:00:00'} = 174 > 23. {ts '2003-05-01 00:00:00'} - {ts '2003-10-23 00:00:00'} = 175 > 24. {ts '2003-05-01 00:00:00'} - {ts '2003-10-24 00:00:00'} = 176 &

Re: DateDiff() broken in 6.1 (Bug?)

2003-08-21 Thread Johan Steenkamp
'} - {ts '2003-10-23 00:00:00'} = 175 > 24. {ts '2003-05-01 00:00:00'} - {ts '2003-10-24 00:00:00'} = 176 > 25. {ts '2003-05-01 00:00:00'} - {ts '2003-10-25 00:00:00'} = 177 > 26. {ts '2003-05-01 00:00:00'} - {ts '2003-10-2

DateDiff() broken in 6.1 (Bug?)

2003-08-20 Thread Johan Steenkamp
(Windows or Linux). #i#. #date1# - #date2# = #datediff("d",date1,date2)# -------- Johan Steenkamp www.assetnow.com ~| Arch

Re: question / scheduled tasks CF 5 specific

2003-08-20 Thread Johan Steenkamp
advertised. Also does not appear that you have to wait for any extended period of time to see task execute. regards Johan Johan Steenkamp www.assetnow.com - Original Message - From: "Rafael Blei

Re: real simple syndication (rss)

2003-08-18 Thread Johan Steenkamp
DRK3 includes CF code/examples for RSS reader and a feed generator. O'Reilly book - "Content Syndication with RSS" by Ben Hammersley is pretty good with many examples. Covers various "standards" well. Johan ---- Johan S

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Johan Steenkamp
Thanks Adam Great job on the book :-) regards Johan - Original Message - From: "Adam Churvis" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, August 19, 2003 8:26 AM Subject: Re: cflock - what does it do? Exactly? > > Sean - so if I understand correctly this mean

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Johan Steenkamp
primarily for files or sections of code that need to single thread - correct? Johan Johan Steenkamp www.assetnow.com - Original Message - From: "Sean A Corfield" <[EMAIL PROTECTED]&

Re: cflock - what does it do? Exactly?

2003-08-17 Thread Johan Steenkamp
Sean - actually I the cflock posting preceeding the Jan 6 is also relevant. I could not find it however. Is the search on your site working? Did not return anything for cflock or locking. Regards Johan Johan Steenkamp www.assetnow.com

Re: cflock - what does it do? Exactly?

2003-08-17 Thread Johan Steenkamp
is to plan a set of named locks for accessing shared resources. Johan -------- Johan Steenkamp www.assetnow.com - Original Message - From: "Alan Ford" <[EMAIL PROTECTED]> To: "CF-Talk&qu

Re: cflock - what does it do? Exactly?

2003-08-17 Thread Johan Steenkamp
ohan ---- Johan Steenkamp www.assetnow.com - Original Message - From: "Alan Ford" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 18, 2003 8:22 AM Subject: Re: cflock - what does it do?

Re: Content Management Systems - a short list...

2003-07-31 Thread Johan Steenkamp
www.assetnow.com Can generate content to static html pages - however not all features are support on static pages. Johan - Original Message - From: "Brian Meloche" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 4:51 AM Subject: Content Management

Re: Search engine safe urls

2003-07-28 Thread Johan Steenkamp
and Apache Win/Linux Johan Steenkamp mailto:[EMAIL PROTECTED] - Original Message - From: "Michael Dinowitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent