Job Opportunity in Baltimore Area

2002-09-10 Thread Jeanne Sarfaty Glazer
Hey Fellow CF Developers, If any of you are in the Baltimore and are looking for a really great place to work, my company is looking for both Senior Java and Senior ColdFusion Developers. Anyone who’s interested in submitting a resume (or who just wants to find out more) is welcome to contact

Re: CF + Flash

2001-05-17 Thread Jeanne Sarfaty Glazer
Does anyone have any working example sites of a Flash website with a CF backend. I would be interested to see what is being developed using Flash + CF. www.sydneyphototour.com www.italyphototour.com These sites are amazing. A former co-worker of mine made them and did a stunning job. - -

Re: cfm-resources?

2001-05-13 Thread Jeanne Sarfaty Glazer
Check out www.cybersmarts.net They offer very inexpensive CF/ASP/Perl hosting (10 domains for $49.95) They host 5 domains for me (I only pay $25/mo) and I've been very happy with their customer service. The only bummer is that they only offer Access databases but it works just fine for me since

Re: ADA Section 508 Accessibility and CF tags

2001-05-03 Thread Jeanne Sarfaty Glazer
Hi Bonnie, Our Maryland CFUG hosted a talk given by Jon Brundage, on 508 requirements at our last meeting. You can view his presentation under April 10, 2000: http://www.cfug-md.org/meetings.cfm I don't recall whether he touched on specific CFM tags, but it might be of some help. Best, - - -

Re: custom tag for a progress meter

2001-05-02 Thread Jeanne Sarfaty Glazer
-Original Message- From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 3:25 AM To: CF-Talk Subject: Re: custom tag for a progress meter http://www.GoshDamnit.com/CF_ProgressBar.zip ~~ Structure your

SOT: Data Encryption w/ SQL Server 2000

2001-05-02 Thread Jeanne Sarfaty Glazer
Hi Folks, I'm on a project where the client is using SQL Server 2000 and wants to use the *database* to encrypt sensitive information (e.g. credit card numbers). Now I know I can find a CF encryption routine to encrypt the data before it gets to the database and decrypt it after it's read from

test

2001-05-02 Thread Jeanne Sarfaty Glazer
test (i've not received a single post this afternoon) - - - Jeanne ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: custom tag for a progress meter

2001-05-01 Thread Jeanne Sarfaty Glazer
http://www.GoshDamnit.com/CF_ProgressBar.zip Best, - - - Jeanne - Original Message - From: Brad Comer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 01, 2001 2:10 PM Subject: custom tag for a progress meter I know there is a custom tag that will show a progress

Re: Row Color

2001-04-26 Thread Jeanne Sarfaty Glazer
Here's one way: TABLE CFSET bgcolor=ff !--- this is your starting color --- CFOUTPUT query=myQuery TR bgcolor=#bgcolor# TD#myData#TD /TR CFIF bgcolor=ff !--- if bgcolor is equal to your starting color --- CFSET bgcolor=fefefe !--- set bgcolor to your

Multiple Inputs (was Re: Textbox validation)

2001-03-23 Thread Jeanne Sarfaty Glazer
Will, Have you considered treating the textbox string as a list, breaking it apart for your query (in your example) "bass" OR "guitar" OR "other list item". This way you can allow your users to enter multiple words. The part I'm not sure about is how my example below affects performance

Re: Multiple Inputs (Fixed a Mistake!)

2001-03-23 Thread Jeanne Sarfaty Glazer
ot; CFELSE CFSET SearchFormat = "#SearchFormat#" " OR myColName = """ "#SearchArr[x]#""" /CFIF /CFLOOP CFQUERY ... SELECT blah1, blah2, blah3 FROM myTable WHERE #SearchFormat# /CFQUERY From: "Jeanne Sarfaty Glazer&quo

Database Modeling

2001-03-19 Thread Jeanne Sarfaty Glazer
Hi Everyone, Once again, I seem to be the master of non-CF posts. I promise it won't always by so! :-) It turns out my Developer Role needs to be expanded into the DB arena. I'm looking for recommendations on good structured courses that teach database modeling and administration.

Javascript Back (was Re: Form Fields cleared on Back)

2001-03-14 Thread Jeanne Sarfaty Glazer
Just curious, is there a way to reference the browser's "Back" button to determine whether it has been clicked using Javascript? - - - Jeanne (who wonders why all of her questions on this CF list seem to be about Javascript) From: "Joseph Thompson" [EMAIL PROTECTED] Reply-To: [EMAIL

Javascript IsDefined

2001-03-13 Thread Jeanne Sarfaty Glazer
Hi Folks, What is the Javascript equivalent to the Cold Fusion IsDefined function? (or does one even exist?!) TIA, - - - Jeanne ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: (yet another) Javascript Question

2001-03-05 Thread Jeanne Sarfaty Glazer
m. else if (ctrl.value 1) { alert("Please enter a valid fleet size."); david -Original Message- From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 11:10 AM To: CF-Talk Subject: (yet another) Javascript Question Hi Fo

RE: (yet another) Javascript Question (thanks)

2001-03-05 Thread Jeanne Sarfaty Glazer
m. else if (ctrl.value 1) { alert("Please enter a valid fleet size."); david -Original Message- From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 11:10 AM To: CF-Talk Subject: (yet another) Javascript Question Hi Fo

(yet another) Javascript Question

2001-03-02 Thread Jeanne Sarfaty Glazer
Hi Folks, If there's a more appropriate place to ask this question, please let me know - this list is so incredibly high volume,I'd hate to be erroneously contributing to it when I should send my question elsewhere. With that said: I'm doing Javascript validation and having trouble getting

RE: CF and Javascript Form Question

2001-02-21 Thread Jeanne Sarfaty Glazer
ify the system manager. ****** -Original Message- From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]] Sent: 20 February 2001 22:33 To: CF-Talk Subject: CF and Javascript Form Question Hi Everyone,

CF and Javascript Form Question

2001-02-20 Thread Jeanne Sarfaty Glazer
Hi Everyone, I have a form that contains fields for both General Contact Info and Billing Contact Info. After the user fills in their General Contact Info, they can click a checkbox called "Same Billing Info" which Prepopulates all of the billing fields w/ the associated General Contact

Re: Content Management software which works with CF

2001-01-23 Thread Jeanne Sarfaty Glazer
I have heard mixed (leaning to bad) review of Spectra. I have had a decent experience w/ a product called "Commonspot" which is made by a company called "Paperthin" (http://www.paperthin.com) it has its kinks too, but is much less expensive than Spectra. - - - Jeanne From: Andrea Benton

CFINCLUDE-ish question

2001-01-22 Thread Jeanne Sarfaty Glazer
Does anyone know if there is a CFINCLUDE-like tag (custom or otherwise) that allows for the use of physical paths? I am looking to bring in information from an outside site without resorting to frames. Thanks, - - - Jeanne http://www.jeannegrrl.com

Re: UPDATE on a MS Access Database

2000-12-01 Thread Jeanne Sarfaty Glazer
Actually the problem is with your CFOUTPUTs You don't need them within CFQUERY Try this: cfquery name="addtoCJM" datasource="CJM.mdb" dbtype="ODBC" UPDATE JobInfoUpload SET CheckedOut = 'Yes', CheckedOutBy = #InSol.Name# Where JobInfoUpload.FileID =

Re: SQL 7.0 Question

2000-11-30 Thread Jeanne Sarfaty Glazer
I believe the SQL should read: DELETE from auction_records where auction_id='#id#' and userid='#userid#' (minus the *) - - - Jeanne - Original Message - From: "ibtoad" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, November 30, 2000 11:11 AM Subject: SQL 7.0 Question

Re: HTML CFMAIL

2000-11-27 Thread Jeanne Sarfaty Glazer
Nope. You just have to make sure the html attribute is set: e.g. CFMAIL type="html" - - - Jeanne - Original Message - From: "paul smith" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 27, 2000 5:02 PM Subject: HTML CFMAIL Do we need to do anything special