RE: Inches

2006-03-14 Thread Jennifer Gavin-Wear
many thanks Michael, excellent :-)

>>-Original Message-
>>From: Michael Traher [mailto:[EMAIL PROTECTED]
>>Sent: 13 March 2006 21:52
>>To: CF-Talk
>>Subject: Re: Inches
>>
>>
>>Hi Jennifer, You can substitute the "#form.yourfield#" with
>>'#form.yourfield#' (i.e. single quotes) but it is also good 
>>practice to use
>>the  tag within your sql as follows:
>>
>>
>>   insert into mytable
>>   (col1,.. other columns)
>>   values
>>   (>maxlength="5">,
>>other values..)
>>
>>
>>choose the type and length to match your database column.
>>
>>Hope that helps.
>>
>>On 3/13/06, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote:
>>>
>>> for example:
>>>
>>> into a form text input goes "4"/10cm"  what gets stored is 4, 
>>because the
>>> "
>>> is taken as end of string.
>>>
>>
>>--
>>Mike T
>>Blog http://www.socialpoints.com/
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235293
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Inches

2006-03-14 Thread Jennifer Gavin-Wear
ms sql 2000

>>-Original Message-
>>From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
>>Sent: 13 March 2006 20:43
>>To: CF-Talk
>>Subject: Re: Inches
>>
>>
>>Jennifer Gavin-Wear wrote:
>>> for example:
>>> 
>>> into a form text input goes "4"/10cm"  what gets stored is 4, 
>>because the "
>>> is taken as end of string.
>>
>>You must be using MySQL :(
>>
>>Use cfqueryparam.
>>
>>Jochem
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235292
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Inches

2006-03-13 Thread Jennifer Gavin-Wear
for example:

into a form text input goes "4"/10cm"  what gets stored is 4, because the "
is taken as end of string.



>>-Original Message-
>>From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]
>>Sent: 13 March 2006 14:46
>>To: CF-Talk
>>Subject: RE: Inches
>>
>>
>>> From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
>>> very funny .. now can you come up with something that works ;) ?
>>
>>What's the problem exactly... just store it as a string if that is how you
>>need it stored.
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235271
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Inches

2006-03-13 Thread Jennifer Gavin-Wear
very funny .. now can you come up with something that works ;) ?


>>-Original Message-
>>From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]
>>Sent: 13 March 2006 13:21
>>To: CF-Talk
>>Subject: RE: Inches
>>
>>
>>> From: Adrian Lynch [mailto:[EMAIL PROTECTED] 
>>> Store it as NTEXT, that's what NTEXT was meant for, storing inches...
>>
>>LOL.
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235192
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Inches

2006-03-13 Thread Jennifer Gavin-Wear
Hi russ,

I need it as a string :-)

Jenny

>>-Original Message-
>>From: Snake [mailto:[EMAIL PROTECTED]
>>Sent: 13 March 2006 12:57
>>To: CF-Talk
>>Subject: RE: Inches
>>
>>
>>If u absolutely must have the " stored in the database, and 
>>cannot just stor
>>ethe number then you will have to store it as a sting.
>>
>>But as has been suggested, only storing the value would be preferable.
>>On your form you can just have the units of measurements in a drop down
>>list, so the user types 11 in the text field and selects INCHES from the
>>drop down.
>>
>>Russ
>>
>>-Original Message-
>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] 
>>Sent: 13 March 2006 12:18
>>To: CF-Talk
>>Subject: RE: Inches
>>
>>All good answers, but won't work for me ...
>>
>>should i use replace function perhaps ?
>>
>>
>>>>-Original Message-
>>>>From: Jeff Garza [mailto:[EMAIL PROTECTED]
>>>>Sent: 13 March 2006 11:44
>>>>To: CF-Talk
>>>>Subject: RE: Inches
>>>>
>>>>
>>>>I'd create an additional column to hold the unit of measure 
>>information..
>>>>You could take it a step further and create an extra table to hold the 
>>>>UOM information and just store the PK value in your products table...
>>>> This way
>>>>the only values you hold in the size field would be an interger (or 
>>>>decimal) value.
>>>>
>>>>Just a thought,
>>>>
>>>>Jeff
>>>>
>>>>-Original Message-
>>>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
>>>>Sent: Monday, March 13, 2006 4:33 AM
>>>>To: CF-Talk
>>>>Subject: Inches
>>>>
>>>>Hi all,
>>>>
>>>>Got a form to enter product size info that needs to take inches, ie 22"
>>>>
>>>>How do I get this value into MSQL and then display it please?
>>>>
>>>>Thanks, Jenny
>>>>
>>>>--
>>>>No virus found in this outgoing message.
>>>>Checked by AVG Free Edition.
>>>>Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 
>>>>10/03/2006
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235183
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Inches

2006-03-13 Thread Jennifer Gavin-Wear
All good answers, but won't work for me ...

should i use replace function perhaps ?


>>-Original Message-
>>From: Jeff Garza [mailto:[EMAIL PROTECTED]
>>Sent: 13 March 2006 11:44
>>To: CF-Talk
>>Subject: RE: Inches
>>
>>
>>I'd create an additional column to hold the unit of measure information..
>>You could take it a step further and create an extra table to hold the UOM
>>information and just store the PK value in your products table...
>> This way
>>the only values you hold in the size field would be an interger
>>(or decimal)
>>value.
>>
>>Just a thought,
>>
>>Jeff
>>
>>-Original Message-
>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
>>Sent: Monday, March 13, 2006 4:33 AM
>>To: CF-Talk
>>Subject: Inches
>>
>>Hi all,
>>
>>Got a form to enter product size info that needs to take inches, ie 22"
>>
>>How do I get this value into MSQL and then display it please?
>>
>>Thanks, Jenny
>>
>>--
>>No virus found in this outgoing message.
>>Checked by AVG Free Edition.
>>Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 10/03/2006
>>
>>
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235180
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Inches

2006-03-13 Thread Jennifer Gavin-Wear
Hi all,

Got a form to enter product size info that needs to take inches, ie 22"

How do I get this value into MSQL and then display it please?

Thanks, Jenny

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 10/03/2006



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235174
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SQL Question

2006-03-04 Thread Jennifer Gavin-Wear
from the sql:

and (getdate() between list_stock_shop.salefrom and list_stock_shop.saleto)

i think i had my parentheses wrong before.

I'm developing a cart, will post url at some point in the future if it looks
any good for general use :-)

Jenny



>>-Original Message-
>>From: Roberto Perez [mailto:[EMAIL PROTECTED]
>>Sent: 04 March 2006 17:07
>>To: CF-Talk
>>Subject: RE: SQL Question
>>
>>
>>At 11:51 AM 3/4/2006, Jennifer Gavin-Wear wrote:
>>>can ignore this .. sorted it .. thanks
>>
>>
>>Good job :-)
>>
>>Could you post the solution so that it gets archived and can be used
>>in the future by others who may have a similar problem?
>>
>>Thanks,
>>
>>Roberto
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234195
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SQL Question

2006-03-04 Thread Jennifer Gavin-Wear
can ignore this .. sorted it .. thanks

>>-Original Message-
>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
>>Sent: 04 March 2006 16:33
>>To: CF-Talk
>>Subject: OT: SQL Question
>>
>>
>>using a "between":
>>
>>where getdate() between tbl.fromdate and tbl.todate
>>
>>i'm getting a problem using the getdate, says it expects a column 
>>whereas i
>>want to use the getdate
>>
>>any ideas anyone please?
>>
>>thanks, Jenny
>>
>>--
>>No virus found in this outgoing message.
>>Checked by AVG Free Edition.
>>Version: 7.1.375 / Virus Database: 268.1.2/274 - Release Date: 03/03/2006
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234190
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: SQL Question

2006-03-04 Thread Jennifer Gavin-Wear
using a "between":

where getdate() between tbl.fromdate and tbl.todate

i'm getting a problem using the getdate, says it expects a column whereas i
want to use the getdate

any ideas anyone please?

thanks, Jenny

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.1.2/274 - Release Date: 03/03/2006



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234189
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SEO Tools

2006-03-02 Thread Jennifer Gavin-Wear
Hi Randy,

www.webceo.com
There is a free version - if you are serious about SEO it's worth paying out
for the fully featured versions, but even the free version will set you in
the right direction.

http://www.goodkeywords.com/
A freebie, this is good for keyword research.  Also has some page analysis
tools which are useful.

I tried IBP, wasn't impressed, and I've tried pretty much everything out
there, most of which is crap.

www.seoelite.com
SEO Elite is worth a look, but the interface is horrible.

Personally I wouldn't bother with link build campaigns as the SE's are
dropping the relevance of it, due to the cheating that's been going on - and
the emergence of crappy link farm sites purely to drive adsense.

Hope this helps,

Jenny


>>-Original Message-
>>From: Adkins, Randy [mailto:[EMAIL PROTECTED]
>>Sent: 01 March 2006 21:25
>>To: CF-Talk
>>Subject: SEO Tools
>>
>>
>>What are the most common used search engine optimization tools used
>>and recommendations?
>>
>>TIA!
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233919
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF Host recommendations

2006-03-02 Thread Jennifer Gavin-Wear
which is why most people back things up.

>>-Original Message-
>>From: Snake [mailto:[EMAIL PROTECTED]
>>Sent: 01 March 2006 00:11
>>To: CF-Talk
>>Subject: RE: CF Host recommendations
>>
>>
>>Single disk systems are generally cheap everywhere as you have no
>>redundancy, if the disk fails, you have lost everything.
>>
>>russ 
>>
>>-Original Message-
>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] 
>>Sent: 28 February 2006 23:53
>>To: CF-Talk
>>Subject: RE: CF Host recommendations
>>
>>Hi Steve,
>>
>>I just signed up with Vortech a month or so ago.
>>
>>Dedicated server for 104 bucks a month, you could run what you like.
>>
>>Specs: P4 2.66, 1GB, 40GB.  Been very reliable so far, and 
>>support good too.
>>
>>Jenny
>>
>>
>>>>-Original Message-
>>>>From: Steve Kahn [mailto:[EMAIL PROTECTED]
>>>>Sent: 28 February 2006 16:19
>>>>To: CF-Talk
>>>>Subject: CF Host recommendations
>>>>
>>>>
>>>>We need cf server 5, crytaltech does not offer it. Has anyone dealt 
>>>>with hosttone.com or have a cf 5 server recommendation.
>>>>
>>>>Thanks everyone
>>>>Steve
>>>>
>>>>
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233916
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF Host recommendations

2006-02-28 Thread Jennifer Gavin-Wear
Hi Steve,

I just signed up with Vortech a month or so ago.

Dedicated server for 104 bucks a month, you could run what you like.

Specs: P4 2.66, 1GB, 40GB.  Been very reliable so far, and support good too.

Jenny


>>-Original Message-
>>From: Steve Kahn [mailto:[EMAIL PROTECTED]
>>Sent: 28 February 2006 16:19
>>To: CF-Talk
>>Subject: CF Host recommendations
>>
>>
>>We need cf server 5, crytaltech does not offer it. Has anyone
>>dealt with hosttone.com or have a cf 5 server recommendation.
>>
>>Thanks everyone
>>Steve
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233692
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google indexing

2006-02-21 Thread Jennifer Gavin-Wear
Hi Rick,

>From Google:  http://www.google.com/technology/

A couple of useful commands in a Google search:

index:www.mysite.com

Shows which pages Google has indexed, if any, and is a way to see indicate
whether a site may have been banned.

links:www.mysite.com

Shows how many back links you have.  Take a look at the page your link sits
on.  If it has a low page rank the link is actually hurting your rankings,
not helping.

(These commands also work on MSN and Yahoo.)

A useful way to see if you have bad links is an undocumented search command
on Yahoo:

linkdomain:mydomain.com

This will show you all Yahoo back links to any page in your site.  A useful
way of finding out if you have links on good pages.

Also, download the Google tool bar http://www.google.co.uk/intl/en/options/
Google Tools: Toolbar

This will show you the page rank on the page you are currently browsing.

Don't even bother posting your link to a page if you see it has a PR below
3.

Be very careful about following dodgey techniques that may get you a quick
ranking until Google sees the cheat and may even bar the site completely.
It can take months to get a site listed once it has been barred.

Don't over do keyword useage hoping to score points.  Get the keywords into
key positions, but don't drown your page in them.

High scoring positions for keywords are  .
first and last words read be the SE on your page.

To see how the SE sees your page a useful tool is
http://www.goodkeywords.com/ which is also pretty good for keyword research.

Keyword density is key.  No more than 8 words in your page title, no more
than 248 characters in your meta (or some search engines will reject your
submission altogether).

A pretty good piece of software to research and see how you are doing in
rankings and back links is www.webceo.com (there is even a free version).

SEO isn't everything.  It is possible to spend huge amounts of time on SEO
(and money) and get nowhere (in highly competitive markets) for a very long
time and it may be as well to spend on Google Adwords to gain traffic either
while you are waiting for SEO positioning, or even ditching SEO completely.

First and foremost to get a good ranking is to have a site with good unique
content that is easily navigable and easy to read.

If you need any more pointers, or even my SEO consultancy, please drop me an
email off list.

Hope this helps, and good luck!

Jenny

>>-Original Message-
>>From: Rick Root [mailto:[EMAIL PROTECTED]
>>Sent: 21 February 2006 04:54
>>To: CF-Talk
>>Subject: OT: Google indexing
>>
>>
>>Okay... do a google search for "bob guiney"
>>
>>http://www.google.com/search?q=bob+guiney
>>
>>His site (which I built) is the first link.. which is good.  And google
>>also lists direct links to a couple of subpages.. BGB Imagery, Bob
>>Guiney's Online Diary, Music, etc.
>>
>>How does google decide what to put up there?  Click popularity?  Of
>>course they can't tell when you click on something, so maybe link
>>popularity?
>>
>>Anyway, I didn't notice that google was doing this until just now when
>>Bob asked me if we c ould axe the diary link from google.  My initial
>>idea is to just use a robots.txt file to prevent the diary from even
>>being indexed.. clearly that would solve the problem, but is it the best
>>solution?
>>
>>(vent:  why doesn't Mozilla Thunderbird's built in spell checker know
>>how to spell "Mozilla" and "Thunderbird"?)
>>
>>Rick
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233051
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Search Engine Software

2006-02-18 Thread Jennifer Gavin-Wear
"She" .. hmm must be me :P

Verity does some of what I want to do but not all.  I really need something
that sees and indexes a site just as a search engine would.

But thanks for the Verity suggestion Adrian.  I'll use Verity to index a doc
store for the time being until I find something to carry out the rest.

Nice work Rick, I can see how it works well on a site like yours :-)

One of the complexities of the site I'm working on in the customer
requirements for security are hardly typical.  So it's a nightmare
separating out the pages and parts of pages to index.  I'm confident an
application that works as a se does, indexing the site from the outside,
will do just as I need, perhaps with Verity still doing the docs.

Thanks again,

She ;)


>>-Original Message-
>>From: Rick Root [mailto:[EMAIL PROTECTED]
>>Sent: 18 February 2006 23:54
>>To: CF-Talk
>>Subject: Re: Search Engine Software
>>
>>
>>Adrian Lynch wrote:
>>> It's ok everyone, I'll take this one...
>>>
>>>  Verity?
>>
>>Heh.
>>
>>And in case she wants to see an example... although probably a poor one
>>since I've spent a total of 2 hours building it
>>
>>http://www.it.dev.duke.edu/search.cfm
>>
>>Clearly verity is a lot more powerful that what I've done but it works
>>very well for us.
>>
>>Rick
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232811
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Search Engine Software

2006-02-18 Thread Jennifer Gavin-Wear
I'm looking for recommendations for Search Engine software to index and
search a site.

It needs to support CF, naturally, index static and dynamic pages, and also
documents (.doc, .pdf).

Also needs to be fully automated with either it's own scheduler or an
api/command line interface so the search indexes can be kept up to date
automatically.

Thanks,

Jenny




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232773
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email to database

2006-02-16 Thread Jennifer Gavin-Wear
http://store.newmediadevelopment.net/cfx_tag.cfm?ProductID=15

more exact link

>>-Original Message-
>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
>>Sent: 16 February 2006 23:29
>>To: CF-Talk
>>Subject: RE: Email to database
>>
>>
>>Hi Les,
>>
>>I've just been working on a project to do this, you are welcome
>>to the code.
>>
>>Mail me off list and I'll send you what I have.
>>
>>I've made use of the imap4 tag http://www.newmediadevelopment.net/
>>
>>I didn't have much luck with cfpop.
>>
>>Jenny
>>
>>>>-Original Message-
>>>>From: Les Irvin [mailto:[EMAIL PROTECTED]
>>>>Sent: 16 February 2006 18:54
>>>>To: CF-Talk
>>>>Subject: Email to database
>>>>
>>>>
>>>>Can anyone give me an idea how to programmatically insert email into a
>>>>database using cold fusion?  I'd like to take a daily digest post from a
>>>>mailing list and have it automatically inserted into a database.
>>>>Possible?
>>>>
>>>>
>>>>Thanks in advance,
>>>>Les
>>>>
>>>>
>>>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232632
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email to database

2006-02-16 Thread Jennifer Gavin-Wear
Hi Les,

I've just been working on a project to do this, you are welcome to the code.

Mail me off list and I'll send you what I have.

I've made use of the imap4 tag http://www.newmediadevelopment.net/

I didn't have much luck with cfpop.

Jenny

>>-Original Message-
>>From: Les Irvin [mailto:[EMAIL PROTECTED]
>>Sent: 16 February 2006 18:54
>>To: CF-Talk
>>Subject: Email to database
>>
>>
>>Can anyone give me an idea how to programmatically insert email into a
>>database using cold fusion?  I'd like to take a daily digest post from a
>>mailing list and have it automatically inserted into a database.
>>Possible?
>>
>>
>>Thanks in advance,
>>Les
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232631
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: problems installing 6.1 on windows 2003

2006-02-16 Thread Jennifer Gavin-Wear
You need to add the 127.0.0.1 to allowed sites in IE security or it will
just sit there.

If you get stuck I've just done this install on a couple of 2003 boxes.

Jenny

>>-Original Message-
>>From: Burns, John D [mailto:[EMAIL PROTECTED]
>>Sent: 16 February 2006 18:10
>>To: CF-Talk
>>Subject: RE: problems installing 6.1 on windows 2003
>>
>>
>>That's right DEP. I knew mine looked funny. Yeah, sorry, I can't help
>>you with the ODBC services since I haven't seen that error before. Any
>>chance that maybe the ODBC service is already installed or something?
>>
>>
>>John Burns
>>Certified Advanced ColdFusion MX Developer
>>Wyle Laboratories, Inc. | Web Developer
>>
>>
>>-Original Message-
>>From: Plunkett, Matthew [mailto:[EMAIL PROTECTED]
>>Sent: Thursday, February 16, 2006 11:30 AM
>>To: CF-Talk
>>Subject: RE: problems installing 6.1 on windows 2003
>>
>>I ran into that DEP problem, and got past it.  The installer ran
>>successfully.  It is failing in the administrator portion that
>>configures the ODBC service.
>>
>>-Original Message-
>>From: Burns, John D [mailto:[EMAIL PROTECTED]
>>Sent: Thursday, February 16, 2006 11:12 AM
>>To: CF-Talk
>>Subject: RE: problems installing 6.1 on windows 2003
>>
>>
>>Is this failing during the actual windows installer or the web
>>configuration? I know I've run into problems trying to install CF on a
>>windows 2003 box because of windows blocking that type of installer.  I
>>think it's called DES but for some reason that doesn't sound right to
>>me. Someone else should be able to give more details.
>>
>>
>>John Burns
>>Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web
>>Developer
>>
>>
>>-Original Message-
>>From: Plunkett, Matthew [mailto:[EMAIL PROTECTED]
>>Sent: Thursday, February 16, 2006 10:59 AM
>>To: CF-Talk
>>Subject: problems installing 6.1 on windows 2003
>>
>>I'm used to Windows 2000, so this may just be a server question.
>>
>>I got the 6.1 installer to install ColdFusion, but I cannot get the
>>administrator wizard to set up the ODBC services.
>>
>>For debugging purposes, I have added Everyone: FC to the website root
>>that holds the administrator and the CFusionMX directory.  The Windows
>>firewall is currently stopped.  Nothing is showing up in the event log.
>>What could stop the ODBC setup from happening?
>>
>>Thanks,
>>Matthew
>>
>>
>>
>>
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232530
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CSS Positioning

2006-02-14 Thread Jennifer Gavin-Wear
http://www.pmob.co.uk/

just about covers everything here with demos.

Jenny

>>-Original Message-
>>From: Robert Everland III [mailto:[EMAIL PROTECTED]
>>Sent: 14 February 2006 15:56
>>To: CF-Talk
>>Subject: OT: CSS Positioning
>>
>>
>>I want to play around with using CSS instead of using tables to 
>>position things. Does anyone have some sites that they use as an 
>>example of this that I can go off of.
>>
>>
>>
>>Bob
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232281
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: IIS and a cgi script.

2006-02-14 Thread Jennifer Gavin-Wear
thanks Dave .. still struggling .. will try with a fresh mind tomorrow.

Cheers

>>-Original Message-
>>From: Dave Watts [mailto:[EMAIL PROTECTED]
>>Sent: 14 February 2006 17:36
>>To: CF-Talk
>>Subject: RE: IIS and a cgi script.
>>
>>
>>> trying to run a cgi script on IIS 6 (win 2003 svr).
>>>
>>> can see the script in the virtual directory.
>>>
>>> when i try and run it i'm getting file not found.
>>>
>>> have set the v/dir to have read/exec/scripts all flagged on.
>>>
>>> called the v/dir  /cgi-bin
>>>
>>> so am assuming it should get found at mysite/cgi-bin/script.cgi
>>>
>>> am i missing something, please?
>>
>>For security reasons, IIS 6 requires that you enable CGI scripts.
>>
>>http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Lib
rary/IIS/b
c0c4729-e892-4871-b8f3-fcbf489f2f09.mspx

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232215
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: chat help

2006-02-14 Thread Jennifer Gavin-Wear
Hi rick,

just tried your link:

The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.

The following information is meant for the website developer for debugging
purposes.

Error Occurred While Processing Request
Invalid data for CFSQLTYPE CF_SQL_INTEGER.


The error occurred in /home/opencf/public_html/chat/chat.cfc: line 54

52 :, 

53 :,
54 :
55 :)
56 :




>>-Original Message-
>>From: Rick Root [mailto:[EMAIL PROTECTED]
>>Sent: 14 February 2006 17:47
>>To: CF-Talk
>>Subject: chat help
>>
>>
>>I'd love it if a few people wouldn't mind coming into my chat room that
>>I'm building with cfajax  I'd like to see how it reacts with a few
>>people in it.
>>
>>http://www.opensourcecf.com/chat
>>
>>Please choose "Test Room A"
>>
>>thanks.
>>
>>rick
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232214
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: IIS and a cgi script.

2006-02-14 Thread Jennifer Gavin-Wear
trying to run a cgi script on IIS 6 (win 2003 svr).

can see the script in the virtual directory.

when i try and run it i'm getting file not found.

have set the v/dir to have read/exec/scripts all flagged on.

called the v/dir  /cgi-bin

so am assuming it should get found at mysite/cgi-bin/script.cgi

am i missing something, please?

Jenny



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232209
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Calendar

2006-02-14 Thread Jennifer Gavin-Wear
Many thanks Brian, looks promising, will take a proper look tomorrow.

I couldn't see a download link?

Jenny

>>-Original Message-
>>From: Brian Polackoff [mailto:[EMAIL PROTECTED]
>>Sent: 14 February 2006 15:42
>>To: CF-Talk
>>Subject: RE: Calendar
>>
>>
>>Jenny,
>>Not sure if this will do. I wrote it some time ago and I am sure it will
>>need some tweaking.  Disregard the pricing info, for it is free now (with
>>little or no support) if you are interested feel free to contact 
>>me offline.
>>
>>http://www.centuron.net/Products/OnlineCalendar_FullAd.cfm 
>>
>>Brian
>>
>>-Original Message-
>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] 
>>Sent: Tuesday, February 14, 2006 10:33 AM
>>To: CF-Talk
>>Subject: Calendar
>>
>>Hi,
>>
>>Does anyone know of a good Calendar plug in for cf, please?
>>
>>To be used with an on line bookings system.
>>
>>Thanks, Jenny
>>
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232205
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Calendar

2006-02-14 Thread Jennifer Gavin-Wear
Hi,

Does anyone know of a good Calendar plug in for cf, please?

To be used with an on line bookings system.

Thanks, Jenny


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232196
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SmarterStats

2006-02-11 Thread Jennifer Gavin-Wear
Thought as much, thanks Russ.


>>-Original Message-
>>From: Snake [mailto:[EMAIL PROTECTED]
>>Sent: 11 February 2006 23:31
>>To: CF-Talk
>>Subject: RE: SmarterStats
>>
>>
>>This wouldn't really give you total server traffic, it will only tell you
>>HTTP traffic from web sites.
>>To get total server traffic you need to do this at switch or NIC level.
>>
>>Russ 
>>
>>-Original Message-
>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] 
>>Sent: 11 February 2006 23:13
>>To: CF-Talk
>>Subject: OT: SmarterStats
>>
>>Way OT .. does anyone know if there's a way to get reports across 
>>all sites
>>to find out the total server traffic, please?
>>
>>jenny
>>
>>
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232048
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: SmarterStats

2006-02-11 Thread Jennifer Gavin-Wear
Way OT .. does anyone know if there's a way to get reports across all sites
to find out the total server traffic, please?

jenny



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232046
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Create dynamic PDF in CFMX 6.1 Standard

2006-02-11 Thread Jennifer Gavin-Wear
Hi Bryan,

Seems that for iText a knowledge of Java is needed, do you know of anything
else, please?

Thanks,

Jenny


>>-Original Message-
>>From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
>>Sent: 11 January 2006 19:17
>>To: CF-Talk
>>Subject: Re: Create dynamic PDF in CFMX 6.1 Standard
>>
>>
>>> Actually, I just found out that one of my co-workers installed the
>>> HTMLtoPDF3 custom tag so I'm going to work with that.
>>
>>You may find that it is only as good as the HTML layout you can
>>create...iText
>>gives WAY more control if needed.
>>
>>Bryan Stevenson B.Comm.
>>VP & Director of E-Commerce Development
>>Electric Edge Systems Group Inc.
>>phone: 250.480.0642
>>fax: 250.480.1264
>>cell: 250.920.8830
>>e-mail: [EMAIL PROTECTED]
>>web: www.electricedgesystems.com
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232045
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: parsing a list

2006-02-10 Thread Jennifer Gavin-Wear
I think if you save your text file with the tabbed data as a .csv and then
load it into Exel you'll be able to export the data in all sorts of db
formats.

Jenny

>>-Original Message-
>>From: dave [mailto:[EMAIL PROTECTED]
>>Sent: 10 February 2006 06:41
>>To: CF-Talk
>>Subject: parsing a list
>>
>>
>>I'm having trouble parsing a list.
>>Clients exports a TAB file from filemaker pro, which is uploaded
>>and I chang it to a txt file and replace the tabbed spaces with
>>",", so if i do cfloop (list) over it i get an output like this:
>>
>>  Emmitt R,Barns, III,   tim,Douglas,[EMAIL PROTECTED]
>>Rick,Middletorn,   Dennis,Drieml,   David,Perky,
>>Brian,Wells,[EMAIL PROTECTED]
>>Now I only want the rows that have an email attached to them.
>>Now I can do a listlen and check if it has something in the 3
>>position (email) and that the 3rd position is an email (see the
>>first entry where the 3rd position is not an email), then if
>>thats met then delete all the rows that dont have at least an
>>email. and be ready to insert to db.
>>
>>any ideas?
>>
>>~Dave the disruptor~
>>I forgot what I was gunna put here, Will woulda stole it anyways!
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231897
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Log analyzer software.

2006-02-06 Thread Jennifer Gavin-Wear
Thanks Pine, will check it out.

>>-Original Message-
>>From: PINE Phyo Z [mailto:[EMAIL PROTECTED]
>>Sent: 06 February 2006 22:55
>>To: CF-Talk
>>Subject: RE: Log analyzer software.
>>
>>
>>Ok, may be I'm jumping the gun but Port  is such a notorious port. I
>>wouldn't want to give that to my customers if I were you.
>>
>>Here is some info on port  :
>>http://www.auditmypc.com/port/tcp-port-.asp
>>
>>And if you google with the word "port ", there might be more info.
>>
>>Thanks & Regards,
>>Pine
>>
>>-Original Message-
>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] 
>>Sent: Monday, February 06, 2006 2:07 PM
>>To: CF-Talk
>>Subject: RE: Log analyzer software.
>>
>>
>>Hi Che,
>>
>>I've just installed Smarterstats on IE 6.  Took 10 mins to install, and
>>it appears the trial version will run one site for free.  It runs off
>>port  so you can give customer you host www.theirdomaim.com: and
>>a login to see their stats.  Maintenance, from what I can see, is zero.
>>
>>The stats are good and very adaptable.
>>
>>I've used Weblog Expert, which I'd say is better for Apache, and I
>>looked at AWstats which is a pain to set up (loads of command line, just
>>what you don't want).
>>
>>Jenny
>>
>>>>-Original Message-
>>>>From: Che Vilnonis [mailto:[EMAIL PROTECTED]
>>>>Sent: 06 February 2006 18:34
>>>>To: CF-Talk
>>>>Subject: OT: Log analyzer software.
>>>>
>>>>
>>>>I'm sure this has been re-hashed before. I did a search at HofF and 
>>>>found not many pertinent results.
>>>>
>>>>I'd like some recommendations on web log analyzer software. I'd like 
>>>>it to be easy to configure (no command line), work with IIS 6 and not 
>>>>cause too much overhead. Automated monthly report generation is my 
>>>>main concern for several domains. I don't require "real time", "roi", 
>>>>"pay per click" or even "daily/hourly" reports, etc. I've used 
>>>>WebTrends in the past and found it limited. Perhaps their latest 
>>>>version would be better? Deepmetrix? Urchin? AWStats? Let me know...
>>>>
>>>>Any thoughts or ideas would be great. Thanks, Che.
>>
>>
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231524
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Log analyzer software.

2006-02-06 Thread Jennifer Gavin-Wear
It runs two processes taking up about 75mb ram.  Haven't noticed any alow
down on the server, a 2.6ghz pentium with 1gb ram.


>>-Original Message-
>>From: Che Vilnonis [mailto:[EMAIL PROTECTED]
>>Sent: 06 February 2006 18:49
>>To: CF-Talk
>>Subject: RE: Log analyzer software.
>>
>>
>>Thanks Randy. I see that.
>>Do you run this on your web server or do you use SmarterStats on another
>>machine? Basically, how much does it tax the web server?
>>
>>-Original Message-
>>From: Adkins, Randy [mailto:[EMAIL PROTECTED]
>>Sent: Monday, February 06, 2006 1:46 PM
>>To: CF-Talk
>>Subject: RE: Log analyzer software.
>>
>>
>>I think there is a Trial version to use
>>
>>-Original Message-
>>From: Che Vilnonis [mailto:[EMAIL PROTECTED]
>>Sent: Monday, February 06, 2006 1:44 PM
>>To: CF-Talk
>>Subject: RE: Log analyzer software.
>>
>>Thanks Randy. That's what I am looking for. No command line... fully
>>automated.
>>Keep 'em coming...
>>
>>-Original Message-
>>From: Adkins, Randy [mailto:[EMAIL PROTECTED]
>>Sent: Monday, February 06, 2006 1:41 PM
>>To: CF-Talk
>>Subject: RE: Log analyzer software.
>>
>>
>>Personally I am using SmarterStats and enjoy it very well.
>>I have automated reports running from it but never attempted Running
>>items from Command Line, sorry.
>>
>>
>>
>>-Original Message-
>>From: Che Vilnonis [mailto:[EMAIL PROTECTED]
>>Sent: Monday, February 06, 2006 1:34 PM
>>To: CF-Talk
>>Subject: OT: Log analyzer software.
>>
>>I'm sure this has been re-hashed before. I did a search at HofF and
>>found not many pertinent results.
>>
>>I'd like some recommendations on web log analyzer software. I'd like it
>>to be easy to configure (no command line), work with IIS 6 and not cause
>>too much overhead. Automated monthly report generation is my main
>>concern for several domains. I don't require "real time", "roi", "pay
>>per click" or even "daily/hourly" reports, etc. I've used WebTrends in
>>the past and found it limited. Perhaps their latest version would be
>>better? Deepmetrix? Urchin?
>>AWStats? Let me know...
>>
>>Any thoughts or ideas would be great. Thanks, Che.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231519
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Log analyzer software.

2006-02-06 Thread Jennifer Gavin-Wear
Hi Che,

I've just installed Smarterstats on IE 6.  Took 10 mins to install, and it
appears the trial version will run one site for free.  It runs off port 
so you can give customer you host www.theirdomaim.com: and a login to
see their stats.  Maintenance, from what I can see, is zero.

The stats are good and very adaptable.

I've used Weblog Expert, which I'd say is better for Apache, and I looked at
AWstats which is a pain to set up (loads of command line, just what you
don't want).

Jenny

>>-Original Message-
>>From: Che Vilnonis [mailto:[EMAIL PROTECTED]
>>Sent: 06 February 2006 18:34
>>To: CF-Talk
>>Subject: OT: Log analyzer software.
>>
>>
>>I'm sure this has been re-hashed before. I did a search at HofF and found
>>not many pertinent results.
>>
>>I'd like some recommendations on web log analyzer software. I'd like it to
>>be easy to configure (no command line), work with IIS 6 and not cause too
>>much overhead. Automated monthly report generation is my main concern for
>>several domains. I don't require "real time", "roi", "pay per
>>click" or even
>>"daily/hourly" reports, etc. I've used WebTrends in the past and found it
>>limited. Perhaps their latest version would be better? Deepmetrix? Urchin?
>>AWStats? Let me know...
>>
>>Any thoughts or ideas would be great. Thanks, Che.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231516
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: SQL connectivity

2006-02-05 Thread Jennifer Gavin-Wear
Hi,

I'm trying to get two sql servers talking to each other.

Scenario:  MS SQL 2000 servers on both servers running on Windows 2003
Server with the built in firewall, one in the UK, one in the USA.

I've opened up ports 1433/tcp and 1434/udp between the two ip addresses.

I'm able to register the USA server from the UK server, but not the other
way around.

I can ping the servers both ways, so the dns is resolving ok.

I can't telnet onto 1433 on the UK server from the USA server which I think
could be the problem, but I can't see how the port is blocked.

My aim is to set up replication to backup the USA server onto the UK server.

Any ideas please?

Thanks,
Jenny



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231395
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: setting up network data source

2006-02-03 Thread Jennifer Gavin-Wear
A useful trick if you're having this types of issue is to firstly ping the
machine and then try telneting to the port.

telnet ip.add.ress.here 1433

The ping tells you the routing is fine, the telnet tells you whether it's a
firewall issue.

(Telnet also works with mail servers (port 110 pop, 143 imap, 25 smtp.)

Glad you got it sorted,

Jenny


>>-Original Message-
>>From: Paul [mailto:[EMAIL PROTECTED]
>>Sent: 03 February 2006 23:26
>>To: CF-Talk
>>Subject: RE: setting up network data source
>>
>>
>>I fixed it... It was the security policy on the db server; I had enabled
>>port 1433 but not the SQL Server listener... or something.  I'm not very
>>familiar with Win2k3's security config stuff just yet.
>>
>>Thanks again for your advice.
>>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231325
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: help! cgi.global

2006-02-02 Thread Jennifer Gavin-Wear
found the answer .. i'm stupid ;)

was calling on a ms sql query that referred to the cglobal table .. duh

thanks for the help :-)


>>-Original Message-
>>From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
>>Sent: 02 February 2006 12:21
>>To: CF-Talk
>>Subject: RE: help! cgi.global
>>
>>
>>Is the default storage mechanism for Client sessions set to the right db
>>in the Administrator?
>>
>>Or is this some other table named Cglobal?  I'm assuming it is dealing
>>with client sessions because of the name of the table.
>>
>>Steve
>>
>>
>>-Original Message-
>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] 
>>Sent: Thursday, February 02, 2006 7:09 AM
>>To: CF-Talk
>>Subject: RE: help! cgi.global
>>
>>
>>Hi Steven,
>>
>>I've configed another db and other sites are using it ok.
>>
>>It's only on this site and with one query I'm seeing the error.
>>
>>jenny
>>
>>
>>>>-Original Message-
>>>>From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
>>>>Sent: 02 February 2006 12:06
>>>>To: CF-Talk
>>>>Subject: RE: help! cgi.global
>>>>
>>>>
>>>>Jennifer,
>>>>
>>>>Looks like your database for client variables wasn't configured.  If
>>you
>>>>go into the CF Administrator there should be an option to create the
>>>>tables you need.
>>>>
>>>>Steve
>>>>
>>>>
>>>>-Original Message-
>>>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] 
>>>>Sent: Thursday, February 02, 2006 6:58 AM
>>>>To: CF-Talk
>>>>Subject: help! cgi.global
>>>>
>>>>
>>>>I've just moved a site to a new server and I've set up a separate
>>>>database
>>>>for the client variable store.
>>>>
>>>>I changed the value in my application.cfm, but I'm getting the
>>following
>>>>error on some pages:
>>>>
>>>>Error Executing Database Query.[Macromedia][SQLServer JDBC
>>>>Driver][SQLServer]Invalid object name 'dbo.CGLOBAL'. The specific
>>>>sequence
>>>>of files included or processed is:
>>>>C:\Inetpub\chicksnchaps.co.uk\search\browse.cfm
>>>>
>>>>So the application is still looking for the tables in the old
>>location.
>>>>
>>>>How do i solve this please?
>>>>
>>>>Thanks, Jenny
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231089
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: help! cgi.global

2006-02-02 Thread Jennifer Gavin-Wear
Hi Steven,

I've configed another db and other sites are using it ok.

It's only on this site and with one query I'm seeing the error.

jenny


>>-Original Message-
>>From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
>>Sent: 02 February 2006 12:06
>>To: CF-Talk
>>Subject: RE: help! cgi.global
>>
>>
>>Jennifer,
>>
>>Looks like your database for client variables wasn't configured.  If you
>>go into the CF Administrator there should be an option to create the
>>tables you need.
>>
>>Steve
>>
>>
>>-Original Message-
>>From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] 
>>Sent: Thursday, February 02, 2006 6:58 AM
>>To: CF-Talk
>>Subject: help! cgi.global
>>
>>
>>I've just moved a site to a new server and I've set up a separate
>>database
>>for the client variable store.
>>
>>I changed the value in my application.cfm, but I'm getting the following
>>error on some pages:
>>
>>Error Executing Database Query.[Macromedia][SQLServer JDBC
>>Driver][SQLServer]Invalid object name 'dbo.CGLOBAL'. The specific
>>sequence
>>of files included or processed is:
>>C:\Inetpub\chicksnchaps.co.uk\search\browse.cfm
>>
>>So the application is still looking for the tables in the old location.
>>
>>How do i solve this please?
>>
>>Thanks, Jenny
>>
>>
>>
>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231083
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


help! cgi.global

2006-02-02 Thread Jennifer Gavin-Wear
I've just moved a site to a new server and I've set up a separate database
for the client variable store.

I changed the value in my application.cfm, but I'm getting the following
error on some pages:

Error Executing Database Query.[Macromedia][SQLServer JDBC
Driver][SQLServer]Invalid object name 'dbo.CGLOBAL'. The specific sequence
of files included or processed is:
C:\Inetpub\chicksnchaps.co.uk\search\browse.cfm

So the application is still looking for the tables in the old location.

How do i solve this please?

Thanks, Jenny



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231081
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: IE 7 beta is available

2006-01-31 Thread Jennifer Gavin-Wear
More "intelligent design" from ms ;) ?

>>-Original Message-
>>From: Stan Winchester [mailto:[EMAIL PROTECTED]
>>Sent: 31 January 2006 21:34
>>To: CF-Talk
>>Subject: IE 7 beta is available
>>
>>
>>Let the fun begin!
>>
>>http://www.microsoft.com/windows/ie/default.mspx 
>> 
>>Thank you,
>>Aftershock Web Design, Inc.
>>by: Stan Winchester
>>President/Developer
>>[EMAIL PROTECTED]  
>>http://www.aftershockweb.com/   
>>Phone 503-244-3440
>>Fax 503-244-3454
>> 
>>
>>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230894
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFX_IMAP4 Problem

2006-01-31 Thread Jennifer Gavin-Wear
Have just this sec sent you an email, Paul :-)

Jenny



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230866
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFX_IMAP4 Problem

2006-01-31 Thread Jennifer Gavin-Wear
Hi Paul,

I have sent you two or three emails over the last few days and not heard
back.

Have you not received them?

Jenny


>>-Original Message-
>>From: Paul Vernon [mailto:[EMAIL PROTECTED]
>>Sent: 31 January 2006 14:51
>>To: CF-Talk
>>Subject: RE: CFX_IMAP4 Problem
>>
>>
>>Hi Jennifer,
>>
>>If you need support for CFX_IMAP4 please contact me off list.
>>
>>Yours
>>
>>Paul Vernon
>>http://www.newmediadevelopment.net
>>t: 0871 425 4260
>>m: +44 (0)7887 952591
>>f: 0871 425 4261
>>e: mailto:[EMAIL PROTECTED]
>>
>>The information contained in this e-mail and any attachment is
>>intended only
>>for the named addressee(s). If you are not the named addressee(s), please
>>notify the sender immediately and do not disclose, copy or distribute the
>>contents to any other person other than the intended addressee(s).
>>
>>> -Original Message-
>>> From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
>>> Sent: Tuesday, 31 January 2006 11:27
>>> To: CF-Talk
>>> Subject: CFX_IMAP4 Problem
>>>
>>> has anyone else had problems with imap taking forever to just
>>> read a folder?
>>>
>>> was working fine on one server, say 2 secs for 200 mails, and
>>> now it times out over 600 secs.
>>>
>>> Am wondering if I'd be better off just using cfx_pop as all I
>>> need to do for this project is read off the mail and there's
>>> no need for the extended features imap would give?
>>>
>>> Jenny
>>>
>>>
>>>
>>>
>>
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230834
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFX_IMAP4 Problem

2006-01-31 Thread Jennifer Gavin-Wear
has anyone else had problems with imap taking forever to just read a folder?

was working fine on one server, say 2 secs for 200 mails, and now it times
out over 600 secs.

Am wondering if I'd be better off just using cfx_pop as all I need to do for
this project is read off the mail and there's no need for the extended
features imap would give?

Jenny



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230816
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Suggestions For dedicated Server hosting

2006-01-30 Thread Jennifer Gavin-Wear
I've always stuck with Pentiums and it has saved me a few times when
Application providers have tried to blame the processor, hard for them to
say they didn't test on an Intel.  My impression of Celeron is that they are
terribly slow.

Jenny

-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED]
Sent: 30 January 2006 22:19
To: CF-Talk
Subject: Re: Suggestions For dedicated Server hosting


Burns, John D wrote:

>Ewww, a celeron! :-) I don't think I could bear to host anything on
>that. That's just me though. Lots of bad experiences with celeron
>processors.
>
So what CPU type do you prefer? Just a curiosity question really. I see
a lot of celerons in low-end servers these days - you can get them
almost anywhere and their prices are hard to beat.

--
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[EMAIL PROTECTED]



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230787
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Suggestions For dedicated Server hosting

2006-01-30 Thread Jennifer Gavin-Wear
I've just signed up with www.Vortechhosting.com

Dedicated P4 2.6ghz 1gb/40gb.  Running pretty well so far, just signed up
last week.

Support seems ok, but not been with them long enough to pass serious
judgement.

Price is $120 a month usd and includes Windows 2003 Server, Standard
Edition.

got CF, SQL2000, mdaemon and all sorts else running very smoothly.

Jenny

-Original Message-
From: applemicro [mailto:[EMAIL PROTECTED]
Sent: 30 January 2006 20:32
To: CF-Talk
Subject: Suggestions For dedicated Server hosting


Does anyone have any suggestions for a dedicated hosting provider?

Thanks




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230785
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SQL Server Monitoring with CF

2006-01-30 Thread Jennifer Gavin-Wear
Hi John,

You can monitor SQL db sizes from Windows Performance Monitor and schedule
an alert to trigger when the db size goes over a value.  The alert can run
an external script (a batch file for example).  Perhaps you could have the
script create a file that a scheduled CF task subsequently looks to see if
it has been created and create a cfmail if found?

Jenny


-Original Message-
From: John Lucania [mailto:[EMAIL PROTECTED]
Sent: 30 January 2006 14:58
To: CF-Talk
Subject: SQL Server Monitoring with CF


I want to monitor the sql server connected to CFMX.

What I want is:

- the total sizes the sql server drives
- free sizes the drives
- size of each database

in cfmail.

Any ideas?

Please advise.

jl



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230751
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Cf Server Problems

2006-01-30 Thread Jennifer Gavin-Wear
Are you seeing the jrun process run up memory ?

-Original Message-
From: applemicro [mailto:[EMAIL PROTECTED]
Sent: 30 January 2006 16:13
To: CF-Talk
Subject: Cf Server Problems


I have been having problems with one of our server's it seems to restart it
self every once in awhile. I think the problem is related to the os or a
hardware issue but I want to make sure that it's not cf causing the problem.
I have checked the log in the cf admin and nothing really stands out. I have
also checked the runtime logs and can not find any event that is being log
at the time of the restart.

We are running cfmx 6,1,0,63958 Ent
Windows 2003
IIS 6.0
jvm 1.4.2

Thanks




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230748
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: test please ignore

2006-01-29 Thread Jennifer Gavin-Wear
test


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230690
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: install problem

2006-01-25 Thread Jennifer Gavin-Wear
errrmm  hope you didn't think i had discounted it, because it worked
excellently :-)

as a warning to anyone doing the same install, make sure the 127.0.0.1 is
included in trusted sites, and be prepared for a long long wait when the
odbc is being configured.

Jenny


-Original Message-
From: Justin D. Scott [mailto:[EMAIL PROTECTED]
Sent: 25 January 2006 16:54
To: CF-Talk
Subject: RE: install problem


I had a similar issue a week or so ago with the installer opening, and then
vanishing.  Resetting the DEP setting corrected the issue for me, so I
wouldn't discount it so lightly.

-Justin


> -Original Message-
> From: Andy Allan [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 8:57 AM
> To: CF-Talk
> Subject: Re: install problem
>
> That won't resolve every issue with the installer exiting. As Neil
> said, sometimes the only way to get it to work is to do a silent
> install.
>
> Andy
>
> On 25/01/06, Jim Wright <[EMAIL PROTECTED]> wrote:
> > From Macr...err...Adobe site
> >
> http://www.macromedia.com/support/coldfusion/releasenotes/mx/m
> x61_known_problems.html#installationandconfiguration
> >
> > (It's down on the page, so I'll paste the section here)
> >
> > 60086
> >
> > On Windows 2003 systems with Service Pack 1 (SP1), the installer
> > immediately exits in the "preparing to install" dialog before
> > extracting files.  This worked previously on Windows 2003
> without SP1.
> >
> > A feature of Windows 2003 Service Pack 1 is "Data Execution
> > Prevention".   This security feature blocks the InstallAnywhere
> > self-extractor for CF 6.1 and all JRun4 Updaters.  (CF 7.0 is not
> > affected).  To fix this problem, do the following:
> >
> >1. Click Start, right click My Computer, and select Properties.
> >2. On the Advanced tab, click the [Settings] button under the
> > Performance section.
> >3. Select the Data Execution Prevention Tab in the Performance
> > Options dialog.
> >4. Select the radio button for "Turn on DEP ... except
> those I select:"
> >5. Select "Add" and select the Coldfusion or JRun
> installer.  (the
> > entry shows up as "InstallAnywhere Self-Extractor" in the dialog)
> >6. Select "Apply" on the "performance options" and "OK" on the
> > "System Properties" page
> >7. Now run the installer
> >
> > Here is Microsoft's description of this feature:
> >
> http://msdn.microsoft.com/library/default.asp?url=/library/en-
> us/memory/base/data_execution_prevention.as
> >
> > On 1/25/06, Jennifer Gavin-Wear
> <[EMAIL PROTECTED]> wrote:
> > > Coldfusion mx6.1 install on win 2003 standard.
> > >
> > > I see the installation wiz kick off and then it just
> disappears, can't see
> > > any processes left running.
> > >
> > > Ideas anyone?
> > >
> > > Thanks, Jenny
> > >
> > >
> > >
> > >
> > >
> >
> >
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230431
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: install problem

2006-01-25 Thread Jennifer Gavin-Wear
ok, thanks, that's cool :)

Jenny


-Original Message-
From: Jim Wright [mailto:[EMAIL PROTECTED]
Sent: 25 January 2006 15:47
To: CF-Talk
Subject: Re: install problem


> does this have to be done for the updater do you think?
>

I would assume that once you have put the "InstallAnywhere
Self-Extractor" into the exceptions, that it will work for anything
built with that...but I don't have any personal knowledge of that...I
just remembered seeing that article when I was investigating a install
issue that turned out to be the ActiveX issue that Neil talked about
(this was on Server 2000, and it was a BlueDragon install...which also
uses InstallAnywhere).
-jim



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230421
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: install problem

2006-01-25 Thread Jennifer Gavin-Wear
brilliant, thanks Jim for all the info, installing as I type.

does this have to be done for the updater do you think?

Jenny

-Original Message-
From: Jim Wright [mailto:[EMAIL PROTECTED]
Sent: 25 January 2006 13:50
To: CF-Talk
Subject: Re: install problem


>From Macr...err...Adobe site
http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_known_prob
lems.html#installationandconfiguration

(It's down on the page, so I'll paste the section here)

60086

On Windows 2003 systems with Service Pack 1 (SP1), the installer
immediately exits in the "preparing to install" dialog before
extracting files.  This worked previously on Windows 2003 without SP1.

A feature of Windows 2003 Service Pack 1 is "Data Execution
Prevention".   This security feature blocks the InstallAnywhere
self-extractor for CF 6.1 and all JRun4 Updaters.  (CF 7.0 is not
affected).  To fix this problem, do the following:

   1. Click Start, right click My Computer, and select Properties.
   2. On the Advanced tab, click the [Settings] button under the
Performance section.
   3. Select the Data Execution Prevention Tab in the Performance
Options dialog.
   4. Select the radio button for "Turn on DEP ... except those I select:"
   5. Select "Add" and select the Coldfusion or JRun installer.  (the
entry shows up as "InstallAnywhere Self-Extractor" in the dialog)
   6. Select "Apply" on the "performance options" and "OK" on the
"System Properties" page
   7. Now run the installer

Here is Microsoft's description of this feature:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base
/data_execution_prevention.as

On 1/25/06, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote:
> Coldfusion mx6.1 install on win 2003 standard.
>
> I see the installation wiz kick off and then it just disappears, can't see
> any processes left running.
>
> Ideas anyone?
>
> Thanks, Jenny
>
>
>
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230416
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


install problem

2006-01-25 Thread Jennifer Gavin-Wear
Coldfusion mx6.1 install on win 2003 standard.

I see the installation wiz kick off and then it just disappears, can't see
any processes left running.

Ideas anyone?

Thanks, Jenny




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230401
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Weird error message

2006-01-24 Thread Jennifer Gavin-Wear
Hi Brad,

thanks for the reply.

I think the problem might be with the imap cfc I'm using.  The sub q is
based on a imap query on the mail folder and I think it's got confused over
the message uid value.  Seems like a date is being returned into the uid
field.

Have emailed Paul Vernon who wrote the cfc.

Jenny

-Original Message-
From: Brad Wood [mailto:[EMAIL PROTECTED]
Sent: 24 January 2006 19:08
To: CF-Talk
Subject: RE: Weird error message


Try wrapping val(last_mail)+1 in an evaluate()

#evaluate(val(last_mail)+1)#



-Original Message-----
From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 24, 2006 12:49 PM
To: CF-Talk
Subject: Weird error message

Any ideas anyone please?

Strange error running:


select * from mail_get
where mail_get.uid  < #last_mail+1#


Returning with:

"0100(CET)" must be interprettable as a valid number in the current
locale.

The error occurred in C:\sites\ukasfp\members\maillist\import.cfm: line
168

166 : 
167 : select * from mail_get
168 : where mail_get.uid  < #val(last_mail)+1#
169 : 
170 :









~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230359
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Weird error message

2006-01-24 Thread Jennifer Gavin-Wear
Any ideas anyone please?

Strange error running:


select * from mail_get
where mail_get.uid  < #last_mail+1#


Returning with:

"0100(CET)" must be interprettable as a valid number in the current locale.

The error occurred in C:\sites\ukasfp\members\maillist\import.cfm: line 168

166 : 
167 : select * from mail_get
168 : where mail_get.uid  < #val(last_mail)+1#
169 : 
170 :





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230346
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


urlencode

2006-01-23 Thread Jennifer Gavin-Wear
urlencode:

had this working great, then a message appeared with a % in the subject to
be passed as a url var and urlencode promptly falls over.

work around:

this

#threads.subject2#

gets inperpretted by this







all i need now is a ~ and i'm stuck again, lol

1. it looks like a bug in urlencode
2. my workaround does work, but it's a bit frail using a tilda like that.
3. it looks like a lot of ugly code and I'm wondering if there's a better
way

any ideas anyone please?

Thanks!  Jenny







~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230227
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
lol, well I'm a woman, what would I know about technology ;)

:-)

-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED]
Sent: 21 January 2006 11:53
To: CF-Talk
Subject: Re: scheduling without a scheduler


>Yep, that's what she means :-)

I'm readin' thru this thread, and it's like 10% of the folks that read your
post actually READ it.

:)

Will



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230173
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
thanks Ray, will check on that

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 21:55
To: CF-Talk
Subject: Re: scheduling without a scheduler


yea, but even some cheapo ones let you do it from some homegrown app
that they have written.

Michael Dinowitz wrote:
> I assume she means that she's using CFSCHEDULE on her own box but the
cheapo hosting will not give her access to it.
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230171
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
Yep, that's what she means :-)

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 20:45
To: CF-Talk
Subject: Re: scheduling without a scheduler


I assume she means that she's using CFSCHEDULE on her own box but the cheapo
hosting will not give her access to it.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230170
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
duh .. i hadn't thought of using the application.cfm .. that could work ..

Thanks Russ

-Original Message-
From: Russ Michaels [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 21:45
To: CF-Talk
Subject: Re: scheduling without a scheduler


So are you saying your planned host has cfschedule disabled so that you
cannot setup scheduled tasks.
In which case your stuffed.
The only thing you can do is have some code within you site that executes
everytime someone visits (in the application.cfm), which will run it's own
timer and run your scheduled task that way.
I.E.
store tha last time it ran in an application or server variable, and use
Datediff() to see if the desired time has passed, is so, run it again.

Russ

-Original Message-----
From: "Jennifer Gavin-Wear" <[EMAIL PROTECTED]>
To: CF-Talk 
Date: Fri, 20 Jan 2006 21:27:30 -
Subject: scheduling without a scheduler

> Probably a daft question, but here goes.
>
> I want to get a site off my own server where I do have access to Cf
> Admin
> and onto a cheapo shared server where I won't have Cf-admin, or
> scheduler
> for that matter.
>
> I've got a bunch of maintenance tasks I'm currently running on the
> scheduler.  Does anyone have any ideas for a work around?
>
> Thanks, Jenny
>
> p.s. if you dont see this message let me know ;)
>
>
>
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230169
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
yes, i am aware of the tag, thank you :)

I am not going to have that tag available 

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 21:35
To: CF-Talk
Subject: Re: scheduling without a scheduler


CFSCHEDULE...read the docs and then say "DOH! now that's the tag I'm after"
;-)

Be forewarned that some ISPs do not allow you to setup sched. tasksso be
sure to check before making the leap

Hope that helps

Happy Friday

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230168
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


scheduling without a scheduler

2006-01-20 Thread Jennifer Gavin-Wear
Probably a daft question, but here goes.

I want to get a site off my own server where I do have access to Cf Admin
and onto a cheapo shared server where I won't have Cf-admin, or scheduler
for that matter.

I've got a bunch of maintenance tasks I'm currently running on the
scheduler.  Does anyone have any ideas for a work around?

Thanks, Jenny

p.s. if you dont see this message let me know ;)




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230138
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: missing posts???

2006-01-20 Thread Jennifer Gavin-Wear
Sorry Ken, been up to my eyeballs and only just now catching up with the
list.

Jenny


-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 16:25
To: CF-Talk
Subject: Re: missing posts???


sssh, don't throw me under the bus like that before I've succeeded!

I guess that either she never sent it or I never got it. Thinking back
on it, it was an odd, "tell me if can't see this" type of test. Oh well,
I seem doomed to miss out any potential nuggets of genious she may throw
out from time to time (along with those from an unknown number of
others). The problem does not seem, as I compare my email to the cf-talk
website, to be of great frequency. I'm not seeing any other posts that
were missed.

--Ferg

Munson, Jacob wrote:

>Oh, I see what's going on.  He just wants to lure her into a private
>corner, and then make his move!  ;)
>
>On a serious note, I have gotten Jennifer's emails through the list, if
>that helps your troubleshooting.
>
>
>
>>-Original Message-
>>From: Ken Ferguson
>>Sent: Thursday, January 19, 2006 12:55 PM
>>
>>Jennifer, could you send me an email directly, off-list, just
>>to test?
>>I'm not sure how many people I'm missing, but you're the one I've
>>noticed for sure. I'm wondering since I'm not getting any of your
>>cf-talk posts if I'll get mail sent outside of the list.
>>
>>
>
>
>[INFO] -- Access Manager:
>This transmission may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law.  If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or use of the information contained herein (including any
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
in error, please immediately contact the sender and destroy the material in
its entirety, whether in electronic or hard copy format.  Thank you.   A2
>
>
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230137
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: missing posts???

2006-01-20 Thread Jennifer Gavin-Wear
well I'm glad someone gets them ! :-D

-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED]
Sent: 19 January 2006 20:40
To: CF-Talk
Subject: RE: missing posts???


Oh, I see what's going on.  He just wants to lure her into a private
corner, and then make his move!  ;)

On a serious note, I have gotten Jennifer's emails through the list, if
that helps your troubleshooting.




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230136
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: missing posts???

2006-01-20 Thread Jennifer Gavin-Wear
Hi Ken,

Have also sent this off list ... let me know how it goes.

Jenny


-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED]
Sent: 19 January 2006 19:55
To: CF-Talk
Subject: Re: missing posts???


Jennifer, could you send me an email directly, off-list, just to test?
I'm not sure how many people I'm missing, but you're the one I've
noticed for sure. I'm wondering since I'm not getting any of your
cf-talk posts if I'll get mail sent outside of the list.

--Ferg




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230135
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: passing a string in a url

2006-01-19 Thread Jennifer Gavin-Wear
thanks Brad and Andy,

works great :-)



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230012
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


passing a string in a url

2006-01-19 Thread Jennifer Gavin-Wear
Hi all,

I'm trying to create a mail list archive for a client project and am using
cf-community mail list for testing.

This is the scenario:

1.  Import from an imap folder into a ms sql table

I'm stripping off the "Re: " from the subject and storing it into a separate
field, subject2.

2.  Run a query to display the threads with a link on each thread name to
display the messages in that thread:

#threads.s
ubject2#

3.  Display the messages matching the thread.

ie list messages where the url subject value = the subject2 value in the
table.

The problem is passing the thread string in the url intact.

Any ideas anyone please?

Thanks,

Jenny





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229996
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Test for Jennifer

2006-01-19 Thread Jennifer Gavin-Wear
rofl .. now now boys ;)

-Original Message-
From: Alan Rother [mailto:[EMAIL PROTECTED]
Sent: 19 January 2006 17:12
To: CF-Talk
Subject: Re: Test for Jennifer


Hey Now!

I'm not sure this is the appropriate forum to be discussing Jennifer's
bounce!

=]


On 1/19/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote:
>
> Haha. Didn't mean to over-excite you there ray.
>
> So far so good Jennifer! The bounce is usually pretty quick and I haven't
> seen one yet.
>
> ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
> Bobby Hartsfield
> http://acoderslife.com
>
>
>
> -Original Message-
> From: Ray Champagne [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 19, 2006 11:38 AM
> To: CF-Talk
> Subject: Re: Test for Jennifer
>
> Oh.
>
> Sorry, I get excited when I hear we have a new lady on the list.  :)
>
> I know you're not "new" now.  Back to your regularly scheduled lives.  :)
>
> Jennifer Gavin-Wear wrote:
> > Me ;)
> >
> > where have you been Ray, I'm not exactly new here, lol
> >
> > Jenny (aka Jennifer, lol)
> >
> > -Original Message-
> > From: Ray Champagne [mailto:[EMAIL PROTECTED]
> > Sent: 19 January 2006 16:29
> > To: CF-Talk
> > Subject: Re: Test for Jennifer
> >
> >
> > I ignore nothing!
> >
> > Who's Jennifer?
> >
> > Bobby Hartsfield wrote:
> >
> >>IGNORE THIS COMPLETELY! Just testing Jennifer's mail server settings.
> >>
> >>..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
> >>Bobby Hartsfield
> >>http://acoderslife.com
> >>
> >>
> >>
> >>-Original Message-
> >>From: dave [mailto:[EMAIL PROTECTED]
> >>Sent: Friday, January 13, 2006 10:53 PM
> >>To: CF-Talk
> >>Subject: RE: CF Debugging & CSS Layout
> >>
> >>lol thats Wills thing, i dont swing that way!!
> >>
> >>~Dave the disruptor~
> >>google will pay you money to getting rid of ie :)
> >>http://explorerdestroyer.com/
> >>http://www.killbillsbrowser.com/
> >>
> >>
> >>From: "Bobby Hartsfield" <[EMAIL PROTECTED]>
> >>Sent: Friday, January 13, 2006 10:45 PM
> >>To: CF-Talk 
> >>Subject: RE: CF Debugging & CSS Layout
> >>
> >>Hey... I'm sitting this one out... don't drag me into it... you 2 should
> >
> > get
> >
> >>a room already. (or meet at a rest area or something)
> >>
> >>:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
> >>Bobby Hartsfield
> >>http://acoderslife.com
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >
> >
> >
>
>
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229993
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Test for Jennifer

2006-01-19 Thread Jennifer Gavin-Wear
Me ;)

where have you been Ray, I'm not exactly new here, lol

Jenny (aka Jennifer, lol)

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: 19 January 2006 16:29
To: CF-Talk
Subject: Re: Test for Jennifer


I ignore nothing!

Who's Jennifer?

Bobby Hartsfield wrote:
> IGNORE THIS COMPLETELY! Just testing Jennifer's mail server settings.
>
> ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
> Bobby Hartsfield
> http://acoderslife.com
>
>
>
> -Original Message-
> From: dave [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 13, 2006 10:53 PM
> To: CF-Talk
> Subject: RE: CF Debugging & CSS Layout
>
> lol thats Wills thing, i dont swing that way!!
>
> ~Dave the disruptor~
> google will pay you money to getting rid of ie :)
> http://explorerdestroyer.com/
> http://www.killbillsbrowser.com/
>
> 
> From: "Bobby Hartsfield" <[EMAIL PROTECTED]>
> Sent: Friday, January 13, 2006 10:45 PM
> To: CF-Talk 
> Subject: RE: CF Debugging & CSS Layout
>
> Hey... I'm sitting this one out... don't drag me into it... you 2 should
get
> a room already. (or meet at a rest area or something)
>
> :.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
> Bobby Hartsfield
> http://acoderslife.com
>
>
>
>
>
>
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229985
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Opinons on Mail Servers and Tags - CFPOP Sucks

2006-01-17 Thread Jennifer Gavin-Wear
http://store.newmediadevelopment.net/cfx_tag.cfm?ProductID=2

I'm using the above and it works really well.  docs are good too.

also v. cheap and excellent support.

-Original Message-
From: John McKown [mailto:[EMAIL PROTECTED]
Sent: 17 January 2006 21:59
To: CF-Talk
Subject: Re: Opinons on Mail Servers and Tags - CFPOP Sucks


Russ,

That was one of the tags I mentioned in my original post.
Thanks for the opinion.  That tag is so inexpensive that I will try it
just because of the price and your recommendation.

Thanks.


--
John McKown
President/CEO
Delaware.Net, Inc.
Toll-Free: 888-432-7965
ICQ: 1812513

We host Fusebox.org, and we build all of our applications in ColdFusion
and Fusebox including our Store-Logic Ecommerce engine and our
Team-Logic CRM platform.

Russ wrote:
> We found out that CFPOP sucks about a year ago... that's when we got
>
> http://www.cftagstore.com/tags/cfxpop3professional.cfm
>
> Worked like a charm.  And at $60 it's not that expensive.
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229829
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Delete directory contents

2006-01-16 Thread Jennifer Gavin-Wear
Not sure if it's possible to delete a populated directory and then recreate
it to achieve the same?

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
Sent: 16 January 2006 18:25
To: CF-Talk
Subject: RE: Delete directory contents


You could cfececute a batch file/shell script or native command to delete
"path\*.*" else, I think you'll be stuck with having to cfdirectory the
directory then loop over the results and delete each individual file. I'm
still on 6.1 here so I don't know whether or not CF7 has made this easier.

...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com



-Original Message-
From: Ken [mailto:[EMAIL PROTECTED]
Sent: Monday, January 16, 2006 1:10 PM
To: CF-Talk
Subject: Delete directory contents

Hi. Is there a custom function to empty the contents of a folder. I want to
keep the folder. Just delete all files in it.

Thanks,
Ken






~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229709
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Bounces

2006-01-14 Thread Jennifer Gavin-Wear
Whenever Bobby replies to Dave the Disruptor in the list his message is
getting bounced from my server and back to him.

Does anyone have any idea what could cause these messages to be scored as
spam?

I'm at a loss on this one ... Jenny






~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229583
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Building XML

2006-01-14 Thread Jennifer Gavin-Wear
this worked for me:



#xmlformat(params.ShopName)#
#Stock.recordcount#



#xmlformat(Stock.listing)#
#xmlformat(stock.stockcode)#
#xmlformat(stock.stock_desc)#

#xmlformat(stock.price)#







-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]
Sent: 14 January 2006 00:04
To: CF-Talk
Subject: Building XML


Hi everyone. Happy new (almost) year.

I'm curious what you experts think is the best way to create XML.
Just taking dummy XML and populating it?





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229575
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: AuthorizeNet Recurring Payments?

2006-01-13 Thread Jennifer Gavin-Wear
If it helps, I have done this with the Paypal subscription system, if you
would like the code you are more than welcome.

Jenny

-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]
Sent: 13 January 2006 01:21
To: CF-Talk
Subject: AuthorizeNet Recurring Payments?


The CC thread reminded me of this...

We've been using AuthorizeNet for many years and recently (well, in the
last couple of years, anyway) they began offering a means of doing
recurring payments.  It looks like these payment have to be set up
manually through forms on the AN web site, but I could be wrong.  Does
anyone know if there's some kind of API that allows you to set up
recurring payments, halt them, check the success of transactions, etc.?
I'd like our sales associates to be able to set up these payments
themselves, but I don't want to give them administrative access to the
AuthorizeNet merchant login.




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229427
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Happy New Year to One and All!

2006-01-13 Thread Jennifer Gavin-Wear
(please excuse the OT, promises never to do it again ...)

Please accept with no obligation, implicit or explicit, my best wishes for
an environmentally conscious, socially responsible, low stress,
non-addictive, gender neutral celebration of the winter solstice holiday,
practiced within the most enjoyable traditions of the religious persuasion
or secular practices of your choice, with total respect for the religious /
secular persuasions and/or traditions of others, and their choice not to
practice religious or secular traditions at all...

and a fiscally successful, personally fulfilling and medically uncomplicated
recognition of the onset of the generally accepted calendar year 2006, but
not without due respect for the calendars of choice of other cultures whose
contributions to society have helped make Britain great (not to imply the
Britain is necessarily greater than any other country nor is it the only
"BRITAIN" in the northern hemisphere), and without regard to the race,
creed, colour, age, physical ability, religious faith, sexual orientation
and choice of computer platform of the wishee.

By accepting this greeting, you are accepting these terms. This greeting is
subject to clarification or withdrawal. It is freely transferable with no
alteration to the original greeting.

It implies no promise by the wishee actually to implement any of the wishes
for her/himself or others, and is void where prohibited by law and is
revocable at the sole discretion of the wisher.

Issued subject to the Conditions of Carriage of National Rail.

This wish is warranted to perform as expected within the usual application
of good tidings for a period of one year, or until the issuance of a
subsequent holiday greeting, whichever comes first, and warranty is limited
to replacement of this wish or issuance of a new wish at the sole discretion
of the wisher.




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229426
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Mail list archives

2006-01-12 Thread Jennifer Gavin-Wear
I'm looking for an out of the box coldfusion based application for storing
and displaying mail list archives.

I've looked at doing it myself and it ocurrs to me I am probably wasting my
time creating an application that I'm sure must have been done before.

I already have a mail list server and as this needs to integrate into a
"members area" of a site I need it to fit into the existing security set up
for controlled access.

It also needs to be MS SQL based.

If anyone has a product in mind, and even better with feedback from using
it, I'd appreciate the info.

Many thanks, Jenny




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229313
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: (ot) tracert logging software

2006-01-12 Thread Jennifer Gavin-Wear
To append use

tracert 84.43.72.133 >> mylog.txt

To overwrite use

tracert 84.43.72.133 > mylog.txt



-Original Message-
From: FROEHLING, ROBERT (AIT) [mailto:[EMAIL PROTECTED]
Sent: 11 January 2006 22:40
To: CF-Talk
Subject: RE: (ot) tracert logging software


Note that this will override the contents of mylog.txt each time.

-Original Message-----
From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 11, 2006 4:32 PM
To: CF-Talk
Subject: RE: (ot) tracert logging software


a batch file with:
tracert 84.43.72.133 > mylog.txt

will result in a log file with:

 Tracing route to 84-43-72-133.ppp.onetel.net.uk [84.43.72.133] over a
maximum of 30 hops:

1<1 ms<1 ms<1 ms  84-43-72-133.ppp.onetel.net.uk
[84.43.72.133]

Trace complete.



-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
Sent: 11 January 2006 18:32
To: CF-Talk
Subject: (ot) tracert logging software


Does anyone know of an application that can schedule a network tracert
every
15 minutes and then log that data to file or DB?
Thanks







~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229311
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: (ot) tracert logging software

2006-01-11 Thread Jennifer Gavin-Wear
a batch file with:
tracert 84.43.72.133 > mylog.txt

will result in a log file with:

 Tracing route to 84-43-72-133.ppp.onetel.net.uk [84.43.72.133] over a
maximum of 30 hops:

1<1 ms<1 ms<1 ms  84-43-72-133.ppp.onetel.net.uk [84.43.72.133]

Trace complete.



-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
Sent: 11 January 2006 18:32
To: CF-Talk
Subject: (ot) tracert logging software


Does anyone know of an application that can schedule a network tracert every
15 minutes and then log that data to file or DB?
Thanks



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229275
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: (ot) tracert logging software

2006-01-11 Thread Jennifer Gavin-Wear
Just set up a batch file with the tracert script and pipe it into a text
file and have windows scheduler run it.

If you need the script let me know :)  (hope i remember, been a while!)

Jenny

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
Sent: 11 January 2006 18:32
To: CF-Talk
Subject: (ot) tracert logging software


Does anyone know of an application that can schedule a network tracert every
15 minutes and then log that data to file or DB?
Thanks



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229273
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: intranet project

2006-01-11 Thread Jennifer Gavin-Wear
You may find they are running VPN's between their sites so seecurity would
not be a major issue other than internal.

If you need to know more about VPN's and networking in general just let me
know, very much my area of expertise :-)

Jenny


-Original Message-
From: Tim Laureska [mailto:[EMAIL PROTECTED]
Sent: 11 January 2006 15:55
To: CF-Talk
Subject: intranet project


I've been asked to quote on an "intranet project" that will involve a
Win 2003 server/SQL server based in one city with multiple users
throughout the states. they want to access that server (which will run
CFMX server) via CF apps to be developed... Are there any
recommendations on the best way to set this up. being the first time
I've set up something as this  . . what is a typical arrangement for
something like this- any suggestions would be appreciated?





Tim









~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229193
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Professional Opinions on HostMySite.com

2006-01-11 Thread Jennifer Gavin-Wear
Hi Baz,

Thanks for the price info, bit expensive I'd say, youch!

If anyone has input on low cost good quality dedicated server packages
(windows based) I'd be glad to hear of it :-)

Jenny

-Original Message-
From: Baz [mailto:[EMAIL PROTECTED]
Sent: 11 January 2006 11:18
To: CF-Talk
Subject: RE: Professional Opinions on HostMySite.com


Hi Jenny,

I don't have an account with HMS but I do have very recent quotes:

- www.thinkloop.com/filez/ThinkLoop1server.pdf
- www.thinkloop.com/filez/ThinkLoop2servers.pdf

Hope this helps,

Baz


-Original Message-
From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 11, 2006 3:58 AM
To: CF-Talk
Subject: RE: Professional Opinions on HostMySite.com

Hi Casey, how much are they charging for a dedicated server, no details on
the site .. ?

Thanks, Jenny

-Original Message-
From: Casey Dougall [mailto:[EMAIL PROTECTED]
Sent: 11 January 2006 01:02
To: CF-Talk
Subject: Re: Professional Opinions on HostMySite.com


We have a bunch of sites on HMS and now just picked up a second dedicated
server. Service has been good but the JRun errors we were receiving on some
of our sites were enough for us to pickup a second dedicated box so we can
manage our sites better. your at the mercy of the other sites on your box
when it comes to those JRun errors. Shit might even have been ours but
atleast now we'll before it happens.









~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229192
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Professional Opinions on HostMySite.com

2006-01-11 Thread Jennifer Gavin-Wear
Hi Casey, how much are they charging for a dedicated server, no details on
the site .. ?

Thanks, Jenny

-Original Message-
From: Casey Dougall [mailto:[EMAIL PROTECTED]
Sent: 11 January 2006 01:02
To: CF-Talk
Subject: Re: Professional Opinions on HostMySite.com


We have a bunch of sites on HMS and now just picked up a second dedicated
server. Service has been good but the JRun errors we were receiving on some
of our sites were enough for us to pickup a second dedicated box so we can
manage our sites better. your at the mercy of the other sites on your box
when it comes to those JRun errors. Shit might even have been ours but
atleast now we'll before it happens.





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229136
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Intranet project

2006-01-11 Thread Jennifer Gavin-Wear
Hi Tim,

Are you asking about the network connectivity or the CF side of things?

Jenny


-Original Message-
From: Tim Laureska [mailto:[EMAIL PROTECTED]
Sent: 11 January 2006 02:38
To: CF-Talk
Subject: Intranet project


I've been asked to quote on an "intranet project" that will involve a
Win 2003 server/SQL server based in one city with multiple users
throughout the states. they want to access that server (which will run
CFMX server) via CF apps to be developed... Are there any
recommendations on the best way to set this up. being the first time
I've set up something as this  . . what is a typical arrangement for
something like this?





Tim











~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229135
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cf open shopping cart

2006-01-10 Thread Jennifer Gavin-Wear
umm .. I've got my cart written in the last month ;)

lol

-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: 09 January 2006 22:33
To: CF-Talk
Subject: RE: cf open shopping cart


" And you are.. "
 saying its pretty damn pathetic that no one is helping out with the damn
project.

been what? 2 months now and whats been done? nothing. and don't you
think that is pathetic of us as a group? I do.

~Dave the disruptor~
google will pay you money to getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/


From: "Andy" <[EMAIL PROTECTED]>
Sent: Monday, January 09, 2006 5:27 PM
To: CF-Talk 
Subject: RE: cf open shopping cart

And you are..







~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229004
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Analytics

2006-01-09 Thread Jennifer Gavin-Wear
Like pretty much all of the changes they have made to the adwords service
this year the changes will be to make more money for Google and cost us more
to run the campaigns ...

Jenny


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 09 January 2006 16:29
To: CF-Talk
Subject: RE: Google Analytics


Oh, I'm sure the analytics are to Google's benefit...but why
not go ahead and use the data their crunching anyway?

Rick

PS - I do run my own numbers with my home-grown stats
packages, too...



> -Original Message-
> From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 09, 2006 11:08 AM
> To: CF-Talk
> Subject: RE: Google Analytics
>
>
> Hi Bobby,
>
> Whether Google gets it's act together or not, I'd not rely on a
> third party
> for my analytics unless I had no other option.
>
> Having watched Google's direction over the past year or so I am also
> thinking that the analytics are as much for Google's benefit as
> any supposed
> help to us, as has been my experience on their Reporting system
> for Adwords.
>
> My tuppenth,
>
> Jenny
>
> -Original Message-
> From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
> Sent: 09 January 2006 15:08
> To: CF-Talk
> Subject: OT: Google Analytics
>
>
> Am I EVER going to get into Google Analytics??? I've been on the waiting
> list for quite some time now. Anyone here using it? Is it worth waiting?
> Should I stick with SmarterStats?
>
> ...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
> Bobby Hartsfield
> http://acoderslife.com
>
>
>
>
>
>
>
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228881
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Analytics

2006-01-09 Thread Jennifer Gavin-Wear
Hi Bobby,

Whether Google gets it's act together or not, I'd not rely on a third party
for my analytics unless I had no other option.

Having watched Google's direction over the past year or so I am also
thinking that the analytics are as much for Google's benefit as any supposed
help to us, as has been my experience on their Reporting system for Adwords.

My tuppenth,

Jenny

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
Sent: 09 January 2006 15:08
To: CF-Talk
Subject: OT: Google Analytics


Am I EVER going to get into Google Analytics??? I've been on the waiting
list for quite some time now. Anyone here using it? Is it worth waiting?
Should I stick with SmarterStats?

...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com








~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228856
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Handling AOL bounces

2006-01-09 Thread Jennifer Gavin-Wear
Hi Mark,

I'm assuming you are in the USA and that AOL handle things differently there
than in the UK.

I send out about 800 emails a week to AOL users and when they bounce the
email address is included in the AOL failure message.  I've also had a white
listing for some time.

The AOL message clearly states the reason for the bounce, whether that is
the user doesn't exist ot that the user is not accepting mail from my
domain.  (Kinda beats me why people join a dating site and then don't want
emails from it!)

I do use failto in the cfmail tag, but the bounce messages are definitely
AOL generated.

Jenny


-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]
Sent: 09 January 2006 14:25
To: CF-Talk
Subject: Handling AOL bounces


I've had a whitelisting at AOL for sometime now, which works fine.  As you
probably know, AOL returns end user rejected messages back to the designated
sender (me), with a subject line of "FW: Client TOS Notification" from
"[EMAIL PROTECTED]".

The email address of the recipient who rejected the message is blocked out
by AOL, which is dumb because I want to remove their address from the
database.

I've seen mention of a mail "footer" on another list, which would allow me
to embed the recipient's email address so that it doesn't get stripped out
by AOL.

It appears that with HTML formatted messages, I can just put the recipient's
email address somewhere in the message body.

Can something like this be done with plain-text messages?  Is there a better
way to do this with a  tag?  Would the cfmail failto work in
this instance?

Thanks,
Mark







~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228837
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SPF? How to use?

2006-01-08 Thread Jennifer Gavin-Wear
Well I scored 99% on tcp/ip and did level 2 Minesweeper in 9 seconds .. sad
sad sad (on both counts), lol


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: 08 January 2006 23:37
To: CF-Talk
Subject: RE: SPF? How to use?


> Makes you wonder if there isn't some truth to all the jokes about
> Minesweeper Consultants and Solitaire Experts :)

Actually, I find the MCSE tests to be pretty challenging. But then again,
I'm terrible with Minesweeper.




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228800
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SPF? How to use?

2006-01-08 Thread Jennifer Gavin-Wear
-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: 08 January 2006 22:22
To: CF-Talk
Subject: Re: SPF? How to use?

Jennifer Gavin-Wear wrote:
> I'll have to kick the people who wrote my TPC/IP manual then, and as of
when
> I did sample tests for MCSE they also have the Class addresses wrong!

>>Makes you wonder if there isn't some truth to all the jokes about
>>Minesweeper Consultants and Solitaire Experts :)

Well, the MS tcp/ip course shows the MS way of tcp/ip with the usual lashing
of MS bs.  However, I am surprised the comprehensive 500+ page independently
written tcp/ip manual I have is wrong.

> Whether you control the DHCP server or not you would still have to
delecare
> the IP address range in firewall and mail server configs.

>> If you control the DHCP server you can make sure the host you
want to allow access gets a very specific IP address that has
certain rules that don't apply to other IP addresses.

Effectively a static IP to which you would apply firewall and mail server
rules in the usual way.

>>But to get back on topic. Most ISPs use DHCP to assign IP
addresses to customers. Even if these IP addresses are semi
static (based on some form of option 82), these IPs are not
identifiable for outsiders through the normal ARIN / RIPE etc
registries like larger direct assignments are. Since about 80% of
spam originates from hacked/infected end-users, some DNS RBLs
list these DHCP addresses for pre-emptive blocking since they are
mainly end-users anyway. That is the relevance of DHCP in spam
blocking.

I didn't know the RBL's were blocking whole address ranges, that's pretty
scary if you ask me!

I can't find any evidence of this on a quick search, you know where it's
happening?

I'm also interested in where the spam stats come from?

Jenny




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228799
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SPF? How to use?

2006-01-08 Thread Jennifer Gavin-Wear
Re-reading what I said I did start off wrong .. :-)


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: 08 January 2006 21:35
To: CF-Talk
Subject: RE: SPF? How to use?


> Absolutely, that's why I said, "In situations where your IP 
> address will vary because you are getting it from a DHCP pool 
> then it's impossible to do any authentication against the
> IP address unless you allow/block the whole DHCP range."

OK, I may have misunderstood you. I was simply responding to your statement
that DHCP addresses are only used on internal networks, as this is not
always the case.




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228781
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Database schema caching

2006-01-08 Thread Jennifer Gavin-Wear
thanks Ade, explains a problem I've had for a while :-)

Jenny

-Original Message-
From: Adrian Lynch [mailto:[EMAIL PROTECTED]
Sent: 08 January 2006 18:31
To: CF-Talk
Subject: RE: Database schema caching


Oh and I should have said, you'll likely be getting this because you have
SELECT *, if you have the column names the SQL will be different and will
force a new recompile.

Ade

-Original Message-
From: Snake [mailto:[EMAIL PROTECTED]
Sent: 08 January 2006 18:22
To: CF-Talk
Subject: Database schema caching


I just had this weird problem again today that I get every so often.

I modify my SQL database, add some new tables or columns to an existing
table, but CF cannot find them.
I have to restart CF before it can see the changes I have made. Sometimes
even restarting CF doesn't fix it.
The queries themselves are not being cached, as they pickup new data added
to existing tables.
This is not specific to my dev server either, I have experienced this on
multiple servers.

Very weird.

Anyone ever found the cause for this?


Russ




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228777
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SPF? How to use?

2006-01-08 Thread Jennifer Gavin-Wear
I'll have to kick the people who wrote my TPC/IP manual then, and as of when
I did sample tests for MCSE they also have the Class addresses wrong!

Whether you control the DHCP server or not you would still have to delecare
the IP address range in firewall and mail server configs.

Jenny

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: 08 January 2006 18:20
To: CF-Talk
Subject: Re: SPF? How to use?


Jennifer Gavin-Wear wrote:
> SPF does help in scoring spam, I use it myself and it works alongside
other
> anti spam measures just fine.
>
> I'm not sure why you are talking about DHCP addresses as these are only
used
> on an internal network and not across the internet.

DHCP, or a tunneled variant like IPCP, is commonly used by ISPs
to assign IP adresses to their customers.


> DHCP addresses are
> issued on request from an address pool by a DHCP server, typically on the
> Class A, B, C reserved IP ranges (10.x.x.x, 172.16.x.x and 192.168.1.x).

The ranges reserved for private assignment are are actuall 10/8,
172.16/12 and 192.168/16 (see RFC 1918).


> In situations where your IP address will vary because you are getting it
> from a DHCP pool then it's impossible to do any authentication against the
> IP address unless you allow/block the whole DHCP range.

Or control the DHCP server :)

Jochem



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228776
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SPF? How to use?

2006-01-08 Thread Jennifer Gavin-Wear
Hi Dave,

Absolutely, that's why I said, "In situations where your IP address will
vary because you are getting it
from a DHCP pool then it's impossible to do any authentication against the
IP address unless you allow/block the whole DHCP range."

Jenny

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: 08 January 2006 18:01
To: CF-Talk
Subject: RE: SPF? How to use?


> I'm not sure why you are talking about DHCP addresses as
> these are only used on an internal network and not across
> the internet. DHCP addresses are issued on request from an
> address pool by a DHCP server, typically on the Class A, B,
> C reserved IP ranges (10.x.x.x, 172.16.x.x and 192.168.1.x).
> They are also used by ISP's for client connections.

While it's generally true that most DHCP leases are issued on internal
networks using addresses that are translated through NAT to external
addresses, there's no necessary connection between DHCP and internal
networks. DHCP can be used to issue any sort of IP addresses, and those
addresses can be public. Most ISPs that provide broadband connections do not
use NAT, in my experience - that's why you can often connect to your home
network if you know the external IP address.

A lot of the infected computers that make up botnets happen to be using DHCP
to get addresses from their ISPs.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228775
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SPF? How to use?

2006-01-08 Thread Jennifer Gavin-Wear
SPF does help in scoring spam, I use it myself and it works alongside other
anti spam measures just fine.

I'm not sure why you are talking about DHCP addresses as these are only used
on an internal network and not across the internet.  DHCP addresses are
issued on request from an address pool by a DHCP server, typically on the
Class A, B, C reserved IP ranges (10.x.x.x, 172.16.x.x and 192.168.1.x).
They are also used by ISP's for client connections.

In situations where your IP address will vary because you are getting it
from a DHCP pool then it's impossible to do any authentication against the
IP address unless you allow/block the whole DHCP range.

You can, on some mail servers, use SMTP authentication to bypass all other
verification of the email sending server/client.

Hope this helps,

Jenny


-Original Message-
From: Dov Katz [mailto:[EMAIL PROTECTED]
Sent: 08 January 2006 13:23
To: CF-Talk
Subject: Re: SPF? How to use?


OK, so seems SPF isnt going to get me anything. What about adding the dul
blacklist from sorbs? I'm trying to stop viruses, and it seems they all come
from DHCP addresses.

If I added the DHCP address to my spam filter, wouldnt i be able to block
those?

Also, if I do that, will I still be able to send from my DHCP address if I
use SMTP Auth? (i.e. does that bypass the filter)?

-Dov



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228763
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SPF? How to use?

2006-01-07 Thread Jennifer Gavin-Wear
Hi Paul,

One benefit is in spam scoring.  For example, Mdaemon (mail server I use)
allows point scoring of spam.  As well as other point modifiers, it can be
selected that is there is no SPF for the incoming email, or the SPF record
says the email is not originating from a valid mail server points can be
added to the spam score.

Jenny


-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED]
Sent: 08 January 2006 04:17
To: CF-Talk
Subject: RE: SPF? How to use?


> 1) SPF. Any disadvantage of setting it up? Has anyone done
> anything? Do I just ask my hosting company to put that line
> in my zone file, or do I need to do something on my
> mailserver?  It seems like it can only benefit me, but I'm not sure...

SPF... You mean that framework that means your mails are slightly more
likely to get through to AOL users and you STILL can't figure out if the
incoming aol.com e-mail is genuine or not because they end their own SPF
record entries with ?all meaning that their list of valid mail servers isn't
complete!!!

It's a nice idea on paper but after a few months of using it in *both*
directions, the benefits are pretty minimal.

The problem is, because so many people don't use it, you can't enforce a
strict policy for the acceptance of mail, it would reject far too much
legitimate mail so it is crippled by the lack of uptake.

> 2) SmarterMail - Public/Shared folders... Any way to have
> shared IMAP folders in smartermail? I wanted me and 2 others
> to all have access to a shared folder but not sure how to set it up.

No idea... I run MailEnable so I cant help you on this one...





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228756
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Proposal Writing

2006-01-07 Thread Jennifer Gavin-Wear
Thanks Russ, you use it and it's good?

jenny


-Original Message-
From: Snake [mailto:[EMAIL PROTECTED]
Sent: 07 January 2006 16:36
To: CF-Talk
Subject: RE: Proposal Writing


Check this out

http://www.proposalkit.com/htm/propkit.htm

-Original Message-
From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
Sent: 07 January 2006 13:01
To: CF-Talk
Subject: Proposal Writing

I'm trying to put together a standardized proposal document and I'd be glad
of some advice.

Many thanks,

Jenny








~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228751
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Proposal Writing

2006-01-07 Thread Jennifer Gavin-Wear
I'm trying to put together a standardized proposal document and I'd be glad
of some advice.

Many thanks,

Jenny




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228694
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How to send email using CF for clients without an open relay...

2006-01-06 Thread Jennifer Gavin-Wear
Hi Rick,

SPF records belong in the DNS for the domain of the mail server for the
domain it is working for.

For example, I run simple DNS, the procedure is to add a TXT record for the
relevant domain such as:

v=spf1 ip4:66.98.154.84 mx mx:84.43.72.133 ~all

This SPF shows I am running Version 1 of SPF, that my mail goes out through
66.98.154.84 and that mail comes in through 84.43.72.133.  The reason for
this config is that my ISP can't/won't (read bunch of bozos) set up reverse
dns for me.  So I found an outbound SMTP service that was able to configure
reverse dns for the mail server.

So, to clarify your objective:  you need mail you generate on behalf of
client domains to get to the recipients.

For SPF you need to ask your clients to add your mail server to their DNS
SPF record as an outbound server.

For Reverse DNS the IP of the outbound mail server needs to have an IP
record pointing back to the domain.  This can only be done by the owner of
the IP address.  In my case Onetel, my ISP, owns the IP address and there is
nothing I can do to configure the reverse DNS on the IP address I borrow
from them - that's down to them to do.

The only reliable way to guarantee mail you generate from CF is going to get
to recipients is to ask your clients to set up authenticated SMTP sessions.
This makes the mail delivery their responsibility, as it should be - their
internal IT guys should be onto this.  (My background includes 20 years in
IT Management, infrastructure, et al.)



This example of the CFmail tag shows how the mail is pointed at a server
with authenticated SMTP.  When configuring mail server applications many
have the option to ask for an authenticated POP session prior to allowing
SMTP which is how most get around requiring full SMTP authentication.
However, in your instance there will be no POP session so it has to be full
authentication.

If you take the route of adding other domains to your mail server they will
not have a valid reverse dns pointer and the mail will bounce from many
receiving mail servers.  If you ask clients only to whitelist mail sesssions
from your domain when receiving their email the email will still be seen to
have originated on your mail server.

If you are dealing with clients who do not host their own mail servers then
it is the responsibility of who ever does host it to get this set up
properly.  If they are hosting a mail server with a provider who does not
configure reverse DNS and SPF it's time they changed!

Don't get confused with the reverse DNS record for the domain DNS server.

Hope this helps,

Jenny



-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 06 January 2006 01:59
To: CF-Talk
Subject: RE: How to send email using CF for clients without an open
relay...


Thanks for the input and advice, Jenny...

I'm trying to get all this sorted out, but unfortunately,
it seems I'm only able to take baby steps at any one time.

One thing I can't sort out is where the SPF and reverse-DNS stuff
should go...my ISP, whose domain is tagged onto the end of my
static IP according to records, or GoDaddy.com where I manually
handle my DNS, MX, TXT, and SPF records or on my own server,
which I don't use to handle any of this...it pretty confusing.

I guess it would be GoDaddy, since through their interface I can
setup DSN, MX, TXT, and SPF records...

I think I need to hire the head IT guy I spoke with a while back
over at an International company and just get him to look at my
exact situation and tell me how to handle it...

Rick



> -----Original Message-
> From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 05, 2006 7:02 PM
> To: CF-Talk
> Subject: RE: How to send email using CF for clients without an open
> relay...
>
>
> Hi Rick,
>
> This would mean the mails will be originating from a server that isn't
> included in the domain spf records and it will get scored as spam by the
> receiving server.  Naturally, the reverse dns for the domain
> won't match up
> to the sending server and you will find mail is rejected by some servers.
> Keep an eye on your bounces and run lots of tests to various
> domains to see
> your emails are getting out.
>
> As mentioned before, we send out some 8000 emails a week to our
> dating site
> members and I'm all too aware of the problems spf and reverse dns cause -
> although I have to say I'm totally in favour of it as it's anto spam.  It
> just makes it very hard sometimes when we are trying to run on a shoe
> string.
>
> Best of luck,
>
> Jenny
>
>
> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> Sent: 05 January 2006 20:43
> To: CF-Talk
> Subject: RE: How to send email using CF for clients without an open
> relay...
>
>
> Hi, Jenny...
>
> I found a s

RE: ColdFusion Cookbook

2006-01-05 Thread Jennifer Gavin-Wear
American "culture" ... rofl ... 

-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED]
Sent: 05 January 2006 21:16
To: CF-Talk
Subject: RE: ColdFusion Cookbook


> You definitely need to run to your nearest video store and rent
> "Napoleon Dynamite." I know American humor isn't quite British humor,
> but tots are in it and it's just a hysterical movie otherwise.

This conversion has turned way OT, but I'll add my 2 cents.

Are you sure they even have Napoleon Dynamite in the UK?  I know it's a
huge hit over here, but they might not even know what it is.  It has a
lot of our culture in it, after all...  ;)





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228591
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ColdFusion Cookbook

2006-01-05 Thread Jennifer Gavin-Wear
indeed .. a nickname from Robert Peel who originated the police force in the
UK.  They were first officially known as Peelers.

How very interesting I am sure you are thinking .. and widely OT 

-Original Message-
From: Mark A Kruger [mailto:[EMAIL PROTECTED]
Sent: 05 January 2006 21:16
To: CF-Talk
Subject: RE: ColdFusion Cookbook


I'm from Nebraska and as far as I know a bobbie is an English policeman
?!?

-Original Message-
From: Brad Wood [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 05, 2006 2:52 PM
To: CF-Talk
Subject: RE: ColdFusion Cookbook


My wife is from Nebraska, and up there they call them Bobbies.

~Brad

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 05, 2006 2:37 PM
To: CF-Talk
Subject: RE: ColdFusion Cookbook

Think hashbrowns...

> -Original Message-
> From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 05, 2006 2:52 PM
> To: CF-Talk
> Subject: RE: ColdFusion Cookbook
>
>
> em  do I even want to know what tater tots are?  Is it a form
of
> grits I've not come across?
>
> lol
>









~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228590
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ColdFusion Cookbook

2006-01-05 Thread Jennifer Gavin-Wear
I'd rather not, lol

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 05 January 2006 20:37
To: CF-Talk
Subject: RE: ColdFusion Cookbook


Think hashbrowns...

> -Original Message-
> From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 05, 2006 2:52 PM
> To: CF-Talk
> Subject: RE: ColdFusion Cookbook
> 
> 
> em  do I even want to know what tater tots are?  Is it a form of
> grits I've not come across?
> 
> lol




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228589
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How to send email using CF for clients without an open relay...

2006-01-05 Thread Jennifer Gavin-Wear
Hi Rick,

This would mean the mails will be originating from a server that isn't
included in the domain spf records and it will get scored as spam by the
receiving server.  Naturally, the reverse dns for the domain won't match up
to the sending server and you will find mail is rejected by some servers.
Keep an eye on your bounces and run lots of tests to various domains to see
your emails are getting out.

As mentioned before, we send out some 8000 emails a week to our dating site
members and I'm all too aware of the problems spf and reverse dns cause -
although I have to say I'm totally in favour of it as it's anto spam.  It
just makes it very hard sometimes when we are trying to run on a shoe
string.

Best of luck,

Jenny


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 05 January 2006 20:43
To: CF-Talk
Subject: RE: How to send email using CF for clients without an open
relay...


Hi, Jenny...

I found a solution by using ArgoSoft's Email Server Plus,
which works with multiple domains.  I just had to enter
the domains for which I would relay mail and that solved
the problem.

It would have been a lot of trouble to ask the admins of the
servers to setup authentication...just easier if I could handle
it in-house.

Also, some of my client's don't have mail servers, so I would
have to have a solution for them, as welland this works for everyone.

I appreciate your help...so far things are looking good, except for
the stragne occurence of getting an email in my inbox that my wife
sent to someone else through the mail server.  I'm getting some
repetitious emails when I do a group mailing through Outlook, too.

Not big problems, but I hope get *everything* running smoothly
so I can turn my attention back to the websites that need building!

Thanks, again...

Rick


> -----Original Message-
> From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 05, 2006 2:59 PM
> To: CF-Talk
> Subject: RE: How to send email using CF for clients without an open
> relay...
>
>
> Hi Rick,
>
> That's not what I suggested, I said that's one way to do it and it's
> definitely not recommended.
>
> If you ask your client to set up authenticated access to their server that
> is not open relay and it will fix your problem.
>
> The cfmail tag allows you to specify the server and user/password for
> authentication.
>
> Hope that helps,
>
> Jenny
>
>
> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> Sent: 04 January 2006 20:30
> To: CF-Talk
> Subject: How to send email using CF for clients without an open relay...
>
>
> Hi, guys and gals
>
> I'm running into issues trying to send email generated
> by CF through my mail server, SmarterMail (Free Edition).
>
> It's working fine, except that to send email from my clients'
> domains, I've had to setup everything so that I'm an open relay.
>
> This is getting me blacklisted...
>
> It's been suggested that the only thing I can do is
> setup an SPF and get the IP and domain for every client I have and
> put it in the SPF.
>
> Is this the best way to handle this?
>
> Thanks,
>
> Rick
>
>
>
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228588
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How to send email using CF for clients without an open relay...

2006-01-05 Thread Jennifer Gavin-Wear
Hi Rick,

That's not what I suggested, I said that's one way to do it and it's
definitely not recommended.

If you ask your client to set up authenticated access to their server that
is not open relay and it will fix your problem.

The cfmail tag allows you to specify the server and user/password for
authentication.

Hope that helps,

Jenny


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 04 January 2006 20:30
To: CF-Talk
Subject: How to send email using CF for clients without an open relay...


Hi, guys and gals

I'm running into issues trying to send email generated
by CF through my mail server, SmarterMail (Free Edition).

It's working fine, except that to send email from my clients'
domains, I've had to setup everything so that I'm an open relay.

This is getting me blacklisted...

It's been suggested that the only thing I can do is
setup an SPF and get the IP and domain for every client I have and
put it in the SPF.

Is this the best way to handle this?

Thanks,

Rick




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228545
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   >