RE: Macromedia.com

2002-01-30 Thread Benjamin S. Rogers
assumed that a ColdFusion that runs on the Net CLR (which would probably require a completely separate code base) would be too cost prohibitive. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 __ Dedicated

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Benjamin S. Rogers
. Hope that solves your problem and that these instructions were explicit enough. :) Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 9:37 AM To: CF-Talk Subject: RE: PLEASE

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Benjamin S. Rogers
=ykeyword1=javasoftkeyword2=jre Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 10:20 AM To: CF-Talk Subject: RE: PLEASE HELP - I keep getting CFGrid Error Now Ben the code

RE: Releasing Access locks with Coldfusion?

2001-12-12 Thread Benjamin S. Rogers
Perhaps there is a better way in newer version of ColdFusion, but in ColdFusion 4.0.1 we just generated an ODBC error by querying a column that doesn't exist. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Kris Pilles [mailto:[EMAIL

RE: CF Webstore

2001-12-04 Thread Benjamin S. Rogers
The CFTRANSACTION tag is used to bundle multiple queries into a single transaction so that the queries can be committed or rolled back as a group. This is a fundamental aspect of SQL itself: it is not a short cut. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original

RE: CF Webstore

2001-12-04 Thread Benjamin S. Rogers
of CFTRANSACTION to its native equivalents. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 3:18 PM To: CF-Talk Subject: RE: CF Webstore The CFTRANSACTION tag is used

RE: SELECT MAX(ID), Access SQL Server - confused!

2001-11-27 Thread Benjamin S. Rogers
to allow insertion of user-defined identities (e.g. importing data from another database). Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

CFHTTP and FQDN

2001-11-27 Thread Benjamin S. Rogers
=connection%20failure Thanks in advance for any insight. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 == CFDUMP Output == FILECONTENT connection failure HEADER HTTP/1.1 404 Object Not Found Server: Microsoft-IIS/5.0 Date: Tue, 27 Nov 2001 15:38:49 GMT

Global User-Defined Functions

2001-11-26 Thread Benjamin S. Rogers
Is there a way to access a user-defined function throughout a request (e.g. from within custom tags or templates invoked with the CFMODULE tag)? Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 ~~ Structure your ColdFusion code

RE: Global User-Defined Functions

2001-11-26 Thread Benjamin S. Rogers
That's exactly what I was looking for. I seemed to recall something about that awhile back but, for the life of me, couldn't track down where I'd seen that before. Thanks. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Raymond Camden [mailto

RE: Complete lack of locking...

2001-11-23 Thread Benjamin S. Rogers
simultaneously, even without frames. The latter example is particularly egregious since a slow or seemingly unresponsive server can become unstable, usually at the time you can least afford the problem (i.e. when your server is busy). Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f

Programmatically Timeout Code

2001-11-19 Thread Benjamin S. Rogers
the conclusion of that conversation was. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http

RE: CF and Authentication

2001-11-14 Thread Benjamin S. Rogers
and NT servers. Both should work for what you want to do. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 1:15 PM To: CF-Talk Subject: CF and Authentication

RE: Macromedia/Allaire Knowledge Base

2001-10-25 Thread Benjamin S. Rogers
I've been using google to search Allaire's own Knowledgebase lately. :) It seems to work better. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 10:41 AM To: CF-Talk

RE: E-commerce

2001-10-05 Thread Benjamin S. Rogers
Also, there is also a shopping cart system in the example applications that come with ColdFusion. -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 12:54 AM To: CF-Talk Subject: Re: E-commerce Hi Mike, WebMonkey has a tutorial on creating a

RE: cfflush

2001-09-18 Thread Benjamin S. Rogers
You might try adding table-layout:fixed to the style attribute of your table tag. I haven't tried it myself but it might be worth a shot. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: CF_BOOLSEARCH tag

2001-09-13 Thread Benjamin S. Rogers
can convert the site to make use of this tag. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives

RE: Server monitoring tools

2001-09-04 Thread Benjamin S. Rogers
. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 5:46 PM To: CF-Talk Subject: Re: Server monitoring tools Looks good. I'm looking for something like this so I can get rid

Internet Explorer Not Expiring Session Cookies

2001-09-04 Thread Benjamin S. Rogers
with cookie management, something that integrates into Internet Explorer. If anybody has any ideas, we'd love to hear them. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 ~~ Get the mailserver that powers this list at http

RE: Server monitoring tools

2001-09-03 Thread Benjamin S. Rogers
/ Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 3:44 PM To: CF-Talk Subject: OT: Server monitoring tools Hi, does s.o. know any good server monitoring tools like

RE: Creating Table with COM in MSWord - unknown method ?!

2001-08-21 Thread Benjamin S. Rogers
) over there. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: João Luiz de Brito Macaíba [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 10:51 AM To: CF-Talk Subject: Creating Table with COM in MSWord - unknown method ?! Hi

RE: A good E-Commerce product

2001-08-15 Thread Benjamin S. Rogers
, and probably as a result of the reduced number of features, it has a pretty easy to use administration interface. There are quite a few shopping cart solutions similar in scope to CF Web Store. You should be able to find most of those by searching for cart in the Allaire Developer Exchange. Benjamin S

RE: Concatenate 2 Queries

2001-08-01 Thread Benjamin S. Rogers
of fields with the same names and of the same datatypes? Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Ken Monroe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 10:47 AM To: CF-Talk Subject: Re: Concatenate 2 Queries The problem I'm

RE: SQL 7.0

2001-07-27 Thread Benjamin S. Rogers
Sorry I need something bigger than both of these ntext and text provide!! You may want to try again. A text datatype can hold as much as 2,147,483,647 bytes of data. I don't know what an Access memo field can hold, but I'm sure it isn't as big as that. Benjamin S. Rogers http://www.c4.net/ v

RE: SQL 7.0

2001-07-27 Thread Benjamin S. Rogers
of system resources. There are always exceptions, of course. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Mark Warrick [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 1:10 PM To: CF-Talk Subject: RE: SQL 7.0 How is that field type

RE: Which OS to use? Win98 or WinME?

2001-07-12 Thread Benjamin S. Rogers
with the recovery mechanism, but for the most part, it is fairly clean. It has certainly resolved a lot of 98's outstanding issues (such as hung shutdowns and uncommitted network changes). Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Pooh Bear [mailto:[EMAIL

RE: CF_MAGIC tag!!!!

2001-06-04 Thread Benjamin S. Rogers
Could you post some more code? I'm not sure I understand exactly what you're getting at, but I'm interested in the test results. :) Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Planet CF [mailto:[EMAIL PROTECTED]] Sent

RE: CF5 review in eWEEK

2001-05-30 Thread Benjamin S. Rogers
What did the article address that hasn't been mentioned before on this list or made readily available on Allaire's site? Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Arden Weiss [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Homesite v.s. CF studio

2001-05-25 Thread Benjamin S. Rogers
to make the interface look and function exactly like HomeSite's. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Friday, May 25, 2001 10:09 AM To: CF-Talk Subject: Homesite v.s. CF studio

RE: Harpoon Release is Final Available

2001-05-15 Thread Benjamin S. Rogers
I have one of them (Beta 2?), though not the most recent. My guess is that they gave up on the grid and the tree since they duplicated the now reworked CFFORM Java applets do to be released in ColdFusion 5. E-mail me off list if you want a copy of file. Benjamin S. Rogers Web Developer, c4.net

RE: Locking Question

2001-05-14 Thread Benjamin S. Rogers
The scope attribute was added in ColdFusion 4.5. In ColdFusion 4, you can approximate this behavior by using the name attribute. For Session variables, use the name #Session.SessionID#. For Application variables, use the name #Application.ApplicationName#. Benjamin S. Rogers Web Developer, c4

RE: Email List Servers

2001-05-10 Thread Benjamin S. Rogers
). Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Bill Holloway [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 4:44 PM To: CF-Talk Subject: OT: Email List Servers Anyone have a good email list server recommendation. I've

Can 2 Applications Share a Client Variiable Database?

2001-05-09 Thread Benjamin S. Rogers
to pay for additional datasources. Thanks. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: Locking??

2001-05-07 Thread Benjamin S. Rogers
can turn on automatic LOCK on CF-ADMIN but I also know it's not useful. This is a useful way to ensure that your Session variables (generally the largest cause of problems) are accessed in a safe manner. However, it will not help these other situations. Benjamin S. Rogers Web Developer, c4.net

RE: CF 5.0 RC : Problem with CFFTP - 0 size

2001-05-07 Thread Benjamin S. Rogers
That question really should go to the ColdFusion 5 Beta forums. Aside from the fact that you've agreed to an NDA by downloading and using Allaire Beta software, the folks who will best be able to answer your question (and quite possibly fix the problem) monitor those forums. :) Benjamin S

RE: unknown exception condition

2001-05-06 Thread Benjamin S. Rogers
too problematic to use Session variables that we inevitably had to switch to Client variables stored in a database. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Karl Simanonok [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001

RE: Inline HTML Editor

2001-05-04 Thread Benjamin S. Rogers
Check out http://www.siteobjects.com. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: David Cummins [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 5:55 PM To: CF-Talk Subject: Inline HTML Editor I know this question

RE: IE 6 (whistler)

2001-05-03 Thread Benjamin S. Rogers
. :) Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Gavin Lilley [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 9:18 AM To: CF-Talk Subject: RE: IE 6 (whistler) I haven't got any hard facts to back this up but as far as I

RE: IE 6 (whistler)

2001-05-03 Thread Benjamin S. Rogers
so Word and Access will be Word 2002 and Access 2002, not Word XP or Access XP. Confused yet? :) Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 9:35 AM

RE: Netscape 6

2001-04-25 Thread Benjamin S. Rogers
That is a known bug in Netscape 6. The latest updates have not yet fixed the problem. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Mike Provoost [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 12:47 AM To: CF-Talk

RE: session vs client

2001-04-23 Thread Benjamin S. Rogers
. Unfortunately, it doesn't look like ColdFusion 5 will address any of these issues. So unless we hear different, we will continue to change all of our application from Session variables to Client variables. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057

RE: Session VS Client

2001-04-23 Thread Benjamin S. Rogers
and can be stored in the database. Session variables are generally faster as they are stored in RAM. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 ~~ Structure your ColdFusion code with Fusebox. Get the official

RE: Session VS Client

2001-04-23 Thread Benjamin S. Rogers
of developing and maintaining applications with Session variables in favor of Client variables. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 Bob -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: April 23, 2001 1:32 PM To: CF-Talk Subject

RE: Cold Fusion Magazine? Any Good?

2001-04-20 Thread Benjamin S. Rogers
an advertisement to my e-mail account every month asking me to join the list. :P Oh well, my recommendation would be to just read the good articles on-line. The site is atrocious to navigate, but there are some gems in the content now and again. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240

RE: Harpoon

2001-04-19 Thread Benjamin S. Rogers
Ditto. And I even contributed some code and comments in the beta forum. :) Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 8:50 AM To: CF-Talk Subject: RE

RE: CF Shopping Cart Solution?

2001-04-18 Thread Benjamin S. Rogers
the company and let them know what you've run into. Perhaps they could work these changes into the next release or explain why it is necessary to use a CFX custom tag as opposed to a CFML custom tag. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057

RE: escaping ' in SQL

2001-04-17 Thread Benjamin S. Rogers
quot;" password="" #PreserveSingleQuotes(form.sql)# /cfquery Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Gil Barden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 1:10 PM To: CF-Talk

RE: cookies not being set

2001-04-16 Thread Benjamin S. Rogers
Or write the redirect header manually: http://www.teamallaire.com/tutorials/index.cfm?fuseaction=displaytopicid=01 3 Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Monday, April

RE: Email software

2001-04-11 Thread Benjamin S. Rogers
and, generally intuitive. VOPMail rates extremely well in a price/features comparisons with other products. They also boast one of the best support teams I've ever dealt with. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: [EMAIL

RE: Moreover News Feed

2001-04-09 Thread Benjamin S. Rogers
://www.foodcount.com/Index.cfm?Method=Nutrition Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Vance Duke [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 1:38 PM To: CF-Talk Subject: Moreover News Feed I assume

RE: Moreover News Feed

2001-04-09 Thread Benjamin S. Rogers
case, the MoreOver is a good quick and dirty way to add more content to a site free of charge. It is really a good deal all around. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: Moreover News Feed

2001-04-09 Thread Benjamin S. Rogers
staff member. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 3:45 PM To: CF-Talk Subject: Re: Moreover News Feed Not to be picky, but there's a blatant typo

Movie Show Time Feed (was: RE: Moreover News Feed)

2001-04-09 Thread Benjamin S. Rogers
I don't suppose anyone has found a service similar to Moreover or iSyndicate that feeds national movie show times and other pertinent information about movies (e.g. reviews, theater locations, etc.)? Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057

RE: Cold Fusion Forums

2001-04-02 Thread Benjamin S. Rogers
e that you are approaching these problems from several different angles and addressing them accordingly. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 31, 2001 9:10 PM To: CF-Ta

RE: Cold Fusion Forums

2001-03-30 Thread Benjamin S. Rogers
to investigate these products and consider throwing your effort at one of these products instead of starting a new one. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Chris Straight [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30

RE: Cold Fusion Forums

2001-03-30 Thread Benjamin S. Rogers
/ASP side of things. Hopefully, they will also address some of the concerns we've been discussing. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 *humph* *folds arms and nods firmly* . . ;-) hee hee hee -Gel www.carigamer.com Island Gaming At Its Best!(tm

RE: Cold Fusion Forums

2001-03-29 Thread Benjamin S. Rogers
The FuseTalk forums always seen to look the same. Is it customizable at all? Do you have any examples of a FuseTalk forum that doesn't look like a FuseTalk forum, preferably an example of one that is integrated cleanly into the design of a site? Benjamin S. Rogers Web Developer, c4.net Voice

RE: Cold Fusion Forums

2001-03-29 Thread Benjamin S. Rogers
to perform most of the customizations of the layout and design elements without going to the source code, we won't be able to resell it our customers. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED

RE: Cold Fusion Forums

2001-03-29 Thread Benjamin S. Rogers
into most sites without much customization; Multi-threaded discussions Cons: Difficult to setup (previous versions); overly complicated code base; no single-threaded discussions; performance issues?; Lacks a single-threaded view of discussions Benjamin S. Rogers Web Developer, c4.net Voice: (508

RE: Cold Fusion Forums

2001-03-29 Thread Benjamin S. Rogers
Thanks. I had yet to find one that could switch between views so easilly. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 3:58 PM To: CF-Talk Subject: RE

Remote Scripting and ColdFusion

2001-03-23 Thread Benjamin S. Rogers
Has anyone come up with or come across something akin to Microsoft's Remote Scripting using ColdFusion templates on the server side? Thanks. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 ~~ Structure your

RE: What is .Net????

2001-03-21 Thread Benjamin S. Rogers
and features business plan to one based on service and support. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 1:03 PM To: CF-Talk Subject: What is .Net what

RE: SQL books

2001-03-16 Thread Benjamin S. Rogers
: 0201447878 For Advanced Microsoft SQL Server and Sybase Users Transact-SQL Programing by Kevin E. Kline, Lee Gould, Andrew Zanevsky ISBN: 1565924010 Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: W Luke [mailto:[EMAIL

Cannot create synchronization object for CFLock

2001-03-15 Thread Benjamin S. Rogers
e = URL.ExpirePage cfif not Session.IsLoaded cfset Session.IsLoaded = True cfset Session.DisplayRetailPrice = 1 !--- cfset Session.DisplayDiscountPrice = 1 --- cfset Session.ExpirePage = 1

RE: XML

2001-03-15 Thread Benjamin S. Rogers
hurdles to overcome if you come from an HTML background. Luckily, there are already tools like those mentioned above that hide quite a bit of the logic and make our jobs as developers much easier; and the tools will only get better. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax

RE: connecting to remote SQL server via TCP-IP

2001-03-12 Thread Benjamin S. Rogers
You will need to ensure that you have enabled the TCP/IP network protocol on the server: the default is Named Pipes. You can determine what protocol you are using and add protocols by running the SQL Server Setup utility. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508

RE: Eday Calendar: data shared across threads and cannot be accessed without an active lock

2001-03-12 Thread Benjamin S. Rogers
It sounds like your site is hosted on a server running ColdFusion 4.5.x. Your server does not allow access to shared memory variables without proper locking and the custom tag is not locking one or more Session variables appropriately. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240

RE: Any recommendations on an E-commerce software?

2001-03-12 Thread Benjamin S. Rogers
is the only full featured shopping cart system written in ColdFusion that I've come across. And as I've said, their support was fantastic in our case. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED

RE: SQL Server 7 on NT4 and WK2

2001-03-08 Thread Benjamin S. Rogers
, was being tested. If you find out more information, please post it to the list. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Arden Weiss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 9:40 PM To: CF-Talk Subject: SQL

OT: O'Reilly Drops Software Development Division

2001-03-07 Thread Benjamin S. Rogers
Thought I would post a link to this news as many ColdFusion developers are devoted WebSite customers. http://software.oreilly.com/news.cfm?ID_News=200 Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057

RE: M$ licensing has me at wits end

2001-03-03 Thread Benjamin S. Rogers
few viable alternatives. :) Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Arden Weiss [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 03, 2001 7:23 AM To: CF-Talk Subject: RE: M$ licensing has me at wits end So -- even th

RE: M$ licensing has me at wits end

2001-03-03 Thread Benjamin S. Rogers
for. PostgreSQL is far more ANSI compliant than MySQL and has many of the advanced features traditionally associated with a RDBMS. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Edward Smith [mailto:[EMAIL PROTECTED]] Sent

RE: Convert string to numeric

2001-03-03 Thread Benjamin S. Rogers
This is handled internally by ColdFusion. You shouldn't need to convert strings to numeric values for the purposes of mathmatical equations, etc. If you provide more details on what you are trying to accomplish, we may be able to better assist you. Benjamin S. Rogers Web Developer, c4.net Voice

RE: Which is better?

2001-03-03 Thread Benjamin S. Rogers
is repopulated. In these circumstances, it is sometimes more appropriate to use queries cached in the Application scope. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 ~~ Structure your ColdFusion code with Fusebox. Get

RE: Which is better?

2001-03-03 Thread Benjamin S. Rogers
that houses the datasource, the SQL Server, etc. For these reasons, it is usually preferable to use caching mechanisms where appropriate in order to make your application faster and more self reliant. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057

RE: M$ licensing has me at wits end

2001-03-03 Thread Benjamin S. Rogers
Server's licensing and pricing scenarios to other RDBMSs (such as Oracle, Sybase, Informix, etc.) would seem to suggest that Microsoft SQL Server is priced fairly. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057

RE: unsorted QueryName.ColumnList?

2001-03-01 Thread Benjamin S. Rogers
I believe there is a CFX tag that will do this. If I remember correctly, it works with SQL Server, but I don't know about Oracle. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Andy [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Distance b/w Two Zips Function

2001-02-28 Thread Benjamin S. Rogers
I'm a little confused by the site. Is cf_ziprad $225 itself? This includes all the other tags mentioned on the site? Is the $250 database a separate cost, purchased through a separate site? Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message

RE: PHP vs. Cold Fusion

2001-02-28 Thread Benjamin S. Rogers
To get you started: http://www.zdnet.com/enterprise/stories/linux/0,12249,2646052,00.html http://www.zdnet.com/eweek/stories/general/0,11011,2646051,00.html Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Alex Puritche [mailto

RE: Log File Analyzers

2001-02-23 Thread Benjamin S. Rogers
. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 4:05 PM To: CF-Talk Subject: Log File Analyzers Any suggestions on good Log File Analyzers along the lines

RE: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Benjamin S. Rogers
, it is in your price range (free). It is definitely worth a look. We've used MySQL for logging purposes, but rely on Microsoft SQL Server 7 for everything else because we really need some of the features that MySQL lacks. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240

RE: How to check form fields for content and modify?

2001-02-20 Thread Benjamin S. Rogers
hich do not pass empty strings when not checked. They either exist or they do not. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://w

RE: CF vs. iHTML

2001-02-15 Thread Benjamin S. Rogers
a response. I don't expect congratulations, but a confirmation of receipt would be nice. :) Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: CFCOOKIE help

2001-02-14 Thread Benjamin S. Rogers
. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk

RE: Custom Tags for CF Logs

2001-02-14 Thread Benjamin S. Rogers
some better application built for managing the ColdFusion log files. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Chris Alvarado [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 1:16 PM To: CF-Talk Subject: Custom

RE: how do I turn cfregistry ability back on?

2001-02-14 Thread Benjamin S. Rogers
the ColdFusion Administrator, or does the page simply not appear? Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: how do I turn cfregistry ability back on?

2001-02-14 Thread Benjamin S. Rogers
My apologies. I thought I had done this before without "disabling" the administrator. I guess I was thinking of something else. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Scott, Andrew [mailto:[EMAIL PROTEC

RE: Urgent - Forums 2.05 Anyone Got?

2001-02-12 Thread Benjamin S. Rogers
Don't know about 2.05, but 2.06 can be downloaded from http://www.forumspot.org. I can't imagine too much changed between those two versions. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Daryl Fullerton [mailto:[EMAIL

RE: harpoon

2001-02-09 Thread Benjamin S. Rogers
There are example applications included with the Beta. If you are not already on the beta, send a request to [EMAIL PROTECTED], asking to participate. They will give you a login, which you can then use to download the Beta, including the samples. Benjamin S. Rogers Web Developer, c4.net Voice

RE: CFSLIDER

2001-02-08 Thread Benjamin S. Rogers
to execute across domains so if you were on domain.com and the code base pointed to www.domain.com, then the applet would not load. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Advanced Security in CF 4.5

2001-01-31 Thread Benjamin S. Rogers
ofessional. However, the Advanced Security in ColdFusion Professional does not give you the ability to create Security Sandboxes. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Gregory Harris [mailto:[EMAIL PROTECTED]] Sent: Wednesda

RE: Sunrise/Sunset

2001-01-29 Thread Benjamin S. Rogers
I can't help with the equation, but there is a custom tag in the Allaire Developer's Exchange, cf_ctsrss, which calculates the sunrise and sunset for a given location on a given date. It was written by Ruediger Graf. We have been using it for a couple weeks and it seems to work well. Benjamin S

RE: CF_Grid error

2001-01-22 Thread Benjamin S. Rogers
://www.allaire.com/Handlers/index.cfm?ID=11904Method=Full Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Jack Ince [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 11:01 AM To: CF-Talk Subject: CF_Grid error Hi This is my first

RE: Single Quotes in SQL HELP PLEASE!

2001-01-22 Thread Benjamin S. Rogers
single quote. INSERT INTO MyTABLE(Stuff) VALUES = ''' The following should work: INSERT INTO MyTABLE(Stuff) VALUES = Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 ~~ Structure your ColdFusion code

RE: Single Quotes in SQL HELP PLEASE!

2001-01-22 Thread Benjamin S. Rogers
Ooops! I didn't read your query thoroughly enough. I just glanced at it and escaped the single quote. My apologies. This is what you'll want to do: INSERT INTO MyTABLE ( Stuff ) VALUES ( ) Sorry about that. I'll have to pay more attention next time. :) Benjamin S. Rogers

RE: Adam, you got to be kidding?

2001-01-18 Thread Benjamin S. Rogers
because they have elected to turn it off or because they have a real handicap that requires they use a browser with alternative renderings or input methods. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: [EMAIL PROTECTED] [mailto

RE: cfx_cybercash is gone???

2001-01-16 Thread Benjamin S. Rogers
It was renamed CFX_ONCR_Cybercash a couple years ago: http://www.cfxoncrcybercash.com/ The company's site is at http://www.oncr.com. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Christopher Porter [mailto:[EMAIL PROTECTED

RE: Slightly OT: CSS Help Needed!

2001-01-16 Thread Benjamin S. Rogers
ook around the Internet and you will see that there are many people doing this. Thanks! No problem. :) Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 ~~ Structure your ColdFusion code with Fusebox. Get the off

RE: cfx_cybercash is gone???

2001-01-16 Thread Benjamin S. Rogers
My apologies, I did not mean to mislead anyone. If I remember correctly, I think ONCR did rename their tag from CFX_CyberCash to CFX_ONCR_CyberCash awhile back. I didn't know Allaire had one as well. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057

RE: Version Control

2001-01-15 Thread Benjamin S. Rogers
intuitive application, but I've yet to use one that I did consider intuitive. Though CVS is run on most of the largest open source development projects with great success and *nix programmers seem to love it, I wouldn't want to have to teach it to HTML and programmers and designers. Benjamin S.

<    1   2   3   >