Re: Why Framework? Which Framework? And How I can use one?

2006-10-31 Thread Dave Shuck
> ...If the guys that built > instantspot were able to do it, it must not be too difficult. Thanks for that vote of confidence Jacob! :) No, we did not use the mod_rewrite on InstantSpot or an any of our projects. ~Dave Shuck ~~~

Re: Why Framework? Which Framework? And How I can use one?

2006-10-30 Thread Tom Chiverton
On Friday 27 October 2006 13:35, Ali Majdzadeh wrote: > Should I learn more than CF, if I want to use a > Framework? Yes, you will probably need to understand CFCs in particular, and OO principles like inheritance in general. > 2. Which Framework meets my needs? What are your needs ? If the ap

Re: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Nathan Strutz
I'm not a fan of the /index.cfm/fuseaction/etc type of SES URLs. I wonder what it would take to modify fusebox to spit the parsed files into folders instead of all in the parsed folder. For example, when you hit a page in fusebox 4 & 5, it creates a circuit.fuse.cfm file in your /parsed/ folder. T

Re: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Michael Traher
f course, use ISAPI rewrite to rewrite the URL before it reaches CF. > > Russ > > -Original Message- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: 28 October 2006 14:19 > To: CF-Talk > Subject: RE: Why Framework? Which Framework? And How I can use one? >

Re: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Jake Munson
I had an IM chat with Sean Corfield about this, and he said that Model Glue "has an extension point to add a custom URL -> event object processor so you can hook in SES". As far as Fusebox, it you can use his little .cfm file in your Application.cfm or cfc.Here's a link to a post he made ab

RE: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Snake
use ISAPI rewrite to rewrite the URL before it reaches CF. Russ -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 28 October 2006 14:19 To: CF-Talk Subject: RE: Why Framework? Which Framework? And How I can use one? Ok, so the question I have then, are SES urls bui

RE: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Munson, Jacob
Ok, so the question I have then, are SES urls built into FB/MG/M2/etc.? Because most of the site's I've seen are not SES. For example: http://www.cfframeworks.com/ http://www.fusebox.org/ however, this one is: http://www.instantspot.com/ So I guess that kind of answers my question. If the guys

Re: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Robertson-Ravo, Neil (RX)
is index.cfm 'problem', please fill me in. > -Original Message- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: Friday, October 27, 2006 4:08 PM > To: CF-Talk > Subject: RE: Why Framework? Which Framework? And How I can use one? > > http://www.

RE: Why Framework? Which Framework? And How I can use one?

2006-10-27 Thread Snake
Yes, use SES URLS and not querystrings, and then the stats packages will correctly report them. Russ -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 27 October 2006 23:18 To: CF-Talk Subject: RE: Why Framework? Which Framework? And How I can use one? My biggest

RE: Why Framework? Which Framework? And How I can use one?

2006-10-27 Thread Munson, Jacob
oblem', please fill me in. > -Original Message- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: Friday, October 27, 2006 4:08 PM > To: CF-Talk > Subject: RE: Why Framework? Which Framework? And How I can use one? > > http://www.cfframeworks.com/ > http://corfi

RE: Why Framework? Which Framework? And How I can use one?

2006-10-27 Thread Munson, Jacob
http://www.cfframeworks.com/ http://corfield.org/index.cfm?fuseaction=articles.frameworks > -Original Message- > From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] > Sent: Friday, October 27, 2006 6:35 AM > To: CF-Talk > Subject: Why Framework? Which Framework? And How I can u

Why Framework? Which Framework? And How I can use one?

2006-10-27 Thread Ali Majdzadeh
Hi: I read some posts about CF Frameworks here and learned a lot but what I think many new CF users (including me) need to have is a complete and reliable resource for these questions. 1. Why we should use a framework for CF while CF7 is framework itself? What are the advantages? Should I lear