Chandan,
Thanks for the reply. Yes, this is happening after applying hotfix2, although I
have another server that I have not applied the patch to that I can reproduce
the issue on as well.
That being said, I'm not convinced this is a CF problem, because I get pretty
much the same result trying
I'm having an issue using cfftp to download large files (> 50MB) in CF8, with
the latest hotfix applied. Basically the download almost completes (all but the
final bytes of the file are there) and then the thread just hangs:
java.lang.Object.wait(Object.java:???)[Native Method]
- waiting on <0x3
I am using onError() in Application.cfc to catch application errors
and send me an email with a dump of the arguments.exception variable.
I have been getting a number of emails from this where the
rootcause.message and rootcause.details are blank, there is no
meaningful error diagnostic info
On Mar 9, 2004, at 12:38 PM, Craig Dudley wrote:
> I can only assume you were getting 14000 instances of the cfc object,
> not sure why. You could try creating one instance and storing it in
> say,
> the Application scope, and use that, might help. But since it's
> working
> now anyway, might
; charset="utf-8"
output="#arguments.content#"/>
> -Original Message-
> From: Sean Daniels [mailto:[EMAIL PROTECTED]
> Sent: 09 March 2004 17:18
> To: CF-Talk
> Subject: Re: Writing Files without CFFILE
>
>
> On Mar 9, 2004, at 11:50
On Mar 9, 2004, at 11:50 AM, Adam Reynolds wrote:
> Your issue is the number of chunks you are trying to do it in. Try
> doing it
> in 2 parts.
I thought about doing that, but it seems inherently non-scalable. Like,
if I break it into two parts, what happens when the database returns
24,000 r
Hey all,
I have a CF script that is used to generate about 14,000 static HTML
files from dynamic content (don't ask). I am looping over a query using
to save the HTML code for each page and then writing to
a file with CFFILE. As this process runs, I sit here and watch the CF
process gobble up
On Jan 22, 2004, at 10:04 AM, Darron J. Schall wrote:
> Just to follow-up on this issue:
>
> We've believe we've narrowed down our instability problems to using
> the following custom tag:
>
> cfx_PaymentNet
> http://www.circa3k.com/CustomTag.cfm?ID=43
>
> This tag is old (3-4 years?), and never
On Jan 22, 2004, at 8:16 AM, Massimo Foti wrote:
> You may try the following:
>
> http://www.cflib.org/udf.cfm?ID=319
>
> http://www.cflib.org/udf.cfm?ID=725
Thanks Massimo. I actually have a UDF I have written that does pretty
much the same thing. In fact, it is a copyof Demoronize with
I have a system built where a client can upload his product "database"
in CSV format from Excel to update his MySQL database. Unfortunately,
some of the columns in the source spreadsheet have text copied in from
M$ Word or some other processor and frequently contains characters that
are misinte
On Monday, October 20, 2003, at 11:23 AM, Michael Hodgdon wrote:
> I was hoping I could get some help on the list. Sort of at a loss for
> this
> one. I am aware there are know issues with the MAC and IE doing for
> uploads. I have two upload boxes on a page. The first is required
> and the
Does anyone know how to figure out how much RAM a given memory variable
takes?
I am trying to figure out how much RAM will be used by session
variables, if I am storing some rather large query result sets in
session scope.
Thanks.
[Todays Threads]
[This Message]
[Subscription]
[Fast Un
Trying to install on a clean, fresh install Win2K Server system (with
SP4 and a bunch of other security patches), using the downloaded
installer. The product seems to install fine, but every single page
request, including those to the config wizard and CFAdmin result in a
pop up alert on the se
On Tuesday, August 5, 2003, at 03:43 PM, Mark Stewart wrote:
> If there is another product other than ActivePDF, I would be open to
> that.
>
> Thanks in advance for any help.
I've got no experience with ActivePDF but I would highly recommend
checking out Big FaceLess Report Generator:
http:/
Just did an install of 6.1. I am trying to add a CFX tag in admin and
getting this response:
You must configure your application server to enable native CFX
support. For instructions, see "Configuring ColdFusion MX" in the
"Installing and Using ColdFusion MX" book for your application server.
On Tuesday, August 5, 2003, at 11:59 PM, Stacy Young wrote:
> Hah, weird. I hit that exact same snag. All good now.
I have the same problem. Is it safe to assume the built in wrap()
function behaves the same as the UDF from CFLib?
> Stace
>
> -Original Message-
> From: Calvin Ward [m
Anyone out there worked with FACS or the "Cache" database it is built
on?
In particular, wondering if MX can connect via ODBC or some other
drivers.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscri
On Wednesday, January 29, 2003, at 03:13 PM, Brad Roberts wrote:
> I've got a structure that holds several questions:
>
> temp = structNew();
> temp.A = "a quesiton";
> temp.B = "another question";
> temp.C = "yet another question";
> ... and so on
>
> I'm outputing the questions like s
Anyone know of an easy way to get the size of a string in bytes?
TIA
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription:
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
or.
Thanks,
- Sean
~~~~~~
Sean Daniels
Director of Engineering
Marketplace Technologies, Inc
(T): 207.363.7374
(C): 207.332.6340
(F): 240.269.6319
~~
http://www.dealforce.com
http://w
Sending this on behalf of a colleague. I unfortunately do not belong to
the regex ninja clan either.
Begin forwarded message:
> I have some text being sent back from a flash rich text editor. It
> works
> great but flash autogenerates some nasty html that could potentially
> really screw things
On Tuesday, November 26, 2002, at 04:06 PM, Joshua Miller wrote:
> http://demo.digitalhealthdepartment.com/webadmin/ <<< The
> page in question
>
> Just try any user/pass - it bombs no matter what - doesn't even act
> like it attempts to find the page.
Get rid of the enctype="multipart
If anyone out there has had success interfacing with the OpenSRS domain
name reseller system, and has any tips or code samples they can
provide, I would be much obliged.
TIA
~|
Archives: http://www.houseoffusion.com/cf_lists/in
On Tuesday, November 19, 2002, at 11:51 AM, Raymond Camden wrote:
> No. Unless you have all your code under an Application.cfm that does
> it.
> FYI, 'events' like this has been on the enhancement list for sometime.
> :)
Thanks for the responses Sean & Ray. I hope the "events" thing happens
so
Is there a way to force CFMX to load some vars into server scope when
the service is started?
Also, has anyone had any negative reaction to loading a CFC into server
scope? I basically have a library of UDFs I want globally available
that I thought I would throw into a CFC and load into server
On Thursday, October 10, 2002, at 07:46 PM, Tilbrook, Peter wrote:
> Using ODBC Data Sources in ColdFusion MX
>
> ColdFusion MX uses JDBC, not ODBC. Want to use your ODBC data sources
> with
> CFMX? You can. Here's what you need to do:
Thanks for the suggestion, although I did try that as well
So I did an uninstall of CFMX on my dev box - removing everything I
could think of; directories, mappings, registry keys of previous
versions, etc.
After performing what I thought would be a clean install, I found when
adding back my Access data sources, which were functioning fine before
the
On Thursday, October 3, 2002, at 07:17 AM, Dick Applebaum wrote:
> It is possible to interface ColdFusion MX (CFMX) running on OS X
> 10.2.1 (Jaguar) to a MS-Access database running under VirtualPC
> emulated WinXP on the same machine.
Dick, thanks for posting this update. Someday when I have
Since our upgrade to MX, the CFX_Cybercash tag has been flaky at best
so we're making the move away from Cybercash to Payflow.
Can anyone out there confirm for me that the CFX_PaymentNet tag
functions correctly in MX? I believe Verisign offers an XML gateway
too, but I really want the minimum
On Tuesday, October 1, 2002, at 04:09 PM, Dick Applebaum wrote:
> I would like to get it working on Jaguar, but I can revert to 10.1 on
> one of my machines, if needed.
I would guess it's not a Jaguar issue.
My situation is a bit different - both my Mac and VM are in a private
network and use
On Tuesday, October 1, 2002, at 08:32 AM, Dick Applebaum wrote:
> The first step to do this is to get the Host Mac and winXP machines
> thinking they are on the same network
>
> I was trying to do this with winNT under Jaguar.
Dick,
Can you ping the XP VM from the Mac Network Utility?
What ha
On Friday, September 27, 2002, at 04:03 PM, Eric Hoffman wrote:
> Just inherited a project with this, and of course, the other developers
> had, ummm, zero documentation. We have not used before...and cannot
> find on DevEx. Can someone point me to where I can get info on this
> bad
> boy?
I
On Thursday, September 26, 2002, at 09:38 PM, Dick Applebaum wrote:
> The tcip is installed.
>
> I get an error on startup saying that a service wasn't started -- event
> shows the adapter that uses TCP/IP didn't have a valid device --
>
> I guess I have some digging to do -- Thanks to you and S
On Thursday, September 26, 2002, at 04:02 PM, Dick Applebaum wrote:
> This is SOT, but it is related to CF.
>
> I want to be able to manipulate MS-Access databases from CFMX (Linux)
> running on Mac OS X.
>
> I have been told that the way to do this is run MS-Access on a win box
> on a LAN, and
On Wednesday, September 25, 2002, at 03:14 PM, Shahzad.Butt wrote:
> Does anyone has faced the problem of having multiple websites in IIS
> (using CFMX). Whats happening with us is that Page is not being
> refreshed neither is it looking for new files if we add new file in
> website.
>
> Pls rep
On Tuesday, September 24, 2002, at 05:50 PM, Dick Applebaum wrote:
> Anyone had any experiences with this, good or bad?
Dick,
I tried DynDNS a long time ago and found the service to not be really
reliable. Their name servers went down a lot. That may have changed.
Instead I use No-IP (no-ip.
Anyone out there run into problems using the cfx_cybercash tag on CFMX?
I am able to use the tag to run charges just fine - however, when I try
to run a refund the query output from the tag contains one record with
all empty strings.
Help?
_
I've always developed code by editing files directly on my development
server and using the development server to test before deployment.
I'm going to begin editing and testing code locally using the built in
web server in MX, so that the development machine can become more of a
staging machin
On Friday, September 20, 2002, at 12:42 PM, Fitch, Tyler wrote:
> I'm running Enterprise edition, and in MX I find 'Archives and
> Deployments' under the server settings options of the cf administrator.
>
> I think it should be there for Pro if you're using that. I see it on a
> CFMX for J2EE i
On Friday, September 20, 2002, at 08:25 AM, Rick Faircloth wrote:
> What's the piece of code that makes a
> Select box submit on selection without using a button?
__
This list and all House of Fusion resources hosted by CFHos
On Thursday, September 19, 2002, at 06:56 PM, Fitch, Tyler wrote:
> If you're using CF5+ - make an archive from the cfadmin - it'll grab
> all
> your datasources and cfx tags etc...
I've been looking for this functionality in MX; how exactly to you do
this?
__
On Thursday, September 19, 2002, at 11:00 AM, Dave Wilson wrote:
> Does this mean that CFMX Pro doesnt support multiple virtual sites on
> the
> server? I've checked the MIME mapping and it is present in the other
> virtual
> sites.
I have read in a few places that in order to support "multi-
On Wednesday, September 18, 2002, at 05:18 PM, Raymond Camden wrote:
> If you look at the values for lab, you will see
> opts[0]["lab"] = "Option A":
> opts[1]["lab"] = "Editor"
> opts[2]["lab"] = "Creator"
>
> You looped over Opts, so it returns 0,1,2, which would be
>
> Optio
On Wednesday, September 18, 2002, at 03:31 PM, Sean Daniels wrote:
> OK, so I've read the livedocs explaining the changes to the way
> structures behave in MX, but I'm not finding it to be the case...
> here's what the docs say:
>
> "ColdFusion MX return
OK, so I've read the livedocs explaining the changes to the way
structures behave in MX, but I'm not finding it to be the case...
here's what the docs say:
"ColdFusion MX returns struct keys in the order that you create them.
ColdFusion 5 returns struct keys in alphabetical order. If you need
On Tuesday, September 17, 2002, at 04:11 PM, Greg Luce wrote:
> Anyone have any experience building/using an MP3 database? I thought
> I'd
> ask before wasting too much time on it. I have 23,000 songs I'm putting
> in a db. Right now I have a Web-based CF app to search the collection,
> and I'd
On Tuesday, September 17, 2002, at 12:07 PM, Greg Luce wrote:
> Can someone clear this up for me. I maintain a site on a shared server
> and it uses access :-(. Seems every time I need to alter the mdb file
> it's locked on the server. I've asked the hosting company to uncheck
> "Maintain Databa
What is the purpose of the JRunScripts virtual directory?
Do I really need to create it for every site I add in IIS?
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for
dependable ColdFusion Ho
On Monday, September 9, 2002, at 04:58 PM, Phoeun Pha wrote:
> "Big" deal. I can't tell the difference between 1 MS and 10,000 MS.
>
> The delay is there in the beginning because the code has to be compiled
> first. It's a annoying :)
I'm sorry, but the difference between the page instantly c
I have just finished upgrading my dev box to CFMX. After going through
a number of issues (search engine friendly URLs, problems with the
installer), I finally have working sites again - but the debug
execution times are simply unacceptable. I have 20 apps on this box
where every page executio
On Monday, September 9, 2002, at 12:11 PM, Sean Daniels wrote:
> Yeah, I could do that but I want the upgrade so I don't have to
> reconfigure all my datasources, and myriad of other settings. Although
> at this point I probably could have done that faster.
In case anyone else
On Monday, September 9, 2002, at 12:05 PM, Stacy Young wrote:
> Are you using IIS?
>
> You can always run it in standalone then run the IIS connector utility
> afterwards. (or for apache for that matter)
Yeah, I could do that but I want the upgrade so I don't have to
reconfigure all my datasou
I am trying to upgrade my CF 5 box to CFMX. I got most of the way
through the installation and had to bail to free up some disk space on
my system partition. Now having done so, I rerun the CFMX installer and
no longer have the option of "upgrading" CF 5 - I can only install in
stand alone mod
ord for access to the database.
- Sean
~~~~~~
Sean Daniels
Director, Engineering
Marketplace Technologies, Inc
(T): 207.363.7374
(C): 207.332.6340
(F): 240.269.6319
~~
http://www.dealforce.com
fast to authorize as
well.
- Sean
~~~~~~
Sean Daniels
Director, Engineering
Marketplace Technologies, Inc
(T): 207.363.7374
(C): 207.332.6340
(F): 240.269.6319
~~
http://www.dealforce.com
http://www
I've seen reference to a CFX_PFPRO tag but can't find out how to go about
getting it? Is it something you buy from Verisign when you sign up for
Payflow?
Thanks,
- Sean
~~
Sean Daniels
Director, Engineering
Marketplace Technologies, Inc
(T): 207.363.7
t don't want to reinvent the wheel if someone already has something to
that effect.
- Sean
~~
Sean Daniels
Director, Engineering
Marketplace Technologies, Inc
(T): 207.363.7374
(C): 207.332.6340
(F): 240.269.6319
~~
http:
o the
function itself not all the code that uses it.
- Sean
~~
Sean Daniels
Director, Engineering
Marketplace Technologies, Inc
(T): 207.363.7374
(C): 207.332.6340
(F): 240.269.6319
~~
http://www.dealforce.c
> FROM Users
In SQL 7 at least:
SELECT genderabbr = case when (gender = 1) then 'M' else 'F' end
>From users
- Sean
~~
Sean Daniels
Director, Engineering
Marketplace Technologies, Inc
(T): 207.363.7374
(C): 207.332.6340
(F): 240.269.
day 189 of the same
year. Or, I could have content valid from day 325 through day 4 of the
following year. So a simple "between start_day and end_day" won't do the
trick.
Thanks in advance.
- Sean
~~~~~~
Sean Daniels
Director, Engineering
Marketplace Technolog
are a lot of
> folks doing it with various 3rd party aps and you can find ideas on how t
> o
> proceed on the goldmine forums.
Beautiful, that's what I wanted to hear. Thanks.
- Sean
~~
Sean Daniels
Director, Engineering
Marketplace Technologies
Anyone out there have any experience using CF to interact with a GoldMine
database? I am wondering if it's possible.
- Sean
~~
Sean Daniels
Director, Engineering
Marketplace Technologies, Inc
(T): 207.363.7374
(C): 207.332.6340
(F): 240.269
On Wednesday, November 14, 2001, at 07:49 PM, Clark, Aimee wrote:
> Hello. I'm new to this listserv, but I have a problem in which I hope
> someone can help me with. I have a frame page that I have created in
> which
> the top part of the page contains an alphabet link so that when you
> clic
On 11/9/01 3:05 AM Michiel Boland wrote:
> What OS version is he using? There are definite problems if you try this
> on WINNT SP6 without the appropriate hotfix.
He's using Win2k SP2. However, I found that he's also applied a new tool M$
has out for IIS called URLScan. It's default configuratio
OK, I feel like I've done this before, but maybe not. Can anyone explain to
me how to do this and get my desired result.
#querya.val#: #queryb.val#
What I want is, if querya had 2 rows and queryb had 3 rows, to get 6 rows of
output like this:
querya.row1: queryb.row1
On 8/29/01 12:12 PM John Paitel wrote:
> Anyone know of a good, open source message board written in CF? I've found
> a few packages, but they are all encoded. I'd rather find an open source
> one that I can implement and also learn from.
I recently downloaded Simple Message Board (www.simplemes
On 6/12/01 10:42 AM W Luke wrote:
> I'm trying to do the most basic of queries. Select distinct email addresses
> from a table, and email them using cfmail. But for some reason it's not
> pulling unique addresses - is this because I have a WHERE statement?
>
>
> SELECT distinct comEmail, comD
On 5/10/01 1:27 PM Scott Weikert wrote:
>
>
> I've had some hassles trying to link the page like this... it doesn't seem
> to properly execute the CF code within.
>
> Anyone out there tried to do this same thing, and succeeded? Input would be
> most welcome.
Two suggestions:
1. Make a new st
On 5/10/01 1:59 AM Mark Ireland wrote:
> Could someone tell me how to load a structure into the request scope in the
> application.cfm
>
> once only when a user first visits a page. That is, check that the
> structure is there and dont rerun the query code if it is
>
> unless a change has been
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 in the
> W2K/Office 2000 World. ideas?
Does Claris have any kind of export? Like, preferably export comma delim
values, then you can import into Access quite ea
On 5/8/01 6:52 AM Kola Oyedeji wrote:
> I am passing a query object which consists of 1000 records in a hidden form
> field between pages as a
> WDDX packet, are there any reasons why this is a bad idea, such as limits to
> the amount of data which can be held in a form field or passed in a form?
On 5/3/01 12:53 PM Mark Smeets wrote:
> So, here is my question and basically it's a problem.
>
> Now when you open any Access file you get that little annoying ldb file with
> it, it closes no problem if you're working with Access directly however what
> if the Access file is on a server and yo
On 5/3/01 9:56 AM Chris Montgomery wrote:
> Quick questionis it possible to have a URL redirect to a secure URL? For
> example, someone enters http://www.xxxblahxxx.com/secure/securepage.cfm
> instead of https://www.xxxblahxxx.com/secure/securepage.cfm. How do you
> force a redirect to the s
On 4/25/01 5:11 PM William J Wheatley wrote:
> has anyone come up with an alternative to sending mail then using CFMAIL?
> Because i swear even trying to send 1 CFMAIL to a hundred people does not
> cut it..its a major issue.
Check out Howie's POST SE server with accompanying custom tag. It rock
On 4/23/01 1:52 PM David Baskin wrote:
> I'm hoping someone can help with a problem i cannot figure out. i have a new
> box with Win2K, CF 4.5, and SQL2000. Installed everything this weekend
> without problems, but now i cannot get SQL and CF to play together. i try to
> set up the ODBC and my co
On 4/19/01 12:42 PM Christopher Olive, CIO wrote:
> 3) they suggested that i have to be coming *from* a secure URL as well. i'm
> working on trying that possibility next.
I would give that a shot. I've always had problems with form fields
disappearing when posting to an HTTPS from an HTTP.
- S
On 4/17/01 6:06 PM WebMaster wrote:
> Is there a way to add your own custom mail header with CFMail (like the
> "X-Mailer" line)?
>
> I've seen programs that let you do this and I think it would be very useful
> if I could tack a variable into the header of the message. For example:
>
> X-Varia
On 4/12/01 9:53 AM Brian Peddle wrote:
> Im attempting to post this for the 4th time. I tried to apply the solution
> below and spent a couple hours on it but I can't seem to get it: Code I am
> using is below. It has been cut down a bit to make it straight forward. I
> can sent the code as a
On 4/12/01 10:43 AM Erika L Walker wrote:
> Brian,
>
> What is it that you can't seem to get? I haven't had the time yet to
> implement this solution since I've posted it (another priority project got
> in the way), so I haven't started testing it, but I may have some moments
> this morning to s
On 4/3/01 8:01 PM CF wrote:
> It's under
>
> Tools > Internet Options > Content > AutoComplete
You can do this on each workstation, or you can programmatically prevent
autocomplete on any field with the attribute "autocomplete" and the value
"off".
For example:
This way you can do it on a
Anyone out there used Linkpoint and their $95 custom tag for processing CC
transactions?
I've only used Cybercash in the past, but am looking for alternatives. The
client's existing merchant banker recommended LinkPoint for integration with
CF sites.
Thanks,
- Sean
Anyone know how to export RDS settings from one machine and import to
another, both running Studio 4.5.2?
I assumed this would be in the registry, but I can't find it. I have about
20 RDS and FTP servers mapped on my old machine I want to add to my new.
- Sean
~~
On 3/16/01 11:03 AM Jay Patton wrote:
> I just upgraded to windows 2000 pro on my development machine, i was
> originally running win98 and had sql 7.0 Enterprise manager running on that.
> however after my upgrade to 2k i couldn't connect to my sql servers with that
> same software any longer. l
On 2/16/01 9:58 AM Ken McInnes wrote:
> Okay this problem has me completely baffled. We have an administration
> module for a client with a login page that sets some session permissions.
> Subsequent pages then look for the appropriate permission using
> CFApplication. Everything works fine on
> Does anyone have suggestion on a method to drop a cookie on the
> homepage of a site and then track that cookie to figure who is a
> new user vs. returning user.
- Sean
~~
Structure your ColdFusion code with Fuse
> Hint: The cause of this error is usually that your query contains a
> reference to a field which does not exist. You should verify that
> the fields
> included in your query exist and that you have specified their names
> correctly."
>
> Any ideas? This is driving me crazy. Running Access 2000.
> Does someone still use Mac's?
>
>
Would if I could. See http://www.apple.com/powerbook/ for a darn good
reason.
A fiercly powerful notebook, not to mention the widescreen display, less
than 1 inch thick, pure titanium shell, and it looks really really cool? Not
to mention $2500.
Please macro
> if (Check_NT.RecordCount gt 0 is "TRUE")
I don't know if this is the problem, but I would definitely not write that
condition that way. I would use either:
1. if (check_NT.recordcount gt 0)
or
2. if (check_NT.recordcount)
Both will achieve the result I assume you are looking for.
- S
> Sorry for the real OT, but can somebody shed a light on this... the other
> day there was a thread talking about excluding some users that
> might have an
> old browser which might not support JavaScript and all that... I was
> wondering, by looking at your logs, can somebody tell the list what
Put your output in a different file in the same driectory as application.cfm
and run that file. I may be wrong, but I don't think application.cfm can
have any html output in it. Only cf code.
- Sean
~~
Structure your ColdFusion code with Fusebox.
You misspelled "elseif" on line 3.
- Sean
~~
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@houseoffusion.com/
Unsubscribe: http://www.h
Off topic. Like this thread! :)
- Sean
~~
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@houseoffusion.com/
Unsubscribe: http://www.hous
> The problem is that when a validation error occurs, the error page appears
> fine, but the CF inside the error template is not executed... it
> shown as if
> it was a regular html page with all the cf showing.
>
> can someone tell me why this is happening and how i can correct the
> problem??
I
> We do have other sites on the same IP, but none of them use SSL.
> That shouldn't
> matter, should it? The default site if you go in by IP is a
> different site, but
> that's only for port 80, so I guess its irrelevant.
Is it possible for you to try making the SSL site the one with no host
head
> Hope this is a quick and easy one... what would be the simplest way to
> return the dates for every Friday in a given year? (or any other
> particular
> day of the week)
This probably ain't the most elegant or optimized approach, but it works :)
> If a field in access has never had anything in it at all does it appear as
> NULL or as "".
It appears as null.
> So would you check it with or would you use FieldName IS NULL>
Well, ColdFusion does not support the word "NULL", so you would use the
. Or, many people prefer:
The latter is
> Yes .. and also, without that contract with the label, I'm pretty sure you
> wouldn't have gotten that 1/2 that you did. ;)
Of course. I guess I should have qualified my opinion (and that's all it was
of course) by stating that the size of the engagement obviously should come
into play when dec
> I haven't seen any sites like that, and there's probably good reason. A
> contract is a legal document, and laws vary per locality. Your best bet
> is to consult with a lawyer and have them to put together a "template"
> that you can use.
Contracts usefulness are limited. Breach of contract
I use the custom tag, available at the tag gallery, to do
exactly the same thing you are talking about:
...code to not show kick butt dhtml menu
...code to show kick butt dhtml menu
The reason I initialize the var nutscrape first is because I use it for
other co
> There's no issue of looking for those files "higher up" either: all files
> are in the root directory of a virtual server (http://www.ransel.be if
> you're curious) (no files there now, sorry, don't want my test server to
> crash all the time :).
While I don't think this is the problem, because
1 - 100 of 182 matches
Mail list logo