Re: cfmail custom tag

2009-11-04 Thread Brad Roberts
# to=#trim(attributes.to)# subject=#attributes.subject# type=#attributes.type# div style=padding:20px; margin:20px; border:2px solid blue; #trim(thisTag.generatedContent)# /div /cfmail !--- Kill the output --- cfset thisTag.generatedContent = /cfsilent -- Brad

Re: Unable to load CFX C++ on CF 64 bit

2009-10-28 Thread Brad Roberts
Hi Jack, Did you ever find a solution for this? I'm getting the same error on our 64 bit box. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: OT: I'll NEVER switch to dot Net

2006-07-28 Thread Brad Roberts
in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Brad Roberts [EMAIL

OT: I'll NEVER switch to dot Net

2006-07-27 Thread Brad Roberts
I recently took on a project where I was asked to create the markup for a site. I would then hand the XHTML and CSS to a .NET programmer who's responsible for making it live (populating the pages). I can't tell you how frustrating an experience this is. I'm stunned at the things that can't be

Create IIS Website With CF?

2006-06-16 Thread Brad Roberts
Has anyone successfully added an IIS website using CF by editing the MetaData.xml file? I'm trying to automate the creations of IIS websites and virtual directories. Any insight would be appreciated. -Brad ~| Message:

Re: Create IIS Website With CF?

2006-06-16 Thread Brad Roberts
Cool. Thanks everyone! On 6/16/06, Russ Michaels [EMAIL PROTECTED] wrote: also check www.IISFAQ.com they have some handy stuff. Snake -Original Message- From: Dave Watts [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Date: Fri, 16 Jun 2006 09:40:13 -0400 Subject: RE:

Paypal - Payments Pro - 500 Internal Error

2005-10-18 Thread Brad Roberts
I'm getting a 500 Internal Error. It happens when the paypal cfc is invoked, but I have no clue as to which method. It happens with the provided sample files as well. I've downloaded the latest SDK. Anyone able to get the Website Payments Pro to work? Thanks, Brad

HomeSite+ and Hidden Folders

2005-06-21 Thread Brad Roberts
In HomeSite+, is there a setting that will hide hidden folders in the file browser? Thanks, Brad Roberts ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http

RE: Registrar that does DNS management?

2005-06-21 Thread Brad Roberts
GoDaddy.com has a DNS manager (at no additional cost) in their control panel... it only shows up when your domain is parked with them. -Brad -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 12:57 PM To: CF-Talk Subject: OT: Registrar that

RE: cannot install iis connector

2005-06-09 Thread Brad Roberts
I had the same problem. I exhausted every solution I found on the web. This went on for weeks. I even tried Macromedia (email) support but finally gave up and used the built-in CF webserver. Brad Roberts -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08

RE: Calendar

2005-06-06 Thread Brad Roberts
Is it available online? Trying to avoid the me, too snowball. Brad Roberts -Original Message- From: Larry Lyons [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 10:39 AM To: CF-Talk Subject: Calendar Hi all, I'm sure it's been asked already but I'm looking for a calendar

RE: Zipping or Rar Large Files with Coldfusion

2005-06-05 Thread Brad Roberts
I use the command line tools for WinRAR (http://www.rarlab.com/download.htm), using cfexecute. Works well for me, but the largest file I've unzipped is around 100 meg. HTH, Brad Roberts -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Sunday, June 05, 2005 5:18 PM

Install Problems - CF 7 XP Pro / IIS

2005-06-02 Thread Brad Roberts
as I remove the JRun Connector Filter from the ISAPI filters, IIS runs normally. Is there a simple way to install CF 7 on Win XP Pro with IIS? I've been frustrated over this for a month! Thanks, Brad Roberts ~| Logware

RE: Install Problems - CF 7 XP Pro / IIS

2005-06-02 Thread Brad Roberts
get it to work on our dev boxes. Brad Roberts -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 11:26 AM To: CF-Talk Subject: Re: Install Problems - CF 7 XP Pro / IIS brad, i must say something else is up... ive been running cfmx7 on my xp pro

RE: FCKEditor file manager.

2005-05-15 Thread Brad Roberts
You can use the CFFM (ColdFusion File Manager) with FCKeditor. I modified the look a little for one of my apps. Works great! Kudos to the author! http://www.webworksllc.com/cffm/ Brad Roberts -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Sunday, May 15

Sessions Across Domains / SSL

2005-04-26 Thread Brad Roberts
the cfid/cftoken? Thanks, Brad Roberts ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com

Sending Mail through IIS

2005-04-06 Thread Brad Roberts
I'm having trouble sending email on my dedicated server. CF sends the email, but it's never delivered, and doesn't bounce back. I tried sending an email through Outlook Express and it worked fine. I'm using the SMTP server provided by the hosting company. The hosting co. recommended sending

RE: Sending Mail through IIS

2005-04-06 Thread Brad Roberts
through IIS have you added the user and password details to the mail server details in cfadmin? On Apr 6, 2005 7:20 PM, Brad Roberts [EMAIL PROTECTED] wrote: I'm having trouble sending email on my dedicated server. CF sends the email, but it's never delivered, and doesn't bounce back. I tried

RE: Best way to do this? Data structure?

2005-04-06 Thread Brad Roberts
You can refer to the next row in a query... Something like this might work: cfif myQuery.currentRow LT myQuery.recordCount AND myQuery.RatePct NEQ myQuery.RatePct[myQuery.currentRow+1] highlight this one cfelse no highlight /cfif Basically, if we're not on the last row, and the

RE: Web Based Mail Merge? (not email!)

2005-04-04 Thread Brad Roberts
It would be great if you could point to an online data source in Word. Tell Word that your CSV file is at http://mysite.com/data.csv. Everyone would have a copy of the Word file. Then just schedule CF to update your CSV. Maybe some VBScript or .NET? Anyone know if that's possible? -Brad

Re: Grouped output with cfloop?

2005-03-22 Thread Brad Roberts
You could put your grouped output in a separate file and cfinclude it... -Brad - Original Message - From: Pete Ruckelshaus [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, March 22, 2005 9:53 AM Subject: Grouped output with cfloop? Is there any way to do grouped

FCKeditor - Dynamic Browse and Upload Directory

2005-03-14 Thread Brad Roberts
Anyone have a solution for setting the image browse and upload path in FCKeditor (version 2 with the default CF connector)? I'd like to share the editor among several sites. I've searched the FCKeditor forum, as well as this list, but haven't seen a solution. Thanks, Brad

Dreamweaver: Undo after Saving Document

2004-12-17 Thread Brad Roberts
In Dreamweaver MX, where is the option to allow undo's after saving a document? Thanks in advance, Brad ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

Re: Dreamweaver: Undo after Saving Document

2004-12-17 Thread Brad Roberts
After I save the page (ctrl-s), I lose all undo/redo capability... it's like the history is destroyed! I'm using the trial until my purchased version arrives, but that shouldn't matter. I'm having a hard enough time adjusting from CF Studio... really frustrating. -Brad - Original

Color Coding in Dreamweaver / CF Studio

2004-12-15 Thread Brad Roberts
I just started using DW (from CF Studio), and the first thing I noticed was the difference in code coloring. Is there a (quick) way to color the code like it's colored in CF Studio? Thanks, Brad ~| Special thanks to the CF

Re: CF_ColoredCode

2004-10-17 Thread Brad Roberts
Here's an example: http://www.bradroberts.net/coloredcode/ -Brad - Original Message - From: Ray Champagne To: CF-Talk Sent: Friday, October 15, 2004 4:02 PM Subject: Re: CF_ColoredCode Just curious...what is it? Ray At 03:50 PM 10/15/2004, you wrote: Does anyone have (or know where

CF_ColoredCode

2004-10-15 Thread Brad Roberts
Does anyone have (or know where I can download) the latest version of Dain Anderson's CF_ColoredCode?cfcomet.com is down... Thanks, Brad [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CF_ColoredCode

2004-10-15 Thread Brad Roberts
You're the man!Thanks for the quick response. -Brad - Original Message - From: Charlie Griefer To: CF-Talk Sent: Friday, October 15, 2004 3:55 PM Subject: Re: CF_ColoredCode http://charlie.griefer.com/coloredcode.zip On Fri, 15 Oct 2004 15:50:33 -0400, Brad Roberts [EMAIL PROTECTED

Re: PayPal and But it Now buttons

2004-10-15 Thread Brad Roberts
You may want to sign up as a PayPal developer, which allows you to use test account. http://developer.paypal.com -Brad - Original Message - From: dave To: CF-Talk Sent: Friday, October 15, 2004 3:23 PM Subject: Re: PayPal and But it Now buttons its pretty easy if ur using dw there

xmlSearch - ID IN List?

2004-10-07 Thread Brad Roberts
I need to find certain employees in an xml object by passing a list of employee id's employees employee id=1/employee employee id=2/employee employee id=3/employee employee id=4/employee employee id=5/employee /employees xmlSearch(employees, /[EMAIL PROTECTED]('1,3,5')]) Doesn't work of

Query of Query Error

2004-04-05 Thread Brad Roberts
I get the following error: Query Of Queries runtime error. Unsupported type comparison. Here's my code: cfquery name=qResults dbtype=query select * from variables.listings.qResults where price between 1 AND 999 AND beds = 0 AND baths = 0

RE: Query of Query Error

2004-04-05 Thread Brad Roberts
Ok, I queried the original query to get only rows which had numeric values for price, beds, baths... Then, I queried the new query.I get the same error. cfquery name=temp dbtype=query select * fromvariables.listings.qResults where price '' AND beds '' AND baths '' /cfquery cfquery

RE: Query of Query Error

2004-04-05 Thread Brad Roberts
There's no database.The query is built dynamically from data on another website. I adjusted my first query to use IS NOT NULL, but still get the error. cfquery name=temp dbtype=query select * fromvariables.listings.qResults where price IS NOT NULL AND beds IS NOT NULL AND baths IS NOT NULL

RE: desktop application

2004-04-03 Thread Brad Roberts
Re-posting Steve Nelson's suggestion: ... CFML on the desktop... http://www.pcaonline.com/coral/index.cfm ...Looks pretty powerful -Brad -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 12:02 PM To: CF-Talk Subject: Re: desktop application

RE: desktop application

2004-04-03 Thread Brad Roberts
Don't think so... but I'm sure he could use Virtual PC? http://www.apple.com/macosx/applications/virtualpc/ -Brad -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 6:23 PM To: CF-Talk Subject: RE: desktop application On Sat, 2004-04-03 at 10:00, Brad

Weird CFC Problem

2004-03-24 Thread Brad Roberts
The only way I know to explain this is to give an example. // THIS STRUCT IS IN SERVER SCOPE (3 simple values and a query) server.myData = structNew(); server.myData.var_1 = ; server.myData.var_2 = ; server.myData.var_3 = ; server.myData.myQuery = queryNew(c1,c2,c3); // THIS IS MY CFC

RE: Weird CFC Problem

2004-03-24 Thread Brad Roberts
Actually, I DON'T want to update the server struct.It has default data that I use to populate local structures.My problem is that the server struct is being updated somehow, but I don't want it to.Only the query is updated, not the simple values of the struct. Hope that makes sense. -Brad

RE: Weird CFC Problem

2004-03-24 Thread Brad Roberts
I'll try that.Looks like that will work. Thanks again, Brad -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 11:25 AM To: CF-Talk Subject: RE: Weird CFC Problem Ah, then change it to: cfset structAppend(data, duplicate(server.myData),

Search Engines CFID/CFTOKEN

2004-03-19 Thread Brad Roberts
I use a udf to create all of my links (i.e. createLink(myLink), in order to append cfid/cftoken to every url.However, I don't want search engines to index my sites with a cfid/cftoken.Any way around this? Thanks, Brad [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Search Engines CFID/CFTOKEN

2004-03-19 Thread Brad Roberts
2004 13:22 pm, Brad Roberts wrote: append cfid/cftoken to every url.However, I don't want search engines to index my sites with a cfid/cftoken.Any way around this? Check the browser string and do something different if it's a spider. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0

RE: OT: How is this possible?

2004-02-27 Thread Brad Roberts
Here's the script: http://www.dynamicdrive.com/dynamicindex4/bounceimage2.htm -Brad -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 6:09 PM To: CF-Talk Subject: Re: OT: How is this possible? - Original Message - From: Jochem van

RE: Opening File in Associated Software

2004-02-17 Thread Brad Roberts
type=text/csvcfoutput TEST,ONE,TWO,THREE 123,1,2,3 /cfoutput On Mon, 2004-02-16 at 10:52, Brad Roberts wrote: I'm basically trying to open a specific file from the browser, in it's associated program. In this case, a file created in SureThing CD Labeler.This is an intranet application

RE: CFML/ASP equivalents

2004-02-17 Thread Brad Roberts
I've ran into situations where a site like this would be very valuable. It would be great to take it a step further, with PHP comparisons as well. You could deal with each task (CF tag) individually, as well as compare small sample applications that demonstrated how things works together. I

Opening File in Associated Software

2004-02-16 Thread Brad Roberts
We use SureThing CD Labeler for labeling various media.The program will take a CSV file as a datasource.I've created a CF app to input data and create CSV files for the labeling program, but I would like to be able to open specific files (in SureThing CD Labeler) from the browser. Anyone have

RE: Opening File in Associated Software

2004-02-16 Thread Brad Roberts
:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 1:41 PM To: CF-Talk Subject: Re: Opening File in Associated Software On Mon, 2004-02-16 at 06:52, Brad Roberts wrote: We use SureThing CD Labeler for labeling various media.The program will take a CSV file as a datasource.I've created a CF app

RE: Hiding an Email Address from harvesters

2003-12-18 Thread Brad Roberts
I don't exactly know, but the harvesters are getting smarter and smarter. I did a test page with a standard CFMAIL on it, using a new email address I set up for just the test, and I got my first 10 SPAM email at that address less than 24 hours later. Someone correct me if I'm wrong, but if

SOT: Autofill Remember Password

2003-12-10 Thread Brad Roberts
When I add a remember me checkbox to my login form, IE refuses to prompt the user to remember the password.Once I remove the checkbox, it works as expected. Anyone know of a way to make it prompt the user (while keeping my checkbox)? Thanks, Brad [Todays Threads] [This Message]

RE: Solution/suggetion...

2003-12-10 Thread Brad Roberts
Here's how I'd do it (if I understand correctly). Before the user can get to the employee form (to add a new employee), have them enter the DOB (SSN may be better if that's part of your data).This would be one page with one form field. Once they have entered a DOB, query to look up employees

Ordering a QofQ

2003-11-24 Thread Brad Roberts
I'm building a query dynamically, and then trying to sort it on a numeric column, but it only wants to sort alphabetically.Anyone experience this, or know what I need to do to sort numerically? cfquery name=qResults dbtype=query select * from qResults order by hasPhoto DESC, price DESC /cfquery

SQL Generators

2003-11-13 Thread Brad Roberts
Anyone know of software (desktop or CF based), that will generate SQL (select, insert, update, etc.), by simply pointing to an Access database? Generating cfqueryparam's would be a bonus. -Brad [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: VB Functions -- Coldfusion?

2003-10-22 Thread Brad Roberts
You could wrap that in a UDF and submit it to cflib.org :) It would be something like... cfscript function isUpper(str) { return reFind([[:upper:]], str, 1); } /cfscript !--- OR, FOR CFMX --- cffunction name=isUpper output=false returntype=boolean cfargument name=str type=string

OT: FTP - 550 Error

2003-10-15 Thread Brad Roberts
Anyone know why I'd get a 550 foldername: The system cannot find the file specified. error when trying to open a folder via FTP on Windows 2000 Server? Thanks, Brad [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: FTP - 550 Error

2003-10-15 Thread Brad Roberts
(CFXHosting.com) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 9:06 AM To: CF-Talk Subject: RE: FTP - 550 Error 550 usually means an error with log on. Check the permissions on the folder. -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15

RE: FYI

2003-10-07 Thread Brad Roberts
I haven't seen anything about how this affects Netscape, AOL, Opera, etc. Aren't they infringing on Eola$ patent? -Brad -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 1:06 PM To: CF-Talk Subject: FYI

RE: FYI

2003-10-07 Thread Brad Roberts
them, they'll very likely lose (like MS) and have to change their browsers. However, I suspect targetting MS is a political action, more than a real concern, so it probably won't happen. barneyb -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07

OT: Freelance Sites

2003-10-01 Thread Brad Roberts
Anyone have suggestions on freelance sites (like rentacoder.com)?I need a few websites designed, and didn't have much luck with rentacoder. If you've worked with someone who does nice design work (for a reasonable price), please send me their username and what site they're on (or how to get a

RE: Breadcrumbs in Cold Fusion

2003-10-01 Thread Brad Roberts
For a tree view, I built a tag based off of Piet Niederhausen's cf_traverseTree, which uses Joe Celko's algorithim from his book SQL for Smarties. http://www.niederhausen.net/piet/dev/customtags/index.htmlThe code is a lot simpler... it took me hours to figure it out.And, instead of taking a

RE: Breadcrumbs in Cold Fusion

2003-10-01 Thread Brad Roberts
in Cold Fusion Hi Brad Roberts, I am interested in your two tags for breadcrumbs. If possible, I would like to have them. Thanks. Deetra Whatley [EMAIL PROTECTED] For a tree view, I built a tag based off of Piet Niederhausen's cf_traverseTree, which uses Joe Celko's algorithim from his book SQL

RE: Previous/Next with Files

2003-09-23 Thread Brad Roberts
I like Jamie's method and think it's probably the best, but I thought I'd just throw another idea into the mix. I wrote a couple of (untested) UDF's that will recursively look for the previous/next file until it finds it. The "safetyCounter" is there to avoid an endless loop, so you can adjust

DNS, IIS Tags?

2003-09-17 Thread Brad Roberts
Anyone know of a tag that will create DNS records in Windows DNS, or a tag that will create websites in IIS 5? Using Win2K Server, IIS 5, CF 6.1. Thanks, Brad ~| Message:

RE: DNS, IIS Tags?

2003-09-17 Thread Brad Roberts
Thanks everyone! I'm off to check out your suggestions Brad -Original Message- From: jon hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 7:00 PM To: CF-Talk Subject: Re: DNS, IIS Tags? http://www.intrafoundation.com/ihtk.asp Doesn't do DNS, but there is a free

RE: XML Question

2003-09-11 Thread Brad Roberts
use XML DOM Parsing with Java. You have alot functions like getParentNode(), getChildNode etc to accomplish tasks easier.. Here is some documentation on XML Node http://java.sun.com/j2se/1.4.1/docs/api/org/w3c/dom/Node.html Joe Eugene -Original Message- From: Brad Roberts [mailto

RE: [OT] ShittyCode.Com (Launched new site last night, feedback p lease!)

2003-09-10 Thread Brad Roberts
Is PoopyCode.com available? -Brad -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 3:33 PM To: CF-Talk Subject: RE: [OT] ShittyCode.Com (Launched new site last night, feedback p lease!) I like the concept allot. In addition to the

XML Question

2003-09-10 Thread Brad Roberts
Give the following XML, how can I get the full path to a given element? pages page id=1 name=Home Page page id=2 name=Products page id=5 name=ColdFusion/ page id=6 name=Dreamweaver/ page id=7 name=Flash/ /page page id=3 name=Support page id=4 name=FAQ/

RE: XML Question

2003-09-10 Thread Brad Roberts
.. xmlSearch(xmlDocObject, Pages/[EMAIL PROTECTED]'2']); Or Iterate through the node to find id=2 Joe Eugene -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 8:15 PM To: CF-Talk Subject: XML Question Give the following XML, how can I get

Using Session Vars

2003-09-09 Thread Brad Roberts
How do you handle someone changing their cfid/cftoken/jsessionid in the URL? I'm building an app and tried changing the jsessionid, then refreshing the page. I get an error for undefined session variables. Any suggestions? Thanks, Brad

RE: Using Session Vars

2003-09-09 Thread Brad Roberts
To maintain state, in case cookies are disabled. -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 9:24 PM To: CF-Talk Subject: RE: Using Session Vars Brad, can I ask why you are passing them in the URL string? Kind Regards - Mike Brunt

Java Include

2003-09-05 Thread Brad Roberts
I saw a website the other day that told how to include a file and CF not parse the file. Anyone know what site I'm talking about, or know how to do it? Thanks, Brad ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4

RE: Java Include

2003-09-05 Thread Brad Roberts
it is. - Yoda -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 8:23 AM To: CF-Talk Subject: Java Include I saw a website the other day that told how to include a file and CF not parse the file. Anyone know what site I'm talking about, or know

urlSessionFormat

2003-09-03 Thread Brad Roberts
Sorry... Outlook interpreted enter as send message NOW! Why would I get the following: index.cfm;jsessionid=d0301063761062624168989 Where would the ; be coming from? The code is simply: cfoutput#urlSessionFormat(index.cfm)#/cfoutput -Brad

RE: urlSessionFormat

2003-09-03 Thread Brad Roberts
Nevermind... I found out it's correct, but throws a 404 in IIS. -Brad -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 5:27 PM To: CF-Talk Subject: urlSessionFormat Sorry... Outlook interpreted enter as send message NOW! Why would I

OT: Blank Emails

2003-08-30 Thread Brad Roberts
Anyone else getting blank emails (no from,to,subject,body,etc.) from the list? Anyone getting them outside the list? Just wondering if my mail server is burping, or if this is just part of SoBig... -Brad ~| Archives:

RE: Hosting Solutions

2003-08-29 Thread Brad Roberts
I second that... HostMySite.com has awesome support. I don't think they have an automated phone system, because you get a (knowledgeable) live person every time! Even at 3am! -Brad -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 12:31 PM

RE: PayPal integration

2003-08-27 Thread Brad Roberts
http://tutorial23.easycfm.com/ Then only thing I ran into is that the following lines of code are NOT needed: CFIF IsDefined(FORM.payment_date) CFSET str = str payment_date=#URLEncodedFormat(Form.payment_date)# /CFIF CFIF IsDefined(FORM.subscr_date) CFSET str = str

Caching CFCs... again

2003-08-27 Thread Brad Roberts
I posted earlier, but I'm still trying to figure this out (sorta new to CFCs)... My CFC is over 1200 lines of code. I can't put it into server or application scope because if the CFC is executed by simultaneous requests, a second call to the CFC might overwrite data in the first call. How might

RE: cfinclude from within CFML tag

2003-08-26 Thread Brad Roberts
Can you not just create a mapping to the directory where your HTML files live? Then, in your custom tag: cfinclude template=/myMapping/theHtmlFile.html -Brad -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 6:42 PM To: CF-Talk Subject: Re:

RE: convert to upper or lowercase?

2003-08-26 Thread Brad Roberts
cfset form.state = uCase(form.state) -Brad -Original Message- From: Troy Montour [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 11:57 PM To: CF-Talk Subject: convert to upper or lowercase? Hello, trying to detect what a person submitted and want to make sure I catch all

RE: Forcing a List to a Specific Length

2003-08-26 Thread Brad Roberts
May be a more elegant way, but !--- DEFINE LIST --- cfset myList = Bugs|Daffy|Elmer|Tweety|Sylvester|Marvin|Road Runner|Wile E.|Porky|Granny|Pepe|Taz !--- CONVERT LIST TO ARRAY --- cfset myArray = listToArray(myList, |) !--- IF UNDER 10 ELEMENTS, ADD TO IT --- cfif arrayLen(myArray) LT 10

CFC's Shared Scopes

2003-08-26 Thread Brad Roberts
If I cache a CFC in the Server scope, then copy it to a local scope (to avoid locking), is there any performance gain? Or, should I forget the Server scope all together? I've got a CFC that will be shared across multiple sites... how do you guys normally handle this?... put it in a shared

MX Tag Updater

2003-08-25 Thread Brad Roberts
The ones on Macromedia's site do not have the new CFMX TagDefs. I've downloaded them before, but can't find them. Anyone know where I can get them? -Brad ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4

RE: MX Tag Updater

2003-08-25 Thread Brad Roberts
Unless I'm totally missing something, here's what I see... - HomesiteTags.zip DOES NOT have TagDefs for CFMX tags - HomeSiteExtensions.zip has NO TagDefs whatsoever I'm I overlooking something obvious? -Brad -Original Message- From: Todd Rafferty [mailto:[EMAIL PROTECTED] Sent:

RE: XML shopping cart?

2003-08-25 Thread Brad Roberts
Here's a good article: http://www.macromedia.com/devnet/mx/coldfusion/articles/xmlxslt.pdf -Brad -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 12:30 PM To: CF-Talk Subject: XML shopping cart? I have just started to get my feet wet with XML

RE: IIS Disappeared

2003-08-16 Thread Brad Roberts
RPC? I'm not sure. How would I know? Thanks for your help. -Brad -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 4:59 PM To: CF-Talk Subject: RE: IIS Disappeared All of the sudden, IIS doesn't show up in my console. When I

IIS Disappeared

2003-08-15 Thread Brad Roberts
All of the sudden, IIS doesn't show up in my console. When I click on Services and Applications, I get a message, No Administerable Services Found. Anyone have any idea what would've caused this? I'm using Win2k Pro. -Brad

RE: XML Best Practices - Resources

2003-08-14 Thread Brad Roberts
is extensible it's up to you to create a format that you like. Whatever is easiest for you as long as you stick to the rules of XML. To learn more about the rules of XML. Check out the W3C site or http://www.w3schools.com/ for an overview. -Original Message- From: Brad Roberts [mailto

RE: XML Best Practices - Resources

2003-08-14 Thread Brad Roberts
BloodSource Sacramento, CA -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:09 PM To: CF-Talk Subject: XML Best Practices - Resources What's the best way to store phone numbers in XML? phone1234567890/phone or maybe... phone title

RE: XML Best Practices - Resources

2003-08-14 Thread Brad Roberts
Thanks, Jon. This is right along the lines of what I'm looking for. Anyone know of more resources like this one? -Brad -Original Message- From: jon hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 3:29 PM To: CF-Talk Subject: Re: XML Best Practices - Resources

XML Menu Breadcrumbs

2003-08-14 Thread Brad Roberts
In Ben Forta's article on XML (building a XML menu), he shows how to generate a site map, but is there a way to generate breadcrumbs? I'd like to end up with an array like this: crumbs[1][1] = index.cfm; crumbs[1][2] = Home Page; crumbs[2][1] = /products; crumbs[2][2] = Products; crumbs[3][1]

XML Best Practices - Resources

2003-08-14 Thread Brad Roberts
What's the best way to store phone numbers in XML? phone1234567890/phone or maybe... phone title=Main number=1234567890 ext=10 type=Mobile/ Is there a standard? Best practice? Does anyone know of resources that would include best practices like this, with examples (not just for phone

Benorama.com

2003-08-14 Thread Brad Roberts
Anyone know if the site will be up soon? Is there another way to get to the site? -Brad ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Benorama.com

2003-08-06 Thread Brad Roberts
? - Jim Brad Roberts wrote: Anyone know if the site will be up soon? Is there another way to get to the site? -Brad ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: Preserve collection order

2003-07-31 Thread Brad Roberts
Hard code the list of struct keys... putting it into the structure itself might help you remember to update the list when you add a key to the struct. cfset instance[orderedKeyList] = id,manufacturer_name,name,parttype_name,status_name cfoutput cfloop

RE: Hiding Javascript Source

2003-07-30 Thread Brad Roberts
If it's on my computer, I can get at it. - Original Message - From: Brad Roberts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 8:04 PM Subject: SOT: Hiding Javascript Source I think I've found a way to hide Javascript source. Has anyone done

RE: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Brad Roberts
Just wanted to change the subject so you wouldn't think it's another you can't do it message. http://www.becomenew.com/jsGuard/ -Brad -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 7:32 AM To: CF-Talk Subject: RE: Hiding Javascript

RE: Hiding Javascript Source

2003-07-30 Thread Brad Roberts
: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 7:32 AM To: CF-Talk Subject: RE: Hiding Javascript Source See what you guys think... any comments appreciated. http://www.becomenew.com/jsGuard/ -Brad -Original Message- From: Peter Harrison [mailto:[EMAIL

RE: Hiding Javascript Source

2003-07-30 Thread Brad Roberts
Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 7:32 AM To: CF-Talk Subject: RE: Hiding Javascript Source See what you guys think... any comments appreciated. http://www.becomenew.com/jsGuard/ -Brad -Original Message- From: Peter

RE: Hiding Javascript Source

2003-07-30 Thread Brad Roberts
Yeap! There's the loophole. Is there a sure-fire way of preventing the browser from caching the page? -Brad -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 8:06 AM To: CF-Talk Subject: RE: Hiding Javascript Source Is that UUID

RE: Hiding Javascript Source

2003-07-30 Thread Brad Roberts
;) -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 12:32 To: CF-Talk Subject: RE: Hiding Javascript Source See what you guys think... any comments appreciated. http://www.becomenew.com/jsGuard/ -Brad -Original Message- From

RE: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Brad Roberts
To: CF-Talk Subject: Re: Here's An Example: WAS [Hiding Javascript Source] Brad Roberts wrote: Just wanted to change the subject so you wouldn't think it's another you can't do it message. http://www.becomenew.com/jsGuard/ Doesn't work. In FireBird, I changed the URL in the address

RE: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Brad Roberts
The problem lies in the browser caching the page... anyway to get around that? You really can't rely on http_referrer... Here's what I'm doing (in a nutshell). Caller page: - cfset server.id = createUUID() script language=Javascritpt src=myJavascript.cfm?id=#id# Javascript

  1   2   3   >