RE: Creating HTML Content Wrapper for Email

2007-03-06 Thread Robert Rawlins - Think Blue
: Creating HTML Content Wrapper for Email In the midst of your HTML file, place a string like [[CONTENT]] where you want the content to go. Then open the file, read it into a variable, and replace that string with the actual content. -Original Message- From: Robert Rawlins [mailto:[EMAIL

Creating HTML Content Wrapper for Email

2007-03-06 Thread Robert Rawlins
Hello Guys, I'm building a general utility component for sending emails from my application, so I can use it for error reporting, contact forms, newsletters, order confirmations and alike. I'm looking for the best method to create an HTML wrapper for the content. At the moment a variable named

RE: Reactor XML - Throwing Error's

2007-03-06 Thread Robert Rawlins - Think Blue
6 To: CF-Talk Subject: Re: Reactor XML - Throwing Error's On Monday 05 Mar 2007, Robert Rawlins - Think Blue wrote: > After removing that code I then get the following error. Rinse and repeat until you get a native error message. -- Tom Chiverton Helping to quickly f

RE: Reactor XML - Throwing Error's

2007-03-05 Thread Robert Rawlins - Think Blue
Chiverton [mailto:[EMAIL PROTECTED] Sent: 05 March 2007 16:12 To: CF-Talk Subject: Re: Reactor XML - Throwing Error's On Monday 05 Mar 2007, Robert Rawlins - Think Blue wrote: > Unity Sorry, I know >< that much about MG:U :-/ > I've tried removing that code too but still ge

RE: Reactor XML - Throwing Error's

2007-03-05 Thread Robert Rawlins - Think Blue
ssage- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 05 March 2007 14:48 To: CF-Talk Subject: Re: Reactor XML - Throwing Error's On Monday 05 Mar 2007, Robert Rawlins wrote: > Anyone got any suggestions as to why this might be happening? I'm more than > happy to post my XML if yo

Reactor XML - Throwing Error's

2007-03-05 Thread Robert Rawlins
Hello Guys, First time working with the reactor XML file, and it keeps throwing an error when i try and use it. When using the standard reactor XML without any objects defined it appears to work fine, but when I define my own database objects its throwing the error. The error reads: Bean crea

RE: M$SQL: Treat two columns as one

2007-03-05 Thread Robert Rawlins - Think Blue
olCombined' from MyTable WHERE Col1 LIKE '%foo%' ORDER BY ColCombined -Original Message- From: Robert Rawlins [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 4:47 AM To: CF-Talk Subject: M$SQL: Treat two columns as one Hello Guys, I'm looking to pull a set of

M$SQL: Treat two columns as one

2007-03-05 Thread Robert Rawlins
Hello Guys, I'm looking to pull a set of records from the database but treat two of the columns as one, I'll also need to GROUP BY on that combined column, so somthing like this. SELECT Col1 & Col2 AS ColCombined FROM MyTable WHERE Col1 LIKE '%foo%' GROUP BY ColCombined Does that make sense? B

Scheduled Task on CFC

2007-03-02 Thread Robert Rawlins
Hello again guys, I've got a scheduled task that I want to run that invokes a 'remote' method in one of my CFC's, however I'm struggling to get it working. I'm working with model glue, and although the actual functioning element code for the task is in my model layer, the model requires several

RE: Best "Download Firefox" ad ever!

2007-03-02 Thread Robert Rawlins - Think Blue
Haha, where it says "Try Firefox, it's SMALL, FAST, and FREE!" it should have said "Try Firefox, It's CUTE, CHEAP and FUN!". Rob -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 02 March 2007 13:07 To: CF-Talk Subject: Best "Download Firefox" ad ever! http://www.funpon

RE: Variable getModelGlue is undefined

2007-03-01 Thread Robert Rawlins - Think Blue
scope you can use it just like "getModelGlue()": or HTH, Jon On Mar 1, 2007, at 3:57 AM, Robert Rawlins wrote: > Hello Guys, > > Having a bit of an issue with obtaining access to ColdSpring and > Reactor from my model layout in MG using the getModelGlue().getBea

RE: Variable getModelGlue is undefined

2007-03-01 Thread Robert Rawlins - Think Blue
e controller creates them. You don't want your model tied to your config. On 3/1/07, Robert Rawlins <[EMAIL PROTECTED]> wrote: > Hello Guys, > > Having a bit of an issue with obtaining access to ColdSpring Y Reactor from my model layout in MG using the getModelGlue().getBean() met

Variable getModelGlue is undefined

2007-03-01 Thread Robert Rawlins
Hello Guys, Having a bit of an issue with obtaining access to ColdSpring and Reactor from my model layout in MG using the getModelGlue().getBean() method. I've been using this in my controller to instantiate a bean and it works perfectly, however when I place it in any of the CFC's in my model

RE: Technique question: Survey's

2007-02-28 Thread Robert Rawlins - Think Blue
It depends what you're doing planning to do with the application, I would use the onSessionStart() function to Session.SurveyResults = arrayNew(1); that way you don't need to use param, as the session variable will only be created once at the beginning of the session :-D Rob -Original Message

RE: Technique question: Survey's

2007-02-28 Thread Robert Rawlins - Think Blue
Your best bet would be to store the answers given into a structure or array in the Session scope, like you would for a shopping cart. This will then stay with the user throughout the survey and then allow you to present the answers for review at the end of the survey. You may even want to look

DAO, Gateway Access

2007-02-28 Thread Robert Rawlins
Afternoon/Morning Chaps, Whats the 'correct' way to handle retrieving data from persistance when working in an OOP type methodology? I'll try and explain a little example of what i'm trying to achieve, as i'm not quite sure of how I should be utilizing my DAO's and Gateways. I have a certain a

MG, CS & Controller

2007-02-28 Thread Robert Rawlins
Hey Guys, I'm looking for a few tips on whether I should be using ColdSpring to inject beans into my Controller class, my fear is that if I have a whole bunch of setter methods inside my controller layer, with every call to my controller CS will push in a load of new bean instances and we're go

RE: GotCFM.Com is Launched - Dedicated to CF Evangelism

2007-02-27 Thread Robert Rawlins - Think Blue
vangelism On 2/27/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]> wrote: > Haha, I'm British, I think we should be calling this thing the Bafca's > (British Academy of Fusion Cold Awards) :-D > > -Original Message- > From: Christopher Jordan [mailto:[E

RE: GotCFM.Com is Launched - Dedicated to CF Evangelism

2007-02-27 Thread Robert Rawlins - Think Blue
ated to CF Evangelism O... The "CFOscars"! (see-f-ah-s'kers) lol! :o) Chris Rey Bango wrote: > I'm going to jot that suggestion down Rob. > > Thanks! > > Rey > > Robert Rawlins - Think Blue wrote: > >> Yep I'll agree, >> >> This

RE: Debugging Model Glue

2007-02-27 Thread Robert Rawlins - Think Blue
, its in ModelGlue.xml. Look for true On 2/27/07, Robert Rawlins <[EMAIL PROTECTED]> wrote: > > Hello Guys, > > I'm totaly new to the model glue framework, how do I diable debugging > output? I'm sure I've seen a setting in the XML somwhere, but I'll be &g

Debugging Model Glue

2007-02-27 Thread Robert Rawlins
Hello Guys, I'm totaly new to the model glue framework, how do I diable debugging output? I'm sure I've seen a setting in the XML somwhere, but I'll be buggered if i can find it now. Thanks, Rob ~| Create robust enterprise, w

RE: GotCFM.Com is Launched - Dedicated to CF Evangelism

2007-02-27 Thread Robert Rawlins - Think Blue
Yep I'll agree, This is a fantastic idea, and I love the idea of raising awareness amongst the non-developer community about ColdFusion, the number of times I've spoken to people looking to have a site developed, ISP's and even professional development firms employing several staff and they've

<    1   2   3   4   5