RE: OT: HTML Question

2003-01-07 Thread Jillian Carroll
Is it possible it's a doctype issue? Sometimes an incorrectly cited doctype can cause Netscape to have issues. Sorry, I haven't really been following this thread... this may have already been suggested. -- Jillian -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent:

OT - Dreamweaver 4 Trial

2002-12-15 Thread Jillian Carroll
Sorry for the OT post, but I'm wondering if anybody happens to have a copy of Dreamweaver 4 (30 day trial) still kicking around? -- Jillian ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

FW: CFFILE Pemissions Setting

2002-12-12 Thread Jillian Carroll
I posted this to the Linux group yesterday, but I didn't get any responses... Can anybody please help me out? -- Jillian -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED]] Sent: December 11, 2002 1:45 PM To: CF-Linux Subject: CFFILE Pemissions Setting I have a CF file

RE: File Manager

2002-11-21 Thread Jillian Carroll
I'm using it... and it works really well. What platform/web server are you running? -Original Message- From: Mark Stephenson - Evolution Internet [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 9:57 AM To: CF-Talk Subject: File Manager Hey, Any using the filemanager page

PostgreSQL Sloooooow!

2002-11-21 Thread Jillian Carroll
in each table. Anybody have any suggestions? Thanks!! -- Jillian Carroll ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid

RE: PostgreSQL Sloooooow!

2002-11-21 Thread Jillian Carroll
That will keep the query from retrieving far more data than you actually need - Jim - Original Message - From: Jillian Carroll [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 10:00 AM Subject: PostgreSQL Sloow! Hey everybody! I'm working on a site

Generating 'What's Related'

2002-11-11 Thread Jillian Carroll
I'm having a hard time visualizing what I need to do to make this an elegant solution... so I'm hoping somebody out there has done this and can give me some insight. What I want to do is this: I have a database of tools, and any 1 tool may be associated with a group of tools (also in the

RE: Generating 'What's Related'

2002-11-11 Thread Jillian Carroll
the interface in an admin tool should look like, or what the database/code structure should look like? Fregas - Original Message - From: Jillian Carroll [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 11, 2002 11:06 AM Subject: Generating 'What's Related' I'm having a hard

Blogging

2002-11-06 Thread Jillian Carroll
Does anybody know of any blogging software written in CF? -- Jillian ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4

Sanitize - Prevent SQL Injection

2002-11-05 Thread Jillian Carroll
This may seem like a novice question... but is there a need/procedure for sanitizing data in CF to prevent SQL injection? I've searched everywhere and I can't find any information on this. -- Jillian ~| Archives:

RE: Sanitize - Prevent SQL Injection

2002-11-05 Thread Jillian Carroll
Associate Partner www.macromedia.com - Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Jillian Carroll [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 05

SOT: SQL Query Results

2002-10-28 Thread Jillian Carroll
How can I adjust the following query so that it checks every trainer (s1_trainer1, s1_trainer2, etc.) for a match to #client.id# without having to do 10 queries? cfquery name=courses datasource=#DSN# SELECT id, type, other, city, prov, s1_startdate, s1_trainer1, s1_trainer2, s1_trainer3,

RE: SQL Query Results

2002-10-28 Thread Jillian Carroll
= #client.id# OR s1_trainer2 = #client.id# OR s1_trainer3 = #client.id# OR ... Gene K. -Original Message- From: Jillian Carroll [mailto:jillian;koskie.com] Sent: Monday, October 28, 2002 2:14 PM To: CF-Talk Subject: SOT: SQL Query Results How can I adjust the following query so that it checks

Query Problem

2002-10-27 Thread Jillian Carroll
The query below doesn't work... the first clause in the CFIF works fine, but it gives me the error: Error while executing the query (non-fatal); ERROR: Relation form does not exist for the CFELSE portion. This query executes on a page following a form. I have checked to ensure that there is a

RE: Query Problem

2002-10-27 Thread Jillian Carroll
When I use cfqueryparam as you specified below, I get this error: An error occurred while evaluating the expression: #IIf(Trim(form.confsent) EQ '', No, Yes)# Error near line 63, column 95. ~| Archives:

RE: Query Problem

2002-10-27 Thread Jillian Carroll
Weird... my message got cut off somehow. This should have been included: An error has occurred while processing the expression: Yes Error near line 1, column 1. -Original Message- From: Jillian Carroll [mailto:jillian;koskie.com] Sent: Sunday, October 27, 2002 1:04 PM To: CF-Talk

RE: Query Problem

2002-10-27 Thread Jillian Carroll
I'm going out of my mind with this one. I use the EXACT same code to do the initial entry of the user information and it works. It keeps telling me that Relation form does not exist... That leads me to believe one of two things... either it is looking in my database for a table named form... or

RE: Query Problem

2002-10-27 Thread Jillian Carroll
Thank you guys for your help... I'm FINALLY in business with this form! -Original Message- From: S. Isaac Dealey [mailto:info;turnkey.to] Sent: Sunday, October 27, 2002 1:53 PM To: CF-Talk Subject: Re: Query Problem Jillian Carroll wrote: When I use cfqueryparam as you specified

RE: Next/Last record

2002-10-22 Thread Jillian Carroll
You can DL it here... this code works REALLY well! http://www.webtricks.com/sourcecode/coldfusion.cfm -Original Message- From: Thane Sherrington [mailto:tsherr;auracom.com] Sent: Tuesday, October 22, 2002 9:23 AM To: CF-Talk Subject: Next/Last record I know I saw this somewhere, but I

Dropdown Value Passing

2002-10-19 Thread Jillian Carroll
I have a bit of a problem... and I'm hoping there is an easy way to solve it. I have a dropdown that is populated like this: select name=trainers cfoutput query=trainersoption#users.fname# #users.lname#, #users.city#/option/cfoutput /select So it provides a list of trainers, by name including

Query Question

2002-10-18 Thread Jillian Carroll
I have this query (that doesn't work): cfquery name=provadmin datasource=#DSN# SELECT pa_ab, pa_sk, pa_mb, pa_on, pa_nb, pa_pei, pa_ns, pa_nf, pa_bc, pa_bc, pa_pq, pa_yk, pa_nwt, pa_nu FROM USERS WHERE pa_ab=1 OR pa_sk=1 OR pa_mb=1 OR pa_on=1 OR pa_nb=1 OR pa_pei=1 OR pa_ns=1 OR pa_nf=1 OR

RE: Advise Needed

2002-10-17 Thread Jillian Carroll
I've always found that the client will respect you most if you are honest with them. You also have to remember that your job is to work for the best interests of your client. With that said, I know that you have to make a living. I would spend a few minutes and talk with the client. Explain

Checkbox Value

2002-10-16 Thread Jillian Carroll
I know I'm close on this... this works with radio buttons. I have a query: cfquery name=userinfo datasource=#DSN# SELECT id, username, password, salutation, fname, lname, address, city, prov, country, pcode, worh, phoneh, phonew, faxh, faxw, email, datebox, centraladmin, provadmin, trainer,

RE: Checkbox Value

2002-10-16 Thread Jillian Carroll
checking for is NULL. Try this comparison instead: cfif Len(Trim(userinfo.worh)) GT 0 AND userinfo.worh EQ 1 -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 3:51 PM To: CF-Talk Subject: Checkbox Value I know I'm close

Counting Page Views

2002-10-11 Thread Jillian Carroll
I have a spec on a project that has me counting page views in order to generate a 'most popular' list of the 10 most commonly clicked on links. Has anybody done anything like this? Initially I was thinking of a db counter that incremented a field in my db as people viewed the page. Is there a

RE: Counting Page Views

2002-10-11 Thread Jillian Carroll
out there will provide this information from your webserver logs. -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 6:28 PM To: CF-Talk Subject: Counting Page Views I have a spec on a project that has me counting page views in order

RE: cfcookie and cfset SESSION.variable =

2002-10-09 Thread Jillian Carroll
Courtesy of Hal Helms, put this in your Application.cfm: CFIF IsDefined( Cookie.CFID ) AND IsDefined( Cookie.CFTOKEN ) cfset localCFID = Cookie.CFID cfset localCFTOKEN = Cookie.CFTOKEN cfcookie name=CFID value=#localCFID# cfcookie name=CFTOKEN value=#localCFTOKEN# /CFIF -- Jillian

RE: cfcookie and cfset SESSION.variable =

2002-10-09 Thread Jillian Carroll
and cfset SESSION.variable = I have multiple application.cfm's Would this code go in all or just the logout.cfm template? On Wed, 9 Oct 2002 07:17:45 -0600, Jillian Carroll wrote: Courtesy of Hal Helms, put this in your Application.cfm: CFIF IsDefined( Cookie.CFID ) AND IsDefined( Cookie.CFTOKEN

RE: LONG time CF Supporter - About ready to dump CF!

2002-10-08 Thread Jillian Carroll
I can tell you what the haste is... I am looking to install CF on a new server... and I can no longer purchase CF 5. -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 11:59 AM To: CF-Talk Subject: RE: LONG time CF Supporter - About ready to

RE: LONG time CF Supporter - About ready to dump CF!

2002-10-08 Thread Jillian Carroll
, October 08, 2002 1:45 PM To: CF-Talk Subject: RE: LONG time CF Supporter - About ready to dump CF! Jillian, You can purchase 5 - just not from MM. Did you try Amazon or Buy.com? -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 1:27 PM

Converting PDF's to text

2002-10-02 Thread Jillian Carroll
I'm faced with a bit of a problem here... I've got a client who is hosted on my CF 5 (soon to be CFMX once I can get CFMX to run stable in my testing environment) box on Linux. This client has a need to search through PDF's... well it has become very apparent that CF on Linux will not index

RE: Mildly OT: CF MX Hosting

2002-09-26 Thread Jillian Carroll
I just went to their site and I couldn't see where they offer CF hosting... I did a search for coldfusion and it produced no results. -Original Message- From: Russ [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 8:00 AM To: CF-Talk Subject: Mildly OT: CF MX Hosting Hi

RE: Mildly OT: CF MX Hosting

2002-09-26 Thread Jillian Carroll
- From: Jillian Carroll [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 9:05 AM To: CF-Talk Subject: RE: Mildly OT: CF MX Hosting I just went to their site and I couldn't see where they offer CF hosting... I did a search for coldfusion and it produced no results

RE: Why ColdFusion?

2002-09-06 Thread Jillian Carroll
Look back into the archives (link below)... there has been significant talk on this subject. -Original Message- From: Drew Harris [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 8:40 AM To: CF-Talk Subject: Why ColdFusion? I am putting together a proposal for an

RE: Women programmers

2002-08-29 Thread Jillian Carroll
I've been programming for years... and I now work in a company of 5 women and 2 men (all programmers). But you are right... this is incredibly unusual! -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 9:39 AM To: CF-Talk Subject: Women

RE: Intellectual property (was RE: programmer vs. developer)

2002-08-29 Thread Jillian Carroll
The interesting question that your comment raises in my mind: If you are never truly 'off', you just aren't at your desk... If 'they' ever fought you on intellectual property, couldn't you retort with a rather hefty claim for overtime owed? heheh :) -- Jillian -Original Message-

RE: Intellectual property (was RE: programmer vs. developer)

2002-08-29 Thread Jillian Carroll
Re: no agreement, not bound That is really bad advice Matt. The laws still exist protecting intellectual property... I've had colleagues go to court with this very battle. -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 11:21 AM To:

RE: Intellectual property (was RE: programmer vs. developer)

2002-08-29 Thread Jillian Carroll
them know the law. :) -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 1:24 PM To: CF-Talk Subject: RE: Intellectual property (was RE: programmer vs. developer) Not if salaried -Original Message- From: Jillian Carroll [mailto

RE: CVS

2002-08-27 Thread Jillian Carroll
Unless he's wondering about Concurrent Versions System: CVS is the Concurrent Versions System, the dominant open-source network-transparent version control system. CVS is useful for everyone from individual developers to large, distributed teams: Its client-server access method lets developers

RE: CF vs. ASP

2002-08-26 Thread Jillian Carroll
My .02 is: If you 'put all your eggs in one basket' you lock yourself out of another potentially rewarding market: the website/application UPGRADE. People may have existing sites in .asp, .php, etc that are perfectly usable and functional... and they want to add functionality. If you only know

RE: thanks and sharing the bubbly

2002-08-19 Thread Jillian Carroll
Can you tell us about what it does? -Original Message- From: Cornillon, Matthieu [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 12:11 PM To: CF-Talk Subject: RE: thanks and sharing the bubbly Thanks for the requests for links, but I'm afraid I can't share: it's an Intranet

RE: Anyone On

2002-08-17 Thread Jillian Carroll
As my father always said, no rest for the wicked... :) -Original Message- From: Brian Thornton [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 17, 2002 5:37 PM To: CF-Talk Subject: Anyone On Anyone on today? __

RE: anyone having list troubles ?

2002-07-29 Thread Jillian Carroll
Yours :) -Original Message- From: Craig Thomas [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 9:52 AM To: CF-Talk Subject: anyone having list troubles ? Sorry for the OT post, but I seem to be receiving this list sporadically. The last post I received was from [EMAIL PROTECTED]

RE: Quick MCSE Certification options

2002-07-29 Thread Jillian Carroll
John, It is my experience from having taken the MCSE exams that if you have a large amount of hands-on work experience with the products... you can likely study on your own and pass the exams with little trouble. If you are only familiar with the software in a more general sense, you may want

RE: Quick Help

2002-07-25 Thread Jillian Carroll
If all you want is the index.html part of the path, I use this: ListLast(cgi.script_name,/) -Original Message- From: Chris Lofback [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 9:31 AM To: CF-Talk Subject: RE: Quick Help GetFileFromPath(CGI.SCRIPT_NAME) Chris Lofback Sr.

RE: Quick Help...

2002-07-24 Thread Jillian Carroll
Kris, cgi.script_name will do that for you -- Jillian -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 12:42 PM To: CF-Talk Subject: Quick Help... Can someone quick tell me how to grab just the page name from the browser... For example I

RE: Quick Help...

2002-07-24 Thread Jillian Carroll
I use this to grab 'just' the end: ListLast(cgi.script_name) -- Jillian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 12:54 PM To: CF-Talk Subject: Re: Quick Help... cgi.script_name -- problem is, it contains more than just the

RE: CF Web based interface for database manipulation?

2002-07-24 Thread Jillian Carroll
Which database? -Original Message- From: Steven A. del Sol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 3:26 PM To: CF-Talk Subject: Re: CF Web based interface for database manipulation? Does anyone know of a CF Web based interface for database manipulation? I would

Processing CF Code from a DB

2002-07-24 Thread Jillian Carroll
I've got a problem here... I am storing content in a database that is being retrieved when a visitor hits the page. 90% of the code is static, it is just the body of the page coming from the DB. WELL... I have a user that wants to store some CF code (in the form of an include) in the DB. When

RE: Processing CF Code from a DB

2002-07-24 Thread Jillian Carroll
. I can supply some code. Regards, Matthew Walker /* Easier, smarter forms: http://www.matthewwalker.net.nz/inform2 */ -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 July 2002 9:51 a.m. To: CF-Talk Subject: Processing CF

<    1   2