RE: Hiding Javascript Source

2003-07-30 Thread Brad Roberts
You're right! It was worth a try... it's still better than the no right click deal. :) -Brad -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 8:15 AM To: CF-Talk Subject: RE: Hiding Javascript Source By the fact that the user has

RE: Hiding Javascript Source

2003-07-30 Thread Brad Roberts
LOL... yeah, kindof like making your server hacker proof, unplug it! Thanks for all the tips... it seemed like a good thought when I thought of it... and don't ask where I was when I thought of it :) \ \. |`\_\ |` || __--__ |

OT: Giving a Presentation

2003-07-30 Thread Brad Roberts
A while back (about a year ago), I came across a document (I think it was a PowerPoint slide) on making a presentation. It had some tips on what to do and what not to do. IIRC, I think it was Michael Dinowitz that created it, but could be mistaken. Anyone remember this? -Brad

SOT: Hiding Javascript Source

2003-07-29 Thread Brad Roberts
I think I've found a way to hide Javascript source. Has anyone done this yet? I'll post an example if anyone is interested. -Brad ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

SOT: Faking Out IIS?

2003-07-19 Thread Brad Roberts
How do you implement something like the following: http://www.mydomain.com/93288 ... where 93288 is a product id (not a physical directory). I'd like it to display the detail page for that product id. I guess it's got something to do with custom error handling in IIS, but I'm clueless on where

FB 4 for CF 5? (was: Cons to Fusebox)

2003-07-17 Thread Brad Roberts
Is FB 4 for CF 5 still in the works? -Brad -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 11:49 PM To: CF-Talk Subject: Re: Cons to Fusebox On Wednesday, Jul 16, 2003, at 11:20 US/Pacific, Michael T. Tangorre wrote: Some

Calling CF file through Javascript

2003-07-16 Thread Brad Roberts
The following doesn't work for some reason: script language=JavaScript type=text/javascript src=temp.cfm/script If I give the file any other extension (.js, .html, .cfml) it works, but not with .cfm What I'm I missing? BTW, temp.cfm's contents are simply: alert('foo'); -Brad

IIS and SES URL's

2003-07-16 Thread Brad Roberts
Is there a setting in IIS that prevents the use of SES url's? My app works fine on my laptop, but I get 404 errors on our server. -Brad ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: FDF creation (PDF)

2003-07-16 Thread Brad Roberts
Make sure the file extension is FDF -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 4:51 PM To: CF-Talk Subject: RE: FDF creation (PDF) Hey Jeff, I just tried your idea and t is close...When I ran the script it gave me the

Safe to Upgrade to MX?

2003-07-11 Thread Brad Roberts
Is anyone still having trouble with MX on Win2k IIS? If so, what specifically? Also, what steps should I take when upgrading to ensure I won't have problems? Any other upgrading tips or good online references would be appreciated. -Brad

RE: Using a custom tag within the same custom tag

2003-06-13 Thread Brad Roberts
Watch out for endless loops, where the tag calls itself indefinitely. I usually put some preventative code in there so that it doesn't execute for X amount of time. For instance: cfif not isDefined(request.foo_tag_time) cfset request.foo_tag_time = now() /cfif cfif dateDiff(n,

RE: Stepping through months

2003-06-11 Thread Brad Roberts
cfset variables.myDate = 2003-07-12 cfset variables.endDate = 2004-04-23 cfloop condition=dateDiff('m', variables.myDate, variables.endDate) GT 1 !--- REPLACE THE LINES BELOW WITH YOUR CALENDAR SCRIPT, --- !--- USE VARIABLES.MYDATE AS BASIS FOR CALENDAR CREATION ---

RE: CFQUERY - cachedwithin

2003-06-06 Thread Brad Roberts
If I understand your question, I think the answer is, yes. Here's how I handle this: states_get.cfm (query template) - !--- DEFINE DEFAULT VALUE FOR TIME SPAN --- cfparam name=request.cache_qStates default=#createTimeSpan(1,0,0,0)# cfquery name=qStates

RE: CFID and CFTOKEN in URL

2003-05-31 Thread Brad Roberts
I use a sort-of Fusebox 2 architecture, in which every call goes through index.cfm. So, I just do the following: cfset request.self = index.cfm? client.urlToken a href=#request.self#fuseaction=foobarFoo Bar/a However, if using conventional CF, I'd probably do something like this: cfset

RE: CF clarification

2003-05-31 Thread Brad Roberts
Suprised nobody has piped up... You may want to check out Macromedia's site to get more info (www.macromedia.com/coldfusion). In a nutshell, it's middleware, like PHP, ASP, etc. The biggest advantage is the tag based language, which makes production faster than most scripting languages. That

Structure Length

2003-05-31 Thread Brad Roberts
I'm storring data in a single structure for a 4-page legal document size form, and outputting to a PDF. The elements don't hold a whole lot of data, just one sentence strings, and numbers. My questions is, how many key/pairs can a structure hold? How many is too many? ... taking into

RE: Structure Length

2003-05-31 Thread Brad Roberts
(formerly PIER System, Inc.) [EMAIL PROTECTED] voice : 360.756.8080 x12 fax : 360.647.5351 www.audiencecentral.com -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 2:45 PM To: CF-Talk Subject: Structure Length I'm storring data

SOT: Miva Merchant

2003-05-30 Thread Brad Roberts
Anyone using Miva Merchant? I have a client that wants e-commerce at no cost and I have a few q's about this product: 1. How difficult is it to integrate without any knowledge of the product? 2. How customizable is it (look and feel)? 3. To what extent can you use ColdFusion? Any other

RE: Structure Loop

2003-03-31 Thread Brad Roberts
I've always thought that was strange... cfloop query=qFoo no pound signs.. maybe I'm just missing something, but it doesn't seem consistent. -Brad -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 4:23 PM To: CF-Talk Subject: RE:

cffile vs. cfinclude

2003-03-27 Thread Brad Roberts
Here's some questions I have about cffile... maybe someone can help me out. 1. All I've been able find out about performance, is that extensive use of cffile will create a performance problem because of the slow nature of disk I/O. What is extensive? 2. As far as disk access is concerned,

RE: Why Does Edit with MS Word function stop working??

2003-03-27 Thread Brad Roberts
Have you tested it on different computers, or narrowed down the possibilities in any way? -Original Message- From: Bruce H. Beinert [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 8:26 PM To: CF-Talk Subject: Why Does Edit with MS Word function stop working?? I am going

SOT: SQL

2003-03-26 Thread Brad Roberts
I've got a price column in an Access DB. I'm wondering how to include the price rounded to the nearest 50,000 in my query. I'm basically wanting to group the output by price in $50,000 increments. If there's a better way, I'm open to that, too. For instance: 250,000 and under . 200,000 and

Parse a CSS file

2003-03-25 Thread Brad Roberts
I need to read a css file and create a drop down box of available classes (or only tag specific classes). Anyone know of a tag that does this already? -Brad ~| Archives:

RE: login/PW (one more time please)

2003-03-25 Thread Brad Roberts
Here's some code that might help. I use something similar, however this is pretty basic. I didn't test the code, but it should get you started. There's five files: loginForm.cfm - just the login form login.cfm - the action page that the login form submits to a_protected_page.cfm - just an

RE: Parse a CSS file

2003-03-25 Thread Brad Roberts
through, replace the {} everything in between it, and that should give you your styles. HTH. Scott -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:31 AM To: CF-Talk Subject: Parse a CSS file I need to read a css file

RE: login/PW (one more time please)

2003-03-25 Thread Brad Roberts
Just in case someone types in the url: mydomain.com/login.cfm without submitting the form. It's usually a good practice to at least check for the existence of a variable before trying to access it. Either by using: cfif not isDefined(form.username) OR not isDefined(form.password) Why didn't

Query Sorting

2003-02-13 Thread Brad Roberts
I've got an app where several companies share the same database... When a user searches for products, XYZ Company wants their products to show up first (on their website), followed by other brands. Is there a way to do this with one query? Thanks, Brad

RE: The 2nd Tuesday of every month...

2003-02-04 Thread Brad Roberts
This may help http://www.cflib.org/udf.cfm?ID=179 -Brad -Original Message- From: Fregas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 2:40 PM To: CF-Talk Subject: Re: The 2nd Tuesday of every month... Yes you want something along the lines of: cfif day(Now())

Struct Sort

2003-01-29 Thread Brad Roberts
I've got a structure that holds several questions: temp = structNew(); temp.A = a quesiton; temp.B = another question; temp.C = yet another question; ... and so on I'm outputing the questions like so: cfloop collection=#temp# item=q #temp[q]#: input type=checkbox name=#q#

Integrating C#

2003-01-20 Thread Brad Roberts
I've got an application written in C# that I need to integrate into our CF app. The C# app makes a HTTP request, grabs a WDDX packet (a query with about 15,000 records), does some intense calculations, and returns just a few variables. Unfortunately, I know nothing about C#, and the programmer

RE: Integrating C#

2003-01-20 Thread Brad Roberts
can, Convert your code into a component, publish it as a webservice and get him to do the same. Then use each others services. Thats what they are for, helping disparate systems interact. Regards, Jared Clinton. -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED

HostMySite.com

2002-12-26 Thread Brad Roberts
When I signed up awhile back, they put me on CFMX and the site went down frequently. The support team said they were working out issues with CFMX. I wasn't using any CFMX features, so I asked them to move me to CF5 and never had any trouble. I'm just curious if anyone is using CFMX with

array and wddx

2002-10-04 Thread Brad Roberts
I'm having trouble adding to an array after I serialize/deserialize it. Any help is appreciated... Here's the code that causes the error: http://www.becomenew.com/code.html (in color) cfapplication name=foobar clientmanagement=yes cfscript itemID = 1; itemName = 2;

OT: Registrars

2002-09-10 Thread Brad Roberts
I've got a client who has around 150 domains registered through Verisign/NetSol. I'm looking for advice on other registrars. I found namebargain.com (a sister company of Register.com) which advertises $8.88 transfers, but they don't have phone support. Saving him almost $4k/yr. would be pretty

RE: EPS to JPG

2002-09-04 Thread Brad Roberts
The CFXImage tag from Gafware is great (different than Jukka Manner's tag, I think). I believe it's free. I've used it to convert eps to jpg with no problems. Simple to use and comes with great documentation. http://devex.macromedia.com/developer/gallery/info.cfm?ID=50E6377D-1C4A-11D6

RE: URL structure

2002-09-03 Thread Brad Roberts
cfoutput cfloop collection=#url# item=i #i# /cfloop /cfoutput -Brad -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 4:16 PM To: CF-Talk Subject: URL structure Hey All, I'm having trouble finding a snippet to

RE: programmer vs. developer

2002-08-28 Thread Brad Roberts
Check out the 3rd entry: http://www.dictionary.com/search?q=programmer I'm not from a programming background, and ironically, neither are my clients. So as far as I'm concerned, I'm whatever my client is looking for. Who cares what title I have, as long as I can meet the requirements of my

RE: Beginner's question - entering text with breaks

2002-08-17 Thread Brad Roberts
I'm with you. If you use paragraphFormat() when inserting the text into the db, you'll end up with html tags in your text. Then, when someone goes back to edit the data, they'll see the tags. I think it's usually best for html tags to be transparent to the end user. -Brad -Original

wizards

2002-08-16 Thread Brad Roberts
I use form wizards for data entry on a real estate app. I've recently gotten some positive feedback from our users. I use separate templates for each step and WDDX to pass a structure containing the data. Screenshot: http://www.hometour.com/wizard/ The only drawback is that each step in the

RE: wizards

2002-08-16 Thread Brad Roberts
Thanks Brook! This is great! Looks like it would be easy to add a back button, too! -Brad -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 1:35 PM To: CF-Talk Subject: Re: wizards Try this tutorial, we build some pretty amazing js

RE: wizards

2002-08-16 Thread Brad Roberts
Thanks for the example. Looks like logiforms will build them for me. After I build the form, I can use it on my site, correct? Would I be able to sign up for $19.95 and cancel anytime? If I call within the next 5 minutes, will I get 2 extra forms free? ;) -Original Message- From:

RE: protecting against strange navigation

2002-08-16 Thread Brad Roberts
Definitely define defaults for form/url variables. It's amazing how many sites will throw an error if you delete a url variable. Another thing that comes to mind is testing for query results when outputting a query. Take the following url for example: product.cfm?prodID=789 You may be

RE: Reliable Host

2002-07-17 Thread Brad Roberts
I just hosted with them for the first time a couple of weeks ago. The site is: http://www.gaeq.com. Their customer service and support is unbelievable! You'll get a live person every time you call. I don't recall it ever ringing more than 3 times. Plus, everyone I've talked to has been

SOT: Flash: load sounds

2002-07-16 Thread Brad Roberts
I need a Flash mp3 player similar to the sample that comes with MX. My app is for a talent agency. I've already built the admin where they can upload a sound clip for each actor. Here's what I want to do: User clicks on an actor's name. The actors detail page is displayed, along with the

RE: Skimmin the list.......? [oT]

2002-07-10 Thread Brad Roberts
What's the difference in spamex.com and setting up a wildcard? For instance, if your website asks for my email address, I'll put [EMAIL PROTECTED] If I get junk from that address, I know who's responsible. Plus, it's easier to remember which disposable address I entered for your site. -Brad

OT: Flash Guru Needed

2002-07-09 Thread Brad Roberts
I need someone to develop a quick Flash app that will interact with CF. The customer wants it yesterday (of course), so if you have time on your hands, please contact me off list. -Brad __ Signup for the Fusion Authority news

SOT: page breaks

2002-07-09 Thread Brad Roberts
Anyone know how I can avoid page breaks within a table? The following isn't working: cfoutput query=qTest table style=page-break-inside:avoid; ... /table /cfoutput __ Your ad could be here. Monies from ads go to support

RE: SOT: page breaks

2002-07-09 Thread Brad Roberts
-break-before:always directive before you launch into your table, so your table always starts at the top of the printed page. -- LBA --On Tuesday, July 09, 2002 1:00 PM -0400 Brad Roberts [EMAIL PROTECTED] wrote: Anyone know how I can avoid page breaks within a table? The following isn't

RE: Skimmin the list.......? [oT]

2002-07-09 Thread Brad Roberts
me too Brad -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 8:11 PM To: CF-Talk Subject: RE: Skimmin the list...? [oT] Hey, Just got the same one. I hate spammers. Tim -Original Message- From:

RE: OT: Naming Convention choice

2002-07-05 Thread Brad Roberts
Also, another question. Would the following be XHTML compliant: cfset myVar = some text anotherVariable / Or would it have to be: cfset myVar = some text#anotherVariable# / You can't comply the CF markup language to an XML standard, it's not XML.

RE: OT: Naming Convention choice

2002-07-05 Thread Brad Roberts
Another reason to code your CF with XML compliance is that it gets you in a good habit. I think that's a great reason to use XML compliance in your code. However, it's pretty easy to build a habit of using certain syntax for certain tags. For instance, I'm in the habit of ending img /, br

RE: OT: Naming Convention choice

2002-07-05 Thread Brad Roberts
I am getting at that in XHTML tags that do not have an ending tag like br and img DO NOT need one. Maybe you should read these emails before you send out you marketing blurbs. In XHTML, tags like br and img DO NEED an end tag. However, they can be their own end tag, i.e. br /, which is

RE: What is the best variable scope?

2002-06-27 Thread Brad Roberts
I'm no expert on how CF handles files, but when it comes to cfincludes, doesn't CF cache them. I mean, that 10ms is CF parsing code, NOT simply accessing the file. I'm sure accessing the first time might take a couple of ms, but after that -Original Message- From: Andrew Scott

OT: Admin Icons

2002-06-26 Thread Brad Roberts
Does anyone know where I can get some decent looking (WinXP maybe) icons for admin pages. I'm looking for icons for edit, delete, print, email, etc. -Brad __ This list and all House of Fusion resources hosted by CFHosting.com.

RE: Javascript/HTML Based Chat Tip

2002-06-25 Thread Brad Roberts
He's not referencing Java. He's talking about the CF Chat programs that refresh the page every second. As the page refreshes, it flickers (goes blank for a sec.). Sounds like a good implementation, but there's still the problem with the clicking sound when the page refreshes. IMHO, CF

RE: Javascript/HTML Based Chat Tip

2002-06-25 Thread Brad Roberts
guess u can't have everything :) -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 2:54 PM To: CF-Talk Subject: RE: Javascript/HTML Based Chat Tip He's not referencing Java. He's talking about the CF Chat programs that refresh the page

hosting: uplinkearth.com

2002-06-21 Thread Brad Roberts
Anyone using uplinkearth.com for virtual hosting? The rates are pretty amazing! I'm also looking at HostMySite.com. Any comments appreciated. -Brad __ This list and all House of Fusion resources hosted by CFHosting.com. The

RE: hosting: uplinkearth.com

2002-06-21 Thread Brad Roberts
No problems so far... Really cheap and site is always up -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 10:12 AM To: CF-Talk Subject: hosting: uplinkearth.com Anyone using uplinkearth.com for virtual hosting? The rates

RE: Next 4 Saturdays

2002-06-13 Thread Brad Roberts
for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:24 PM To: CF-Talk Subject: Next 4 Saturdays I

RE: Next 4 Saturdays

2002-06-13 Thread Brad Roberts
dates. --- Billy Cravens -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 1:24 PM To: CF-Talk Subject: Next 4 Saturdays I need to display the next 4 Saturday's dates in a select box. Anyone have any ideas for a neat solution? -Brad

RE: Next 4 Saturdays

2002-06-13 Thread Brad Roberts
the query --- CFRETURN result /CFFUNCTION !--- Get next Saturday --- CFSET x=GetNextDayOfWeek(7) CFDUMP VAR=#x# !--- Test, get next 10 Mondays --- CFSET x=GetNextNDayOfWeek(2, 10) CFDUMP VAR=#x# -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent

RE: CFX Image

2002-06-11 Thread Brad Roberts
This is from the docs. HTH, Brad Tag Actions ACQUIRE ANIMATE ARC CAPTURE CHART COLORBALANCE CONTRAST CONVERT COPY CREATE ELLIPSE EXISTS FLIP FLOOD IPTC

RE: CFENCRYPT Files

2002-06-11 Thread Brad Roberts
You might have better luck searching for cfdecrypt ;) http://www.google.com/search?q=cfdecrypt -Brad -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 1:00 PM To: CF-Talk Subject: RE: CFENCRYPT Files Just do a search in google

RE: Hiding Info In View Source

2002-06-11 Thread Brad Roberts
I wonder why Microsoft and/or Netscape hasn't come out with a tag that would disable the view source option. meta name=viewsource source view=no That would eliminate 90% of the general users from looking at your source. -Brad -Original Message- From: Justin Greene

RE: WYSIWYG HTML editors (a'la soEditor) for Macs ?

2002-06-11 Thread Brad Roberts
You got me to thinking... Why isn't there a Flash WYSIWYG editor out there? Seems like this would be a great product. I searched Google and couldn't find anything. -Brad -Original Message- From: James Sleeman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 9:27 PM To:

OT: CF - PHP - ASP Equivalents

2002-05-29 Thread Brad Roberts
Anyone know of a reference that has all of the CF tags/functions with a PHP, and/or ASP equivalent? I've been using CF for about 3 years now and would like to pick up a second skill. I think something like this might be a good starter. I'm tired of getting a project and finding out the client

Scheduled Tasks

2002-05-28 Thread Brad Roberts
When I schedule a task to run weekly or monthly, it reverts back to daily. Is there a fix for this? I couldn't find one on MM's site. -Brad __ This list and all House of Fusion resources hosted by CFHosting.com. The place for

RE: dynamic image

2002-05-23 Thread Brad Roberts
It's in the dev exchange. FWIW, it's actually very easy to use and comes with great documentation. -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:59 PM To: CF-Talk Subject: Re: dynamic image Have a look out for CFX_Image

WDDX Breaking Hidden Field

2002-04-26 Thread Brad Roberts
I know this has been asked before, but I can't find it anywhere. I have a textarea that allows users to type a bunch of text. When submitted, the form variables serialized to wddx and put in a hidden field for the next form. The problem is that if the user enters characters like double quotes,

RE: WDDX Breaking Hidden Field

2002-04-26 Thread Brad Roberts
]] Sent: Friday, April 26, 2002 10:42 AM To: CF-Talk Subject: RE: WDDX Breaking Hidden Field htmlEditFormat() the packet. input type=hidden name=hiddenfield value=#htmlEditFormat(myWDDXPacket)# Does absolutely no one know about this function? -Original Message- From: Brad

RE: WDDX Breaking Hidden Field

2002-04-26 Thread Brad Roberts
I used htmlEditFormat as Kwang suggested and it works great! My question now is about special characters like the registered mark ®. These seem to cause the xml not well formed error. Is there a function to replace these with these with there ascii equivalent? If not, does anyone have an all

RE: WDDX Breaking Hidden Field

2002-04-26 Thread Brad Roberts
Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 8:19 AM To: CF-Talk Subject: WDDX Breaking Hidden Field I know this has been asked before, but I can't find it anywhere. I have a textarea that allows users to type a bunch of text. When

RE: Submitting Form In Netscape

2002-04-24 Thread Brad Roberts
problems...only difference is that this happens to me in 4.7 of NS. I tried everything to fix it, but with no luck. Success is a journey, not a destination!! Doug Brown - Original Message - From: Brad Roberts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 23

Submitting Form In Netscape

2002-04-23 Thread Brad Roberts
Any time I submit a form in Netscape (4.08), I have several CF templates that take 3 and 4 seconds. The same templates take 0 and 30ms when the form is submitted in IE. I know that CF is server side and the browser is client side, but something's up. It isn't related to one form, it's any form

RE: Finding Images in HTML and Uploading

2002-04-18 Thread Brad Roberts
Just a thought... Have the client upload the zip file to a temp dir. Then use cfx_zip to unzip the files where you want them. -OR- If you have to rename the images because of name conflicts, loop through the images and do a replace function on the html file for each image. You could get the

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Brad Roberts
I don't think IE (or Netscape) should sit around and wait for w3.org to make something a standard before they impliment it in there products. I'm sure IE would be way behind where it is now if it had to wait on authorization from the standards committee. However, they should both at least

RE: options for image resizing tags

2002-04-15 Thread Brad Roberts
Do a search on google for cfx_image and hosting: http://www.google.com/search?sourceid=navclientquerytime=89bpDq=cfx%5Fimag e+hosting It turned up around 4 or 5 companies. I've been using the cfx_image tag from gafware.com:

RE: Pausing using CF

2002-04-11 Thread Brad Roberts
cfscript function sleep(timeMillis) { var thread = createObject(java, java.lang.Thread); thread.sleep(timeMillis); } /cfscript This was from Robert Everland III a few posts back: (Multiple CFMail Problem). I included the original post below.

RE: Pausing using CF

2002-04-11 Thread Brad Roberts
kewl. question. do you need a java SDK on the server. never did anything with Java and CF. Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 4:47 PM

RE: Multiple CFMail Problem

2002-04-10 Thread Brad Roberts
This is from Anthony Petruzzi, a few posts back - Pausing CF. You may have to convert it to a custom tag if you're not using CF5. cfscript /** * Pauses the processing for CF for a specified amount of time * * @param seconds number of seconds you would like to pause CF for * @author Tony

I had a cfx_image tag once...

2002-04-10 Thread Brad Roberts
I downloaded an image manipulation tag once and I can't seem to find it again. It had documentation that used an image of a chair for the examples. It allowed a variety of formats including eps. Anyone know this tag and where to find it? Thanks, Brad

RE: I had a cfx_image tag once...

2002-04-10 Thread Brad Roberts
- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9:19 AM To: CF-Talk Subject: I had a cfx_image tag once... I downloaded an image manipulation tag once and I can't seem to find it again. It had documentation that used an image of a chair for the examples

RE: I had a cfx_image tag once...

2002-04-10 Thread Brad Roberts
Ok... ok... I keep saying, eps, but I mean tif. That would be cool if it supported eps though. -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9:33 AM To: CF-Talk Subject: RE: I had a cfx_image tag once... I just found it. I

Passing HTML in WDDX

2002-03-30 Thread Brad Roberts
I've seen this somewhere before, but can't find it. What function do you use to not screw up your wddx packet when passing html tags. I'm allowing html to be entered into a form field and storing into a wddx packet along with other data. Thanks in advance, Brad

RE: Passing HTML in WDDX

2002-03-30 Thread Brad Roberts
, 2002 1:22 PM To: CF-Talk Subject: Re: Passing HTML in WDDX I haven't had any problems storing html inside of wddx. I do it all the time with my devcomm tool. Dave - Original Message - From: Brad Roberts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 30, 2002 10:35

RE: Passing HTML in WDDX

2002-03-30 Thread Brad Roberts
- From: Brad Roberts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 30, 2002 10:35 AM Subject: Passing HTML in WDDX I've seen this somewhere before, but can't find it. What function do you use to not screw up your wddx packet when passing html tags. I'm allowing html

RE: Passing HTML in WDDX

2002-03-30 Thread Brad Roberts
All right... now I'm confused. I replaced all double quotes with a carrot ^ and it's still giving me an error. -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 30, 2002 3:38 PM To: CF-Talk Subject: RE: Passing HTML in WDDX You're right

RE: Passing HTML in WDDX

2002-03-30 Thread Brad Roberts
Tried Andres suggestion and it worked. urlEncodedFormat converted double quotes to %22. I'll just have to urlDecode when I insert it into the db. Anyone see problems with doing this? Thanks again everyone for your help. -Brad -Original Message- From: Brad Roberts [mailto:[EMAIL

RE: Internationalization

2002-03-30 Thread Brad Roberts
For example, I maintain a second and entirely fake home in Beverley Hills - it's the only US zip code I know. Could it be 90210? ;) -Brad __ Structure your ColdFusion code with Fusebox. Get the official book at

RE: New IIS security tool

2001-08-28 Thread Brad Roberts
For what it's worth, does anyone have a really thorough checklist and how to for tuning and securing IIS 5? -Brad -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 6:15 PM To: CF-Talk Subject: RE: New IIS security tool I can't get the silly

RE: SERVER IP Address

2001-08-03 Thread Brad Roberts
I think it's cgi.http_host. cgi.server_name returns the IP if name's not resolved. Turn on debugging in Administrator and it will list all of the cgi var's. -Original Message- From: PEREZ, RICHARD D (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 7:16 PM To: CF-Talk

RE: query of queries in a custom tag

2001-07-27 Thread Brad Roberts
I'm taking a wild guess without trying it out but maybe try, #evaluate(caller. attributes.query_name)# -Brad -Original Message- From: DeWitt, Steve [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 5:11 PM To: CF-Talk Subject: query of queries in a custom tag I am trying

RE: Access file for Mac users??

2001-07-16 Thread Brad Roberts
There's a program for Mac that will allow you to install Windows software. I've forgoten the name of it, but I work for a publishing company that use Macs. If you still need it, email me off list and I'll ask the guys in my office tomorrow. -Original Message- From: Chuck Hergenroeder

RE: Fusebox list

2001-06-25 Thread Brad Roberts
[EMAIL PROTECTED] -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 2:41 PM To: CF-Talk Subject: Fusebox list Could anybody pleas post the information on where the Fusebox list moved. House of Fusion still lists it as [EMAIL PROTECTED], but

RE: ignore an error??

2001-06-07 Thread Brad Roberts
I can't imagine why you'd have this in your code, but the only way I could reproduce the error is by adding: cfset structclear(url) to my code. -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 11:10 AM To: CF-Talk Subject: ignore an error??

RE: RealAudio and ColdFusion

2001-05-29 Thread Brad Roberts
To check for the existence of a file, use the fileexists() function: cfif fileexists(c:\inetpub\wwwroot\real\mystream.rm) Provide the Stream cfelse Stream Not Available /cfif -Original Message- From: Steve Bernard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001

Attributes Scoped Structure?

2001-05-24 Thread Brad Roberts
Can you set a structure in the attributes scope? I'm wondering why this isn't working: cfset attributes.temp=structnew() I get the following error: Cannot assign result to symbol attributes.temp Thanks in advance, Brad ~~ Structure your

RE: Attributes Scoped Structure?

2001-05-24 Thread Brad Roberts
in a normal template. Craig -Original Message- From: Brad Roberts [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 9:55 AM To: CF-Talk Subject: Attributes Scoped Structure? Can you set a structure in the attributes scope? I'm wondering why this isn't working

Conclusion? (RE: Attributes Scoped Structure?)

2001-05-24 Thread Brad Roberts
that you get when you attempt to assign a value to the attributes scope in a normal template. Craig -Original Message- From: Brad Roberts [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 9:55 AM To: CF-Talk Subject: Attributes Scoped Structure? Can you set

RE: Attributes Scoped Structure?

2001-05-24 Thread Brad Roberts
Cool, thanks Dave. I found out that it works inside a custom tag. I did a few tests, mentioned in my previous post, which hasn't shown up yet. The tests yielded some odd results. Has anyone tried it in CF5? Thanks again for the confirmation, Brad -Original Message- From: Dave

<    1   2   3   >