Invitation to connect on LinkedIn

2010-01-05 Thread Daniel Farmer
LinkedIn Daniel Farmer requested to add you as a connection on LinkedIn: -- James, I'd like to add you to my professional network on LinkedIn. - Daniel Accept invitation from Daniel Farmer http://www.linkedin.com/e

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 + -

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

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

CF Auction Tool?

2004-11-09 Thread Daniel Farmer
Does anyone know of a good auction tool written in CF that would also be customizable? I remember an add from the Coldfusion Developer's Journal that would sometimes appear on the inside front page, but can't remember the name.

errors on cf5 but not cf6.1

2004-11-07 Thread Daniel Farmer
The following code produces errors on CF 5, but not on 6.1 tr td bgcolor=dedede align=center width=33% style=height:50px; a href=###i# class=boxedText#i# - #session.arrQA[i][1]#/a /td td bgcolor=dedede align=center width=33% a href=###i+1#

Re: [cftalk] errors on cf5 but not cf6.1

2004-11-07 Thread Daniel Farmer
Thank you kind Sir. cheers Hi Daniel, This bit : addCart(#i+1#) on CF5 would have to be addCart(#evaluate(i+1)#) and anything similar. Regards, Dan. -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Sunday, November 07, 2004 15:08 To: CF-Talk Subject: [cftalk

Dreamweaver coding font

2004-11-07 Thread Daniel Farmer
I usually used Courier New on Homesite/coldfusion studio at 8pt, Funny thing is that the same font at the same size in dreamweaver is significantly different. Why is this? Anyone recommend a good font that looks good in DW at 8pt?

Re: Dreamweaver coding font

2004-11-07 Thread Daniel Farmer
I found some nice ones here... http://www.proggyfonts.com/index.php?menu=download ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

Regular Expression Help

2004-11-05 Thread Daniel Farmer
I'm searching a long string and looking for the value input type=hidden name=BV_SessionID value=any value here what kind of syntax would I use to grab the value of the above tag. ~| Special thanks to the CF Community Suite Gold

Re: Regular Expression Help

2004-11-05 Thread Daniel Farmer
Thanks Pascal... but I am having problems implementing cfset theval = #REFind('^.*input type=hidden name=BV_SessionID value=([^]*).*$',\1,)#, cfhttp.filecontent, startpos )# ~| Special thanks to the CF Community Suite Gold

Access column names

2004-10-29 Thread Daniel Farmer
I saw this question earlier, but I don't think it was answered. Is there a syntax that you can pass to a MS Access Db to get a list of column names for a particular table? ~| Protect your mail server with built in anti-virus

the best way?

2004-10-27 Thread Daniel Farmer
is there any such thing as the best way? ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=36 Message:

strange application page issue with CFC's

2004-10-26 Thread Daniel Farmer
odd, I'm getting a line of output that is in my application.cfm file ( a line from a cfscript block ) and its being output to the browser. Only happens when I invoke a cfc. any ideas? ~| Purchase from House of Fusion, a

Re: strange application page issue with CFC's

2004-10-26 Thread Daniel Farmer
with a form in it and the form/form tags output some blank lines to IE... I HATE that! -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 6:36 AM To: CF-Talk Subject: strange application page issue with CFC's odd, I'm getting a line of output

Accessing a query in an array

2004-10-26 Thread Daniel Farmer
I know that I should know this. but it escapes me at the moment. I need to access my 2nd array element ( which is a query object ). [1][1] = Some String [1][2] = Query Object How do I properly reference it for looping purposes?

Re: CF-Jobs-Talk: Digest every 8 hours

2004-10-20 Thread Daniel Farmer
I've had nothing but great fortune here in the UK so far ( as far as CF goes )... I agree with what someone else said about not thinking or dwelling on these types of articles too much... We have to create our own security. Daniel Farmer *** Macromedia

CF Certified Print Logos?

2004-10-12 Thread Daniel Farmer
I got the CD with the MX certified logos and all the print files (EPS). All have the extension .bin and NOT .eps or .tiff I tried converting the extensions to .eps / .jpg / .tif -- no work Does anyone else have this problem? [Todays Threads] [This Message] [Subscription] [Fast

Re: CF Certified Print Logos?

2004-10-12 Thread Daniel Farmer
All have the extension .bin and NOT .eps or .tiff Stab in the dark, are there equivalent .cue files (ie CD image files maybe)? nope, nothing. Just an icon.bin file [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CF / PHP Forum ?

2004-10-11 Thread Daniel Farmer
Looking to implement a public discussion forum... preferably free or low cost solution to plug into a client's site. Ease of setup is of course VERY important. Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: file name with no extensions

2004-10-07 Thread Daniel Farmer
Could you explain your reasoning or why you need to do this?Maybe there is a better solution? DF The reason is that management has placed an ad and has the add appearing as 'www.somepage.com/welcome' Does redirection work if you access the url directly (including the index.htm)?If so, then it

Re: file name with no extensions

2004-10-07 Thread Daniel Farmer
daniel is that you mean, or do you actually want a file with no extension called welcome, to be the file that is parsed and brought back to the browser by the cfmx server? Ideally that would be even better. But would probably work better as a virtual directory or something because I need it to

Re: file name with no extensions - SOLVED

2004-10-07 Thread Daniel Farmer
Ok, so the easiest way we did this. created a virtual directory named Welcome that points to the root. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: file name with no extensions

2004-10-06 Thread Daniel Farmer
I need the url that the user types in to be www.somesite/welcome not 'welcome/' or 'welcome/index.htm'. Is there any way to do this? And then direct the user to the real page It doesn't matter what happens after that, as long as the url initially appears as 'www.somesite/welcome'. I figure

file name with no extensions

2004-10-05 Thread Daniel Farmer
We have a request to create an opening page like so... Welcome with no extension. for example www.somesite.com/Welcome How is this done?.. something I've never tried. We need it setup so that when a client types in the above address they are taken to the right page. Thanks mates. [Todays

Re: Dreamweaver Templates..?

2004-10-02 Thread Daniel Farmer
Thanks Damien, I agree with you. Dreameaver templates are 100% dependent on the developer's system, that's where all the templating is done.The web server and visitor only see finished HTML. Personally I recommend using a server-side scripting language (CF, PHP, etc) to do your templating

Dreamweaver Templates..?

2004-10-01 Thread Daniel Farmer
I've never worked with them, so I have no idea how they work. I get the general idea, similar to include files ( like cfinclude etc ). But how do these Dreamweaver Templates work as far as the webserver is concerned? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

java class problem

2004-09-16 Thread Daniel Farmer
trying to load a java class via cfobject. The initial loading works fine ( ie creating the object instance )... but when I call a method then the server just shuts down. I've compiled and run the class from the command line, so I know it works. It's an odd error really... it's not the usual CF

Re: I HATE Technical Book Authors!!!!!!!!!!!!

2004-09-09 Thread Daniel Farmer
I actually prefer the now dead Adobe Livemotion 2.0 to flash. I didn't even need to read the manuals to create linked rollovers... it had a superior interface and scripting elemets imo. Too bad Adobe didn't make enough off it. now I'm left with dead software. [Todays Threads] [This Message]

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

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]

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: 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]

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: 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

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]

[ 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

[ 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

[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

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]

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

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

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]

CFX and Python?

2004-06-22 Thread Daniel Farmer
I know about creating CFX's with Java or C++, but can you create them with Python? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Client wants to add data from spreadsheets - HELP!

2004-06-13 Thread Daniel Farmer
I would design a custom web app for him to do it in. Try to get him to an all web based solution. Or even a client side vb/java/python etc application... - Original Message - From: Qasim Rasheed To: CF-Talk Sent: Sunday, June 13, 2004 3:46 PM Subject: RE: Client wants to add data from

Re: MySQL question

2004-06-08 Thread Daniel Farmer
If I were you, I would test/develop on the Linux machine right from the start. - Original Message - From: Eric Creese To: CF-Talk Sent: Tuesday, June 08, 2004 11:04 AM Subject: MySQL question Have a client who needs their app developed using MySQL. I have never used it before. Anyway

Re: MySQL question

2004-06-08 Thread Daniel Farmer
Yah I would use DB tool to connect with your MySQL ( I like Chili Source: SQL Console ) For all around multi-database use - Original Message - From: Jochem van Dieten To: CF-Talk Sent: Tuesday, June 08, 2004 12:24 PM Subject: Re: MySQL question Eric Creese wrote: Is there a user

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

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

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: 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]

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: 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

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]

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

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]

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

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

  1   2   >