Re: fck editor 2.0 RC

2004-12-10 Thread Rick Root
Irvin Gomez wrote: >>Use TinyMCE. It's much simpler. >> >>http://tinymce.moxiecode.com/ > > Looks nice, but regular (non-technical) users would have problems inserting > images. That was always my beef with a lot of the editors that don't include such functionality it's hard to ask users

Re: Moving records up or down.

2004-12-10 Thread Mark Drew
I think your method is very valid for the point in which a new article/content/item is added, since (in the case that you have an order column) you need to get the last post and increase that by one as you said.. to each its own. there are many ways to skin a cat and the cat is getting pissed off

Re: Blackstone Beta

2004-12-10 Thread Thomas Chiverton
On Friday 10 Dec 2004 14:58 pm, Aaron Rouse wrote: > money back? ;) After all if already stable, not like you can make it > more stable :) You keep adding 9's after the decimal point until someone tells you not to be so stupid :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1

OT: base href and in-page anchor links

2004-12-10 Thread Hugo Ahlenius
Hi, I have a little HTML dilemma. I am working on a site which uses some links to leads to anchors on the same page. I have been using tags to set the base, so that all links are relative. How do I then create a link to a local anchor, when I am not on the root page? If I am not on the root page

Re: Moving records up or down.

2004-12-10 Thread Rick Root
Mark Drew wrote: > As I mentioned in my previous post. the solution is to reorder all the > items in a set at once. By using the select box you dont need that > kind of math. :) > Also (I think) the javascript toolbox that I posted allows you to drag > items up (I think!) and its a bit more intuiti

Re: Blackstone Beta

2004-12-10 Thread Jerry Johnson
Michael, I went to the link you sent, and filled out the questionnaire for the Cold Fusion option, but did not see anything about Blackstone except a description page on the CFMX 6.1 fact sheet. Did I miss something? Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED]

Re: Blackstone Beta

2004-12-10 Thread Aaron Rouse
Wasn't some of the promise for MX that it was fast and stable? If so does that mean they did not live up to the promise and we get our money back? ;) After all if already stable, not like you can make it more stable :) On Fri, 10 Dec 2004 09:57:42 -0400, Michael Dinowitz <[EMAIL PROTECTED]> wr

Re: Blackstone Beta

2004-12-10 Thread Michael Dinowitz
I think the promise is that it's fast, stable and has new, cool features. Fusion Authority is running 100% on Blackstone and House of Fusion has back end components on Blackstone as well. I'm hoping to be 100% Blackstone for everything next week. It's fast, it's stable, and I've got some code tr

Re: Moving records up or down.

2004-12-10 Thread Aaron Rouse
This is the process I have been using for years, not that exact JavaScript but still the same idea. I tend to have a SortOrder column in my tables with a default value of 0. As I add new records I put in the max sortorder + 1 and then my admin tool via a select box allows me to reset the ordering

Re: Moving records up or down.

2004-12-10 Thread Mark Drew
As I mentioned in my previous post. the solution is to reorder all the items in a set at once. By using the select box you dont need that kind of math. :) Also (I think) the javascript toolbox that I posted allows you to drag items up (I think!) and its a bit more intuitive. As part of the display

Re: fck editor 2.0 RC

2004-12-10 Thread Irvin Gomez
>Use TinyMCE. It's much simpler. > >http://tinymce.moxiecode.com/ > > >Will Looks nice, but regular (non-technical) users would have problems inserting images. This type of editor really needs to let users preview/upload images. Without that, it's of little value. ~

Re: fck editor 2.0 RC

2004-12-10 Thread Deanna Schneider
Okay. Thanks! -d - Original Message - From: "Matt Robertson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 7:14 PM Subject: Re: fck editor 2.0 RC >> As for using the simpler toolbar options - look at fckconfig.js or >> something. > > Thats it al

Re: Moving records up or down.

2004-12-10 Thread Rick Root
Stuart Kidd wrote: > > On my website i have 23 articles on the front page, i'd like to be able to > position them. Say the article which pulls out the database in position 18, > i'd like to move up a notch to 17, what is the cleanest way to do this. > > I have all my articles on this front pag

Re: Moving records up or down.

2004-12-10 Thread Mark Drew
You are on the right track, create something like orderid field (int 4) and then make a select box using one of the scripts here: http://www.mattkruse.com/javascript/selectbox/ you can select the order in the box then, on submit, you select all the items in the selectbox and submit them (the value

Moving records up or down.

2004-12-10 Thread Stuart Kidd
Hi guys, On my website i have 23 articles on the front page, i'd like to be able to position them. Say the article which pulls out the database in position 18, i'd like to move up a notch to 17, what is the cleanest way to do this. I have all my articles on this front page (http://www.020.com/

Re: Blackstone Beta

2004-12-10 Thread Mark Drew
that is nice to children and animals and the logo looks nice on t-shirts MD On Fri, 10 Dec 2004 08:13:22 -0500, Anders Green <[EMAIL PROTECTED]> wrote: > At 04:18 AM 12/10/2004, Martin Parry wrote: > >Done it ! Let's hope it lives up to the promise :S > > What was that promise, exactly? > > I

Re: CFFM almost finished

2004-12-10 Thread Rick Root
Paul wrote: > So Rick were you going to elaborate on integrating your CFFM with FCKEditor? > I think several of us would be interested in how to do that... I did share it with people who emailed me asking for the code, like I said in my first post :) You can download my modified version of CFFM

RE: Blackstone Beta

2004-12-10 Thread Anders Green
At 04:18 AM 12/10/2004, Martin Parry wrote: >Done it ! Let's hope it lives up to the promise :S What was that promise, exactly? I haven't been watching any media releases or paying attention... just writing code. Anders +===+ |Anders Gre

CFEclipse / SpikeFTP

2004-12-10 Thread Katz, Dov B (IT)
The FTP module is great, however, all my files/folders come in "Read-only" with a green circle. I'm connected to a WS_FTP server on a windows 2k machine, and I use the ftp acct all the time with full write priveleges. Any advice? Thanks, dbk -

Re: ColdFusion security framework

2004-12-10 Thread The Wolf
On 12/10/04 12:06 AM, Matt Robertson wrote: > And I sell one for US$29.95. Has roles, groups and tiers. I noted > your comment about the easycfm code only having roles. The way I > implemented them in AMPro, roles are code-level, item-by-item elements > if you want them to be. There are faq's t

Re: ColdFusion security framework

2004-12-10 Thread The Wolf
On 12/9/04 9:34 PM, dave wrote: > www.communitymx.com has a couple, 1 cfc based and 1 not I cannot seem to find them, do you have the direct links? Thanks. ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta

Re: ColdFusion security framework

2004-12-10 Thread The Wolf
On 12/10/04 3:26 AM, Jim Davis wrote: > If you're interested tweaking I've got one that I've not yet made public > (but it is in use on Public sites). > > It's CFC-based and (I think) has quite a few interesting features - but it > might need some work (especially in the admin area which I've yet

Re: Strange DSN BLACKOUT problem w/ Access

2004-12-10 Thread Will Tomlinson
Thanks guys! I'm not using the most recent CF and updater. Everything has been working great and I don't want to break it. I WILL make the move to "Blackstone" though! I downloaded the latest Java software thinking thatmight be it. Still doesn't work. You're correct about typing the path, di

Re: cf blog apps?

2004-12-10 Thread Scott Stroz
Jake, Nice... but the editor does not work in FireFox in the demo. On Thu, 09 Dec 2004 16:44:56 -0400, Jake. <[EMAIL PROTECTED]> wrote: > >What coldfusion blog software is everyone using? I'm feeling the need to > >jump on the bandwagon finally. > > I'll kick in a plug for my robust blogging a

Re: CFFM almost finished

2004-12-10 Thread Marco Antonio C. Santos
Thanks Rick for that very nice CF application. Integration with FCK will be very good. Best regards Marco On Thu, 9 Dec 2004 16:59:48 -0700, Paul <[EMAIL PROTECTED]> wrote: > So Rick were you going to elaborate on integrating your CFFM with FCKEditor? > I think several of us would be interested

RE: Strange title in pop up windows

2004-12-10 Thread Martin Parry
I think it's a very good feature.. You must know where the popup has redirected you to.. Could be some phishing site who has paid for an ad on Google or eBay claiming to be one thing, opening a popup, prompting for your details and then - Wham - They've got you.. This way you know your redirected

RE: Strange DSN BLACKOUT problem w/ Access

2004-12-10 Thread Martin Parry
I don't know if this is relevant but I used to have a problem where the Macromedia Java Certificate had expired and the applet wouldn't load.. It wouldn't display the certificate error and would do nothing. Are you using the most recent version of CF (including updater) ? Martin Parry Macromedia

RE: Blackstone Beta

2004-12-10 Thread Martin Parry
Done it ! Let's hope it lives up to the promise :S Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 10 December 2004 08:58 To: CF-Talk Subject: Blackstone Beta For those not in the black

RE: odd.. cfoutput group and cfloop over query

2004-12-10 Thread Pascal Peters
This has always been like this (and must have been discussed a 100x on this list). When you have nested loops over queries (it doesn't matter if you are using cfoutput or cfloop), coldfusion looses the reference to the first query when looping the second. This means that you can't drop the prefix (

RE: help with some form validation

2004-12-10 Thread Pascal Peters
Missing $ ^\d{3}-\d{4}$ Pascal > -Original Message- > From: Umer Farooq [mailto:[EMAIL PROTECTED] > Sent: 10 December 2004 05:55 > To: CF-Talk > Subject: Re: help with some form validation > > ^([0-9]{3})-([0-9]{4}) > > dave wrote: > > i need a field to be like 123-1234 only > > anyone

Blackstone Beta

2004-12-10 Thread Michael Dinowitz
For those not in the blackstone beta, I implore you to get in on it NOW! http://www.macromedia.com/support/programs/beta.html ~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message:

<    1   2   3