Re: License Exception for JSP Pages - how to disallow

2007-04-28 Thread Robertson-Ravo, Neil (RX)
Well I would presume that if there is no page for it to serve of that type is should indeed 404 you. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It

Fusion Authnority Quarterly

2007-04-28 Thread Robertson-Ravo, Neil (RX)
Anyone subscribed to the FAQ? I recently took the plunge and was suprised not see any PDF downloads for the money? Did you get this? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in

Which Framework do you use... (if any)

2007-04-28 Thread Robertson-Ravo, Neil (RX)
Just what frameworks/methologies are people using, if any? There are the obvious front-runners such as Mach-II, Model-Glue and Fusebox 5 (and obvious ORM behind such as ColdSpring, Transfer etc) but from research it seems people fleet between them etc which seems futile. There must be one which

Re: Which Framework do you use... (if any)

2007-04-28 Thread Robertson-Ravo, Neil (RX)
Sorry, I know CS is not ORM :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is

Re: Which Framework do you use... (if any)

2007-04-28 Thread Zaphod Beeblebrox
I use Rails. :) On 4/28/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Just what frameworks/methologies are people using, if any? There are the obvious front-runners such as Mach-II, Model-Glue and Fusebox 5 (and obvious ORM behind such as ColdSpring, Transfer etc) but from

Re: Which Framework do you use... (if any)

2007-04-28 Thread Robertson-Ravo, Neil (RX)
OK, frameworks on ColdFusion... This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It

Re: Which Framework do you use... (if any)

2007-04-28 Thread Jake Pilgrim
This answer is hard to answer because I really feel it's strongly based on your development style. Are you an old CF 5 developer that's just getting into the MX arena (or maybe you're still not there)? - Fusebox is a wonderful framework for these folks. Are you an OOP junkie? - Mach-II might be

My CSS presentation - recorded via Adobe Connect

2007-04-28 Thread Andy Matthews
For those of you that have been asking about the recorded presentation, here's the URL: https://admin.adobe.acrobat.com/_a17673838/p30028287/ And here's a link to the files used in my presentation so that you can follow along: http://www.ncfug.com/archive/AndyMatthews_April2007_CSS.zip Hope

Re: Which Framework do you use... (if any)

2007-04-28 Thread Robertson-Ravo, Neil (RX)
A good post, though I thought ORM stood for Object Relational/ship Mapping This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is

Creating search results

2007-04-28 Thread Joel Watson
I am trying to make a search display page that will display a snippet of text (about 300 characters) from blog posts that match the search criterion. I have no problem with generating the results, but I would like to be able to zero in on the actual search term within the returned query. So,

Re: Which Framework do you use... (if any)

2007-04-28 Thread Dwayne Cole
You will have a hard time convincing me that one methodology is better than another. You can not separate the methodology from the developer's (individuals and development shops) acquired skills, preferences, and other best practices. I bet there are few people who use any one of these

RE: Creating search results

2007-04-28 Thread Bobby Hartsfield
Something like mid() should do it. Just start like 150 characters to the left of where you find the term (if there are 150 characters to the left) And do the same thing for the end... 150 characters to the right of the found term. find() will give you the position of the term in the text. find()

Mappings? Virtual Directories?

2007-04-28 Thread Jenny Gavin-Wear
Before I go charging off in the wrong direction, I'd appreciate some ideas on using CF mappings and IIS 6 Virtual Directories. I have a cart application, for example, being used by several client, and currently when I make any updates I have the odious task of copy/pasting the new files to all of

Re: Mappings? Virtual Directories?

2007-04-28 Thread Robertson-Ravo, Neil (RX)
Is it the same code? Different domains? If it is not the same domain, use a ColdFusion mapping, it will be easier. If you want to use VD instead you can still do so, but you will need to do this each time you create a new one, and they will all need to point to the same file base. This

Any good resources for importing MS SQL 2000 DB to DB2

2007-04-28 Thread Bruce Sorge
I goggled this but cannot find anything useful. Basically, I have a SQL2K DB that I have been developing on, but the production is DB2. So I modified the scripts to create the tables and what not, but the problem I have is getting the actual data from the SQL Server to the DB server. So does

Re: Any good resources for importing MS SQL 2000 DB to DB2

2007-04-28 Thread Robertson-Ravo, Neil (RX)
No doubt loads of tools to do this. Check out RedGate bundle or ApexSQL Diff This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is

Re: Mappings? Virtual Directories?

2007-04-28 Thread Casey Dougall
We do this with a a few folders we use across sites on our box. One folder is a Images folder which of course needs to be created as a virtual directory since it is pushing content to the browser. The other is a cf mapping directory for code which does not need to be in the web root. Coldfusion

Re: Creating search results

2007-04-28 Thread Rick Root
On 4/28/07, Joel Watson [EMAIL PROTECTED] wrote: I am trying to make a search display page that will display a snippet of text (about 300 characters) from blog posts that match the search criterion. I have no problem with generating the results, but I would like to be able to zero in on the

RE: Any good resources for importing MS SQL 2000 DB to DB2

2007-04-28 Thread Jim Davis
-Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Saturday, April 28, 2007 1:02 PM To: CF-Talk Subject: Any good resources for importing MS SQL 2000 DB to DB2 I goggled this but cannot find anything useful. Basically, I have a SQL2K DB that I have been

Found a good SQL2K to DB2 converter

2007-04-28 Thread Bruce Sorge
Went to Regsoft.com and found the MS SQL Server IBM DB2 Import, Export Convert Software software. Works great. The problem I was having was I could not get the SQL Server wrapper working right in DB2. Bruce ~| Create Web

Re: Fusion Authnority Quarterly

2007-04-28 Thread Kris Jones
I subscribe to the FAQ. With the 2nd quarter (winter), a link to a PDF download was sent to subscribers. I haven't received the 3rd spring edition yet (is it out?). Cheers, Kris Anyone subscribed to the FAQ? I recently took the plunge and was suprised not see any PDF downloads for the money?

Re: License Exception for JSP Pages - how to disallow

2007-04-28 Thread T Lux
Which it doesnt, hence my question! Thanks, Tim Well I would presume that if there is no page for it to serve of that type is should indeed 404 you. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration

How can I check this string a different way?

2007-04-28 Thread Will Tomlinson
I need a better way to evaluate a string here. Maybe a regex I guess? I have a hyphen-delimited list. The last item in the list needs to be flagged if it contains OL1, OL2, etc. Just if it contains the OL at all, I need to flag it as an online course. Here's what I'm using now, what's a

Re: How can I check this string a different way?

2007-04-28 Thread Jim McAtee
- Original Message - From: Will Tomlinson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, April 28, 2007 2:54 PM Subject: How can I check this string a different way? I need a better way to evaluate a string here. Maybe a regex I guess? I have a

RE: Mappings? Virtual Directories?

2007-04-28 Thread Jenny Gavin-Wear
Hi Neil and Casey, thanks for your replies... My current cart structure is to have all of the front end in root and the cart admin and includes in a sub dir. So all the files that change in design are in root, and everything is static for each site in /cart. Each site has a seperate domain and

Re: CFHTTP Connection Failure

2007-04-28 Thread Matthew Irwin
I have uninstalled coldfusion and reinstalled it. But I still connection failure.can any one that has CF try it and see if they get a connection failure? They say that others are connecting using php. ~| ColdFusion MX7 by

Re: CFHTTP Connection Failure

2007-04-28 Thread Jason Troy
Matthew - I believe the problem may be the HTTPS call. You may need to add it to the keystore. I'll dig up a thread on this in a few minutes, or someone can post their bookmark. :) I tried your URL both HTTP and HTTPS and the HTTPS gives the connection failure, the non SSL one terminates the

Re: CFHTTP Connection Failure

2007-04-28 Thread Jason Troy
Here is the link - let us know if it doesn't help. http://www.coldfusionmuse.com/index.cfm/2005/1/29/keystore - Jason Matthew - I believe the problem may be the HTTPS call. You may need to add it to the keystore. I'll dig up a thread on this in a few minutes, or someone can post their

RE: Which Framework do you use... (if any)

2007-04-28 Thread Dave Watts
There must be one which is faster, more productive and which just seems the best? Why? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago,