(Easy SQL)

2001-04-16 Thread Eric Dawson
I have a member table which contains userid, signup_datetime I want to create a daily summary of registrations. select signup_datetime as justDatenotTime,count(userID) as NewMembers from membertable group by justDatenotTime == * == I know this has to be simple, but I can't find the syntax. How

RE: (Easy SQL)

2001-04-16 Thread Eric Dawson
t Allaire Certified ColdFusion Developer www.red-omega.com http://www.red-omega.com Pepsi's "Come Alive With the Pepsi Generation" translated into "Pepsi Brings Your Ancestors Back From the Grave" in Chinese. -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]]

Re: html2pdf more

2001-04-18 Thread Eric Dawson
I installed the binaries and haven't had any problems. Eric From: "MIKE GEORGE" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: html2pdf more Date: Wed, 18 Apr 2001 06:41:07 -0400 Thanks for the input, but one more question, I noticed in the documentation

ifs inside a select inside a Stored Procedure

2001-04-19 Thread Eric Dawson
I want to do this but can't seem to find the right syntax. I am sure Alter Procedure [_process Daily Page Views] As Insert into [processPageViews] (CSTLogDate,CSTLogHour,TrafficOrigin) ( SELECT logdate as CSTlogdate, datepart(hour,logtime) as CSTLogHour, if [c-ip]='xxx.xxx.xxx.xxx'

RE: WARNING: PCAnywhere

2001-04-22 Thread Eric Dawson
i use VNC. does the job plenty well. From: "John McKown" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: WARNING: PCAnywhere Date: Sat, 21 Apr 2001 20:29:53 -0400 Try using VNC (http://www.uk.research.att.com/vnc/). It is a java-based program that was

RE: Offline forms

2001-04-23 Thread Eric Dawson
pdf form maybe. post to web server for processing. From: Terry Bader [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Offline forms Date: Mon, 23 Apr 2001 10:41:06 -0400 that wont work because the person is working offline, thusly no CF server to process

Re: caller scope

2001-04-24 Thread Eric Dawson
hmm I think I've done cfquery query=qry /cfquery cfset caller.qry=qry Eric From: Bryan LaPlante [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: caller scope Date: Tue, 24 Apr 2001 08:15:31 -0500 Going nuts friends, I could swear that I have used this

RE: Character code for a TAB

2001-04-24 Thread Eric Dawson
I think we gotta sort this out somehow... :) the answer is list speed. From: Dylan Bromby [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Character code for a TAB Date: Tue, 24 Apr 2001 06:28:12 -0700 yes, we should definitely cut down on the amount of

Re: Session implementation

2001-04-25 Thread Eric Dawson
elucidate? http://www.dictionary.com/wordoftheday/archive/2000/03/11.html From: Joshua Meekhof [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Session implementation Date: Tue, 24 Apr 2001 16:13:04 -0500 Oh great one, please elucidate me. Cameron

(OT:ASP) State / Session Management on ASP

2001-04-25 Thread Eric Dawson
so this guy says to me it will take 10 days development to build a session management addition to be able to have sessions traverse multiple servers which connect to a backend SQL server database. Correct me where I am wrong. CF does this natively, and also there are addons to do this as

Re: Report

2001-04-27 Thread Eric Dawson
select datepart(q,somedate) as quarter,sum(qty),sum(amt) from sometable group by datepart(q,somedate) Should give you a quarterly summary table I I understand the question . Eric From: Dave [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re:

Re: Report

2001-04-27 Thread Eric Dawson
an error. Is datepart is some thing wich could be used in SQL. Please help.. Shally. --- Eric Dawson [EMAIL PROTECTED] wrote: select datepart(q,somedate) as quarter,sum(qty),sum(amt) from sometable group by datepart(q,somedate) Should give you a quarterly summary table I I understand

Re: Using Excel COM Object without installing Excel

2001-04-27 Thread Eric Dawson
or create an HTML file and set the mime type to excel. (works pretty slick). From: Dave Hannum [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Using Excel COM Object without installing Excel Date: Fri, 27 Apr 2001 11:24:13 -0400 Are you wanting to

Re: New CF5 Partner Hosting License

2001-04-27 Thread Eric Dawson
I am trying to find the Zope by May 1 From: Chris Colón [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: New CF5 Partner Hosting License Date: Fri, 27 Apr 2001 13:51:38 -0700 'is there any book called PHP by April30th??' - lol A couple folks have asked

Re: Getting current page name.

2001-04-28 Thread Eric Dawson
I use this snippet cfset templatename = right(CGI.path_info,find(/,reverse(CGI.Path_Info))-1) Can anyone provide a simple way of achiving this? CF server 4.5. Thank you. Jeff Davis ~~ Structure your ColdFusion code with Fusebox. Get

(licensing): Monthly Subscriptions

2001-04-29 Thread Eric Dawson
while your listening. I would jump at a monthly subscription (ie no purchase) in a flash ... From: Erika L Walker [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Hosting Service Provider Edition Eliminated Date: Sun, 29 Apr 2001 19:54:45 -0400 Jeff,

ASP to Print (Quark?)

2001-05-02 Thread Eric Dawson
We have a Member driven website that has a need for making some of the member created content available to newspapers and the like. Specifically community sports standings to be published in their respective community newspapers. Is anyone familiar with transporting web data to print

RE: ASP to Print (Quark?)

2001-05-03 Thread Eric Dawson
I think application servers are great tools because they can collect information from a variety of sources: backend systems, email, voice portals, WAP, www, etc, and prepare information for distribution via many channels fax, voice (outbound/interactive), print, www/wap, email, backend

GRRRR Claris Works 5.0 DB

2001-05-08 Thread Eric Dawson
G Claris Works 5.0 DB I have a Claris Works 5DB, and need to convert to anything useful in the W2K/Office 2000 World. ideas? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Re: OT: Re: GRRRR Claris Works 5.0 DB

2001-05-08 Thread Eric Dawson
Daniels [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: OT: Re: G Claris Works 5.0 DB Date: Tue, 08 May 2001 09:52:57 -0400 On 5/8/01 9:47 AM Eric Dawson wrote: G Claris Works 5.0 DB I have a Claris Works 5DB, and need to convert to anything useful

Re: CF-driven In-browser HTML editor

2001-05-18 Thread Eric Dawson
i am using ezedit - I'll send you my code. very very basic implementation - but good enough for my paltry standards. Eric From: [EMAIL PROTECTED] (Jason Blum) Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: CF-driven In-browser HTML editor Date: Fri, 18 May 2001 09:12:17

RE: CF-driven In-browser HTML editor

2001-05-19 Thread Eric Dawson
what's the tweak for ie 6? From: Alii Design [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: CF-driven In-browser HTML editor Date: Fri, 18 May 2001 18:41:04 -0400 Works great with IE 5. It doesn't work with Netscape and you had to tweak it a little to

Weather Icons: I need some

2001-05-20 Thread Eric Dawson
I need some weather icons, does anyone know of a place to grab them? Eric ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Eric Dawson
to... Eric From: Zac [EMAIL PROTECTED] Subject: OT: Re: Weather Icons: I need some Date: Sun, 20 May 2001 13:40:53 -0700 Eric Dawson wrote: I need some weather icons, does anyone know of a place to grab them? Or perhaps a more appropriate place to post questions about them? This doesn't appear

Re: SLightly OT - a time formula

2001-05-22 Thread Eric Dawson
not sure of CF syntax, but it is: int(totalminutes/60):mod(totalminutes,60) Example: 400 minutes int(400/60) = int(6.666) = 6 mod(400,60) = 40 answer= 6:40 Eric From: Will Swain [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: SLightly OT - a time formula

Re: stripping output from Custom Tag

2000-10-22 Thread Eric Dawson
this what i do to play with encrypted custom tag output. == index.cfm cf__parseoutput cfmodule template="sometemplate.cfm" /cf__parseoutput cfoutputcontent/cfoutput == end == _parseoutput == CFIF ThisTag.ExecutionMode is 'end' cfset caller.content = ThisTag.GeneratedContent CFSET

Re: Runtime - Solutions

2000-11-01 Thread Eric Dawson
When you pay $1000+ for CF Pro you are buying the rights to use this on a server for thousands of users Are you going to get that kind of performance out of cf pro, or is performance more of an issue with the hardware? Eric

Re: CFLDAP and EXCHANGE

2000-11-07 Thread Eric Dawson
moderately successful. email me off list at [EMAIL PROTECTED] and I'll see if I can't help. Eric From: Eric Fickes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: CFLDAP and EXCHANGE Date: Tue, 7 Nov 2000 01:11:45 -0500 Hello all, anybody out there been

(SQL) What is the proper way to do this?

2000-11-08 Thread Eric Dawson
A Sports Standings query. Just using access for now. but basically I am using 4 access queries to accomplish my standings calculation 1.) Calculate TeamName W L Pts GF GA for home games 2.) Calculate TeamName W L Pts GF GA for visitors 3.) Union the two tables 4.) Summarize and sort. I am

RE: intranet apps

2000-11-10 Thread Eric Dawson
how about an opensource initiative? I'll give all my crappy code. and if I have time (gl) I'll even organize it. Eric From: Paul Ihrig [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: intranet apps Date: Fri, 10 Nov 2000 07:38:05 -0500 i have a

Re: Hello. I'm looking for talented Photojournalists and Videographers. The event will be in

2000-11-10 Thread Eric Dawson
the message header make reference to retirement gift. E From: Peter Theobald [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Hello. I'm looking for talented Photojournalists and Videographers. The event will be in Date: Fri, 10 Nov 2000 11:05:53

Re: Sorry about this Message..

2000-11-10 Thread Eric Dawson
watch for the wrapping address line From: "S R" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Sorry about this Message.. Date: Fri, 10 Nov 2000 11:01:27 PST I get a 'document not found' error From: "Jeremy Toevs" [EMAIL PROTECTED] Reply-To: [EMAIL

Re: Re: DNS Administration

2000-11-14 Thread Eric Dawson
I am interested. regardless of platform. we have linux and win2k. although no cf on the linux box From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Re: DNS Administration Date: Tue, 14 Nov 2000 12:13:21 -0500 If you complete

Dumb question

2000-11-17 Thread Eric Dawson
what is the ascii code for a space? For netscape I need to replace spaces in the url to %20. what's the best approach? replace(space,"%20",) _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share

Re: Dumb question

2000-11-17 Thread Eric Dawson
b question Date: Fri, 17 Nov 2000 15:02:00 +0100 Isn't URLEncoded() a better solution? /Tage -- From: "Eric Dawson" [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Dumb question Date: fre 17 nov 2000 14.39 what is the ascii code for a space? For netscape I ne

Intranets and PCDOCs DocsOpen

2000-11-17 Thread Eric Dawson
http://www.hummingbird.com/products/dkm/csdm/open/index.html I am interested in learning how people are integrating PCDocs DocsOpen with Cold Fusion on an intranet. Specifically publishing links to documents on the intranet. ie a news article application that allows for related Document links

RE: Is this possible w/CF??? (thinking aloud)

2000-11-20 Thread Eric Dawson
Create an archive table for each table you want to keep audit history on. Add a few fields to the archive table adding things like change made by, date changed, revision number? Reason changed? Everytime a record is updated, update the live record and make an entry to the archive table.

Tell Me and CF

2000-11-26 Thread Eric Dawson
Here is my post to a tell me newsgroup. It is actually a CF question thoguh so I thought I would post here. OK I am closer now. I can get it to record, playback and post. but when I try save the posted contents I get a Cold Fusion error. Basically when I branch to the "Make a Game Report"

Tellme.com posting Offsite forms to CF Server

2000-11-27 Thread Eric Dawson
more information. I create a VXML tellme.com form: input name="document.voicefile" ... that posts to cf server error. I believe the error is caused because the variable scoped as document.voicefile. I create a Test Form on CF Server with the same form name and it causes an error. input

Debate: Customized weblogging vs third party tool

2000-12-05 Thread Eric Dawson
Debate: Customized weblogging vs third party tool showing my ignorance a little, I am debating which approach is better. I am interested in any insight. Basically our configuration find 3 or 4 web servers pumping out ASP content. We need to create some smart logging. Option 1. WebTrends.

Re: OT: Syndicated Content

2000-12-07 Thread Eric Dawson
some good experience. What is the content for? I may be able to help. Eric From: Nick McClure [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: OT: Syndicated Content Date: Thu, 07 Dec 2000 10:12:45 -0500 I am trying to find some Syndicated Content that

Re: CF-Blogger?

2000-12-07 Thread Eric Dawson
yeah. I have been thinking of it. Just no damn too. Eric From: Dave Fobare [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: CF-Blogger? Date: Thu, 07 Dec 2000 10:28:58 -0500 Has anyone done a Blogger-type app in CF? Thanks, Dave Fobare

IIS plugin

2000-12-08 Thread Eric Dawson
where can I find an IIS plugin that allows a cookie to written to the IIS log files. Eric ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Just a stray thought

2000-12-13 Thread Eric Dawson
2) 5 million per day equals 60 per second, transactional integrity has to be TIGHT! equals WAY more than 60 per second. Eric From: "Gregory Harris" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Just a stray thought Date: Wed, 13 Dec 2000 08:36:16 -0800

Re: WAV conversion to MP3

2000-12-14 Thread Eric Dawson
-0500 Check http://software.mp3.com/software/featured/windows/encoders/ Do you need a server side util or a stand alone one? At 04:55 PM 12/13/00 -0600, Eric Dawson you wrote: I have been playing around with tellme.com for my rivercityhockey.net hockey league web site. They have a feature

Re: WAV conversion to MP3

2000-12-14 Thread Eric Dawson
: Are you lost? This is a ColdFusion mailing list. Greg - Original Message ----- From: "Eric Dawson" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 5:55 PM Subject: WAV conversion to MP3 I have been playing around with tellme.com for

(OT) SQL Server 7 licensing, ASPEN beta, and OLAP services

2000-12-18 Thread Eric Dawson
I am creating a reporting environment. Or getting going on it anyway. I want SQL Server 2000 running OLAP services and will use Seagate Software BI product beta'ing as ASPEN. Question? Is there a single user licence for SQL Server 2000? Can I use MSDE to create OLAP cubes? Still reading, but

Re: Danger of the +.htr bug

2000-12-19 Thread Eric Dawson
Is there any danger to the +.htr beyond being able to view the source code of the site? ie if you want my source code ... 1.) Why? I don't want it, but am forced to code it, and 2.) It might be easier to ask me for it, cause I'll zip up all the files and email it to you. Eric From: "Jamie

RE: Danger of the +.htr bug

2000-12-19 Thread Eric Dawson
Cool. Jeremy Allen elliptIQ Inc. -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 11:15 AM To: CF-Talk Subject: Re: Danger of the +.htr bug Is there any danger to the +.htr beyond being able to view the source code of the site?

RE: ThisTag.GeneratedContent

2000-12-19 Thread Eric Dawson
I am unclear of what you want to do. But how about using cfhttp to request the page? HTH Eric From: "Peter Stolz" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: ThisTag.GeneratedContent Date: Tue, 19 Dec 2000 22:10:08 -0500 There is one inelegant and

(ot) Domain Name Database

2000-12-20 Thread Eric Dawson
Where can I get a domain name database? Can't seem to find a good source. www.netcraft.com is great but it is currently a little out of date. :( Curious Eric ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Page Tracking hits :: User Movments on an Intranet

2000-12-20 Thread Eric Dawson
I would create some customized logging in the application.cfm The noise ... (or onrequestend.cfm yeah that's it ... thinking as I am writing.). Track LogID, UniqueSessionID, MemberID, FunctionalArea, templateName, QueryString, Page_specific, FunctionSpecific, Member_Specific As you build you

Re: (ot) Domain Name Database

2000-12-20 Thread Eric Dawson
) Domain Name Database Date: Wed, 20 Dec 2000 10:29:36 -0500 On 12/20/00, Eric Dawson penned: Where can I get a domain name database? Can't seem to find a good source. You mean a database containing all domain names? That would be one mean sucker. I'd hate to download it. -- Bud Schneehagen

(OT): The +.htr bug strikes again becomes categorically executing want to be dev

2000-12-21 Thread Eric Dawson
I wonder how the categorical execution of developers would influence the hourly rates we could work for. I mean think about it. If each developer executes one developer, the demand wouldn't change, so our rates would explode. maybe 10x what is currently available. E From: [EMAIL PROTECTED]

Re: Netscape users and spaces in Hyperlinks

2000-12-21 Thread Eric Dawson
i just went through that. previously I was just watching for and never creating that situation. But. urlencode is a function this list turned me on to. woo hoo. eric From: "cf-talk" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Netscape users and

Re: CFHTTP question

2000-12-22 Thread Eric Dawson
I have had problems with cfhttp. In one case it was my routing table on the server, and in another I was running a release candidate of W2K, the installation of the final release W2K server cleared up my remaining problems. If it helpful I can give you some server space for the interim to

RE: The +.htr bug strikes again

2000-12-27 Thread Eric Dawson
sign me up. (note: token Dave Watts quote in Sig) Eric Dawson (various companies and projects) Looking for free beer really easy contracts and sleep Work hard, play harder! "You could try another approach." My token Dave Watts quote (just trying to fit in. :) From: &quo

Re: Custom Tag for creating Forms...

2001-01-03 Thread Eric Dawson
I've got in my head to do something similar (from XML). I want to be able to store a complete form in a single database field. The form actually used might be unique to each record. If I ever find time to think it through I will build something. Put me on your mailing list. :) Eric From:

RE: Excel and CF

2001-01-04 Thread Eric Dawson
OT nut not OT. I have been using web queries lately. simply specify an "ID=somename" attribute in the table and use web query to specifically pull that table into excel. pretty slick and quick to do. I can forward a simple example if you like. Eric From: "DeVoil, Nick" [EMAIL PROTECTED]

RE: Excel and CF (using Excel to post data to server)

2001-01-04 Thread Eric Dawson
done this? Excel would be a pretty flexible tool to create some quick web database interfaces. Eric From: "Eric Dawson" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Excel and CF Date: Thu, 04 Jan 2001 08:39:54 -0600 OT but not OT. I have been

RE: Excel and CF

2001-01-04 Thread Eric Dawson
you forward me your example, that would be great. James "You're a big man, but you're out of shape. With me it's a full time job. Now behave yourself." "Get Carter" 1964 -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent:

Re: Excel and CF (using Excel to post data to server)

2001-01-04 Thread Eric Dawson
ake a look at wddx.org's sdk. -- Billy Cravens [EMAIL PROTECTED] Eric Dawson wrote: that's an excel web query. From Excel. Menu.Data.Get ExternalData.NewWebQuery Here's what I want to do. I have a web site (not mine) and I have 1200 individual items I want to post to a we

Re: Easy CFLOOP Question

2001-01-08 Thread Eric Dawson
cfloop query="test" startrow="1" endrow="#rows.RecordCount#" cfoutput#test.currentrow#/cfoutput /cfloop From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Easy CFLOOP Question Date: Mon, 08 Jan 2001 08:44:48 EST is there a way to find out what row i am

(OT) Name Server registration

2001-01-09 Thread Eric Dawson
http://www.nsiregistry.com/cgi-bin/whois?whois_nic=dns2.alivenewmedia.mb.catype=nameserver I am getting an error from register.com when I try to use: dns2.alivenewmedia.mb.ca as a name server for a domain. Failed to create nameserver dns2.alivenewmedia.mb.ca on SRS IP address associated with

(little OT) MS Word 2000 convert to HTML

2001-01-10 Thread Eric Dawson
Remember when Word just handled the files the way they were. sigh. Trying to do something that used to be simple, as the easy way to get something started, has turned into the proverbial pain in the ass. I have a word perfect document that I want to quickly convert with formatting to a few

Re: Convert Access Application to Cold Fusion

2001-01-10 Thread Eric Dawson
commerceblocks.com I have a generator I use, but its pretty crappy, and requires considerable effort to finish a site. Eric From: "Pete Smith" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Convert Access Application to Cold Fusion Date: Wed, 10 Jan 2001

Re: Convert Access Application to Cold Fusion

2001-01-10 Thread Eric Dawson
actually I think access 2000 is pretty sophisticated in its web integration. haven't with too much though. but played a little, downloaded the digital dashboard stuff. way cool. e From: Ryan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Convert

Re: What should be easy has eluded me...

2001-01-11 Thread Eric Dawson
SELECT Functubakthing, Count(Functubakthing) AS Count FROM Table GROUP BY Functubakthing hth e From: James Taavon [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: What should be easy has eluded me... Date: Wed, 10 Jan 2001 16:06:53 -0500 I am trying to

Re: Custom Tag for creating Forms...

2001-01-11 Thread Eric Dawson
Why not write a form generator? zero administration. just cuz you asked. doesn't mean you can't cashe the generated form. (wait a minute aren't both scenarios "form generators". (i mnow what you mean though). E From: David Cummins [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk

RE: (little OT) MS Word 2000 convert to HTML

2001-01-11 Thread Eric Dawson
- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 9:27 AM To: CF-Talk Subject: (little OT) MS Word 2000 convert to HTML Remember when Word just handled the files the way they were. sigh. Trying to do something that used to be simple, as the easy way to get something

RE: (little OT) MS Word 2000 convert to HTML

2001-01-11 Thread Eric Dawson
what was the context again? galldern: Winnipeg Colloquialism: Gosh Darn Eric From: Aidan Whitehall [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: (little OT) MS Word 2000 convert to HTML Date: Thu, 11 Jan 2001 10:58:01 - What's a "galldern

RE: Custom Tag for creating Forms...

2001-01-11 Thread Eric Dawson
----Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 7:11 AM To: CF-Talk Subject: Re: Custom Tag for creating Forms... Why not write a form generator? zero administration. just cuz you asked. doesn't mean you can't cashe the generated form. (wait

Re: OT: Is networksolutions behind with zone changes?

2001-01-11 Thread Eric Dawson
I don't know but, but I do know I don't know much. http://www.nsiregistry.com/cgi-bin/whois?whois_nic=dns2.alivenewmedia.mb.catype=nameserver From what I understand. To have a name server recognized as a name server all you need is a name server entry and a host record on the DNS running the

(OT) Web Documentation Visio templates and stencils

2001-01-12 Thread Eric Dawson
(OT) Web Documentation Visio templates and stencils Does anyone have any visio template/stencils they would be willing to share? Eric ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: phone stuff and cf

2001-01-15 Thread Eric Dawson
I checked out voxeo.com but didn't walk away with anything upstairs. I'll go back ... but while we're on the subject check out. www.tellme.com studio.tellme.com www.voicegenie.com developer.voicegenie.com www.bevocal.com cafe.bevocal.com They are all doing vXML stuff. And in theory what you do

RE: OT: Vacations and being banned

2001-01-15 Thread Eric Dawson
we could translate to money? $30CAD per GB of transfer is what I pay. Eric From: Robert Everland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: OT: Vacations and being banned Date: Mon, 15 Jan 2001 11:18:38 -0500 Helo 200 messages, times how

Re: phone stuff and cf

2001-01-15 Thread Eric Dawson
What do you need? A local telephony (automated voice processing, wreck a beach etc) guy offered me a playground. They have all the latest boards and stuff. Eric From: "Eric Dawson" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: phone st

[merger] Where to next?

2001-01-17 Thread Eric Dawson
I view the merger as a way for macromedia to fill a void. They don't really have an application server in the mix. I was looking forward to CF5, I was also looking forward to Harpoon. The user interface part of the web I believe needs to change a little. More functional for deploying Internet

Re: OT: Server remote-reboot-tools

2001-01-17 Thread Eric Dawson
VNC is open source and free. and very functional remote control tool. http://www.uk.research.att.com/vnc/ Doesn't address http://www.wsi.com what this can provide though. I could have used that one for sure. Eric From: "Kevin Schmidt" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk

Re: Short Circuit Evaluation

2001-01-17 Thread Eric Dawson
short answer custom tag. longer answer: tell allaire to change the cfif. Eric From: Ruslan Sivak [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Short Circuit Evaluation Date: Wed, 17 Jan 2001 10:12:09 -0500 I have had to write this kind of code over and

RE: Macromedia and Allaire to Merge

2001-01-17 Thread Eric Dawson
what about embedding the flash into the html? From: "Aaron Johnson" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Macromedia and Allaire to Merge Date: Wed, 17 Jan 2001 10:23:05 -0500 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah.. ever tried:

RE: Short Circuit Evaluation

2001-01-17 Thread Eric Dawson
hmmm. I never noticed. Would have coded a few things differently. I'll check it out tonight. Eric From: "Raymond Camden" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Short Circuit Evaluation Date: Wed, 17 Jan 2001 10:25:25 -0500 Last time I checked,

(ot) Cisco 1600 series routers collecting dust.

2001-01-17 Thread Eric Dawson
(ot) Cisco 1600 series routers collecting dust. I have three 1600 series cisco routers collecting dust, as well as some router management software. Is this of use to anyone? I am thinking of posting on ebay or otherwise. I also have about 50 infoconnect licenses. Eric

(ot) Advertising

2001-01-24 Thread Eric Dawson
Sorry for the OT post, but I do have the right audience. I need to determine which of the following approaches is best, and am curious for some feedback from this list. 1.) Outsource Ad Serving: we sell ads, but may have a network of sales agents (site users). Double Click Dart. 2.) Build an

(WOT) Sample code for COM object wrappers for Stored Procedures

2001-01-26 Thread Eric Dawson
(WOT) Sample code for COM object wrappers for Stored Procedures not sure if I am using the right lingo, but I am interested in seeing a working example of database integration for a web site using a com object as a wrapper for a stored procedure. ASP and Cold Fusion sample ASP code as an

Re: (WOT) Sample code for COM object wrappers for Stored Procedures

2001-01-26 Thread Eric Dawson
Someone was telling how their system worked. It is ASP based, and he said all of their stored procedures were accessed through com objects. I didn't give it much thought. not sure why you would want to. Is there any overhead added? Do you gain anything by using the COM object? I have never

Re: (WOT) Sample code for COM object wrappers for Stored Procedures

2001-01-27 Thread Eric Dawson
great response. I want to implement a working example to learn from. Any suggestions as to where to get a working database example? Eric From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: (WOT) Sample code for COM object wrappers for Stored

Re: web enabled stock ticker

2001-01-29 Thread Eric Dawson
I like finwin.com Eric From: Duane Douglas [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: web enabled stock ticker Date: Mon, 29 Jan 2001 09:49:16 -0500 hi gang! i need to enable a database driven web site with a stock ticker. the site is being written

(WFOT) Curling, Cold Fusion and Online Tools

2001-01-30 Thread Eric Dawson
Yeah I am closer to creating that open source "sports Centre". But these damn day jobs, night jobs, and full-time play kind of cut into the recreational work. Does anyone have any CF applications specifically for curling? Not important. What I want to do, with sadness, is diagram our last

PDFs, Linotronic PS Drivers, Forms and Adobe Licensing

2001-02-14 Thread Eric Dawson
So this guy says to me. It's be cool if ... I think I heard some comments on using Adobe Distiller on an Internet Server is in violation of the Adobe license for Distiller? Is this true? Here is what I am thinking. We create a basic site with an info centre to post how to's and help etc. We

Document to PS, Form to CF, Distiller to PDF ...

2001-02-14 Thread Eric Dawson
So this guy says to me. It's be cool if ... I think I heard some comments on using Adobe Distiller on an Internet Server is in violation of the Adobe license for Distiller? Is this true? Here is what I am thinking. We create a basic site with an info centre to post how to's and help etc. We

(OT) IIS Web Logs, how to parse and calculate unique visitors

2001-02-14 Thread Eric Dawson
(OT) IIS Web Logs, how to parse and calculate unique visitors Has anyone created a web log analyzer? How do you determine unique visitors over a period of time? Given things like AOL rotating IP client addresses, and proxy servers? Curious. Eric

Re: HumanClick

2001-02-15 Thread Eric Dawson
well I have been meaning to build one. but you know that damn time thing. I am hungry for your code, and have lots of ideas for it. please please please. Eric From: "Clint Tredway" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: HumanClick Date: Wed,

RE: HumanClick

2001-02-15 Thread Eric Dawson
it'll be a great kick start! thanks. From: "Clint Tredway" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: HumanClick Date: Thu, 15 Feb 2001 15:41:23 -0500 I want to clarify some things. My application is 'like' HumanClick but it does not have all the

Re: how to launch a windows app from a web page?

2001-02-18 Thread Eric Dawson
What is that Microsoft thing. Digital Nervous System or Something. pretty cool for intranet stuff. http://www.microsoft.com/business/products/default.asp hmmm. formerly DNA. There used to be a download with some cool stuff. Wirth checking out. Eric From: "Kirk Boecker" [EMAIL PROTECTED]

Re: Voice XML

2001-03-08 Thread Eric Dawson
vxml form id="intro_only" block audio src="http://www.rivercityhockey.net/sounds/matteau.wav"Traditional Hockey Song./audio pause200/pause /block /form form id="getInput" field name="document.InputBranch" grammar ![CDATA[ [ [dtmf-0 help] {option "help"} [dtmf-1

Re: OT: Combinations (Weekend Recreation)

2001-03-09 Thread Eric Dawson
(25 choose 5) x (20 choose 5) x (15 choose 5) x (10 choose 5) / 5! ways of ordering the piles. = 25!/(5!^6) = 5,194,672,859,376 as a formula n!/(p!(s!^s)) n = number of cards p = number of piles s = number of cards in piles From: [EMAIL PROTECTED] (paul smith) Reply-To: [EMAIL PROTECTED] To:

RE: You should hire this guy!!

2001-03-16 Thread Eric Dawson
http://www.shitdisturber.net/ I posted the ad. I'm not using the site yet. Eric From: "Philip Arnold - ASP" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: You should hire this guy!! Date: Fri, 16 Mar 2001 15:42:03 - employment wanted.jpg You

Re: CF rules!!!

2001-03-16 Thread Eric Dawson
it's too late for me! rats. From: "Adrian Cooper" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: CF rules!!! Date: Fri, 16 Mar 2001 21:28:01 - - Original Message - From: "Phoeun Pha" [EMAIL PROTECTED] Sent: Friday, March 16, 2001 9:06 PM

RE: CF rules!!!

2001-03-16 Thread Eric Dawson
sorry for OT guys but ... Hey Phoeun Pha, almost drove off a freeway going 75mph What kind of car were you driving? You can reply, off list if you like ... Eric From: "Jon Gage" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: CF rules!!! Date: Fri,

  1   2   3   4   5   6   >