RE: "Licensing" a CF app

2004-12-03 Thread Martin Parry
Thanks Vince - There's still one or two niggles - when you've paid so much for 
CF and you then need to re-spend the same amount of money again (OK, maybe not 
quite as much as MM charge) on what is essentially the same tool (generalising 
a bit I know) I find that difficult to do.

I know we have the benefits of deployment etc. which is promised in Blackstone 
anyway. But there must be a compelling reason to go through the whole change 
process when the promised solution is on the way anyway.

If there's stuff I'm totally missing out on please tell me. Too much work on  
at the moment means I can't see the wood for the trees.

Cheers

Martin.

-Original Message-
From: Vince Bonfanti [mailto:[EMAIL PROTECTED] 
Sent: 30 November 2004 14:22
To: CF-Talk
Subject: RE: "Licensing" a CF app

I'm not sure that "re-writing a tonne of code" is what would be required.
We've converted a number of fairly large applications (thousands of pages)
to BlueDragon; the time doing so is usually measured in hours or days. Often
it's only one or two tweaks that have to be made to get everything running.

Most BlueDragon customers approach this no differently than they would an
upgrade from CF5 to CFMX, for example. That is, they don't expect their CF5
code to run perfectly "out of the box" on CFMX, and therefore don't expect
the same from BlueDragon. Of course, just as for the CF5-to-CFMX upgrade,
there has to be enough benefit to the BlueDragon upgrade to make it worth
your effort.

The first step (after reviewing the BlueDragon CFML Compatibility Guide) is
to run the BlueDragon precompiler on your code base--this will flush out
most of the incompatibilities. After that, it's a simple matter of running
through your application to verify that everything works.

We're happy to provide assistance if you're interested in making a go of it.

Vince Bonfanti
New Atlanta Communications, LLC
http://www.newatlanta.com


> -Original Message-
> From: Martin Parry [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, November 30, 2004 1:55 AM
> To: CF-Talk
> Subject: RE: "Licensing" a CF app
> 
> I've pained over this and finally decided that the only 
> feasible way to do it was to provide a "CMS appliance" to the 
> customers who wanted to host their own websites/intranets 
> using my CMS. This is essentially a locked down server that 
> only I have access to (for updates etc.).
> 
> I also spent quite a while trying to re-use the .class files 
> that CF generates. Proved a tad too tricky so I ditched that idea. 
> 
> Blue Dragon - When I was looking at it, yes it was very good 
> and offered this type of functionality but I have a LOT of 
> code in the CMS and Blue Dragon didn't work out of the box. 
> As I'm genetically lazy I couldn't stomach re-writing a tonne 
> of code - so stuck in my comfort zone ;) 
> 
> Just my 2ยข worth
> 
> Martin Parry
> Macromedia Certified Developer
> http://www.BeetrootStreet.co.uk
> 
> -Original Message-
> From: Tom McNeer [mailto:[EMAIL PROTECTED]
> Sent: 29 November 2004 21:35
> To: CF-Talk
> Subject: Re: "Licensing" a CF app
> 
> Thanks to everyone who replied.
> 
> I had forgotten about BlueDragon's ISV program. And I guess 
> it's unknown whether the Blackstone functionality referred to 
> would actually allow the sort of "disabling" we'd like. From 
> comments I've seen here before, Coral gets mixed reviews.
> 
> 
> 



~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186207
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Passing search results

2004-12-03 Thread Martin Parry
If you are simply wanting the second tab to display (i.e. results 1, 2 &
3 already exist for that page) when you click on it you should use
styles and Javascript.. I've not been able to test this in ANY browser
so might require a little debugging on your part..

e.g. 


function showTab(whichTab)
{
 var tabObj = eval("document.all.resultsPane"+whichTab);
 // switch off all tabs
 document.all.resultsPane1.style.display='none';
 document.all.resultsPane2.style.display='none';
 document.all.resultsPane3.style.display='none';
// Switch on our tab
 tabObj.style.display =  'block';
}


Show tab 1 |
 Show tab 2 |
 Show tab 3 |



..




..




..




-Original Message-
From: Lawrence Ng [mailto:[EMAIL PROTECTED] 
Sent: 02 December 2004 18:27
To: CF-Talk
Subject: Passing search results

hi everyone,

I need your feedback on what's a good approach...

Here's what I'm thinking . I have 3 collections I want to search on
and the results (if any) would be displayed on 3 separate pages which
can be viewed by clicking on a "tab folder".

How can I pass a collection to the page (in my case one of my tabs)
after is searched all 3.

example:

search 1, search 2, and search 3

results shown in tabs

| Results A | Results 2 | Results 3 | 

clicking on Results 2 would show the search results from "search 2"

thanks,










~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186206
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Mike Kear
I run a small hosting company, Stuart, and I'll run it!   But
FCKEditor doesnt actually require anything of the hosting company (or
it didnt in the version I'm using).  It installs inside your site like
a CFC, and you bring it into your page just like any other CFC.

I too wont allow any app to be installed unless I know what it's going
to do and i'm sure it's not going to degrade our overall performance,
but there would be no issue installing stuff like this.

I'm really pleased to see that the V2.0 FCKEditor now has lower case
tags - something that has held me back for a long time, becuase you
cant use upper case tags if you want to build using XHTML.   It also
closes off the unclosed tags such as   (now uses ) which is
terrific.

I'm going to have another look at FCKEditor.  (incidentally does
anyone know how the name came about?  surely it didnt come about
through someone being at their wits end trying to get a textarea to do
what they want did it?)


Does anyone find it slow to load compared to the other editors
available though?


Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year



On Fri, 03 Dec 2004 20:39:09 +, Stuart Kidd <[EMAIL PROTECTED]> wrote:
> I asked my host company if they could use fck but they responded with the
> below.  Is what they say correct?
> 
> Ref: 020.com
> 
> Hello Stu,
> 
> Unfortunately there is very little documentation for this application and
> the installtion script is built on a .exe file which we cannot install on a
> shared web server.
> 
> If you have any further detailed documentaiotn please forward that
> information to us. But without any additional information we will not be
> able to install this application.
> 
> Regards,
> Dan Bogart
> http://www.HostMySite.com
> 
> Email: [EMAIL PROTECTED]
> Technical Support: 877.215.4678
> Customer Service & Billing Inquiries: 866.916.4678
> International: 302.731.4948
> 
> 
> 
>

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186205
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: copy directory

2004-12-03 Thread Martin Parry
That's great Rick - I'm glad it was useful (BTW - It's Martin Parry not
Perry ;)

Why not put it on CFLIB - I'm sure it'd save lots of other users the
same paind.

Cheers

Martin

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: 04 December 2004 03:01
To: CF-Talk
Subject: Re: copy directory

For what it's worth, I also wrote a deleteDirectory() UDF that deletes a

directory and all its contents, based on the same code.

Thanks a ton, Martin!

http://www.webworksllc.com/lib/copyDirectory.txt
http://www.webworksllc.com/lib/deleteDirectory.txt

  - Rick



~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186204
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX and Fedora Core 3

2004-12-03 Thread Ewok
Weird, I'll have to play around some more and figure out how I had it
set up initially to run under cfmx/cfmx

Changing to your permission set on jrun solved it for now. Seems I did
have to go into the SElinux conf file and change something before,
though now I don't remember what it was

"enforcing" to "permissive" perhaps? At any rate, it works now. I'll be
sure to let you know when I get it set up under a new user (again) if
you do the same :)

Thanks again

On Fri, 2004-12-03 at 16:32 -0500, Steven Erat wrote:
> I reinstalled CFMX having where the user was set to "cfmx".  This worked for
> me.  Note permission on mod_jrun20.so has user/group root/root, whereas you
> mentioned that you have cfmx/cfmx.
> 
> Here's the permissions and wsconfig log...
> 
> [EMAIL PROTECTED] wsconfig]# ls -laR 1
> 1:
> total 104
> drwxrwxrwx  2 root   root4096 Dec  3 16:12 .
> drwxr-xr-x  3 root   root4096 Dec  3 16:12 ..
> -rw-r--r--  1 apache apache29 Dec  3 16:12 jrunserver.store
> -rwxr-xr-x  1 root   root   64117 Jul 18  2003 mod_jrun20.so
> -rw-r--r--  1 root   root 272 Dec  3 16:12 README.txt
> 
> [EMAIL PROTECTED] wsconfig]# cat wsconfig.log
> # Created by JRun on 12/03 16:11:52
> 12/03 16:11:52 info Macromedia JRun 4 (Build 63961)
> 12/03 16:12:29 info Using Apache control script /usr/sbin/apachectl
> 12/03 16:12:32 info Detected Red Hat Linux release 7 or lower
> 12/03 16:12:32 info Using Apache binary /usr/sbin/httpd
> 12/03 16:12:32 info Server version: Apache/2.0.52
> 12/03 16:12:32 info Restarted Apache server
> 
> 
> -Steven Erat
> 
> 
> > Although Fedora Core 3 is not an officially supported OS for 
> > CFMX, I currently use FC3 with CFMX 6.1 and Apache 20.52 on 
> > my laptop.  I use the default user account, nobody.  I can 
> > test some other non-privileged user later, as you are doing.  
> > During the FC3 install, under the package list with gcc, I 
> > chose all the compat-x libraries, so that might make a 
> > difference.  Try installing them from the CD/DVD out of the 
> > SRPMS directory.  
> > 
> > Steven Erat
> > 
> 
> > > I haven't had any problems installing before and I've installed on
> > > Fedora before as well but lately, I can't get MX installed on FC
> > > test3 without this problem...
> > >
> > >Once CF is installed and i run ./coldfusion start to start the service,
> > >It gets an error during the connector script and kills httpd and won't
> > >start it back
> > >
> > >If I try to start httpd back manually i get the following
> > >
> > >Cannot load /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so into
> > >server: /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so: failed
> > >to map segment from shared object: Permission denied
> > >   [FAILED]
> 
> > >The permissions on jrun (yes i need to update that jrun and will) are
> > >755 (-rwxr-xr-x) owner and group are both cfmx
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186203
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: copy directory

2004-12-03 Thread Rick Root
For what it's worth, I also wrote a deleteDirectory() UDF that deletes a 
directory and all its contents, based on the same code.

Thanks a ton, Martin!

http://www.webworksllc.com/lib/copyDirectory.txt
http://www.webworksllc.com/lib/deleteDirectory.txt

  - Rick

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186202
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: copy directory

2004-12-03 Thread Rick Root
For what it's worth, I also wrote a deleteDirectory() UDF that deletes a 
directory and all its contents, based on the same code.

Thanks a ton, Martin!

http://www.webworksllc.com/lib/copyDirectory.txt
http://www.webworksllc.com/lib/deleteDirectory.txt

  - Rick

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186201
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Preserve Leading 0's question in cfoutput.

2004-12-03 Thread Dawson, Michael
If this is a DB2 database, you can use the DIGITS() function to add the
leading zeros.

I'm sure, by now, that someone else has given the solution, but I
thought I'd mention it anyway.

M!ke 

-Original Message-
From: Jeff Waris [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 03, 2004 3:50 PM
To: CF-Talk
Subject: Preserve Leading 0's question in cfoutput.

Here's an interesting one...

I have a text field in a database that contains numbers because of a
need to PRESERVE leading 0's i.e.
0001234
0123
12300

Using a regular query, pulling the numbers OUT of the database DROPS the
leading 0's in the cfoutput. Almost like cold fusion is treating it as a
number not a text field. Is there any way to preserve those leading 0's
inside a CFoutput??

Thanks..

Jeff




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186200
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: copy directory

2004-12-03 Thread Rick Root
Martin Parry wrote:

> Here's a piece of code I wrote to do just that.. Note There's a module
> called act_make_folder - You just need to replace that with your own
> code to make the destination folder. Call it as a Customtag or CFModule
> passing the source and destination.

Martin, that's great.. that was very helpful.  Your code copies the 
contents of a source directory to a desintation directory.  My goal was 
to copy the actual directory AND its contents...

I re-wrote your code as a UDF, and added a parameter that actually 
allows the same function to accomplish both goals.  By default, it will 
copy the directory AND its contents to an existing destination directory...

The rewritten code is available here:

http://www.webworksllc.com/lib/copyDirectory.txt

If anyone wants it... maybe I should submit it to cflib since there is 
no such function on there right now that I could find.

  - Rick


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186199
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Will Tomlinson
I've used both, and personally I like TinyMCE the best. It's just too easy to 
implement. 

Plus, one of my clients kinda looked at me funny when I said "FCKEditor"

:)

THE GAME!

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186198
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Installing CFMX on Mac OS X (root user?)

2004-12-03 Thread Jeff Small
> Looks like you deployed your WAR to the wrong directory.
>
> The directory tree should be:
>
> /Applications
>/JRun4
>/servers
>/default
>/SERVER-INF
>/cfusion <-- expand cfusion.war into here
>/META-INF
>/WEB-INF
>/cfdocs
>/CFIDE
>/administrator
>...
>/CFIDE <-- expand rds.war into here
>/META-INF
>/WEB-INF
>rds.properties
>
> You'll probably be better off deleting the whole JRun install and
> starting over now since you've got a bunch of directories to clean
> up...

That's exactly what I'm going to do tonight. I'm keeping this most excellent
directory structure above and taping it beside my monitor while I'm working.
I think I'm getting the hang of it. I got a couple of O'Reilly Unix/MaxOSx
books on the way home, and I'm pouring over them this weekend.

While it kinda sucks to do, and seems really tedious, the cool part about it
is that it's fairly addictive because you're learning cool stuff...or so it
seems. I'm really getting into it, from a "this is a cool learning
experience" standpoint.



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186197
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: HTM vs CFM Pages

2004-12-03 Thread Claude Schneegans
>>Is there any advantage or disadvantage to naming these pages with a HTM
extension rather than a CFM extension?

For the first request to the page, the difference is probabily not significant, 
for any subsequent call however, the HTML page will come directly from the 
client's cache, then much faster.

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.



~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186196
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: HTM vs CFM Pages

2004-12-03 Thread Claude Schneegans
>>that speed penalty only occurs in the firts load page right? After
that the "compiled" class file will load very fast... right?

Yes, but the same thing is true for a plain HTML file, since it will be read 
from the client's cache, it will be even faster.


--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.



~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186195
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Browser Stats (stirring the pot)

2004-12-03 Thread Ian Skinner
We have been getting stats like these since we started tracking three months 
ago.
 1.  Netscape 7.x 2,265 1,613.60 -67   61.43% 
 2.  Unknown 860 598.40 +142   23.33% 
 3.  MSIE 6.x 295 510.40 -112   8.00% 
 4.  AOL 9.x 89 44.50 -3   2.41% 
 5.  Netscape 4.x 69 28.00 -19   1.87% 
 6.  Firefox 22 13.67 +3   0.60% 
 7.  Netscape 2.x 20 17.50 -12   0.54% 
 8.  MSIE 5.0x 19 26.75 -7   0.52% 
 9.  MSIE 5.5 10 36.25 -20   0.27% 
 10.  AOL 7.x 6 13.25 -33   0.16% 
 11.  Netscape 4.7 6 1.75 +5   0.16% 
 12.  Netscape 3.x 6 7.75 0   0.16% 
 13.  AOL 5.x 6 7.00 0   0.16% 
 14.  WebTV 2.x 4 - +4   0.11% 
 15.  MSIE 4.x 4 4.00 -2   0.11% 
 16.  Safari 1.x 3 1.50 0   0.08% 
 17.  MSIE 3.x 1 - +1   0.03% 
 18.  Avant 1 0.50 0   0.03% 
 19.  Netscape 4.5 1 1.25 0   0.03% 

There is probably something wrong here, or we are getting visited by some very 
dedicated Anti-IE users.  But, I think you are correct in the IE is slipping 
and if they don't come up with a major upgrade not involving a new OS, I see 
the trend continuing.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
- Cynthia Dunning



Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186194
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


SOT: Browser Stats (stirring the pot)

2004-12-03 Thread Rob
This is pretty interesting...

2004 | IE 6   |IE 5   | O 7  |  Moz |NN 3  |NN 4   | NN 7
December | 68.0% | 4.9% | 2.2%| 19.9% | 0.2% |  0.2%| 1.2%
November  | 68.5%|  5.0%| 2.2%| 19.3% | 0.2% |  0.2%| 1.2%

IE~ 73%
Moz ~ 20%

http://www.w3schools.com/browsers/browsers_stats.asp


You cannot - as a web developer - rely only on statistics. Statistics
can often be misleading.
...
(The statistics above are extracted from W3Schools' log-files, but we
are also monitoring other sources around the Internet to assure the
quality of these figures)


Farther cry from 90% now hehehe

I wonder if that means the people who said "we are only going after
the major browser ... insert something about strategic alignment..."
are now seeing a 20% reduction in sales...

-- 
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org
~open source xslt IDE~
http://treebeard.sourceforge.net
~open source XML database~
http://ashpool.sourceforge.net

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186193
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX and Fedora Core 3

2004-12-03 Thread Simeon Bateman
When I did an install of cfmx on JRun on fc3 last week, I ran into
this same error.

It has to do with the SElinux that is implemented in fc3.  I only know
how to change it via the gui, but if you go into the system security
menu, under system settings there is a tab for SELinux.  You can
unckeck the top two boxes and reboot.

SELinux creates many restrictions on what apache has access to in the
hopes of create a more secure server.  I believe that in the attempt,
the lock down where it can access files from.

Anyhow.  It worked for me. YMMV.

Good Luck,
simeon


On Fri, 3 Dec 2004 16:32:05 -0500, Steven Erat <[EMAIL PROTECTED]> wrote:
> I reinstalled CFMX having where the user was set to "cfmx".  This worked for
> me.  Note permission on mod_jrun20.so has user/group root/root, whereas you
> mentioned that you have cfmx/cfmx.
> 
> Here's the permissions and wsconfig log...
> 
> [EMAIL PROTECTED] wsconfig]# ls -laR 1
> 1:
> total 104
> drwxrwxrwx  2 root   root4096 Dec  3 16:12 .
> drwxr-xr-x  3 root   root4096 Dec  3 16:12 ..
> -rw-r--r--  1 apache apache29 Dec  3 16:12 jrunserver.store
> -rwxr-xr-x  1 root   root   64117 Jul 18  2003 mod_jrun20.so
> -rw-r--r--  1 root   root 272 Dec  3 16:12 README.txt
> 
> [EMAIL PROTECTED] wsconfig]# cat wsconfig.log
> # Created by JRun on 12/03 16:11:52
> 12/03 16:11:52 info Macromedia JRun 4 (Build 63961)
> 12/03 16:12:29 info Using Apache control script /usr/sbin/apachectl
> 12/03 16:12:32 info Detected Red Hat Linux release 7 or lower
> 12/03 16:12:32 info Using Apache binary /usr/sbin/httpd
> 12/03 16:12:32 info Server version: Apache/2.0.52
> 12/03 16:12:32 info Restarted Apache server
> 
> -Steven Erat
> 
> 
> 
> 
> > Although Fedora Core 3 is not an officially supported OS for
> > CFMX, I currently use FC3 with CFMX 6.1 and Apache 20.52 on
> > my laptop.  I use the default user account, nobody.  I can
> > test some other non-privileged user later, as you are doing.
> > During the FC3 install, under the package list with gcc, I
> > chose all the compat-x libraries, so that might make a
> > difference.  Try installing them from the CD/DVD out of the
> > SRPMS directory.
> >
> > Steven Erat
> >
> 
> > > I haven't had any problems installing before and I've installed on
> > > Fedora before as well but lately, I can't get MX installed on FC
> > > test3 without this problem...
> > >
> > >Once CF is installed and i run ./coldfusion start to start the service,
> > >It gets an error during the connector script and kills httpd and won't
> > >start it back
> > >
> > >If I try to start httpd back manually i get the following
> > >
> > >Cannot load /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so into
> > >server: /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so: failed
> > >to map segment from shared object: Permission denied
> > >   [FAILED]
> 
> > >The permissions on jrun (yes i need to update that jrun and will) are
> > >755 (-rwxr-xr-x) owner and group are both cfmx
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186192
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Regex help CF REGEX Guru's please.

2004-12-03 Thread Ian Skinner
I am getting a ColdFusion error trying to use my favorite RegEx E-mail 
validation.  I have always used this expression client side in JS, I am not 
trying to use this in ColdFusion for the first time.  I assume I am running 
into the problem of ColdFusion's limited RegEx support, but I am not sure.  If 
not, why am I getting this error?  If so, is there anything I can do about it?

Here is the error description:
Malformed regular expression 
"^((?>[a-zA-Z\d!#$%&'*+\-/=?^_`{|}~]+\x20*|"((?=[\x01-\x7f])[^"\\]|\\[\x01-\x7f])*"\x20*)*(?<))?((?!\.)(?>\.?[a-zA-Z\d!#$%&'*+\-/=?^_`{|}~]+)+|"((?=[\x01-\x7f])[^"\\]|\\[\x01-\x7f])*")@(((?!-)[a-zA-Z\d\-]+(?)$".
 
Reason: Sequence (?>...) not recognized.   ColdFusion cannot determine the line 
of the template that caused this error. This is often caused by an error in the 
exception handling subsystem. 

Thank You

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186191
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Preserve Leading 0's question in cfoutput.

2004-12-03 Thread Martin Parry
In the query - try concatenating an x with the textnumber field so the
results set would contain x0012345,x00123 then in the cfoutput use
mid(qdfResult.textnumber, 2, 9)

I think SQL would look like..  SELECT 'x' & textnumber as NewTextNumber

Martin.

-Original Message-
From: Jeff Waris [mailto:[EMAIL PROTECTED] 
Sent: 03 December 2004 22:21
To: CF-Talk
Subject: RE: Preserve Leading 0's question in cfoutput.

I tried varchar, nvarchar and char in MS SQL. The DB all shows the 0's.
The
cfoutput removes the 0's. I even tried the SET like below as well. Still
trims the 0's... I'm pulling my hair out...

Jeff 

> -Original Message-
> From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 03, 2004 5:10 PM
> To: CF-Talk
> Subject: Re: Preserve Leading 0's question in cfoutput.
> 
> 
> maybe.  Did you try this:
> 
> 
> 
> 
> On Fri, 3 Dec 2004 16:58:42 -0500, Jeff Waris 
> <[EMAIL PROTECTED]> wrote:
> > Would a cfset giving the variable a more friendly name be 
> considered 
> > arithmatic and trim the 0's?
> > 
> > i.e.
> > 
> > 
> > Jeff
> > 
> -- 
> Barney Boisvert
> [EMAIL PROTECTED]
> 360.319.6145
> http://www.barneyb.com/blog/
> 
> 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186190
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Preserve Leading 0's question in cfoutput.

2004-12-03 Thread Martin Parry
If you do a CFDUMP of the result set, are the leading zeros in there ? 

If so, you could then use:-
#RIGHT(numberformat(qdfResult.numberfield, "000"),
len(qdfResult.numberfield ))#

So 00012345 would work the same as 0012 would as you would know how many
zeros to pad by. Maybe :s

Martin

-Original Message-
From: Jeff Waris [mailto:[EMAIL PROTECTED] 
Sent: 03 December 2004 22:23
To: CF-Talk
Subject: RE: Preserve Leading 0's question in cfoutput.

The numbers are not fixed length.
 

> -Original Message-
> From: Martin Parry [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 03, 2004 5:09 PM
> To: CF-Talk
> Subject: RE: Preserve Leading 0's question in cfoutput.
> 
> 
> You could always use #numberformat(qdfResult.numberfield, "000")#
> 
> Martin Parry
> http://www.beetrootstreet.co.uk
> 
> -Original Message-
> From: Jeff Waris [mailto:[EMAIL PROTECTED] 
> Sent: 03 December 2004 21:50
> To: CF-Talk
> Subject: Preserve Leading 0's question in cfoutput.
> 
> Here's an interesting one...
> 
> I have a text field in a database that contains numbers 
> because of a need to PRESERVE leading 0's i.e. 0001234 0123 12300
> 
> Using a regular query, pulling the numbers OUT of the 
> database DROPS the leading 0's in the cfoutput. Almost like 
> cold fusion is treating it as a number not a text field. Is 
> there any way to preserve those leading 0's inside a CFoutput??
> 
> Thanks..
> 
> Jeff
> 
> 
> 
> 
> 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186189
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Preserve Leading 0's question in cfoutput.

2004-12-03 Thread Jeff Waris
The numbers are not fixed length.
 

> -Original Message-
> From: Martin Parry [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 03, 2004 5:09 PM
> To: CF-Talk
> Subject: RE: Preserve Leading 0's question in cfoutput.
> 
> 
> You could always use #numberformat(qdfResult.numberfield, "000")#
> 
> Martin Parry
> http://www.beetrootstreet.co.uk
> 
> -Original Message-
> From: Jeff Waris [mailto:[EMAIL PROTECTED] 
> Sent: 03 December 2004 21:50
> To: CF-Talk
> Subject: Preserve Leading 0's question in cfoutput.
> 
> Here's an interesting one...
> 
> I have a text field in a database that contains numbers 
> because of a need to PRESERVE leading 0's i.e. 0001234 0123 12300
> 
> Using a regular query, pulling the numbers OUT of the 
> database DROPS the leading 0's in the cfoutput. Almost like 
> cold fusion is treating it as a number not a text field. Is 
> there any way to preserve those leading 0's inside a CFoutput??
> 
> Thanks..
> 
> Jeff
> 
> 
> 
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186188
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: copy directory

2004-12-03 Thread Martin Parry
Here's a piece of code I wrote to do just that.. Note There's a module
called act_make_folder - You just need to replace that with your own
code to make the destination folder. Call it as a Customtag or CFModule
passing the source and destination.

Martin Parry
http://www.beetrootstreet.com







































   




-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: 03 December 2004 17:34
To: CF-Talk
Subject: copy directory

Is it possible to copy a directory and all its contents without using 
cfexecute?



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186187
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Preserve Leading 0's question in cfoutput.

2004-12-03 Thread Jeff Waris
I tried varchar, nvarchar and char in MS SQL. The DB all shows the 0's. The
cfoutput removes the 0's. I even tried the SET like below as well. Still
trims the 0's... I'm pulling my hair out...

Jeff 

> -Original Message-
> From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 03, 2004 5:10 PM
> To: CF-Talk
> Subject: Re: Preserve Leading 0's question in cfoutput.
> 
> 
> maybe.  Did you try this:
> 
> 
> 
> 
> On Fri, 3 Dec 2004 16:58:42 -0500, Jeff Waris 
> <[EMAIL PROTECTED]> wrote:
> > Would a cfset giving the variable a more friendly name be 
> considered 
> > arithmatic and trim the 0's?
> > 
> > i.e.
> > 
> > 
> > Jeff
> > 
> -- 
> Barney Boisvert
> [EMAIL PROTECTED]
> 360.319.6145
> http://www.barneyb.com/blog/
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186186
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: DateFormating in SQL Server

2004-12-03 Thread S . Isaac Dealey
unfortunately user-defined functions weren't available with SQL Server
until SQL 2000 / version 8 ... afaik all those functions are available
in sql 7, so you can write them into your sql query, you just can't
encapsulate them in a function without upgrading.

> How do I create this in SQL Server 7.0? I tried creating
> it and got errors..

> Server: Msg 170, Level 15, State 1, Line 2
> Line 2: Incorrect syntax near 'function'.
> Server: Msg 178, Level 15, State 1, Line 7
> A RETURN statement with a return status can only be used
> in a stored procedure.

> If I can get this to work that would be awesome!

> Brook


> At 01:05 PM 12/3/2004, you wrote:
>> > If I have a SQl Server datetime field, and I want to
>> > return it like
>> > 'mm/dd/yy', is there a function I can use in the select
>> > statement to do this?
>>
>> > Brook
>>
>>afaik not a simple one...
>>
>>you can however hack a few of them together or create a
>>udf in sql
>>server to do this:
>>
>>create function dbo.mydate
>>   @mydate datetime
>>as
>>
>>return replace(str(month(mydate),2,0),' ','0')
>> + replace(str(day(mydate),2,0),' ','0')
>> + right(str(year(mydate),4,0),2)
>>go
>>
>>
>>or something to that effect...
>>
>>str() formats a number as a string (think numberformat but
>>not nearly
>>as powerful), day(), month() and year() return the numbers
>>from your
>>date...
>>
>>
>>s. isaac dealey   954.927.5117
>>
>>new epoch : isn't it time for a change?
>>
>>add features without fixtures with
>>the onTap open source framework
>>http://www.sys-con.com/story/?storyid=44477&DE=1
>>http://www.sys-con.com/story/?storyid=45569&DE=1
>>http://www.fusiontap.com
>>
>>
>>
>>
>>

> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186185
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Preserve Leading 0's question in cfoutput.

2004-12-03 Thread Martin Parry
You could always use #numberformat(qdfResult.numberfield, "000")#

Martin Parry
http://www.beetrootstreet.co.uk

-Original Message-
From: Jeff Waris [mailto:[EMAIL PROTECTED] 
Sent: 03 December 2004 21:50
To: CF-Talk
Subject: Preserve Leading 0's question in cfoutput.

Here's an interesting one...

I have a text field in a database that contains numbers because of a
need to
PRESERVE leading 0's
i.e.
0001234
0123
12300

Using a regular query, pulling the numbers OUT of the database DROPS the
leading 0's in the cfoutput. Almost like cold fusion is treating it as a
number not a text field. Is there any way to preserve those leading 0's
inside a CFoutput??

Thanks..

Jeff




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186184
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Preserve Leading 0's question in cfoutput.

2004-12-03 Thread Barney Boisvert
maybe.  Did you try this:




On Fri, 3 Dec 2004 16:58:42 -0500, Jeff Waris <[EMAIL PROTECTED]> wrote:
> Would a cfset giving the variable a more friendly name be considered
> arithmatic and trim the 0's?
> 
> i.e.
> 
> 
> Jeff
> 
-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/blog/

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186183
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Preserve Leading 0's question in cfoutput.

2004-12-03 Thread Jeff Waris
Would a cfset giving the variable a more friendly name be considered
arithmatic and trim the 0's?

i.e.


Jeff


> -Original Message-
> From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 03, 2004 4:54 PM
> To: CF-Talk
> Subject: Re: Preserve Leading 0's question in cfoutput.
> 
> 
> You running them through a QofQ, by chance?  Or doing any 
> arithmetic with them?  Because CF shouldn't strip the zeros 
> unless it's converting them to numbers, and it shouldn't do 
> that unless it actually needs to.
> 
> cheers,
> barneyb
> 
> On Fri, 3 Dec 2004 16:49:36 -0500, Jeff Waris 
> <[EMAIL PROTECTED]> wrote:
> > Here's an interesting one...
> > 
> > I have a text field in a database that contains numbers 
> because of a 
> > need to PRESERVE leading 0's i.e.
> > 0001234
> > 0123
> > 12300
> > 
> > Using a regular query, pulling the numbers OUT of the 
> database DROPS 
> > the leading 0's in the cfoutput. Almost like cold fusion is 
> treating 
> > it as a number not a text field. Is there any way to preserve those 
> > leading 0's inside a CFoutput??
> > 
> > Thanks..
> > 
> > Jeff
> 
> -- 
> Barney Boisvert
> [EMAIL PROTECTED]
> 360.319.6145
> http://www.barneyb.com/blog/
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186182
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Preserve Leading 0's question in cfoutput.

2004-12-03 Thread Barney Boisvert
You running them through a QofQ, by chance?  Or doing any arithmetic
with them?  Because CF shouldn't strip the zeros unless it's
converting them to numbers, and it shouldn't do that unless it
actually needs to.

cheers,
barneyb

On Fri, 3 Dec 2004 16:49:36 -0500, Jeff Waris <[EMAIL PROTECTED]> wrote:
> Here's an interesting one...
> 
> I have a text field in a database that contains numbers because of a need to
> PRESERVE leading 0's
> i.e.
> 0001234
> 0123
> 12300
> 
> Using a regular query, pulling the numbers OUT of the database DROPS the
> leading 0's in the cfoutput. Almost like cold fusion is treating it as a
> number not a text field. Is there any way to preserve those leading 0's
> inside a CFoutput??
> 
> Thanks..
> 
> Jeff

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/blog/

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186181
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Preserve Leading 0's question in cfoutput.

2004-12-03 Thread Jeff Waris
Here's an interesting one...

I have a text field in a database that contains numbers because of a need to
PRESERVE leading 0's
i.e.
0001234
0123
12300

Using a regular query, pulling the numbers OUT of the database DROPS the
leading 0's in the cfoutput. Almost like cold fusion is treating it as a
number not a text field. Is there any way to preserve those leading 0's
inside a CFoutput??

Thanks..

Jeff


~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186180
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Multiple http calls not working

2004-12-03 Thread Andrew Spear
That's what I'm doing.  I've even taken the image path that is cfoutputed and 
hardcoded it in the CFHTTP to make sure the path was ok - and it downloads 
fine.  I might as well post the code.  You'll just have to change the URL param 
in the first CFHTTP call and the SaveToDir var.

http://"; method="GET" resolveurl="Yes" />



 



  


]+>",TheLine,LinNum,"true")>


ImgTag  = 
Mid(TheLine,ImgPos.Pos[1],ImgPos.Len[1]);
ImgSource   = REFindNoCase("src[ ]?=[ 
]?([\'""]([^\'""]+)[\'""]|([^\s]))",ImgTag,1,"true");
ImgSource   = 
Mid(ImgTag,ImgSource.Pos[3],ImgSource.Len[3]);
ImgSource   = 
ReplaceNoCase(ImgSource,'../','','all');  


#ImgSource#

http://localhost/cf/images/#ListLast(ImgSource,"/")#","all")>
Error













>Are you sure they're running?  What if you put a CFOUTPUT before each
>CFHTTP that lists the image that it's about to download?
>
>cheers,
>barneyb
>
>On Fri, 03 Dec 2004 16:34:26 -0400, Andrew Spear
><[EMAIL PROTECTED]> wrote:
>-- 
>Barney Boisvert
>[EMAIL PROTECTED]
>360.319.6145
>http://www.barneyb.com/blog/

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186179
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Multiple http calls not working

2004-12-03 Thread Andrew Spear
That's what I'm doing.  I've even taken the image path that is cfoutputed and 
hardcoded it in the CFHTTP to make sure the path was ok - and it downloads 
fine.  I might as well post the code.  You'll just have to change the URL param 
in the first CFHTTP call and the SaveToDir var.

http://inside.boeing.com"; method="GET" resolveurl="Yes" />



 



  


]+>",TheLine,LinNum,"true")>


ImgTag  = 
Mid(TheLine,ImgPos.Pos[1],ImgPos.Len[1]);
ImgSource   = REFindNoCase("src[ ]?=[ 
]?([\'""]([^\'""]+)[\'""]|([^\s]))",ImgTag,1,"true");
ImgSource   = 
Mid(ImgTag,ImgSource.Pos[3],ImgSource.Len[3]);
ImgSource   = 
ReplaceNoCase(ImgSource,'../','','all');  


#ImgSource#

http://localhost/cf/images/#ListLast(ImgSource,"/")#","all")>
Error













>Are you sure they're running?  What if you put a CFOUTPUT before each
>CFHTTP that lists the image that it's about to download?
>
>cheers,
>barneyb
>
>On Fri, 03 Dec 2004 16:34:26 -0400, Andrew Spear
><[EMAIL PROTECTED]> wrote:
>-- 
>Barney Boisvert
>[EMAIL PROTECTED]
>360.319.6145
>http://www.barneyb.com/blog/

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186178
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: DateFormating in SQL Server

2004-12-03 Thread Mark Wimer
You want the Convert function. Try these:


SELECT  convert(varchar, myColumn, 106) as TheDate FROM Tablename

SELECT  convert(varchar, myColumn, 101) as TheDate FROM Tablename


Mark



|-+>
| |   Brook Davies |
| |   <[EMAIL PROTECTED]|
| |   dia.com> |
| ||
| |   12/03/2004 03:56 |
| |   PM   |
| |   Please respond to|
| |   cf-talk  |
| ||
|-+

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186177
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Multiple http calls not working

2004-12-03 Thread Barney Boisvert
Are you sure they're running?  What if you put a CFOUTPUT before each
CFHTTP that lists the image that it's about to download?

cheers,
barneyb

On Fri, 03 Dec 2004 16:34:26 -0400, Andrew Spear
<[EMAIL PROTECTED]> wrote:
> I forgot to mention that the subsequent CFHTTP calls don't error out, they 
> just don't download the image.
> 
> > I have some code that basically loops over some content and on each
> > iteration finds an image tag and then makes a CFHTTP call to download
> > that image.  The problem is that only the first CFHTTP call in the
> > loop successfully downloads an image.  Are there any known issues with
> > making mulitple CFHTTP calls in a row?  I'm on MX 6.1 and can post the
> > code if needed.
> 
-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/blog/

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186176
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Multiple http calls not working

2004-12-03 Thread Andrew Spear
I forgot to mention that the subsequent CFHTTP calls don't error out, they just 
don't download the image.

> I have some code that basically loops over some content and on each 
> iteration finds an image tag and then makes a CFHTTP call to download 
> that image.  The problem is that only the first CFHTTP call in the 
> loop successfully downloads an image.  Are there any known issues with 
> making mulitple CFHTTP calls in a row?  I'm on MX 6.1 and can post the 
> code if needed.

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186175
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX and Fedora Core 3

2004-12-03 Thread Steven Erat
I reinstalled CFMX having where the user was set to "cfmx".  This worked for
me.  Note permission on mod_jrun20.so has user/group root/root, whereas you
mentioned that you have cfmx/cfmx.

Here's the permissions and wsconfig log...

[EMAIL PROTECTED] wsconfig]# ls -laR 1
1:
total 104
drwxrwxrwx  2 root   root4096 Dec  3 16:12 .
drwxr-xr-x  3 root   root4096 Dec  3 16:12 ..
-rw-r--r--  1 apache apache29 Dec  3 16:12 jrunserver.store
-rwxr-xr-x  1 root   root   64117 Jul 18  2003 mod_jrun20.so
-rw-r--r--  1 root   root 272 Dec  3 16:12 README.txt

[EMAIL PROTECTED] wsconfig]# cat wsconfig.log
# Created by JRun on 12/03 16:11:52
12/03 16:11:52 info Macromedia JRun 4 (Build 63961)
12/03 16:12:29 info Using Apache control script /usr/sbin/apachectl
12/03 16:12:32 info Detected Red Hat Linux release 7 or lower
12/03 16:12:32 info Using Apache binary /usr/sbin/httpd
12/03 16:12:32 info Server version: Apache/2.0.52
12/03 16:12:32 info Restarted Apache server


-Steven Erat


> Although Fedora Core 3 is not an officially supported OS for 
> CFMX, I currently use FC3 with CFMX 6.1 and Apache 20.52 on 
> my laptop.  I use the default user account, nobody.  I can 
> test some other non-privileged user later, as you are doing.  
> During the FC3 install, under the package list with gcc, I 
> chose all the compat-x libraries, so that might make a 
> difference.  Try installing them from the CD/DVD out of the 
> SRPMS directory.  
> 
> Steven Erat
> 

> > I haven't had any problems installing before and I've installed on
> > Fedora before as well but lately, I can't get MX installed on FC
> > test3 without this problem...
> >
> >Once CF is installed and i run ./coldfusion start to start the service,
> >It gets an error during the connector script and kills httpd and won't
> >start it back
> >
> >If I try to start httpd back manually i get the following
> >
> >Cannot load /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so into
> >server: /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so: failed
> >to map segment from shared object: Permission denied
> >   [FAILED]

> >The permissions on jrun (yes i need to update that jrun and will) are
> >755 (-rwxr-xr-x) owner and group are both cfmx

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186174
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: DateFormating in SQL Server

2004-12-03 Thread Brook Davies
How do I create this in SQL Server 7.0? I tried creating it and got errors..

Server: Msg 170, Level 15, State 1, Line 2
Line 2: Incorrect syntax near 'function'.
Server: Msg 178, Level 15, State 1, Line 7
A RETURN statement with a return status can only be used in a stored procedure.

If I can get this to work that would be awesome!

Brook


At 01:05 PM 12/3/2004, you wrote:
> > If I have a SQl Server datetime field, and I want to
> > return it like
> > 'mm/dd/yy', is there a function I can use in the select
> > statement to do this?
>
> > Brook
>
>afaik not a simple one...
>
>you can however hack a few of them together or create a udf in sql
>server to do this:
>
>create function dbo.mydate
>   @mydate datetime
>as
>
>return replace(str(month(mydate),2,0),' ','0')
> + replace(str(day(mydate),2,0),' ','0')
> + right(str(year(mydate),4,0),2)
>go
>
>
>or something to that effect...
>
>str() formats a number as a string (think numberformat but not nearly
>as powerful), day(), month() and year() return the numbers from your
>date...
>
>
>s. isaac dealey   954.927.5117
>
>new epoch : isn't it time for a change?
>
>add features without fixtures with
>the onTap open source framework
>http://www.sys-con.com/story/?storyid=44477&DE=1
>http://www.sys-con.com/story/?storyid=45569&DE=1
>http://www.fusiontap.com
>
>
>
>
>

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186173
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Multiple http calls not working

2004-12-03 Thread Andrew Spear
I have some code that basically loops over some content and on each iteration 
finds an image tag and then makes a CFHTTP call to download that image.  The 
problem is that only the first CFHTTP call in the loop successfully downloads 
an image.  Are there any known issues with making mulitple CFHTTP calls in a 
row?  I'm on MX 6.1 and can post the code if needed.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186172
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Rob
well if you don't advertise with them either then strike the sponsor
part - if you do that's what I mean by sponsor.


On Fri, 3 Dec 2004 16:08:53 -0500, Joe Rinehart <[EMAIL PROTECTED]> wrote:
> Hey Rob,
> 
> I'm not sure what the actual process is to get nominated, but I'm not
> one of their sponsors and I'm somehow nominated for a set of custom
> tags I put out.
> 
> -joe
> 
> 
> 
> 
> On Fri, 3 Dec 2004 11:07:18 -0800, Rob <[EMAIL PROTECTED]> wrote:
> > I can't see how it could be the best if it only works with IE - thing
> > about the XXDJ votes I've noticed is you can only vote for ones they
> > let you, you cant write in anything you want, so its really a bogus
> > award - only open to thier sponsors I think.
> >
> >
> >
> > On Fri, 3 Dec 2004 13:55:02 -0500, Rick Mason <[EMAIL PROTECTED]> wrote:
> > > Stuart,
> > >
> > > SiteObjects has a free version of their SO_Editor which I believe the
> > > readers of CFDJ voted best overall last year.  Only works in IE though
> > > at present.
> > >
> > > www.siteobjects.com
> > >
> > > Rick Mason
> > >
> > >
> > >
> > >
> > > On Fri,  3 Dec 2004 11:55:13 -0500, Stuart Kidd <[EMAIL PROTECTED]> wrote:
> > > > Hi guys,
> > > >
> > > > I know there is Elektron's EWebEditPro which on last look was pretty 
> > > > good, but i'm wondering if anyone has used any of the free ones.
> > > >
> > > > I saw the HTMLarea one, has anyone had good experiences with it?
> > > >
> > > > I just need it really to do tables, bullet points, bolding, italics etc.
> > > >
> > > > Thanks,
> > > >
> > > > Saturday
> > > >
> > > >
> > >
> > >
> >
> >
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186171
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Rick Root
dave wrote:

> personally i think u should check out tinymce its incredibly easy to use 
> compared to fck and works great in all browsers

One of the things I really like about fck is the way they've built their 
image and link dialogs to include the ability to upload a new 
files/images and to browse a server directory for images... asking 
clients to enter the URL of an image is beyond their understanding, more 
often than not.

  - Rick


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186170
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Joe Rinehart
Hey Rob,

I'm not sure what the actual process is to get nominated, but I'm not
one of their sponsors and I'm somehow nominated for a set of custom
tags I put out.

-joe



On Fri, 3 Dec 2004 11:07:18 -0800, Rob <[EMAIL PROTECTED]> wrote:
> I can't see how it could be the best if it only works with IE - thing
> about the XXDJ votes I've noticed is you can only vote for ones they
> let you, you cant write in anything you want, so its really a bogus
> award - only open to thier sponsors I think.
> 
> 
> 
> On Fri, 3 Dec 2004 13:55:02 -0500, Rick Mason <[EMAIL PROTECTED]> wrote:
> > Stuart,
> >
> > SiteObjects has a free version of their SO_Editor which I believe the
> > readers of CFDJ voted best overall last year.  Only works in IE though
> > at present.
> >
> > www.siteobjects.com
> >
> > Rick Mason
> >
> >
> >
> >
> > On Fri,  3 Dec 2004 11:55:13 -0500, Stuart Kidd <[EMAIL PROTECTED]> wrote:
> > > Hi guys,
> > >
> > > I know there is Elektron's EWebEditPro which on last look was pretty 
> > > good, but i'm wondering if anyone has used any of the free ones.
> > >
> > > I saw the HTMLarea one, has anyone had good experiences with it?
> > >
> > > I just need it really to do tables, bullet points, bolding, italics etc.
> > >
> > > Thanks,
> > >
> > > Saturday
> > >
> > >
> >
> >
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186169
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: DateFormating in SQL Server

2004-12-03 Thread S . Isaac Dealey
> If I have a SQl Server datetime field, and I want to
> return it like
> 'mm/dd/yy', is there a function I can use in the select
> statement to do this?

> Brook

afaik not a simple one...

you can however hack a few of them together or create a udf in sql
server to do this:

create function dbo.mydate
  @mydate datetime
as

return replace(str(month(mydate),2,0),' ','0')
+ replace(str(day(mydate),2,0),' ','0')
+ right(str(year(mydate),4,0),2)
go


or something to that effect...

str() formats a number as a string (think numberformat but not nearly
as powerful), day(), month() and year() return the numbers from your
date...


s. isaac dealey   954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186168
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: sql server: SQLTransaction

2004-12-03 Thread Jochem van Dieten
Bert Dawson wrote:
> I've got a SQL server box that ticks along quite happily at about 15%
> CPU, but occasionally goes up to around 40% and stays there for
> anything up to a minute. During these peaks the jrpp.delayMs can start
> to climb, up to from a few seconds up to hundreds of seconds. I also
> start getting a few timeouts in the application log. (timeout is se to
> 35 seconds)

Do you get the same behaviour when using a manual checkpoint?


> I ran a SQL profile trace and spotted that during the peaks there were
> massive numbers of "SQLTransaction entries": over a 2.5 minute period
> there are ussually about 12 SQLTransactions per second, but this hit a
> maximm of 16283, which sounds like a lot to me!

Are you using client variables?

Jochem

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186167
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread dave
when i use tinymce i just upload the tinymce folder to the root, take out all 
the examples and doc and add the follonig code to the page its used on and it 
applies to all the textareas on the page










thats pretty damn easy!
i cant even mess that up!









-- Original Message --
From: "Damien McKenna" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 3 Dec 2004 15:54:02 -0500

>I second the TinyMCE recommendation.  The developers are constantly
>improving it, and a remarkably fast rate too.
>
>-- 
>Damien McKenna - Web Developer - [EMAIL PROTECTED]
>The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
>"Why are you wearing that stupid man suit?" - Frank
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186166
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Matt Robertson
u... thats a load of horse poop.  There's no installation exe. 
Its a zip file that unzips to a nice big folder tree.

You don't need them to use this app anyway.  Just unzip it to wherever
you want and call the thing.  I put it off my web root in the
/fckeditor/ folder, and pyt the file browsers and uploaders in the
root (protecting them with some security of course).

You can get a working example of all this by downloading ContentMonger
Lite and just looking over the files.  FCKEditor 1.6 is in there. 
I'll plug in 2.0 as soon as  a working file manager connector is
available.


-- 
--Matt Robertson--
President, Janitor
MSB Designs, Inc.
mysecretbase.com

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186165
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Case Sensitive Structures

2004-12-03 Thread S . Isaac Dealey
> Does anyone know of a way to get the key from a structure
> with the case used to create that key?

> For example, if a key was set as myStruct["myKey"], does
> anyone know how to determine that the key was "myKey" (as
> opposed to "MYKEY")?

> Any help would be appreciated.

> Thanks!

> Steve Bryant
> Bryant Web Consulting LLC
> www.BryantWebConsulting.com
> 918-449-9440

I've heard that using array notation preserves the case of structure
keys, i.e. try this sample:


  
  
  

  
#x#
  


I don't think I would rely on that however... A better solution might
be to store the case-sensitive names in a matching structure, i.e.







Admittedly that's not the nicest thing to have to do in the code but
it will work... I would write some functions or a CFC to manage the
data if you really need to preserve the case of these structure keys.


  
  

  


  

  





  

  


  

  


  


The reason for using the variables scope instead of the "this" scope
in this example cfc is to prevent the structures holding your data
from being accessed from outside the CFC. You want to do this to make
sure that the data structure is never populated except by the
setValue() function which will ensure that you have a case-sensitive
value for your key in the key structure.

Let me guess -- you're working with someone else's xml schema and they
validate it as the standard for xml insists being case-sensitive and
they used mixed-case elements and attributes? ... I _LOATHE_ that... I
really think the standard for xml identifiers should have been case
insensitive, but in failing that, when writing a schema people should
pick a case (upper or lower) and stick with it. Few things irk me
more.

hth

s. isaac dealey   954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186164
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread dave
and dont take that wrong, i mean they wont install an exe program thats poorly 
doc'd not that the actual fck is a poor program cause its not


-- Original Message --
From: "dave" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri,  3 Dec 2004 15:50:38 -0500

>personally i think u should check out tinymce its incredibly easy to use 
>compared to fck and works great in all browsers
>
>i never needed an .exe file to run fck so im not sure where that came from and 
>hostmysite.com is a very good host but they wont run a poorly documented 
>program on their shared servers and thats a GOOD thing!
>
>
>
>-- Original Message --
>From: Stuart Kidd <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>Date:  Fri, 03 Dec 2004 20:39:09 +
>
>>I asked my host company if they could use fck but they responded with the
>>below.  Is what they say correct?
>>
>>Ref: 020.com 
>>  
>> Hello Stu,
>>
>>Unfortunately there is very little documentation for this application and
>>the installtion script is built on a .exe file which we cannot install on a
>>shared web server.
>>
>>If you have any further detailed documentaiotn please forward that
>>information to us. But without any additional information we will not be
>>able to install this application.
>>
>>Regards,  
>>Dan Bogart  
>>http://www.HostMySite.com
>>
>>Email: [EMAIL PROTECTED]
>>Technical Support: 877.215.4678
>>Customer Service & Billing Inquiries: 866.916.4678
>>International: 302.731.4948
>>
>>
>>
>>
>>On 3/12/04 8:01 pm, "Matt Robertson" <[EMAIL PROTECTED]> wrote:
>>
>>> Joe,
>>> 
>>> Check out this SourceForge forum thread.  The link to the connector
>>> someone else posted and I hammered at a bit are there.
>>> 
>>> https://sourceforge.net/forum/forum.php?thread_id=1187525&forum_id=379487
>>> 
>>> Any help from anyone is appreciated.  Adam I'll be emailing you
>>> shortly.  Doing 10 things at once at the moment.
>>
>>
>>
>>
>
>

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186163
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


DateFormating in SQL Server

2004-12-03 Thread Brook Davies
If I have a SQl Server datetime field, and I want to return it like 
'mm/dd/yy', is there a function I can use in the select statement to do this?

Brook



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186162
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread dave
although if you use fck with a cfc then u do need to have hostmysite register 
the folder you will use the cfc in

-- Original Message --
From: "Burns, John D" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 3 Dec 2004 15:49:02 -0500

>Why did you ask your hosting company?  There's nothing you need to do to
>"install" it.  You just extract the files to a folder and then set the
>config files.  It's all javascript and CSS.  The CF files just make it
>easy to create an instance of the editor on a page.  I have no clue
>where your host read the info about the exe but they're off based.  Did
>you read up on FCK yourself?  Just download the files and upload them to
>your directory.
>
>John 
>
>-Original Message-
>From: Stuart Kidd [mailto:[EMAIL PROTECTED] 
>Sent: Friday, December 03, 2004 3:39 PM
>To: CF-Talk
>Subject: Re: WYSIWIG web editor for CF (FREE)
>
>I asked my host company if they could use fck but they responded with
>the below.  Is what they say correct?
>
>Ref: 020.com 
>  
> Hello Stu,
>
>Unfortunately there is very little documentation for this application
>and the installtion script is built on a .exe file which we cannot
>install on a shared web server.
>
>If you have any further detailed documentaiotn please forward that
>information to us. But without any additional information we will not be
>able to install this application.
>
>Regards,
>Dan Bogart
>http://www.HostMySite.com
>
>Email: [EMAIL PROTECTED]
>Technical Support: 877.215.4678
>Customer Service & Billing Inquiries: 866.916.4678
>International: 302.731.4948
>
>
>
>
>On 3/12/04 8:01 pm, "Matt Robertson" <[EMAIL PROTECTED]> wrote:
>
>> Joe,
>> 
>> Check out this SourceForge forum thread.  The link to the connector 
>> someone else posted and I hammered at a bit are there.
>> 
>> https://sourceforge.net/forum/forum.php?thread_id=1187525&forum_id=379
>> 487
>> 
>> Any help from anyone is appreciated.  Adam I'll be emailing you 
>> shortly.  Doing 10 things at once at the moment.
>
>
>
>
>
>

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186161
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Damien McKenna
I second the TinyMCE recommendation.  The developers are constantly
improving it, and a remarkably fast rate too.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
"Why are you wearing that stupid man suit?" - Frank
 

> -Original Message-
> From: dave [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 03, 2004 3:51 PM
> To: CF-Talk
> Subject: Re: WYSIWIG web editor for CF (FREE)
> 
> personally i think u should check out tinymce its incredibly 
> easy to use compared to fck and works great in all browsers


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186160
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Damien McKenna
Sounds weird.  There's no reason that *you* couldn't install the
required files yourself on your own account.  Give it a try.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
"Why are you wearing that stupid man suit?" - Frank
 

> -Original Message-
> From: Stuart Kidd [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 03, 2004 3:39 PM
> To: CF-Talk
> Subject: Re: WYSIWIG web editor for CF (FREE)
> 
> I asked my host company if they could use fck but they 
> responded with the below.  Is what they say correct?
> 
> Ref: 020.com 
>   
>  Hello Stu,
> 
> Unfortunately there is very little documentation for this 
> application and the installtion script is built on a .exe 
> file which we cannot install on a shared web server.
> 
> If you have any further detailed documentaiotn please forward 
> that information to us. But without any additional 
> information we will not be able to install this application.
> 
> Regards,
> Dan Bogart
> http://www.HostMySite.com
> 
> Email: [EMAIL PROTECTED]
> Technical Support: 877.215.4678
> Customer Service & Billing Inquiries: 866.916.4678
> International: 302.731.4948


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186159
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread dave
personally i think u should check out tinymce its incredibly easy to use 
compared to fck and works great in all browsers

i never needed an .exe file to run fck so im not sure where that came from and 
hostmysite.com is a very good host but they wont run a poorly documented 
program on their shared servers and thats a GOOD thing!



-- Original Message --
From: Stuart Kidd <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 03 Dec 2004 20:39:09 +

>I asked my host company if they could use fck but they responded with the
>below.  Is what they say correct?
>
>Ref: 020.com 
>  
> Hello Stu,
>
>Unfortunately there is very little documentation for this application and
>the installtion script is built on a .exe file which we cannot install on a
>shared web server.
>
>If you have any further detailed documentaiotn please forward that
>information to us. But without any additional information we will not be
>able to install this application.
>
>Regards,  
>Dan Bogart  
>http://www.HostMySite.com
>
>Email: [EMAIL PROTECTED]
>Technical Support: 877.215.4678
>Customer Service & Billing Inquiries: 866.916.4678
>International: 302.731.4948
>
>
>
>
>On 3/12/04 8:01 pm, "Matt Robertson" <[EMAIL PROTECTED]> wrote:
>
>> Joe,
>> 
>> Check out this SourceForge forum thread.  The link to the connector
>> someone else posted and I hammered at a bit are there.
>> 
>> https://sourceforge.net/forum/forum.php?thread_id=1187525&forum_id=379487
>> 
>> Any help from anyone is appreciated.  Adam I'll be emailing you
>> shortly.  Doing 10 things at once at the moment.
>
>
>
>

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186158
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Burns, John D
Why did you ask your hosting company?  There's nothing you need to do to
"install" it.  You just extract the files to a folder and then set the
config files.  It's all javascript and CSS.  The CF files just make it
easy to create an instance of the editor on a page.  I have no clue
where your host read the info about the exe but they're off based.  Did
you read up on FCK yourself?  Just download the files and upload them to
your directory.

John 

-Original Message-
From: Stuart Kidd [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 03, 2004 3:39 PM
To: CF-Talk
Subject: Re: WYSIWIG web editor for CF (FREE)

I asked my host company if they could use fck but they responded with
the below.  Is what they say correct?

Ref: 020.com 
  
 Hello Stu,

Unfortunately there is very little documentation for this application
and the installtion script is built on a .exe file which we cannot
install on a shared web server.

If you have any further detailed documentaiotn please forward that
information to us. But without any additional information we will not be
able to install this application.

Regards,
Dan Bogart
http://www.HostMySite.com

Email: [EMAIL PROTECTED]
Technical Support: 877.215.4678
Customer Service & Billing Inquiries: 866.916.4678
International: 302.731.4948




On 3/12/04 8:01 pm, "Matt Robertson" <[EMAIL PROTECTED]> wrote:

> Joe,
> 
> Check out this SourceForge forum thread.  The link to the connector 
> someone else posted and I hammered at a bit are there.
> 
> https://sourceforge.net/forum/forum.php?thread_id=1187525&forum_id=379
> 487
> 
> Any help from anyone is appreciated.  Adam I'll be emailing you 
> shortly.  Doing 10 things at once at the moment.





~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186157
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: dynamic table union?

2004-12-03 Thread Barney Boisvert
You've got the right idea.  If a single table is selected, do "SELECT
* FROM #table#".  If the 'all' option is selected, take your list of
tables and do this:





UNION ALL

SELECT * FROM #table#



Note that you CAN'T use CFQUERYPARAM in this situation, so make sure
you protect yourself against injection manually

cheers,
barneyb

On Fri, 3 Dec 2004 15:33:43 -0500, Robert Orlini <[EMAIL PROTECTED]> wrote:
> Is there a way to do a dynamic Union of tables. I a drop-down I would like to 
> have the ability to search one table or have the option of searching ALL the 
> tables.
> 
> I was think of having a count or maybe an array to keep track of the amount 
> of tables and then loop them.
> 
> The code I have now dynamically grabs just one table in the data source and 
> then searches it.
> 
> Anyone know how I can try to implement this if possible? Maybe there is 
> another way I need to know?
> 
> Thanks.
> 
> 
> SELECT * FROM #form.table#
> Where 0 = 0
> 
> Robert O. at HWW
> 
-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/blog/

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186156
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Stuart Kidd
I asked my host company if they could use fck but they responded with the
below.  Is what they say correct?

Ref: 020.com 
  
 Hello Stu,

Unfortunately there is very little documentation for this application and
the installtion script is built on a .exe file which we cannot install on a
shared web server.

If you have any further detailed documentaiotn please forward that
information to us. But without any additional information we will not be
able to install this application.

Regards,  
Dan Bogart  
http://www.HostMySite.com

Email: [EMAIL PROTECTED]
Technical Support: 877.215.4678
Customer Service & Billing Inquiries: 866.916.4678
International: 302.731.4948




On 3/12/04 8:01 pm, "Matt Robertson" <[EMAIL PROTECTED]> wrote:

> Joe,
> 
> Check out this SourceForge forum thread.  The link to the connector
> someone else posted and I hammered at a bit are there.
> 
> https://sourceforge.net/forum/forum.php?thread_id=1187525&forum_id=379487
> 
> Any help from anyone is appreciated.  Adam I'll be emailing you
> shortly.  Doing 10 things at once at the moment.



~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186155
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


dynamic table union?

2004-12-03 Thread Robert Orlini
Is there a way to do a dynamic Union of tables. I a drop-down I would like to 
have the ability to search one table or have the option of searching ALL the 
tables.

I was think of having a count or maybe an array to keep track of the amount of 
tables and then loop them.

The code I have now dynamically grabs just one table in the data source and 
then searches it.

Anyone know how I can try to implement this if possible? Maybe there is another 
way I need to know?

Thanks.


SELECT * FROM #form.table#
Where 0 = 0

Robert O. at HWW


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186154
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Matt Robertson
Joe,

Check out this SourceForge forum thread.  The link to the connector
someone else posted and I hammered at a bit are there.

https://sourceforge.net/forum/forum.php?thread_id=1187525&forum_id=379487

Any help from anyone is appreciated.  Adam I'll be emailing you
shortly.  Doing 10 things at once at the moment.

-- 
--Matt Robertson--
President, Janitor
MSB Designs, Inc.
mysecretbase.com

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186153
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: JRUN Login

2004-12-03 Thread Venable, John
Thanks, that did it. Twas a case-sensitivity issue.

John 

> -Original Message-
> From: Adrocknaphobia [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 03, 2004 2:38 PM
> To: CF-Talk
> Subject: Re: JRUN Login
> 
> You can find out the password in the following XML file.
> 
> \servers\admin\SERVER-INF\jrun-users.xml
> 
> -Adam
> 
> 
> On Fri, 3 Dec 2004 14:25:10 -0500, Venable, John <[EMAIL PROTECTED]> 
> wrote:
> > Hello, I'm new to the world of CFMX on J2EE. I just
> installed CFMX on
> > JRun on my computer, and I want to login to the JRun Admin. It asks 
> > for a username and password. CFMX however only asks you to set a 
> > password. I used "Administrator" and the password I entered for the 
> > CFMX install. No dice. Tried "Admin"/same password, still nothing.
> > What am I missing here? Any suggestions?
> > 
> > Thanks,
> > John Venable
> > 
> > This e-mail, including attachments, is intended for the
> exclusive use
> > of the person or entity to which it is addressed and may contain 
> > confidential or privileged information.  If the reader of
> this e-mail
> > is not the intended recipient or his or her authorized agent, the 
> > reader is hereby notified that any dissemination, distribution or 
> > copying of this e-mail is prohibited.  If you think that you have 
> > received this e-mail in error, please advise the sender by reply 
> > e-mail and then delete this e-mail immediately.
> > 
> > Thank you.  Epilepsy Foundation
> > 
> > 
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186152
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: JRUN Login

2004-12-03 Thread Adrocknaphobia
You can find out the password in the following XML file.

\servers\admin\SERVER-INF\jrun-users.xml

-Adam


On Fri, 3 Dec 2004 14:25:10 -0500, Venable, John <[EMAIL PROTECTED]> wrote:
> Hello, I'm new to the world of CFMX on J2EE. I just installed CFMX on
> JRun on my computer, and I want to login to the JRun Admin. It asks for
> a username and password. CFMX however only asks you to set a password. I
> used "Administrator" and the password I entered for the CFMX install. No
> dice. Tried "Admin"/same password, still nothing. What am I missing
> here? Any suggestions?
> 
> Thanks,
> John Venable
> 
> This e-mail, including attachments, is intended for the exclusive use of
> the person or entity to which it is addressed and may contain
> confidential or privileged information.  If the reader of this e-mail is
> not the intended recipient or his or her authorized agent, the reader is
> hereby notified that any dissemination, distribution or copying of this
> e-mail is prohibited.  If you think that you have received this e-mail
> in error, please advise the sender by reply e-mail and then delete this
> e-mail immediately.
> 
> Thank you.  Epilepsy Foundation
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186151
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Lawrence Ng
I agree. I used to look at siteobjects but its only good for 1 browser
and unless your company standardizes using only IE, then it's fine.

I agree with the voting too. Here locally, we have a home builders
awards but that too is bogus. all builders have to do is to apply and
pay a fee and they are automatically a candidate for "best builder".
People fall for it...

>>> [EMAIL PROTECTED] 12/3/2004 11:07:18 AM >>>
I can't see how it could be the best if it only works with IE - thing
about the XXDJ votes I've noticed is you can only vote for ones they
let you, you cant write in anything you want, so its really a bogus
award - only open to thier sponsors I think.


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186150
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Validating CSV data

2004-12-03 Thread Jon Gunnip
If using a Jar file on your CF server is an options, you might also
want to take a look at the open-source Java libraries for CV Parsing
and Writing at http://ostermiller.org/utils/CSV.html.  The parse()
function in CSVParser throws an IOException if there is an error
parsing.

I use the ExcelCSVPrinter to write Excel compatible CSV's that users
can download.  It is quite handy at taking care of many of the nuances
of CSV, and the code to create the CSV is much cleaner than the
equivalent CF code.

Jon


On Thu, 02 Dec 2004 20:38:34 -0400, Brant Winter <[EMAIL PROTECTED]> wrote:
> That is how I have ended up doing it.
> 
> I created a function to check each field in each row, and create an array of 
> structures. Each array element represents a row in the CSV, if there is an 
> error it populates the structure in the array element that corresponds to the 
>  curren trow of the CSV file. Later I check for structures in the array that 
> are not empty and generate an error report for the failed rows, and suck the 
> rest into the DB.
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186149
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OpenSource Calendar

2004-12-03 Thread dave
the sparksevent calendar works nicely (flash)
heres one im working on

http://www.denveralumnaegpb.com/calendar/index.cfm

reads from a simple xml file made by cfm on the backend 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186148
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


JRUN Login

2004-12-03 Thread Venable, John
Hello, I'm new to the world of CFMX on J2EE. I just installed CFMX on
JRun on my computer, and I want to login to the JRun Admin. It asks for
a username and password. CFMX however only asks you to set a password. I
used "Administrator" and the password I entered for the CFMX install. No
dice. Tried "Admin"/same password, still nothing. What am I missing
here? Any suggestions?

Thanks,
John Venable



This e-mail, including attachments, is intended for the exclusive use of
the person or entity to which it is addressed and may contain
confidential or privileged information.  If the reader of this e-mail is
not the intended recipient or his or her authorized agent, the reader is
hereby notified that any dissemination, distribution or copying of this
e-mail is prohibited.  If you think that you have received this e-mail
in error, please advise the sender by reply e-mail and then delete this
e-mail immediately.

Thank you.  Epilepsy Foundation


~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186147
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Range regex

2004-12-03 Thread Ben Doom
Just out of curiosity, why are you trying to match them as strings?  Why 
not do a numeric comparison?  Is there a piece to this I'm missing?

--Ben

Taco Fleur wrote:
> I want to use regular expressions to check numeric ranges, I have come up
> with the following, and it works, but I was wondering whether there is an
> easier regex that can be constructed, one you look at and go "yes, I see
> that you want to check for a range"...
>  
> 
> Between 25 and 75
> 
>  
> 
> #i# is #yesnoformat( refindnocase( "\b[3-7][0-5]|[3-6][0-9]|2[5-9]\b", i )
> )#
> 
>  
> 
>  
> Also, to construct this regex took me a while, the logic I used to construct
> it was
>  
> - first allow 3 to 7 in the ten range and 0 to 5 in the one range, allowing
> 30,31,32,33,34,35,40,41,42,43,44,45 . 75
> - then allow 3-6 in the ten range and 0 to 9 in the one range, allowing
> 30,31,32,33,34,35,36,36,37,38,39,40,41  69
> - then allow the litteral 2 and 5-9 in the one range, allowing
> 25,26,27,28,29
> Which covers the whole range I want to check for.
>  
> Anyone?


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186146
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Rob
They put out good magazines in my opnion btw (thought I'd clalrify), I
just dont put weight on the awards.

-- 
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org 
~open source xslt IDE~
http://treebeard.sourceforge.net
~open source XML database~
http://ashpool.sourceforge.net

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186145
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Adrocknaphobia
Matt,

I just finished up a file/image manager piece that hooks into Fck for
CF. Drop me a line off-list if your are interested.

-Adam


On Fri, 3 Dec 2004 09:25:23 -0800, Matt Robertson
<[EMAIL PROTECTED]> wrote:
> Actually FCKEditor 2.0, which is in RC1 status, needs a new ColdFusion
> guy.  I've talked with the author and am working with another couple
> of developers on the support forum to build a CF connector for the
> file manager, which there presently isn't one of (well, we have
> something cobbled together as of yesterday but it doesn't quite work
> yet).
> 
> If anyone wants to chip in this is a worthy project for the community
> in general!  Alternatively if you have a connector and want to share
> it, or even want the glory of taking over the CF duties for the
> project, don't be shy!
> 
> --
> --Matt Robertson--
> President, Janitor
> MSB Designs, Inc.
> mysecretbase.com
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186144
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Rob
I can't see how it could be the best if it only works with IE - thing
about the XXDJ votes I've noticed is you can only vote for ones they
let you, you cant write in anything you want, so its really a bogus
award - only open to thier sponsors I think.

On Fri, 3 Dec 2004 13:55:02 -0500, Rick Mason <[EMAIL PROTECTED]> wrote:
> Stuart,
> 
> SiteObjects has a free version of their SO_Editor which I believe the
> readers of CFDJ voted best overall last year.  Only works in IE though
> at present.
> 
> www.siteobjects.com
> 
> Rick Mason
> 
> 
> 
> 
> On Fri,  3 Dec 2004 11:55:13 -0500, Stuart Kidd <[EMAIL PROTECTED]> wrote:
> > Hi guys,
> >
> > I know there is Elektron's EWebEditPro which on last look was pretty good, 
> > but i'm wondering if anyone has used any of the free ones.
> >
> > I saw the HTMLarea one, has anyone had good experiences with it?
> >
> > I just need it really to do tables, bullet points, bolding, italics etc.
> >
> > Thanks,
> >
> > Saturday
> >
> >
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186143
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFChart Problem

2004-12-03 Thread Douglas Knudsen
maybe something to do with the /cfide  mapp/virtualdir.  What
webserver?  Make sure the settings are the same for /cfide


Doug


On Fri, 03 Dec 2004 12:20:35 -0600, Nick Baker <[EMAIL PROTECTED]> wrote:
> I moved a program that uses CFCHART to another server, and the chart no
> longer displays. Both server are CF MX 6.1. It doesn't throw an error, just
> a blank page. A peek at the source code reveals the following.
> 
> Any ideas what I am missing? I have flash on my computer, but not the
> server. Could this be the difference?
> 
> Thanks,
> 
> Nick
> 
>  
> codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,2,0";
>   ID=Images_100014_SWF name=Images_100014_SWF WIDTH=320 HEIGHT=240>
>   VALUE="/CFIDE/GraphData.cfm?graphID=Images/100014.SWF">
>  
>  
>   quality=high bgcolor=#FF WIDTH=320 HEIGHT=240
> TYPE="application/x-shockwave-flash"
>   
> PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash";>
> 
> 
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186142
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Rick Mason
Stuart,

SiteObjects has a free version of their SO_Editor which I believe the
readers of CFDJ voted best overall last year.  Only works in IE though
at present.

www.siteobjects.com

Rick Mason



On Fri,  3 Dec 2004 11:55:13 -0500, Stuart Kidd <[EMAIL PROTECTED]> wrote:
> Hi guys,
> 
> I know there is Elektron's EWebEditPro which on last look was pretty good, 
> but i'm wondering if anyone has used any of the free ones.
> 
> I saw the HTMLarea one, has anyone had good experiences with it?
> 
> I just need it really to do tables, bullet points, bolding, italics etc.
> 
> Thanks,
> 
> Saturday
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186141
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Douglas Knudsen
I sue fckEditor for my personal site, but not at work.  Have not found
a spell check which my users require for use with it.  Yeah, I know,
look at the OS Java one, but I just have not had the time to implement
it.

Doug


On Fri, 3 Dec 2004 12:26:24 -0600, Russell Patterson <[EMAIL PROTECTED]> wrote:
> Sorry for the bad URL...  I agree!  I wish I had more time to develop the CF
> side of fckEditor.
> 
> Russell
> 
> 
> 
> - Original Message -
> From: "Marco Antonio C. Santos" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, December 03, 2004 12:04 PM
> Subject: Re: WYSIWIG web editor for CF (FREE)
> 
> > Russel
> >
> > www.fckeditor.NET rocks
> >
> > Cheers
> >
> > Marco
> >
> >
> > On Fri, 3 Dec 2004 11:25:20 -0600, Russell Patterson <[EMAIL PROTECTED]>
> > wrote:
> >> I am using fckEditor at several client sites.  I am extremely please with
> >> it
> >> and so are my clients.  I have customized it to fit their needs.  I
> >> highly
> >> recommend it.  The latest version appears to be even better, but I have
> >> not
> >> converted to that version yet.
> >>
> >> www.fckeditor.com
> >>
> >> Russell
> >>
> >>
> >>
> >
> >
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186140
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Case Sensitive Structures

2004-12-03 Thread Barney Boisvert
There isn't a way.  However, if you assign the keys using the
struct["keyName"] format (rather than struct.keyName) then case will
be preserved.

Alternately, you can use a java.util.HashMap instead of a structure. 
You can't treat it as a structure, you have to use the java methods,
but it is case sensitive.  I've used that with great success on a
couple occasions where I needed a case sensitivity.

cheers,
barneyb

On Fri, 03 Dec 2004 13:30:41 -0400, Steve Bryant
<[EMAIL PROTECTED]> wrote:
> Does anyone know of a way to get the key from a structure with the case used 
> to create that key?
> 
> For example, if a key was set as myStruct["myKey"], does anyone know how to 
> determine that the key was "myKey" (as opposed to "MYKEY")?
> 
> Any help would be appreciated.
> 
> Thanks!
> 
> Steve Bryant
> Bryant Web Consulting LLC
> www.BryantWebConsulting.com
> 918-449-9440
> 
-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/blog/

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186139
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Case Sensitive Structures

2004-12-03 Thread Steve Bryant
Does anyone know of a way to get the key from a structure with the case used to 
create that key?

For example, if a key was set as myStruct["myKey"], does anyone know how to 
determine that the key was "myKey" (as opposed to "MYKEY")?

Any help would be appreciated.

Thanks!

Steve Bryant
Bryant Web Consulting LLC
www.BryantWebConsulting.com
918-449-9440

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186138
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: path variables, like expandpath ..

2004-12-03 Thread S . Isaac Dealey
>> Is there a variable (maybe a cgi variable) that stores
>> the root web
>> path for the current template.  For example..

> Unfortunately, ColdFusion doesn't seem to have anything
> similar to the ASP
> APPL_MD_PATH variable. If all of you're files are in the
> same directory,
> then you can use a combination of CGI variables ( var="#cgi#">) to
> build the URL. You can treat the CGI.SCRIPT_NAME as a list
> delimited by "/".
> If your files are in various sub-directories, then it's
> probably just as
> easy to hard code a global variable that stores the
> relative portion of the
> path.

> Ben Rogers
> http://www.c4.net
> v.508.240.0051
> f.508.240.0057

Well assuming you only need the current directory of the base
template, the answer is easy -- using getdirectoryfrompat() around
your cgi variables... however... if you need a more complex or more
dynamic answer, there isn't really a simple one with CF. The onTap
framework includes some url-management features in its core
components, part of which is that the framework automatically
determines the physical path to the framework root directory and
matches that with a comparable url variable. This way it's possible to
easily compare a file on the drive with a url,i.e.



this is a link to a page I know exists

The value "T" is an "alias" for the onTap framework root directory --
there are several other aliases created by default, and you can create
your own aliases as needed, such as "docs" which is used by the
framework documentation to reference itself. As a rule I never create
an alias without using another alias as the beginning of its value,
thus since the alias "T" is always an automatically generated pointer
to the framework's root directory and all other paths are ultimately
derived from it, I can move the application to any location without
worrying about any of my urls or file-management features failing.

s. isaac dealey   954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186137
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: copy directory

2004-12-03 Thread Alex Sherwood
Rick Root wrote:

I would imagine you query the directory and do a simple loop to iterate 
the files and copy them. The zip solution you mentioned might actually 
be less code and faster, in terms of copying.

--
A

>Is it possible to copy a directory and all its contents without using 
>cfexecute?
>
>I searched cflib.org but didn't find one that would copy a directory
>
>I've thought about using java.util.zip to zip into a tempfile, then 
>unzip into the destination directory but that seems like it might be 
>overkill =)
>
>-  rick
>
>
>

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186136
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Russell Patterson
Sorry for the bad URL...  I agree!  I wish I had more time to develop the CF 
side of fckEditor.

Russell

- Original Message - 
From: "Marco Antonio C. Santos" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 03, 2004 12:04 PM
Subject: Re: WYSIWIG web editor for CF (FREE)


> Russel
>
> www.fckeditor.NET rocks
>
> Cheers
>
> Marco
>
>
> On Fri, 3 Dec 2004 11:25:20 -0600, Russell Patterson <[EMAIL PROTECTED]> 
> wrote:
>> I am using fckEditor at several client sites.  I am extremely please with 
>> it
>> and so are my clients.  I have customized it to fit their needs.  I 
>> highly
>> recommend it.  The latest version appears to be even better, but I have 
>> not
>> converted to that version yet.
>>
>> www.fckeditor.com
>>
>> Russell
>>
>>
>>
>
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186135
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: path variables, like expandpath ..

2004-12-03 Thread Mike
#getdirectoryfrompath(cgi.server_name & cgi.path_info)#

Did exactally what I needed!  

Thank you everyone!

-Mike

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186134
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFChart Problem

2004-12-03 Thread Nick Baker
I moved a program that uses CFCHART to another server, and the chart no 
longer displays. Both server are CF MX 6.1. It doesn't throw an error, just 
a blank page. A peek at the source code reveals the following.

Any ideas what I am missing? I have flash on my computer, but not the 
server. Could this be the difference?

Thanks,

Nick

  http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,2,0";
  ID=Images_100014_SWF name=Images_100014_SWF WIDTH=320 HEIGHT=240>
 
 
 
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash";>






~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186133
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Paul
I am currently using HTMLarea and have been less than impressed, as have my
clients, with the way it handles tables and a few other things.  I find
myself having to go into code view frequently to get the proper behaviors
out of it.

It looks like the FCK tool is widely used; I may give that a shot myself.  

-Original Message-
From: Stuart Kidd [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 03, 2004 9:55 AM
To: CF-Talk
Subject: WYSIWIG web editor for CF (FREE)

Hi guys,

I know there is Elektron's EWebEditPro which on last look was pretty good,
but i'm wondering if anyone has used any of the free ones.

I saw the HTMLarea one, has anyone had good experiences with it?

I just need it really to do tables, bullet points, bolding, italics etc.

Thanks,

Saturday 



~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186132
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Creating a client variable timeout.

2004-12-03 Thread Chris Norloff
Many ways to do that. Personally, I'd use a session variable as a flag for a 
logged-in user, then timeout session variables in 20 min. (if that meets your 
objective). 

You can put a javascript timer in the browser to alert the user when he's 
getting near his 20 min. timeout.

Chris Norloff

-- Original Message --
From: "Stuart Kidd" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri,  3 Dec 2004 08:42:30 -0500

>Hi guys,
>
>I remember a long time ago i created a line of code which sat in my 
>Application.cfm which checked to see whether a logged in user hadn't had any 
>activity for 20 mins.
>
>Can anyone please remind me how to do this?
>
>Thanks,
>
>Saturday 
>
>

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186131
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: path variables, like expandpath ..

2004-12-03 Thread S . Isaac Dealey
> Is there a variable (maybe a cgi variable) that stores the
> root web
> path for the current template.  For example..

> http://www.domain.com/foo/blah.cfm

> I'm looking for a variable with this stored in it:
> http://www.domain.com/foo

> #CGI.SERVER_NAME##CGI.PATH_INFO#  Gets me pretty close
> with the
> template name at the  end..

> -Mike

There's not a cgi variable that does it by itself... however, if you
apply #getdirectoryfrompath()# to your cgi.path_info variable, that
should get you where you want to be:

#getdirectoryfrompath(cgi.server_name & cgi.path_info)#

hth

s. isaac dealey   954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com




~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186130
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Marco Antonio C. Santos
Russel

www.fckeditor.NET rocks

Cheers

Marco


On Fri, 3 Dec 2004 11:25:20 -0600, Russell Patterson <[EMAIL PROTECTED]> wrote:
> I am using fckEditor at several client sites.  I am extremely please with it
> and so are my clients.  I have customized it to fit their needs.  I highly
> recommend it.  The latest version appears to be even better, but I have not
> converted to that version yet.
> 
> www.fckeditor.com
> 
> Russell
> 
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186129
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: path variables, like expandpath ..

2004-12-03 Thread Ben Rogers
> Is there a variable (maybe a cgi variable) that stores the root web
> path for the current template.  For example..

Unfortunately, ColdFusion doesn't seem to have anything similar to the ASP
APPL_MD_PATH variable. If all of you're files are in the same directory,
then you can use a combination of CGI variables () to
build the URL. You can treat the CGI.SCRIPT_NAME as a list delimited by "/".
If your files are in various sub-directories, then it's probably just as
easy to hard code a global variable that stores the relative portion of the
path.

Ben Rogers
http://www.c4.net
v.508.240.0051
f.508.240.0057


~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186128
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX reading javascript comments (!?)

2004-12-03 Thread Chris Norloff
Ah!  Of course. I was getting server-side processing and client-side processing 
confused. 

many thanks, 
Chris 

-- Original Message --
From: Barney Boisvert <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 3 Dec 2004 09:58:31 -0800

>CFMX will read anything in the .CFM files.  It has no idea that what
>it's generating is JavaScript (or HTML, or XML, or SVG, or whatever),
>so it can't abide by it's commenting rules.  If you don't want CF to
>process something, you have to use CFML comments () around
>it.
>
>cheers,
>barneyb
>
>On Fri,  3 Dec 2004 11:28:19 -0500, Chris Norloff <[EMAIL PROTECTED]> wrote:
>> We've got a weird thing happening - CFMX is reading javascript code that 
>> we've commented out, and throwing an error because of it. (CFMX for J2EE, 
>> v6.1 (no updater), on WebSphere 5.1.0.3)
>> 
>> The javascript code is inside  tags.  Part of the javascript is 
>> commented out with the standard // at the beginning of the line. Twice in 
>> the last two days CFMX has thrown errors when it reads variables in the 
>> commented-out lines.
>> 
>> I wonder if CFMX is reading the code on compilation and throwing the error 
>> before it actually executes the code.
>> 
>> We deleted the lines, but how weird!  Anybody else experience this? I 
>> couldn't find any info at Macromedia, the Macromedia CF discussion area, or 
>> FusionAuthority archives.
>> 
>> thanks,
>> Chris Norloff
>> 
>> 
>
>

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186127
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX reading javascript comments (!?)

2004-12-03 Thread Barney Boisvert
CFMX will read anything in the .CFM files.  It has no idea that what
it's generating is JavaScript (or HTML, or XML, or SVG, or whatever),
so it can't abide by it's commenting rules.  If you don't want CF to
process something, you have to use CFML comments () around
it.

cheers,
barneyb

On Fri,  3 Dec 2004 11:28:19 -0500, Chris Norloff <[EMAIL PROTECTED]> wrote:
> We've got a weird thing happening - CFMX is reading javascript code that 
> we've commented out, and throwing an error because of it. (CFMX for J2EE, 
> v6.1 (no updater), on WebSphere 5.1.0.3)
> 
> The javascript code is inside  tags.  Part of the javascript is 
> commented out with the standard // at the beginning of the line. Twice in the 
> last two days CFMX has thrown errors when it reads variables in the 
> commented-out lines.
> 
> I wonder if CFMX is reading the code on compilation and throwing the error 
> before it actually executes the code.
> 
> We deleted the lines, but how weird!  Anybody else experience this? I 
> couldn't find any info at Macromedia, the Macromedia CF discussion area, or 
> FusionAuthority archives.
> 
> thanks,
> Chris Norloff
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186126
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OpenSource Calendar

2004-12-03 Thread Tim Laureska
Yes... I set up an administration area for the client to manage the
events

-Original Message-
From: Lawrence Ng [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 03, 2004 12:49 PM
To: CF-Talk
Subject: RE: OpenSource Calendar

thanks... do you have a site where we could acutally manage the events?
the link you provided only displays the events.



>>> [EMAIL PROTECTED] 12/3/2004 9:46:00 AM >>>
I have it working here:
http://www.londonderryeaston.com/calendar/calendar_public.cfm?fuseaction

=ViewGoToMonth&GoToYear=2004&GoToMonth=11


-Original Message-
From: Lawrence Ng [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 03, 2004 12:19 PM
To: CF-Talk
Subject: Re: OpenSource Calendar

got an error trying to enter a test event



 Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Cannot insert the value
NULL into column 'EndDate', table
'coldgen000130.dbo.Demo_ColdCalendar';
column does not allow nulls. INSERT fails.
 
The error occurred in
C:\domains\coldgen.com\wwwroot\coldcalendar\qry_processaddupdateevent.cf
m:
line 49
Called from C:\domains\coldgen.com\wwwroot\coldcalendar\index.cfm:
line
31
Called from
C:\domains\coldgen.com\wwwroot\coldcalendar\qry_processaddupdateevent.cf
m:
line 49
Called from C:\domains\coldgen.com\wwwroot\coldcalendar\index.cfm:
line
31

47 : 
48 : 
49 : 
50 : 
51 : 
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54



~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186125
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: sql server: SQLTransaction

2004-12-03 Thread Bert Dawson
I do'n't know anything about the FTS service, and i don't knowingly
use it, so i've stopped it. But I doubt that was the cause as there
seemed to be no pattern to the "2 minutes @ 30%" periods.

Also, i suspect its something to do with CF since the loginname
reported in profiler is only used in the CF dsn. (i created a new user
today specially for CF so that i could eliminate the possibility that
someone or something else was causing the trouble.)

Any more ideas of things to look for?

Cheers
Bert


On Fri, 03 Dec 2004 12:06:52 -0500, Jerry Johnson
<[EMAIL PROTECTED]> wrote:
> Just as a guess, maybe a scheduled FTS catalog population?
> 
> Jerry
> 
> Jerry Johnson
> Web Developer
> Dolan Media Company
> 
> >>> [EMAIL PROTECTED] 12/03/04 12:01PM >>>
> If anyone has any ideas what sort of thing could cause just a leap
> then i'd appreciate any input, or ideas of where to look next.
> 
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186124
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OpenSource Calendar

2004-12-03 Thread Lawrence Ng
thanks... do you have a site where we could acutally manage the events?
the link you provided only displays the events.



>>> [EMAIL PROTECTED] 12/3/2004 9:46:00 AM >>>
I have it working here:
http://www.londonderryeaston.com/calendar/calendar_public.cfm?fuseaction

=ViewGoToMonth&GoToYear=2004&GoToMonth=11


-Original Message-
From: Lawrence Ng [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 03, 2004 12:19 PM
To: CF-Talk
Subject: Re: OpenSource Calendar

got an error trying to enter a test event



 Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Cannot insert the value
NULL into column 'EndDate', table
'coldgen000130.dbo.Demo_ColdCalendar';
column does not allow nulls. INSERT fails.
 
The error occurred in
C:\domains\coldgen.com\wwwroot\coldcalendar\qry_processaddupdateevent.cf
m:
line 49
Called from C:\domains\coldgen.com\wwwroot\coldcalendar\index.cfm:
line
31
Called from
C:\domains\coldgen.com\wwwroot\coldcalendar\qry_processaddupdateevent.cf
m:
line 49
Called from C:\domains\coldgen.com\wwwroot\coldcalendar\index.cfm:
line
31

47 : 
48 : 
49 : 
50 : 
51 : 
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186123
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: RegEx (again!)

2004-12-03 Thread Pascal Peters
This won't work if you have nested span tags

> -Original Message-
> From: Scott Stroz [mailto:[EMAIL PROTECTED]
> Sent: 03 December 2004 18:12
> To: CF-Talk
> Subject: Re: RegEx (again!)
> 
> Actually, this is something you can easily do with RegEx.
> 
> reReplaceNoCase(textString, "(.*?)", "\1","ALL")
> 
> Should remove all  and  tags where no attributes are set,
> but leave whatever is in between..
> 
> 
> On Fri, 3 Dec 2004 09:39:01 -0500, Duane Boudreau
<[EMAIL PROTECTED]>
> wrote:
> > I start with
> > Duane style=text>[EMAIL PROTECTED]
> >
> > I want to end with
> > Duane[EMAIL PROTECTED]
> >
> > I want to remove the span tag without attributes and its ending tag,
> leaving
> > behind what ever text was in between.
> >
> > Duane
> >
> >
> >
> >
> > -Original Message-
> > From: Dawson, Michael [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, December 02, 2004 8:42 PM
> > To: CF-Talk
> > Subject: RE: RegEx (again!)
> >
> > I'm a bit confused.  Are you wanting to remove all SPAN tags and
leave
> > everything else?
> >
> > Can you give an example of what you want the text to look like AFTER
the
> > regex operation?
> >
> > Thanks
> >
> > -Original Message-
> > From: Duane Boudreau [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, December 02, 2004 6:58 PM
> > To: CF-Talk
> > Subject: RegEx (again!)
> >
> > I thought I was finally catching on to this regex stuff but I guess
not.
> >
> > I am using a tag from the developer exchange that strips a bunch of
> > extra html that Word inserts into an HTML document. The text left
over
> > leaves a lot of extra xyx formatting. Since the opening
> >  is empty I would like to remove them from the text.  I tried
this
> > but no luck.
> >
> > textString = "Duane
> > Boudreau[EMAIL PROTECTED]";
> >
> > textString = reReplaceNoCase(textString,
"([^]*)",
> > "\1", "ALL");
> >
> > I thought that the text between the () meant all text except 
> > between the opening string "" and the next ""
> >
> > What am I doing wrong here?
> >
> > Thanks,
> > Duane
> >
> >
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186122
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Joe Rinehart
Matt,

I'm implementing FCKEditor into a CFApp right now, and will be needing
to use the file manager.  If you can send me what you've got, I'll
take a look at at and try to either flesh it out some or hack my own
method together.

-joe



On Fri, 3 Dec 2004 09:25:23 -0800, Matt Robertson
<[EMAIL PROTECTED]> wrote:
> Actually FCKEditor 2.0, which is in RC1 status, needs a new ColdFusion
> guy.  I've talked with the author and am working with another couple
> of developers on the support forum to build a CF connector for the
> file manager, which there presently isn't one of (well, we have
> something cobbled together as of yesterday but it doesn't quite work
> yet).
> 
> If anyone wants to chip in this is a worthy project for the community
> in general!  Alternatively if you have a connector and want to share
> it, or even want the glory of taking over the CF duties for the
> project, don't be shy!
> 
> --
> --Matt Robertson--
> President, Janitor
> MSB Designs, Inc.
> mysecretbase.com
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186121
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OpenSource Calendar

2004-12-03 Thread Tim Laureska
I have it working here:
http://www.londonderryeaston.com/calendar/calendar_public.cfm?fuseaction
=ViewGoToMonth&GoToYear=2004&GoToMonth=11


-Original Message-
From: Lawrence Ng [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 03, 2004 12:19 PM
To: CF-Talk
Subject: Re: OpenSource Calendar

got an error trying to enter a test event



 Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Cannot insert the value
NULL into column 'EndDate', table 'coldgen000130.dbo.Demo_ColdCalendar';
column does not allow nulls. INSERT fails.
 
The error occurred in
C:\domains\coldgen.com\wwwroot\coldcalendar\qry_processaddupdateevent.cf
m:
line 49
Called from C:\domains\coldgen.com\wwwroot\coldcalendar\index.cfm: line
31
Called from
C:\domains\coldgen.com\wwwroot\coldcalendar\qry_processaddupdateevent.cf
m:
line 49
Called from C:\domains\coldgen.com\wwwroot\coldcalendar\index.cfm: line
31

47 : 
48 : 
49 : 
50 : 
51 : 

SQL   insert into Demo_ColdCalendar (EventName,EventDesc,CreatedBy)
values ( (param 1) , (param 2) , (param 3) )
DATASOURCEcoldgen
VENDORERRORCODE   515
SQLSTATE  HY000
Please try the following:

Stack Trace
at
cfqry_processaddupdateevent2ecfm1487833730.runPage(C:\domains\coldgen.co
m\wwwroot\coldcalendar\qry_processaddupdateevent.cfm:49)
at
cfindex2ecfm248875144.runPage(C:\domains\coldgen.com\wwwroot\coldcalenda
r\index.cfm:31)
at
cfqry_processaddupdateevent2ecfm1487833730.runPage(C:\domains\coldgen.co
m\wwwroot\coldcalendar\qry_processaddupdateevent.cfm:49)
at
cfindex2ecfm248875144.runPage(C:\domains\coldgen.com\wwwroot\coldcalenda
r\index.cfm:31)

java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver][SQLServer]Cannot insert the value NULL into column 'EndDate',
table 'coldgen000130.dbo.Demo_ColdCalendar'; column does not allow
nulls. INSERT fails.
at macromedia.jdbc.base.BaseExceptions.createException(Unknown
Source)
at macromedia.jdbc.base.BaseExceptions.getException(Unknown
Source)
at
macromedia.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown
Source)



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186120
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Adam Churvis
> I saw the HTMLarea one, has anyone had good experiences with it?

We use HTMLarea as the free WYSIWYG editor in Plum, and it works well.

Respectfully,

Adam Phillip Churvis
Member of Team Macromedia
http://www.ProductivityEnhancement.com

Download Plum and other cool development tools, 
and get advanced intensive Master-level training:

* C# & ASP.NET for ColdFusion Developers
* ColdFusion MX Master Class
* Advanced Development with CFMX and SQL Server 2000


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186119
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OpenSource Calendar

2004-12-03 Thread Mickael
This is cool.  Thanks Steve.
- Original Message -
From: "Steve Bryant" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 03, 2004 11:10 AM
Subject: Re: OpenSource Calendar


> You might take a look at this one:
>
> http://cfopen.org/projects/coldcalendar/
>
> (one of several nifty things on cfopen)
>
> > I am donating some time to a charitable organization.  They need a web
> > calendar like the monthly view in Outlook.  Were  the day is broken
> > down in 1 hour increments and those one hour slots can be booked.
> >
> > Is there something like that in CF available in opensource or
> > something that is close that I can modify slightly to get working.
> > Trying not to make this a big project so that it will not cost them
> > anything.
> >
> > Thanks
> >
> > Mike
>
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186118
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


copy directory

2004-12-03 Thread Rick Root
Is it possible to copy a directory and all its contents without using 
cfexecute?

I searched cflib.org but didn't find one that would copy a directory

I've thought about using java.util.zip to zip into a tempfile, then 
unzip into the destination directory but that seems like it might be 
overkill =)

-  rick


~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186117
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Installing CFMX on Mac OS X (root user?)

2004-12-03 Thread Sean Corfield
Looks like you deployed your WAR to the wrong directory.

The directory tree should be:

/Applications
/JRun4
/servers
/default
/SERVER-INF
/cfusion <-- expand cfusion.war into here
/META-INF
/WEB-INF
/cfdocs
/CFIDE
/administrator
...
/CFIDE <-- expand rds.war into here
/META-INF
/WEB-INF
rds.properties

You'll probably be better off deleting the whole JRun install and
starting over now since you've got a bunch of directories to clean
up...

On Thu, 2 Dec 2004 21:22:12 -0500, Jeff Small <[EMAIL PROTECTED]> wrote:
> Hey Sean, any idea why I'm getting this in my terminal window when I
> try to start up my default server?
...
> 12/02 21:16:36 warning Deployer Service failed to deploy
> file:/Applications/JRun4/servers/default/cfusion/
>  * Unrecognized deployment:
> file:/Applications/JRun4/servers/default/cfusion/

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186116
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: RegEx (again!)

2004-12-03 Thread Scott Stroz
A CF version wasn't specified, so I went with what I use.  

The problem with this particular RegEx is that the CF 5 Regular
Expression engine doesn't seem to support 'lazy' matching.


On Fri, 03 Dec 2004 12:09:44 -0500, Jerry Johnson
<[EMAIL PROTECTED]> wrote:
> This works well for CFMX, but not so much in CF5 and earlier.
> 
> Jerry
> 
> Jerry Johnson
> Web Developer
> Dolan Media Company
> 
> >>> [EMAIL PROTECTED] 12/03/04 12:11PM >>>
> Actually, this is something you can easily do with RegEx.
> 
> reReplaceNoCase(textString, "(.*?)", "\1","ALL")
> 
> Should remove all  and  tags where no attributes are set,
> but leave whatever is in between..
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186115
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Matt Robertson
Actually FCKEditor 2.0, which is in RC1 status, needs a new ColdFusion
guy.  I've talked with the author and am working with another couple
of developers on the support forum to build a CF connector for the
file manager, which there presently isn't one of (well, we have
something cobbled together as of yesterday but it doesn't quite work
yet).

If anyone wants to chip in this is a worthy project for the community
in general!  Alternatively if you have a connector and want to share
it, or even want the glory of taking over the CF duties for the
project, don't be shy!

-- 
--Matt Robertson--
President, Janitor
MSB Designs, Inc.
mysecretbase.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186114
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Russell Patterson
I am using fckEditor at several client sites.  I am extremely please with it 
and so are my clients.  I have customized it to fit their needs.  I highly 
recommend it.  The latest version appears to be even better, but I have not 
converted to that version yet.

www.fckeditor.com

Russell 



~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186113
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: RegEx (again!)

2004-12-03 Thread Joe Rinehart
Could probably do:

reReplaceNoCase(textString, "", "","ALL")

-joe


On Fri, 03 Dec 2004 12:09:44 -0500, Jerry Johnson
<[EMAIL PROTECTED]> wrote:
> This works well for CFMX, but not so much in CF5 and earlier.
> 
> Jerry
> 
> Jerry Johnson
> Web Developer
> Dolan Media Company
> 
> >>> [EMAIL PROTECTED] 12/03/04 12:11PM >>>
> Actually, this is something you can easily do with RegEx.
> 
> reReplaceNoCase(textString, "(.*?)", "\1","ALL")
> 
> Should remove all  and  tags where no attributes are set,
> but leave whatever is in between..
> 
> 
> 

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186112
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OpenSource Calendar

2004-12-03 Thread Lawrence Ng
got an error trying to enter a test event



 Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Cannot insert the value
NULL into column 'EndDate', table 'coldgen000130.dbo.Demo_ColdCalendar';
column does not allow nulls. INSERT fails.
 
The error occurred in
C:\domains\coldgen.com\wwwroot\coldcalendar\qry_processaddupdateevent.cfm:
line 49
Called from C:\domains\coldgen.com\wwwroot\coldcalendar\index.cfm: line
31
Called from
C:\domains\coldgen.com\wwwroot\coldcalendar\qry_processaddupdateevent.cfm:
line 49
Called from C:\domains\coldgen.com\wwwroot\coldcalendar\index.cfm: line
31

47 : 
48 : 
49 : 
50 : 
51 : 

SQL   insert into Demo_ColdCalendar (EventName,EventDesc,CreatedBy)
values ( (param 1) , (param 2) , (param 3) )
DATASOURCEcoldgen
VENDORERRORCODE   515
SQLSTATE  HY000
Please try the following:

Stack Trace
at
cfqry_processaddupdateevent2ecfm1487833730.runPage(C:\domains\coldgen.com\wwwroot\coldcalendar\qry_processaddupdateevent.cfm:49)
at
cfindex2ecfm248875144.runPage(C:\domains\coldgen.com\wwwroot\coldcalendar\index.cfm:31)
at
cfqry_processaddupdateevent2ecfm1487833730.runPage(C:\domains\coldgen.com\wwwroot\coldcalendar\qry_processaddupdateevent.cfm:49)
at
cfindex2ecfm248875144.runPage(C:\domains\coldgen.com\wwwroot\coldcalendar\index.cfm:31)

java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver][SQLServer]Cannot insert the value NULL into column 'EndDate',
table 'coldgen000130.dbo.Demo_ColdCalendar'; column does not allow
nulls. INSERT fails.
at macromedia.jdbc.base.BaseExceptions.createException(Unknown
Source)
at macromedia.jdbc.base.BaseExceptions.getException(Unknown
Source)
at
macromedia.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown
Source)

-


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186111
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: RegEx (again!)

2004-12-03 Thread Jerry Johnson
This works well for CFMX, but not so much in CF5 and earlier.

Jerry

Jerry Johnson
Web Developer
Dolan Media Company

>>> [EMAIL PROTECTED] 12/03/04 12:11PM >>>
Actually, this is something you can easily do with RegEx.

reReplaceNoCase(textString, "(.*?)", "\1","ALL")

Should remove all  and  tags where no attributes are set,
but leave whatever is in between..



~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186110
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WYSIWIG web editor for CF (FREE)

2004-12-03 Thread Stuart Kidd
Thanks guys for those URLs, that'll keep me busy for a while.  I like that 
there's a CFTAG with fck but that TinyMCE looks really cute from a designer 
view!  I noticed it had an undo button too.

Stu


-- Original Message --
From: Joe Rinehart <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 3 Dec 2004 12:07:34 -0500

>fckEditor works very well, and has both CF custom tag and CFC implementations.
>
>-joe
>
>
>On Fri,  3 Dec 2004 11:55:13 -0500, Stuart Kidd <[EMAIL PROTECTED]> wrote:
>> Hi guys,
>> 
>> I know there is Elektron's EWebEditPro which on last look was pretty good, 
>> but i'm wondering if anyone has used any of the free ones.
>> 
>> I saw the HTMLarea one, has anyone had good experiences with it?
>> 
>> I just need it really to do tables, bullet points, bolding, italics etc.
>> 
>> Thanks,
>> 
>> Saturday
>> 
>> 
>
>

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186109
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: sql server: SQLTransaction

2004-12-03 Thread Jerry Johnson
Just as a guess, maybe a scheduled FTS catalog population?

Jerry

Jerry Johnson
Web Developer
Dolan Media Company

>>> [EMAIL PROTECTED] 12/03/04 12:01PM >>>
If anyone has any ideas what sort of thing could cause just a leap
then i'd appreciate any input, or ideas of where to look next.



~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186108
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   >