easy dhtml menu

2004-02-06 Thread Daniel Farmer
I need to create a simple DHTML menu. Does anyone know of some good ones out there? I need to integrate it with my site, preferably it will use layers. ~~ Daniel Farmer Coldfusion Developer / Sales / Producer 613.284.1684 ~~ [Todays

content management system db schema

2004-02-09 Thread Daniel Farmer
Does anyone have a database schema that they could share with me for a content management system for a small to medium size website? I just need direction on how to go about setting up the tables etc... for links, content...etc ~~ Daniel Farmer Coldfusion Developer

checking for no date...

2004-02-12 Thread Daniel Farmer
* from estates where date_sold = '' ~~ Daniel Farmer Coldfusion Developer / Sales / Producer 613.284.1684 ~~ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

query help...

2004-02-17 Thread Daniel Farmer
This is my query... select * from estates where featured = 1 and [ I want to select the oldest date_modified field here ] ~~ Daniel Farmer Coldfusion Developer / Sales / Producer 613.284.1684 ~~ [Todays Threads] [This Message

Re: query help...

2004-02-17 Thread Daniel Farmer
estates where featured = 1 and date_modified=(select max(date_modified) from estates) Nick Han [EMAIL PROTECTED] 02/17/04 10:14AM This is my query... select * from estates where featured = 1 and [ I want to select the oldest date_modified field here ] ~~ Daniel

Re: query help...

2004-02-17 Thread Daniel Farmer
estates where featured = 1) maybe? -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 1:15 PM To: CF-Talk Subject: query help... This is my query... select * from estates where featured = 1 and [ I want to select the oldest date_modified

Re: query help...

2004-02-17 Thread Daniel Farmer
Farmer wrote: This is my query... select * from estates where featured = 1 and [ I want to select the oldest date_modified field here ] ~~ Daniel Farmer Coldfusion Developer / Sales / Producer 613.284.1684 [Todays Threads] [This Message] [Subscription

Re: query help...

2004-02-17 Thread Daniel Farmer
I think this has been the closest yet... but still no work. =( - Original Message - From: Philip Arnold To: CF-Talk Sent: Tuesday, February 17, 2004 2:04 PM Subject: RE: query help... select top 1 * from estates where featured = 1 Order by date_modified desc From: Daniel Farmer

Re: query help...[ SOLVED ]

2004-02-17 Thread Daniel Farmer
the whole query (if there's no sort of top syntax for your DB it'll work, even though it's not very resourceful) and just do cfoutput query=blah startrow=1 maxrows=1 and that would just output the first record. John Burns -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED

Re: ASP page using ColdFusion

2004-02-25 Thread Daniel Farmer
why not use an inline frame with the frame contents pointing to your cfm page? - Original Message - From: chad To: CF-Talk Sent: Wednesday, February 25, 2004 1:42 PM Subject: ASP page using ColdFusion I have a site done entirely in ASP (I am not the developer) and am taking it over to

isdefined ?

2004-12-08 Thread Daniel Farmer
Wondering wy my cfc is trying to evaluate arguments.street below. Element STREET is undefined in ARGUMENTS. cfif isdefined('arguments.street')'#arguments.street#', /cfif ~| Special thanks to the CF Community Suite Silver

isdefined function within cfcs?

2004-12-08 Thread Daniel Farmer
I'm not sure if being in a cfc has anything to do with it... but why are my cfc functions trying to evaluate street in this case below. Element STREET is undefined in ARGUMENTS. cfif isdefined('arguments.street')'#arguments.street#', /cfif Since the code between the cfif should only run if

inner join help

2005-01-15 Thread Daniel Farmer
I am getting a 'missing operator error below'. I don't know what operator its looking for. Server Msg: -3100, State: 42000, [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'auction_item_categories_sub5.category_id = auction_item_categories_sub4.id

pointing to cfcs from sub directories

2005-01-20 Thread Daniel Farmer
This may seem like a stupid question, so I apologize in advance for my ignorance. How can I point to cfcs when in a subdirectory? For example.. I want to go up one directory back and then into a cfc directory. I am in... root + - customTags + -

am I signed up?

2003-11-28 Thread Daniel Farmer
I have been getting the email from CF-Talk, but I've tried sending my own to the reply-to address provided with some of your emails, but I don't see my emails being posted. Right now, I'm posting from the houseoffusion site. See if that works. [Todays Threads] [This Message] [Subscription]

Re: Hiding an Email Address from harvesters

2003-12-18 Thread Daniel Farmer
How is a text file any easier to update than an application.cfm file? - Original Message - From: Samuel Neff To: CF-Talk Sent: Thursday, December 18, 2003 5:47 PM Subject: RE: Hiding an Email Address from harvesters You can do it in your application.cfm file.I did this on our blog

Re: Hiding an Email Address from harvesters

2003-12-18 Thread Daniel Farmer
-Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 5:51 PM To: CF-Talk Subject: Re: Hiding an Email Address from harvesters How is a text file any easier to update than an application.cfm file? - Original Message - From: Samuel Neff

Re: Joining the dark side - using DWMX

2003-12-19 Thread Daniel Farmer
I use HTML-Kit... A great little program ( and it's free ) You can download CF plugins, ASP, SQL plugins ETC I ain't going to shell out $300 for studio!!! http://www.chami.com/html-kit/ I found DWMX takes too long to load and hogs system resources. - Original Message - From:

Re: Joining the dark side - using DWMX

2003-12-19 Thread Daniel Farmer
I agree. I always enjoyed CF Studio. DW has always been a dissapointment to me. Althought MX is not bad. I do like the built in references. - Original Message - From: Tom Kitta To: CF-Talk Sent: Friday, December 19, 2003 11:36 AM Subject: RE: Joining the dark side - using DWMX CFS5

Re: Joining the dark side - using DWMX

2003-12-19 Thread Daniel Farmer
ALLAIRE RULES - Original Message - From: Dave Watts To: CF-Talk Sent: Friday, December 19, 2003 12:43 PM Subject: RE: Joining the dark side - using DWMX CFS5 Kicks DWMX ass anytime. It is faster and more stable. I don't care what hardware you are on - the bottom line is that

Re: Joining the dark side - using DWMX

2003-12-19 Thread Daniel Farmer
ALLAIRE FOREVER! - Original Message - From: Daniel Farmer To: CF-Talk Sent: Friday, December 19, 2003 12:38 PM Subject: Re: Joining the dark side - using DWMX ALLAIRE RULES - Original Message - From: Dave Watts To: CF-Talk Sent: Friday, December 19, 2003 12:43

Re: ISP friendly e-subscriber list

2003-12-19 Thread Daniel Farmer
good stuff to know, thanks - Original Message - From: Tangorre, Michael To: CF-Talk Sent: Friday, December 19, 2003 2:09 PM Subject: RE: ISP friendly e-subscriber list Dwayne, I was using a complicated routine of writing personalized emails with cffile, dumping the files into the

Re: Joining the dark side - using DWMX

2003-12-19 Thread Daniel Farmer
HHAHAHAHHAHAH - Original Message - From: Marlon Moyer To: CF-Talk Sent: Friday, December 19, 2003 2:36 PM Subject: Re: Joining the dark side - using DWMX If that's the case, I must be a better programmer than you, because I use jEdit.No sissy snippet functions for me.Hah!If I was

a query

2003-12-21 Thread Daniel Farmer
This will probably be simple, but I'm no sql master. I have three columns ID, TYPE, PAGENAME I want to select all items, group by type and order by id. ~~ Daniel Farmer Coldfusion Developer / Producer http://www.bernardclark.com/danfarmer.ca/ 613.284.1684

Re: a query

2003-12-21 Thread Daniel Farmer
-Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Sunday, December 21, 2003 2:43 PM To: CF-Talk Subject: a query This will probably be simple, but I'm no sql master. I have three columns ID, TYPE, PAGENAME I want to select all items, group by type and order by id

Re: a query

2003-12-21 Thread Daniel Farmer
[EMAIL PROTECTED] www.revolutionwebdesign.com rEvOlUtIoN wEb DeSiGn 410.334.6331 -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Sunday, December 21, 2003 5:47 PM To: CF-Talk Subject: Re: a query Tony, here is my code: CODE cfset thesql=select id, type, pagename

Re: Joining the dark side - using DWMX

2003-12-23 Thread Daniel Farmer
regarding ALLR stock. Dan -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 12:43 PM To: CF-Talk Subject: Re: Joining the dark side - using DWMX ALLAIRE FOREVER! - Original Message - From: Daniel Farmer To: CF-Talk Sent

Re: MACR Stock price?

2003-12-30 Thread Daniel Farmer
time for everyone to SHUT UP. - Original Message - From: Rick Root To: CF-Talk Sent: Tuesday, December 30, 2003 1:36 PM Subject: Re: MACR Stock price? Looks like someone took a silly response WAY to seriously =) Adam Wayne Lehman wrote: #1 Maybe you are right, but considering how

Re: OT- making a windows based app

2004-01-02 Thread Daniel Farmer
What about that Coldfusion on the desktop stuff that was on the list last month. that is another option too. I forget the name, but I remember it being about developing desktop apps with Coldfusion. I think it was Coral - Original Message - From: mayo To: CF-Talk Sent: Friday, January

FCKeditor - who uses it ?

2004-01-05 Thread Daniel Farmer
Having a problem with FCKeditor...for file uploading it calls the aspx page...anyone know how to fix this? ~~ Daniel Farmer Coldfusion Developer / Sales / Producer 613.284.1684 ~~ [Todays Threads] [This Message] [Subscription] [Fast

Re: CF / JavaScript question

2004-01-06 Thread Daniel Farmer
I'm not sure what you're doing here. But why not just put the select fields into a seperate templates and then call them as you need to? ( cfinclude ) - Original Message - From: Steve Logan To: CF-Talk Sent: Tuesday, January 06, 2004 2:49 PM Subject: CF / _javascript_ question I was

some errors...

2004-01-22 Thread Daniel Farmer
Code = 37000 (Syntax error or access violation) [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query _expression_ ~~ Daniel Farmer Coldfusion Developer / Sales / Producer 613.284.1684 ~~ [Todays Threads

Re: some errors...

2004-01-22 Thread Daniel Farmer
) [Microsoft][ODBC Microsoft Access Driver] System resource exceeded - Original Message - From: Jochem van Dieten To: CF-Talk Sent: Thursday, January 22, 2004 12:52 PM Subject: Re: some errors... Daniel Farmer said: I'm having a problem inserting code however when single quotes

Re: some errors...

2004-01-22 Thread Daniel Farmer
this is a variable. - Original Message - From: Jochem van Dieten To: CF-Talk Sent: Thursday, January 22, 2004 1:24 PM Subject: Re: some errors... Daniel Farmer said: Here's my code... I've never used this tag before... not sure exactly how it's used... I'm using some custom tags

Re: some errors...

2004-01-22 Thread Daniel Farmer
- Original Message - From: Daniel Farmer To: CF-Talk Sent: Thursday, January 22, 2004 10:30 AM Subject: Re: some errors... this is a variable. - Original Message - From: Jochem van Dieten To: CF-Talk Sent: Thursday, January 22, 2004 1:24 PM Subject: Re: some errors... Daniel

so what am I doing wrong?

2004-01-24 Thread Daniel Farmer
cfquery datasource=moteladam_moteladam_com update data set data = "" value=#form.EditorDefault# cfsqltype=cf_sql_varchar where nav_id = #form.nav_id# /cfquery ERROR ODBC Error Code = S1104 (Invalid precision value) [Microsoft][ODBC Microsoft Access Driver]Invalid precision value [Todays

Re: so what am I doing wrong?

2004-01-24 Thread Daniel Farmer
Jochem van Dieten To: CF-Talk Sent: Saturday, January 24, 2004 11:30 AM Subject: Re: so what am I doing wrong? Jochem van Dieten wrote: Daniel Farmer wrote: cfquery datasource=moteladam_moteladam_com update data set data = "" value=#form.EditorDefault# cfsqltype=cf_sql_v

Re: so what am I doing wrong?

2004-01-24 Thread Daniel Farmer
, And what is the definition of the field you are trying to update? - memo - Original Message - From: Jochem van Dieten To: CF-Talk Sent: Saturday, January 24, 2004 3:34 PM Subject: Re: so what am I doing wrong? Daniel Farmer wrote: a.. I gave the query a name and got the same error

Re: so what am I doing wrong?

2004-01-25 Thread Daniel Farmer
That did it. Thanks guys - Original Message - From: Robby L. To: CF-Talk Sent: Saturday, January 24, 2004 7:52 PM Subject: RE: so what am I doing wrong? And what is the definition of the field you are trying to update? - memo IIRC, cf_sql_longvarchar is the datatype you're looking

CF Developer moving to UK, Kent area...

2004-07-09 Thread Daniel Farmer
My wife and I will be moving to the Canterbury / Kent area in late August. I should be available for contracts/job offers early September. I'm currently scouting some companies as the moment, would appreciate any help through the list. Cheers [Todays Threads] [This Message] [Subscription]

https and includes...

2004-07-12 Thread Daniel Farmer
Hey All, I need to point the templates we have in the secure (https) section to the custom tags, include files and images on the normal directory on webserver. Just wondering what the most ideal setup would be. Since I do not know all the ins and outs of SSL in regards to setup on the same

FCKEditor

2004-07-16 Thread Daniel Farmer
Does anyone know how I can set this tool for text-only abilities? ( I wish to disable most of it's features ). [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

FCKEditor

2004-07-16 Thread Daniel Farmer
Does anyone know how I can set this tool for text-only abilities? ( I wish to disable most of it's features ). [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: FCKEditor [ solved ]

2004-07-16 Thread Daniel Farmer
apologies for the double posting and the spelling=) .. I found the answer here... TOOLBAR CUSTOMIZATION... https://sourceforge.net/docman/display_doc.php?docid=15940group_id=75348 - Original Message - From: Daniel Farmer To: CF-Talk Sent: Friday, July 16, 2004 10:57 AM Subject

Re: FCKEditor

2004-07-16 Thread Daniel Farmer
: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 9:58 AM To: CF-Talk Subject: FCKEditor Does anyone know how I can set this tool for text-only abilities? ( I wish to disable most of it's features ). _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

solutions for code resuse inside the cferror tags ...

2004-07-16 Thread Daniel Farmer
When setting the error types to validation and request what options are there as far as code reuse are available? What solutions or workarounds are out there? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: solutions for code resuse inside the cferror tags ...

2004-07-16 Thread Daniel Farmer
Thanks Dave, I did think about using cferror type=exception, was wondering if that was compatible under CF 5 - Original Message - From: Dave Watts To: CF-Talk Sent: Friday, July 16, 2004 1:35 PM Subject: RE: solutions for code resuse inside the cferror tags ... When setting the error

grabbing the id of an item just entered into DB

2004-07-26 Thread Daniel Farmer
Hi gang I remember hearing something a while back where someone wanted to grab the id of an item they just entered into the database all in one sql statement. Does anyone remember the sql for that? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

[mysql] alter column command...

2004-08-05 Thread Daniel Farmer
I have the following column orderbyvarchar(5) I want to change it to... orderby char(5) I've tried this sql but no luck ALTER TABLE slideshow ALTER COLUMN orderby char(5) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: [mysql] alter column command...

2004-08-05 Thread Daniel Farmer
:08 -0400, Daniel Farmer [EMAIL PROTECTED] wrote: I have the following column orderbyvarchar(5) I want to change it to... orderby char(5) I've tried this sql but no luck ALTER TABLE slideshow ALTER COLUMN orderby char(5) [Todays Threads] [This Message] [Subscription

Re: [mysql] alter column command...

2004-08-05 Thread Daniel Farmer
indicate a number/integer? Why not alter the table and make it a numeric field type instead? Aaron - Original Message - From: Daniel Farmer To: CF-Talk Sent: Friday, August 06, 2004 8:05 AM Subject: Re: [mysql] alter column command... The problem I was having is in ordering the orderby

Re: [mysql] alter column command...solved

2004-08-05 Thread Daniel Farmer
a larger size if you're going to have numbers outside that range. alter table slideshow modify column orderby tinyint unsigned not null; cheers, barneyb On Thu, 5 Aug 2004 18:36:38 -0400, Daniel Farmer [EMAIL PROTECTED] wrote: that's what I was trying to do in changing the varchar to char ( see early

[ HTML-Kit ] Users, new CFMX plugin

2004-08-10 Thread Daniel Farmer
Just wanted to share this with the cf community. I've created a plugin for HTML kit that includes all the common CFMX6.1 tags and functions...it's basically a new version of the current plugin mgColdfusion, but updated for CFMX 6.1. Enjoy! http://www.chami.com/html%2Dkit/plugins/info/dfcfmx/

Re: [ HTML-Kit ] Users, new CFMX plugin

2004-08-10 Thread Daniel Farmer
I had the opposite experience myself. It's very much lightweight, loads fast... and is VERY well supported by open source developers. All kinds of free plugins available for just about any language out there too and best of all it's free. On Aug 10, 2004, at 3:34 PM, Dan O'Keefe wrote: is

[ flash and javacript ] - div problem...

2004-08-15 Thread Daniel Farmer
I'm having a problem with my _javascript_ popup menu rollovers when they have to pop up and over a flash object. If I put an image in the .swf file's place, the rollover works fine. Anyone else experience this? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

[ cffile ] trouble...

2004-08-15 Thread Daniel Farmer
getting the following error, not sure what to make of it. Error processing CFFILEP Error attempting to save uploaded file to path '\\*mydomain*\public\admin\userimages.' Access is denied. (error 5) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: [ flash and javacript ] - div problem...

2004-08-15 Thread Daniel Farmer
Yes, thanks all for responding. I tried the wmode = 'transparent' ( in the object tag ) and that didn't work. =(. The DHTML menus still appear BEHIND the flash object. I also tried playing with z-index, again with no luck. What are some other options here? I'm curious about suppressing the

[ iis / mozilla-firefox ] setting up a testing machine

2004-08-15 Thread Daniel Farmer
I'm using my laptop as a development machine and I'm testing applications through the localhost. ( using IIS5 configured for cfm, asp, .net, php ) Mozilla ( Firefox ) - keeps asking for username and password credentials whereas IE does not. Does anyone know of any workarounds or at the very

website archiving technologies?

2004-08-16 Thread Daniel Farmer
Anyone aware of anything? ... unfortunatley I do not have any project specs, and am just fishing for some general information on what others have used with some success. Thanks in advance... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Re: [ flash and javacript ] - div problem...

2004-08-16 Thread Daniel Farmer
I think the visibility of the movie, or the div it's contained in, may stop the movie from playing. Well I had a chance to look at all this and as it turns out that the visbility settings have no impact whatsoever on the playing of the flash movie. It will still run regardless of the visibility

Re: ot: javascript question

2004-08-16 Thread Daniel Farmer
Because your needs are so specific. I think you're going to have to create your own JS Functions that will prevent these select menus from displaying certain values. It's too complex to do it inline like that. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: website archiving technologies?

2004-08-16 Thread Daniel Farmer
Cool, I hadn't considered that. The only rain cloud with that method is that this is a hosted environment. But I will look into that. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Best way to redirect .htm pages to .cfm?

2004-08-16 Thread Daniel Farmer
script language=_javascript_ document.location.href = ""> /script [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Best way to redirect .htm pages to .cfm?

2004-08-17 Thread Daniel Farmer
what about virtual directories?, could they be used for this purpose? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

archiving or saving database state...

2004-08-17 Thread Daniel Farmer
OK, I'm not sure what the best way to go about doing this, but I need to save the state of a hosted DB, and then use that for archiving the website purposes. The archived states needs to be accessible as if it were a live site. I've thought of different ways of going about this. Everything from

Book Review [ Java for Coldfusion Developers ]

2004-08-22 Thread Daniel Farmer
I'm looking to getting into the OOP side of things... and was wondering if this would be a good place to start. I've read some of that authors other books ( a coldfusion 5 title ) and really enjoyed the author. If you have the book, how was it? good place to start for Java? [Todays Threads]

Re: Book Review [ Java for Coldfusion Developers ]

2004-08-23 Thread Daniel Farmer
thanks for your comments guys [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

any issues with XP sp2 on your CF development machine?

2004-09-06 Thread Daniel Farmer
so what is the consensus on this new update? I've configured my laptop perfectly for development testing. Should I upgrade to sp2? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: any issues with XP sp2 on your CF development machine?

2004-09-07 Thread Daniel Farmer
I've got a similar setup... IIS running CFMX6.1 / asp/asp.net /php / mysql. so I'm hoping I won't have any problems with SP2 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: any issues with XP sp2 on your CF development machine?

2004-09-07 Thread Daniel Farmer
I've got a similar setup... IIS running CFMX6.1 / asp/asp.net /php / mysql. so I'm hoping I won't have any problems with SP2 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: any issues with XP sp2 on your CF development machine?

2004-09-08 Thread Daniel Farmer
I didn't like the SP2 install. First it reinstalled msn messenger ( after all the work I went through to remove it from the OS ). Then my IIS manager wasn't working... nor was the web server working itself. I'm running XPHome [Todays Threads] [This Message] [Subscription] [Fast

CF sending data to a local printer?

2004-05-10 Thread Daniel Farmer
It's been requested that I create this form that when gets submitted sends the content to a printer ( in the persons place of business ). I've never done anything like that before. Was wondering if it was even possible. Thanks [Todays Threads] [This Message] [Subscription] [Fast

Re: CF sending data to a local printer?

2004-05-10 Thread Daniel Farmer
or a client side Java applet.Trust me.We tried.The closest you can get is something like doing a body onload() event in _javascript_ and have it call the print() function; this would bring up the print applet, so it would require the user to click the print button. Pete Daniel Farmer wrote: It's

Re: CF sending data to a local printer?

2004-05-10 Thread Daniel Farmer
this method for one of our applications. Pete Daniel Farmer wrote: You mean an applet that is always on, always running right? and checks for print alerts? - Original Message - From: Pete Ruckelshaus - CFList To: CF-Talk Sent: Monday, May 10, 2004 2:24 PM Subject: Re: CF sending data

Re: CF sending data to a local printer?

2004-05-10 Thread Daniel Farmer
this method for one of our applications. Pete Daniel Farmer wrote: You mean an applet that is always on, always running right? and checks for print alerts? - Original Message - From: Pete Ruckelshaus - CFList To: CF-Talk Sent: Monday, May 10, 2004 2:24 PM Subject: Re: CF sending data

Re: CF sending data to a local printer?

2004-05-10 Thread Daniel Farmer
ent in _javascript_ and have it call the print() function; this would bring up the print applet, so it would require the user to click the print button. Pete Daniel Farmer wrote: It's been requested that I create this form that when gets submitted sends the content to a printer ( in the pers

sending fax with coldfusion

2004-05-08 Thread Daniel Farmer
Has anyone done this? what options do I have? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Me again : about that printing thing from a web form

2004-05-22 Thread Daniel Farmer
Would something like this be easier done in Java or VB. Which would be the easiest path / worth it in the long run to learn? Author: Gonzo Rock Short Link: http://www.houseoffusion.com/lists.cfm/link=m:4:32408:162758 My guess here is that you envision someone on the internet is browsing a web

vb.net email list like cf-talk

2004-05-23 Thread Daniel Farmer
anyone know of any good vb.net email lists ? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFMX Certification

2004-05-24 Thread Daniel Farmer
I don't have the links anymore... but do a google search. There are a few good tests you can buy that can really prepare you well for certification... - Original Message - From: vishnu prasad To: CF-Talk Sent: Monday, May 24, 2004 2:34 AM Subject: CFMX Certification HI i am

Re: ugly truth

2004-05-30 Thread Daniel Farmer
Agreed. Access might just very well be good enough. - Original Message - From: Jochem van Dieten To: CF-Talk Sent: Sunday, May 30, 2004 9:05 AM Subject: Re: ugly truth Chunshen (Don) Li wrote: Client wants to run 30 concurrent users testing/training. Lets suppose those 30 users each

Re: How do I track

2004-05-30 Thread Daniel Farmer
you could set a session variable... cfset session.timeFirstView = Now() Then on an unload _javascript_ event...to detect when the page is left and have that trigger a second Now() CF function, then you'd have the start and end time. - Original Message - From: JT To: CF-Talk Sent:

Re: ugly truth

2004-05-30 Thread Daniel Farmer
I say take them off the unix servers and install an asp emulator module on your Windows 3.1 server. - Original Message - From: Chunshen (Don) Li To: CF-Talk Sent: Sunday, May 30, 2004 3:52 PM Subject: Re: ugly truth READ the original post FIRST before you respond! 256 MB RAM but it's

Re: DSN Connection issue

2004-05-30 Thread Daniel Farmer
Did you create a datasource in the ODBC admin console? - Original Message - From: Eric Creese To: CF-Talk Sent: Sunday, May 30, 2004 3:48 PM Subject: DSN Connection issue I just put SQL Server 2000(Developer) on my development machine that is running CFMX. I am trying to set up a

Re: DSN Connection issue

2004-05-30 Thread Daniel Farmer
Message - From: Daniel Farmer To: CF-Talk Sent: Sunday, May 30, 2004 3:00 PM Subject: Re: DSN Connection issue Did you create a datasource in the ODBC admin console? - Original Message - From: Eric Creese To: CF-Talk Sent: Sunday, May 30, 2004 3:48 PM Subject: DSN Connection

Re: DSN Connection issue

2004-05-30 Thread Daniel Farmer
BLAH AT ! - Original Message - From: Eric Creese To: CF-Talk Sent: Sunday, May 30, 2004 4:10 PM Subject: Re: DSN Connection issue nope why would i do that? I have never done that before? Even on my live server - Original Message - From: Daniel Farmer To: CF-Talk Sent

Re: DSN Connection issue

2004-05-30 Thread Daniel Farmer
? - Original Message - From: Daniel Farmer To: CF-Talk Sent: Sunday, May 30, 2004 3:11 PM Subject: Re: DSN Connection issue BLAH AT ! - Original Message - From: Eric Creese To: CF-Talk Sent: Sunday, May 30, 2004 4:10 PM Subject: Re: DSN Connection issue nope why would i do that? I

Re: DSN Connection issue

2004-05-30 Thread Daniel Farmer
- Original Message - From: Daniel Farmer To: CF-Talk Sent: Sunday, May 30, 2004 3:11 PM Subject: Re: DSN Connection issue BLAH AT ! - Original Message - From: Eric Creese To: CF-Talk Sent: Sunday, May 30, 2004 4:10 PM Subject: Re: DSN Connection issue nope why would i do

Re: How do I track

2004-05-31 Thread Daniel Farmer
You are mixing _javascript_ (client side) and CF (server side) here. This simply won't work. I've mixed the two technologies before with no problems. - Original Message - From: JT To: CF-Talk Sent: Monday, May 31, 2004 9:38 AM Subject: RE: How do I track Thanks, I got it working

Re: How do I track

2004-05-31 Thread Daniel Farmer
, this is impossible! -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: maandag 31 mei 2004 15:51 To: CF-Talk Subject: Re: How do I track You are mixing _javascript_ (client side) and CF (server side) here. This simply won't work. I've mixed the two technologies

Re: calling on Flash to create a file

2004-05-31 Thread Daniel Farmer
What about calling a custom VB application or using WSH ( running on the server ) to create your file? - Original Message - From: Frank Dewey To: CF-Talk Sent: Monday, May 31, 2004 12:26 PM Subject: RE: calling on Flash to create a file That's a valid reason to consider... I will be

Re: calling on Flash to create a file

2004-05-31 Thread Daniel Farmer
in the sibling frame.I am using: getURL(text.cfm?id=+dragID,_top.text) Do you know what I am doing wrong? thanx - Frank From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 11:32 AM To: CF-Talk Subject: Re: calling on Flash to create a file

Anyone using Coral?

2004-05-31 Thread Daniel Farmer
if anyone is or has used this technology I would be interested in hearing what you used it for, and your experience with it. Thanks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

database error when using cfqueryparam

2004-06-01 Thread Daniel Farmer
Having trouble figuring out what is causing this error ERROR MERANT][ODBC SQL Server Driver][SQL Server]The name 'bio_f' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted. SQL = INSERT INTO team ( member_name,

Re: database error when using cfqueryparam

2004-06-01 Thread Daniel Farmer
hehe thanks guys for ALL the answers hehe - Original Message - From: Daniel Farmer To: CF-Talk Sent: Tuesday, June 01, 2004 2:08 PM Subject: database error when using cfqueryparam Having trouble figuring out what is causing this error ERROR MERANT][ODBC SQL Server Driver][SQL

javascript window question

2004-06-01 Thread Daniel Farmer
1st page == I'm opening a window with one page... using window open. works fine. doit = window.open('loading.cfm', 'winloading', 'width=200, height=50, resizable=no, scrollbars=no' ); 2nd Page == Trying to close that opened window from another page. winloading.close(); [Todays Threads]

Re: Adding a timestamp to images

2004-06-02 Thread Daniel Farmer
And that is more valuable than money - Original Message - From: Marlon Moyer To: CF-Talk Sent: Wednesday, June 02, 2004 10:08 AM Subject: Re: Adding a timestamp to images As a follow-up.The DRK 4 has a cf wrapper to the Java Advanced Image api in it that does exactly what I was wanting

which prog language would be the best choice for ...

2004-06-07 Thread Daniel Farmer
What programming language would be best for this type of application? I'm looking at Visual Basic 6, VB.net, Java or C++ Requirements == Wide Distrubution ( ie. the most platforms possible ) Medium Learning Curve. End User ease of use. ( Good UI ) Desktop performance not a big issue as

Re: which prog language would be the best choice for ...

2004-06-07 Thread Daniel Farmer
slow and feel clunky unless you're experienced working with them. VB6 is pretty much right out of the question is platform portability is a requirement, but it's REALLY easy to learn.I generally use VB6 to prototype my C programs.It's great for that. -Original Message- From: Daniel Farmer

Re: which prog language would be the best choice for ...

2004-06-07 Thread Daniel Farmer
, I'd sure like to hear about it! HTH Dick On Jun 7, 2004, at 8:45 AM, Daniel Farmer wrote: What programming language would be best for this type of application? I'm looking at Visual Basic 6, VB.net, Java or C++ Requirements == Wide Distrubution ( ie. the most platforms possible

  1   2   >