Re: FckEditor kills FF2's built-in speller

2008-02-23 Thread Roger B.
Don: Just a suggestion... instead of hunting around for another box,
just unzip Portable Firefox into a folder on your desktop and use
that.

--
Roger Benningfield

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299783
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFCOOKIE - how to handle, subdoman and domain authentication

2008-01-30 Thread Roger B.
 They use the same login system, I just need it to be
 specific to the main domain or a unique subdomain.

Nate: To get the effect you're after, I'd suggest automatically
pushing people from domain.com to www.domain.com and setting the
cookie from there.

--
Roger Benningfield

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297797
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: A very specific message board/forum question...

2006-02-22 Thread Roger B.
 People use phpBB because of it's power... you don't HAVE to use private
 messaging, but nearly every phpBB board out there does.  It lets board
 members communicate with each other without having to share email addresses.

Rick: The forum bits of JournURL do all of that, and I've waffled
back-and-forth about releasing it as a stand-alone app over the years.
But that would leave me doing a number of things:

(1) Radically cleaning up the admin UI.

(2) Figuring out an installation procedure for mere mortals.

(3) Deciding whether or not to strip out all of the non-forum stuff.

(4) Removing dependencies on various bits of code that I don't have
the right to redistribute, or can't redistribute without running into
GPL issues. (jTidy, for example.)

Finding the time and will for all of that can be kinda difficult. :D

--
Roger Benningfield




 BBML lets people do things to make their posts look different... you'd
 be amazed at how many people I know on some message boards that change
 the color of the font on all their posts.  If they wanna be LOUD they
 change the font size to 25.

 BBML is also intended to be implemented so people can't break the rest
 of the page.. ie, if you put a [b] tag without an end [/b] tag, none of
 the code will be bolded.  It forces validity on the BBML.  You can't
 even do this:  [b][i]hi there[/b][/i]

 It lets people put image files in their signatures, which almost
 *EVERYONE* participating in the Carolina Hurricanes message boards does.
   Heck, people there ask people with cool signatures where they got
 their image and they'll go have someone make THEM a cool signature too.

 Avatars gives users another opportunity for people to express
 themselves, to make themselves unique.

 In one case, a bet was made between an Ottawa Senators fan and a
 Carolina Hurricanes fan.  The bet was, if the Canes win, the ottawa
 senators fan has to change his avatar to something like the Canes logo
 and the words CANES ROCK, and something similar the other way around.

 These things build community and allow for individual expression, and
 *THAT* is what makes those features popular.

 I don't think anyone necessarily wants a phpBB clone, but we want all
 the features that phpBB has.

 Rick

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233170
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 very specific message board/forum question...

2006-02-22 Thread Roger B.
 HTML editors cause a couple of problems:

 #1 - you can break the HTML.
 #2 - you can PASTE IN any html you want into tinyMCE.. you'd have to
 parse out the tags you don't want.. and it could still be broken html.
 #3 - wysiwyg html editors are slow loading, evne at their most basic.
 #4 - wysiwyg html editors very browser dependent.

I agree with #3 and #4, but the first two are implementation problems.
Tidy can ensure that HTML is well-formed, and well-formed HTML can
(and should) be swept for naughty bits relatively easily.

--
Roger Benningfield

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233171
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: image manipulation in coldfusion?

2005-10-06 Thread Roger B.
 That's what I tried to do when
 I wrote version 2.0 of my CFC and I achieved a huge increase in quality.

Massimo: Just to let you know... I was playing around with your CFC,
and noticed that on some images (usually horizontally oriented ones),
bufferedCrop() would throw an outside of raster error. I was able to
fix it by modifying the code to check for crop operations that exceed
the height of the image.

With that said, thanks for putting the code out there.

--
Roger Benningfield
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220286
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: XML/RSS Search Feed

2005-10-04 Thread Roger B.
 (1) Does the client write the forms to be used for searching or do we supply 
 that to them...

When publishing an XML document, your job is to provide the results in
a known document format (RSS or something else entirely) and let them
know how your URIs work. It can get a bit more complicated than that
in some cases, but not for simple search engine queries.

 ...or could they just use inline frames that point to templates on our site?

I think you need to clarify exactly what you're trying to do.

(1) Are you trying to provide search results that can be consumed by
other machines/servers, stored and/or manipulated, and then displayed
to that machine's user(s)? If so, then XML is what you're after.

(2) Are you trying to provide search results directly to end-users,
without any storage or customization on the part of foreign sites?
If so, then just output plain ol' HTML. You can deliver it via IFRAME
or Javascript.

--
Roger Benningfield
JournURL
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220052
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: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-22 Thread Roger B.
 I'm making the assumption (probably a good one) that the problem
 is on my end... 

Jim: It's not a problem... just confusion brought on by a lack of
explanation. That outer array is the array of params... you can
safely ignore it.

To make things clearer, I added a second CFDUMP that displays the
deserialized package by itself.

--
Roger Benningfield

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215895
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: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-21 Thread Roger B.
 Mostly because I'd never heard of it until you mentioned it.  Where have you
 been for the past two weeks while I've been ranting about not having
 something like this.  ;^)

Jim: I only skim the list, in general. I'm surprised I didn't notice
the conversation, though... I have watchlists set up for XML and
RSS for CFTalk, since those are the two areas where I'm best
positioned to be helpful. I have no idea why they failed in this
instance.

 It does look good - it's just odd that in my posting/searching I never came
 across it.

You were probably one search term away... that's how it always works
out for me. Although if it helps, I had an article/CFC published in
DRK4 that addresses XML-RPC in CF.

--
Roger Benningfield
JournURL
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215877
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: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-21 Thread Roger B.
 But
 although the system does seem to be well supported it also seems to be
 poorly documented.  ;^)

Jim: That's a matter of perspective. Some people love Dave Winer's
approach to spec-writing, and some people absolutely *loathe* it. I'm
gonna guess you're in the latter group. :D

 - Convert a null into an empty value: value/value.
 - Convert a null into an empty string: string/string.
 - Throw an error.

I can't say conclusively, but I would opt for the first or third choice. 

If you can afford the ambiguity, the first is the best... most
implementations (including mine) will interpret an empty value / as
a zero-length string, but at least it leaves open the possibility for
other implementations.

 Any idea about what's right?

Technically, XML-RPC dates have no timezone. Apps are expected to set
timezones in another method, or within another param in the current
method.

In practice, my (de)serializer respects the above... but the instant
it returns the value to my main code, I promptly assume that it is UTC
and go from there. :-)

 +) String formatting seems... odd.  The spec claims that only ampersands and
 less-than signs should be escaped - is this right?  Not even greater-than
 signs?  Nothing for control characters?

Basically, it's saying do what you would normally do to escape any
off-limits XML characters. Technically, greater-than signs don't need
to be escaped as long as you escape any less-thans, but most of us do
it anyway, just to be safe.

Probably the easiest thing to do is just wrap strings in ![CDATA[]],
although there may be an oddball deserializer out there that will
barf.

 If you have some time I'd much appreciate you going over my XMLRPC
 implementation to see if it measures up.

I went ahead and set up a little debugger for you. Just go here:

http://agincourtmedia.com/xmlrpc/testxmlrpc.cfm

and enter any of your serialized chunks into the form. It will wrap
whatever you input in a method/param, deserialize it, and CFDUMP the
results.

I don't claim that my (de)serializer is any kind of benchmark, but
it'll at least let you know if you're heading down the right path.

--
Roger Benningfield
JournURL
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215879
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: WDDX Replacement Attempt (was RE: Ajax and CFCs)

2005-08-19 Thread Roger B.
Jim: Any reason not to go with the prior art and just use (or extend,
if necessary) XML-RPC?

XML-RPC parsers are everywhere, so it's pretty much the no-brainer
default option for passing around programmatic data. In fact, that was
one of the big points made when Jeremy Allaire and I were discussing
his idea of embedding raw data in RSS feeds a couple years ago... not
only is it more lightweight than WDDX or SOAP, there's virtually no
language or environment that doesn't already support it. That kind of
ubiquity is hard to ignore.

--
Roger Benningfield
JournURL
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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


RSS/Atom Feed CFC 2.0x

2005-08-17 Thread Roger B.
After two (very, very long) years of argument and debate, the Atom 1.0
IETF specification is an official Proposed Standard. Broad deployment
will now begin in earnest, so if you work with syndication feeds, it's
time for some upgrades.

Rssatom.cfc is a feed normalizer... it takes in RSS 1.0, RSS 2.0, Atom
0.3, Atom 1.0, and Atomic RSS feeds and spits out a generic data
structure. Great pains have been taken to make it spec-compliant where
appropriate, and common practice compliant where the specs are silent.

The original 2.0 release and basic documentation is here:

http://admin.mxblogspace.journurl.com/?mode=articleentry=8425

and the latest release (2.04) is here:

http://admin.mxblogspace.journurl.com/?mode=articleentry=8874

Oh, and a quick public service announement. *Please* be careful when
displaying third-party syndicated content on your site... the
opportunities for cross-site attack are many, and are too often
overlooked by folks who think that this stuff is as simple as an HTTP
request and a pass through an XML parser.

--
Roger Benningfield
JournURL
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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

2005-08-16 Thread Roger B.
 Does anyone know of an open source or low cost spell checker that works with
 CFMX? 

http://admin.mxblogspace.journurl.com/?mode=articleentry=6272

--
Roger Benningfield
JournURL
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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

2005-08-14 Thread Roger B.
 But the docs site doesn't say anything about the
 language element being an optional sub-element of the item...

Isaac: It isn't. In RSS 2.0, rss:language is a channel-level element
and that's it.

 and the one reply to this post says that the language element has been
 an optional sub-element of the item since RSS 1.0...

Don't be fooled by the versioning. RSS 1.0 and 2.0 have nothing to do
with one another... they're completely different forks of the 0.91
format, created and maintained by different entities.

 Does anybody else have any more insight on this?

If you're intent upon having item-level language declarations, you've
got a few choices:

(1) Use dc:language... see the Dubline Core definition for details.

(2) Apply standard xml:lang attributes as appropriate to RSS 2.0
elements. Note that the spec doesn't make any explicit reference to or
use of xml:lang.

(3) Use Atom 1.0, where the spec *does* explicitly support xml:lang.

Of the few consuming apps that are language-aware, you're most likely
to see support for (1) and (3). I'd probably go with (1), since people
are still debugging their Atom 1.0 parsers right now.

--
Roger Benningfield
JournURL
http://journurl.com/
http://admin.support.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214950
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: raw XML text of a node??

2005-08-14 Thread Roger B.
DRE: Your best bet is:

cfset mycontent = nodes[1].toString() /

If you use CFML's ToString(nodes[1]), you'll end up with excess XML
declarations to strip out. Java's toString() just gives you what you
want..

--
Roger Benningfield
JournURL
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

On 8/13/05, DRE [EMAIL PROTECTED] wrote:
 Hi, This amazes me. It seems there is no function to get the raw xml
 component of a node?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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

2005-08-14 Thread Roger B.
 Frankly, I
 just dont get the hype...

Ray: It's easy to miss if you're not a serious iPod user. My iPod
mostly sits there until I take a road trip or something... it's not a
part of my daily life. But if you take your iPod with you everywhere
you go, then the simple machinery of podcasting seems like magic.

It's an unwired, hands- and eyes-free version of the web for joggers,
travellers, and anyone else whose lives afford them the opportunity to
spend lots of time wearing earbuds. Not my thing, but if had a
different lifestyle, I could see it being the greatest thing since the
last greatest thing.

--
Roger Benningfield
JournURL
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214961
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: Best Rich Text Editor (was: RE: Looking for very simple CMS)

2005-08-10 Thread Roger B.
 So what is the best Rich Text editor today, for those of who need to build
 our own simple CMS? 

Until TinyMCE gets native Spellerpages support, I'll consider
FCKeditor the go-to WYSIWYG editor.

--
Roger Benningfield
http://journurl.com/
http://admin.support.journurl.com/

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214514
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: 5th Most Trafficked Site Switches to BlueDragon

2005-06-28 Thread Roger B.
 Wowmyspace.com must be huge.hm...no waitI've never heard of
 it?? ;-)

Bryan: Failure to know about myspace.com indicates one or more of the following:

(1) You're an old fart. Sadly, this means over thirty.
(2) You're young and married.
(3) You live in a cave.

--
Roger Benningfield
JournURL

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210744
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: 5th Most Trafficked Site Switches to BlueDragon

2005-06-28 Thread Roger B.
Congrats to New Atlanta. I don't use BD, nor do I forsee using it in
the future, but it never hurts to have healthy options...

--
Roger Benningfield
JournURL

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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

2005-05-26 Thread Roger B.
Tim: Out of curiousity, why are you using a CFEXECUTEd wget instead of CFHTTP?

--
Roger Benningfield
http://admin.support.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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

2005-05-11 Thread Roger B.
 If so well, podcast adminstration and a built-in photoblog I'm
 being tempted to dark side :-)

Steven: How dark do you want to go? :D 'Cause JournURL makes for a
pretty spiffy podcasting platform... when you attach an MP3, the
system automatically extracts your ID3 data and saves it along with
the post. You can then output that data in any of your blog's
templates.

NOTE: I was working (with input from Dave Winer) on an ID3 extension
for RSS 2.0, but got sidetracked and haven't returned to the idea. The
more you dig into ID3, the uglier it gets, and I just haven't been
motivated to fiddle with it lately.

Of course, some folks don't want a hosted environment, and
Jake/Ray/etc. are definitely cheaper... I can give people free blogs,
but I can't give 'em much in the way of free upload space, lest I trip
over the shoestrings that hold my budget together.

--
Roger Benningfield
JournURL - community blogging
http://journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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

2005-05-09 Thread Roger B.
BlogCFM: Has a way to go, but can probably catch up.

BlogCFC: Basic, but does what it does in a solid, well-considered
fashion. The defaults are particularly well-chosen, for example.
Honestly, its greatest weakness has nothing to do with Ray's code...
it's just that BlogCFC invites tinkering, and uninitiated tinkerers
give severe migraines to those who spend their time maintaining
aggregators. :D

BlogFusion: If I were going to use one of the three for a blog, I'd
probably use Jake's. The feature set gets it closer to the bare
minimum that I would expect from a tool. The major caveat is that,
assuming he gets his Trackback autodisco fixed, BF users are sitting
ducks for 100%-CPU-utilizing, 1000-pings-an-hour spam strikes. IP
blocking is utterly useless when facing a wave of zombies, and if they
can autodiscover you, look out. (He said, from bitter experience.)

--
Roger Benningfield
JournURL - community blogging
http://journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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

2005-05-04 Thread Roger B.
 I understand you can include L-GPL code in commercial applications, but you 
 must supply the source code to paying customers for the infected application. 

Stan: I could be wrong, but my understanding is this:

If I bundle an L-GPL'd spellchecker with my CMS, I have to make the
source of the spellchecker available if I make any changes. But the
whole point of the L-GPL is that the controls stop there... the rest
of the CMS is licensed in whatever fashion I please.

--
Roger Benningfield
http://admin.support.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205498
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: Any commercial CF products that could do this?

2005-04-28 Thread Roger B.
Jeff: What you're describing is pretty close to what JournURL does
(among other things), and it's fairly wallet-friendly. However, I know
HIPPA restrictions can be a bear, given what my wife the consultant
has had to go through... a JournURL-powered community can be locked
down, but I don't know for sure that it can jump through all the
necessary hoops.

--
Roger Benningfield
http://journurl.com/
http://admin.support.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205016
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-24 Thread Roger B.
Mike: For anti-spam, try the SpamBayes plugin for Outlook. Unlike the
Bayesian filters in something like Thunderbird, SB sorts spam into
Junk and Possible Junk folders. That means you virtually never
have to worry about false-positives, because anything borderline will
fall into the small, easily scanned Possible list.

--
Roger Benningfield
JournURL
blog: http://admin.support.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204225
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: Another WYSIWYG Editor Thread???

2005-04-12 Thread Roger B.
 Maybe due to the freeness factor?

That could certainly be part of it. Then there's the fact that it's an
ActiveX component, which is the kiss of death in the
post-XPSP2/Firefox world. And the fact that it doesn't appear to do
XHTML doesn't help.

On an intranet, without any web wonks to service, it could be a great
solution. But it probably isn't going to be anyone's first suggestion
in a general what's a good WYSIWYG? discussion.

--
Roger Benningfield
http://admin.support.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202481
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: HELP: arbitrary HTML 2 XML parser that works with XmlParse()

2005-03-17 Thread Roger B.
 I've tried jTidy, but it seems to choke if the HTML document it receives is 
 not well-formed...

Matthew: jTidy will handle ill-formed documents... JournURL uses it
pretty much constantly, anywhere HTML is involved. The problem is
puzzling out which of the gazillion methods you need to call to get
the results you're after.

Suggestions:

jTidy.setNumEntities(true);
jTidy.setXHTML(true);
jTidy.setXmlOut(true);
jTidy.setForceOutput(true);

That last one is crucial, and caused me weeks of headaches before I
finally figured out what was happening.

--
Roger Benningfield
JournURL
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199092
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: Plum vs Adalon?

2005-02-17 Thread Roger B.
 i dunno, go to myspace.com and do a few searches, that fusebox app rarely 
 runs right (or could be the developers) if at all.

Dave: The fact that their app contains an extra switch/case or three
over a non-FB app is unlikely to have any material impact on their
uptime or performance. Assuming they have problems (I just browsed
around and everything seemed snappy), they're far more likely to be
just like everyone else's problems... DB bottlenecks, unexpected
subscriber growth, intentional or accidental DoS, etc.

--
Roger Benningfield
free blog hosting for MX people
http://mxblogspace.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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

2005-02-16 Thread Roger B.
 1) Are you using WDDX?

Yep.

 2) If so, how are you using it, which languages (and versions) are you using
 it with (CF, JS, PHP, et al.)?

I use it to serialize CFML data structures and dump them to the
filesystem for caching and/or storage.

 3) Are you limited by the current version of the WDDX SDK?

Nope.

 5) Should the WDDX community effort be revived and would you be willing to
 actively help in this community effort to expand WDDX's capabilities?

I suppose that would depend upon what kind of expansion was on the table.

--
Roger Benningfield
free blog hosting for MX people
http://mxblogspace.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195064
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: Tree Traversal / Storage Algorithm

2005-02-15 Thread Roger B.
Jeff: I never had any old CS days to forget, but the best approach
to tree-building that I've found is a single id/parentid query wed to
a set of parallel structures that are connected by reference.

cfquery
FETCH YOUR IDs and PARENTIDs
/cfquery

!--- CREATE PARALLEL STRUCTURES ---
cfset stcTree = StructNew()
cfset stcFlat = StructNew()

cfloop query=qryNodes
cfset node = StructNew()
cfset node.id = id
cfset node.parentid = parentid
cfset stcFlat[n#id#] = node
cfif NOT StructKeyExists(stcFlat, n#parentid#)
cfset stcTree[n#id#] = stcflat[n#id#]
cfelse
cfset stcflat[n#parentid#][n#id#] = stcflat[n#id#]
/cfif
/cfloop

You can recursively walk stcTree to display it graphically, or use
node.parentid and node.id to quickly crawl up the stcFlat to create a
breadcrumb trail. And unlike other methods, it also gives you an easy
way to snap a branch off the tree and do something with it.

--
Roger Benningfield
free blog hosting for MX people
http://mxblogspace.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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


css - height 100% - i'd like to kill the crack-addicts who wrote the w3c box model

2004-12-22 Thread Roger B.
  I
  remembered somebody'd already solved this particular problem before:
 
   http://www.redmelon.net/tstme/3cols2/ 
http://www.redmelon.net/tstme/3cols2/

Keith: That example conveniently sums up why I'm abandoning CSS
positioning after a couple years of work in that area. CSS-P is so
incredibly fragile that any unpredictable event can mangle it and
render the page unusable.

For example, I dropped a large photo into that layout, and instead of
stretching the center column to accommodate it, Firefox let the image
overlap the right column. IE fared even worse, effectively blowing up
in my face... the content in the left and right columns jumped into
the center column and joined the flow.

But it gets worse. Just as a goof, I removed the image, leaving an
empty p/p element to the center column. Firefox didn't even blink,
but IE suddenly allowed the left column's content to leap into the
center column and actually overlap it. A single empty paragraph was
all it took to break the layout.

If you're designing for controlled content, CSS-P can be effective.
But if you're designing for content generated by mere mortals, it's a
disaster waiting to happen in every browser I've ever seen.

--
Roger Benningfield
work: http://journurl.com/
blog: http://admin.support.journurl.com/ 
http://admin.support.journurl.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:188520
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 vs ASP.NET! GET YOUR FRESH POPCORRRRN!!

2004-12-12 Thread Roger B.
 ASP.NET is taking market away from CF!

I doubt you can substantiate that. CF's market share appears to have shrunk
from the old 2.0 and 3.0 days, but there's been a lot more going on than
ASP.NET. In fact, ASP.NET is a minor blip on CF's radar when compared to the
giant swarm of open-source development platforms like PHP.

  I'm just trying to wake people up...

Why? Perhaps people know something about their businesses or clients that
you don't.

 CF is still 
 outrageous to purchase.

(1) Anyone who is price-conscious won't be using ASP.NET. They'll be using
PHP or Ruby on a Linux box.

(2) Anyone who is forced to pay an outrageous price for CF (those in need of
Enterprise features) is already paying much, much more for the development
and hosting of a large, complicated, and clustered application.


--
Roger Benningfield
JournURL: http://journurl.com/
blog: http://admin.support.journurl.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:187279
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-11 Thread Roger B.
 Is this just me?   I'm on a 512KB ADSL line - not the fastest that
 exists, but faster than a lot of the users.

Mike: Sounds like a problem with the FCKeditor site as much as anything. For
me, the demo loads in 13 seconds from fckeditor.net... and when installed on
my server, FCK loads in 3 seconds. (Far quicker than both soEditor and
HTMLarea, both of which I've used over the years.)

--
Roger Benningfield
JournURL: http://journurl.com/
blog: http://admin.support.journurl.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:187213
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: real simple syndication (rss)

2003-08-18 Thread Roger B.
Isaac,

Unless you've an RDF fan, all you need is at:

http://blogs.law.harvard.edu/tech/rss

That's also the first hit on Google for RSS, so it's pretty easy to find.

If you *do* love RDF, then you need to look at:

http://web.resource.org/rss/1.0/

To find out what's wrong with your feed (no matter what version), run it
through a validator:

http://feeds.archive.org/validator/

 And what I've found is that, although there seems to be a work group for
RSS,
 the vast majority of RSS information on the web is found in unnoficial
(looking ?)
 sites...

Netscape abandoned RSS many years ago, so there is no official home for
it... in the meantime, several competing groups have laid claim to the name.
All you need to figure out is if you want to do straight XML or RDF/XML and
proceed accordingly.

--
Roger Benningfield
JournURL
community-powered weblogs  diaries
work: http://journurl.com/
blog: http://admin.support.journurl.com/



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: pricing (was Re: Multiple instances of CFMX - licensing)

2003-08-14 Thread Roger B.
 Pardon my ignorance, but I'm not sure I follow. I know a LOT of software
 is sold this way, I'm just not certain I understand why. It seems kind
 of ridiculous, sort of like if Jeep charged me the full price of a
 vehicle for each extremity involved in the driving process.

Joshua,

From what I can tell, it's just the handiest way to draw a bright line
between larger corporate customers and small developers/businesses. They
want to keep prices as low as possible for the latter in order to build the
market, and then make most of their money by hitting up the former for extra
cash.

The alternative would be arcane per-seat licensing and so on, which is
annoying to the user and a pain to audit for the server provider. Or they
could charge everyone a middle-ground price that drives away small
developers, a very unappealing thought.

--
Roger Benningfield
JournURL
community-powered weblogs  diaries
work: http://journurl.com/
blog: http://admin.support.journurl.com/


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: XML Best Practices - Resources

2003-08-14 Thread Roger B.
 What's the best way to store phone numbers in XML?
 phone1234567890/phone
  or maybe...
 phone title=Main number=1234567890 ext=10 type=Mobile/

Brad,

I can't tell you what's best, but I can tell you how I would approach it.
Proceed only after you have procured several thousand grains of salt.

Personally, I'd start by clarifying what I'm describing. A phone has
attributes like white, hasCord, and so on. What you're actually dealing
with isn't a phone but a phone number, which has attributes like mobile
and extension 312. The number itself is the thing that interests us.

So here's where I'd end up:

phone type=mobile ext=101234567890/phone

However, looking at that, I see I'm asserting that 1234567890 is an
instance of a phone. And we've already established that it isn't. To clarify
*that*, I would end up with:

phone
  number type=mobile ext=101234567890/number
/phone

...or...

phonenumber type=mobile ext=101234567890/phonenumber

Choosing between them would be a matter of considering how detailed I want
to be in compiling this info. The latter will work fine, nine times out of
ten. But there are edge cases... for example, what if I can be reached at a
single, physical phone via two distinct numbers with distinctive rings? It
might be useful to know that those numbers are related:

phone
  number type=business1234567890/number
  number type=home0987654321/number
/phone
phone
  number type=mobile5498763210/number
/phone

At that point, I'd probably call it good enough. But that's good enough
for me, not anyone else.

--
Roger Benningfield
JournURL
community-powered weblogs  diaries
work: http://journurl.com/
blog: http://admin.support.journurl.com/





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: The point of XML for us in CF?

2003-08-14 Thread Roger B.
 Any other reason to use XML if you're not referring to
 importing/exporting syndicated content
 with another site, another server?

I use XML so extensively at this point that answering this question is kinda
difficult... kinda like, Any other reasons to own a car beyond driving to
work? :D

- Supplying content to client applications... Newzcrawler lets me know when
my blog detects a new, incoming link by checking my CF-generated
referrers.xml file.

- Remote Procedure Calls... I can post to my blog via a third-party
application using XML-RPC.

- On a related note, I use a standardized XML file to tell those third-party
applications what APIs that I support.

- Storing content... JournURL keeps the actual text of a user's entries in a
WDDX packet, with the database serving as a SQL-friendly index.

- Storing non-essential metadata... since I've already got that WDDX packet
sitting there, I can stick any old data in it. No need to add tables or
columns to the database, unless the new data is important stuff that needs
to be indexed.

- When I want to tell an author that I've linked to her, I automatically
send an XML ping to her server. Similarly, other folks can send me XML
notifications which will magically appear as annotations on my blog.

- Configuration files... I find simple XML easier to edit than .INI-style
stuff.

--
Roger Benningfield
JournURL
community-powered weblogs  diaries
work: http://journurl.com/
blog: http://admin.support.journurl.com/


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Message board / forums

2003-07-31 Thread Roger B.
 Does anyone have a favorite message board app or forums app they can
 recommend..
 That is free?  :-)

Define free. Free for non-commercial use, free with no strings attached,
or what?

--
Roger Benningfield
http://journurl.com/
blog:
http://admin.support.journurl.com/


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Cons to Fusebox

2003-07-20 Thread Roger B.
 I tried to build an app on FB2, then another client wanted a site with
 exactly the same technology - this meant duplicating the files over the
? 2 folders - whenever I did updates, I had to upload to 2 locations

Philip,

I'm no FB evangelist... people should use whatever works for them, IMO. But
there are a couple things in your comment that don't make sense to me.

(1) FB2 places no particular limits on the locations of your individual
fuses. In my case, each JournURL community is an independent instance of an
FB2-ish app, but all instances share dsp_s, act_s, qry_s, custom tags, and
CFCs that are stored in centralized locations.

(2) Ignoring any potential architectural issues, the problem you're
describing could have been solved with an automation app like AutoMate
(http://www.unisyn.com/automate/). One click (or a scheduler) will copy
files across directories and FTP them to the appropriate remote locations.
Would have been a whole lot simpler than scrapping most of the code and
starting from scratch.

--
Roger Benningfield
JournURL
blog: http://admin.support.journurl.com/


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Cons to Fusebox

2003-07-20 Thread Roger B.
 This is almost rediculous. I've seen complete newbies with little or no
 CF experience pick up fusebox in a week.

There's nothing ridiculous about the FB learning curve... FB makes instant
sense to many people, and is completely impenetrable to many others. Anyone
who has watched the various FB mailing lists over the years has seen newbies
struggle with simple tasks like framing a Fusebox'd site, not because such
things are actually hard to do, but because FB can be conceptually confusing
to folks who are accustomed to EPIAI (Each Page Is An Island) web
development.

Folks have different backgrounds and make different intuitive leaps. That's
just the way it is.

--
Roger
JournURL
blog: http://admin.support.journurl.com/


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Macromedia Updates Contribute

2003-07-17 Thread Roger B.
I had pretty much made up my mind about product activation long before
Macromedia decided to include it in Contribute.

I'm willing to accept it in my OS (XP)... I'm willing to accept it in unique
tools that lack real competition (Flash, if it comes to that)... but I'll
never accept it when there is a viable, non-activation alternative. I'm
still using Office 2000, and will never upgrade to Office XP, for example.
And while it probably wouldn't have anyway, Contribute 2 will never see the
light of day on my desktop.

--
Roger


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CF, Dates, and WDDX

2003-07-16 Thread Roger B.
Maybe I'm overlooking something obvious, but CF's internal date handling
seems a bit odd to me. Anyone else noticed anything along these lines?

Basically, while playing around with manually constructed WDDX packets, I
noticed that the UTC offset returned by GetTimeZoneInfo() reflects the
Daylight Savings status of the server, but the WDDX serialization process
doesn't. I went into this in more detail in my blog:

http://journurl.com/mxblogspace/users/admin/?mode=articleentry=388

Don't get me wrong... it works once you understand it. But man, I spent some
serious head-scratching time while trying to sort out what CFMX was doing.
And since the same thing seems to happen in CF5, I can't even blame it on
MX.

--
Roger Benningfield
http://admin.support.journurl.com/
JournURL: MXBlogspace
free blog hosting for CF/Flash developers
http://journurl.com/mxblogspace/


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: I need a blog

2003-06-08 Thread Roger B.
 I need a place to host my blog.

Self-promotion alert!

Check out http://journurl.com/mxblogspace/

Brian Leroux has one hosted with me:
http://metalogic.mxblogspace.journurl.com/

And then there's mine:
http://admin.mxblogspace.journurl.com/

--
Roger Benningfield
http://journurl.com/



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Why XHTML in cftags WAS - XHTML syntax (self-closing tags)

2003-05-28 Thread Roger B.
 So that the mix of HTML and CFML in your source file is consistent (and
 attempts to be XHTML styled). If you get into the habit and closing all
 tags, you're less likely to write HTML that isn't XHTML, IMO.

Sean,

Ah, so the effort is part of a self-flagellation exercise wherein you punish
yourself for mixing code and presentation! :D

--
Roger


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: refreshing CFID + CFTOKEN with client-side JavaScript?

2002-05-10 Thread Roger B .

On Fri, 10 May 2002 15:08:48 +0100, in cf-talk you wrote:

How can I refresh the session on the client-side using JavaScript?

Use a hidden frame or iframe that does a document.location via
Javascript when your button is clicked. Fiddling with cookies won't
get you anywhere... CF has to receive a new request before the timeout
period.

--
Roger
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Paypal Subscriptions...

2002-04-20 Thread Roger B .

On Fri, 19 Apr 2002 10:03:40 -0400, in cf-talk you wrote:

Please read the following articles and websites before you recommend, or
even imply that you recommend that your customer use PayPal's services.

Tim,

Everyone in business with anyone has a horror story or three... every
now and then, the stories even have some basis in fact. :) Personally,
I wouldn't hesitate to recommend Paypal to anyone who needs that type
of service.

--
Roger
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Fusebox pros and cons

2002-03-13 Thread Roger B .

On Wed, 13 Mar 2002 12:22:10 +0100, in cf-talk you wrote:

I don't see the problem with a custom tag reaching out to a server level 
variable to determine the OS and thereby the directory delimiter.

Jochem,

Why wouldn't you simply pass that server level variable into the tag
as an attribute? What's the point of side-stepping the custom tag
interface and treating it like an include?

--
Roger

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Fusebox pros and cons

2002-03-13 Thread Roger B .

On Tue, 12 Mar 2002 15:40:19 -0500, in cf-talk you wrote:

I prefer using stored procedures for that. Once
you place your database access logic in the database itself, there's little
to be gained from saving a three-line CF file in a separate location.

Dave,

You *have* seen the worst of FB, haven't you? :) I have little in the
way of three line CF files, myself... I think that's going overboard.

To broaden my example, that query file I mentioned *does* run a
query... but then it checks to see if any records were returned. If
not, it constructs a special, substitute query. Then it loads a series
of associated WDDX files from the file server, does a little string
manipulation, and merges them into the query in question.

SPs aren't a useful option in my particular app, but I'm all for your
argument that people should use them as much as possible. But even if
the example were using an SP instead of a CF-generated query, the rest
of that work would still need doing. And Fusebox provides a nice way
to access that work without having every other app on the server
re-invent the wheel.

--
Roger
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Fusebox pros and cons

2002-03-12 Thread Roger B .

On Tue, 12 Mar 2002 12:05:16 -0500, in cf-talk you wrote:

Typically,
modules within an existing application are linked tightly enough to the rest
of the application that there's very little to be gained by calling them as
custom tags, in my opinion.

Dave,

Okay... but that's not a description of a typical Fusebox application,
where one of the primary ideas is avoiding tightly linked modules. One
set of sufficiently abstract queries can power an application and
simultaneously expose that application's data or services to other
apps via the custom tag interface... and any optimization of those
queries (or whatever) benefits not just the core app, but everything
that calls it.

--
Roger
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Fusebox pros and cons

2002-03-12 Thread Roger B .

On Tue, 12 Mar 2002 12:48:48 -0500, in cf-talk you wrote:

What would happen, for example, if your program received a value for
Form.myvar, and a different value for URL.myvar? 

Dave,

In my apps, the form variable would win the spot in the attributes
scope. Not a problem.

My complaint with this technique is the same, essentially, as my complaint
with using the Request scope to share data between custom tags and their
calling pages. It breaks the model of defined inputs and outputs.

I think those two issues are apples and oranges. In the case of the
request scope and custom tags, I agree with you. A custom tag
shouldn't be reaching out to grab its data from global variables...
that data should be explicitly sent into the tag.

But in the case of the formurl2attributes thing, nothing is
breaking... attributes is as valid an input scope as form or url.
There's no reaching out involved.

--
Roger
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Fusebox pros and cons

2002-03-12 Thread Roger B .

On Tue, 12 Mar 2002 13:51:39 -0500, in cf-talk you wrote:

That is, you couldn't usefully pry the module out
of the application and use it just anywhere, because it relies on the data
structure of the parent application.

Dave,

Agreed. I should state for the record that I'm not of the FB3,
drag-and-drop, reuse-the-same-fuses-across-a-dozen-applications
school. When I talk about code modularization and reuse in Fusebox,
I'm talking specifically about having an app serve as a sort of
inter-application web service via the custom tag interface.

I don't find this level of linkage
especially useful - either something is dependent on the larger application,
or it's not, from a linkage perspective.

Let me give you a concrete example with which I'm intimately familiar:

Let's say you have a forum app. One of its tasks is to display a list
of recent discussions... let's give that task a name like
showtopics. Showtopics' work is broken down into a query, the
creation of a thread structure, and then the layout of the page.

Now, if I want to display a list of recent forum discussions on my
site's front page, I *could* recreate the query call, the threading
code, and wedge it into the code that creates that front page. Or I
could simply call my fusebox as a custom tag and say, Hey, use your
pre-existing code to feed me the query results and that structure...
but leave off your presentation stuff, 'cause I'll do that myself.

Call me crazy, but when I have a chance to separate data from
presentation, I take it. :)

I should note that I'm not a fan of Fusebox.

I know, and I'm not a fan of *all* of it... the official version,
anyway. But I like some of the core ideas a great deal.

--
Roger
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_FakeURL problems

2002-03-08 Thread Roger B .

On Fri, 8 Mar 2002 14:48:44 +0900, list peters [EMAIL PROTECTED]
wrote:

find and replace hell now..
basehref would work if it wasnt for those pesky mac os X IE browsers.

While you're doing that, take a minute to drop the following into your
application.cfm:

cfset request.abspath = http://myabsolutepath.com/dir/;

..and then replace your relative URLs with something like:

a href=#request.abspath#myimage.gif

That way you'll never need to do a global sr again... changing the
path of all your links will be as simple as changing one line of code.

--
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: struct2cfml (dynamic cfml generation)

2001-12-27 Thread Roger B .

On Tue, 25 Dec 2001 23:48:46 +0100, in cf-talk you wrote:

I know that it is possible with wddx but I think that my solution would
be faster.

The solution you describe *is* WDDX. Serialize the structure, CFFILE
the resulting variable, and later reload and deserialize it.

--
Roger
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: automatic cfml(cfscript block) generation - the solution with example

2001-12-27 Thread Roger B .

On Thu, 27 Dec 2001 23:18:26 +0100, in cf-talk you wrote:

I have developed a solution to generate complete cfscript blocks from
advanced data structures in memory.  It is based on the cf_objectdump 
code.

OOC, why would you want to do that at all? Wouldn't it be simpler to
just do something like this:

!--- SAVE ARRAY ---
cfwddx action=CFML2WDDX input=#atest# output=temp
cffile action=write file=myfile.xml output=#temp#

!--- LOAD ARRAY ---
cffile action=read file=myfile.xml variable=temp
cfwddx action=WDDX2CFML input=#temp# output=atest

That would seem to get the job done with a minimum of fuss.

--
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Fusebox - opinions?

2001-11-20 Thread Roger B.

1. Pros? Cons? Opinions? I've generally only seen good
feedback, but I thought I'd see...

I can't recommend Fusebox at this point... the official version is a study
in overkill that tries to define the right way for your apps to be built.
Some folks love that aspect of it, of course, but I have no patience for the
whole thing.

OTOH, I highly recommend using a fusebox. The fundamental idea is very
useful. To me, the key is to just look at the core concept:

cfswitch expression=#fuseaction#
cfcase value=showform
cfinclude template=myquery.cfm
cfinclude template=myform.cfm
/cfcase
cfcase value=processform
cfinclude template=security.cfm
cfinclude template=update.cfm
cflocation url=index.cfm?fuseaction=showform
/cfcase
/cfswitch

Routing all requests through a central hub creates a handy, self-documenting
map of an application's flow, allows modularization without tons of nested
includes, and provides a mechanism for turning basic security (or whatever)
features on and off on a per-request basis without a lot of conditional or
hidden code.

Everything else is just extra, and may be completely unnecessary in any
given situation. You don't need to move incoming variables into a unified
scope, you don't need to nest fuseboxes, you don't need to wrap the whole
thing in cf_bodycontent/cfsavecontent and delay rendering, or anything
else... there's a ton of benefit to be had from the simple beauty of a
CFSWITCH.

Not that I'm discouraging use of the extras... there are all kinds of
interesting things you can do, above and beyond the basics. But you don't
have to use Fusebox and its trappings to make use of a fusebox.

--
Roger
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: We've been assimilated...

2001-08-23 Thread Roger B .

On Wed, 22 Aug 2001 09:08:05 -0600, Shawn Grover
[EMAIL PROTECTED] wrote:

My experience says these problems are from non-compliant code (i.e.  using
p  instead of p/p).

Shawn,

P does not require a closing tag in versions of HTML prior to XHTML.
Any HTML4-era user-agent that depends upon a closing /P to render a
page is broken... the problem isn't on the part of the individual
writing the HTML.

--
Roger

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Session timeouts

2001-08-09 Thread Roger B .

On Wed, 08 Aug 2001 10:10:51 -0700, [EMAIL PROTECTED] wrote:

What's the best way to deal with session timeouts when using 
session vars to grant access to administrative areas of a site on a 
server where you don't have control of the timeout settings?

I encountered a similar problem with a Fusebox'd app I'm working on.
In non-FB terms, the solution was to:

(1) Have the login page look for the existence of incoming form and
url variables

(2) Serialize them with WDDX, and stuff them in a temporary session
var along with a reference to the URL they were intended for.

(3) Continue with the login process.

(4) After verifying the user's identity, CFLOCATION back to the
original destination page, deserialize anything in the temp variable,
and proceed with processing.

--
Roger



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Fw: fusebox IIS 5

2001-07-30 Thread Roger B .

On Mon, 30 Jul 2001 18:43:06 +0200, JAAV [EMAIL PROTECTED] wrote:

 Our hosting provider says: in IIS 5 (W2000) it doesn't work, the IIS 5
 believes everything is a directory and... crash! it reports an error.

 is it True? if yes, Any ideas ? something at IIS 5 configuration? at CF ?

All I can tell you is that I'm using SES URLs on two different IIS5
servers, one tuned by a hosting provider and the other a dev server
using 100% default Microsoft settings, and both work fine.

--
Roger

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Oddest Server Error I have seen thus far.

2001-04-07 Thread Roger B .

On Fri, 06 Apr 2001 22:12:30 -0400, "Erik Yowell"
[EMAIL PROTECTED] wrote:

Help! If anyone
has any answers or possible causes, please email me... I doubt I'll be
sleeping until I get it fixed. :)

Erik,

That's one of CF's "garbage errors"... it can indicate any number of
potential problems, and doesn't give you any useful feedback you can
use to hunt down the real error.

Along with the other suggestions you've received, I'd recommend
looking for any use of the Duplicate() function in your code. At one
point, I had an app that used Duplicate() to move Session scoped
queries-within-nested-structures into the Request scope, and it would
consistently bomb with the error you received.

The solution was to toss out Duplicate() until CF5 and use WDDX to
move between scopes instead.


--
Roger


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Recursing with custom tags

2001-04-02 Thread Roger B .

On Thu, 29 Mar 2001 13:50:17 -0500, "Reed Powell"
[EMAIL PROTECTED] wrote:

Somewhere in the back of my mind I remember hearing or reading about the
ability, without using session or client variables, to have a custom tag
that is in the middle of recursion access the variable space of the initial
caller.

Reed,

Try using the Request scope instead of Caller.

--
Roger

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: duplicate() or readonly lock?

2001-02-25 Thread Roger B .

On Sat, 24 Feb 2001 21:27:22 -0600, [EMAIL PROTECTED] (Rick Lamb)
wrote:

I have some confusion on reading shared memory variables. I've been using a
read locks to read shared memory variables to a request scope for using
through the site, but I've recently heard of people using the duplicate()
function to read shared memory variables. Can anybody help me why I should
use one method over the other? Also, with the duplicate function do I still
need to lock it?

Rick,

In theory, Duplicate() gets around CF's tendency to pass nested
structures as references rather than copies. Without it, you may end
up corrupting memory just as quickly as you would have without
bothering with the request scope in the first place.

OTOH, some folks' CF boxes can't abide Duplicate(), consistently
returning a never-ending cavalcade of obscure errors. (For me, it
seems to only happen with small queries stored in session variables.)
The alternatives become rather ugly at that point... you're  basically
left with:

cflock scope="session" type="readonly"
cfwddx action="CFML2WDDX" 
input="#session#" output="temp"
cfwddx action="WDDX2CFML" input="#temp#"
output="request.session"
/cflock

--
Roger


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Threaded Discussion App with Tree view...??

2001-02-24 Thread Roger B .

On Thu, 22 Feb 2001 07:38:25 -0800, [EMAIL PROTECTED] (paul
smith) wrote:

In addition, there was no preview option that I could see.
Is Allaire Forums the only CF app with a preview?

Paul,

Nope... the CF-based forum app that powers one of my projects has been
doing previews for a couple years now. It won't be commercially
available until the next version (3.0) is complete, though.


--
Roger

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: ALLR/MACR Merger - ColdFusion to be repositioned ?????

2001-01-28 Thread Roger B .

On Fri, 26 Jan 2001 14:36:45 -0700, JayB [EMAIL PROTECTED]
wrote:

BTW...after all the talk about flash and ads on the list the last couple of 
weeks...check out cnet's new ads...flash based,interactive..and even kinda 
fun...thought it was a really nice use of flash...

I despise their new ad system. Mainly because the spots take up too
much screen real estate... they're so large that, even on a PIII-500,
they make the browser "jump" while scrolling past them. They also
squeeze the actual content into a narrow channel that's difficult to
read. And it doesn't help that they seem to have all of five unique
ads to display at this point.

IOW, they just lost a whole lotta page-views coming from my IP.

--
Roger

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Breadcrumbs exact location in app.

2001-01-22 Thread Roger B .

On Mon, 22 Jan 2001 10:15:48 -0500, [EMAIL PROTECTED] wrote:

I don't necessarily need code, just ideas from people who have done it!
Thanks very much in advance.

Mark,

It really depends on the "source" of the breadcrumbs. For example,
will the user be drilling down through physical directories, or
through categories defined in a database? Directory-based breadcrumb
trails are pretty simple to implement... just parse the appropriate
CGI variable and you're done. 

Category-based trails are more complicated, with various trade-offs
involved. You can use recursion to walk the hierarchy, with the
obvious performance hit. You can use nested sets, but suffer the added
layer of complexity. Or you can do something ugly and have each
category in the DB keep a list of its parents in a dedicated field.


--
Roger





~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: General CFTREE Question

2001-01-19 Thread Roger B .

On Wed, 17 Jan 2001 09:07:28 -0500, James Taavon
[EMAIL PROTECTED] wrote:

Are there any pitfalls I need to watch out for if I choose to build an
applcation using a CFTREE environment?

I've seen the applet fail when fed 200KB or more of data. That's one
very big, very complicated tree, though, so such concerns may not be
relevant to your work.


---
Roger

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: stop reposting of form data

2001-01-19 Thread Roger B .

On Thu, 18 Jan 2001 13:41:41 -0500, "Mike Grey"
[EMAIL PROTECTED] wrote:

What method is used to stop data from being reposted when a user attemps to
reload an action page.

I use session variables. For example:

!--- FORM.CFM ---
cfset session.thisform = true
form action="action.cfm"
...various form stuff...
/form

!--- ACTION.CFM ---
cfif session.thisform
cfset session.thisform = false
...SQL, logic and so on...
cfelse
cflocation url="form.cfm"
/cfif

Obviously, you need to lock those session variables or Duplicate()
them into the request scope, but that's the basic idea.

--
Roger



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Version Control

2001-01-16 Thread Roger B .

On Mon, 15 Jan 2001 13:40:54 +0100, Bjørn Jensen
[EMAIL PROTECTED] wrote:

We could really need some Version Control software here at work, and I have
found 2 products

CS-RCS - http://www.componentsoftware.com/csrcs/addons/allaire.htm
and
CVS - http://www.cvshome.org/docs/index.html

I've been using CS-RCS for a few months now, and am reasonably
satisfied with it... particularly given the price tag. Beware of shell
integration under Windows, though... every time you right-click on any
filesystem object, you end up waiting for RCS to initialize.


--
Roger

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists