Moreover.com data tag

2002-06-03 Thread John Anderson
Check this tag out it is free and allows you to cache moreover.com wddx packets for use on a site. http://aloha-webdesign.com/index.asp?fuseaction=detailspid=22 __ Structure your ColdFusion code with Fusebox. Get the official

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread John Anderson
Go to http://aloha-webdesign.com and look at SQLGen 3.0 there is a free demo with open source code that gets a list of tables, columns etc from SQLServer, Access. Download the trial version of the software and you can see how this is done with the ADO object. John -Original Message-

Threaded list integration

2002-04-17 Thread John Anderson
I have recently been asked to implement some type of list solution using (Outlook) and ColdFusion. The requirements are as follows: They want to set up a mail box for a number of projects example [EMAIL PROTECTED] [EMAIL PROTECTED] Users can subscribe to any of the

CF based classifieds

2002-04-16 Thread John Anderson
Does anyone have or know of a CF based classified ads app that can be integrated into a corporate intranet? Preferably fusebox? Thanks, John __ Signup for the Fusion Authority news alert and keep up with the latest news in

are there any free wysiwyg html editors?

2002-04-15 Thread John Anderson
Are there any free or starts to completely free wysiwyg html editors out there? Even if it is just html and javascript. Something similar to ActiveEdit would be nice? I actually can get away with something that has the basic features: Add links Change font colors Add breaks etc. Dont want to

RE: What IDE are you using for Java CFX?

2002-04-08 Thread John Anderson
Textpad works nicely you can compile from there and its simple. http://www.textpad.com/download/ John Anderson aloha-webdesign.com -Original Message- From: VAN VLIET, SCOTT E (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 3:24 PM To: CF-Talk Subject: OT: What IDE

File uploading in ActiveEdit?

2002-04-01 Thread John Anderson
Has anyone modified ActiveEdit to handle file uploading similar to the way that it handles image uploading/inserting? Or..is there another product out there that already has this built in? Thanks, John __ Signup for the

RE: Form Processing Page

2002-01-10 Thread John Anderson
I have that exact code in an application that you can download. It is called parseDog. It parses cold fusion applications and looks for pathing and case-sensitivity issues. While it is parsing through an app, it displays a red bar that extends until it is done. This is done using layers.

Content Management light

2001-11-02 Thread John Anderson
Just wondering if anyone knows of a lightweight (possibly free) Content management application. Requirements: Allow groups within a company to add files and categories. Also, possibly have a browser based html editor to add content quickly. Does not need security. just needs to be easily

RE: cfgrid

2001-10-21 Thread John Anderson
Yeah make sure you are running java 1.3 as your runtime enviro, If not, go to control panels and uninstall the old version. Hit the page again, and ie will go out and find the current runtime. Or just uninstall and get the 1.3 runtime from sun. http://java.sun.com/Download5 We had the same

RE: Find unused files?

2001-10-21 Thread John Anderson
Try parsedog to find all includes, custom tags etc. May help? Originally written to find case issues when migrating code from NT enviro to unix. Open source so you may be able to modify the code to find files that arent included anywhere? http://www.aloha-webdesign.com -Original

CF Grid and CF 5

2001-10-05 Thread John Anderson
We have an app that uses cfgrid on Solaris, installed patches from allaire Some people are having trouble getting the grid to initialize. Each person is running ie 5. We had them upgrade their java vm and nothing seems to work. All was well with cf 4.5 ? Has anyone seen this before?

RE: how to get the name and value of a field

2001-10-05 Thread John Anderson
Try this: cfloop list=#foo.ColumnList# index=index cfif #IsNumeric(evaluate(index))# SET index = form.index cfelse SET index = 'form.index' /cfif John Anderson http://www.aloha-webdesign.com -Original Message- From: Douglas Jordon [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05

RE: CF to excel

2001-09-17 Thread John Anderson
VALUE=inline; filename=download.xls cfcontent type=application/vnd.ms-excel cfoutput#excelstring#/cfoutput CFSETTING ENABLECFOUTPUTONLY=No This output string that you have built will come across as an excel file. The key is in the cfcontent tag and cfheader tag. John Anderson aloha-webdesign.com

RE: E-Commerce...?

2001-09-12 Thread John Anderson
Try Netready http://aloha-webdesign.com/ Very scalable and customizeable. -Original Message- From: Christopher Olive [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 9:41 AM To: CF-Talk Subject: RE: E-Commerce...? try CFWebstore. Mary Jo has created a truly outstanding

RE: Shopping Cart Software?

2001-08-01 Thread John Anderson
NetReady http://www.aloha-webdesign.com $350 Open source, fusebox, compatible with Access, Sql Server and Oracle. John Anderson -Original Message- From: John Bowering [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 11:10 AM To: CF-Talk Subject: RE: Shopping Cart Software

RE: He said, I would like to insert commas and quotes in the DB

2001-07-20 Thread John Anderson
Use the '#preservesinglequotes(message)#' function to preserve the single quotes in the text. John Anderson -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 11:58 AM To: CF-Talk Subject: He said, I would like to insert commas and quotes

RE: Database design woes

2001-07-20 Thread John Anderson
wont have a ton of reference tables in your db to confuse things. John Anderson -Original Message- From: DeWitt, Steve [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 12:09 PM To: CF-Talk Subject: RE: Database design woes If a state secedes then we will have more to worry

RE: He said, I would like to insert commas and quotes in the DB

2001-07-20 Thread John Anderson
? like j -Original Message- From: John Anderson [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 12:03 PM To: CF-Talk Subject: RE: He said, I would like to insert commas and quotes in the DB Use the '#preservesinglequotes(message)#' function to preserve the single quotes in the text

RE: Create-edit-delete in Access - TAG

2001-05-21 Thread John Anderson
There is an app that will allow that sort of thing. check out sqlgendb This allows the ability to edit a db through a web page on the fly...actually you can edit records etc. the free trial version can be downloaded here: http://www.aloha-webdesign.com/ -Original Message- From:

RE: CF Generator applications

2001-03-09 Thread John Anderson
SQLGen http://www.aloha-webdesign.com -Original Message- From: Ing. Luis J. Ramirez Flores [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 2:30 PM To: CF-Talk Subject: CF Generator applications Anyone knows a program that generates CF code for comercial applications

RE: Project line counter

2001-02-20 Thread John Anderson
is the url for the app. Dare I say (ParseDog) -Due to the stir that was caused Friday. It is open source. http://www.aloha-webdesign.com/index.asp?fuseaction=detailspid=14 John Anderson -Original Message- From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 3:28 PM

RE: modules, loops and variables....

2001-02-16 Thread John Anderson
You probably need an evaluate in there ; ie cfloop index="fieldname" list="#attributes.mylist#" cfoutput#evaluate(Fieldname)#/cfoutput /cfloop John Anderson http://Aloha-webdesign.com -Original Message- From: Ethan Rosch [mailto:[EMAIL PROTECTED]] Sent:

ParseDog

2001-02-16 Thread John Anderson
sensitivity issues when calling custom tags. Includes *Ensures that includes, form actions, and hrefs reference the proper files. *Verifies case sensitivity for includes, form actions, hrefs. *Resolves pathing for the files referenced in your application. Good for finding errors. John Anderson

RE: ParseDog

2001-02-16 Thread John Anderson
eful. Wow You would think people could be a bit more relaxed on a Friday?? John Anderson http://www.aloha-webdesign.com -Original Message- From: Lord, Heath [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 9:05 AM To: CF-Talk Subject: RE: ParseDog The worst part is it i

RE: ParseDog

2001-02-16 Thread John Anderson
o the page before it said it costs $20.00 for the source. You just updated it, to make it free. --=@ greg @=-- - Original Message ----- From: "John Anderson" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, February 16, 2001 12:13 PM Subject: RE: ParseDog

RE: Creating a feedback form in Studio/Dreamweaver

2001-02-16 Thread John Anderson
Your server must send the mail using something like SMTP Where is the form hosted is it on NT IIS or Unix, Linux, etc. You will need to tie in with server software that can mail the confirm email. You may need to use an ASP page or CGI if Cold fusion is not running. John -Original

wierd oracle error

2001-02-08 Thread John Anderson
We recently went from native drivers to odbc. I currently have a wierd error that is occurring: ODBC Error Code = 37000 (Syntax error or access violation) [Oracle][ODBC][Ora]ORA-01460: unimplemented or unreasonable conversion requested SQL = "ep_upd_Employment" Has anyone seen this before?

RE: String Concatenation in CFSCRIPT

2001-02-07 Thread John Anderson
CFLOOP query="myQuery" CFSCRIPT myvariable = myQuery.Link "?urlvariable=" myQuery.otherquerydata; /CFSCRIPT /CFLOOP You need the semicolon at the end? other than that looks like it was right? John Anderson http://www.aloha-webdesign.com -Original Message-

Progress bar

2001-02-01 Thread John Anderson
Has anyone here implemented a progress bar. Similar to what happens on expedia when searching for travel information. What is the key to this with a web based app? Thanks, John Anderson ~~ Structure your ColdFusion code with Fusebox. Get

Cf and excel

2001-01-25 Thread John Anderson
actually done something similar to this? Would the best method be using a preformatted excel spreadsheet as a template and then fill the data. OrInput data and invoke a vba macro or something. Thanks for your help John Anderson

RE: help with sql query/CF

2001-01-25 Thread John Anderson
Select fruit,count(fruit) From greengrocer Group By fruit John Anderson http://www.aloha-webdesign.com -Original Message- From: chad jackson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 3:40 PM To: CF-Talk Subject: help with sql query/CF Hi, I have a standard query

Bold in excel

2001-01-23 Thread John Anderson
Hello, I am trying to send data to excel using cfobject. I can get the data there fine. The only problem is the formatting on the spreadsheet. The requirement is to have the excel file with nice bold headings etc. Has anyone done this before? I can find documentation for everything but this.

RE: interface widgets

2000-12-19 Thread John Anderson
? Hope this helps, John Anderson -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 12:48 PM To: CF-Talk Subject: Re: interface widgets on the topic I need a color wheel for an ASP driven site, and one for CF. Eric From: "Joseph Tho

Error help

2000-12-07 Thread John Anderson
Does anyone know what could be causing this? John I currently have over 3GB free space left. I am running: Win98 SE Personal Web Server ColdFusion 4.01 -- Error Diagnostic Information An unexpected system error was

CF-File Workaround

2000-12-04 Thread John Anderson
Is there a way using asp or another method to upload files to a hosted server where the host company has turned off tags such as cffile, and cfftp? Thanks, John ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: CF-File Workaround

2000-12-04 Thread John Anderson
cfftp is disabled as well? -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 10:54 AM To: CF-Talk Subject: Re: CF-File Workaround Is there a way using asp or another method to upload files to a hosted server where the host company has

RE: SQL statements

2000-12-01 Thread John Anderson
If you would like a SQL Wizard that does inserts, updates, as well as stored procedures and forms Check out. http://aloha-webdesign.com/sqlgen -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 10:40 AM To: CF-Talk Subject: RE: SQL

RE: CFFILE - writing a CF template woes

2000-11-29 Thread John Anderson
Hey Bud, You must escape all # and " inside the output parameter. Do this by doubling the # and " like this input value=""##myvar##"" A quick way is to highlight the selection and do a replace of " with "" and # with ## John -Original Message- From: Bud [mailto:[EMAIL PROTECTED]]

RE: SQL statements

2000-11-28 Thread John Anderson
There is an application that will generate your statements for you from the database. It is here: http://www.aloha-webdesign.com/sqlgen John -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 10:47 AM To: CF-Talk Subject: SQL statements Is

SQL/Stored Proc Generator

2000-11-22 Thread John Anderson
are calculated from the database table. http://aloha-webdesign.com/sqlgen/ Take a look John Anderson ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail

RE: Converting Access DB to SQL Database

2000-11-21 Thread John Anderson
f you have additional questions email me offline, John Anderson -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 21, 2000 12:36 PM To: CF-Talk Subject: Converting Access DB to SQL Database I am a newbie to cf and I have worked in only cf and Access. I

RE: SQL Generator

2000-11-14 Thread John Anderson
t char etc. In addition you can view the files that will be produced. Another option would be to download the trial version and try the product with your own datasources. Here is the url again http://www.aloha-webdesign.com/sqlgen/ Hope this helps, John Anderson Aloha Web Design -Origin

SQL Generator

2000-11-13 Thread John Anderson
Here is a SQL Generator that will generate all of your inserts, updates, deletes, and selects directly from the database. http://www.aloha-webdesign.com/sqlgen/ John Archives:

RE: form generator?

2000-11-13 Thread John Anderson
There is a custom tag at the allaire site http://devex.allaire.com/developer/gallery/info.cfm?ID=77676E77-7E8C-11D4-AA A600508B94F380method=Full John -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 11:24 AM To: CF-Talk Subject: form generator?

Way to pass form fields

2000-11-13 Thread John Anderson
Is there a way using Javascript to pass a form field to an html page? not cfml page? John Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: Way to pass form fields

2000-11-13 Thread John Anderson
processing of the original form template itself. Cf operates on the server side; javascript operates on the client side. You have to do explicit work, sometimes tricky, often trivial, to get them talking with each other. did that answer your question? - Original Message ----- From: "John A

RE: fusebox

2000-11-07 Thread John Anderson
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C04907.19F047B0 Content-Type: text/plain; charset="iso-8859-1" I work for a large cf consulting shop. I have seen and worked

RE: cfinclude + cfform

2000-10-16 Thread John Anderson
You have a tag that is not closed like a table column or in input type.some type of error in the html code. It probably is unrelated to using an include. Scour your html and look for something that is not closed like a td or anything that might be invalid html. When netscape sees this it

RE: JS does not work in Netscape but does in IE

2000-09-29 Thread John Anderson
ie will have a value for the selectbox.value but netscape will not. use var valNewMortinfo= document.Mailme.NewMortinfo.options[document.Mailme.NewMortinfo.selectedInde x].value; var valCurrentLoanInfo=document.Mailme.CurrentLoanInfo.options[document.Mailme.C

proxy caching id and token

2000-09-28 Thread John Anderson
Hi all I have looked at the archives and have come close but no real explanation: here is the deal: It seems as though our proxy server is caching pages thus our cfids and tokens are being cached so people will take over other peoples sessions. We are not using cookies, we are passing token

Re: LDAP searching

2000-08-17 Thread John Anderson
= Lucas Sherwood Technical Sales Consultant FirmwareDesign [EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusi