Re: fck editor 2.0 RC

2004-12-10 Thread Mike Kear
I'm not sure it's such a great idea to have image upload included as
part of the editor.

When someone uploads to my system, I want to process it myself, using
my own specs - resize images, make sure they're only images and not
anything else a bit more sinister,   put the images  where i think
they ought to be based on the form contents etc.  I'd like to see an
image picker, where the user can select from a library of previously
uploaded images, and by clicking on it, it inserts into the WYSIWYG
text with the proper styles attached to it (floatright, floatleft etc)
picked from a drop down list determined by the style sheet for the
site

All the editors I've seen concentrate on building in uploaders, and
ignore the image picker side of it.  Is it harder to do that or
something?

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


On Fri, 10 Dec 2004 20:09:31 -0500, Adrocknaphobia
<[EMAIL PROTECTED]> wrote:
> I mean 1.6
> 
> On Fri, 10 Dec 2004 20:09:25 -0500, Adrocknaphobia
> 
> 
> <[EMAIL PROTECTED]> wrote:
> > I'm using 1.5 and had to do a bit of coding to get clean XHTML and
> > replace the 'class' drop down with a 'tag' drop  down. IE instead of
> >  I now get .
> >
> > -Adam
> >
> >
> >
> >

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187176
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: 404 not found cfm page

2004-12-10 Thread Andrew Grosset
many thanks Mike, I'll try that.

Andrew.

> It was asked in the last two weeks but not answered
> 
> It was answered some weeks ago however. 
> 
> If you're on a windows system, you have to get your sysadmin to add
.
> CFM in IIs to the list of files that the system 404 will recognise. 
> Then implement custom 404s so it works for both .htm and html and .
> cfm
> and .cfml files
> 
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> AFP Webworks
> http://afpwebworks.com
.
> com,.net,.org domains from AUD$20/Year
> 
> 
> 
> On Sat, 11 Dec 2004 00:57:25 -0400, Andrew Grosset <[EMAIL PROTECTED]
> com> wrote:
> > I know this question was answered sometime during the last two 
> months but I can't find it...
> > 
> > I can get html pages to return my own custom 404 page if not found 
> but how do I get .cfm pages to return a 404 instead of the CF "file 
> not found" custom error page.
> > 
> > I am using CFMX 6.1 and am on a shared server.
> > 
>

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187180
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: 404 not found cfm page

2004-12-10 Thread Mike Kear
It was asked in the last two weeks but not answered

It was answered some weeks ago however. 

If you're on a windows system, you have to get your sysadmin to add
.CFM in IIs to the list of files that the system 404 will recognise. 
Then implement custom 404s so it works for both .htm and html and .cfm
and .cfml files

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



On Sat, 11 Dec 2004 00:57:25 -0400, Andrew Grosset <[EMAIL PROTECTED]> wrote:
> I know this question was answered sometime during the last two months but I 
> can't find it...
> 
> I can get html pages to return my own custom 404 page if not found but how do 
> I get .cfm pages to return a 404 instead of the CF "file not found" custom 
> error page.
> 
> I am using CFMX 6.1 and am on a shared server.
> 
>

~|
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:187179
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: Return id after insert

2004-12-10 Thread S . Isaac Dealey
> S. Isaac Dealey wrote:
>> i'm not sure if that's thread-safe tho... I don't
>> remember offhand
>> what set nocount does... but the @@identity variable is
>> from any table
>> in any sql server session across the database or possibly
>> the server,

> no, that's an urban myth. it's any table with a column
> that has an
> identity characteristic that you insert data into in your
> current
> session, not the db, not the server & certainly nobody
> else's session.
> scope_identity is mainly used when you have triggers &
> such that can
> change the @@identiy var value before you get at it.

I didn't remember the specifics -- but the current session _can_
include the entire server -- it's real easy if you just create a
trigger that inserts into a table in another db on the same server
that happens to have an identity column in it. At the time I read it,
I considered it bad enough to simply avoid @@identity without
question. Although by and large I avoid identity columns all-together
these days.

> SET NOCOUNT ON/OFF tells sql server to return/not return
> metadata about
> how many rows were affected by the last sq statement. is
> often used to
> shave some time off stuff & was used w/4.5 & cf5 to pack
> more than 1 sql
> server statement into a cfquery. sql server returning row
> counts would
> confuse cf as if it were legitimate results.

That sounds familiar.


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:187174
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


404 not found cfm page

2004-12-10 Thread Andrew Grosset
I know this question was answered sometime during the last two months but I 
can't find it...

I can get html pages to return my own custom 404 page if not found but how do I 
get .cfm pages to return a 404 instead of the CF "file not found" custom error 
page.

I am using CFMX 6.1 and am on a shared server.

~|
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:187178
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: Catch CFMX Request Timeout ?

2004-12-10 Thread Ron Gowen
on the error template that it's calling you send yourself an e-mail
with the error struct in it.  which includes calling template. I.P.
address. In addition it only traps timeouts, and since you know the
template that timedout you can inspect for poor logic/code.

we are going this route because we have external database that are
sometime problematic and "we believe" destablizing our server..so we
"hope" this will help.


On Fri, 10 Dec 2004 19:09:32 -0500, Joe Eugene <[EMAIL PROTECTED]> wrote:
> I would put the request timeout only in modules (cfc's init()) where you
> expect this to happen.
> If you put it in the application.cfm, that is site wide and you get into
> problems with monitoring
> problematic code.
> 
> 
> 
> Joe Eugene
> 
> >-Original Message-
> >From: Ron Gowen [mailto:[EMAIL PROTECTED]
> >Sent: Friday, December 10, 2004 6:43 PM
> >To: CF-Talk
> >Subject: Re: Catch CFMX Request Timeout ?
> >
> >
> >I am experimenting with putting the before mentioned code in the top
> >level application.cfm, and including that appliaction.cfm in others
> >nested below in the directory..still in testing, but it is going well
> >so farfingers crossed :)
> >
> >
> >On Fri, 10 Dec 2004 15:51:31 -0500, Douglas Knudsen
> ><[EMAIL PROTECTED]> wrote:
> >> I'll be damned!  I never thought of going that route, shite.  Ok, so
> >> now, how to do this on a server wide level?
> >>
> >> DK
> >>
> >>
> >>
> >>
> >> On Fri, 10 Dec 2004 14:09:23 -0400, Ron G <[EMAIL PROTECTED]> wrote:
> >> >  >exception="coldfusion.runtime.RequestTimedOutException"
> >mailto="[EMAIL PROTECTED]" template="timeoutErr.cfm">
> >> >
> >> > in the application.cfm file I think works
> >> >
> >> > >>
> >> > >Cant do that, i need to check if its taking more time than CFMX Server
> >> > >setting,
> >> > >if so execute some other logic to handle the situation correctly.
> >> > >
> >> > >Joe Eugene
> >> > >  -Original Message-
> >> > >  From: John Uebel [mailto:[EMAIL PROTECTED]
> >> > >  Sent: Wednesday, March 10, 2004 11:43 PM
> >> > >  To: CF-Talk
> >> > >  Subject: Re: Catch CFMX Request Timeout ?
> >> > >
> >> > >
> >> > >  Simply place the following at the top of your file:
> >> > >
> >> > >  
> >> > >
> >> > >  The above will override the default timeout in the CF
> >Administrator and
> >> > >allow a timeout of 10 minutes.
> >> > >
> >> > >  Is there a way to catch a CFMX Request Timeout. If the
> >server takes
> >> > >more
> >> > >  time than the CF Admin setting.. is there a way to catch it?
> >> > >
> >> > >  I have tried to use the below but they dont work.
> >> > >
> >> > >  
> >> > >
> >> > >  COM.Allaire.ColdFusion.Request.Timeout
> >> > >  And
> >> > >  coldfusion.runtime.RequestTimedOutException
> >> > >
> >> > >  Any Ideas?
> >> > >
> >> > >  Thanks,
> >> > >  Joe Eugene
> >> >
> >> >
> >>
> >>
> >
> >
> 
> 

~|
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:187177
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: Return id after insert

2004-12-10 Thread Paul Hastings
S. Isaac Dealey wrote:
> include the entire server -- it's real easy if you just create a
> trigger that inserts into a table in another db on the same server

only in your db session. if what you're saying is true, no multi-user db 
would ever work period.

> question. Although by and large I avoid identity columns all-together
> these days.

every major db has them, these are by & large pretty useful.

~|
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:187175
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: Return id after insert

2004-12-10 Thread Paul Hastings
S. Isaac Dealey wrote:
> i'm not sure if that's thread-safe tho... I don't remember offhand
> what set nocount does... but the @@identity variable is from any table
> in any sql server session across the database or possibly the server,

no, that's an urban myth. it's any table with a column that has an 
identity characteristic that you insert data into in your current 
session, not the db, not the server & certainly nobody else's session. 
scope_identity is mainly used when you have triggers & such that can 
change the @@identiy var value before you get at it.

SET NOCOUNT ON/OFF tells sql server to return/not return metadata about 
how many rows were affected by the last sq statement. is often used to 
shave some time off stuff & was used w/4.5 & cf5 to pack more than 1 sql 
server statement into a cfquery. sql server returning row counts would 
confuse cf as if it were legitimate results.




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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187173
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: Return id after insert

2004-12-10 Thread Mike Kear
In a web environment, if you've got any pages that add anything to the
database, you're in dangerous territory using @@IDENTITY.  It returns
the identity of the last record entered, which might or might NOT be
the one you just entered.

You can use SCOPE_IDENTITY() which returns the last item entered in
the scope of the database you're working in but which still might not
be the table you're interested in, if you have a lot of activity on
your database.  The best to use (at least in SQLServer2000 anyway)  is
the last identity created on the table you are inserting into.  If you
still have it locked by putting your identity call in the same query,
you are guaranteed to get the identity of the record you just entered.
  The way to do it is:


SET NOCOUNT OFF   
INSERT into TABLENAME 
(field1, field2, field3) 
VALUES
('#form.field1#', '#form.field2#', #form.field3#')
SELECT IDENT_CURRENT('tablename') AS ordernumber
SET NOCOUNT ON


Now the value #insert.ordernumber# will be the identity of that
inserted record.  Guaranteed.

The "Set NOCOUNT OFF"  allows you to have more than one database
operation in the same CFQUERY because it supresses the SQLServer from
returning messages to the query.  They'll break the query if they
appear midway through the operation.



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


On Fri, 10 Dec 2004 19:23:18 -0800, Joe Rinehart <[EMAIL PROTECTED]> wrote:
> Aye, you'll want to do SCOPE_IDENTITY() 95% of the time.  And only do
> the other 5% if you know why you're doing it that way :).
> 
> @@Identity looks across all tables, so if your insert has fired a
> trigger that inserts into another table, you'll get the identity from
> the second table (that the trigger inserted into), not the first.
> Oops!
> 
> There's also IDENT_CURRENT(tablename) which looks tempting because it
> "returns the identity of the last row enterered into the specific
> table."  This should probably be avoided in a multi-user system, as
> it's possible for someone to do another insert between your INSERT
> statement and SELECT IDENT_CURRENT(tablename) AS... statement.
> 
> -joe
> 
> 
> On Fri, 10 Dec 2004 16:51:04 -0400, Kwang Suh <[EMAIL PROTECTED]> wrote:
> > It has nothing to do with threads; rather if there's a trigger on the 
> > table, the trigger might result in you getting the incorrect ID.
> >
> > Always use SCOPE_IDENTITY() if you're using SQL Server 2000.
> >
> > Never use triggers if you need to use @@IDENTITY in SQL Server 7. :)
> >
> >
>

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187172
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: Blackstone Beta

2004-12-10 Thread Paul Hastings
Lewis Sellers wrote:
> Probably... a chance to influence the development of the software when 
> the developers might be most apt to make the most changes?

and making sure little in the released bits reach up & bite you in the 
nether regions.

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187171
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: News extension WAS (Re: Blackstone Beta)

2004-12-10 Thread Mike Chambers
On Dec 10, 2004, at 6:16 PM, Spike wrote:
>
>
> I don't really want to be notified about all the news from Macromedia
> bloggers,

Well, seeing as that is all the extension does, I can see why you 
un-installed it.

>
>
> If it was configurable to allow you to add feed URLs and to allow you 
> to
> view the summaries as a tooltip in the news list then it would be a
> different story because it is nice to be notified when someone posts
> news you actually want to read.

Yeah. I was explicitly trying not to make it a general purpose 
aggregator. One thing I am considering is releasing a version that is 
just for ColdFusion, and one just for Flash (in addition to the 
Macromedia one).

I will also be adding support for installing the extension in 
Thunderbird (early next week).

>  The only thing I'm missing from
> Thunderbird is an option for a system tray notification that works the
> same way for news feeds as it does for email.

If you know some Javascript, and can pick up some simple XUL / XML, 
then it would be pretty simple to add this to Thunderbird yourself.

mike chambers


> Jeff Small wrote:
>> Okay, this is a PERFECT time to jump in here and pimp this thing...
>>
>> http://www.markme.com/macromedianews/
>>
>> Dude, if you're using Firefox, you HAVE to load this extension. It's 
>> frickin
>> unbelievable. It's single-handedly the coolest extension I've ever 
>> used. It
>> blinks when there's updated content, it loads in a tab in the 
>> background,
>> and it's just the most ubiquitous little way to keep up with the 
>> macromedia
>> blog universe.
>>
>> I'm hooked like crack...er...not that I've ever tried 
>> crack...er...the drug,
>> I mean...anyway, try that extension. It rules.


~|
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:187170
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] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Mike Kear
There is a serious consequence to this phenomenon.   Ergonomists tell
us that we recognise words not by spelling the letters out in our
minds, but by the shape of the words.  This is why it works.

Ever notice that freeway signs are all in upper and lower case?  it's
because of this very thing - we recognise place names and directions
by the shape of the words, not by the individual letters.And if
the words are emphasised by putting them in all caps, they are HARDER
to read, not easier.

For us as web developers, it tells us that we should always use upper
and lower case characters, not upper case.  If you want to emphasise
something,  use bolder type, larger type, colour changes etc, but not
put all in upper case.

See.  I'm working.  And it's Saturday here.

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


On Fri, 10 Dec 2004 22:30:32 -0500, Rick Root <[EMAIL PROTECTED]> wrote:
> Will Tomlinson wrote:
> 
> > I've been using TinyPNS!!
> 
> I think there's herbal remedies for that!
> 
> it's late, isn't it?
> 
>

~|
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:187169
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: Blackstone Beta

2004-12-10 Thread Will Tomlinson
Download www.ironspeed.com and you'll see what I mean. 


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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187165
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: cf blog apps?

2004-12-10 Thread Jake .
>Jake,
>
>Nice... but the editor does not work in FireFox in the demo.
>

That's actually a function of the editor I'm using, not my code. FCKeditor 
hasn't worked in Firefox/Mozilla until the recent beta. Actually, there's a 
release candidate 1 that's just been released, and it's pretty solid. 

With BlogFusion v.4, the Firefox support will be total and complete. 

~|
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:187160
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: Blackstone Beta

2004-12-10 Thread dave
pretty ugly apps if u ask me

i bet plum makes them in cfm faster

not to mention several thousand dollars cheaper, oh wait, plum is free!

cfmmaker makes them faster to i'd say 






-- Original Message --
From: Will Tomlinson <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 10 Dec 2004 22:24:25 -0400

>Last two posts are so true. I've been using ironspreed designer. Builds 
>ASP.NET apps in VB.NET or C# faster that any CF code. It's ridiculous! 
>www.ironspeed.com
>
>I'm thikingone could make millions building a program that converted CF 
>apps to .NET apps! 
>
>Will
>
>

~|
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:187168
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] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Rick Root
Will Tomlinson wrote:

> I've been using TinyPNS!!

I think there's herbal remedies for that!

it's late, isn't it?


~|
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:187167
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] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Rick Root
Will Tomlinson wrote:

> I've been using TinyPNS!!

I think there's herbal remedies for that!

it's late, isn't it?


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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187166
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] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Will Tomlinson
I've been using TinyPNS!!

~|
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:187164
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: Return id after insert

2004-12-10 Thread Joe Rinehart
Aye, you'll want to do SCOPE_IDENTITY() 95% of the time.  And only do
the other 5% if you know why you're doing it that way :).

@@Identity looks across all tables, so if your insert has fired a
trigger that inserts into another table, you'll get the identity from
the second table (that the trigger inserted into), not the first. 
Oops!

There's also IDENT_CURRENT(tablename) which looks tempting because it
"returns the identity of the last row enterered into the specific
table."  This should probably be avoided in a multi-user system, as
it's possible for someone to do another insert between your INSERT
statement and SELECT IDENT_CURRENT(tablename) AS... statement.

-joe


On Fri, 10 Dec 2004 16:51:04 -0400, Kwang Suh <[EMAIL PROTECTED]> wrote:
> It has nothing to do with threads; rather if there's a trigger on the table, 
> the trigger might result in you getting the incorrect ID.
> 
> Always use SCOPE_IDENTITY() if you're using SQL Server 2000.
> 
> Never use triggers if you need to use @@IDENTITY in SQL Server 7. :)
> 
> 

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187163
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: Blackstone Beta

2004-12-10 Thread Will Tomlinson
Last two posts are so true. I've been using ironspreed designer. Builds ASP.NET 
apps in VB.NET or C# faster that any CF code. It's ridiculous! www.ironspeed.com

I'm thikingone could make millions building a program that converted CF 
apps to .NET apps! 

Will

~|
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:187162
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] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread James Holmes
And thank goodness for that, or CFE wouldn't get as much attention as it
does (and that would suck). You guys deserve medals.

-Original Message-
From: Spike [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 11 December 2004 9:01 
To: CF-Talk
Subject: Re: [OT] Fck... Profane? was fck editor 2.0 RC

Nope :)

Matt Robertson wrote:
> jeez don't you guys have jobs?

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187161
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: Blackstone Beta

2004-12-10 Thread Phil Cruz
I've been meaning to look more into ASP.NET but never seem to get around to it. 
 One mental hurdle for me is the last I looked it seemed like you had to write 
a bunch of code to do simple queries.  Nothing as simple/elegant as .  

If it really took you 15 minutes, would you consider using Camtasia or some 
screen capture software to record the process and share it with others and 
share the source code as well.  I'd be interested in seeing it. 

-Phil

> ASP.NET is lookin' pretty strong. I've always been a CF guy, but I 
> recognize the power of .NET now. I built a .NET Contacts app in 
> literally 15 minutes the other night. Fully functional, DONE! 
> 
> I'm sorry, but Blackstone has an uphill battle if it's going to 
> compete with .NET. MM needs to take it further than it has!
> 
> Will 

~|
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:187157
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: Intercepting Flash....?

2004-12-10 Thread dave
but u'd still need access to the fla
hes asking about doing it without mod'n the swf just the cfm page

richard if u wanna send me the swf i can probably break it down into a fla

-- Original Message --
From: Michael Haggerty <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 10 Dec 2004 15:41:23 -0800 (PST)

>Okay, to break this down:
>
>1) You have a Flash movie that posts varaibles to a CF
>page
>
>2) You would like to stop the movie once the variables
>have been posted 
>
>One way you *might* be able to do this is with
>javascript. Depending on how the author built the
>movie, you may be able to issue a stop command to
>control playback. Tutorial on javascript to Flash
>communication here:
>http://www.moock.org/webdesign/flash/fscommand/.
>
>The one difficulty I see with this is detecting when
>Flash is submitting data. I have seen some complicated
>listener schemes built before, but they were
>definitely browser specific and required some
>knowledge of the internals of the Flash movie.
>
>M
>
>--- Richard Crawford <[EMAIL PROTECTED]>
>wrote:
>
>> I hope I'm explaining this right.
>> 
>> We have a Flash movie built by someone else outside
>> of our department. 
>> The movie takes in a number of values and then sends
>> them to a Cold 
>> Fusion script to send the values to the instructor
>> via e-mail < cfmail 
>>  >.  The Flash movie then continues.
>> 
>> I would like to be able to display all of the values
>> that are sent by 
>> the movie prior to the values being sent by cfmail. 
>> I've tried putting 
>> a simple cfdump in the same script with the cfmail
>> tag, but that did not 
>> do the job.
>> 
>> Any thoughts?  Have I made myself clear at all?
>> 
>> -- 
>> Richard S. Crawford
>> Programmer III
>> UC Davis Extension Distance Education Group
>> (http://unexdlc.ucdavis.edu)
>> 2901 K Street, Suite 200C
>> Sacramento, CA  95816
>> (916)327-7793
>> 
>
>
>
>

~|
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:187156
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


OT: News extension WAS (Re: Blackstone Beta)

2004-12-10 Thread Spike
I had the extension installed for about an hour and found it was more
irritating than useful so I took it off again.

I don't really want to be notified about all the news from Macromedia
bloggers, just people who are dealing with CFMX, or specific individuals
who I think have something interesting to say. Having everything in
there just adds to the amount of "noise" and distraction I have to
filter out of my day.

Since I already have about 25 feeds set up in Thunderbird it just felt
disjointed to have to go to Thunderbird for the majority of my daily
news and all my emails, and have the extension notifying me of a small
subset of the info I've already got aggregated in Thunderbird.

If it was configurable to allow you to add feed URLs and to allow you to
view the summaries as a tooltip in the news list then it would be a
different story because it is nice to be notified when someone posts
news you actually want to read. The only thing I'm missing from 
Thunderbird is an option for a system tray notification that works the 
same way for news feeds as it does for email.

Spike

Jeff Small wrote:
> Okay, this is a PERFECT time to jump in here and pimp this thing...
> 
> http://www.markme.com/macromedianews/
> 
> Dude, if you're using Firefox, you HAVE to load this extension. It's frickin 
> unbelievable. It's single-handedly the coolest extension I've ever used. It 
> blinks when there's updated content, it loads in a tab in the background, 
> and it's just the most ubiquitous little way to keep up with the macromedia 
> blog universe.
> 
> I'm hooked like crack...er...not that I've ever tried crack...er...the drug, 
> I mean...anyway, try that extension. It rules.
> 
> 
>>Get yourself an RSS feed reader and get the feed from www.fullasagoog.com.
>>
>>Good collection of MACR-centric blogs there. MACR's MXNA aggregator
>>should be out in RSS format (according to Mike Chambers) soon, so this
>>would be a good one to add, too.
>>
>>I've had my ass saved a number of times from reading blogs. I've also
>>gotten a ton of good tips, hints and tricks that I've filed mentally and
>>come back to when I needed them.
>>
>>At least cruise http://www.markme.com/mxna/index.cfm?category=ColdFusion
>>once a day, man!
> 
> 
> 
> 
> 
> 

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187159
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: Blackstone Beta

2004-12-10 Thread Aaron Rouse
I was once told by a CF person turned .NET, that the simple things in
CF were hard to do in .NET but the hard things in CF were easy to do
in .NET  I for one am like many, keep meaning to look deep into .NET
but never find the time to do so.


On Fri, 10 Dec 2004 20:55:15 -0400, Phil Cruz <[EMAIL PROTECTED]> wrote:
> I've been meaning to look more into ASP.NET but never seem to get around to 
> it.  One mental hurdle for me is the last I looked it seemed like you had to 
> write a bunch of code to do simple queries.  Nothing as simple/elegant as 
> .
> 
> If it really took you 15 minutes, would you consider using Camtasia or some 
> screen capture software to record the process and share it with others and 
> share the source code as well.  I'd be interested in seeing it.
> 
> -Phil
> 
> 
> 
> > ASP.NET is lookin' pretty strong. I've always been a CF guy, but I
> > recognize the power of .NET now. I built a .NET Contacts app in
> > literally 15 minutes the other night. Fully functional, DONE!
> >
> > I'm sorry, but Blackstone has an uphill battle if it's going to
> > compete with .NET. MM needs to take it further than it has!
> >
> > Will
> 
> 

~|
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:187158
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: Query of Query Syntax

2004-12-10 Thread Dawson, Michael
Oops. I read your message again.

You can't do anything except a SELECT statement.  However, if you want
to delete something from a QoQ, you need to SELECT everything _except_
what you want to keep.  Kind of funky, but it works. 

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 10, 2004 2:42 PM
To: CF-Talk
Subject: Query of Query Syntax

I am asking here, before I go searching and digging in the documentation
and web resources, because you all often provide a better answer faster
then I can on my own.
 
Anyway, what SQL syntax, if any, is in a CF query of a query to
manipulate and modify string content of fields?  I have a record set of
e-mails that have been generated by a tool that validated them.  I would
like to create a report of how many we have from various domains.  I can
see how I could do this manually by looping through the query
manipulating each record one at a time and counting up each domain.
But, I was wondering if I can do this in a query of a query using syntax
you can usually find in more robust RDMS's.
 
So, is this possible?
--
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 Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187155
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: Blackstone Beta

2004-12-10 Thread Aaron Rouse
I have several friends who could not find new CF jobs and had to
switch to .NET in order to stayed employed.  Interesting enough, a few
of those are now having to switch to Java in order to stay employed. 
Seems like it is always something else that one has to learn to stay
on top of things, just a matter of figuring out which technology is
going to last and which will either fail or not pay much so not be
worth the effort.


-- 
Aaron Rouse
http://www.happyhacker.com/

On Fri, 10 Dec 2004 20:26:27 -0400, Will Tomlinson <[EMAIL PROTECTED]> wrote:
> ASP.NET is lookin' pretty strong. I've always been a CF guy, but I recognize 
> the power of .NET now. I built a .NET Contacts app in literally 15 minutes 
> the other night. Fully functional, DONE!
> 
> I'm sorry, but Blackstone has an uphill battle if it's going to compete with 
> .NET. MM needs to take it further than it has!
> 
> Will
>

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187154
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: Query of Query Syntax

2004-12-10 Thread Dawson, Michael
You can use a normal SQL SELECT, however, there are limitations.  I
can't think of anything that isn't "standard", however.

M!ke 

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 10, 2004 2:42 PM
To: CF-Talk
Subject: Query of Query Syntax

I am asking here, before I go searching and digging in the documentation
and web resources, because you all often provide a better answer faster
then I can on my own.
 
Anyway, what SQL syntax, if any, is in a CF query of a query to
manipulate and modify string content of fields?  I have a record set of
e-mails that have been generated by a tool that validated them.  I would
like to create a report of how many we have from various domains.  I can
see how I could do this manually by looping through the query
manipulating each record one at a time and counting up each domain.
But, I was wondering if I can do this in a query of a query using syntax
you can usually find in more robust RDMS's.
 
So, is this possible?
--
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 Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187153
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: Blackstone Beta

2004-12-10 Thread Aaron Rouse
Now that is pretty slick, too bad I use IE at work, but at least
installed it at home.

-- 
Aaron Rouse
http://www.happyhacker.com/

On Fri, 10 Dec 2004 16:34:34 -0500, Jeff Small <[EMAIL PROTECTED]> wrote:
> Okay, this is a PERFECT time to jump in here and pimp this thing...
> 
> http://www.markme.com/macromedianews/
> 
> Dude, if you're using Firefox, you HAVE to load this extension. It's frickin
> unbelievable. It's single-handedly the coolest extension I've ever used. It
> blinks when there's updated content, it loads in a tab in the background,
> and it's just the most ubiquitous little way to keep up with the macromedia
> blog universe.
> 
> I'm hooked like crack...er...not that I've ever tried crack...er...the drug,
> I mean...anyway, try that extension. It rules.
> 
> 
>

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187152
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


CFMX + MySQL Query Problem

2004-12-10 Thread Jamie Price
I'm working on a trading card site for an online card game.  One of the key 
functions of the site will be that a user can login and click on "match" and 
the database will return a 'matching' trader - one that has all the cards the 
user needs. I've setup a test version that counts on the user with userID=7 
logging in. My page looks like this: 

 
 

 
 SELECT userID 
 FROM users 
 WHERE username =  
 
 
 

 
 
  SELECT userID, cardID 
  FROM mycards 
  WHERE userID = #cUserID# 
  AND trade = 1 
 

http://www.w3.org/TR/html4/loose.dtd";> 
 
 
 
Find Matching Traders 
 

 
 
 
  

Matching 
Traders 
   
   
 
   SELECT userID, cardID 
   FROM mycards 
   WHERE userID <> "#cUserID#" 
   AND cardID = "#qGetWantedCards.cardID#" 
   AND own = 1 
 
 
  UserID: 
#ValueList(qGetMatches.userID)# 
 
 
Owes Cards: 
#qGetMatches.cardID# 
  
   
  


 
 
 
 
 


which outputs this for me: 


Quote: 
Matching Traders 
UserID: 

Owes Cards: 

UserID: 

Owes Cards: 

UserID: 9,13,8 

Owes Cards: 41001151 

UserID: 3,13 

Owes Cards: 41001152 

UserID: 

Owes Cards: 

UserID: 

Owes Cards: 

...which is close, but no cigar. I need to get rid of those 'blank' entries, 
plus I need to arrange it so what's left comes out like this: 

Quote: 
UserID: 3 
Owns Cards: 41001152 

UserID: 8 
Owns Cards: 41001151 

UserID: 9 
Owns Cards: 41001151 

UserID: 13 
Owns Cards: 41001151, 41001152 


The database is correct - I'm using mySQL v 4.0.18.  You can verify this by 
looking at the contents of the 'mycards' table: 

UserID CardId Own Trade 
3 41001152 1 0 
7 41001151 0 1 
7 41001152 0 1 
7 41001102 0 1 
7 41001101 0 1 
7 41001154 0 1 
7 41001153 0 1 
8 41001151 1 0 
9 41001151 1 0 
13 41001151 1 0 
13 41001152 1 0 

So, what am I missing? Also, before someone mentions it, my original version of 
this page contained a subquery, however the version of MySQL that we're running 
right now doesn't support subqueries so I have to use something else.

~|
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:187151
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: Blackstone Beta

2004-12-10 Thread Will Tomlinson
ASP.NET is lookin' pretty strong. I've always been a CF guy, but I recognize 
the power of .NET now. I built a .NET Contacts app in literally 15 minutes the 
other night. Fully functional, DONE! 

I'm sorry, but Blackstone has an uphill battle if it's going to compete with 
.NET. MM needs to take it further than it has!

Will 

~|
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:187150
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: fck editor 2.0 RC

2004-12-10 Thread Adrocknaphobia
I mean 1.6


On Fri, 10 Dec 2004 20:09:25 -0500, Adrocknaphobia
<[EMAIL PROTECTED]> wrote:
> I'm using 1.5 and had to do a bit of coding to get clean XHTML and
> replace the 'class' drop down with a 'tag' drop  down. IE instead of
>  I now get .
> 
> -Adam
> 
> 
> 
> 
> On Fri, 10 Dec 2004 15:04:47 -0600, Deanna Schneider
> <[EMAIL PROTECTED]> wrote:
> > You know, I played with the samples a bit more, and this is the kind of code
> > it generates:
> > another test
> >
> > WTF?
> >
> >
> >
> > - 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 all right.  its that .js file that controls the look of the
> > > tool.  Just add or remove toolbar items to one of the two existing
> > > ones, or better yet build your own new toolbar type and specify it in
> > > your editor call.
> > >
> > > --
> > > --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:187149
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: Catch CFMX Request Timeout ?

2004-12-10 Thread Joe Eugene
I would put the request timeout only in modules (cfc's init()) where you
expect this to happen.
If you put it in the application.cfm, that is site wide and you get into
problems with monitoring
problematic code.

Joe Eugene


>-Original Message-
>From: Ron Gowen [mailto:[EMAIL PROTECTED]
>Sent: Friday, December 10, 2004 6:43 PM
>To: CF-Talk
>Subject: Re: Catch CFMX Request Timeout ?
>
>
>I am experimenting with putting the before mentioned code in the top
>level application.cfm, and including that appliaction.cfm in others
>nested below in the directory..still in testing, but it is going well
>so farfingers crossed :)
>
>
>On Fri, 10 Dec 2004 15:51:31 -0500, Douglas Knudsen
><[EMAIL PROTECTED]> wrote:
>> I'll be damned!  I never thought of going that route, shite.  Ok, so
>> now, how to do this on a server wide level?
>>
>> DK
>>
>>
>>
>>
>> On Fri, 10 Dec 2004 14:09:23 -0400, Ron G <[EMAIL PROTECTED]> wrote:
>> > exception="coldfusion.runtime.RequestTimedOutException"
>mailto="[EMAIL PROTECTED]" template="timeoutErr.cfm">
>> >
>> > in the application.cfm file I think works
>> >
>> > >>
>> > >Cant do that, i need to check if its taking more time than CFMX Server
>> > >setting,
>> > >if so execute some other logic to handle the situation correctly.
>> > >
>> > >Joe Eugene
>> > >  -Original Message-
>> > >  From: John Uebel [mailto:[EMAIL PROTECTED]
>> > >  Sent: Wednesday, March 10, 2004 11:43 PM
>> > >  To: CF-Talk
>> > >  Subject: Re: Catch CFMX Request Timeout ?
>> > >
>> > >
>> > >  Simply place the following at the top of your file:
>> > >
>> > >  
>> > >
>> > >  The above will override the default timeout in the CF
>Administrator and
>> > >allow a timeout of 10 minutes.
>> > >
>> > >  Is there a way to catch a CFMX Request Timeout. If the
>server takes
>> > >more
>> > >  time than the CF Admin setting.. is there a way to catch it?
>> > >
>> > >  I have tried to use the below but they dont work.
>> > >
>> > >  
>> > >
>> > >  COM.Allaire.ColdFusion.Request.Timeout
>> > >  And
>> > >  coldfusion.runtime.RequestTimedOutException
>> > >
>> > >  Any Ideas?
>> > >
>> > >  Thanks,
>> > >  Joe Eugene
>> >
>> >
>>
>>
>
>

~|
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:187145
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: fck editor 2.0 RC

2004-12-10 Thread Adrocknaphobia
I'm using 1.5 and had to do a bit of coding to get clean XHTML and
replace the 'class' drop down with a 'tag' drop  down. IE instead of
 I now get .

-Adam


On Fri, 10 Dec 2004 15:04:47 -0600, Deanna Schneider
<[EMAIL PROTECTED]> wrote:
> You know, I played with the samples a bit more, and this is the kind of code
> it generates:
> another test
> 
> WTF?
> 
> 
> 
> - 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 all right.  its that .js file that controls the look of the
> > tool.  Just add or remove toolbar items to one of the two existing
> > ones, or better yet build your own new toolbar type and specify it in
> > your editor call.
> >
> > --
> > --Matt Robertson--
> > President, Janitor
> > MSB Designs, Inc.
> > mysecretbase.com
> >
> >
> 
> 

~|
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:187148
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] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Spike
Nope :)

Matt Robertson wrote:
> jeez don't you guys have jobs?
> 
> :D
> 

-- 


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187147
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: Catch CFMX Request Timeout ?

2004-12-10 Thread Ron Gowen
I am experimenting with putting the before mentioned code in the top
level application.cfm, and including that appliaction.cfm in others
nested below in the directory..still in testing, but it is going well
so farfingers crossed :)


On Fri, 10 Dec 2004 15:51:31 -0500, Douglas Knudsen
<[EMAIL PROTECTED]> wrote:
> I'll be damned!  I never thought of going that route, shite.  Ok, so
> now, how to do this on a server wide level?
> 
> DK
> 
> 
> 
> 
> On Fri, 10 Dec 2004 14:09:23 -0400, Ron G <[EMAIL PROTECTED]> wrote:
> >  > exception="coldfusion.runtime.RequestTimedOutException" mailto="[EMAIL 
> > PROTECTED]" template="timeoutErr.cfm">
> >
> > in the application.cfm file I think works
> >
> > >>
> > >Cant do that, i need to check if its taking more time than CFMX Server
> > >setting,
> > >if so execute some other logic to handle the situation correctly.
> > >
> > >Joe Eugene
> > >  -Original Message-
> > >  From: John Uebel [mailto:[EMAIL PROTECTED]
> > >  Sent: Wednesday, March 10, 2004 11:43 PM
> > >  To: CF-Talk
> > >  Subject: Re: Catch CFMX Request Timeout ?
> > >
> > >
> > >  Simply place the following at the top of your file:
> > >
> > >  
> > >
> > >  The above will override the default timeout in the CF Administrator and
> > >allow a timeout of 10 minutes.
> > >
> > >  Is there a way to catch a CFMX Request Timeout. If the server takes
> > >more
> > >  time than the CF Admin setting.. is there a way to catch it?
> > >
> > >  I have tried to use the below but they dont work.
> > >
> > >  
> > >
> > >  COM.Allaire.ColdFusion.Request.Timeout
> > >  And
> > >  coldfusion.runtime.RequestTimedOutException
> > >
> > >  Any Ideas?
> > >
> > >  Thanks,
> > >  Joe Eugene
> >
> >
> 
> 

~|
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:187142
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: Intercepting Flash....?

2004-12-10 Thread Michael Haggerty
Okay, to break this down:

1) You have a Flash movie that posts varaibles to a CF
page

2) You would like to stop the movie once the variables
have been posted 

One way you *might* be able to do this is with
javascript. Depending on how the author built the
movie, you may be able to issue a stop command to
control playback. Tutorial on javascript to Flash
communication here:
http://www.moock.org/webdesign/flash/fscommand/.

The one difficulty I see with this is detecting when
Flash is submitting data. I have seen some complicated
listener schemes built before, but they were
definitely browser specific and required some
knowledge of the internals of the Flash movie.

M

--- Richard Crawford <[EMAIL PROTECTED]>
wrote:

> I hope I'm explaining this right.
> 
> We have a Flash movie built by someone else outside
> of our department. 
> The movie takes in a number of values and then sends
> them to a Cold 
> Fusion script to send the values to the instructor
> via e-mail < cfmail 
>  >.  The Flash movie then continues.
> 
> I would like to be able to display all of the values
> that are sent by 
> the movie prior to the values being sent by cfmail. 
> I've tried putting 
> a simple cfdump in the same script with the cfmail
> tag, but that did not 
> do the job.
> 
> Any thoughts?  Have I made myself clear at all?
> 
> -- 
> Richard S. Crawford
> Programmer III
> UC Davis Extension Distance Education Group
> (http://unexdlc.ucdavis.edu)
> 2901 K Street, Suite 200C
> Sacramento, CA  95816
> (916)327-7793
> 



~|
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:187141
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: Blackstone Beta

2004-12-10 Thread Micha Schopman
Every beta tester has the right on his own massage, lolly pops, and a week use 
of a limo for a week.. How;s that?


~|
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:187146
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: a simple query

2004-12-10 Thread Paul
Brilliant, thanks very much for taking the time to explain that.

-Paul

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 10, 2004 4:23 PM
To: CF-Talk
Subject: RE: a simple query

I said that then IS NULL was probably too simple.  What you need is a
subquery.

SELECT S.System, R.Role
FROM System AS S LEFT JOIN [SELECT Role, System_ID FROM Rights WHERE ID 1]. AS 
R ON S.ID ›.System_ID


Your original query something which was something like this, without the
where clause:

SELECT System.System, Rights.Role
FROM System LEFT JOIN Rights ON System.ID ›ights.System_id;

Would join the Systems and Roles together and produce a grid such as what
follows:

System  Role
System1 User1
System1 User2
System1 User3
System2 User2
System2 User3
System3 User3
System4 

As you can see, if you filtered to User1, you would only get one system.
There is nothing to select the others.  Using my SQL similar to what I gave
you create a temp "table" of the roles restriced to the one user, and then
join this to the system table so you can get results such as this.

System  Role
System1 User1
System2 
System3 
System4 

Which I believe is what you want.

--
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:187144
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: Intercepting Flash....?

2004-12-10 Thread Nathan Strutz
One thing I've done is something like this:


   



Then you can read the file off your hard drive.

Of course it's much better and easier to modify the flash movie :)

-nathan strutz
http://www.dopefly.com/

Richard Crawford wrote:
> dave wrote:
> 
>>depends on how its getting its values
>>either add a few frames to the movie or get the values in the cfm file and 
>>return to flash but ur gunna have to edit the flash movie to do it
>>
>>cfdump aint gunna help at all
> 
> 
> I was afraid of that.  I do not have access to the source code of the 
> Flash movie, so I'll have to get in touch with the original developer.
> 


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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187138
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: Intercepting Flash....?

2004-12-10 Thread Richard Crawford
dave wrote:
> depends on how its getting its values
> either add a few frames to the movie or get the values in the cfm file and 
> return to flash but ur gunna have to edit the flash movie to do it
> 
> cfdump aint gunna help at all

I was afraid of that.  I do not have access to the source code of the 
Flash movie, so I'll have to get in touch with the original developer.

-- 
Richard S. Crawford
Programmer III
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA  95816
(916)327-7793


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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187136
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: SQL Query

2004-12-10 Thread Jason Smith
>After some work and some more work I have the administration side of the 
>cold fusion application working correctly but now when I am adding a 
>product I have come across a problem that appears to be with how the query 
>in access worked vs sql. The following is the query if anyone has any 
>ideas for making this compatible with sql I would greatly apprteciate any help.




 
 
 SELECT TOP 5  itemID,itemName,  itemLeaseNumber, 
itemKeywords, itemThumbnail, itemDescription,  itemListPrice, 
itemInvoicePrice, MAX(itemListPrice/itemInvoicePrice) 
AS  priceDifferencePercentage
 FROM tblItem, tblkItemStatus
 WHERE tblItem.itemStatusID = 
tblkItemStatus.itemStatusID
 AND tblkItemStatus.itemStatusMainID  = 2
 AND itemListPrice <> 0
 AND itemInvoicePrice <> 0
 GROUP BY  itemID,itemName,  itemLeaseNumber, 
itemThumbnail, itemKeywords, itemDescription,  itemListPrice, itemInvoicePrice
 ORDER BY  MAX(itemListPrice/itemInvoicePrice) 
ASC
 
 
 
 
 
 
 
 
 #iCount#
 SAVE #pricePercent#% ON#UCase('#itemName#')#
 
 
 
 




>

~|
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:187143
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: fck editor 2.0 RC

2004-12-10 Thread Matt Robertson
With FCKEditor?  I get all spans.  Or are you using 1.6?  Don't know
what that one does offhand, although I've been using it for over a
year :-D

-- 
--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:187140
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: a simple query

2004-12-10 Thread Ian Skinner
I said that then IS NULL was probably too simple.  What you need is a subquery.

SELECT S.System, R.Role
FROM System AS S LEFT JOIN [SELECT Role, System_ID FROM Rights WHERE ID = 1]. 
AS R ON S.ID = R.System_ID


Your original query something which was something like this, without the where 
clause:

SELECT System.System, Rights.Role
FROM System LEFT JOIN Rights ON System.ID = Rights.System_id;

Would join the Systems and Roles together and produce a grid such as what 
follows:

System  Role
System1 User1
System1 User2
System1 User3
System2 User2
System2 User3
System3 User3
System4 

As you can see, if you filtered to User1, you would only get one system.  There 
is nothing to select the others.  Using my SQL similar to what I gave you 
create a temp "table" of the roles restriced to the one user, and then join 
this to the system table so you can get results such as this.

System  Role
System1 User1
System2 
System3 
System4 

Which I believe is what you want.

--
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 Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187139
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: a simple query

2004-12-10 Thread Paul
I see now why the where clause would be my problem.  Unfortunately, adding a
null condition didn't work...  Surely there must be a way to accomplish this
task in a single query?

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 10, 2004 2:53 PM
To: CF-Talk
Subject: RE: a simple query

I think your joins are ok, at least to my quick glance.  I think your
problem is your where clause.

where (r.user_id = 11)

This is only going to return rows where user_id equals 11, which is not
NULL.

This may be to simple a fix but I think it should work.

where (r.user_id = 11 OR r.user_id IS NULL)



~|
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:187137
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: Return id after insert

2004-12-10 Thread Kwang Suh
It has nothing to do with threads; rather if there's a trigger on the table, 
the trigger might result in you getting the incorrect ID.

Always use SCOPE_IDENTITY() if you're using SQL Server 2000.

Never use triggers if you need to use @@IDENTITY in SQL Server 7. :)

~|
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:187125
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] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Matt Robertson
jeez don't you guys have jobs?

:D

-- 
--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:187117
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: adding live video

2004-12-10 Thread dave
i dont think that would work but thanx


-- Original Message --
From: Jochem van Dieten <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 10 Dec 2004 22:52:58 +0100

>dave wrote:
>> dont have access to flashcomm yet
>> anyone got anything good?
>> 
>> basically all it is will be a web cam set up for a demo, thats broadcast
>> can be flash or whatever just not flashcomm yet 
>
>Broadcast, unicast or multicast? :-)
>
>VideoLAN Client is my favourite tool when you can use multicast 
>or broadcast: http://www.videolan.org/vlc/
>
>Jochem
>
>

~|
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:187135
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: Blackstone Beta

2004-12-10 Thread Dave Watts
> I implore you. NOW! But I can't tell you why.
> 
> Pass.
> 
> Is there a really good reason that people seem so eager to 
> become beta testers for someone else's product?  I can see it 
> perhaps if support tells you it addresses a problem you're 
> having with the current generation.  Or if you develop 
> products or sell services based on the platform.
> 
> I'd just as soon wait for the .1 version.

I think it makes sense for developers to beta test development tools. You
will start learning the new features of those tools, and you will be able to
influence the development of those tools and make sure that your current
codebase works with the tools.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~|
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:187134
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


CFMX 6.1 Unable To Locate DLL : The dynamic link library MSVCP60.dll

2004-12-10 Thread Brook Davies
After a new install of CFMX 6.1, whenever we restart the CFMX service it 
fails to start and we get the error below. It always starts at system 
startup, but will not RESTART from the control panel. Any ideas? We 
downloaded and installed the MSVCP60.dll file in the system32/ directory, 
but still get the error. Do we need to re-install?

Application popup: jrun.exe - Unable To Locate DLL : The dynamic link 
library MSVCP60.dll could not be found in the specified path 
C:\CFusionMX\runtime\bin;.;C:\WINNT\system32;C:\WINNT\system;C:\WINNT;C:\CFusionMX\runtime\..\lib;C:\CFusionMX\runtime\..\jintegra\bin;C:\CFusionMX\runtime\..\jintegra\bin\international;C:\CFusionMX\runtime\..\lib\_nti40\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem.
 


Brook Davies
logiforms.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:187133
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: Intercepting Flash....?

2004-12-10 Thread dave
depends on how its getting its values
either add a few frames to the movie or get the values in the cfm file and 
return to flash but ur gunna have to edit the flash movie to do it

cfdump aint gunna help at all

-- Original Message --
From: Richard Crawford <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 10 Dec 2004 13:52:11 -0800

>I hope I'm explaining this right.
>
>We have a Flash movie built by someone else outside of our department. 
>The movie takes in a number of values and then sends them to a Cold 
>Fusion script to send the values to the instructor via e-mail < cfmail 
> >.  The Flash movie then continues.
>
>I would like to be able to display all of the values that are sent by 
>the movie prior to the values being sent by cfmail.  I've tried putting 
>a simple cfdump in the same script with the cfmail tag, but that did not 
>do the job.
>
>Any thoughts?  Have I made myself clear at all?
>
>-- 
>Richard S. Crawford
>Programmer III
>UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
>2901 K Street, Suite 200C
>Sacramento, CA  95816
>(916)327-7793
>
>
>

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187132
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: SQL Query

2004-12-10 Thread Jochem van Dieten
Jason Smith wrote:
> This code works fine with a access database, since converting the entire cf 
> application to a live SQL database it has been the beginning of a 
> nightmare. I'm not real familiar with access but it seems they have some 
> really strange ways to check dates and whatnot.
> 
> 
>  
>   style="text-align: left;">
>   datePart("m", now())>
>   datePart("", now())>
>   name="getMonthlyPurchase" datasource="#DS#" 
> cachedwithin="#CreateTimeSpan(0,4,35,0)#">
>  SELECT 
> Sum(tblItemPurchase.itemPurchasePrice) AS totalMonthlyPurchase
>  FROM tblItemPurchase
>  WHERE 
> tblItemPurchase.itemPurchaseDate >= ###theMonth#/1/#theYear###
>  

Use cfqueryparam

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:187131
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: adding live video

2004-12-10 Thread Jochem van Dieten
dave wrote:
> dont have access to flashcomm yet
> anyone got anything good?
> 
> basically all it is will be a web cam set up for a demo, thats broadcast
> can be flash or whatever just not flashcomm yet 

Broadcast, unicast or multicast? :-)

VideoLAN Client is my favourite tool when you can use multicast 
or broadcast: http://www.videolan.org/vlc/

Jochem

~|
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:187130
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: Blackstone Beta

2004-12-10 Thread Sean Corfield
On Fri, 10 Dec 2004 15:48:28 -0500, Adrocknaphobia
<[EMAIL PROTECTED]> wrote:
> So is everyone allowed to use the Beta in production or did you get
> som sly deal?

Technically you'd have to join the beta to find that out... (and then
you'd be covered by the NDA so you couldn't tell anyone else what the
answer was to that question!)
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
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:187129
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: Query of Query Syntax

2004-12-10 Thread Jochem van Dieten
Ian Skinner wrote:
>  
> Anyway, what SQL syntax, if any, is in a CF query of a query to manipulate 
> and modify string content of fields?

Upper() and Lower().

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:187127
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


Intercepting Flash....?

2004-12-10 Thread Richard Crawford
I hope I'm explaining this right.

We have a Flash movie built by someone else outside of our department. 
The movie takes in a number of values and then sends them to a Cold 
Fusion script to send the values to the instructor via e-mail < cfmail 
 >.  The Flash movie then continues.

I would like to be able to display all of the values that are sent by 
the movie prior to the values being sent by cfmail.  I've tried putting 
a simple cfdump in the same script with the cfmail tag, but that did not 
do the job.

Any thoughts?  Have I made myself clear at all?

-- 
Richard S. Crawford
Programmer III
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA  95816
(916)327-7793


~|
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:187126
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: a simple query

2004-12-10 Thread Ian Skinner
I think your joins are ok, at least to my quick glance.  I think your problem 
is your where clause.

where (r.user_id = 11)

This is only going to return rows where user_id equals 11, which is not NULL.

This may be to simple a fix but I think it should work.

where (r.user_id = 11 OR r.user_id IS NULL)

--
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:187128
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


a simple query

2004-12-10 Thread Paul
Hi all, this isn't CF per se but I know several of you can answer it in your
sleep.  I expect this to be quite simple, but I can't seem to get my joins
to behave as I expect they should.

 

I have two simple tables, Systems and Rights.  I want to return every record
from Systems, and if the specified user has rights to the system, I want to
get their role, otherwise I want to get null.

 

Right now I'm only getting the systems for which the user has rights. I
guess I understand left joins less than I thought? 

 

select s.system, r.user_role

from  Systems s left join

Rights r on s.system_id = r.system_id

where (r.user_id = 11)

 



~|
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:187124
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: extract values from arrays dynamically

2004-12-10 Thread Charlie Griefer
well, the 2nd dimension of the first array contains the # of answers
to test 1 (again, minus 1 since the first element of the 2nd dimesion
is specifying the test #).

so loop over the first dimension and do an arrayLen() - 1 on the
second dimension.



Test #i#: #arrayLen(QstnKey[i]) - 1# Questions



This works, since multi-dimensional arrays in CF are just 1d arrays of
1d arrays.

(disclaimer: the #arrayLen(QstnKey[i]) - 1# notation will not work pre-CFMX)


On Fri, 10 Dec 2004 16:31:43 -0400, Joy Holman <[EMAIL PROTECTED]> wrote:
> I appreciate your answer and will look into using structures and CFC's, but 
> in the meantime, the answer you gave to my question, I think is assuming that 
> each question is a test. The situation is as below, where the first test has 
> 2 questions and each question has three choices.
> 
> Using this code:
> 
> 
> QstnKey = ArrayNew(3);
> QstnKey[1][1][1] = "TEst1"; 
> QstnKey[1][2][1]="a. choice 1";
> QstnKey[1][2][2]="b. choice 2";
> QstnKey[1][2][3]="c. choice 3"; 
> QstnKey[1][3[1]="a. choice 1";
> QstnKey[1][3[2]="b. choice 2";
> QstnKey[1][3[3]="c. choice 3";
> QstnKey[2][1][1]="Test2"; 
> QstnKey[2][2][1]="a. choice 1";
> QstnKey[2][2][2]="b. choice 2";
> QstnKey[2][2][3]="c. choice 3"; 
> QstnKey[2][3][1]="a. choice 1";
> QstnKey[2][3][2]="b. choice 2";
> 
> 
> How could I dynamically determine the number of questions per test? The 
> answer for Test1 = 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:187123
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


adding live video

2004-12-10 Thread dave
dont have access to flashcomm yet
anyone got anything good?

basically all it is will be a web cam set up for a demo, thats broadcast
can be flash or whatever just not flashcomm yet 

~|
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:187122
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: Return id after insert

2004-12-10 Thread S . Isaac Dealey
Welcome. :)

I seem to be giving that one out a lot lately -- or at least, noticing
people still using @@identity a lot lately. :)

> Hmm.  Hadn't heard that before.  Thanks for the tip!

> --Ben

> S.Isaac Dealey wrote:
>> i'm not sure if that's thread-safe tho... I don't
>> remember offhand
>> what set nocount does... but the @@identity variable is
>> from any table
>> in any sql server session across the database or possibly
>> the server,
>> not sure... SQL Server 2000 introduced a SCOPE_IDENTITY()
>> function
>> which _is_ thread-safe...
>>
>> 
>>   insert stuff;
>>   select scope_identity() as something;
>> 
>>
>> This function ensures that the value returned is from the
>> last table
>> inserted in your currently executing batch -- so if it's
>> not in your
>> cfquery, it won't affect the result. (iirc including
>> triggers on the
>> table you're inserting into which has been known to cause
>> problems
>> with @@identity) ... so the rule of thumb is to use
>> scope_identity()
>> if you can.
>>


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 - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187121
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: XHTML Validation via CF LIST OF TAG HELP PLEAZ

2004-12-10 Thread dave
well the guy who is writing the tool i put on other thread "my rambling for 
today" from yesterday
that might work, will be a few days though till its done

he just sent me a list of tags to include, can we all add to this list of is 
there 1 place that has all the current tags? blackstones too would be nice


CFABOUT
CFAPPLICATION
CFBREAK
CFCOOKIE
CFIF
CFELSEIF
CFELSE
CFINCLUDE
CFINSERT
CFLOCATION
CFLOOP
CFOUTPUT
CFPARAM
CFQUERY
CFSET
CFSETTING
CFSWITCH
CFCASE
CFDEFAULTCASE
CFUPDATE
CFAPPLET
CFASSOCIATE
CFAUTHENTICATE
CFCACHE
CFCOL
CFCOLLECTION
CFCONTENT
CFDIRECTORY
CFERROR
CFEXIT
CFFILE
CFFORM
CFFTP
CFGRID
CFGRIDCOLUMN
CFGRIDROW
CFGRIDUPDATE
CFHEADER
CFHTMLHEAD
CFHTTP
CFHTTPPARAM
CFINDEX
CFINPUT
CFLDAP
CFLOCK
CFMAIL
CFMODULE
CFOBJECT
CFPARAM
CFPOP
CFPROCPARAM
CFPROCRESULT
CFREGISTRY
CFREPORT
CFSCHEDULE
CFSCRIPT
CFSEARCH
CFSELECT
CFSLIDER
CFSTOREDPROC
CFTABLE
CFTEXTINPUT
CFTHROW
CFTRANSACTION
CFTREE
CFTREEITEM
CFWDDX
 

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187091
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: Blackstone Beta

2004-12-10 Thread Jeff Small
Okay, this is a PERFECT time to jump in here and pimp this thing...

http://www.markme.com/macromedianews/

Dude, if you're using Firefox, you HAVE to load this extension. It's frickin 
unbelievable. It's single-handedly the coolest extension I've ever used. It 
blinks when there's updated content, it loads in a tab in the background, 
and it's just the most ubiquitous little way to keep up with the macromedia 
blog universe.

I'm hooked like crack...er...not that I've ever tried crack...er...the drug, 
I mean...anyway, try that extension. It rules.

> Get yourself an RSS feed reader and get the feed from www.fullasagoog.com.
>
> Good collection of MACR-centric blogs there. MACR's MXNA aggregator
> should be out in RSS format (according to Mike Chambers) soon, so this
> would be a good one to add, too.
>
> I've had my ass saved a number of times from reading blogs. I've also
> gotten a ton of good tips, hints and tricks that I've filed mentally and
> come back to when I needed them.
>
> At least cruise http://www.markme.com/mxna/index.cfm?category=ColdFusion
> once a day, man!




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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187120
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: Return id after insert

2004-12-10 Thread Ben Doom
Hmm.  Hadn't heard that before.  Thanks for the tip!

--Ben

S.Isaac Dealey wrote:
> i'm not sure if that's thread-safe tho... I don't remember offhand
> what set nocount does... but the @@identity variable is from any table
> in any sql server session across the database or possibly the server,
> not sure... SQL Server 2000 introduced a SCOPE_IDENTITY() function
> which _is_ thread-safe...
> 
> 
>   insert stuff;
>   select scope_identity() as something;
> 
> 
> This function ensures that the value returned is from the last table
> inserted in your currently executing batch -- so if it's not in your
> cfquery, it won't affect the result. (iirc including triggers on the
> table you're inserting into which has been known to cause problems
> with @@identity) ... so the rule of thumb is to use scope_identity()
> if you can.
> 
> 
> 
>>
>>  set nocount on;
>>  insert stuff;
>>  select @@identity as something;
>>  set nocount off;
>>
> 
> 
>>Just did this day before yesterday.  :-)
> 
> 
>>--Ben
> 
> 
>>Phill B wrote:
>>
>>>I cant remember how to return the id from an insert. I
>>>have searched
>>>but I can't find what I'm looking for. Not to mention
>>>people keep
>>>buggin me making my job harder than it should be. :-|
>>>
>>>
>>>Anyway, it is some thing like @@identity but I cant
>>>remember. Little help?
>>>
> 
> 
> 
> 
> 

~|
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:187119
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: SOT: Eclipse Q's

2004-12-10 Thread Rob
(sorry for talking about it guys...)
I know they are huge, but you might want to check out some of the
intro videos: http://www.rohanclan.com/projects/cfeclipse/index.cfm.
Also the cfe list, while low volume, has a lot of people on it that'll
help out pretty quick...

>But I'm wondering what all of you are using to do page layouts?
When you are in the CFEclipse perspective, there is a browser view, so
doing small tweeks to the html and hitting F5 will render your
changes. I use the snippets to keep "page shells" and put them in as
needed.

If you mean full on page desiging, you might want to use another
product for the initial design. CFEclipse fit into the picture in the
following way (for me anyway)

* Graphic desiger uses flash, dreamweaver, cuneAform, and/or
http://www.nvu.com/ or whatever to make the look and feel etc
* hands the templates to the CFEclipse coder who makes the app "work"
* ...
* profit! 

>I've also downloaded the CSS Editor but haven't figured out how to
access it yet, maybe installed it wrong?

In one of the videos it shows you how to check that they are installed
correctly, but if you open a css file the css plugin should kick in
(if its the plugin I am thinking of)

>Any other tips/tricks you all can throw my way about how to truly get
the most from this product would be great.

There are lots :-o the wiki
(http://www.spike.org.uk/cfeclipse/space/start), the videos, and list
(http://cfeclipse.tigris.org/servlets/ProjectMailingListList) are the
best places to get good tips and tricks

Thanks for checking it out Donna

Cheers,
Rob

On Fri, 10 Dec 2004 14:59:32 -0600, Donna French <[EMAIL PROTECTED]> wrote:
> Okay, I've downloaded Eclipse, installed the CFEclipse plug-in, and
> love it as far as editing code. But I'm wondering what all of you are
> using to do page layouts?  I've also downloaded the CSS Editor but
> haven't figured out how to access it yet, maybe installed it wrong?
> 
> Any other tips/tricks you all can throw my way about how to truly get
> the most from this product would be great. I've already went to
> Dopefly's resource page and that was great to get started with.
> 
> TIA,
> Donna

-- 
~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:187118
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: XHTML Validation via CF

2004-12-10 Thread Robyn
Rob wrote:

>As far as validating before the page runs through the server, I am not
>sure thats possible only because you can write non xhtml on the file
>with cf, and it would be hard to not parse the cf (I dont think that
>is what you are after anyway)
>  
>
Thanks, Rob.  This isn't quite what I'm looking for.  I'm looking to be 
able to feed XHTML (the XHTML output by CF, but no CF included) to some 
function and have that function validate the XHTML against a DTD. 

>If you dont mind browsing to each page, FireFox has a tool to validate
>pages as you view them.
>  
>
This is a great tool!  Thanks for the tip.  I just downloaded and it 
seems to be useful for our purposes.  Any idea how to change the local 
validator from HTML 4.0 Transitional to XHTML 1 strict or transitional?

Robyn



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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187088
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: Blackstone Beta

2004-12-10 Thread Aaron Rouse
Guess I could add it to my morning rotation of reading lists, too bad
that would push the rotation well into lunch  :/


On Fri, 10 Dec 2004 16:08:31 -0500, Alex Sherwood <[EMAIL PROTECTED]> wrote:
> Aaron Rouse wrote:
> 
> >Not only do I not have a blog, but I also never read blogs.  Though
> >sometimes I wish I had the free time to do so, since seems to be a
> >great amount of technical information on them.
> >
> Get yourself an RSS feed reader and get the feed from www.fullasagoog.com.
> 
> Good collection of MACR-centric blogs there. MACR's MXNA aggregator
> should be out in RSS format (according to Mike Chambers) soon, so this
> would be a good one to add, too.
> 
> I've had my ass saved a number of times from reading blogs. I've also
> gotten a ton of good tips, hints and tricks that I've filed mentally and
> come back to when I needed them.
> 
> At least cruise http://www.markme.com/mxna/index.cfm?category=ColdFusion
> once a day, man!
> 
> --
> Alex
> 
> 

~|
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:187115
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: extract values from arrays dynamically

2004-12-10 Thread Joy Holman
I appreciate your answer and will look into using structures and CFC's, but in 
the meantime, the answer you gave to my question, I think is assuming that each 
question is a test. The situation is as below, where the first test has 2 
questions and each question has three choices.

Using this code: 

 
QstnKey = ArrayNew(3); 
QstnKey[1][1][1] = "TEst1"; 
QstnKey[1][2][1]="a. choice 1"; 
QstnKey[1][2][2]="b. choice 2"; 
QstnKey[1][2][3]="c. choice 3"; 
QstnKey[1][3[1]="a. choice 1"; 
QstnKey[1][3[2]="b. choice 2"; 
QstnKey[1][3[3]="c. choice 3"; 
QstnKey[2][1][1]="Test2"; 
QstnKey[2][2][1]="a. choice 1"; 
QstnKey[2][2][2]="b. choice 2"; 
QstnKey[2][2][3]="c. choice 3"; 
QstnKey[2][3][1]="a. choice 1"; 
QstnKey[2][3][2]="b. choice 2"; 
 

How could I dynamically determine the number of questions per test? The answer 
for Test1 = 2.

Thanks.

~|
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:187116
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: Return id after insert

2004-12-10 Thread S . Isaac Dealey
i'm not sure if that's thread-safe tho... I don't remember offhand
what set nocount does... but the @@identity variable is from any table
in any sql server session across the database or possibly the server,
not sure... SQL Server 2000 introduced a SCOPE_IDENTITY() function
which _is_ thread-safe...


  insert stuff;
  select scope_identity() as something;


This function ensures that the value returned is from the last table
inserted in your currently executing batch -- so if it's not in your
cfquery, it won't affect the result. (iirc including triggers on the
table you're inserting into which has been known to cause problems
with @@identity) ... so the rule of thumb is to use scope_identity()
if you can.


> 
>   set nocount on;
>   insert stuff;
>   select @@identity as something;
>   set nocount off;
> 

> Just did this day before yesterday.  :-)

> --Ben

> Phill B wrote:
>> I cant remember how to return the id from an insert. I
>> have searched
>> but I can't find what I'm looking for. Not to mention
>> people keep
>> buggin me making my job harder than it should be. :-|
>>
>>
>> Anyway, it is some thing like @@identity but I cant
>> remember. Little help?
>>


> 

~|
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:187114
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: Blackstone Beta

2004-12-10 Thread Alex Sherwood
Aaron Rouse wrote:

>Not only do I not have a blog, but I also never read blogs.  Though
>sometimes I wish I had the free time to do so, since seems to be a
>great amount of technical information on them.
>
Get yourself an RSS feed reader and get the feed from www.fullasagoog.com.

Good collection of MACR-centric blogs there. MACR's MXNA aggregator 
should be out in RSS format (according to Mike Chambers) soon, so this 
would be a good one to add, too.

I've had my ass saved a number of times from reading blogs. I've also 
gotten a ton of good tips, hints and tricks that I've filed mentally and 
come back to when I needed them.

At least cruise http://www.markme.com/mxna/index.cfm?category=ColdFusion 
once a day, man!

--
Alex

~|
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:187113
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: fck editor 2.0 RC

2004-12-10 Thread Deanna Schneider
You know, I played with the samples a bit more, and this is the kind of code 
it generates:
another test

WTF?

- 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 all right.  its that .js file that controls the look of the
> tool.  Just add or remove toolbar items to one of the two existing
> ones, or better yet build your own new toolbar type and specify it in
> your editor call.
>
> -- 
> --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:187111
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: Blackstone Beta

2004-12-10 Thread dave
hostmysite.com has a server available to run non production sites right now 
with a free beta account

-- Original Message --
From: Adrocknaphobia <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 10 Dec 2004 15:48:28 -0500

>So is everyone allowed to use the Beta in production or did you get
>som sly deal?
>
>-Adam
>
>
>On Fri, 10 Dec 2004 09:57:42 -0400, Michael Dinowitz
><[EMAIL PROTECTED]> wrote:
>> 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 tricks that people will just 
>> love based on my work with Blackstone.
>> 
>> 
>> 
>> >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 GreenEmail: [EMAIL PROTECTED]|
>> >| Home: 919.303.0218|
>> >|   Off Road Rally Racing Team: http://LinaRacing.com/  |
>> >|Do you like Evite? This is better: http://RSVPtracker.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:187110
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: XHTML Validation via CF LIST OF TAG HELP PLEAZ

2004-12-10 Thread dave
thanks rob!

-- Original Message --
From: Rob <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 10 Dec 2004 12:55:40 -0800

>If you'd like a parse-able (xml) version of cfml you can use the cfe
>cfml xml file if you like
>
>http://cfeclipse.tigris.org/nonav/source/browse/*checkout*/cfeclipse/src/version1/dictionary/cfml.xml?rev=1.32&content-type=text/plain
>
>It's mostly derived from live docs.
>
>On Fri, 10 Dec 2004 15:44:52 -0500, Jim Davis
><[EMAIL PROTECTED]> wrote:
>> Livedocs.macromedia.com would probably be the place to go.
>> 
>> There may be bugs in the docs, but that is the official source.
>> 
>
>-- 
>~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:187109
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: XHTML Validation via CF

2004-12-10 Thread Paul Vernon
http://www.htmlvalidator.com

This works a treat for us The bulk process lets us do an entire site in
one go... We've found that it can also find bugs that you may not even know
existed in your CF because it spiders your site like a search engine and
reports everything it can find... It even validates CSS documents for you...

Paul


~|
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:187112
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: Eclipse Q's

2004-12-10 Thread Donna French
Okay, I've downloaded Eclipse, installed the CFEclipse plug-in, and
love it as far as editing code. But I'm wondering what all of you are
using to do page layouts?  I've also downloaded the CSS Editor but
haven't figured out how to access it yet, maybe installed it wrong?

Any other tips/tricks you all can throw my way about how to truly get
the most from this product would be great. I've already went to
Dopefly's resource page and that was great to get started with.

TIA,
Donna

-- 

Donna French
[EMAIL PROTECTED]

Blog: http://dgfrench.blogspot.com
Site: http://www.dgfrenchdesigns.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:187108
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: XHTML Validation via CF LIST OF TAG HELP PLEAZ

2004-12-10 Thread dave
was hoping someone had a complete list alrady available
be nice to have the blackstone tags in it as well

-- Original Message --
From: "Jim Davis" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 10 Dec 2004 15:44:52 -0500

>Livedocs.macromedia.com would probably be the place to go.
>
>There may be bugs in the docs, but that is the official source.
>
>Jim Davis
>
>> -Original Message-
>> From: dave [mailto:[EMAIL PROTECTED]
>> Sent: Friday, December 10, 2004 3:33 PM
>> To: CF-Talk
>> Subject: RE: XHTML Validation via CF LIST OF TAG HELP PLEAZ
>> 
>> well the guy who is writing the tool i put on other thread "my rambling
>> for today" from yesterday
>> that might work, will be a few days though till its done
>> 
>> he just sent me a list of tags to include, can we all add to this list of
>> is there 1 place that has all the current tags? blackstones too would be
>> nice
>> 
>> 
>> CFABOUT
>> CFAPPLICATION
>> CFBREAK
>> CFCOOKIE
>> CFIF
>> CFELSEIF
>> CFELSE
>> CFINCLUDE
>> CFINSERT
>> CFLOCATION
>> CFLOOP
>> CFOUTPUT
>> CFPARAM
>> CFQUERY
>> CFSET
>> CFSETTING
>> CFSWITCH
>> CFCASE
>> CFDEFAULTCASE
>> CFUPDATE
>> CFAPPLET
>> CFASSOCIATE
>> CFAUTHENTICATE
>> CFCACHE
>> CFCOL
>> CFCOLLECTION
>> CFCONTENT
>> CFDIRECTORY
>> CFERROR
>> CFEXIT
>> CFFILE
>> CFFORM
>> CFFTP
>> CFGRID
>> CFGRIDCOLUMN
>> CFGRIDROW
>> CFGRIDUPDATE
>> CFHEADER
>> CFHTMLHEAD
>> CFHTTP
>> CFHTTPPARAM
>> CFINDEX
>> CFINPUT
>> CFLDAP
>> CFLOCK
>> CFMAIL
>> CFMODULE
>> CFOBJECT
>> CFPARAM
>> CFPOP
>> CFPROCPARAM
>> CFPROCRESULT
>> CFREGISTRY
>> CFREPORT
>> CFSCHEDULE
>> CFSCRIPT
>> CFSEARCH
>> CFSELECT
>> CFSLIDER
>> CFSTOREDPROC
>> CFTABLE
>> CFTEXTINPUT
>> CFTHROW
>> CFTRANSACTION
>> CFTREE
>> CFTREEITEM
>> CFWDDX
>> 
>> 
>> 
>
>

~|
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:187106
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: XHTML Validation via CF LIST OF TAG HELP PLEAZ

2004-12-10 Thread Rob
If you'd like a parse-able (xml) version of cfml you can use the cfe
cfml xml file if you like

http://cfeclipse.tigris.org/nonav/source/browse/*checkout*/cfeclipse/src/version1/dictionary/cfml.xml?rev=1.32&content-type=text/plain

It's mostly derived from live docs.

On Fri, 10 Dec 2004 15:44:52 -0500, Jim Davis
<[EMAIL PROTECTED]> wrote:
> Livedocs.macromedia.com would probably be the place to go.
> 
> There may be bugs in the docs, but that is the official source.
> 

-- 
~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 - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187105
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: Blackstone Beta

2004-12-10 Thread Aaron Rouse
Not only do I not have a blog, but I also never read blogs.  Though
sometimes I wish I had the free time to do so, since seems to be a
great amount of technical information on them.

On Fri, 10 Dec 2004 13:44:45 -0700, Jim McAtee <[EMAIL PROTECTED]> wrote:
> I'll gladly admit to that.  I don't even have a blog, if you can believe
> it.
> 
> 
> 
> 
> - Original Message -
> From: "Ken Ketsdever" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, December 10, 2004 1:20 PM
> Subject: RE: Blackstone Beta
> 
> >I think you have a fewer geek gene than the beta bunch.
> >
> > -Original Message-
> > From: Jim McAtee [mailto:[EMAIL PROTECTED]
> > Sent: Friday, December 10, 2004 12:17 PM
> > To: CF-Talk
> > Subject: Re: Blackstone Beta
> >
> >
> > I implore you. NOW! But I can't tell you why.
> >
> > Pass.
> >
> > Is there a really good reason that people seem so eager to become beta
> > testers for someone else's product?  I can see it perhaps if support
> > tells
> > you it addresses a problem you're having with the current generation.
> > Or
> > if you develop products or sell services based on the platform.
> >
> > I'd just as soon wait for the .1 version.
> >
> >
> >
> > - Original Message -
> > From: "Michael Dinowitz" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Friday, December 10, 2004 1:57 AM
> > Subject: Blackstone Beta
> >
> >
> >> 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 Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187107
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: Blackstone Beta

2004-12-10 Thread Bryan Stevenson
That's OK Jim...I'm with you.if people wanted to hear what I have to 
saythey'd buy the book

Geesh...people used to keep their diariers locked and hiddennow they 
spew their drivel online for all to see *yawn* ;-)

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
- Original Message - 
From: "Jim McAtee" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 10, 2004 12:44 PM
Subject: Re: Blackstone Beta


> I'll gladly admit to that.  I don't even have a blog, if you can believe
> it.
>
>
> - Original Message - 
> From: "Ken Ketsdever" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, December 10, 2004 1:20 PM
> Subject: RE: Blackstone Beta
>
>
>>I think you have a fewer geek gene than the beta bunch.
>>
>> -Original Message-
>> From: Jim McAtee [mailto:[EMAIL PROTECTED]
>> Sent: Friday, December 10, 2004 12:17 PM
>> To: CF-Talk
>> Subject: Re: Blackstone Beta
>>
>>
>> I implore you. NOW! But I can't tell you why.
>>
>> Pass.
>>
>> Is there a really good reason that people seem so eager to become beta
>> testers for someone else's product?  I can see it perhaps if support
>> tells
>> you it addresses a problem you're having with the current generation.
>> Or
>> if you develop products or sell services based on the platform.
>>
>> I'd just as soon wait for the .1 version.
>>
>>
>>
>> - Original Message - 
>> From: "Michael Dinowitz" <[EMAIL PROTECTED]>
>> To: "CF-Talk" <[EMAIL PROTECTED]>
>> Sent: Friday, December 10, 2004 1:57 AM
>> Subject: Blackstone Beta
>>
>>
>>> 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: http://www.houseoffusion.com/lists.cfm/link=i:4:187104
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: Catch CFMX Request Timeout ?

2004-12-10 Thread Douglas Knudsen
I'll be damned!  I never thought of going that route, shite.  Ok, so
now, how to do this on a server wide level?

DK


On Fri, 10 Dec 2004 14:09:23 -0400, Ron G <[EMAIL PROTECTED]> wrote:
>  exception="coldfusion.runtime.RequestTimedOutException" mailto="[EMAIL 
> PROTECTED]" template="timeoutErr.cfm">
> 
> in the application.cfm file I think works
> 
> >>
> >Cant do that, i need to check if its taking more time than CFMX Server
> >setting,
> >if so execute some other logic to handle the situation correctly.
> >
> >Joe Eugene
> >  -Original Message-
> >  From: John Uebel [mailto:[EMAIL PROTECTED]
> >  Sent: Wednesday, March 10, 2004 11:43 PM
> >  To: CF-Talk
> >  Subject: Re: Catch CFMX Request Timeout ?
> >
> >
> >  Simply place the following at the top of your file:
> >
> >  
> >
> >  The above will override the default timeout in the CF Administrator and
> >allow a timeout of 10 minutes.
> >
> >  Is there a way to catch a CFMX Request Timeout. If the server takes
> >more
> >  time than the CF Admin setting.. is there a way to catch it?
> >
> >  I have tried to use the below but they dont work.
> >
> >  
> >
> >  COM.Allaire.ColdFusion.Request.Timeout
> >  And
> >  coldfusion.runtime.RequestTimedOutException
> >
> >  Any Ideas?
> >
> >  Thanks,
> >  Joe Eugene
> 
> 

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187103
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: Blackstone Beta

2004-12-10 Thread Bryan Stevenson
Hmmm...so you have a head start on those that don't beta test.so you can 
help make the product better and easier to use...making your life easier in 
the long run...take your pick

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
- Original Message - 
From: "Jim McAtee" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 10, 2004 12:17 PM
Subject: Re: Blackstone Beta


>I implore you. NOW! But I can't tell you why.
>
> Pass.
>
> Is there a really good reason that people seem so eager to become beta
> testers for someone else's product?  I can see it perhaps if support tells
> you it addresses a problem you're having with the current generation.  Or
> if you develop products or sell services based on the platform.
>
> I'd just as soon wait for the .1 version.
>
>
>
> - Original Message - 
> From: "Michael Dinowitz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, December 10, 2004 1:57 AM
> Subject: Blackstone Beta
>
>
>> 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 - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187102
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


Compuserve and session variables...

2004-12-10 Thread Jeff Waris
Has anyone run into problems with session variable retention or odd site
issues regarding CompuServe? Are they running a Caching type server there??
We are having an issue where some session variables are getting messed up
when someone is using dialup through CompuServe. Anyone with any
experiences?

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:187100
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: Blackstone Beta

2004-12-10 Thread Adrocknaphobia
So is everyone allowed to use the Beta in production or did you get
som sly deal?

-Adam


On Fri, 10 Dec 2004 09:57:42 -0400, Michael Dinowitz
<[EMAIL PROTECTED]> wrote:
> 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 tricks that people will just 
> love based on my work with Blackstone.
> 
> 
> 
> >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 GreenEmail: [EMAIL PROTECTED]|
> >| Home: 919.303.0218|
> >|   Off Road Rally Racing Team: http://LinaRacing.com/  |
> >|Do you like Evite? This is better: http://RSVPtracker.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:187101
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: passing many variables between pages

2004-12-10 Thread Larry Lyons
>I have a typical form where there are 10 - 15 form variables that must
>be passed through multiple templates...
>
>I have always used the hidden input method 
>
>
>Is there a way to take all those hidden input lines and put them into
>one variable and just pass that one variable from template to template
>rather than having 15 - 20 hidden input lines in each template?
>
>Or is there some other good technique for this?
>
>TIA
>Tim

Tim,

Ben Forta wrote a very good custom tag call CF_EmbedFields. From the writeup on 
the Macromedia Exchange:

CF_EmbedFields simplifies the process of creating multi-part HTML forms. A 
single call to this tag (without any attributes) embeds all passed form fields 
in the form as hidden fields.

You can get it at the MM exchange,
http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exchange%20Search%20Details&loc=en_us&authorid=19588859&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=8&extid=101&catid=0

and for those who are wrap challenged:
http://www.houseoffusion.com/tiny.cfm/95 

hth,

larry
--
Larry C. Lyons
Web Analyst
BEI Resources
American Type Culture Collection
email: llyons(at)atcc(dot)org
tel: 703.365.2700.2678
--

~|
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:187099
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: XHTML Validation via CF LIST OF TAG HELP PLEAZ

2004-12-10 Thread Jim Davis
Livedocs.macromedia.com would probably be the place to go.

There may be bugs in the docs, but that is the official source.

Jim Davis

> -Original Message-
> From: dave [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 10, 2004 3:33 PM
> To: CF-Talk
> Subject: RE: XHTML Validation via CF LIST OF TAG HELP PLEAZ
> 
> well the guy who is writing the tool i put on other thread "my rambling
> for today" from yesterday
> that might work, will be a few days though till its done
> 
> he just sent me a list of tags to include, can we all add to this list of
> is there 1 place that has all the current tags? blackstones too would be
> nice
> 
> 
> CFABOUT
> CFAPPLICATION
> CFBREAK
> CFCOOKIE
> CFIF
> CFELSEIF
> CFELSE
> CFINCLUDE
> CFINSERT
> CFLOCATION
> CFLOOP
> CFOUTPUT
> CFPARAM
> CFQUERY
> CFSET
> CFSETTING
> CFSWITCH
> CFCASE
> CFDEFAULTCASE
> CFUPDATE
> CFAPPLET
> CFASSOCIATE
> CFAUTHENTICATE
> CFCACHE
> CFCOL
> CFCOLLECTION
> CFCONTENT
> CFDIRECTORY
> CFERROR
> CFEXIT
> CFFILE
> CFFORM
> CFFTP
> CFGRID
> CFGRIDCOLUMN
> CFGRIDROW
> CFGRIDUPDATE
> CFHEADER
> CFHTMLHEAD
> CFHTTP
> CFHTTPPARAM
> CFINDEX
> CFINPUT
> CFLDAP
> CFLOCK
> CFMAIL
> CFMODULE
> CFOBJECT
> CFPARAM
> CFPOP
> CFPROCPARAM
> CFPROCRESULT
> CFREGISTRY
> CFREPORT
> CFSCHEDULE
> CFSCRIPT
> CFSEARCH
> CFSELECT
> CFSLIDER
> CFSTOREDPROC
> CFTABLE
> CFTEXTINPUT
> CFTHROW
> CFTRANSACTION
> CFTREE
> CFTREEITEM
> CFWDDX
> 
> 
> 

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187098
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: Blackstone Beta

2004-12-10 Thread Jim McAtee
I'll gladly admit to that.  I don't even have a blog, if you can believe 
it.


- Original Message - 
From: "Ken Ketsdever" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 10, 2004 1:20 PM
Subject: RE: Blackstone Beta


>I think you have a fewer geek gene than the beta bunch.
>
> -Original Message-
> From: Jim McAtee [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 10, 2004 12:17 PM
> To: CF-Talk
> Subject: Re: Blackstone Beta
>
>
> I implore you. NOW! But I can't tell you why.
>
> Pass.
>
> Is there a really good reason that people seem so eager to become beta
> testers for someone else's product?  I can see it perhaps if support 
> tells
> you it addresses a problem you're having with the current generation. 
> Or
> if you develop products or sell services based on the platform.
>
> I'd just as soon wait for the .1 version.
>
>
>
> - Original Message - 
> From: "Michael Dinowitz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, December 10, 2004 1:57 AM
> Subject: Blackstone Beta
>
>
>> 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 - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187097
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


Query of Query Syntax

2004-12-10 Thread Ian Skinner
I am asking here, before I go searching and digging in the documentation and 
web resources, because you all often provide a better answer faster then I can 
on my own.
 
Anyway, what SQL syntax, if any, is in a CF query of a query to manipulate and 
modify string content of fields?  I have a record set of e-mails that have been 
generated by a tool that validated them.  I would like to create a report of 
how many we have from various domains.  I can see how I could do this manually 
by looping through the query manipulating each record one at a time and 
counting up each domain.  But, I was wondering if I can do this in a query of a 
query using syntax you can usually find in more robust RDMS's.
 
So, is this possible?
--
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 Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187096
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: XHTML Validation via CF

2004-12-10 Thread Robyn
Ian Skinner wrote:

>Should be based on the DOCTYPE of the document being validated.
>  
>


Yep, just figured that one out.  Thanks...  It's definitely a Friday!

Thank you both for your help.
Robyn

~|
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:187094
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: Blackstone Beta

2004-12-10 Thread Donna French
Geek gene ...LMAO


On Fri, 10 Dec 2004 12:20:13 -0800, Ken Ketsdever
<[EMAIL PROTECTED]> wrote:
> I think you have a fewer geek gene than the beta bunch.
> 
> 
> 
> -Original Message-
> From: Jim McAtee [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 10, 2004 12:17 PM
> To: CF-Talk
> Subject: Re: Blackstone Beta
> 
> I implore you. NOW! But I can't tell you why.
> 
> Pass.
> 
> Is there a really good reason that people seem so eager to become beta
> testers for someone else's product?  I can see it perhaps if support tells
> you it addresses a problem you're having with the current generation.  Or
> if you develop products or sell services based on the platform.
> 
> I'd just as soon wait for the .1 version.
> 
> - Original Message -
> From: "Michael Dinowitz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, December 10, 2004 1:57 AM
> Subject: Blackstone Beta
> 
> > 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 - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187095
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: XHTML Validation via CF

2004-12-10 Thread Rob
It goes off the doctype set in the page I believe, so you have to
specify the correct one for the correct type

This is from the w3c

   1. It must conform to the constraints expressed in one of the three
DTDs found in DTDs and in Appendix B.
   2. The root element of the document must be html.
   3. The root element of the document must contain an xmlns
declaration for the XHTML namespace [XMLNS]. The namespace for XHTML
is defined to be http://www.w3.org/1999/xhtml. An example root element
might look like:

http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">

   4. There must be a DOCTYPE declaration in the document prior to the
root element. The public identifier included in the DOCTYPE
declaration must reference one of the three DTDs found in DTDs using
the respective Formal Public Identifier. The system identifier may be
changed to reflect local system conventions.

http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd";>

   5. The DTD subset must not be used to override any parameter
entities in the DTD.

Hope that helps (http://www.w3.org/TR/xhtml1/)



On Fri, 10 Dec 2004 15:30:12 -0500, Robyn <[EMAIL PROTECTED]> wrote:
> Rob wrote:
> 
> >As far as validating before the page runs through the server, I am not
> >sure thats possible only because you can write non xhtml on the file
> >with cf, and it would be hard to not parse the cf (I dont think that
> >is what you are after anyway)
> >
> >
> Thanks, Rob.  This isn't quite what I'm looking for.  I'm looking to be
> able to feed XHTML (the XHTML output by CF, but no CF included) to some
> function and have that function validate the XHTML against a DTD.
> 
> >If you dont mind browsing to each page, FireFox has a tool to validate
> >pages as you view them.
> >
> >
> This is a great tool!  Thanks for the tip.  I just downloaded and it
> seems to be useful for our purposes.  Any idea how to change the local
> validator from HTML 4.0 Transitional to XHTML 1 strict or transitional?
> 
> Robyn
> 
> 

~|
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:187093
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: extract values from arrays dynamically

2004-12-10 Thread Charlie Griefer
Hey Joe:

First off, really been enjoying your blog postings on the OO stuff. 
keep it up :)

Now...you've piqued my curiousity re: array of CFCs.  I'm still
grasping CFCs (conceptually...why/how/where/when to use them
('correctly')), so I'm curious as to how you'd use them in this
setting.

Each CFC would exist only to store information (test number/answers,
in this case)?  Or is there some sort of additional functionality that
you'd add that I'm just too myopic to see?

Thx!
Charlie


On Fri, 10 Dec 2004 15:28:05 -0500, Joe Rinehart <[EMAIL PROTECTED]> wrote:
> This will get number of questions in each test (note:  if you're pre
> MX, wrap the second arrayLen() in evaluate()).
> 
>  
>  
>   Questions in #QstnKey[i][1][1]# = #arrayLen(QstnKey[i]) - 1#
>  
>  
> 
> I think this is a really difficult way of going about doing it, and
> Charlie's right, an array of structs would be better.  An array of
> CFCs would be even more ideal.
> 
> For the array of structs, I'd do this:
> 
>  
>  QstnKey = ArrayNew(1);
>  QstnKey[1] = StructNew();
>  QstnKey[1].Name = "Test1";
>  QstnKey[1].Questions = ArrayNew(1);
>  QstnKey[1].Questions[1] = StructNew();
>  QstnKey[1].Questions[1].Question = "What do you like about food?";
>  QstnKey[1].Questions[1].Answers = ArrayNew(1);
>  QstnKey[1].Questions[1].Answers[1] = "a. choice 1";
>  QstnKey[1].Questions[1].Answers[2] = "a. choice 2";
> 
>  // And so on...
>  
> 
> -joe
> 
> On Fri, 10 Dec 2004 13:16:20 -0700, Charlie Griefer
> 
> 
> <[EMAIL PROTECTED]> wrote:
> > in looking at your original code...arrayLen(QstnKey[1])-1 should do it
> > (the -1 because one of the elements in the array is identifying it as
> > "Test1")
> >
> > i still think the array of structs is cleaner tho :)
> >
> >
> > On Fri, 10 Dec 2004 15:08:50 -0400, Joy Holman <[EMAIL PROTECTED]> wrote:
> > > I got the answer using my original code.
> > > Today my question is:
> > > Using that original code, how can I dynamically determine how many 
> > > questions are in Test1? The answer would be "2".
> > >
> > >
> >
> >
> 
> 

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187092
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: XHTML Validation via CF

2004-12-10 Thread Ian Skinner
This is a great tool!  Thanks for the tip.  I just downloaded and it 
seems to be useful for our purposes.  Any idea how to change the local 
validator from HTML 4.0 Transitional to XHTML 1 strict or transitional?

Robyn

Should be based on the DOCTYPE of the document being validated.


--
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 Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187090
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] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Spike
I wrote a CF script to do this a while ago and found exactly that. With 
simpler text you can jumble the letters as much as you like, but with 
multi-syllable words it starts to get a lot harder to understand.

I modified the script so it never moved the letters more than 2 
positions from their starting point and it made the world of difference.

I'll see if I can dig it out.

Spike

Ian Skinner wrote:
> This only works with fairly simple content.
> 
> http://www.mrc-cbu.cam.ac.uk/personal/matt.davis/Cmabrigde/";>
> Update 2:
> 
> Graham has very kindly sent me a summary of his thesis work. 
> <>
> 
> it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt 
> tihng is taht the frist and lsat ltteer be at the rghit pclae... it doesn't 
> matter in what order the letters in a word are, the only important thing is 
> that the first and last letter be at the right place
> 
> This is clearly wrong. For instance, compare the following three sentences:
> 
> 1) A vheclie epxledod at a plocie cehckipont near the UN haduqertares in 
> Bagahdd on Mnoday kilinlg the bmober and an Irqai polcie offceir
> 
> 2) Big ccunoil tax ineesacrs tihs yaer hvae seezueqd the inmcoes of mnay 
> pneosenirs
> 
> 3) A dootcr has aimttded the magltheuansr of a tageene ceacnr pintaet who 
> deid aetfr a hatospil durg blendur
> 
> All three sentences were randomized according to the "rules" described in the 
> meme. The first and last letters have stayed in the same place and all the 
> other letters have been moved. However, I suspect that your experience is the 
> same as mine, which is that the texts get progressively more difficult to 
> read. If you get stuck, the sentences are linked to the original unscrambled 
> texts.
> 
> 
> 
> 
> --
> 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 Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187089
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: extract values from arrays dynamically

2004-12-10 Thread Joe Rinehart
This will get number of questions in each test (note:  if you're pre
MX, wrap the second arrayLen() in evaluate()).

 
 
  Questions in #QstnKey[i][1][1]# = #arrayLen(QstnKey[i]) - 1#
 
 

I think this is a really difficult way of going about doing it, and
Charlie's right, an array of structs would be better.  An array of
CFCs would be even more ideal.

For the array of structs, I'd do this:

 
 QstnKey = ArrayNew(1);
 QstnKey[1] = StructNew();
 QstnKey[1].Name = "Test1";
 QstnKey[1].Questions = ArrayNew(1);
 QstnKey[1].Questions[1] = StructNew();
 QstnKey[1].Questions[1].Question = "What do you like about food?";
 QstnKey[1].Questions[1].Answers = ArrayNew(1);
 QstnKey[1].Questions[1].Answers[1] = "a. choice 1";
 QstnKey[1].Questions[1].Answers[2] = "a. choice 2";
 
 // And so on... 
 

-joe




On Fri, 10 Dec 2004 13:16:20 -0700, Charlie Griefer
<[EMAIL PROTECTED]> wrote:
> in looking at your original code...arrayLen(QstnKey[1])-1 should do it
> (the -1 because one of the elements in the array is identifying it as
> "Test1")
> 
> i still think the array of structs is cleaner tho :)
> 
> 
> On Fri, 10 Dec 2004 15:08:50 -0400, Joy Holman <[EMAIL PROTECTED]> wrote:
> > I got the answer using my original code.
> > Today my question is:
> > Using that original code, how can I dynamically determine how many 
> > questions are in Test1? The answer would be "2".
> >
> >
> 
> 

~|
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:187087
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: XHTML Validation via CF

2004-12-10 Thread Ian Skinner
Thanks, Ian!  This is indeed a helpful tool, but unfortunately won't be 
very efficient for our purposes.  We have a lot of developers and we 
need to be able to check pages in their apps as efficiently as 
possible.  Saving each page in an application to a new file and then 
uploading it would work, but would be tough to get people to do reliably.

Thanks!
Robyn

You may want to give it a try, it is not as cumbersome is you might imagine.
I was worried when I started to validate a fairly complex intranet application 
last week.  But it turned out to be not that bad.  

1) Run application page
2) Save generated HTML to validation folder
3) Load file to W3C tool
4) Run Check
5) Fix errors reported
7) Repeat

I could run through this process in just a few moments.

HTH

PS: I just tried the validation link in my Firefox, and unfortunately it tried 
to access the page by URL not code.  I received this error message

I got the following unexpected response when trying to retrieve 
:

500 Can't connect to dev-cps:80 (Bad hostname 'dev-cps')

Please make sure you have entered the URL correctly.
--
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 Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187086
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: Blackstone Beta

2004-12-10 Thread Lewis Sellers
Jim McAtee wrote:
> I implore you. NOW! But I can't tell you why.
> 
> Pass.
> 
> Is there a really good reason that people seem so eager to become beta 
> testers for someone else's product? 

Probably... a chance to influence the development of the software when 
the developers might be most apt to make the most changes?

That and getting "free stuff" you can try to to see if it'll make your 
life easier. etc. :)

-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.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:187085
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: Blackstone Beta

2004-12-10 Thread Ken Ketsdever
I think you have a fewer geek gene than the beta bunch.

-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]
Sent: Friday, December 10, 2004 12:17 PM
To: CF-Talk
Subject: Re: Blackstone Beta


I implore you. NOW! But I can't tell you why.

Pass.

Is there a really good reason that people seem so eager to become beta 
testers for someone else's product?  I can see it perhaps if support tells 
you it addresses a problem you're having with the current generation.  Or 
if you develop products or sell services based on the platform.

I'd just as soon wait for the .1 version.



- Original Message - 
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 10, 2004 1:57 AM
Subject: Blackstone Beta


> 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 Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187084
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: XHTML Validation via CF

2004-12-10 Thread Robyn
Ian Skinner wrote:

>http://validator.w3.org/
>
>I use this validator for checking my CF intranet pages.  The second option 
>allows you to upload a file to be checked (rather then checking a file on the 
>internet directly).  I run my page I wish to check, save it as an HTML file, 
>then load that up to the tool. And I get a very useful report of all my 
>problems.  
>  
>
Thanks, Ian!  This is indeed a helpful tool, but unfortunately won't be 
very efficient for our purposes.  We have a lot of developers and we 
need to be able to check pages in their apps as efficiently as 
possible.  Saving each page in an application to a new file and then 
uploading it would work, but would be tough to get people to do reliably.

Thanks!
Robyn


~|
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:187083
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: Blackstone Beta

2004-12-10 Thread Jim McAtee
I implore you. NOW! But I can't tell you why.

Pass.

Is there a really good reason that people seem so eager to become beta 
testers for someone else's product?  I can see it perhaps if support tells 
you it addresses a problem you're having with the current generation.  Or 
if you develop products or sell services based on the platform.

I'd just as soon wait for the .1 version.



- Original Message - 
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 10, 2004 1:57 AM
Subject: Blackstone Beta


> 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: http://www.houseoffusion.com/lists.cfm/link=i:4:187082
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: extract values from arrays dynamically

2004-12-10 Thread Charlie Griefer
in looking at your original code...arrayLen(QstnKey[1])-1 should do it
(the -1 because one of the elements in the array is identifying it as
"Test1")

i still think the array of structs is cleaner tho :)


On Fri, 10 Dec 2004 15:08:50 -0400, Joy Holman <[EMAIL PROTECTED]> wrote:
> I got the answer using my original code.
> Today my question is:
> Using that original code, how can I dynamically determine how many questions 
> are in Test1? The answer would be "2".
> 
> 

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187081
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


  1   2   3   >