Re: HTML format list

2003-09-23 Thread Sean A Corfield
messages go back to plain text. Michael, email me privately when you've fixed this. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Message: http

Re: HTML format list

2003-09-23 Thread Sean A Corfield
On Tuesday, Sep 23, 2003, at 07:24 US/Pacific, Robertson-Ravo, Neil (RX) wrote: > uurgh is it me, or is it harder to read? All code is being blanked out - that makes several of the recent questions totally impossible to read! Sean A Corfield -- http://www.corfield.org/b

Re: HTML format list

2003-09-23 Thread Sean A Corfield
On Tuesday, Sep 23, 2003, at 08:34 US/Pacific, Mosh Teitelbaum wrote: > How do I get rid of all the blank lines? [blink] [blink] That's where code should be but the system is not escaping the and delimiters so code is just turning into blank lines. Sean A Corfield -- h

Re: So... cfmodule is slow...?

2003-09-22 Thread Sean A Corfield
of code. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137936 Archives: http

Re: Breaking a String apart by replacing every other delimeter...

2003-09-22 Thread Sean A Corfield
'|','([^\|]*)\|([^\|]*)\|','\1: \2br','ALL') Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137980 Archives: http

Re: Breaking a String apart by replacing every other delimeter...

2003-09-22 Thread Sean A Corfield
On Monday, Sep 22, 2003, at 12:02 US/Pacific, Les Mizzell wrote: Sean A Corfield wrote: REreplace(PDWBD.DynamicQuestions '|','([^\|]*)\|([^\|]*)\|','\1: \2br','ALL') That's some sick looking stuff, but it works like a charm. For once I tested my code before posting :) Jezz, I need to stare

Re: Jrun4 and CFMX

2003-09-22 Thread Sean A Corfield
question is more interesting... Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~| [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Expandpath() is returning the wrong path.

2003-09-19 Thread Sean A Corfield
, but it has not. Correct, because the mapping still exists to c:\cfusionmx\ and that was taking precedence over the mapping you needed. Sounds like you fixed it by adding a new virtual-mapping? That probably changed the search order for multiple web roots... Sean A Corfield -- http

Re: So... cfmodule is slow...?

2003-09-19 Thread Sean A Corfield
to the tags and to create unique 'namespaces' to invoke the custom tags. And, as Jim says, this is more of an architectural decision than a performance based one. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: MVC

2003-09-19 Thread Sean A Corfield
. And then there's my Mach II site too: http://www.corfield.org/machii/ Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Message: http

Re: So... cfmodule is slow...?

2003-09-19 Thread Sean A Corfield
On Friday, Sep 19, 2003, at 16:24 US/Pacific, Sean A Corfield wrote: slow in comparison to, say, CFC method invocation. So I went back and did some linear timings... yeah, I know they don't tell you 'real world' performance but it was interesting nonetheless: I ran these three tests in a long

Re: Yet another OO/CFC question

2003-09-19 Thread Sean A Corfield
it in a fairly clean way. The hardest thing to work around is 0 or 1 for which you pretty much have to use isDefined() or structKeyExists()... Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: So... cfmodule is slow...?

2003-09-19 Thread Sean A Corfield
of your own to satisfy your curiosity. Seriously! I can knock up any number of simple, inline tests but I can't cover all the cases that you're interested in so you are better placed to construct tests that relevant to your usage. Sean A Corfield -- http://www.corfield.org/blog/ If you're

Re: So... cfmodule is slow...?

2003-09-19 Thread Sean A Corfield
on a single page) whereas the cfimport format let's you close the custom tag with it's name! Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Message

Re: CFMX 6.1 Server Mappings Failing (SOLVED)

2003-09-18 Thread Sean A Corfield
but it is mentioned in the Release Notes and/or the Known Issues list) but mappings still work just fine on OS X. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: CFMX 6.1 Server Mappings Failing (SOLVED)

2003-09-18 Thread Sean A Corfield
). Perhaps mappings are also associated the the enabling/disabling of RDS? No, mappings work fine on all of our servers - and we have RDS disabled on every machine. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: Expandpath() is returning the wrong path.

2003-09-18 Thread Sean A Corfield
knows about the ColdFusion root - it can't possibly know about the web server root. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Message: http

Re: Can I Throw within cfscript???

2003-09-17 Thread Sean A Corfield
is unstructured and bad practice... i.e., they should not go 'hand in hand'... Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Message: http

Re: advice

2003-09-17 Thread Sean A Corfield
On Wednesday, Sep 17, 2003, at 09:16 US/Pacific, Kris Pilles wrote: So the beef in europe is not as good in US huh? The beef in Europe is prepared differently so it tastes rather different. When my wife lived in France, she used to got to a Kosher butcher because that was the closest she could

Re: Red Sky download

2003-09-16 Thread Sean A Corfield
. The single trial / developer installer offers the option to upgrade your existing installation. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives

Re: CFC-based GPL web HTML editor

2003-09-16 Thread Sean A Corfield
/ Konqueror when they aren't. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription

Re: (Admin) List upgrades

2003-09-15 Thread Sean A Corfield
for that. * By which I mean the most-used mail clients, i.e., most of the folks reading this list get this feature 'for free'. My only fear in doing so would be that it would alienate some of our subscribers. It would sure alienate me unless I could set a preference to turn it off again! :) Sean

Re: (Admin) List upgrades

2003-09-15 Thread Sean A Corfield
is that em and strong are better ways to add emphasis in HTML (rather than b and i). Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http

Re: cfc vs cfinclude

2003-09-15 Thread Sean A Corfield
make enough of a performance difference to worry about either way. (Why are people so focused on micro-performance issues instead of the bigger picture stuff?) Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: CFMX scope searching ?

2003-09-15 Thread Sean A Corfield
cases). However, it is certainly better practice to always use scope qualifiers when referring to variables... Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: CFMX scope searching ?

2003-09-15 Thread Sean A Corfield
in the following order to find the variable: Arguments Variables (local scope) CGI Cffile URL Form Cookie Client So the behavior is basically the same. No request scope. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-14 Thread Sean A Corfield
. then again, I could work around this now, I know... just my view. Interesting. I've blogged something to that effect and would like folks to comment on it to get a sense of where people really stand on the unbundling issue... Sean A Corfield -- http://www.corfield.org/blog/ If you're

Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-14 Thread Sean A Corfield
with Dreamweaver MX. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

Re: MX 2004 download mirror

2003-09-14 Thread Sean A Corfield
team. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

Re: MX6.1 obscure caching issue.

2003-09-14 Thread Sean A Corfield
to be written to disk so it can be read in after the next server restart to avoid recompilation). Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: No so good news

2003-09-14 Thread Sean A Corfield
This is off-topic (and extremely hypothetical until Microsoft and the W3C actually announce something official!) - can you please move it to cf-community!! On Sunday, Sep 14, 2003, at 10:02 US/Pacific, Kevin Graeme wrote: Another bit of possible prior art that I keep wondering about is

Re: Possible to change doc root for cfmx in a Cluster?

2003-09-14 Thread Sean A Corfield
macromedia.com is setup. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription

Re: (Admin) List upgrades

2003-09-14 Thread Sean A Corfield
the RSS feed), are there any features you'd like for the lists? What would be more useful than #2 above would be an In-Reply-To: header with a link to the message in the archives to which the current message was a reply. Is that possible? Sean A Corfield -- http://www.corfield.org/blog/ If you're

Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-13 Thread Sean A Corfield
could bundle HomeSite+ unless you gave it away and if it's not generating revenue, where would the money come from to develop it any further? Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Tag Gallery (was: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-13 Thread Sean A Corfield
... Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com

Re: How Many CFMX Instances?

2003-09-13 Thread Sean A Corfield
Sun's 1.4.2 JVM. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

Re: How Many CFMX Instances?

2003-09-11 Thread Sean A Corfield
concurrent sessions during peak traffic). Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4

Re: Strange problem

2003-09-11 Thread Sean A Corfield
Sounds like your client (desktop) machine can hit port 80 on that system but your CF server (which is a different machine?) cannot? On Thursday, Sep 11, 2003, at 12:53 US/Pacific, Kris Pilles wrote: Its weird because I can resolve the URL in the vrowser but it seems like Coldfusion can

Re: Cracking the RDS protocol?

2003-09-11 Thread Sean A Corfield
cgi.remote_user will work, I'd be very wary of relying on any CGI variables... Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http

Re: Basic CFC method design question.

2003-09-11 Thread Sean A Corfield
(private) methods that are called from the main method. Of course, you haven't shown us how you are using the CFC and that might change my recommendation... Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: How Many CFMX Instances?

2003-09-11 Thread Sean A Corfield
things. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

Re: CFHTTP with CFMX

2003-09-10 Thread Sean A Corfield
Yahoo! may well require you to pretend to be a valid browser so you may need the useragent= attribute (I was screen-scraping stuff from Yahoo! a while back and had to pretend I was IE...) On Wednesday, Sep 10, 2003, at 08:40 US/Pacific, Bosky, Dave wrote: I'm simply trying to grab a stock

Re: EQ vs IS (was:Re: [OT] ShittyCode.Com (Launched new site last night, feedback please!))

2003-09-10 Thread Sean A Corfield
gte bar cfif foo greater than or equal to bar (I doubt this last one is still supported, actually.) CFMX 6.1 still seems to support this... frighteningly reminiscent of COBOL! :) Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive

Re: Farcry and CFMX6.1

2003-09-10 Thread Sean A Corfield
On Wednesday, Sep 10, 2003, at 07:20 US/Pacific, Tyler Clendenin wrote: Yeah I have that same problem, I do not know what the issue is It depends on the database drivers. Some allow multiple SQL statements, some do not. I don't know if any Oracle drivers support this (but I believe SQL Server

Re: Requesting help - CFMX6.1 development questions

2003-09-10 Thread Sean A Corfield
that covers the architecture of CFMX for J2EE - here is a good place to start: http://www.macromedia.com/software/coldfusion/j2ee/index.html Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: What's the matter here? RSS feed error

2003-09-10 Thread Sean A Corfield
On Wednesday, Sep 10, 2003, at 11:11 US/Pacific, Mike Kear wrote: AH!!! So it could be a CFMX6.0 bug! We're upgrading to 6.1 in the next couple of weeks, so I might just put that page in the under construction bin till then and see if the problem goes away all by itself. cfhttp received

Re: CFMX 6.1 and OSX

2003-09-09 Thread Sean A Corfield
On Tuesday, Sep 9, 2003, at 12:09 US/Pacific, David Fafard wrote: Another thing that works great for connecting Macs to windows is running Terminal Services and using the free Microsoft 'remote dekstop' termial client. Or the X11 'rdesktop' client (if you prefer not to run MS software on

About Mac OS X (was: about blue dragon.

2003-09-09 Thread Sean A Corfield
aspect of the systems I need to deploy to production. Unix, but with the comfort of all the usual desktop GUI apps. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: Cracking the RDS protocol?

2003-09-09 Thread Sean A Corfield
. I don't know whether a lot of people use it when they have LAN access to their web server's filesystem. But isn't the general recommendation to disable RDS on production servers? Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive

Re: .NET integration without COM

2003-09-08 Thread Sean A Corfield
. I'd like to suggest you do so - this will greatly broaden the use of CF, as it'll then be able to support 'native' Linux .Net apps... I'd be very surprised if .NET-on-Linux created demand for CF. Can you explain your logic? Sean A Corfield -- http://www.corfield.org/blog/ If you're

Re: .NET integration without COM

2003-09-08 Thread Sean A Corfield
not be able to do. Hmm, interesting point. Thanx. Do you have much invested in COM integration that you might want to migrate to Linux? If so, how do you envisage doing so? And how do you envisage the .NET integration helping you on Linux? Sean A Corfield -- http://www.corfield.org/blog/ If you're

Re: Coldfusion server fail when reboot?

2003-09-07 Thread Sean A Corfield
Sounds like your neo-query.xml file has been corrupted. Shutdown CF, copy neo-query.bak over neo-query.xml and restart CF. You'll find the files in WEB-INF/cfusion/lib. On Sunday, Sep 7, 2003, at 08:59 US/Pacific, John Ho wrote: Thank you all for your help. I think problem from DataSource.

Re: was Re: about blue dragon. bow: upgrading to mx

2003-09-07 Thread Sean A Corfield
settings etc. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

Re: Coldfusion server fail when reboot?

2003-09-06 Thread Sean A Corfield
Maybe this tech note will help: http://www.macromedia.com/support/coldfusion/ts/documents/ cfmx61_startup_timing.htm On Saturday, Sep 6, 2003, at 09:14 US/Pacific, John Ho wrote: hi all I have problem with restart coldfusion server. When I reboot computer, not restart coldfusion server.

Re: about blue dragon.

2003-09-06 Thread Sean A Corfield
PowerBook G4 with 512Mb RAM (although I'd recommend 1Gb RAM). Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com

Re: about blue dragon.

2003-09-06 Thread Sean A Corfield
with 1024MB RAM. PowerBooks are awesome development machines! Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com

Re: request vs application scope

2003-09-05 Thread Sean A Corfield
config file without touching the CFCs. How would you recommend this to be done? Use an 'init()' method on the CFC. The user would then call that after creating the CFC and pass in the necessary values. (Perhaps if you show us some code, this will be easier?) Sean A Corfield -- http

Re: Macromedians - Whitespace in CFMAIL?

2003-09-05 Thread Sean A Corfield
control over it)? Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

Re: Another CFC question.

2003-09-05 Thread Sean A Corfield
whether it is desirable :) It's how ColdFusion works with all scopes - if you can see the scope (in this case 'this' scope exposed through the CFC instance name 'testObj'), then you can add new keys to that scope. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody

Re: OT: Friday question.... any difference?

2003-09-05 Thread Sean A Corfield
Block 2 works better if you are also declaring theName as a local variable in a cffunction: cfset var theName = Undefined / cfif myQuery.RecordCount cfset theName = myQuery.FIRST_NAME myQuery.LAST_NAME /cfif Otherwise I'd probably use block 1. On

Re: state a reserved word in cf?

2003-09-04 Thread Sean A Corfield
, but variables.state works. You have a conflict between your query column names and your variable names! That's why using scope-qualified variable names is better practice! Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: ___Re:_cfcomponent_cffunction_access=private_--_what_the_!!??

2003-09-03 Thread Sean A Corfield
in it. - 'this' scope contains just the public functions and any public data you store in it. After component creation, you can move things around and therefore change the behavior. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive

Re: __Re:_cfcomponent_cffunction_access=private_--_what_the_!!??

2003-09-03 Thread Sean A Corfield
On Tuesday, Sep 2, 2003, at 21:44 US/Pacific, Matthew Walker wrote: variables.f() arguments.f - no conflict there... Although this is new to 6.1 isn't it? Yes. Anyone using CFMX 6.0 should upgrade to take advantage of all the enhancements, bug fixes and performance increase. Sean A Corfield

Re: CFC Caching in session/application scope

2003-09-03 Thread Sean A Corfield
to rewrite any external accesses to a 404). That's also how we protect our CF Admin and various other URLs. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: Flash Professional vs. Royale

2003-09-02 Thread Sean A Corfield
with even more capability for RIA is coming along before the end of the year? I see Macromedia Flash MX 2004 Professional, Royale and ColdFusion MX all being complimentary tools / technologies that will work well together. Sean A Corfield -- http://www.corfield.org/blog/ If you're

Re: machII(too much)

2003-09-02 Thread Sean A Corfield
the same question: http://www.physlink.com/Education/AskExperts/ae179.cfm Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http

Re: _Re:_cfcomponent_cffunction_access=private_--_what_the_!!??

2003-09-02 Thread Sean A Corfield
) or just 'f()' (in CFMX6.0). Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription

Re: cfproperty default attribute is buggy

2003-09-02 Thread Sean A Corfield
from the tag The problem is that your expectations are incorrect. cfcomponent cfproperty name=foo type=numeric/ cfset this.foo = I am not numeric / /cfcomponent That's perfectly valid CFML - by design. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody

Re: __Re:_cfcomponent_cffunction_access=private_--_what_the_!!??

2003-09-02 Thread Sean A Corfield
and a method with the same name, there's no way to access the method without using this.methodname() -- but you can't do that if methodname is a private method -- so... you have to chose between the variables.f() arguments.f - no conflict there... Sean A Corfield -- http://www.corfield.org/blog

Re: Object Design Mythologies

2003-09-02 Thread Sean A Corfield
picking up the syntax of a new language: it's an iterative process that can take years to master. Everyone's first OO project tends to suck so be prepared to rewrite and refactor and rewrite and refactor some more... Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying

Re: ___Re:_cfcomponent_cffunction_access=private_--_what_the_!!??

2003-09-02 Thread Sean A Corfield
is an 'internal' object, this is an 'external' object - that's why this.f() requires f be public but variables.f() does not. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: DWMX 2004 - Whats new for us?

2003-08-29 Thread Sean A Corfield
editing the XML files much easier. I'll have to try out that import trick... Thanx! Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http

Debugging ColdFusion (was: DWMX 2004 - Whats new for us?

2003-08-29 Thread Sean A Corfield
like people complained that it never really worked very well? With CFMX, you could - in theory - use regular Java debuggers but you would not have the mapping from the CFML source code available as it stands today. Adding debugging machinery is quite a complex undertaking... Sean A Corfield

Re: JRun Admin in Prod ?

2003-08-29 Thread Sean A Corfield
from just configuring them) I would advise not running JRun Admin in production - except when needed for maintenance of J2EE data sources (shared with Java code) or clustering or similar (and using firewall rules to ensure port 8000 isn't accessible externally anyway). Sean A Corfield -- http

Re: Caching CFCs... again

2003-08-28 Thread Sean A Corfield
once (at startup) and manipulates instances of the former, one per user (well, one per session). Look up a design pattern called Session Facade for more hints and tips. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Sean A Corfield
2004 (see the information on the website). In particular, some of the enhancements to XML support make writing Fusebox 4 / Mach II configuration files a breeze! Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: DWMX 2004 - Whats new for us?

2003-08-27 Thread Sean A Corfield
(which I set up in Dreamweaver) - my wife is fairly typical of the sort of users Contribute is aimed at. You might also be interested to know that sections of macromedia.com are managed using Contribute - end-user content contribution for HTML sites is its forte. Sean A Corfield -- http

Re: Mach II was RE: RE: cfc vs php rule of thumb

2003-08-26 Thread Sean A Corfield
for the Mach-II FAQ: What is Mach-II? Do my Mach II pages help? http://www.corfield.org/index.php?fuseaction=machii.why http://www.corfield.org/index.php?fuseaction=machii.concepts Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive

Re: UDF in CFC's - was: CFC Issues....

2003-08-21 Thread Sean A Corfield
any argument types. You can still use cfscript for the *body* of all your functions (after the cfset tags for your 'var' scope local variables!). Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: CFC Issues....

2003-08-21 Thread Sean A Corfield
to do this: super.parentMethod(); Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4

Re: CF Studio/HomeSite+

2003-08-21 Thread Sean A Corfield
/productinfo/upgrade/ store_plus.html Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4

Re: Who's migrating to CFMX 6.1 J2EE?

2003-08-21 Thread Sean A Corfield
in development and then went live (with CFMX 6.0 J2EE Updater 3) and has since upgraded to CFMX 6.1 J2EE. We also upgraded our Intranet from CF 5.0 to CFMX 6.1 J2EE. Both have gone pretty well (especially considering the scale of the code base involved). Sean A Corfield -- http://www.corfield.org/blog

Re: CFC Issues....

2003-08-20 Thread Sean A Corfield
Show us yer code Weeg!! :) On Wednesday, Aug 20, 2003, at 10:30 US/Pacific, Tony Weeg wrote: what could this possibly mean? the code works perfect outside of the cfc, but now it doesn't inside the cfc? Unable to complete CFML to Java translation. Error information unsupported

Re: cflock - what does it do? Exactly?

2003-08-19 Thread Sean A Corfield
has gotten you to a better situation. Can you send me a complete thread dump offlist and I'll talk to the product team about what it might be? (That will be easier now you're on the latest version!) Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're

Re: Apache, standalone server and ColdFusion Administrator

2003-08-19 Thread Sean A Corfield
balancing between the web servers and the app servers so we simply proxy traffic from Apache to Big-IP and hence to CFMX - you can read more about our setup in Brandon Purcell's article on macromedia.com... I don't have the URL handy, sorry). Sean A Corfield -- http://www.corfield.org/blog/ If you're

Re: Apache, standalone server and ColdFusion Administrator

2003-08-19 Thread Sean A Corfield
if you're using Apache. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

Re: Mach II. Is it faster than Fusebox 3?

2003-08-19 Thread Sean A Corfield
written in FB3, FB4 and Mach II. One of the prime drivers for Mach II is to address the maintenance cost overhead through the use of OO to improve reusability and increase flexibility (through loose coupling, encapsulation etc). Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Sean A Corfield
. In CFMX 6.1, this only locks per-session so only multiple requests from a single user would be single-threaded. (I'm not sure how this behaved in CF5 and earlier but the 6.0 behavior was considered a bug) Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're

Re: cflock - what does it do? Exactly?

2003-08-18 Thread Sean A Corfield
. A great deal. You (and others) are certainly enhancing my understanding of the nitty gritty of locking. OK, good - I'm always happy if we're helping each other learn. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: Possible RedSky/CFC Bug...

2003-08-18 Thread Sean A Corfield
On Sunday, Aug 17, 2003, at 22:40 US/Pacific, Stacy Young wrote: LOL, my god I'm a dork. Sorry, one of my test case templates was in fact a cfc. ;-) Well, that's what the output indicated - hence my surprise / confusion :) Glad we got to the bottom of that! Sean A Corfield -- http

Re: MX Caching when it shouldn't be

2003-08-18 Thread Sean A Corfield
that would also cause problems. Doh! I should have thought of that... Glad you're up and running now! Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: Fusebox conference news and Mach II update

2003-08-18 Thread Sean A Corfield
On Monday, Aug 18, 2003, at 14:08 US/Pacific, Michael Smith wrote: I have some conference news. Below are more details on Mach-II Monday. Secondly we have two important guests at the conference - Sean Corfield of Macromedia and Stan Cox of Cox Designs. I think the fact that Macromedia

Re: OT: Dreamweaver and include files

2003-08-18 Thread Sean A Corfield
: Preferences Invisible Elements Server-Side Includes: Show Contents Of Included File If it can do it, which version? I just tested it in DWMX. I don't know whether DW4 supported that. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're

Re: CFMX 6.1 serving up old index file

2003-08-17 Thread Sean A Corfield
is earlier than the file you replaced (so CFMX thinks is has already compiled it). Either 'touch' the file (modify in some way to update the timestamp) or bounce the server. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: MX Caching when it shouldn't be

2003-08-17 Thread Sean A Corfield
of cold fusion. Are you sure you don't have multiple files with the same name on the custom tag paths? e.g., customtags/one/foo.cfm and customtags/two/foo.cfm Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: Caching cfc objects in the application scope

2003-08-17 Thread Sean A Corfield
Did this get fixed by CFMX 6.1? On Tuesday, Jul 8, 2003, at 03:20 US/Pacific, Raymond Camden wrote: On Monday, Jul 7, 2003, at 06:49 US/Pacific, Raymond Camden wrote: Ok, so I ran the test using the server scope and was able to reproduce the problems there as well. Very odd that it didn't

Re: Is SDK Required to use -server option?

2003-08-17 Thread Sean A Corfield
startup times or small footprints, the server system is optimial for applications where the performance is most important. In general the client system is better on GUIs. Some of the other differences include the compilation policy used, heap defaults, and inlining policy. Sean A Corfield

Re: CFMX 6.1 serving up old index file

2003-08-17 Thread Sean A Corfield
Did you bounce the server? On Sunday, Aug 17, 2003, at 11:44 US/Pacific, Ian Skinner wrote: I tried that as well. Changed a piece of text and saved it. Still serving up the old version Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really

Re: cflock - what does it do? Exactly?

2003-08-17 Thread Sean A Corfield
to the entry to save folks scanning everything: http://www.corfield.org/ index.php?fuseaction=blog.archivemonth=2003_01#51 Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: CFMX 6.1 serving up old index file

2003-08-17 Thread Sean A Corfield
suspicion. Which directory has /areas.cfm and the new /index.cfm and which one has the old /index.cfm page? Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

  1   2   3   4   5   6   7   8   9   10   >