Re: model-glue editor

2006-06-12 Thread massimo
> So I dove into mg but the thing I immediately found was that dw nor cfe > has any code hints in them For DW, get the DTD from MG's distro. Then: Edit > Tag Libraries > + DTD or Schema > Import XML DTD Massimo ~| Message: http

model-glue editor

2006-06-12 Thread dave
So I dove into mg but the thing I immediately found was that dw nor cfe has any code hints in them, which I am sure will come but I just happened to be trying out skedit last night and while it doesn't have model-glue specific tags it did making a closing tag for most of the model glue tags whic

Re: [SPAM : 5.0] RE: Speaking of cfeclipse/eclipse issues...

2006-06-12 Thread dave
well, im gunna just be like everyone else now Cool about the walk-thru let us know when it's done and where, seems like lots of people are having troubles with this. ~Dave the disruptor~ From: "Denny Valliant" <[EMAIL PROTECTED]> Sent: Tuesd

Re: [SPAM : 5.0] RE: Speaking of cfeclipse/eclipse issues...

2006-06-12 Thread Denny Valliant
It was a gay joke (some of my best friends are gay;) Sorry, it was the dude in me, and the "get a room" comment... Ennywhooo, I'm about finished with my Eclipse 3.2RC7 walk-thru, covers my favourite plugins, WTP, and maybe running CF within eclipse... but for sure up to WTP and the SFTP plugin (w

Re: SVN Help

2006-06-12 Thread Denny Valliant
On 6/12/06, Richard Kroll <[EMAIL PROTECTED]> wrote: > > I'm a windows user, and was logged in as the administrator when I did > the checkout. Well there you go! Says in the docs that whatever user is updating needs write access. I think. 'Zact same ting happened to me like 3 times before I sta

Re: Server firewall software

2006-06-12 Thread Denny Valliant
I wish I remembered what the number of the MS test I took was. 214? 219? Network administration or some such. At any rate, you can go out and grab some of those "testbusters" or whatnot prep exams (the free ones) aimed at that test, and run through them a couple of times, and you'll learn "all yo

Re: [SPAM : 5.0] RE: Speaking of cfeclipse/eclipse issues...

2006-06-12 Thread dave
I dont think so, i just gotta be the bigger man and ignore him.. (since he cant take it off list) ~Dave the disruptor~ From: "Denny Valliant" <[EMAIL PROTECTED]> Sent: Tuesday, June 13, 2006 1:13 AM To: CF-Talk Subject: Re: [SPAM : 5.0] RE: Speaking

Re: [SPAM : 5.0] RE: Speaking of cfeclipse/eclipse issues...

2006-06-12 Thread Denny Valliant
On 6/11/06, dave <[EMAIL PROTECTED]> wrote: > > just cause ur a fat biker with bad tattoos and a ugly mohawk dont make it > a sure thing... of course i'd walk out right over the top of u laying on > floor :-) > > ~Dave the disruptor~ I was kind of picturing you guys walking out together, waddlin

Re: OT: Best Practices - Source Control and Hotfixes

2006-06-12 Thread Denny Valliant
Oh yeah, and I think this was discussed earlier, but you could use md5 hashes of the files, and a DB, to check for differences between what was, and what is. Totally bypasses the source control method, could still use a zip tho. :den On 6/12/06, Denny Valliant <[EMAIL PROTECTED]> wrote: > > Oh ye

Re: OT: Best Practices - Source Control and Hotfixes

2006-06-12 Thread Denny Valliant
Oh yeah, and SVN makes/applies patches as well, forgot to mention. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243281 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoff

RE: SVN Help

2006-06-12 Thread Richard Kroll
I'm a windows user, and was logged in as the administrator when I did the checkout. -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 12:55 AM To: CF-Talk Subject: Re: SVN Help I'd guess it's permissions. Is the webuser the owner of the repos

Re: OT: Best Practices - Source Control and Hotfixes

2006-06-12 Thread Denny Valliant
On 6/12/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > > I think you understand what I'm trying to do, but the key difference > is that we have a product. The modified files must be distributed to > customers. Ideally, I'd like to extract only the modified files from > the source control reposito

Re: SVN Help

2006-06-12 Thread Denny Valliant
I'd guess it's permissions. Is the webuser the owner of the repository files? (did you check it out as the webuser, or chown the repository to the webuser?) Oh yeah, you on *nix, or *doze? I'm a SourceControl evangelist, so I'd LOVE more CFers to use SVN or something, at least. On 6/12/06, Russ

Re: TinyMCE GZip Compressor

2006-06-12 Thread James Holmes
Yes, but thanks for the suggestion. Here are my outgoing headers: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-

Re: TinyMCE GZip Compressor

2006-06-12 Thread Jim Wright
It means that an error is > happening somewhere in the Java. > Are you sure that your browser is announcing itself as accepting gzip? It would be odd for it not to be, but it looks like the java does test for that. BTW, in the interest of full disclosure, I don't have it working...I was going t

RE: Server firewall software

2006-06-12 Thread Eric Dawson
Does ZoneAlarm ADD any features beyond what the IP security policies provide? Eric -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: June 12, 2006 2:52 PM To: CF-Talk Subject: RE: Server firewall software > I have tried Windows built-in firewall, Zone Alarm, and > ano

Re: TinyMCE GZip Compressor

2006-06-12 Thread James Holmes
LOL, I was waiting for someone to say that. The compressor file consists of the following code: // Get context objects context = getPageContext(); gzip = createObject("java", "com.moxiecode.tinymce.GZipCompressor"); gzip.init(); gzipData = gzip.compressToBase64(context, suffix, javacast("int"

Re: TinyMCE GZip Compressor

2006-06-12 Thread Jim Wright
On 6/12/06, James Holmes <[EMAIL PROTECTED]> wrote: > Has anyone had any luck with the GZip compressor that's available for > TinyMCE? I tried it and just got the plain text that's part of the CF > file (verified by editing it). No GZip headers etc. > It's getting late, so I might be a bit fuzzy o

TinyMCE GZip Compressor

2006-06-12 Thread James Holmes
Has anyone had any luck with the GZip compressor that's available for TinyMCE? I tried it and just got the plain text that's part of the CF file (verified by editing it). No GZip headers etc. -- CFAJAX docs and other useful articles: http://jr-holmes.coldfusionjournal.com/ ~~

RE: secure logout

2006-06-12 Thread Andy
Yes, you can set the HTML refresh option to force a page refresh that would allow you to provide a second message. Andy -Original Message- From: Christophe Maso [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 6:15 PM To: CF-Talk Subject: Re: secure logout But regardless of the br

Re: secure logout

2006-06-12 Thread Josh Nathanson
Maybe you could set up your logout page as an intermediate page which does the logging out (clear session, expire cookies) then does a cflocation to the login page. This intermediate page wouldn't display anything. Then if the user clicks the back button, they go back to the intermediate logou

Re: secure logout

2006-06-12 Thread Christophe Maso
But regardless of the browser's cache settings, isn't there a way to ensure that the back button can't display the previous page at all? For example, if I sign off of my Bank of America page, hitting the back button will not reveal any cached page; instead, it takes me to a "sorry, you've logge

Re: More CRUD

2006-06-12 Thread Michael Traher
Thanks Nick, Just taking a look at objectbreeze - it looks impressive On 6/11/06, Nick Tong - TalkWebSolutions.co.uk <[EMAIL PROTECTED]> wrote: > > ARF by Joe Rinehart? > > http://clearsoftware.net/index.cfm?mode=entry&entry=49CAFDF4-E081-2BAC-69AD5772ABCF584B > > objectBreeze by Nick Tunny >

RE: secure logout

2006-06-12 Thread Brad Wood
What are your browser caching settings? When you hit back, are you sure the user is logged in again, or are you just viewing a cached page? ~Brad -Original Message- From: Christophe Maso [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 5:40 PM To: CF-Talk Subject: secure logout T

secure logout

2006-06-12 Thread Christophe Maso
Thought this was a simple process - I have a website where, after the user logs out, clicking the back button on the browser should take the browser back to the login page. Instead, it's taking the browser back to the previous page, with previous user logged in. On the logout page, I clear the

Re: CF version of FCKeditor

2006-06-12 Thread Matt Robertson
Troy wrote >Thanks Rick I will check it out. I second Rick's solution. I went the session var route myself on the FCK connector but there were other issues with the stupid thing I just couldn't and didn't want to overcome. 10 minutes with Rick's code and I had a properly working file manager

Re: Server firewall software

2006-06-12 Thread Bryan Stevenson
> But that still doesn't solve Bryan's immediate problem, which is protecting > his host. Having a dedicated firewall is a good thing, but it is not a > substitute for appropriate host-based security unless you have a very, very > small network. And, if you do have a very, very small network, you c

RE: Server firewall software

2006-06-12 Thread Dave Watts
> Personally I would install a separate linux server (you can > use it as a mail server, file server, or multitude of other > uses), and use the iptables firewall on there to manage the > connections to your prd (or dev) web server. > Iptables is one of the best firewalls out there, and if there

Re: Server firewall software

2006-06-12 Thread Jim Wright
On 6/12/06, Russ <[EMAIL PROTECTED]> wrote: > Personally I would install a separate linux server (you can use it as a mail > server, file server, or multitude of other uses), and use the iptables > firewall on there to manage the connections to your prd (or dev) web server. While I'm not going to

SiteDirector users

2006-06-12 Thread Steve Kahn
Please contact me off list Thank you ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243261 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 U

Re: Server firewall software

2006-06-12 Thread Bryan Stevenson
> Personally I would install a separate linux server (you can use it as a mail > server, file server, or multitude of other uses), and use the iptables > firewall on there to manage the connections to your prd (or dev) web server. > Iptables is one of the best firewalls out there, and if there is a

RE: Server firewall software

2006-06-12 Thread Russ
Personally I would install a separate linux server (you can use it as a mail server, file server, or multitude of other uses), and use the iptables firewall on there to manage the connections to your prd (or dev) web server. Iptables is one of the best firewalls out there, and if there is an exploi

RE: Unofficial ColdFusion Solution For Xstandard WYSIWYG Editor

2006-06-12 Thread Jim Curran
Xstandard will be releasing a version that will be supported Safari. It is in beta right now. - j James Curran Nylon Technology 350 Seventh Avenue 10th Floor New York, NY 10001 212.691.1134 x11 212.691.3477 fax [EMAIL PROTECTED] www.nylontechnology.com -Original Message- From: Jeff F

RE: Server firewall software

2006-06-12 Thread Dave Watts
> I have tried Windows built-in firewall, Zone Alarm, and > another software firewall (do not remember what it was) over > the past year. All three tests told me that software > firewalls on a server are nothing but a pain in the rear. > So, I can not recommend anything that works on a server

Re: CFFile copy, bigtime permissions issue..

2006-06-12 Thread J W
Paul, Worked lilke a charm.. THanks... Jeff On 6/12/06, Paul Vernon <[EMAIL PROTECTED]> wrote: > > Change the user contest that CF starts up with so that it has permission > to > access the relevant systems. > > Paul > > > > ~

Re: CFFile copy, bigtime permissions issue..

2006-06-12 Thread Terry L Schmitt
I haven't had to try this with CF, but with SQL Server, we use Domain Accounts to run all the services and perform similar file copy functions. You can then grant the Domain account the appropriate permissions on all the servers. Terry "J W" <[EMAIL PROTECTED]> 06/12/2006 03:04 PM Please

RE: CFFile copy, bigtime permissions issue..

2006-06-12 Thread Paul Vernon
Change the user contest that CF starts up with so that it has permission to access the relevant systems. Paul ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243254 Archives: http://www.houseoffusion.com/cf_lists/th

Re: Server firewall software

2006-06-12 Thread Bryan Stevenson
> Enough of my smart comments... ;D No worriesI'm having a Monday and just wasn't up for it ;-) Well I've got a good list of software solutions to check out, but I've also gleaned a few new things from the hardware standpointnow the painful part of trying it all commences!! If anyone

RE: CFFile copy, bigtime permissions issue..

2006-06-12 Thread Ian Skinner
I am guessing permissions. Here is the kicker. Can browse to that file and have it come up in a text editor no problem, but I get this permissions error with cold fusion. I have tried every which way but sunday to try to get this right and still it gives me this error. I am about to rip my hair

CFFile copy, bigtime permissions issue..

2006-06-12 Thread J W
Man has this been driving me up a wall today Here is how it worked. CFFILE copy a file from webserver1 to webserver2 from webserver2. Just a plain windows workgroup, both running windows 2000 server, and mx6.1. Coldfusion running from the local account. \\srv-webserver1\whateverdirectory\file.

RE: Server firewall software

2006-06-12 Thread Jacob
Enough of my smart comments... ;D I have tried Windows built-in firewall, Zone Alarm, and another software firewall (do not remember what it was) over the past year. All three tests told me that software firewalls on a server are nothing but a pain in the rear. So, I can not recommend anything t

Re: Server firewall software

2006-06-12 Thread Bryan Stevenson
Thanks again Dave...I'll check that out. Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~~

Re: Unofficial ColdFusion Solution For Xstandard WYSIWYG Editor

2006-06-12 Thread Jeff Fleitz
Thanks Ben. I have been wanting to check XStandard out. Looks like a great editor if you are a Windows shop (we are). I'll check it out when I get a chance. On 6/12/06, Ben Nadel <[EMAIL PROTECTED]> wrote: > > Hey All, > > To anyone who uses the Xstandard WYSIWYG editor for XHtml in their conte

RE: Usability Expert to Present at Tomorrow's NYCFUG Meeting!

2006-06-12 Thread Ben Nadel
What has two thumbs and is excited to attend CFUG meetings? This Guy ;) ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax www.nylontechnology.com "Some people call me the space cowboy. Some people c

Unofficial ColdFusion Solution For Xstandard WYSIWYG Editor

2006-06-12 Thread Ben Nadel
Hey All, To anyone who uses the Xstandard WYSIWYG editor for XHtml in their content management systems (or what have you), I have created a ColdFusion version of their web-services. This would replace the ASP(X) or PHP version you might already be running. I know not many people out there are i

RE: Server firewall software

2006-06-12 Thread Dave Watts
> Now is that the ability to lock down a NIC card to only > accept connections from one (or a set of) IP? You can specify rulesets of all sorts, but yes. > Do you know where this is located in Win 2003? Administrative Tools ... Local Security Policy via the GUI, or secpol.msc from the command l

Re: CF version of FCKeditor

2006-06-12 Thread Troy Montour
Thanks Rick I will check it out. Thank You Troy Montour Vampires Internet Company 4663 Main ST Fridley, MN 55421 [EMAIL PROTECTED] P: 763.571.3872 M: 763.458.2368 F: 763.586.0552 On Jun 12, 2006, at 11:21 AM, Rick Root wrote: > Troy Montour wrote: >> anyone know how to change the Image,flash,

RE: Server firewall software

2006-06-12 Thread Eric Roberts
Zone alarm is definitely better. I thought they had a server version though that you had to pay for or something like that. The only software firewall I have right now is the windows one. I am not too overly concerned about hacking...but then I am not running a server for business either hehehe.

Re: Server firewall software

2006-06-12 Thread Bryan Stevenson
Thanks Ken!! Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~|

RE: Server firewall software

2006-06-12 Thread Dave Watts
> You forgot one other problem with software firewalls, Bob: > Since the firewall is installed on top of the OS it suffers > from any/all vulnerabilities that are present in the OS itself. That's not necessarily true, actually. The firewall may well block access to the vulnerability. Dave Watt

Re: Server firewall software

2006-06-12 Thread Bryan Stevenson
> I recommend that you consider using the IP security policy functionality > built into Windows. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ Thanks Dave. Now is that the ability to lock down a NIC card to only accept connections from one (or a set of) IP? Do you know where

RE: OT: SVN Help

2006-06-12 Thread Richard Kroll
The commit hook is a post-commit hook and is a bat file with the following: @echo Starting Dev Deployment svn update C:\webserver\site echo - >> c:\svnhook.log echo updated >> c:\svnhook.log Date /T >> c:\svnhook.log Time /T >> c:\svnhook.log echo - >> c:\svnhook.log @echo Deployme

Re: Server firewall software

2006-06-12 Thread Ken Ferguson
I think that the Black Ice Server product supports only up to 2000 AS. http://www.iss.net/find_products/server.php You might check out the Tiny Firewall: http://www.tinysoftware.com/home/tiny2?s=2583689172949511605A1&&pg=content05&an=tf_comparison&cat=cat_tf6 Kerio WinRoute supports 2003 now as

Re: Server firewall software

2006-06-12 Thread Rob Wilkerson
You forgot one other problem with software firewalls, Bob: Since the firewall is installed on top of the OS it suffers from any/all vulnerabilities that are present in the OS itself. On 6/12/06, Robert Everland III <[EMAIL PROTECTED]> wrote: > I realize you're after an answer for a software based

RE: Server firewall software

2006-06-12 Thread Dave Watts
> I realize you're after an answer for a software based > firewall, but what we're trying to tell you in a not so > helpful way is that it isn't recommended to put a software > firewall on an OS. It adds overheard, can cause instability, > and if you're that worried about malware sending things

Re: Server firewall software

2006-06-12 Thread Bryan Stevenson
>I realize you're after an answer for a software based firewall, but what we're >trying to tell you in a not so helpful way is that it isn't recommended to put >a software firewall on an OS. It adds overheard, can cause instability, and if >you're that worried about malware sending things from y

RE: Server firewall software

2006-06-12 Thread Dave Watts
> Looking for server OS (specifically MS 2003 Standard Server) > firewall software recommendations. > > FYI...it's for a dev server...so not quite as sensitive as a > prod server I recommend that you consider using the IP security policy functionality built into Windows. Dave Watts, CTO, Fig L

Re: Server firewall software

2006-06-12 Thread Bryan Stevenson
>I find that having both covers area where both are weak and takes advantage > of both of their strengths. I didn't see the original posting...what OS are > you using? What about Black Ice? I think that comes in a format for the > server versions of Windows...not sure if it comes in Linux/Unix ve

Re: Server firewall software

2006-06-12 Thread Robert Everland III
I realize you're after an answer for a software based firewall, but what we're trying to tell you in a not so helpful way is that it isn't recommended to put a software firewall on an OS. It adds overheard, can cause instability, and if you're that worried about malware sending things from your

RE: [SPAM : 5.0] RE: Speaking of cfeclipse/eclipse issues...

2006-06-12 Thread dave
lol nice, next time i'll just ask my 3yr old niece, she could come up with something better.. ~Dave the disruptor~ From: "Snake" <[EMAIL PROTECTED]> Sent: Monday, June 12, 2006 8:30 AM To: CF-Talk Subject: RE: [SPAM : 5.0] RE: Speaking of cfeclipse/

OT: Usability Expert to Present at Tomorrow's NYCFUG Meeting!

2006-06-12 Thread Judith Dinowitz
At the next New York ColdFusion User Group (http://www.nycfug.org) meeting, find out how to create more effective Web products with the practice of usability testing. Software project methodology guru Clark Valberg will take you step-by-step through the process of setting up and conducting a pr

RE: Server firewall software

2006-06-12 Thread Eric Roberts
I find that having both covers area where both are weak and takes advantage of both of their strengths. I didn't see the original posting...what OS are you using? What about Black Ice? I think that comes in a format for the server versions of Windows...not sure if it comes in Linux/Unix vers. --

Re: Server firewall software

2006-06-12 Thread Bryan Stevenson
> My list of recommendations are: > > > > > > > > Hope this helps. > Jacob Oh good...the stand up comics have arrived... Thanks for your incredibly helpful post Jacob...I'll be sure to give you the same courtesy when you ask for some advice!! Bryan Stevenson B.Comm. VP & Director of E-Commerce

Re: Server firewall software

2006-06-12 Thread Rob Wilkerson
Hey Jacob... Your list didn't come through. Maybe the mail server thought they were dangerous and removed them? :-) On 6/12/06, Jacob <[EMAIL PROTECTED]> wrote: > My list of recommendations are: > > > > > > > > Hope this helps. > Jacob > > -Original Message- > From: Bryan Stevenson [mai

RE: Server firewall software

2006-06-12 Thread Jacob
My list of recommendations are: Hope this helps. Jacob -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 9:57 AM To: CF-Talk Subject: SOT: Server firewall software Hey All, Looking for server OS (specifically MS 2003 Standard Server) f

Re: OT: Best Practices - Source Control and Hotfixes

2006-06-12 Thread Rob Wilkerson
I think you understand what I'm trying to do, but the key difference is that we have a product. The modified files must be distributed to customers. Ideally, I'd like to extract only the modified files from the source control repository so I can then just roll them up in a tarball without any add

Re: CF version of FCKeditor

2006-06-12 Thread Brian Rinaldi
I did it once a while back using session variables to set the location I wanted at any given time. I wasn't thrilled with the solution, but it worked. Here is a link to an old blog post I did that covered the necessary changes: http://www.remotesynthesis.com/blog/index.cfm/2005/2/17/FCKEditor - not

Re: OT: Best Practices - Source Control and Hotfixes

2006-06-12 Thread Michael Traher
If I understand #1 properly then what we do (using CVS but principals are the same) is; change n files to do the fix test apply a tag to entire project checkout entire project using tag, to a temp folder use rsync to update the production site - only n files will actually be copied I have noticed

Re: Server firewall software

2006-06-12 Thread Bryan Stevenson
> Personally, I think all software firewalls are a POS. If you want a decent > firewall grab a hardware firewall, or set up a linux server and use > ipchains. For a dev server, it really depends on where you're hosting and > what you're trying to protect it from. Most shops will be fine with jus

OT: Best Practices - Source Control and Hotfixes

2006-06-12 Thread Rob Wilkerson
I actually have two questions, here. The first is fairly specific, the second a general request for advice: 1. How do you all handle source code labels for hotfix files? Are there any so-called best practices? I have a large application which occasionally requires hotfixes (I know, I'm shocked

RE: Server firewall software

2006-06-12 Thread Russ
Personally, I think all software firewalls are a POS. If you want a decent firewall grab a hardware firewall, or set up a linux server and use ipchains. For a dev server, it really depends on where you're hosting and what you're trying to protect it from. Most shops will be fine with just using

SOT: Server firewall software

2006-06-12 Thread Bryan Stevenson
Hey All, Looking for server OS (specifically MS 2003 Standard Server) firewall software recommendations. FYI...it's for a dev server...so not quite as sensitive as a prod server TIA Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone:

Re: CF version of FCKeditor

2006-06-12 Thread Rick Root
Troy Montour wrote: > anyone know how to change the Image,flash,etc folder to different > folders? I can't really help with that much since I don't use the built in file manager - don't like it. But you can integrate CFFM pretty easily which gives you a lot more features. CFFM Homepage: www

RE: SVN Help

2006-06-12 Thread Russ
You will probably get better help on the svn-users list. Having said that... a lot of problems with commit scripts are because people think that the commit hook will have an environment, but it doesn't. There are no paths set, or any other kind of environmental variables. That could be your curl

RE: Creating links (drill down) within cfchart

2006-06-12 Thread Eric Roberts
I think we lost some features going from cfgraph to cfchart. With the older tag, you could attach urls to each bar individually. Now it seems that you can only attach it to the entire graph, making the tag a bit less useful. When you want to drill down on a specific data set, you shouldn't have t

CF version of FCKeditor

2006-06-12 Thread Troy Montour
anyone know how to change the Image,flash,etc folder to different folders? I looked for documentation on this but couldn't find anything for CF. Second thing I'm trying to do is add a few default image libraries to the drop down in the file manger. Thanks in advance for any help on this. Tha

Re: Announce: Advanced ColdFusion Contest

2006-06-12 Thread Michael Dinowitz
Having already built something exactly like this for anti-spam work, I can say that just about every rule I have is a Regular Expression. The only rules that aren't are the len(from), len(to), len(subject) rules. The issue of Regular Expressions is control. How can you check if there are pound

RE: Creating links (drill down) within cfchart

2006-06-12 Thread Ken Ketsdever
Thank you, I had tried the URL attribute, but did not take note of being able to specify variables within the URL string. So it appeared as though I was only able to set one url per chart. Thanks again. Ken -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent

Re: OT: SVN Help

2006-06-12 Thread Tom Chiverton
On Monday 12 June 2006 16:28, Richard Kroll wrote: > I seem to be having a problem getting a commit hook to work with SVN and > was hoping someone here might be able to shed some light. What's the commit hook do, and how ? -- Tom Chiverton T

Re: SQL question

2006-06-12 Thread Tom Chiverton
On Monday 12 June 2006 15:54, Ben Nadel wrote: > But it might be better to make something with more feedback: Or use two queries and a transaction SELECT MAX(StatusWhen) as maxDate FROM table UPDATE table SET STATUS = 'approved', WHERE SKU = http://www.houseoffusion.com/lists.cfm/link=i:4:2432

Re: Creating links (drill down) within cfchart

2006-06-12 Thread James Holmes
The URL attribute of the cfchart tag is what you are after: http://livedocs.macromedia.com/coldfusion/7/htmldocs/0226.htm On 6/12/06, Ken Ketsdever <[EMAIL PROTECTED]> wrote: > Good Morning. > > I posted this last Friday and have yet to get any response. Is there > anyone familiar with creat

Re: Announce: Advanced ColdFusion Contest

2006-06-12 Thread Tom Chiverton
On Monday 12 June 2006 16:06, Steve Bryant wrote: > On that note, do you think some of the rules for the engine would need to > be something other than regular expressions? I would imagine so. You want to be able to say more complicated things, rather than just: if (doICareAbout(this.name){

Re: Application variable not getting set on page

2006-06-12 Thread James Holmes
This should work. Are you sure the page to which you redirect is using the same cfapplication tag as this page? On 6/12/06, Dave Phillips <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a problem getting an application variable to be set when it's > followed by a cflocation. MX 6.1 is the versio

OT: SVN Help

2006-06-12 Thread Richard Kroll
Hey all, I seem to be having a problem getting a commit hook to work with SVN and was hoping someone here might be able to shed some light. It seems to be some kind of permission issue when the commit hook runs. If I've got the repository checked out using file:/// the commit hook works fine, but

Re: Announce: Advanced ColdFusion Contest

2006-06-12 Thread Raymond Camden
Sure. I'm not saying anything about the rules or how they are written. You can have it use a web service. You can have it use a trained monkey. Up to you. The main point of this exercise concerns extensibility. Ie, how can I build an application that is easy to update, or so easy that the community

Re: Announce: Advanced ColdFusion Contest

2006-06-12 Thread Steve Bryant
On that note, do you think some of the rules for the engine would need to be something other than regular expressions? Steve >And just so it's clear - I'm more than cool with folks talking about >the contest. The point isn't to win the prizes - but more to attempt >to solve the problem,and to sh

RE: SQL question -- Thanks!

2006-06-12 Thread Chad Gray
Thanks for the answers... they all appear to do what I need. Thanks again, Chad ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243204 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http

Re: Internationalization Question

2006-06-12 Thread Paul Hastings
Ciliotta, Mario wrote: > Basically is there a way to determine what the native language is and then > have the html text of the page appear in that language. I know that there > are internationalization routines in Java and i18n resources but I am unsure > how to use them correctly. if you don

Re: Announce: Advanced ColdFusion Contest

2006-06-12 Thread Raymond Camden
And just so it's clear - I'm more than cool with folks talking about the contest. The point isn't to win the prizes - but more to attempt to solve the problem,and to share your results with others. Then my readers and I slowly pick apart the entries. ;) Seriously though - the point is to share so w

Re: Announce: Advanced ColdFusion Contest

2006-06-12 Thread Michael Dinowitz
Just as a reminder to CF-Talk readers, there is a Regular Expressions list on House of Fusion where you can ask some of the coding questions that will come up in this contest. http://www.houseoffusion.com/groups/regex In addition, I was the technical editor on a GREAT introductory book on Regul

RE: SQL question

2006-06-12 Thread Ben Nadel
Chad, You can do a sub query: UPDATE table SET STATUS = 'approved', WHERE SKU = #URL.SKU# AND StatusWhen = ( SELECT MAX(StatusWhen) FROM table ) But it might be better to make something with more feedback: // Declare the ID to be updated DECLARE @id INT; // Get the ID to be updated

Re: SQL question

2006-06-12 Thread |Rens| > 0
Chad Gray wrote: > How would I write the SQL to update a record that has the most recent date? > > Say I want to change the status field to "Approved" where the date is the > most recent and SKU = 12345 > > Will the Max function work in the Where section of the SQL or is there > another functio

Re: SQL question

2006-06-12 Thread Charlie Griefer
UPDATE tablename SET status = 'approved' WHERE SKU = #URL.SKU# AND statusWhen = (SELECT MAX(statusWhen) FROM tablename) i think that should do it... (to answer the actual question, I'm not sure if the MAX() function will work as you originally asked) On 6/12/06, Chad Gray <[E

Re: SQL question

2006-06-12 Thread Greg Morphis
use a subquery update table set status = 'approved' where sku = and statuswhen = ( select max(statuswhen) from status where ... --include where clauses ) On 6/12/06, Chad Gray <[EMAIL PROTECTED]> wrote: > How would I write the SQL to update a record that has the most recent date? > > Say I want

RE: If a collection exists?

2006-06-12 Thread Dan G. Switzer, II
Dave, >In general, if you can't find a specific function that returns exactly what >you want, your best bet for these sorts of things is to use exception >handling to try something, and see if it works: > > > > > > > ... Collection already exists? > > > > >Of cou

SQL question

2006-06-12 Thread Chad Gray
How would I write the SQL to update a record that has the most recent date? Say I want to change the status field to "Approved" where the date is the most recent and SKU = 12345 Will the Max function work in the Where section of the SQL or is there another function to use to find the most recen

RE: Creating links (drill down) within cfchart

2006-06-12 Thread Ken Ketsdever
Good Morning. I posted this last Friday and have yet to get any response. Is there anyone familiar with creating drill downs within cfchart? Any help would be appreciated. Thank you Ken -Original Message- From: Ken Ketsdever Sent: Friday, June 09, 2006 10:54 AM To: CF-Talk Subject:

Re: multiuser CF blog app?

2006-06-12 Thread Andrea Veggiani
> > Pretty much the only customization a blog owner can do > > without having > > access to the template and css files themselves is override > > the default > > CSS with their own CSS (it's an option in the admin). But > > you'd really > > have to be a CSS guru to make changes like that. >

RE: [SPAM : 5.0] RE: Speaking of cfeclipse/eclipse issues...

2006-06-12 Thread Dave Watts
> Subject: RE: [SPAM : 5.0] RE: Speaking of cfeclipse/eclipse issues... For the love of all that's holy, can we please end this episode of "internet tough guy"? Yes, yes, I'm sure both of you can kick each other's asses ten times over, but for the life of me I can't see what this has to do with CF

Re: If a collection exists?

2006-06-12 Thread Raymond Camden
It will return all collections. Although I've heard this can be a slow operation. You will want to cache the result. On 6/12/06, Johnny Le <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to find out if a verity collection exists in CFMX7? It > doesn't seem to have a function like collectio

  1   2   >