Re: WireFrame Viewer/Editor

2008-07-25 Thread Howard Fore
is watching those. Anyone know how I can get hold of them for help? Or whether there's a newer version of this software elsewhere out there? -- Howard Fore, [EMAIL PROTECTED] In any moment of decision, the best thing you can do is the right thing, the next best thing is the wrong thing

Re: Exporting from ColdFuion to a Excel file

2007-10-13 Thread Howard Fore
You could also just use the CF XML functions to write the file out in OpenXML format for Office. See http://openxmldeveloper.org/ for docs on the format. Hofo -- Howard Fore, [EMAIL PROTECTED] In any moment of decision, the best thing you can do is the right thing, the next best thing

Re: Security recommendations for a beginner

2007-09-28 Thread Howard Fore
-5DC0A6906F8999B4 and http://www.petefreitag.com/item/270.cfm. Use one of the SHA hash methodologies, not MD5 (MD5 has been reliably cracked). /hofo -- Howard Fore, [EMAIL PROTECTED] In any moment of decision, the best thing you can do is the right thing, the next best thing is the wrong thing

Re: Automated Way of Getting # of lines of code?

2007-09-28 Thread Howard Fore
http://blog.strikefish.com/blog/index.cfm?mode=entryentry=02007134-1422-201A-550F66FDEA46EFAB, althought I haven't tried it myself... On 9/28/07, Rey Bango [EMAIL PROTECTED] wrote: Is there any way to grab the total # of lines of code that a particular CF app has? -- Howard Fore, [EMAIL

Re: CFDocument - Another question

2007-09-28 Thread Howard Fore
The only way I've been able to do this is to drop back to HTML 4.0 and ignore CSS altogether. My experience was in what I consider to be a really simple request. I've got tabular data, represented in a html table, and need the headers for that table running in the section header. The only way I

Re: CF 8 Book by Ben Forta, Ray Camden and others - now in stock

2007-09-27 Thread Howard Fore
But keep in mind that the CF8 CFWACK is split into three pieces, this is just the first. Volume 3, the advanced section, has a December publication date, and I don't even see vol 2 on the Peachpit site at all. /hofo On 9/27/07, David Morgan [EMAIL PROTECTED] wrote: I posted a while back when

Re: dynamic drop down box

2007-09-26 Thread Howard Fore
too). On 9/26/07, erik tom [EMAIL PROTECTED] wrote: I have CF component which supposed to populate the requirements and of thwe selected program. I wrote the code but there is something wrong -- Howard Fore, [EMAIL PROTECTED] In any moment of decision, the best thing you can do is the right

Re: Passing a Structure to a ColdFusion Report

2007-09-26 Thread Howard Fore
, you could serialize the structs using CFWDDX and pass the string value of each struct in separate parameters. Then use custom report functions to unserialize them into structs again and extract the values on demand. /hofo -- Howard Fore, [EMAIL PROTECTED] In any moment of decision, the best

Scaffolding from CFCs?

2007-03-28 Thread Howard Fore
. Is there a scaffolding solution that uses a CFC (or multiple CFCs) as the datamodel? -- Howard Fore, [EMAIL PROTECTED] In any moment of decision, the best thing you can do is the right thing, the next best thing is the wrong thing, and the worst thing you can do is nothing. - Theodore Roosevelt

log4CF and other DRK goodies

2006-07-18 Thread Howard Fore
Hey, Anybody know where the publicly available DRKs have gone in the post-Macromedia world? The Adobe.com site search finds a page for them, but links to the actual DRK content result in a 404 page. I was looking for log4cf, which I believe is in DRK 4. -- Howard Fore, [EMAIL PROTECTED] Gliddy

Re: Installing CF 7.0.2 on RHEL 4 Update 3

2006-07-15 Thread Howard Fore
Stephen Erat of TalkingTree has a great Breeze presentation on installing CFMX 7 on RHEL with SElinux. You might to check it out: http://www.talkingtree.com/blog/index.cfm/2005/10/13/OCFMG20051013 On 7/15/06, Hans Omli [EMAIL PROTECTED] wrote: Based on what I see in /var/log/messages, this

Re: CFMX 7.01 on Centos 4 (aka RHEL)

2006-06-20 Thread Howard Fore
There is a tech note that addesses it, you download a new zip file that has the jar file. On 6/20/06, Denny Valliant [EMAIL PROTECTED] wrote: How did you get around the missing driver files? Sounds like a class-path issue, but besides that, no clue... :d -- Howard Fore, [EMAIL PROTECTED

Re: Who is using a large scale CMS?

2006-01-27 Thread Howard Fore
I think Voice of America is using CommonSpot (ask someone from FigLeaf), and I think PGA.com uses it as well. On 1/27/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Erm...Surely there must be someone?!?! -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL

Re: Coldfuion Life Spam

2006-01-27 Thread Howard Fore
to an end. I am about to build a major system using coldfusion but the company now has doubts over the future of coldfusion. I know its not going anywhere but is there anything I can provide to this company to stop there fears. -- Howard Fore, [EMAIL PROTECTED] The less you know, the more you believe

Re: Scope Woes Virtual Directories

2006-01-24 Thread Howard Fore
request, requires a user unique key. -- Howard Fore, [EMAIL PROTECTED] ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230319 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http

Re: Scope Woes Virtual Directories

2006-01-24 Thread Howard Fore
Another thing I've done when I needed to pass session info into a system that didn't share sessions (CF into PHP, or Perl into CF) is to create a script on either side that receives the variable data as URL parameters, then creates the session accordingly. You direct every site-to-site link

Re: Web Analytics

2005-12-11 Thread Howard Fore
Prior to its acquisiton Google Analytics was known as Urchin. On 12/11/05, Dan O'Keefe [EMAIL PROTECTED] wrote: Did this product become Google Analytics? Dan -- Howard Fore, [EMAIL PROTECTED] ~| Logware (www.logware.us

Re: CF Server stops without a whisper

2005-12-09 Thread Howard Fore
On 12/9/05, Marlon Moyer [EMAIL PROTECTED] wrote: Thanks, I was able to find the error in the jrun logs. Now I just have to translate just what the h3ll it means. What does it say? -- Howard Fore, [EMAIL PROTECTED

Re: Small CF Job

2005-11-30 Thread Howard Fore
After some Googling, I'm going to guess evolutionary multi-criterion optimization. On 11/29/05, Kevin Aebig [EMAIL PROTECTED] wrote: EMO? Ah... out of curiousity, what's that? -- Howard Fore, [EMAIL PROTECTED] ~| Discover

Re: Reset the 6.1 Developer Edition IP address

2005-01-11 Thread Howard Fore
Stop and start the server? On Tue, 11 Jan 2005 14:37:37 -0500, Matthew Small [EMAIL PROTECTED] wrote: I know it's in the archive, but I haven't been able to find it. Help, please? -- Howard Fore, [EMAIL PROTECTED

Re: RDS support (was Re: CFEclipse release - beta

2004-06-16 Thread Howard Fore
to Monty Python) -- Howard Fore, [EMAIL PROTECTED] On Jun 16, 2004, at 11:21 AM, Paul Kenney wrote: Just think of those poor developers that are forced to work off of shared hosting accounts with no WebDav, a single FTP account, an Access database and no RDS access.Oh, the humanity!They could

Re: rualivecftalk

2004-06-02 Thread Howard Fore
All your list are belong to us. -- Howard Fore, [EMAIL PROTECTED] On Jun 2, 2004, at 9:45 AM, Tony Weeg wrote: speak to me cftalk, are you alive today [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: eclipse install

2004-06-02 Thread Howard Fore
What version of Eclipse will He3 require? -- Howard Fore, [EMAIL PROTECTED] On Jun 2, 2004, at 5:52 PM, Matt Liotta wrote: On a side note, the He3 beta goes into CD production this Friday for CFUN-04. I expect people to have any easy time installing it. [Todays Threads] [This Message

Re: Mach-II

2004-05-28 Thread Howard Fore
specialization, some things aren't. Again, your choice. One size doesn't fit all, whether it is FB, Mach-II, onTap, JSP, Tapestry, or WebObjects. But each has it's good and bad points. It is counterproductive to present subjective, one-sided answers to those looking for an objective view. -- Howard

Re: download cf5

2004-05-28 Thread Howard Fore
Kola, If you search the list archives at houseoffusion.com you'll find this was answered not too long ago. Sorry, don't remember the answer off the top of my head. -- Howard Fore, [EMAIL PROTECTED] On May 28, 2004, at 12:02 PM, Kola Oyedeji wrote: Anyone have the link to the CF5 download? I

Re: Mach-II

2004-05-28 Thread Howard Fore
and third statements they would, as you point out, be incorrect. -- Howard Fore, [EMAIL PROTECTED] On May 28, 2004, at 1:50 PM, Claude Schneegans wrote: as it is was Claude's choice to read OO allows code reuse as OO allows code reuse for the first time in the history of mankind. C'mon, please

Re: Mach-II

2004-05-27 Thread Howard Fore
Will I have to spend $15 on a set of blades to use it? -- Howard Fore, [EMAIL PROTECTED] On May 27, 2004, at 1:03 PM, Alexander Sherwood wrote: Look for the release of Mach-3, a combination of both FuseBox 4 and Mach-II. Framework should be out mid-July along with mailing lists, web site

Re: Mach-II

2004-05-27 Thread Howard Fore
, there is no substitution for good planning. -- Howard Fore, [EMAIL PROTECTED] On May 27, 2004, at 9:36 AM, Alexander Sherwood wrote: At 06:48 AM 5/27/2004, you wrote: just plan it very well at first and document it very well. This might account for a large portion of the 9500h you plan

Re: Mach-II

2004-05-27 Thread Howard Fore
Nor did I. -- Howard Fore, [EMAIL PROTECTED] On May 27, 2004, at 3:44 PM, Michael Haggerty wrote: I'm people. I would not read it that way. Was there supposed to be a disclaimer stating someone else did this before? M Claude Schneegans [EMAIL PROTECTED] wrote: Perhaps you can point

Re: Mach-II

2004-05-27 Thread Howard Fore
web application framework, OS X for my development platform, and Linux for my server platform. They work, and I can spend my time solving problems created by my business users and less on creating tools to do so, or workstation administration, or server administration. -- Howard Fore, [EMAIL

Re: Don't mean to be picky

2004-05-21 Thread Howard Fore
Huh? I don't understand what you mean. I use a ton of CSS with FB3 and have no problems. Where's the deficiency? -- Howard Fore, [EMAIL PROTECTED] On May 21, 2004, at 12:58 PM, Chunshen (Don) Li wrote: Has anyone looked into the deficiency of CSS for presentation (with a twist if necessary

Re: Serious breach of NDA - a polite warning

2004-05-14 Thread Howard Fore
So in order to keep certain things secret, you publicly alert people who may not know they are talking about secrets to the fact that secrets are being discussed? -- Howard Fore, [EMAIL PROTECTED] On May 14, 2004, at 5:24 AM, Peter Tilbrook wrote: Knock any further discussion of the breach

Re: Serious breach of NDA - a polite warning

2004-05-14 Thread Howard Fore
Well, I interpreted this as that Peter knows that someone on the list is under NDA and has been talking about something they shouldn't. But calling attention to secrets is no way to keep them so. -- Howard Fore, Web Developer, Professional Career Development Institute [EMAIL PROTECTED], 770-729

Re: OT Qforms Gone?

2004-05-13 Thread Howard Fore
I still get a few every so often. There's usually a burst when someone has a question and then nothing for a while. -- Howard Fore, [EMAIL PROTECTED] On May 13, 2004, at 5:20 PM, Dave Carabetta wrote: Hi All, Sorry for being OT.But I am sure that many people use Qforms on this list.Has

Re: http_referer

2004-05-11 Thread Howard Fore
never remember it). -- Howard Fore, [EMAIL PROTECTED] On May 10, 2004, at 10:37 PM, Andrew Grosset wrote: I don't follow...couldn't I just copy the uuid and place it in a hidden field in MY form and submit that? Stick a uuid in a hidden field and check that you get the same one back

The other shoe drops

2004-05-11 Thread Howard Fore
like that. -- Howard Fore, [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: The other shoe drops

2004-05-11 Thread Howard Fore
available. But neither are officially supported CFMX platforms by MM, right? And as far as that goes, the choices as I understand them are Weblogic and Websphere. From past experience I believe that either would make the software investment in CFMX seem like a drop in the bucket. -- Howard Fore

Re: The other shoe drops

2004-05-11 Thread Howard Fore
. -- Howard Fore, [EMAIL PROTECTED] On May 11, 2004, at 12:25 PM, Dave Watts wrote: I would recommend trying a different J2EE application server. Sun One and JBoss are both freely available. But neither are officially supported CFMX platforms by MM, right? Sun ONE is supported, JBoss

Re: add a column in oracle

2004-05-05 Thread Howard Fore
I don't have my big red book handy, but isn't there a restriction in Oracle where you can add columns but not drop them (or vice versa)? -- Howard Fore, [EMAIL PROTECTED] On May 5, 2004, at 2:16 PM, Daniel Kessler wrote: I'm trying to add a column in my DB in Oracle.I'm doing: ALTER TABLE

Re: add a column in oracle

2004-05-05 Thread Howard Fore
As for your other question: SELECT TOP 3 FROM FOO -- Howard Fore, [EMAIL PROTECTED] On May 5, 2004, at 2:16 PM, Daniel Kessler wrote: I'm trying to add a column in my DB in Oracle.I'm doing: ALTER TABLE whatsnew ADD (imagevarchar2(100)); I also tried: ALTER TABLE whatsnew ADD column

Re: add a column in oracle

2004-05-05 Thread Howard Fore
Sorry, wrong database... SELECT * FROM foo WHERE rownum 4 -- Howard Fore, [EMAIL PROTECTED] On May 5, 2004, at 3:00 PM, Howard Fore wrote: As for your other question: SELECT TOP 3 FROM FOO -- Howard Fore, [EMAIL PROTECTED] On May 5, 2004, at 2:16 PM, Daniel Kessler wrote: I'm

Re: ColdFusion and XML

2004-04-16 Thread Howard Fore
What kind of encoding? Do you mean that the XML document you posted is the value of a form element, a textarea for instance, and you'd like to access the data in the XML document? -- Howard Fore, Web Developer, Professional Career Development Institute [EMAIL PROTECTED], 770-729-8400, x5258

Re: Fusebox on a web hosting service?

2004-04-16 Thread Howard Fore
I think most people are using FB3 because it's been around longer. If I were starting from scratch I'd use FB4 or Mach-II. -- Howard Fore, [EMAIL PROTECTED] On Apr 15, 2004, at 11:15 PM, Johnny Le wrote: Thank you, Cameron.Which version of Fusebox do you think I should use?I know it has

Re: Proving you are legitimate from CFMail

2004-04-14 Thread Howard Fore
dictionary words but aren't in most people's common vocabulary. These words don't appear in the token list from previous emails and skew the probability towards ham. /NonTechnicalAnswer -- Howard Fore, [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

End of session

2004-04-07 Thread Howard Fore
is logged in. The logic in the cflogin would see that the user isn't logged in and that the URL parameter says they were and therefore the user should be directed to the login screen rather than the public area they were requesting. Any comments/ideas/suggestions? -- Howard Fore, [EMAIL PROTECTED

Re: Need some backup here

2004-04-07 Thread Howard Fore
No multicast packets were received. -- Howard Fore, [EMAIL PROTECTED] On Apr 7, 2004, at 1:05 PM, Cutter (CF-Talk) wrote: I need a favor. Internal debate going on here about the feasability of multicast streaming. I'm being told that multicast enabled routers are not in high enough

Re: Script vs Tags (was Re: ColdFusion Coding Contest)

2004-04-06 Thread Howard Fore
stopped using cfscript altogether, simply because of the time I lose trying to maintain a logical block of code in one paradigm or the other. As always your mileage may vary, products may settle during shipping, and objects may be closer than they appear. -- Howard Fore, [EMAIL PROTECTED] On Apr

Re: desktop application

2004-04-06 Thread Howard Fore
I'm not sure how far it's gotten, but there is the XRE: XUL Runtime Environment, so you can have standalone apps without bundling (or requiring) Mozilla. http://www.mozilla.org/projects/xul/xre.html -- Howard Fore, [EMAIL PROTECTED] On Apr 6, 2004, at 11:40 AM, Dave Watts wrote: Except

Re: Devnet Pro now only $599!

2004-04-06 Thread Howard Fore
The online store has that price as an upgrade from Studio MX. -- Howard Fore, [EMAIL PROTECTED] On Apr 6, 2004, at 5:20 PM, Kwang Suh wrote: Blark, it's actually only for renewals.Ah well. - Original Message - From: Irvin Gomez [EMAIL PROTECTED] Date: Tuesday, April 6, 2004 3:18 pm

Re: Code formatter?

2004-04-02 Thread Howard Fore
/cfscript parsers in Java maybe all it would take is creating the same thing and convincing checkstyle to use it. -- Howard Fore, [EMAIL PROTECTED] On Apr 1, 2004, at 11:12 PM, [EMAIL PROTECTED] wrote: look up a program called prettyhtml does wonders! it supports cfml gives u several choices

Code formatter?

2004-04-01 Thread Howard Fore
Anybody know of a pretty printer for CFML? I'd like to run my code through something to standardize the indents, tag case, etc. -- Howard Fore, [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: FLEX: are you HERE or are you NOW?

2004-03-31 Thread Howard Fore
will give customers support. -- Howard Fore, [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: FLEX: are you HERE or are you NOW?

2004-03-31 Thread Howard Fore
as easily obtainable, I just object to the marketing double-speak. If they want to keep closer tabs on who's downloading it, fine by me. Just say so. It's not like they don't make you register for downloads in the first place... -- Howard Fore, [EMAIL PROTECTED] [Todays Threads] [This Message

Re: How do I perform a radius search based on zip code?

2004-03-19 Thread Howard Fore
Link for the raw formula: http://www.meridianworlddata.com/Distance-Calculation.asp A UDF for doing the calculation http://cflib.org/udf.cfm?ID=502 -- Howard Fore, [EMAIL PROTECTED] I hope you believe you understand what you think I said, but I'm not sure you understand that what you've heard

CFFILE to NFS issues?

2004-03-18 Thread Howard Fore
read/write turned on for the directory as well as treat remote root as local root. Suggestions? -- Howard Fore, [EMAIL PROTECTED] The dogmas of the quiet past are inadequate to the stormy present. The occasion is piled high with difficulty, and we must rise with the occasion. As our case is new, so

cffile and invalid source attribute

2004-03-17 Thread Howard Fore
cffile action=""> source=“#variables.uploadFileFullPath#” destination=“#variables.finalDestinationDirectory#/ #session.credentials.studentSequence#_#variables.fileCount#” / -- Howard Fore, [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Split screen editor for two files

2004-03-11 Thread Howard Fore
the XML plugin needs some work but it's a very usable editor. -- Howard Fore, [EMAIL PROTECTED] You know, if I can survive marching band, I can survive anything Nellie McKay On Mar 11, 2004, at 11:19 AM, Jeff Beer wrote: Anyone know of a decent editor for CF that allows split screens for two

Re: OT: Interesting article on Macromedia Central...

2004-03-02 Thread Howard Fore
for Eclipse? Hmm. Maybe I haven't had enough caffeine yet... -- Howard Fore, [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Transfer to Mac OS X Server

2004-02-17 Thread Howard Fore
configuration file with NamedVirtualHosts (if you save this into /private/etc/httpd/users/ any upgrades to the OS won't overwrite them). I'm sure I left something out... -- Howard Fore, [EMAIL PROTECTED] The basic tool for the manipulation of reality is the manipulation of words.If you can

Clustering and cfadmin

2004-02-11 Thread Howard Fore
individual CFIDE interfaces. Surely there's a better way. I know I can migrate some settings via exporting and importing CAR files, but still. If this is a cluster, why must I repeat myself? Please tell me I have this configured wrong. -- Howard Fore, [EMAIL PROTECTED] [Todays Threads] [This Message

Re: Clustering and cfadmin

2004-02-11 Thread Howard Fore
on the chance of a request going awry because part of a cluster has one config and the rest has another, as the human doing the updating can go only so fast. -- Howard Fore, [EMAIL PROTECTED] Beyond the Euphrates began for us the land of mirage and danger, the sands where one helplessly sank

Re: OT: Good beginner cold fusion book

2004-02-09 Thread Howard Fore
a photographic memory and can speed read. Then you just need to spend a Saturday in your local book store's computer section...). -- Howard Fore, [EMAIL PROTECTED] The dogmas of the quiet past are inadequate to the stormy present. The occasion is piled high with difficulty, and we must rise

Re: SQL Server on VPC 6 for Mac OS X

2004-01-28 Thread Howard Fore
it was a little sluggish, but not too bad for development. -- Howard Fore, [EMAIL PROTECTED] I can't give you a brain, so I'll give you a diploma. - The Great Oz On Jan 28, 2004, at 9:54 PM, Matt Liotta wrote: For various reasons I need to setup a local install of SQL Server for development

Re: CFDJ isn't exactly kicking bootay

2004-01-08 Thread Howard Fore
than the cost of the subscription. And if properly applied, those techniques won't save you time and money just this year, but in the future as well. That's how I justify it at least. -- Howard Fore, [EMAIL PROTECTED] Much of life is Dutch one-digit operations in which legions of big robust people

Best Practices for configuration file dependencies?

2004-01-07 Thread Howard Fore
in Application.cfm, or hard code the data set choice to be dependent on the machine name. Any other ideas? -- Howard Fore, [EMAIL PROTECTED] The basic tool for the manipulation of reality is the manipulation of words.If you can control the meaning of words, you can control the people who must use

Using CAR files as configuration files?

2004-01-02 Thread Howard Fore
to distribute these changes across the difference CFMX servers? It seems to work ok, but I can't find anything that says the settings are specific to the server I created the CAR on and that they can or shouldn't be deployed to different servers. -- Howard Fore, [EMAIL PROTECTED] Much of life is Dutch one

Re: CFMX, JBoss

2003-12-19 Thread Howard Fore
Simon, can you expand a bit on what steps you did to deploy on JBoss? -- Howard Fore, [EMAIL PROTECTED] Amazing how a human being can crawl three miles after their arms are ripped out, but five seconds without Amazon, and you'd think they were on the wrong end of the Spanish Inquisition. - John

CFMX integration with virus scanners?

2003-11-12 Thread Howard Fore
, it will be scanned and dealt with. Does anyone have any experience they could share about hooking a web app to such an engine? I've looked at the Symantec Antivirus Scan Engine but not enough to tell if it will do what we want. Also, the engine should run on Linux. Thanks. -- Howard Fore, [EMAIL

Fwd: Clustercats and Apache 2?

2003-10-07 Thread Howard Fore
it down to a variable APACHE_DUMMY_MUTEX (again, I think) that is in Apache 1.3.x and doesn't exist in Apache 2.0.x (that they can find). Any ideas or suggestions? -- Howard Fore, [EMAIL PROTECTED] If everything's coming your way, you may be in the wrong lane - Old Farmhand, Prairie Home Companion

Re: Clustercats and Apache 2?

2003-10-07 Thread Howard Fore
, Howard Fore wrote: Hi, Has anyone had success in running ClusterCats with Apache 2? My IT guys at work are trying to bring up a testing cluster using CFMX 6.1, JRun 4 Updater 2, and Apache 2.0.46 (I think) on beta 2 of Red Hat Enterprise Linux 3 AS. They're hitting an error along the way and have

Re: SOT: SSL Load Balanced CF

2003-09-16 Thread Howard Fore
from one connection to the next. The only things the browser cares about is that the certificate is from an accepted CA and that the domain name on the cert matches the domain in the request. Sessions as far as CF cares about don't have anything to do with SSL. -- Howard Fore, [EMAIL PROTECTED

Re: Beta Testing RedSky

2003-07-09 Thread Howard Fore
On Wednesday, Jul 9, 2003, at 06:15 US/Eastern, Calvin Ward wrote: Having said that, is there more material available on Mach-II somewhere? The PowerPoint from Hal and Ben's presentation at CFUN-03 is available at http://www.cfconf.org/cfun-03/talks/FuseboxMXII_Helms.ppt -- Howard Fore

Re: Beta Testing RedSky

2003-07-08 Thread Howard Fore
] -- Howard Fore, [EMAIL PROTECTED] If everything's coming your way, you may be in the wrong lane - Old Farmhand, Prairie Home Companion ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Accessing fragment ID from URL?

2003-06-17 Thread Howard Fore
location.hash. Thanks. -- Howard Fore, [EMAIL PROTECTED] Trust but verify: Yeah, I backed up the hard drive. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists

Re: Accessing fragment ID from URL?

2003-06-17 Thread Howard Fore
receiving the request is acting as a dispatcher and I need to be able to read the fragment ID from the incoming URL as it were and then pass it along to the eventual CFLOCATION call. -- Howard Fore, [EMAIL PROTECTED] Trust but verify: Yeah, I backed up the hard drive

Re: Accessing fragment ID from URL?

2003-06-17 Thread Howard Fore
Hmm. Isn't HTTP_REFERER actually the request for the previous page? If page A is requested with http://somehost.com/pageA.cfm?param1=foo#barA and has a link to http://somehost.com/pageB.cfm?param1=foo#barB when pageB.cfm executes, won't the HTTP_REFERER be

Re: Accessing fragment ID from URL?

2003-06-17 Thread Howard Fore
current MVC setup way too complicated. I have another way to approach it that I was hoping to avoid. Programatic access to the fragment ID would have been far more elegant and less tightly coupled. Thanks anyway. -- Howard Fore, [EMAIL PROTECTED] Trust but verify: Yeah, I backed up the hard drive

Re: Whaling? Whaling? C'mon people....

2003-06-16 Thread Howard Fore
feelings on cetaceans aside, please tag your subject line as off-topic if it doesn't pertain to CF. -- Howard Fore, [EMAIL PROTECTED] Trust but verify: Yeah, I backed up the hard drive. ~| Archives: http://www.houseoffusion.com/cf_lists

Re: Weird XMLTransform error (long)

2003-06-11 Thread Howard Fore
of the input variables to xmlstring and xslstring from xmlinput and xslinput respectively. Thanks for your help. -- Howard Fore, [EMAIL PROTECTED] Trust but verify: Yeah, I backed up the hard drive. ~| Archives: http

Weird XMLTransform error (long)

2003-06-10 Thread Howard Fore
//xsl:attribute xsl:attribute name=border0/xsl:attribute /img /a /xsl:when /xsl:choose /td /tr /xsl:template /xsl:transform Any ideas? -- Howard Fore, [EMAIL PROTECTED] Trust but verify: Yeah, I backed up the hard

Re: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Howard Fore
as cfinclude. -- Howard Fore, [EMAIL PROTECTED] If everything's coming your way, you may be in the wrong lane - Old Farmhand, Prairie Home Companion ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Re: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Howard Fore
interested. -- Howard Fore, [EMAIL PROTECTED] If everything's coming your way, you may be in the wrong lane - Old Farmhand, Prairie Home Companion ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4