Re: Replacement for HierMenus now that it costs $$$?

2002-01-15 Thread Richard Meredith-Hardy
I have written a CF wrapper for milonic menus which will iterate a directory structure of unlimited depth (works, albeit a bit 'alpha'). Contact me off list if you are interested. UXB Internet wrote: > > Matt, > > Try this one; it seems to be feature rich. > > http://milonic.co.uk/menu/ > >

RE: Milliseconds

2002-01-15 Thread Rudy Rustam
Very effective indeed for getting miliseconds from now(). In MSSQL, there is a datepart(ms,date). But coldfusion only support until seconds. Any idea? Rudy -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 12:52 PM To: CF-Talk Subject: RE

approach to nested file locations.. menus.. and includes...

2002-01-15 Thread Paris Lundis
so this has been brought up in part before and I was wondering if anyone had successfully came up with an easy to use solution... like most fusebox-like sites, we utilize a well defined site architecture/naming schema... one of the glaring parts of our universal solution and most others is the h

RE: Milliseconds

2002-01-15 Thread Pete Freitag
GetTickCount() + Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Rudy Rustam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 11:13 PM To: CF-Talk Subject:

Milliseconds

2002-01-15 Thread Rudy Rustam
Is there a way to get a miliseconds? __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=co

Re: CF and ASP

2002-01-15 Thread Howie Hamlin
This may be a good place to start: http://www.aspmessageboard.com/forum/asp.asp HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server >>> Find out how iMS Stacks up to the c

CF and ASP

2002-01-15 Thread Tangorre, Michael T.
Hello All, I have a question a bit off topic. Does anyone know of a list like this one but for ASP? I need to ask a few questions there to help get this site converted to CF. Thanks, Mike Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.

RE: HTML Parser

2002-01-15 Thread Ian Lurie
Sorry, should've been clearer - yes, I want to parse the HTML, and store paragraphs, headings, etc. separately. -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 4:27 PM To: CF-Talk Subject: RE: HTML Parser create a memo field in the databa

RE: Activedit on MAC?

2002-01-15 Thread Pete Freitag
Ektron's products do not work on a MAC! You can find that in their system requirements page. You will also notice that their Netscape support is very limited it uses a plugin that embeds IE inside Netscape to run the control, so you still have to have IE 5+ installed on your computer to run. So

RE: Activedit on MAC?

2002-01-15 Thread Pete Freitag
ActivEdit 3.0 should be out within the next 2 months. + Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Januar

RE: Double Quotes

2002-01-15 Thread Brendan Avery
I am surprised that double quotes should pose any kind of problem; Single-quotes are the real culprit in SQL. Are you sure the problem is with your query and not with the display? You should always use #HTMLEditFormat(myquery.myvalue)# when outputting data from user input in an html page, espe

Re: CFParam for Date/Time Value

2002-01-15 Thread Don Vawter
If your form field is a text field your cfparam will never fire because form.datasend does exist it is just blank. You could test like: - Original Message - From: "Mark Leder" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 7:14 PM Subject: CF

CFParam for Date/Time Value

2002-01-15 Thread Mark Leder
I have a form where a user has the option of plugging in a date, such as 01/15/2002. If they do enter in the date, the processing page posts it to the Access db, no problem. However, when the person chooses not to enter a date (it's optional), I wrote the following CFParam statement to handle it

RE: Activedit on MAC?

2002-01-15 Thread Chuck Hergenroeder
I believe that Ektron's product works on MAC. http://www.ektron.com/ewebeditpro.cfm -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 3:40 PM To: CF-Talk Subject: RE: Activedit on MAC? thanks Pete... When is 3.0 expected out? -paris

Double Quotes

2002-01-15 Thread ehoma
Hi, I'm have a question about characters like double quotes ("). I am using a form field, textarea, to allow input into a memo field in the database table. If the user enters a double-quotation mark in their text it will truncate the string during the SQL Update command. Is there a simple comm

RE: General Question - CFInclude

2002-01-15 Thread Tony Schreiber
I missed the replies as well. What I do when I need to know is simply set a cfparam in the include file: and when I include it, I set that variable to 1: But there has to be a more elegant way... > Did I miss the resposnes to this yesterday - would be very interested to > know > > > From:

RE: General Question - CFInclude

2002-01-15 Thread Ben Whalley
Did I miss the resposnes to this yesterday - would be very interested to know > From: Haggerty, Michael A. > Subject: General Question > > Hi; > > I have a question: is it possible to detect whether a CFM file is > CFINCLUDEd > within another file? > > Here is a case where I woul

Re: Creating Text fields longer than 255 characters?

2002-01-15 Thread Webmaster
Thanks for the help, I will give it a try. "Webmaster" <[EMAIL PROTECTED]> wrote in message 3c44c9f4$[EMAIL PROTECTED]">news:3c44c9f4$[EMAIL PROTECTED]... > Ok, I have lost my train of thought. I know you can manually create the memo > field with Access, but I need to know the standard SQL forma

Re: Quoting posts in responses

2002-01-15 Thread Matt Brown
>Well, they changed XXX to make it more like XXX and while its still not >100% XXX, it's not bad. The XXX part is really nice in concept [snip] >Actually, I've got a few new lists set up in the new code dedicated to >Neo concepts. Not open yet, but I bet you say that about all the (officiall

Re: Creating Text fields longer than 255 characters?

2002-01-15 Thread Nick Texidor
>From memory, I think it's just TEXT in SQL Server N Webmaster wrote: > > Ok, I have lost my train of thought. I know you can manually create the memo > field with Access, but I need to know the standard SQL format. I know that > there is the "Long Text" variable, but do not know what the

RE: HTML Parser

2002-01-15 Thread Paris Lundis
create a memo field in the database to store it (Access)... use CFHTTP... store the CFHTTP content to the database... real simple...unless you want to parse content, remove HTML, etc.. -paris -Original Message- From: Ian Lurie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 200

Re: Creating Text fields longer than 255 characters?

2002-01-15 Thread Douglas Brown
just use [text] There are two major products that come out of Berkeley: LSD and [Unix] BSD. We don't believe this to be a coincidence. Doug Brown - Original Message - From: "Webmaster" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 4:25 PM Su

Creating Text fields longer than 255 characters?

2002-01-15 Thread Webmaster
Ok, I have lost my train of thought. I know you can manually create the memo field with Access, but I need to know the standard SQL format. I know that there is the "Long Text" variable, but do not know what the SQL format is. I tried VarChar, but that only goes to 255. What is the format I am loo

Re: Outputting query results side by side A-Z

2002-01-15 Thread Jon Hall
This allows for an undetermined about of columns returned by the query. I didn't test it, so something may be a bit off, but I'm sure you get the point. #foo.column1# #foo.column1# jon - Original Mes

HTML Parser

2002-01-15 Thread Ian Lurie
What's the best way to pull content from an HTML page and insert it into a database? Any elegant solutions out there? Ian __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Acti

RE: Quick and dirty help!

2002-01-15 Thread Brendan Avery
should make em pretty safe. -Original Message- From: Development Team [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 12:20 To: CF-Talk Subject: Quick and dirty help! Does anyone have a cf routine written to replace "unsafe" characters from text strings that will become f

Re: Outputting query results side by side A-Z

2002-01-15 Thread Don Vawter
A query is a struct of arrays so you can just loop through. for example writeoutout(""); cols=2; rowspercol=ceiling(q.recordcount/cols); for(i=1;i le rowspercol;i=i +1){ writeoutput(""); for(j=1; j le cols; j= j+1){ k= (j-1)*cols+i; writeoutput(""); if(k LE q.reco

Re: Outputting query results side by side A-Z

2002-01-15 Thread Michael Dinowitz
This is a value from A-F and you can do what you want here. Your getting the ascii value of the upercase of the field value. Ascii for upper A is 65. Ascii for upper G is 71. Your getting all values in that range. From here it's just layout. At 07:09 PM 1/15/02, you wrote: >I want to outp

RE: Replacement for HierMenus now that it costs $$$?

2002-01-15 Thread UXB Internet
Matt, Try this one; it seems to be feature rich. http://milonic.co.uk/menu/ Best regards, Dennis Powers UXB Internet (203)879-2844 http://www.uxbinfo.com/ -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 5:57 PM To: CF-Talk Subjec

Re: Outputting query results side by side A-Z

2002-01-15 Thread Douglas Brown
example maybe??? Appreciate it There are two major products that come out of Berkeley: LSD and [Unix] BSD. We don't believe this to be a coincidence. Doug Brown - Original Message - From: "Andre Turrettini" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, Jan

Re: Outputting query results side by side A-Z

2002-01-15 Thread Jim McAtee
Use subscripted references to the query rows (as you'd address an array of structs). myquery[1].somecolumnmyquery[2].somecolumn myquery[3].somecolumnmyquery[4].somecolumn myquery[5].somecolumnmyquery[6].somecolumn etc. Jim - Original Message - From: "Douglas Brown" <[EMAIL PROTECTED]>

RE: Outputting query results side by side A-Z

2002-01-15 Thread Andre Turrettini
stick em in arrays and write out the arrays. -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 5:10 PM To: CF-Talk Subject: Outputting query results side by side A-Z I want to output query results side by side and A-Z IE: First column

Outputting query results side by side A-Z

2002-01-15 Thread Douglas Brown
I want to output query results side by side and A-Z IE: First columnSecond Column AG BH CI DJ EK FL Any ideas? There are two major products

RE: failure? -- Answer

2002-01-15 Thread Brian Scandale
Docs are wrong... backwards actually. will be true for "rework" or "reworkloop" which was my intention. Thanks, Brian At 04:59 PM 1/15/02 -0500, you wrote: >Shouldn't this be reversed? I'd think the arguements should go the >other >way around... (Assuming you're looking for the word 'Rewo

RE: SQL?

2002-01-15 Thread Janine Jakim
Ok here's how I would do it. 1 table for artist- a reference table 1 table for album names. Use the artistID to hook to artist table 1 table for any track names. This gives you a couple of one to many/many to many relationships One artist=many albums One album (or many albums)=many tracks (think a

RE: Need clarification on Content Management

2002-01-15 Thread Shawn Grover
Thanks Anthony, Nick, and Dave. As I thought, Content Mangement is a broad topic (sorta like "web development"), and it turns out that the systems I've built for my site (at least the one I was inquiring for) can be considered a content management system. I like Dave's description... makes ya

Re: SQL?

2002-01-15 Thread Douglas Brown
So basically I should have say an inventory table.Then create a relationship with the album table IE [inventory] ID album_ID album_name cost saleprice retail taxable etc etc etc There are two major products that come out of Berkeley: LSD and [Unix] BSD. We don't believe this to be a coin

RE: SQL?

2002-01-15 Thread Bruce Sorge
Excelent point. I never thought of that. I guess that is why I am not in re tail. :) -- Original Message -- From: Janine Jakim <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Tue, 15 Jan 2002 17:00:19 -0500 The problem with keeping the price with th

RE: mass database update

2002-01-15 Thread Bruce Sorge
You know, I think that I need a little electro shock thereapy for each time I do this. I made this same mistake a couple of weeks ago. Man, these 15 h our days are getting to me (I know, I am a slacker). -- Original Message -- From: "Tyler M. Fitch" <[EMAI

RE: SQL?

2002-01-15 Thread Janine Jakim
The problem with keeping the price with the album. What if the album goes on sale? You'd change the price in the album table then suddenly anyone who bought the album previously shows that they paid the sale price. You would at least need to add a history table or make sure that the sales tabl

RE: mass database update

2002-01-15 Thread Phillip Cave
well then, you should name the count field on the form something like count_appendProductID. then when you do the insert you could do something like: Update Inv1 Set Count = #evaluate("form.Count_" & ID)# Where ID = #ListGetAt(ID, thisItem)# hope that helps :) phillip -Ori

Re: mass database update

2002-01-15 Thread chris.alvarado
here is what I would do name all of the text boxes that are used to specify amounts similar to each other. with the primarykey part of the name TEXTBOX_#primaryKey# then loop the form colection UPDATE TABLE SET column = evaluate(x) WHERE prim

RE: mass database update

2002-01-15 Thread Tyler M. Fitch
Bruce, If all your text fields on your form are named count then when you put data in them and submit the form all the fields with the same name are concatenated together to form a comma seperated list of the values submitted. What I'd suggest is naming the fields count#ID# or something that wil

RE: failure?

2002-01-15 Thread Dirk Sieber
Shouldn't this be reversed? I'd think the arguements should go the other way around... (Assuming you're looking for the word 'Rework' in Client.TravType, which seems to be what you're doing). Dirk > -Original Message- > From: Brian Scandale [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, J

Re: SQL?

2002-01-15 Thread Bruce Sorge
I think I would approach it like so; Create three tables called tbl_Artist, tbl_CD, tbl_Track. tbl_Artist Artist_ID Artist_Name Artist_Genre, etc tbl_CD CD_ID Artist_ID CD_Title CD_Price, etc... tbl_Track Track_ID CD_ID Track_Name Track_Price (assuming you are selling tracks, thus allowin

RE: failure?

2002-01-15 Thread Dunwiddie, Bruce
in my way of phrasing things, I think the reference is wrong. the value on the left is the string to search, and the value on the right is the substring to search for. -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 2:59 PM To: CF-Talk S

Re: mass database update

2002-01-15 Thread Bruce Sorge
Count is a quantity amount for an item, and ID is the ID primary key of the item being updated. This is fed from a form that allows the user to update inventory quantities for any number of items. Rather than go in and update one item at a time, I want them to have the ability to do all the ite

SQL?

2002-01-15 Thread Douglas Brown
I am trying to figure out how I should set up a database for an ecommerce site. I will be selling music CD's. Each artist can have several albums, and each album can have several tracks. I am pretty sure I will need 3 tables for that info. What I am wondering , is where should I keep pricing

RE: Verity or ???

2002-01-15 Thread jon
I like verity (especially if you've got the spider and a little time to set it up)... but if you've got a linux server handy, htdig should always be considered a contender... -- jon - jon roig online community services manager epilepsy foundation tel: 215.850.0710 site: ht

Dumb move. Sorry!

2002-01-15 Thread Matt Robertson
OK... I screwed up. Sorry this made it to the list. Where the heck is the UnSend button? I'll pay more attention to the To: addr. --Matt-- > Don't want to do the shameless plug thing on the list, so... __ Dedicated Windo

Same problem...CMemoryException: unknown cause...need help

2002-01-15 Thread Jay Callaghan
I still don't know why it is doing this. I mean, it works fine on my system when I test it locally. Here is the error: CMemoryException: unknown cause PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag The error occurred while processing an element with a general identifier of (CFQUERY), occu

Verity or ???

2002-01-15 Thread Christian Abad
Folks: I need to be able to search our entire web server and find specific strings in .cfm, .html and .cgi files. What is the best way to create a searchable index, or collection of these files? Is Verity a good candidate for this? Is there a better solution? Has anyone had any experience with

concatenate blank fields SQL and the pesky

2002-01-15 Thread Mark W. Breneman
Ok, I have to concatenate two fields together Author and SecondAuthor. SecondAuthor some times has blank values in it. What I have so far is (thanks Hatton) SELECT LTrim(Rtrim(IsNull(Author, ' ') + '; ' + IsNull(secondAuthor, ' '))) AS Authors FROM table Now the only question is if a book only

Re: CF and Mailing Lists

2002-01-15 Thread Jim McAtee
Use CFPOP to get the mail. If you have direct access to the mailbox directory, you could use CFFILE, but then you'd have to parse out the email header. CFPOP will parse the headers and email body for you. Jim - Original Message - From: "Tangorre, Michael T." <[EMAIL PROTECTED]> To: "CF

Re: Need clarification on Content Management

2002-01-15 Thread Matt Robertson
Shawn, Don't want to do the shameless plug thing on the list, so... I have something that does this at http://foohbar.org/contentmonger/pro At the moment the uploaded content is shown with an icon in a sidebar link (click on a Word/Excel/PDF/txt file and, if the browser has the right soft w

Re: Web-based WYSIWYG content editor

2002-01-15 Thread Matt Robertson
Michel Gallant penned: >I'm looking for opinions on Web-based WYSIWYG editors for >content I like Activedit. Used HTMLArea under a developer's license for quite a while and very much prefer the CFDev.com product. Dirt-simple to plug in, and the base version works out to a whole $10 per web s

RE: Scheduled Task Error on HTTPS Request

2002-01-15 Thread Haggerty, Michael A.
Joshua; I have never been able to get a secure page to run as a scheduled task. What I have done in the past is put duplicate files in a non-secure location accessable only by the CF Server and run them from there. Mike -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]]

RE: Content Management System Intranet

2002-01-15 Thread Dave Watts
> I'm curious if anyone has tried out MM SiteSpring. We're using it a bit, not much yet, but some. It's not a general content management system, though. It's an interesting product. When I first looked at it, I wasn't expecting it to be as interesting as it is. It combines three areas - project m

RE: failure?

2002-01-15 Thread Brian Scandale
Sorry, Figured it out... is the correct syntax... Brian This tag does not seem to work like I would expect. Can anyone shed some light? Very little in the docs about this. I quote the only reference... "CONTAINS determines whether the value on the left is containe

RE: CF and Mailing Lists

2002-01-15 Thread Tangorre, Michael T.
Use cffile to retrieve the email messages form the mail server? -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 1:48 AM To: CF-Talk Subject: Re: CF and Mailing Lists Even easier is to have separate email addresses for list signup, removal

failure?

2002-01-15 Thread Brian Scandale
This tag does not seem to work like I would expect. Can anyone shed some light? Very little in the docs about this. I quote the only reference... "CONTAINS determines whether the value on the left is contained in the value on the right. Returns true if it is." The above example returns true

Re: Scheduled Task Error on HTTPS Request

2002-01-15 Thread ccook22
I thought I read in the cf documentation that you can not schedule a se cure template. We had to set up a web site in IIS that only had access to it self and schedule the task to run from that web site which was not secure (https). CC

RE: Content Management System Intranet

2002-01-15 Thread Carlisle, Eric
> Twenty grand is very little money for a CMS. I agree. 20K is pretty modest when you compare it packages like Interwoven Teamsite. :) I'm curious if anyone has tried out MM SiteSpring. EC __ Get Your Own Dedicated Wi

RE: Session Variables Timeout

2002-01-15 Thread BEN MORRIS
Also, there may be some good info on the archives of this list. I remember the solution as a hidden frame with a page that refreshes via JS every minute or so to maintain the session. >>> "Semrau, Steven L Mr RDAISA/SRA" <[EMAIL PROTECTED]> 01/14/02 02:56PM >>> If you can find it in the MM Ex

RE: Photo Sharing

2002-01-15 Thread jon
We built a photo gallery system based on the free image resizer based on CFX_Image, as well, for use by our affiliates. When I get some spare time (yeah right), I'm planning to break it out into a separate tool as an open source distribution. At any rate, you can see it in action at: http://www.

Re: CFX_PAYMENTNET for Version 5.0???

2002-01-15 Thread Tony Schreiber
It doesn't? Then what am I using?!?! ;p Using CFX_Paymentnet on CF5/Win2k/Apache > I found out my problem... CFX_PAYMENTNET doesn't work with 5.0. are ther e > any other custom tags out there that can run my payment processing throug h > verisign??? > >

Email address reader

2002-01-15 Thread Kris Pilles
Anyone ever made an app that reads through your old emails and compiles a list of email addresses??? Or know of one? Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED] _

Scheduled Task Error on HTTPS Request

2002-01-15 Thread Joshua Miller
I'm getting an error in the Scheduled Task log that a specific template is failing due to: 'Connection Failure. Status code unavailable.' If I go run the task manually it works fine. I have other tasks that work just fine but are not secured. Is there something that would prevent the scheduler f

CFFTP Grief (error?)

2002-01-15 Thread Tony Schreiber
I've been using CFFTP to put inventory files and retrieve order files from half.com without issue for a while now and I'm adding the capability to do the same with Yahoo warehouse, but I'm having a little trouble. I log in to the ftp server with the command line ftp in Win2k with no problem and I

CFX_PAYMENTNET for Version 5.0???

2002-01-15 Thread Kris Pilles
I found out my problem... CFX_PAYMENTNET doesn't work with 5.0. are there any other custom tags out there that can run my payment processing through verisign??? __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD

RE: Need clarification on Content Management

2002-01-15 Thread Weaver, Anthony
For what it is worth, Application Development Trends recently ran a good article on this topic. http://www.adtmag.com/article.asp?id=5948 Here at The Limited, I custom built a system for our Intranet. However, if we were going to expand the scope to all of our sites (Limited, Victoria's Sec

RE: Content Management System Intranet

2002-01-15 Thread Paul Ihrig
Ian. that would be great. just to see what has been done, by other developers. appreciate it. i will let you know what i think after i see it. but may not get it up & running for a while since i have a ton of stuff i need to be looking into. again, thank you ___

RE: Activedit on MAC?

2002-01-15 Thread Paris Lundis
thanks Pete... When is 3.0 expected out? -paris -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 15:13 To: CF-Talk Subject: RE: Activedit on MAC? Paris, It requires ActiveX technology which is not available on Mac. At the momen

Re: Need clarification on Content Management

2002-01-15 Thread Nick McClure
In general Content Management as it applies to the refers to a system that people use to add/edit/delete all of the content on their site. Content can be as simple or complex as the users/developers/clients determine. It its most simple for an automated content management system would allow a

Re: Content Management System Intranet

2002-01-15 Thread Billy Cravens
I'm not sure if it fits your needs, but take a look at iiFramework (www.iiFramework.com). It's pretty inexpensive. - Original Message - From: "Paul Ihrig" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 8:23 AM Subject: Content Management System Intr

RE: CFFILE Problem/Question

2002-01-15 Thread Dave Watts
> for large file uploads it seems to me that using > would be a better alternative CFFTP allows you to use CF as an FTP client, not as an FTP server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 ___

RE: Need clarification on Content Management

2002-01-15 Thread Dave Watts
> To me, Content Management is one of those terms which is used > to describe a process, but leaves room for interpretation. Content management is a relatively broad category. Basically, any situation in which you have individual contributors providing content for a site, you've got content mana

RE: Content Management System Intranet

2002-01-15 Thread Ian Lurie
Paul, if you'd like, I have a somewhat rinky-dink system we built here th at you can play with, gratis. Just don't laugh at some of the kludging. The core is pretty solid, though - might at least give you some ideas... -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent:

RE: Content Management System Intranet

2002-01-15 Thread Paul Ihrig
Dave you are defiantly correct. but try to explain that to controllers who still think the best way to cut costs is to fire the people who do the work, instead of correcting the business logic that got them to that point in the first place. -paul -Original Message- From: Dave Watts

Re: CFFILE Problem/Question

2002-01-15 Thread chris.alvarado
for large file uploads it seems to me that using would be a better alternative just a thought... -chris.alvarado [application developer] 4|Guys Interactive, Inc. http://www.4guys.com - Original Message - From: "Robert Everland" <[EMAIL PROTECTED]> T

RE: Content Management System Intranet

2002-01-15 Thread Dave Watts
> i don't mean to knock real software development. > the app is probably worth it for huge org's like GM. > > but for $20,500 you should get an occasional massage > thrown in. guess i will write a bare bones system myself.. Twenty grand is very little money for a CMS. These things tend to be ex

Quick and dirty help!

2002-01-15 Thread Development Team
Does anyone have a cf routine written to replace "unsafe" characters from text strings that will become file names? I don't know them all and I am pretty sure someone on this list has written something for that purpose. Thanks... Jeff

RE: Content Management System Intranet

2002-01-15 Thread Lee Fuller
Keep in mind, they have an ASP model too. Not sure of the pricing. But worth a look. They're quite highly rated. > i don't mean to knock real software development. > the app is probably worth it for huge org's like GM. > > but for $20,500 you should get an occasional massage thrown > in. gue

RE: Activedit on MAC?

2002-01-15 Thread Pete Freitag
Paris, It requires ActiveX technology which is not available on Mac. At the moment all of the WYSIWYG editors on the market suffer this limitation. ActivEdit 3 will address this problem. + Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFu

Re: Resources for COM objects esp MS Word

2002-01-15 Thread Douglas Jordon
Fantastic. Thanks, everyone. cfcomet's the joint. __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=col

RE: Phone App Server

2002-01-15 Thread Shawn Grover
Thanks... makes more sense now... -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 12:56 PM To: CF-Talk Subject: Re: Phone App Server There are exqample apps here: http://community.voxeo.com/ HTH, -- Howie Hamlin - inFusion Project Mana

RE: CFFILE Problem/Question

2002-01-15 Thread Robert Everland
Well if hundreds of people are uploading at one time there could be a problem. CF uses the memory of the server when it is uploading files, so basically the bigger the file, more memory it needs. Though it will give the memory back once it's uploaded, but if it's hundred uploading there lies the p

Activedit on MAC?

2002-01-15 Thread Paris Lundis
anyone tested the ActivEdit technology on a MAC under IE? had someone try it and it didn't seem to work... reviewing options for WYSIWYG editor... -paris __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB

Need clarification on Content Management

2002-01-15 Thread Shawn Grover
To me, Content Management is one of those terms which is used to describe a process, but leaves room for interpretation. If Content Management means what I think it does (web managed system for adding content to a web site), it could be useful. But does this mean the added content is HTML files?

Re: Phone App Server

2002-01-15 Thread Howie Hamlin
There are exqample apps here: http://community.voxeo.com/ HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server >>> Find out how iMS Stacks up to the competition: >http://w

RE: Content Management System Intranet

2002-01-15 Thread Paul Ihrig
i don't mean to knock real software development. the app is probably worth it for huge org's like GM. but for $20,500 you should get an occasional massage thrown in. guess i will write a bare bones system myself.. thanks though for the info! _

Access/sql question

2002-01-15 Thread Janine Jakim
I need to make a list from one table information and make a new table containing the list. I am using an access2000 frontend with a sql200 backend. For example Table one SalesID 1 2 3 4 5 6 7 SalesmanID 3 3 3 3

RE: Web-based WYSIWYG content editor

2002-01-15 Thread Jason Larson
check out www.siteobjects.com, just launched the so-editor and it kicks butt. Jason Larson [EMAIL PROTECTED] -Original Message- From: Wallick, Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 12:41 PM To: CF-Talk Subject: RE: Web-based WYSIWYG content editor ActivEdit fro

RE: Web-based WYSIWYG content editor

2002-01-15 Thread Phillip Cave
eWebEditPro from ektron (http://www.ektron.com). good enough for spectra... good enough for you :) phillip -Original Message- From: Michel Gallant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 8:52 AM To: CF-Talk Subject: Web-based WYSIWYG content editor I'm looking for op

Re: Web-based WYSIWYG content editor

2002-01-15 Thread Greg Alton
ActivEdit licenses cover up to 10 domains on a single server. No user lim it. http://www.cfdev.com/ Greg Alton CFDev - Original Message - From: "Michel Gallant" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 8:51 AM Subject: Web-based WYSIWYG conte

RE: Web-based WYSIWYG content editor

2002-01-15 Thread Pete Freitag
Be sure to check out ActivEdit http://www.cfdev.com/activedit -Original Message- From: Michel Gallant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 8:52 AM To: CF-Talk Subject: Web-based WYSIWYG content editor I'm looking for opinions on Web-based WYSIWYG editors for conten

RE: Phone App Server

2002-01-15 Thread Shawn Grover
Took a look at their web site. didn't see any details relating to CF. How does it work with CF??? tied into a web page? back end processing of the voice messages? web presentation of the recorded messages and managment items??? Just curious - we have an in-house developed phone system, it m

Re: Web-based WYSIWYG content editor

2002-01-15 Thread Nick McClure
Siteobjects.com has a pretty good one. It used to be called ezEdit, it is not called soEditor It only works in IE, but there is a free version, the most expensive version is 399 per server. At 09:51 AM 1/15/2002 -0400, you wrote: >I'm looking for opinions on Web-based WYSIWYG editors for cont

RE: Web-based WYSIWYG content editor

2002-01-15 Thread Wallick, Mike
ActivEdit from http://www.cfdev.com. It's licensed per web server and it's _very_ cool. Only works in IE is the only problem (not a problem here though, most of our content owners use IE anyway). I think it's about $100(US) for the encrypted version w/out a spellchecker, and about $175(US) for t

RE: Content Management System Intranet

2002-01-15 Thread Lee Fuller
Don't you mean www.paperthin.com ? ;) > We're very happy with the CommonSpot Content Server (http://www.paperthin.org/). It's a lot easier to implement than Spectra solutions, and gives __ Get Your Own Dedicated Windows 2000

  1   2   >