HOF site staff

2003-02-21 Thread Cutter (CF_Talk)
I'm trying to change my email address for this list. I have forgotten my un/pw, and there does not appear to be a email me my info setting on HOF. Help! Cutter ~| Archives:

Re: HOF site staff

2003-02-21 Thread Cutter (CF_Talk)
and Password to me just fine. http://www.houseoffusion.com/signin/index.cfm?method=password -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 10:55 AM To: CF-Talk Subject: HOF site staff I'm trying to change my email address for this list

CF Studio adjustment

2003-02-18 Thread Cutter (CF_Talk)
When I have autocomplete enabled (which is often as it speeds my coding) and I start an input tag I get to the attribute type, which gives me a list (Hidden, Text, etc.). How can I force these values to lower case? Is there a file I can adjust? cutter

Re: CF Studio adjustment

2003-02-18 Thread Cutter (CF_Talk)
David, Thanks, but this option is already selected in the editor. I guess that only applies to the tag name itself. Cutter [EMAIL PROTECTED] wrote: options/settings/Markup Languages/Lowercase all inserted tags David Murphy www.cfugcny.org = = = Original message = = = When I have

[RESOLVED]: CF Studio adjustment

2003-02-18 Thread Cutter (CF_Talk)
Now I found it. Looking in the wrong folder at the wrong file altogether. cutter Cutter (CF_Talk) wrote: David, Thanks, but this option is already selected in the editor. I guess that only applies to the tag name itself. Cutter [EMAIL PROTECTED] wrote: options/settings/Markup Languages

Re: CF based financial calculators

2003-02-15 Thread Cutter (CF_Talk)
Nate, Check out the Mortgage Calc on http://www.firstshorefederal.com and contact me off list if it would meet your needs. (Gratis) Cutter Nate wrote: Can anyone point me to a good source for CF based financial calculators? I am looking for loan and mortage payment calcs as well as savings,

Form.Fieldnames and MX

2003-02-13 Thread Cutter (CF_Talk)
Ok, what happened? I used to be able to loop through form.fieldnames to create a list of all of the fields and then I could write my processor script. CFMX, on the other hand, gives me the following: Element FIELDNAMES is undefined in FORM. Anybody have any ideas? Cutter

Re: Shopping Cart Solutions

2003-02-13 Thread Cutter (CF_Talk)
NopDesign's NopCart is a free low end js cart that you can build in final processing (WebAuthorize or something similar) http://www.nopdesign.com Cutter Russ wrote: All, I know this one has been around the block a few times, but I've got a need for a cart solution that's pretty basic

Re: Form.Fieldnames and MX

2003-02-13 Thread Cutter (CF_Talk)
I wasn't aware of this one. I attempted something along the lines of: cfoutput#structkeylist(form)#/cfoutput But was not given any results. Would this only give me results for fields containing a value? I'm just trying to get the names of every form field... Cutter Tim Blair wrote: Ok, what

Re: Form.Fieldnames and MX

2003-02-13 Thread Cutter (CF_Talk)
Though Form is selected for Display, nothing for Form is coming up on the action page in the debugging info. (Maybe because no data is being passed?) Cutter Andy Ousterhout wrote: Turn on Display Variables in CF Admin and see what is getting passed -Original Message- From: Cutter

Re: Form.Fieldnames and MX

2003-02-13 Thread Cutter (CF_Talk)
?) Cutter Andy Ousterhout wrote: Turn on Display Variables in CF Admin and see what is getting passed -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 8:29 AM To: CF-Talk Subject: Form.Fieldnames and MX Ok, what

Re: MX Compatible Spell Checker

2003-02-11 Thread Cutter (CF_Talk)
Ben Forta has one in the ColdFusion | Custom Tag section of his site http://www.forta.com Cutter \Tangorre,Michael wrote: Has anyone built or found a spell checker that is compatible with CF MX? We were using Ben Forta's, but he has not released an updated one yet. Thoughts? Suggestions?

Re: Shopping Cart

2003-02-07 Thread Cutter (CF_Talk)
There is a javascript shopping care called nopcart at http://www.nopdesign.com. It is free, easy to modify, and I've integrated it with ColdFusion on several occasions. (It is used for course registration and publication ordering on http://www.wetland.org) Cutter Attley, Simon (CMG-SF)

Re: OT: Book recommendation

2003-02-05 Thread Cutter (CF_Talk)
Dynamics of Sofware Development - Jim McCarthy Software Project Survival Guide - Steve McConnell Debugging The Development Process - Steve Maguire Don't let the MS Press backing fool you, these guys have been at it for years... Cutter Fregas wrote: Hello all. I'm a pretty well rounded

Re: Nested Record Sets and Menus

2003-02-04 Thread Cutter (CF_Talk)
? - Original Message - From: Cutter (CF_Talk) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 6:27 PM Subject: Re: Nested Record Sets and Menus Unfortunately this is not an option. I have little to no control over the SQL 7 server, and our sysad

Nested Record Sets and Menus

2003-02-03 Thread Cutter (CF_Talk)
Could somebody please help me... SecretAgents.com used to have paid tutorials to show you how to do things. They had a set of tutorials on how to setup/access/update/use nested record sets on MSSQL to create heirmenus. So, after reading the first three, I put in the PO request to my company to

Re: Nested Record Sets and Menus

2003-02-03 Thread Cutter (CF_Talk)
XML handling, it might be easier for you just to work in terms of XML and let the RDBMS' native code for translating XML into records do the nasty work for you (I think SQL Server either has XML capability built in or available as a plug-in or something) - Original Message - From: Cutter

OT: JS form validation script

2003-01-29 Thread Cutter (CF_Talk)
Anybody up to attempting to help me debug a JS form validation script I'm working on? Cutter ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: JS form validation script

2003-01-29 Thread Cutter (CF_Talk)
The script is to loop through the fieldnames array to validate each field specified. Each Item of the fieldnames array is an array: Fieldname, FieldType, ErrorMessage, ValidateForBadCharacters, ValidateAnEmailAddress I started by just checking for isEmpty, which is working fine. Then I began

[Resolved] JS form validation script

2003-01-29 Thread Cutter (CF_Talk)
I figured it out. Since I used 'i' for my index of my ValForm() function I could not also use it in the character loop of the charCheck() function. i would increment far past the number of items in my fieldnames array, which is why I got null errors when attempting to access a value. I changed

Re: OT: MM Suprises Wall Street - Can more be done?

2003-01-24 Thread Cutter (CF_Talk)
It's a matter of balance. A complete knowledge of most languages is not absolutely necessary. Many developers can easily compete if they have: 1) a no nonsense work ethic, 2) a solid understanding of a languages syntax, 3) a good understanding of a languages abilities/limitations, 4) a strong

Verity - why won't it work?

2003-01-23 Thread Cutter (CF_Talk)
I have a site for a local school board set up on a Linux server running CFMX. I have set up two separate Verity collections, one to index the entire site and one to only index a documents directory. Having never done this before (and our lead developer not having any idea why it wasn't

Re: Verity - why won't it work?

2003-01-23 Thread Cutter (CF_Talk)
time in the past? Thanks, Mark -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 10:26 AM To: CF-Talk Subject: Verity - why won't it work? I have a site for a local school board set up on a Linux server running CFMX. I have set up two

Re: Back/Next Forms

2003-01-23 Thread Cutter (CF_Talk)
I believe if you use history.replace('mypage.cfm'); to navigate back it will keep the form values (I think...) Cutter Thane Sherrington wrote: I'm building a multipaged form with back and next buttons. All the form fields are checkboxes. I want the boxes to remember what is checked when I

Re: Verity - why won't it work?

2003-01-23 Thread Cutter (CF_Talk)
Lackey Moonbow Software, Inc : -Original Message- : From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] : Sent: Thursday, January 23, 2003 1:17 PM : To: CF-Talk : Subject: Re: Verity - why won't it work? : : : Different search pages are used to access each collection. It is a : shared

Re: Image toolbar

2003-01-22 Thread Cutter (CF_Talk)
Ray, You may want to check out the JScript info on the MSDN site. JScript (MS's extended take on javascript) gives you access to many of the internal workings of IE. Cutter Ray Bujarski wrote: I have images that I want to protect, IE put in this new browser feature in that when you hover

CF Hosting Suggestions

2003-01-22 Thread Cutter (CF_Talk)
Anyone know who is the low cost CFMX host with MSSQL or mySQL support? (and mail) ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: CFC's and people management

2003-01-21 Thread Cutter (CF_Talk)
I'm working on a site for a school district's adult ed program. They are requiring no less than 4 different access areas with multiple levels of control. After a little research I'm expanding upon a roles based security model that I originally read about on the MM site (CFC best practices:

Re: Integrating C#

2003-01-21 Thread Cutter (CF_Talk)
Have the C# program return the variables as XML to be used by your CF app (C# has a lot of built in XML support) Cutter Brad Roberts wrote: 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

Re: Application.cfm

2003-01-21 Thread Cutter (CF_Talk)
If an Application.cfm file exists it will automatically be loaded prior to loading the called .cfm page, even if the file called is within a subdirectory (unless the subdirectory has it's own Application.cfm) Cutter Scott Wilhelm wrote: Do I have to include application.cfm in all my cfm

Re: submiting forms created server side

2003-01-20 Thread Cutter (CF_Talk)
We do this quite often. After building your form try... script form.submit(); /script Cutter Jay Kufner wrote: Hello everybody- I'm sure this is one of those I've been working for to long and I've overlooked the answer 100 times sort of questions. I've built a shopping cart and I'm

SecretAgents.com Tutorials

2003-01-16 Thread Cutter (CF_Talk)
So, I started these tutorials to teach me how to do a hierarchy menu using nested data sets. I really wanted to learn this so that I could begin creating my HM_Array.js files dynamically. The first 3 tutorials were free, the last 3 (which give you the important details) required a

Re: Visual Fusion - Thoughts?

2003-01-16 Thread Cutter (CF_Talk)
More like $35 - $50, but I live in a low rent district... Cutter Adrocknaphobia Jones wrote: Just so I don't float off into some self conceived alternate reality where I realistically charge for my services... is everyone else charging 75 an hour? Adam Wayne Lehman Web Systems Developer Johns

Re: Visual Fusion - Thoughts?

2003-01-15 Thread Cutter (CF_Talk)
As you are under 25 I'll only say that passing up work opportunities because a client won't drop a few grand on a server could land you on the unemployment line in today's climate. Trust me, I know. Cutter Adrocknaphobia Jones wrote: Well to counter the argument about clients not wanting to

OT: Mail Servers and Webmail

2003-01-15 Thread Cutter (CF_Talk)
Does anyone know of a low learning curve, out of the box Linux Mail server (POP and IMAP capable) with an add-on webmail utility, preferrably customizable? Cutter ~| Archives:

Re: Visual Fusion - Thoughts?

2003-01-14 Thread Cutter (CF_Talk)
This sounds great. Would be even better if you invent the CFIMAP tag... Cutter Pablo Varando wrote: Not sure what you mean by CD Demos... this is to actually create a program. Say you want to create a mail system solution for your users to check their emails, etc.. You could write a full

Re: Visual Fusion - Thoughts?

2003-01-14 Thread Cutter (CF_Talk)
You could write an app that runs within a Gecko browser component. Cutter Joshua Miller wrote: So basically you're using CFML syntax to write Java applications, cool. What about UI components - forms, controls, windows, etc. CFML doesn't contain features for dealing with these types of things

Re: How can I redirect a user?

2003-01-13 Thread Cutter (CF_Talk)
Scott, Some folks use the CFLOCATION tag for this redirect. I found a conflict with using this in the same page with an input of type=file. I prefer to use a little js on this script location.href('mypage.cfm'); /script Cutter Scott Wilhelm wrote: I'm setting up authentication against a

Re: cfoutput formatting

2003-01-13 Thread Cutter (CF_Talk)
cfif [queryname].currentrow mod 4 is 0 /tr tr /cfif Cutter Ryan Mitchell wrote: Set a number (cfset count = 1) and increment it every time the query runs. Every time the number is equal to 4, set it back to 1 and output a /trtr Hope that makes sense, too lazy to write code!

Re: Query help!

2003-01-13 Thread Cutter (CF_Talk)
Instead of dateformat try createodbcdate(now()) Cutter Scott Wilhelm wrote: Can someone tell me what's wrong with this line: CFQUERY name=PreviousDates datasource=calendar SELECT * FROM Events WHERE eDate CFQUERYPARAM value=#formatdate(now(),mm-dd-yy)# /CFQUERY I can't figure out how to

Re: WOT: MySQL in the Enterprise

2003-01-13 Thread Cutter (CF_Talk)
Huge article in this weeks E-Week regarding the use of mySQL for all of Rhode Island's inter/intranet sites Cutter Paris Lundis wrote: Well I can't say I am enterprise.. even if I have a few tables with a couple of million rows of data... Checkout the MySQL site and see their consulting

Design Pattern Question

2003-01-11 Thread Cutter (CF_Talk)
Has anyone here taken a detailed look at the CFMX (semi) OOP design pattern put forth at http://www.benorama.com? Is anyone here using it? Formed some opinions? Have anything to add (or subtract)? Know who put this together in the first place? As one of my former commanders used to ask

Multiple Sites

2003-01-10 Thread Cutter (CF_Talk)
Ok, I know I asked this once (and fixed it once on one server) but now I can't find it in the archives. What's the link to the MM KB about configuring MX for multiple site hosting? Have one Linux box (it was MS last time) that everytime we refresh the page it shows a file of the same name from

Re: ORDER BY Clause and parsing

2003-01-09 Thread Cutter (CF_Talk)
Something like this would be great for sorting book lists, song titles, DVD and video libraries... Cutter Candace Cottrell wrote: Thanks to everyone who responded. I guess this is going to take a few minutes to do... Maybe I should write a cfc that does this??? For future posterity??

Re: page load times (not just on the server)...

2003-01-09 Thread Cutter (CF_Talk)
Wouldn't that completely depend upon the speed of the client's connection? (Dial-Up, Lan, DSL, Cable, etc.)... Cutter cftalk wrote: I am needing to find the page load times from the CLIENT side. Does anyone have a tool or know a way to do this? Brian Yager President - North Alabama Cold

increment a count in a db

2003-01-08 Thread Cutter (CF_Talk)
It was probably a month or so ago someone showed how to increment a count in a database with a single query, but I can't find it in the archive. Can someone show me the way here please? Table:tblSubscribe int:intChoiceID str:strChoice int:intCount Update intCount for selected

[Resolved]: increment a count in a db

2003-01-08 Thread Cutter (CF_Talk)
Many thanks to those who responded, this was exactly what (and when) I needed. Cutter [EMAIL PROTECTED] wrote: Quoting Cutter (CF_Talk) [EMAIL PROTECTED]: Table:tblSubscribe int:intChoiceID str:strChoice int:intCount Update intCount for selected strChoice as intCount + 1

OT: Netscape 4.x and Styles

2003-01-08 Thread Cutter (CF_Talk)
I am beginning to create a small custom tag for a site to replace their existing graphic buttons with something that looks similar but uses a small table to build their button using a small graphic for the nose and butt of the button, with a small table between them containing the text (don't

Re: CFGRID (from CF 4.5) with Latest Java Plug In?

2003-01-07 Thread Cutter (CF_Talk)
We ran into the same problem with the CFTREE component. It only appears to affect systems utilizing the latest Java Plug-in. All works fine with the MS VM. Cutter Jim Davis wrote: As I'm sure some of you know the Grid applet used in CF 4.5 doesn't work with the latest Java Plug-in. I've been

Query Output

2003-01-06 Thread Cutter (CF_Talk)
I have a function within a CFC that reads like this: cffunction name=getCalendar access=remote output=false returntype=query cfargument name=calendar required=No type=string default=Full Year cfquery name=qYear datasource=#application.stconfig.DSN#

Re: Some idea about the Efficiency of UDFs

2003-01-02 Thread Cutter (CF_Talk)
You might want to look at a suggested CFMX OOP design pattern posted under the ColdFusion topic on http://www.benorama.com. I've been experimenting with this recently and find it to be very clean and effective. Cutter Li Chunshen (Don) wrote: According to Macromedia's CFMX References on Using

Re: APR Calculation Formula??

2003-01-02 Thread Cutter (CF_Talk)
Les, Check out the Mortgage Payment Calculator in the Calulator section of http://www.firstshorefederal.com. If this looks like what you're looking for just email me off list and I'll forward the code. This is straight CF, with special attention paid to how and when the numbers are rounded.

Tutorials

2003-01-02 Thread Cutter (CF_Talk)
I've got a couple of high school kids who dropped by the office the other day. They are taking a class on web development. After speaking with them for a couple of hours they are really jazzed about getting into CF, but all of the tutorials that they have seen up til now are of a more advanced

Re: Looking for a great CFMX book to buy!

2003-01-02 Thread Cutter (CF_Talk)
Ben Forta has a slew of new books coming out on MX dev. Check out his site benforta.com Cutter Che Vilnonis wrote: I really enjoyed the Professional CF 5.0 by WROX Press. Now I'm gonna dive into MX. Can anyone recommend a GREAT book for CFMX? Thanks. Ché Vilnonis Application Developer

CFC Question

2002-12-31 Thread Cutter (CF_Talk)
I know that this has been asked, but I can't find it in the archives I have created a CFC with a function getTitle. The function has a return type of struct. After calling the function through CFInvoke, how do I loop through the struct to display my data? There doesn't appear to be a lot of

Re: Happy New Year

2002-12-31 Thread Cutter (CF_Talk)
Looks beautiful Jim. I had to review this site last semester in my Web Design and Methodology class through umuc.edu. Cutter Jim Davis wrote: -Original Message- From: Jay jennings [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 12:25 PM To: CF-Talk Subject: RE: Happy New

Re: CFC Question

2002-12-31 Thread Cutter (CF_Talk)
) #evaluate(x)# would be the value of the key /cfloop -chris.alvarado [ application developer ] 4 Guys Interactive, Inc. http://www.4guys.com We create websites that make you a hero. -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 2

[RESOLVED]: CFC Question

2002-12-31 Thread Cutter (CF_Talk)
Sorry folks. Sometimes the answer is a little overly obvious. Change cfreturn this to cfreturn [queryname] Cutter Cutter (CF_Talk) wrote: This may be a part of my issue. The struct being returned is basically like this: objTitles intDocID strName strFileName dtDateAdded I

Re: Cold Fusion forum (OPEN SOURCE?)

2002-12-27 Thread Cutter (CF_Talk)
I can think of one good reason...Some hosts do not support PHP. Cutter jon roig wrote: I hear you, Adrocknaphobia... there really isn't a perfect forum system out there. (I've been running online forums for several years, most recently for a large non-profit website...) That said, PhpBB comes

Accessing Logs

2002-12-26 Thread Cutter (CF_Talk)
I used to be able to access log files on CF5 within the CFIDE/administrator. I no longer see this option from my MX administrator. Have I missed something? Cutter ~| Archives:

Re: Linking CF and Flash

2002-12-24 Thread Cutter (CF_Talk)
Jochem and group, I completely agree. CFForm's implementation can be cumbersome, unintuitive, and sometimes downright buggy. I find it much easier, and more functional, to write my own form validation scripts. The little buzz I've heard about XForms sounds very promising, and I also think

Re: MS CF?

2002-12-23 Thread Cutter (CF_Talk)
I hate to put my .02 in on OT, but... MS didn't abondon VB or C++ programmers with .NET. Yes, they changed VB to more closely resemble an OOP language (still needs work). C++ didn't change, Visual C++ changed. There is a strong difference. Language syntax and rules and what-have-you are still

Re: MS CF?

2002-12-23 Thread Cutter (CF_Talk)
That which is least secure is that which is a target... Cutter Dave Lyons wrote: Developer security You mean like they did with ASP? Oh, wait, they stopped development of that... And how long before asp.net gets scrapped for something new And I doubt 20 years from now you can still

Re: Usage of Variables Scope

2002-12-20 Thread Cutter (CF_Talk)
Proper variable scoping helps to A) decrease server overhead as the server will always know what scope a variable is in when requested, as opposed to searching each scope every time. B) makes your code much easier to debug in the event of an error and maintain in the event of changes,

Re: Setting the focus to form select box item.

2002-12-18 Thread Cutter (CF_Talk)
The options[] element of the select is an array. Arrays in javascript begin with 0. Cutter Bosky, Dave wrote: I'm using the onsubmit function to check the length of a form textfield to verify it contains at least one character. If the value is less than one character I want to return false and

Re: Setting the focus to form select box item.

2002-12-18 Thread Cutter (CF_Talk)
SelectedIndex is a read-only property in all browsers except Navigator 3 (O'Reilly's JavaScript: The Definitive Guide). Cutter Scott Brady wrote: function validateForm(form) { if (form.myText.value.length 1 ){ alert ('You must select at least one question to continue. n\nClick OK!);

Re: CFHTTP on MX

2002-12-17 Thread Cutter (CF_Talk)
Thanks Dave, that answer was right on the money. Cutter Dave Watts wrote: Your problem isn't with CF, really. You're attempting to use Google, and it's rejecting your attempt. When I tried your code out, I got this in my handy packet-sniffer: Forbidden Your client does not have permission to

CFMX server Education license

2002-12-16 Thread Cutter (CF_Talk)
A local Board of Ed wants to run it's own server in-house for it's website. Does anyone know the the Educational License of CFMX will allow this? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Re: Mildly OT: JS, Form, Passing Vars

2002-12-16 Thread Cutter (CF_Talk)
This business would be so much easier if we didn't have to create sites/applications to the specifications of clients. Part of our job is to try to steer clients in the right direction, and make them feel like the decision they made was their idea in the first place, but sometimes it just

Re: Mildly OT: JS, Form, Passing Vars

2002-12-16 Thread Cutter (CF_Talk)
For creating the pop-up, instead of a form submit I would just use a link calling a js function to create the pop-up, passing your vars in the url. In the window.open statement only specify the width and height attributes (your called page can be CF). Cutter Russ wrote: I am attempting to

CFHTTP on MX

2002-12-16 Thread Cutter (CF_Talk)
I've tried to look through the archive on this but I'm not really finding my answers... Has anyone had issues with CFHTTP and MX? I'm tryin to make a call like so: cfif len(url.page) cfset varURL =

Re: CFHTTP on MX

2002-12-16 Thread Cutter (CF_Talk)
- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 3:46 PM To: CF-Talk Subject: CFHTTP on MX I've tried to look through the archive on this but I'm not really finding my answers... Has anyone had issues with CFHTTP and MX? I'm tryin to make a call like so: cfif len

Re: OT: Website testing application

2002-12-10 Thread Cutter (CF_Talk)
Yes, check out http://netmechanic.com/ Cutter Carlisle, Eric wrote: I've been tasked with finding an application that will automatically test a website with multiple browsers. Does such a monster exist? Thanks :-) Eric ~|

CFC output

2002-12-09 Thread Cutter (CF_Talk)
Does anyone have an example of a CFComponent with a function that returns HTML formatted output. Trying to write a function that performs a query based on specific arguments then outputs a select box based upon the query results as well as some of the other arguments. I'd like to make it a web

Re: MX Hosting

2002-12-05 Thread Cutter (CF_Talk)
http://www.dmv.com (Delmarva Online) currently has 2 CFMX Servers (Linux) with either SQL or mySQL support. Cutter Robert Bailey wrote: This is a multi-part message in MIME format. --=_NextPart_000_0065_01C29BAD.12311810 Content-Type: text/plain; charset=us-ascii

Re: MX Hosting

2002-12-05 Thread Cutter (CF_Talk)
, that is surprising. They are a bigger company than us and we have more servers than that. Delaware.net can give you your own CFMX server for what some companies charge for shared hosting. E-mail me off-list for info. Funny how all three references are in the Delaware area. :) Cutter (CF_Talk) wrote

Nested Tree sets

2002-12-04 Thread Cutter (CF_Talk)
I am attempting to understand some articles relating to creating Nested Tree Menus using the a Nested Set Model SQL db structure. The articles are on secretagent.com and don't really make a lick of sense to me. Has anyone else implented something like this who might have some sample code.

Re: Nested Tree sets

2002-12-04 Thread Cutter (CF_Talk)
that process time is much faster using the Nested Set Model). Cutter Jochem van Dieten wrote: Cutter (CF_Talk) wrote: I am attempting to understand some articles relating to creating Nested Tree Menus using the a Nested Set Model SQL db structure. The articles are on secretagent.com

Re: shooting my server soon....

2002-12-03 Thread Cutter (CF_Talk)
Another way around the reserved word issue is to apply a naming convention to you SQL tables: Update tblReports Set strPassword = 'myPw' Where intLoginID = 1 Cutter Tony Weeg wrote: posimitively positive ;) but good lookin out!! tony -Original Message- From: Mark A. Kruger - CFG

Passing parameters

2002-12-02 Thread Cutter (CF_Talk)
For rather odd reasons I am attempting to pass a parameter that looks a little like this: cfparam name=variables.hpimage default=ui:hpimage image='Dr_Andes_final.jpg' width='204' hieght='238' alt='Dr. Jon M. Andes and friends' caption='yes' and call it like:

Re: Passing parameters

2002-12-02 Thread Cutter (CF_Talk)
to interpret ui:hpimage tags and so hides them HTH -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Monday, December 2, 2002 17:23 To: CF-Talk Subject: Passing parameters For rather odd reasons I am attempting to pass a parameter that looks a little like

[SOLVED] Re: Passing parameters

2002-12-02 Thread Cutter (CF_Talk)
Dave (and all), I tried it passing through the URL, and though it wrote it to the html CFMX still did not parse the code. Instead I decided to pass it like so: cfparam name=variables.hpimage default=Dr_Andes_final.jpg,204,238,Dr. Jon M. Andes and friends,yes cfset variables.hpimagelist =

Re: SOLVED: Re: CFX_IMAGE

2002-11-29 Thread Cutter (CF_Talk)
Tell us, please... Cutter Bryan Stevenson wrote: Well...nobody responded, but I got it sorted out ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] -

Re: Alternating Row Colours Number Listing in CFOutput

2002-11-27 Thread Cutter (CF_Talk)
Could you please explain what the following statement does? ###iif(currentrow mod 2, DE('DFDFDF'), DE('FF'))# Cutter S. Isaac Dealey wrote: cfoutput query=latestlinks tr bgcolor=###iif(currentrow mod 2, DE('DFDFDF'), DE('FF'))# td width=2% align=center class=sideblue

Application variables

2002-11-25 Thread Cutter (CF_Talk)
I've been on http://www.benorama.com looking at a CF design pattern. In this tutorial it talks about using your Application.cfm to call _init.cfm, which parses through an xml file to create your application variables. I've done this (very closely following the sample app). I've created a page

CFLOOP issues

2002-11-22 Thread Cutter (CF_Talk)
*** Sorry if this is repost, still having mail server/client issues *** Something new for me within CF so any help is greatly appreciated. I'm trying to loop through a number of form fields (form.strImage1, form.strImage2, form.strImage3, form.strImage4), do some checking, set some variables.

CFMX server - what's this?

2002-11-21 Thread Cutter (CF_Talk)
Has anyone seen this before? I had a site set up on a W2K CFMX server. I set up two more sites. When attempting to access site A I would see the homepage for site B. I would eventually bring up Site C, but then going to site A would show me the home page of Site C (Site B would as well).

Image Resize on non MS server

2002-11-20 Thread Cutter (CF_Talk)
I'm looking for a custom tag to handle image resizing (gif, jpg, etc) that doesn't require a MS server (and is preferably free). Any ideas? Cutter Falcon Knives ~| Archives:

Image Resize without MS server

2002-11-20 Thread Cutter (CF_Talk)
I'm trying to find a custom tag that will resize images on upload that does not require an MS server. Any suggestions? Cutter Falcon-Knives.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Image Resize without MS server

2002-11-20 Thread Cutter (CF_Talk)
I'm trying to find a custom tag that will resize images on upload that does not require an MS server. Any suggestions? Cutter Falcon-Knives.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

OT: Apologies

2002-11-20 Thread Cutter (CF_Talk)
Sorry for the multiple postings, mail server issues... Cutter Falcon-Knives.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Image Resize without MS server

2002-11-20 Thread Cutter (CF_Talk)
So, to recap, there is no way to resize images on a *nix based server, using CF MX, without installing some other piece of software (JAI, XWindows, etc.)? Cutter Falcon Knives Kevin Graeme wrote: These have come up a few times. I haven't used them yet though. JAI (Sun's Java Advanced Imaging

Checking a float

2002-11-18 Thread Cutter (CF_Talk)
A have a float field in a db to store the number of bathrooms for a property ( 1.5 bathrooms, 3 bathrooms). My question is, how do I check to see if there is a non zero value after the decimal? I want it to show: 1.5 bathrooms 3 bathrooms and not: 1.5 bathrooms 3.0 bathrooms Any help is