Re: Is creating datasources locally different under jrun?

2005-04-25 Thread Jared Rypka-Hauer - CMG, LLC
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?event=viewid=KC.6ef0253extid=6ef0253dialogID=7193183iterationID=1sessionID=9630d8ddd738754541a1stateID=0%200%207191786mode=simple

Beware the wrap...

J

On 4/25/05, Mike Kear [EMAIL PROTECTED] wrote:
 I'm tring to set up my new dev machine, and I've got the same
 SQLServer2000 setup I've used for years.  I've set up datasources ok
 using the control panel ODBC Administrator.
 
 But when I try to set up ColdFusion datasources, nothing I've tried in
 the past is working.  I keep getting this error:
 
 [quote]
 The root cause was that: java.sql.SQLException: [Macromedia][SQLServer
 JDBC Driver]Error establishing socket. Unknown host:
 [/quote]
 
 With my other pcs in the past, if I can't connect one way I'll try
 another and it's always worked.  I've tried (local), 127.0.0.1,
 Notebook (thats my computer's name) for the server names  and none of
 them works.  Always the same result as above. Anyone got any other
 ideas?
 
 --
 Cheers
 Mike Kear


-- 
---
-
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204227
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: Is creating datasources locally different under jrun?

2005-04-25 Thread Sean Corfield
On 4/24/05, Jared Rypka-Hauer - CMG, LLC [EMAIL PROTECTED] wrote:
 http://www.macromedia.com/cfusion/knowledgebase/index.cfm?event=viewid=KC.6ef0253extid=6ef0253dialogID=7193183iterationID=1sessionID=9630d8ddd738754541a1stateID=0%200%207191786mode=simple
 
 Beware the wrap...

Or use the simple URL listed near the bottom of that page:

http://www.macromedia.com/go/6ef0253
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204228
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: Is creating datasources locally different under jrun?

2005-04-25 Thread Mike Kear
Thanks Sean and Jared, but that reference is about CFMX7 drivers for MySQL4.1.

My question was about MS SQLServer2000, which I've been using since it
was released happily with WinXPPro, and now doesnt seem to want to
behave the same way it did under the non-JRUN version of CFMX7.

I'm not sure how this answer relates. It's about a change in the MySQL
authentication mechanism.  Does it also apply to MS SQLServer2000?


Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On 4/25/05, Sean Corfield [EMAIL PROTECTED] wrote:
 On 4/24/05, Jared Rypka-Hauer - CMG, LLC [EMAIL PROTECTED] wrote:
  http://www.macromedia.com/cfusion/knowledgebase/index.cfm?event=viewid=KC.6ef0253extid=6ef0253dialogID=7193183iterationID=1sessionID=9630d8ddd738754541a1stateID=0%200%207191786mode=simple
 
  Beware the wrap...
 
 Or use the simple URL listed near the bottom of that page:
 
 http://www.macromedia.com/go/6ef0253
 --
 Sean A Corfield -- http://corfield.org/
 Team Fusebox -- http://fusebox.org/

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204229
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: Is creating datasources locally different under jrun?

2005-04-25 Thread Jared Rypka-Hauer - CMG, LLC
OOPS!

My bad...

Why are you using ODBC??

Go into the Administrator, go to Datasources, and in the dropdown
click SQLOLEDB.

Then configure your datasource with the same settings you would in the
OS Control Panel... IP (generally most reliable), username,
password... those are all you should *need*... but if you click Show
Advanced Settings it'll give you more options.

I recommend against changing any of the advanced settings unless you
absolutely need to. However, using the ODBC Administrator is pre-CF5,
for one thing... and a whole lot more work, for another... and it puts
your CFMX instance (which has a FULL JDBC implementation) at the mercy
of the OS. The built-in drivers will be more reliable, faster, and a
lOT easier to configure.

Go for it! Try something new!

J

On 4/25/05, Mike Kear [EMAIL PROTECTED] wrote:
 Thanks Sean and Jared, but that reference is about CFMX7 drivers for MySQL4.1.
 
 My question was about MS SQLServer2000, which I've been using since it
 was released happily with WinXPPro, and now doesnt seem to want to
 behave the same way it did under the non-JRUN version of CFMX7.
 
 I'm not sure how this answer relates. It's about a change in the MySQL
 authentication mechanism.  Does it also apply to MS SQLServer2000?
 
 
 Cheers
 Mike Kear
 Windsor, NSW, Australia



-- 
---
-
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204230
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: Is creating datasources locally different under jrun?

2005-04-25 Thread Mike Kear
My bad too .. I am using the MS SQLServer driver. 

According to the docs, you should put (local) for server name if the
server is on the same machine.  I've tried that.  And I've also tried
using 127.0.0.1 and the computer name (notebook) and always the same
result:

[quote]
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error
establishing socket. Unknown host: (local)
[/quote]

I've set up dozens of DSNs before using this same procedure, and the
only difference that I can see is that this time I have CFMX7
installed under JRUN.   It worked flawlessly in all my setups before
from CF4.2 onwards.   now it doesnt.


Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month


On 4/25/05, Jared Rypka-Hauer - CMG, LLC [EMAIL PROTECTED] wrote:
 OOPS!
 
 My bad...
 
 Why are you using ODBC??
 
 Go into the Administrator, go to Datasources, and in the dropdown
 click SQLOLEDB.
 
 Then configure your datasource with the same settings you would in the
 OS Control Panel... IP (generally most reliable), username,
 password... those are all you should *need*... but if you click Show
 Advanced Settings it'll give you more options.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204231
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: need a little help with Apache please

2005-04-25 Thread Jared Rypka-Hauer - CMG, LLC
On 4/24/05, Mike Kear [EMAIL PROTECTED] wrote:
 Thanks Jared.  I'm wishing I hadnt fallen for that old I use Apache
 and it's a piece of cake rubbish now.   For a coldfusion developer,
 who has never had a lot of involvement with server administration,
 specially in Unix, it's not a piece of cake at all.
 
 [A]  For example, what is 'UseCanonicalName Off'?

http://httpd.apache.org/docs-2.0/mod/quickreference.html

 
 [B] Why do I have to have DNS entries for everything if I'm only using
 my local folders, for local access, and nothing whatever to do with
 the internet?  And since I dont have my own DNS server set up on this
 machine does that mean I have to have one now?  Or do i have to add
 entries for all these in an external DNS, which means they wont be
 available when I'm offline, which was the whole point in the first
 place - to set up my dev machine so i can run my dev versions of the
 sites i'm working on.

Because DNS will match the request from the browser (for
http://intranet1 for example) to the machine that's running Apache
(127.0.0.1 for example), so that the browser even knows where to look
for the page! You have to have a host file entry (mini-static DNS-ey
sorta thing) for matching 127.0.0.1 to even get localhost to come up
even.


MS: [windows root]\system32\drivers\etc\hosts or you won't find anything.
Most UNIX: /etc/hosts

Like Chris said (but expanded a bit), make sure this line is in there:
127.0.0.1   localhost {myhostname} intranet clientsite1 clientsite2

Note: {myhostname} is symbolic for whatever your hostname really is.

 
 [C] And what is this section about? IfModule mod_userdir.c

http://httpd.apache.org/docs-2.0/mod/quickreference.html

Note: You CAN have different module definitions on a per-vhost basis...

 
 [D]  What does this line do:  HostnameLookups Off I'd have thought
 it does exactly the opposite of what I'm trying to do. But apparently
 not.

http://httpd.apache.org/docs-2.0/mod/quickreference.html

Has to do with logging.

 
 [E] My apache installation set up the default home page to be at
 C:\Program Files\Apache Group\Apache2\htdocs  and that's where
 localhost lands.   ColdFusion also installed CFIDE and CFDOCs under
 there too, but I dont think that's a very good place to be putting web
 pages of any kind.  I want to move it all to c:\sites.What does
 that change?Where is your default home page, and CFIDE and CFDOCS?

There is no default home page or a default server... even in IIS,
the default site is really just a virtual host that is called
default for the sake of ease. In Apache, you have 2 choices... you
can run the default server based on the basic, pre-packaged
httpd.conf file. That gives you one server... http://yourhostname:80.
However, if you want to run several servers or virtual hosts (or
vhosts) you need to define a vhost entry for each of them.

When you create ONE VHOST, IT SHUTS OFF THE DEFAULT SERVER that would
have normally been at http://yourhostname:80, along with any
resolution that would have happened for things like Directory and/or
Alias directives in the httpd.conf file.

Hence, you will need to have a vhost section in your config file for
any URL you wish to access... http://hostname, http://intranet,
http://clientsite1, http://clientsite2... all will need to have a
vhosts section, and a directory section in order to tell Apache that
it's ok to let browsers access those folders.

These settings, when in default server mode (i.e. no vhosts defined),
are activated via the body of the httpd.conf file... however, when you
define ONE VHOST, they will ALL need to be defined per-vhost:

DocumentRoot
DirectoryIndex
ServerName
ServerAlias
ServerAdmin
Directory
Alias
Order
Allow

Please note: This means that if you have intranet and clientsiteX in
your vhost configs and nothing with a ServerName directive of
myhostname (i.e. your host's hostname), then typing http://myhostname
will, indeed, fail. There is no default when using vhosts.

For more info on any of those directives, see:
http://httpd.apache.org/docs-2.0/mod/quickreference.html

 
 Sorry for being so dumb on this, but every time I think i have it
 worked out, another 50 or 60 parameters emerge that I have no idea
 about and I've never seen before.   Not even in the sample httpd:conf.

Aye, it happens...

 
 But I do appreciate your efforts on this.  It's a big help to a poor
 old confused developer.

Glad to help.

Laterz!

J


-- 
---
-
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: 

RE: CrystalTech Users Beware

2005-04-25 Thread Micha Schopman
If that wasn't the case you have the chance to die in a car-crash, I
have never seen ColdFusion developers die of a software-crash. If so, we
would have entire software developer cemeteries all over the world. 

In short, you are comparing apples and oranges.

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380




 So, you say that even a cheap car should not be considered 
 safe?  I should not expect my $8,000 Chevy to have brakes 
 that actually stop the car and headlights that work?  Don't 
 expect basic safety for that price!  Hell, don't expect basic 
 security as in door locks either!  Safety and security should 
 be #1 at any price level for any service or product, web 
 hosting included!!!  Low price is NO excuse for lazy 
 installation/implementation or design.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204233
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: Is creating datasources locally different under jrun?

2005-04-25 Thread Jochem van Dieten
Mike Kear wrote:
 My bad too .. I am using the MS SQLServer driver. 
 
 According to the docs, you should put (local) for server name if the
 server is on the same machine.  I've tried that.  And I've also tried
 using 127.0.0.1 and the computer name (notebook) and always the same
 result:

Use localhost, it is the most future-proof.


 [quote]
 java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error
 establishing socket. Unknown host: (local)
 [/quote]

Firewall (most frequent problem if you don't have SP3 for MS SQL 
Server)? Can you telnet to that port?

Jochem

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204234
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: Is creating datasources locally different under jrun?

2005-04-25 Thread John Beynon
you're not running an instance of MSDE SQL Server are you in a funny 
instance name? I had an oddity with that and was unable to connect CF to it 
- SQL had come preinstalled on my Dell laptop as part of Business Contact 
manager that shipped with Office 2003 - it was a right pain to get rid of it 
and get a default SQL instance installed

jb.


On 4/25/05, Mike Kear [EMAIL PROTECTED] wrote:
 
 My bad too .. I am using the MS SQLServer driver.
 
 According to the docs, you should put (local) for server name if the
 server is on the same machine. I've tried that. And I've also tried
 using 127.0.0.1 http://127.0.0.1 and the computer name (notebook) and 
 always the same
 result:
 
 [quote]
 java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error
 establishing socket. Unknown host: (local)
 [/quote]
 
 I've set up dozens of DSNs before using this same procedure, and the
 only difference that I can see is that this time I have CFMX7
 installed under JRUN. It worked flawlessly in all my setups before
 from CF4.2 onwards. now it doesnt.
 
 
 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion, PHP, ASP, ASP.NET http://ASP.NET hosting from AUD$15/month
 
 On 4/25/05, Jared Rypka-Hauer - CMG, LLC [EMAIL PROTECTED] wrote:
  OOPS!
 
  My bad...
 
  Why are you using ODBC??
 
  Go into the Administrator, go to Datasources, and in the dropdown
  click SQLOLEDB.
 
  Then configure your datasource with the same settings you would in the
  OS Control Panel... IP (generally most reliable), username,
  password... those are all you should *need*... but if you click Show
  Advanced Settings it'll give you more options.
 
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204235
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Thane Sherrington
At 12:34 AM 25/04/2005, Connie DeCinko wrote:
What are you basing this on?  Nothing?  Just a guess?  The old crap of, if
it's free it can't be any good?  AVG does an outstanding job and detected
virus infections where a recently updated copy of Norton did not.  It keeps
itself up to date, monitors email with no intervention and has never let me
down.  It has blocked several infection attempts.  I am quite happy with its
performance and the price!

I'm basing it about 23 years of fixing computers (which over the last eight 
years or so has turned into mostly fighting viruses.)  I'm a better tech 
than a programmer, and trust me, I've spent a huge amount of time testing 
virus protection options.  Please read my post again, and notice that:
1)I didn't recommend Norton over NOD32.
2)I stated my statements were based on third party reviews.

In my shop, I scan between five and ten computers a day - I use a 
combination of NOD32, FProt, NOD32, Trend, Norton, AVPersonal, and 
Sophos.  Of these, NOD32 does the best job in the speed and detection 
department.  For about six months, we ran AVG in the mix to see how it 
would do.  We ran it for awhile as the first scanner (and the others 
consistently found viruses it missed) and then we ran it as the last 
scanner (where it consistently found nothing, proving it added nothing to 
the mix.)  We pulled it as not being worth the time.  I'm glad you think 
it's working for you, but I'll bet that if you brought your machine to our 
shop, we'd find viruses you didn't know you had - I see this happen 
regularly with AVG and Norton users - less so with NOD32 users.

T 

---
[This E-mail scanned for viruses by Declude Anti-Virus]


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204236
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


nest #

2005-04-25 Thread Maxwell Smart
I'm trying to output the results of a query similar to:

#productrange1.name#

however I would like to increment the 1 based on the ID of another table such as

#productrange#ID#.name#

however obviously this is not allowed.

any suggestions please?

thanks. 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204237
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: nest #

2005-04-25 Thread kola.oyedeji
Try evaluate(productrange  id  .name)

Or evaluate(productrange#id#.name)


~k
 -Original Message-
 From: Maxwell Smart [mailto:[EMAIL PROTECTED]
 Sent: 25 April 2005 09:58
 To: CF-Talk
 Subject: nest #
 
 I'm trying to output the results of a query similar to:
 
 #productrange1.name#
 
 however I would like to increment the 1 based on the ID of another table
 such as
 
 #productrange#ID#.name#
 
 however obviously this is not allowed.
 
 any suggestions please?
 
 thanks.
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204238
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: nest #

2005-04-25 Thread Pascal Peters
#variables[productrange  id].name#
Pascal

 -Original Message-
 From: Maxwell Smart [mailto:[EMAIL PROTECTED]
 Sent: 25 April 2005 11:58
 To: CF-Talk
 Subject: nest #
 
 I'm trying to output the results of a query similar to:
 
 #productrange1.name#
 
 however I would like to increment the 1 based on the ID of another
table
 such as
 
 #productrange#ID#.name#
 
 however obviously this is not allowed.
 
 any suggestions please?
 
 thanks.
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204239
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: nest #

2005-04-25 Thread Keith Gaughan
Maxwell Smart wrote:

 I'm trying to output the results of a query similar to:
 
 #productrange1.name#
 
 however I would like to increment the 1 based on the ID of another table such 
 as
 
 #productrange#ID#.name#
 
 however obviously this is not allowed.
 
 any suggestions please?

No, it's not allowed. You've three options here, a bad one and two good
ones.

The bad one is to use Evaluate(). Don't do this. It's slow and makes
code hard to maintain more often than not. If you see it as really
being your only option (which it shouldn't be), then here's what you
do:

 #Evaluate(productrange#ID#).name#

The first good option is to store all your product ranges in an array
(if the id range is dense), that way, you could do something like:

 #productranges[ID].name#

The third option is to store them in structs. This is good if your range
of ids is typically sparse, or textual. Referencing an element of the
struct is the same as for arrays.

K.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204240
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Jochem van Dieten
Kay Smoljak wrote:
 
 Do you install Microsoft's updates for 0utlook's Junk Mail Filter?
 I've found since doing that, it's really quite good. I like keeping
 the number of apps I have running to a minimum!

The downside of all client side solutions is that you first have 
to download the email to the client and it is filtered only then. 
It is not that uncommon to receive a few thousand unwanted 
messages a day, and some badly written virusses are able to 
generate much more in a very short time.
You really want to filter that out as early as possible.

Jochem

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204241
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: nest #

2005-04-25 Thread kola.oyedeji
Pascal's suggestion would be better as you don't have to use evaluate
*assuming* you are using CFMX - pre-mx variables scope isn't a structure.

~k

 -Original Message-
 From: Pascal Peters [mailto:[EMAIL PROTECTED]
 Sent: 25 April 2005 10:40
 To: CF-Talk
 Subject: RE: nest #
 
 #variables[productrange  id].name#
 Pascal
 
  -Original Message-
  From: Maxwell Smart [mailto:[EMAIL PROTECTED]
  Sent: 25 April 2005 11:58
  To: CF-Talk
  Subject: nest #
 
  I'm trying to output the results of a query similar to:
 
  #productrange1.name#
 
  however I would like to increment the 1 based on the ID of another
 table
  such as
 
  #productrange#ID#.name#
 
  however obviously this is not allowed.
 
  any suggestions please?
 
  thanks.
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204242
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: Is creating datasources locally different under jrun?

2005-04-25 Thread Dave Watts
 I'm tring to set up my new dev machine, and I've got the same 
 SQLServer2000 setup I've used for years.  I've set up 
 datasources ok using the control panel ODBC Administrator.
 
 But when I try to set up ColdFusion datasources, nothing I've 
 tried in the past is working.  I keep getting this error:
 
 [quote]
 The root cause was that: java.sql.SQLException: 
 [Macromedia][SQLServer JDBC Driver]Error establishing socket. 
 Unknown host:
 [/quote]
 
 With my other pcs in the past, if I can't connect one way 
 I'll try another and it's always worked.  I've tried (local), 
 127.0.0.1, Notebook (thats my computer's name) for the server 
 names  and none of them works. Always the same result as above. 
 Anyone got any other ideas?

Is SQL Server listening on TCP/IP? By default, it listens on Named Pipes
(NetBIOS over TCP/IP), but you often have to configure the SQL Server
network listener to also listen on TCP/1433.

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!


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204243
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: CrystalTech Users Beware

2005-04-25 Thread Deanna Schneider
True, but frankly, the only kind of site I'd trust on a low-cost shared 
server is one that could get hacked and I wouldn't care.  :)

- Original Message - 
From: Cameron Childress [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, April 22, 2005 3:08 PM
Subject: Re: CrystalTech Users Beware


 That definitely makes it easy for any potential attackers to guess
 your DNS name.  I assume it's protected by a username and password you
 supply in your application?

 I would also point out that using that as your application name makes
 is very easy for someone to guess your application name and hijack
 your application scope.

 Sorry if I'm being a little paranoid about security issues, I've just
 been doing some threat modeling for the past few weeks and it's on my
 brain.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204244
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


Form woes

2005-04-25 Thread Stuart Kidd
Hi guys,

I¹ve got a cfform (flash) whereby a user enters data into a text area.  I
have noticed that when I check in the database (SQL) there are no carriage
returns brp or anything.

Do I need to do this before I insert it into the DB?

Thanks,

Saturday




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204245
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: Form woes

2005-04-25 Thread Ewok
Maybe it's an issue with flash forms? I don’t know, I haven't had the chance
to play around with them much yet but... does it keep formatting when you
pull it from the database and display it wrapped in pre tags?

-Original Message-
From: Stuart Kidd [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 25, 2005 8:30 AM
To: CF-Talk
Subject: Form woes

Hi guys,

I¹ve got a cfform (flash) whereby a user enters data into a text area.  I
have noticed that when I check in the database (SQL) there are no carriage
returns brp or anything.

Do I need to do this before I insert it into the DB?

Thanks,

Saturday






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204246
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: Form woes

2005-04-25 Thread Dave Watts
 I¹ve got a cfform (flash) whereby a user enters data into a 
 text area.  I have noticed that when I check in the database 
 (SQL) there are no carriage returns brp or anything.
 
 Do I need to do this before I insert it into the DB?

When a user types text into a textarea, it's not HTML, just text. Within
ASCII text, carriage returns and line feeds are represented by the ASCII
characters 13 and 10, respectively, and those don't show up as visible
characters when you look at the text. If you later want to display that text
within an HTML page, it will be up to you to reformat it appropriately. This
doesn't have anything to do with CFFORM or Flash, I don't think.

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!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204247
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: Form woes

2005-04-25 Thread Ewok
Okay, so they are most likely still there :)

#replace(string, #chr(13)##chr(10)#, br, ALL)#


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 25, 2005 9:11 AM
To: CF-Talk
Subject: RE: Form woes

 I¹ve got a cfform (flash) whereby a user enters data into a 
 text area.  I have noticed that when I check in the database 
 (SQL) there are no carriage returns brp or anything.
 
 Do I need to do this before I insert it into the DB?

When a user types text into a textarea, it's not HTML, just text. Within
ASCII text, carriage returns and line feeds are represented by the ASCII
characters 13 and 10, respectively, and those don't show up as visible
characters when you look at the text. If you later want to display that text
within an HTML page, it will be up to you to reformat it appropriately. This
doesn't have anything to do with CFFORM or Flash, I don't think.

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!




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204248
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


Are search engine safe URLs really necessary?

2005-04-25 Thread Al Everett
For those of you taking a lot of time getting your dynamic site URLs
to look like static ones, this article may be of interest to you:

http://www.emediawire.com/releases/2005/4/emw232456.htm

(I am in no way affiliated with the site. It just happened to come up
in a Google Alert and covers a topic I've seen pass through the list
more than once.)
-- 
a href=http://www.spreadfirefox.com/?q=affiliatesamp;id=58370amp;t=1;Get
Firefox!/a
http://www.spreadfirefox.com/?q=affiliatesamp;id=58370amp;t=1

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204249
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: Are search engine safe URLs really necessary?

2005-04-25 Thread Kerry
Yeah, I think search engines are happier about querystrings now, but:

We have customers who put their URLs in printed marketing materials, so
there is no way we are going to have users typing in:
/index.cfm?page=79797C25-1143-5A57-54B333CF7325EA9C

We need to have direct access like mysite.com/feature, of course there are
other ways of acheiving this, but I think having human friendly URLs is a
good thing.

Im not sure, but does having a more relevant URL help your rankings as well?


-Original Message-
From: Al Everett [mailto:[EMAIL PROTECTED]
Sent: 25 April 2005 14:08
To: CF-Talk
Subject: Are search engine safe URLs really necessary?


For those of you taking a lot of time getting your dynamic site URLs
to look like static ones, this article may be of interest to you:

http://www.emediawire.com/releases/2005/4/emw232456.htm

(I am in no way affiliated with the site. It just happened to come up
in a Google Alert and covers a topic I've seen pass through the list
more than once.)
--
a
href=http://www.spreadfirefox.com/?q=affiliatesamp;id=58370amp;t=1;Get
Firefox!/a
http://www.spreadfirefox.com/?q=affiliatesamp;id=58370amp;t=1



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204250
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: Form woes

2005-04-25 Thread Stuart Kidd
Thanks for your help on that one guys.  I didn't get it to work with both
chr13 and chr10 but it worked fine with chr13 (unlucky for some!).

Thanks,

Saturday


On 25/4/05 2:07 pm, Ewok [EMAIL PROTECTED] wrote:

 Okay, so they are most likely still there :)
 
 #replace(string, #chr(13)##chr(10)#, br, ALL)#
 
 
 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 25, 2005 9:11 AM
 To: CF-Talk
 Subject: RE: Form woes
 
 I¹ve got a cfform (flash) whereby a user enters data into a
 text area.  I have noticed that when I check in the database
 (SQL) there are no carriage returns brp or anything.
 
 Do I need to do this before I insert it into the DB?
 
 When a user types text into a textarea, it's not HTML, just text. Within
 ASCII text, carriage returns and line feeds are represented by the ASCII
 characters 13 and 10, respectively, and those don't show up as visible
 characters when you look at the text. If you later want to display that text
 within an HTML page, it will be up to you to reformat it appropriately. This
 doesn't have anything to do with CFFORM or Flash, I don't think.
 
 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!
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204251
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: Form woes

2005-04-25 Thread Ewok
Glad you got it going. Just out of curiosity, what OS is your server on?

-Original Message-
From: Stuart Kidd [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 25, 2005 9:21 AM
To: CF-Talk
Subject: Re: Form woes

Thanks for your help on that one guys.  I didn't get it to work with both
chr13 and chr10 but it worked fine with chr13 (unlucky for some!).

Thanks,

Saturday


On 25/4/05 2:07 pm, Ewok [EMAIL PROTECTED] wrote:

 Okay, so they are most likely still there :)
 
 #replace(string, #chr(13)##chr(10)#, br, ALL)#
 
 
 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 25, 2005 9:11 AM
 To: CF-Talk
 Subject: RE: Form woes
 
 I¹ve got a cfform (flash) whereby a user enters data into a
 text area.  I have noticed that when I check in the database
 (SQL) there are no carriage returns brp or anything.
 
 Do I need to do this before I insert it into the DB?
 
 When a user types text into a textarea, it's not HTML, just text. Within
 ASCII text, carriage returns and line feeds are represented by the ASCII
 characters 13 and 10, respectively, and those don't show up as visible
 characters when you look at the text. If you later want to display that
text
 within an HTML page, it will be up to you to reformat it appropriately.
This
 doesn't have anything to do with CFFORM or Flash, I don't think.
 
 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!
 
 
 
 
 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204252
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


SOLVED!! RE: Flash Forms Multi-Instance Setup STILL

2005-04-25 Thread DURETTE, STEVEN J \(AIT\)
Hey all,

I just wanted to let you know that I found a solution to the problem
below.  And I have to apologize about the comment about Macromedia not
making it work out of the box.

It turned out that before cfdocument became available to us, our group
used FOP to make dynamic pdf files. To make sure that legacy pages were
not broken we put FOP on the server.

Turns out that FOP conflicts with flash forms.  Remove FOP and
everything works.  Now we just have to recode all those pages that used
FOP!

By the way, I found the answer when I read a forum post about FLEX.  I
had clicked on the link on accident because I don't have FLEX and there
was my answer!

Sometimes it pays to read things that don't seem related.

Thanks,
Steve


-Original Message-
From: DURETTE, STEVEN J (AIT) 
Sent: Thursday, April 14, 2005 10:20 AM
To: 'cf-talk@houseoffusion.com'
Subject: RE: Flash Forms Multi-Instance Setup STILL


Really didn't want to pay for a support incident.  Because it installs
and doesn't meet MM's requirement for install problem, it's not free.
(Even though, directly out of the box to install doesn't work as
stated.)

Flash 7 is installed on my workstation, but not the server that I'm
running this on.

As for if you can see a page.  We are on an intranet.  No outside access
except through vpn (and that takes and act of GOD to get).

Just FYI last night I tried installing it on a WinXP pro machine and
everything worked fine, except it uses different .dll files.  When I'm
on the 2003 machine all of the dlls have _iis6 at the end of them.

Could I possibly be the only person on the entire list using multiple
instances on Win2K3?  And didn't MM test for this setup?  I mean that's
one of the selling points for enterprise and more companies are
switching from Win2K to Win2K3.

I'm stumped.  Thinking about re-installing, but that is going to be sooo
much work resetting everything up.

Steve


-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 7:03 PM
To: CF-Talk
Subject: RE: Flash Forms Multi-Instance Setup STILL


hummm, I'm not sure then, did you call MM?
 do you have a page up I can see and maybe get an idea from?
do you have flash 7 installed?


From: DURETTE, STEVEN J \(AIT\) [EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 4:42 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: RE: Flash Forms Multi-Instance Setup STILL 

Nope, that didn't fix it.

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 4:18 PM
To: CF-Talk
Subject: RE: Flash Forms Multi-Instance Setup STILL

I dont run on windows (obviously haha), so that I can't say.
 But I know we have had to do this for them to work and not just a
virtual mapping but the actual folder


From: DURETTE, STEVEN J \(AIT\) 
Sent: Wednesday, April 13, 2005 4:00 PM
To: CF-Talk 
Subject: RE: Flash Forms Multi-Instance Setup STILL 

Not even with cf mappings to it and virtual mappings in iis?

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 3:47 PM
To: CF-Talk
Subject: re: Flash Forms Multi-Instance Setup STILL

copy the cfide directory into your sites root or it wont work


From: DURETTE, STEVEN J \(AIT\) 
Sent: Wednesday, April 13, 2005 3:40 PM
To: CF-Talk 
Subject: Flash Forms Multi-Instance Setup STILL 

Hey all,

I'm looking for someone who has set up CFMX7 Enterprise with the
Multiserver option, on Win2k3 with IIS6 using host headers.

That is my setup and I can't get flash forms working. I have followed
the directions to remove and re-run the wsconfig, but it didn't help. I
tried following the instructions of others to stop the flash remoting on
the jrun server (let cf handle it), but even though people have given me
directions as to what to remove, it is not there for me to remove.

I'm really getting frustrated and one of the groups that we allow to use
our server (we are on an intranet) is really complaining that we can't
use them.

I'm desperate! I'm hoping not to have to re-install, but I will if I
have to.

Steve





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204253
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: Are search engine safe URLs really necessary?

2005-04-25 Thread Jeff Garza
I use a custom 404 handler that does a database lookup from a table of
vanity URLs.  It evaluates the last value of a list separated by / and
searches the database for the url...

Simple enough for me.

HTH,

Jeff

-Original Message-
From: Kerry [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 25, 2005 6:18 AM
To: CF-Talk
Subject: RE: Are search engine safe URLs really necessary?

Yeah, I think search engines are happier about querystrings now, but:

We have customers who put their URLs in printed marketing materials, so
there is no way we are going to have users typing in:
/index.cfm?page=79797C25-1143-5A57-54B333CF7325EA9C

We need to have direct access like mysite.com/feature, of course there are
other ways of acheiving this, but I think having human friendly URLs is a
good thing.

Im not sure, but does having a more relevant URL help your rankings as well?


-Original Message-
From: Al Everett [mailto:[EMAIL PROTECTED]
Sent: 25 April 2005 14:08
To: CF-Talk
Subject: Are search engine safe URLs really necessary?


For those of you taking a lot of time getting your dynamic site URLs
to look like static ones, this article may be of interest to you:

http://www.emediawire.com/releases/2005/4/emw232456.htm

(I am in no way affiliated with the site. It just happened to come up
in a Google Alert and covers a topic I've seen pass through the list
more than once.)
--
a
href=http://www.spreadfirefox.com/?q=affiliatesamp;id=58370amp;t=1;Get
Firefox!/a
http://www.spreadfirefox.com/?q=affiliatesamp;id=58370amp;t=1





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204254
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: Are search engine safe URLs really necessary?

2005-04-25 Thread kola.oyedeji
Jeff,


While that works, doesn't it mean that HTTP status code returned is still
404?

Could be enough to make the googlebot not even index the page content.

Just a thought

~k



 -Original Message-
 From: Jeff Garza [mailto:[EMAIL PROTECTED]
 Sent: 25 April 2005 13:34
 To: CF-Talk
 Subject: RE: Are search engine safe URLs really necessary?
 
 I use a custom 404 handler that does a database lookup from a table of
 vanity URLs.  It evaluates the last value of a list separated by / and
 searches the database for the url...
 
 Simple enough for me.
 
 HTH,
 
 Jeff
 
 -Original Message-
 From: Kerry [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 25, 2005 6:18 AM
 To: CF-Talk
 Subject: RE: Are search engine safe URLs really necessary?
 
 Yeah, I think search engines are happier about querystrings now, but:
 
 We have customers who put their URLs in printed marketing materials, so
 there is no way we are going to have users typing in:
 /index.cfm?page=79797C25-1143-5A57-54B333CF7325EA9C
 
 We need to have direct access like mysite.com/feature, of course there are
 other ways of acheiving this, but I think having human friendly URLs is a
 good thing.
 
 Im not sure, but does having a more relevant URL help your rankings as
 well?
 
 
 -Original Message-
 From: Al Everett [mailto:[EMAIL PROTECTED]
 Sent: 25 April 2005 14:08
 To: CF-Talk
 Subject: Are search engine safe URLs really necessary?
 
 
 For those of you taking a lot of time getting your dynamic site URLs
 to look like static ones, this article may be of interest to you:
 
 http://www.emediawire.com/releases/2005/4/emw232456.htm
 
 (I am in no way affiliated with the site. It just happened to come up
 in a Google Alert and covers a topic I've seen pass through the list
 more than once.)
 --
 a
 href=http://www.spreadfirefox.com/?q=affiliatesamp;id=58370amp;t=1;Get
 Firefox!/a
 http://www.spreadfirefox.com/?q=affiliatesamp;id=58370amp;t=1
 
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204255
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: Are search engine safe URLs really necessary?

2005-04-25 Thread Kay Smoljak
On 4/25/05, Jeff Garza [EMAIL PROTECTED] wrote:
 I use a custom 404 handler that does a database lookup from a table of
 vanity URLs.  It evaluates the last value of a list separated by / and
 searches the database for the url...

You realise that when a search engine hits a 404 it turns around
faster than you can say result page 1 billion?

-- 
Kay Smoljak
http://kay.smoljak.com/

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204256
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:_Are_search_engine_safe_URLs_really_necessary?

2005-04-25 Thread S . Isaac Dealey
Given this clip from the article, I would guess it has no effect:

A better example would be www.Moono.com - a celebrity gossip and
entertainment news site, which belongs to a good friend of mine. It
had started out as purely dynamically generated website (ColdFusion 
MySQL), that he later on converted in such a way that it appears to be
static HTML while still being very much dynamic. While it was OK to do
that “just to be on the safe side,” it hasn’t produced much in terms
of benefits. Google had close to 40,000 his pages indexed before, and
it is the same now.

On the other hand Moono’s sister site www.Rev108.com, that has the
same theme and much of the same content only smaller, is one hundred
percent dynamic. Google indexed about 17,000 of its pages, which is
pretty much all of it. The same holds true for Yahoo as well.

It's not a direct answer to the question, obviously, but it would seem
to support the idea that at least for Google and Yahoo, the engine
doesn't make any distinction between static and dynamic pages.

For url's that need to be used in print media, you're right, I would
avoid a url with a GUID in it ... though that's reasonably easy to
accomplish on a page-by-page basis with something like the mechanic
behind TinyURL.com, macromedia.com/go/ or a simple stub template that
includes or redirects to the final url.


 Yeah, I think search engines are happier about
 querystrings now, but:

 We have customers who put their URLs in printed marketing
 materials, so
 there is no way we are going to have users typing in:
 /index.cfm?page=79797C25-1143-5A57-54B333CF7325EA9C

 We need to have direct access like mysite.com/feature, of
 course there are
 other ways of acheiving this, but I think having human
 friendly URLs is a
 good thing.

 Im not sure, but does having a more relevant URL help your
 rankings as well?


 -Original Message-
 From: Al Everett [mailto:[EMAIL PROTECTED]
 Sent: 25 April 2005 14:08
 To: CF-Talk
 Subject: Are search engine safe URLs really necessary?


 For those of you taking a lot of time getting your dynamic
 site URLs
 to look like static ones, this article may be of interest
 to you:

 http://www.emediawire.com/releases/2005/4/emw232456.htm

 (I am in no way affiliated with the site. It just happened
 to come up
 in a Google Alert and covers a topic I've seen pass
 through the list
 more than once.)
 --
 a
 href=http://www.spreadfirefox.com/?q=affiliatesamp;id=58
 370amp;t=1Get
 Firefox!/a
 http://www.spreadfirefox.com/?q=affiliatesamp;id=58370am
 p;t=1



 ~~
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204257
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: Are search engine safe URLs really necessary?

2005-04-25 Thread James Smith
Couldn't you combine it with a cfheader statuscode=200 or something
though?

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 
 Sent: 25 April 2005 14:44
 To: CF-Talk
 Subject: RE: Are search engine safe URLs really necessary?
 
 Jeff,
 
 
 While that works, doesn't it mean that HTTP status code 
 returned is still 404?
 
 Could be enough to make the googlebot not even index the page content.
 
 Just a thought
 
 ~k
 
 
 
  -Original Message-
  From: Jeff Garza [mailto:[EMAIL PROTECTED]
  Sent: 25 April 2005 13:34
  To: CF-Talk
  Subject: RE: Are search engine safe URLs really necessary?
  
  I use a custom 404 handler that does a database lookup from 
 a table of 
  vanity URLs.  It evaluates the last value of a list 
 separated by / 
  and searches the database for the url...
  
  Simple enough for me.
  
  HTH,
  
  Jeff
  
  -Original Message-
  From: Kerry [mailto:[EMAIL PROTECTED]
  Sent: Monday, April 25, 2005 6:18 AM
  To: CF-Talk
  Subject: RE: Are search engine safe URLs really necessary?
  
  Yeah, I think search engines are happier about querystrings 
 now, but:
  
  We have customers who put their URLs in printed marketing 
 materials, 
  so there is no way we are going to have users typing in:
  /index.cfm?page=79797C25-1143-5A57-54B333CF7325EA9C
  
  We need to have direct access like mysite.com/feature, of 
 course there 
  are other ways of acheiving this, but I think having human friendly 
  URLs is a good thing.
  
  Im not sure, but does having a more relevant URL help your 
 rankings as 
  well?
  
  
  -Original Message-
  From: Al Everett [mailto:[EMAIL PROTECTED]
  Sent: 25 April 2005 14:08
  To: CF-Talk
  Subject: Are search engine safe URLs really necessary?
  
  
  For those of you taking a lot of time getting your dynamic 
 site URLs 
  to look like static ones, this article may be of interest to you:
  
  http://www.emediawire.com/releases/2005/4/emw232456.htm
  
  (I am in no way affiliated with the site. It just happened 
 to come up 
  in a Google Alert and covers a topic I've seen pass through 
 the list 
  more than once.)
  --
  a
  
 href=http://www.spreadfirefox.com/?q=affiliatesamp;id=58370amp;t=1;
  Get
  Firefox!/a
  http://www.spreadfirefox.com/?q=affiliatesamp;id=58370amp;t=1
  
  
  
  
  
  
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204258
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: Are search engine safe URLs really necessary?

2005-04-25 Thread kola.oyedeji
My point exactly ;-)

~k

 -Original Message-
 From: Kay Smoljak [mailto:[EMAIL PROTECTED]
 Sent: 25 April 2005 13:44
 To: CF-Talk
 Subject: Re: Are search engine safe URLs really necessary?
 
 On 4/25/05, Jeff Garza [EMAIL PROTECTED] wrote:
  I use a custom 404 handler that does a database lookup from a table of
  vanity URLs.  It evaluates the last value of a list separated by / and
  searches the database for the url...
 
 You realise that when a search engine hits a 404 it turns around
 faster than you can say result page 1 billion?
 
 --
 Kay Smoljak
 http://kay.smoljak.com/
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204259
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: Getting MS Exchange Mailbox Info??

2005-04-25 Thread Dawson, Michael
Why, as a matter of fact, I have a script that does just that.  (It's in
ASP, so don't tell anyone on this list.  They might ban me.)  ;)

I will try to remember the requirements, but I'm not at work now and I
may forget something.

* Create a domain account with adequate permissions to open each mailbox
on the mail server.  Test this by logging into a computer with the
domain account and configuring Outlook to connect to different
mailboxes.  Give it a while for the changes to propogate to each and
every mailbox.  It could take an hour on a large domain.

* On EACH mail server that contains mailboxes, create a new folder under
the local web site.  Create a new IIS virtual directory for this new
folder and secure it with basic authentication.  Test this by accessing
a test page in this folder and make sure is prompts for the username and
password for the domain account.

* Place the attached ASP script in this directory.  Test this page by
calling a similar url:
http://yourmailserver.domain.com/secured/MaiboxSizeAgent.asp?username=My
UserName
Note that the username you specify in the url MUST have a mailbox on
this server.  Repeat for EACH mail server.

* Place the attached CFM file on your CF server.  This page queries the
Active Directory for the necessary mailbox information and then calls
the ASP script on the appropriate mail server.  This page also requires
a logged-in user just to provide Active Directory information for the
ASP script.  This can be fudged in the code, however.

That should pretty much do it.  Here is the gist of what these script
do:

When accessing the CF page, ColdFusion connects to Active Directory to
get mailbox information such as the name of the mailbox server.  This is
because you could have more than one mailserver in your domain and the
users may not know which server contains their mailbox.  This takes care
of that automatically.

The CF page also pulls information from Active Directory showing their
current mailbox size limits, if any.  This is handy when the users
wonder why they cannot send email because they have exceeded their
quotas.

The mail server is determined by looking through the
msExchangeHomeServerName ldap attribute.  You will need to modify these
values to suit your domain.

CF calls the ASP page and passes the username as a url param.  This is
where you specify the username/password that has permissions to access
every mailbox on the mail server.

The ASP page sets up a few variables, starts an XML string, then
performs a query of the mailbox.  For each folder, and recursively-found
sub-folders, the ASP page adds XML elements for each folder and its
associated size.  It also replaces a few characters that don't play well
with others.  Then, the total mailbox size element is added to the end
of the XML packet.

The XML is returned to the CFM page where the XML is parsed.  It is
then, basically, just looped over and displayed.  At the same time, I
also highlight some folders that are generally the ones that hog most of
the mailbox space.

That's pretty much it.  Sorry to be long-winded, but there are quite a
few details that must be just right.  Make sure to change your variables
in both scripts before testing.

I am attaching two files to this message.  If they don't go through, let
me know.

M!ke

-Original Message-
From: Ramiro Estrada [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 23, 2005 10:40 PM
To: CF-Talk
Subject: Getting MS Exchange Mailbox Info??

Anyone been able to get mailbox info such as the size from an Exchange
server using a CFSCRIPT or other way?
 
-R


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204260
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: Are search engine safe URLs really necessary?

2005-04-25 Thread Keith Gaughan
Al Everett wrote:

 For those of you taking a lot of time getting your dynamic site URLs
 to look like static ones, this article may be of interest to you:
 
 http://www.emediawire.com/releases/2005/4/emw232456.htm
 
 (I am in no way affiliated with the site. It just happened to come up
 in a Google Alert and covers a topic I've seen pass through the list
 more than once.)

I think the main reason for having search engine friendly URLs these
days has absolutely nothing to do with search engines, and everything
to do with the people using your system. Search engine friendly URLs
are somewhat more user-friendly than their query string-based
equivalents if done right.

Let's take a simple example. For instance, let's say that you were
writing a bit of blogging software. Which looks more user-friendly
to you:

  1. (a) http://example.com/archives/2005/4/25/
 (b) http://example.com/archives.cfm?yr=2005mth=4dy=25
 (c) 
http://example.com/index.cfm?fuseaction=blog.archivesyr=2005mth=4dy=25

  2. (a) http://example.com/entries/name-of-an-entry/
 http://example.com/entries/348/
 (b) http://example.com/entries.cfm?name=name-of-entry
 http://example.com/entries.cfm?id=348
 (c) 
http://example.com/index.cfm?fuseaction=blog.entryname=name-of-entry
 http://example.com/index.cfm?fuseaction=blog.entryid=348

And so on. I think you'll agree that the (a)s are a bit easier on the
user.

[Aside: I'm not sniping at Fusebox, in case anybody's thinking I am.
It's a good framework, but exposes some things that the user shouldn't
see, like the fact it's being used at all. This goes for any framework.]

Also, user-friendly URLs also mean that you can change the underlying
architecture of your app without breaking the URL part of its user
interface. A lot of people forget that URLs are just as much a part of
the UI as what you see in the viewport, and shouldn't.

K.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204261
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:_Are_search_engine_safe_URLs_really_necessary?

2005-04-25 Thread S . Isaac Dealey
I would expect the status code returned would be whatever status code
is provided by the CF page performing the lookup. The webserver
doesn't care what status code is returned -- it may default to 404,
but I would expect if you chose a CF page for your 404 page and then
used cflocation or cfheader a status code provided by either of
these tags would replace the default 404 status code.

 Jeff,


 While that works, doesn't it mean that HTTP status code
 returned is still
 404?

 Could be enough to make the googlebot not even index the
 page content.

 Just a thought

 ~k


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/author/?id=4806
http://www.fusiontap.com



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204263
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: Forms Generation

2005-04-25 Thread S . Isaac Dealey
SiteObjects actually... soXML and soEditor were a couple of their
products... Not to be nit-picky, just that SmartObjects actually
happens to be the name of another CF something that's completely
unrelated...

http://www.siteobjects.com

http://cfdj.sys-con.com/read/41953.htm
http://smartcms.tigris.org/history.html

They've taken smart-objects.com down apparently...

Does anybody else find the latter of these 2 pages a bit over the
top? ...


 Someone was looking for a way to generate forms via XML.
 This is from Sean
 Tierney, a member of the AZCFUG.
 ---

 i just found it on an old backup cd under my desk. i
 zipped it up and
 posted it here:
  http://www.lightsoutproduction.com/downloads/instaform.z
  ip
 http://www.lightsoutproduction.com/downloads/instaform.zip
 disclaimers:
 i have not tested this so it may need some tweaking to
 work. it was
 written pre-cfmx so there were no cfc's and no cfxml tags.
 instead it
 relies upon a free custom tag by SmartObjects called
 Soxml.cfm to use
 the MS com object for parsing xml. it could easily be
 changed to use
 cfxml.
 You can follow the example form definition called
 BetaForm.xml and see
 how it works. there's no GUI for creating forms but the
 basic idea is
 sound. hopefully it helps someone out. obviously, use at
 your own
 risk, no warranties expressed or implied, yada yada...
 sean


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/author/?id=4806
http://www.fusiontap.com



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204264
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: Using Java Classes rather than CFC's?

2005-04-25 Thread Bob Jacoby
You seem to have answered your own question.

It wasn't my question. :)
 
Bob

 [EMAIL PROTECTED] 4/22/2005 12:55:35 PM 

Let me state upfront that my primary background is in java so I'll
admit
to some bias... :)

We all have our favorite tools.

I'm impressed with ColdFusion's ability to get sites up and running
quickly and the ease with which one can learn the language. However,
I'm
not as convinced with its ability to perform complex business logic
and
integrate with other systems. 

Complex business logic can be modelled in any language, it's just a
matter of how much work it takes. 

While I like the concept of CFCs and think
it's a great addition they lack of some OO capabilities
(polymorphism,
overloading methods, etc) that limit what you can do with them.
ColdFusion, for all intensive purposes, is a procedural language.

It is a procedural language, but I would differ with you in this
respect. The lack of certain OO capabilities doesn't limit what you can
do, it just affects how you do it. In some cases, it makes a CF-based
solution more trouble than it's worth.

Bolting on some OO capabilities is nice, but I doubt it'll ever be a
true OO language, and many people, myself included, don't want it to
be.
I think it'd add complexity to the point where CF becomes as complex
to
write as java. 

Absolutely. It offers enough OO features to make OO-style frameworks
like Mach-II possible while stilling offering the simplicity of pure
procedural design for beginners.

Now, I won't say it makes sense for all applications for the business
logic to exist in java and the view to exist in CF. It adds
additional
complexity that in many cases just won't be worth it. Java is a beast
that takes quite a bit of time to learn and truly understand, let
alone
write decent code. In addition, the integration between java and CF
isn't perfect. Going from a non-typed language to a strongly typed
language will always lead to some compatibility issues. I personally
hate the fact that CF doesn't support the concept of null. That
alone
has caused considerable grief when integrating java apps. Basically
we
have to implement ugly workarounds.

You seem to have answered your own question. Personally, I don't want
to drop down into Java just for the hell of it. I do it when I can't
accomplish what I want in CF, or when the CF-based solution would be
more painful than the Java-based solution. Your example of not
supporting null is perfect. In that case, I would write wrapper
class(es) in Java to provide the integration hook I needed, and I would
access the wrapper class(es) from CF. 

If you have an application that makes very heavy use of such external
integrations, it might make sense to write the entire model in Java, or
maybe to build an integration component factory in Java that handles
just the integrations. But I wouldn't do that unless there was some
concrete benefit to it. Don't look at it as just a technical problem.
Consider the business costs and and benefits as well. Tha may help point
you in the right direction.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204263
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: Are search engine safe URLs really necessary?

2005-04-25 Thread sean farrow
I use a similar setup to Jeff purely for search engine optimisation. You can 
set the HTTP status code to 200 and googlebot does index.

Another point is that while google may index sites with complex URL's this in 
itself does not constitute search engine optimisation but rather is just a 
component of SEO. 

Having a URL of:

kittens.pets.com

will be more beneficial than:

www.pets.com?cfid=30393cftoken=jsdjsjnavitem=catscategory=petssubsection=kittens

if kitten is one of the keywords you wish to promote.

Regards
Sean

Jeff,


While that works, doesn't it mean that HTTP status code returned is still
404?

Could be enough to make the googlebot not even index the page content.

Just a thought

~k





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204265
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


Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Jim Louis
www.spampal.org  We use it in our office.  Very little spam gets through.  Its 
open source and there are many plugins avaliable.

Jim Louis
Best Meetings Inc.
www.bestmeetings.com
952.858.8875

I'm at the point where I have to renew my licenses for my anti-virus
software, and my anti-spam is going to have to be renewed soon, so I'm
looking for alternatives.  Both of them are not really keeping up with
the current pace.

Are there any good low cost/free/ anti spam measures available?
Are there any good low cost/free/ anti virus measures available?

Im using MS Outlook2003 for mail.  It has what purports to be
anti-spam built in but it's next to useless.  It grabs only emails
from addresses it knows, and the spammers change their from address
at random these days.  You would rarely get two spams from the same
address.

Anyway, I'm looking for improvements on my current setup before I go
and renew the licenses.

Anyone?

-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204266
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Jim Davis
 -Original Message-
 From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 25, 2005 7:01 AM
 To: CF-Talk
 Subject: Re: Any Free/Low cost anti-spam/anti-virus software?
 
 Kay Smoljak wrote:
 
  Do you install Microsoft's updates for 0utlook's Junk Mail Filter?
  I've found since doing that, it's really quite good. I like keeping
  the number of apps I have running to a minimum!
 
 The downside of all client side solutions is that you first have
 to download the email to the client and it is filtered only then.
 It is not that uncommon to receive a few thousand unwanted
 messages a day, and some badly written virusses are able to
 generate much more in a very short time.
 You really want to filter that out as early as possible.

Too true - but the benefit is that for some people (like me) who chack many
email addresses through the same client (I'm up to about 12) I've got one
solution that does it for everything.

Most of the servers I use offer some spam protection of their own, but I
still have to go up and check the junk folders manually for all them
individually.

Using a client-side solution I have to wait for the download, but I
consolidate the work.

Pros and cons all over.  ;^)

Jim Davis





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204267
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


HREF in rows with Flash format CFRGID?

2005-04-25 Thread Alex Sherwood
Is it me, or can one not have a cell/column/row be clickable via the 
HREF attribute for CFGRID in Flash format? If not via the HREF 
attribute, how does one append a key and have a row/cell/column be 
clickable for flash-based CFGRIDs?

Thanks much,

--
Alex Sherwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204268
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


transferring between domains, cookies and flash

2005-04-25 Thread Robert Everland III
I'm having an issue when transferring between domains on the same box. When I 
pass the CFID and CFTOKEN the session isn't carrying over. The entire 
application is in flash using flash remoting. So when the session isn't passed 
correctly everything totally goes to crap. If I put this piece of code in the 
application.cfm the sessions isn't passed the first time, but on refresh it 
uses the correct cfid and cftoken.

cfif IsDefined(Cookie.CFID)
cfcookie name=CFID 
value=#listgetat(listgetat(session.urltoken,1,), 2, =)#
cfcookie name=CFTOKEN 
value=#listgetat(listgetat(session.urltoken,2,), 2, =)# 
/cfif

Has anyone had this issue before and if so any ideas on how to fix this? 
Cflocation isn't an option due to it being in flash.



Bob Everland

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204269
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: Forms Generation

2005-04-25 Thread Rick Mason
Isaac,
 Actually I have a buddy who works everyday on a large extranet that was 
built using SmartObjects. So I am familiar with it.
 I thought it had disappeared completely, but he tells me that it's now a 
project on Sourceforge. But I just checked and it's now in the process of 
moving to smart-objects.com http://smart-objects.com.
 Lot of people ask me about our groups URL. Don Bellamy from SiteObjects 
grabbed it back in 1995! Back when ColdFusion shipped on a floppy disk! He 
hosts our site which has just undergone a complete makeover.
  Rick Mason
Mid-Michigan CFUG
www.coldfusion.org http://www.coldfusion.org


 On 4/25/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: 
 
 SiteObjects actually... soXML and soEditor were a couple of their
 products... Not to be nit-picky, just that SmartObjects actually
 happens to be the name of another CF something that's completely
 unrelated...
 
 http://www.siteobjects.com
 
 http://cfdj.sys-con.com/read/41953.htm
 http://smartcms.tigris.org/history.html
 
 They've taken smart-objects.com http://smart-objects.com down 
 apparently...
 
 Does anybody else find the latter of these 2 pages a bit over the
 top? ...
 
 
  Someone was looking for a way to generate forms via XML.
  This is from Sean
  Tierney, a member of the AZCFUG.
  ---
 
  i just found it on an old backup cd under my desk. i
  zipped it up and
  posted it here:
  http://www.lightsoutproduction.com/downloads/instaform.z
  ip
  http://www.lightsoutproduction.com/downloads/instaform.zip
  disclaimers:
  i have not tested this so it may need some tweaking to
  work. it was
  written pre-cfmx so there were no cfc's and no cfxml tags.
  instead it
  relies upon a free custom tag by SmartObjects called
  Soxml.cfm to use
  the MS com object for parsing xml. it could easily be
  changed to use
  cfxml.
  You can follow the example form definition called
  BetaForm.xml and see
  how it works. there's no GUI for creating forms but the
  basic idea is
  sound. hopefully it helps someone out. obviously, use at
  your own
  risk, no warranties expressed or implied, yada yada...
  sean
 
 s. isaac dealey 954.522.6080
 new epoch : isn't it time for a change?
 
 add features without fixtures with
 the onTap open source framework
 
 http://macromedia.breezecentral.com/p49777853/
 http://www.sys-con.com/author/?id=4806
 http://www.fusiontap.com
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204270
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


Just a quick question (Lotus Notes)

2005-04-25 Thread Jeff Small
Have any of you ever tied into a Lotus Notes system, and if so, what were 
your experiences? Are there any sites that any of you know of that might 
point someone in the direction for doing this? I admit, I have no experience 
with the Lotus Notes system, so I'm kind of a fish out of water if you 
know what I mean. 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204271
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: SOLVED!! RE: Flash Forms Multi-Instance Setup STILL

2005-04-25 Thread James Holmes
That's good info to have - thanks for the post.

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] 
Sent: Monday, 25 April 2005 9:33 
To: CF-Talk
Subject: SOLVED!! RE: Flash Forms Multi-Instance Setup STILL

Hey all,

I just wanted to let you know that I found a solution to the problem below.
And I have to apologize about the comment about Macromedia not making it
work out of the box.

It turned out that before cfdocument became available to us, our group used
FOP to make dynamic pdf files. To make sure that legacy pages were not
broken we put FOP on the server.

Turns out that FOP conflicts with flash forms.  Remove FOP and everything
works.  Now we just have to recode all those pages that used FOP!

By the way, I found the answer when I read a forum post about FLEX.  I had
clicked on the link on accident because I don't have FLEX and there was my
answer!

Sometimes it pays to read things that don't seem related.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204272
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: Empty Select Option Based On Browser

2005-04-25 Thread Bryan F. Hogan
Hi All, I can't remember what version or type of browser it was but if you
had the following select box it would display an empty option.

Could someone please tell me if they have seen this and in what browser type
and version it was. 

select name=test1
option value=1One/option
option value=2Two/option
/select

Thanks
Bryan


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204273
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: Just a quick question (Lotus Notes)

2005-04-25 Thread JediHomer
Im pretty sure you can download off the Lotus site a java file that
you can then add to CF that will allow you to connect to the Lotus
server/database by setting it up as a datasource in CF.



On 4/25/05, Jeff Small [EMAIL PROTECTED] wrote:
 Have any of you ever tied into a Lotus Notes system, and if so, what were
 your experiences? Are there any sites that any of you know of that might
 point someone in the direction for doing this? I admit, I have no experience
 with the Lotus Notes system, so I'm kind of a fish out of water if you
 know what I mean.
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204274
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: Are search engine safe URLs really necessary?

2005-04-25 Thread Jeff Garza
Search engines never see these urls.  They are not anywhere on the site and 
only exist on print advertising campaigns.  And I do throw in a status code 
of 301 using cfheader for good measure...  but I'm not particularly worried 
about search engines for what this doing.

Jeff

- Original Message - 
From: Kay Smoljak [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Monday, April 25, 2005 6:44 AM
Subject: Re: Are search engine safe URLs really necessary?


 On 4/25/05, Jeff Garza [EMAIL PROTECTED] wrote:
 I use a custom 404 handler that does a database lookup from a table of
 vanity URLs.  It evaluates the last value of a list separated by / and
 searches the database for the url...

 You realise that when a search engine hits a 404 it turns around
 faster than you can say result page 1 billion?

 -- 
 Kay Smoljak
 http://kay.smoljak.com/

 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204275
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


SOT: Flash Remoting and Scoped Variables

2005-04-25 Thread jonese
Hey all,
 Anyone have experience with Flash Remoting on CF? I'm just curious if 
Application, Session etc Scoped variables are available and if the flash 
remoting session from a users is persistent? 
 thanks in advance!
jonese


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204276
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: Flash Remoting and Scoped Variables

2005-04-25 Thread Kerry
zero persistence, each call from flash is its own call.

-Original Message-
From: jonese [mailto:[EMAIL PROTECTED]
Sent: 25 April 2005 16:59
To: CF-Talk
Subject: SOT: Flash Remoting and Scoped Variables


Hey all,
 Anyone have experience with Flash Remoting on CF? I'm just curious if
Application, Session etc Scoped variables are available and if the flash
remoting session from a users is persistent?
 thanks in advance!
jonese




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204277
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


Save web page

2005-04-25 Thread Robert Orlini
IS there a way to save the content of a web page using cfsavecontent?

Here's my script:

cfsavecontent variable=intro

CFLocation url=http://www.mypage.com;

/cfsavecontent

cfoutput#intro#/cfoutput

Would I be able to search #intro# for certain text? Or is there a better way? 
Sorry but this is new to me.

Robert O.

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.10.2 - Release Date: 4/21/2005
 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204278
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: Just a quick question (Lotus Notes)

2005-04-25 Thread Jeff Small
 Im pretty sure you can download off the Lotus site a java file that
 you can then add to CF that will allow you to connect to the Lotus
 server/database by setting it up as a datasource in CF.

Cool. I tried looking thru there and searching for Cold Fusion but you get 
a lot of contradictory stuff on there (XML, J2EE, Perl, etc) so I wasn't 
sure which was the way that others had used with success.

So getting a lotus jar file is the most popular/prevalent? 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204279
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: Flash Remoting and Scoped Variables

2005-04-25 Thread Kerry
er, you might actually have the application scope, but im not sure, I would
have to log each time application.cfm runs the code for application start.

-Original Message-
From: jonese [mailto:[EMAIL PROTECTED]
Sent: 25 April 2005 16:59
To: CF-Talk
Subject: SOT: Flash Remoting and Scoped Variables


Hey all,
 Anyone have experience with Flash Remoting on CF? I'm just curious if
Application, Session etc Scoped variables are available and if the flash
remoting session from a users is persistent?
 thanks in advance!
jonese




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204280
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: Save web page

2005-04-25 Thread Dirk De Bock - Listclient
you need to use cfhttp ... rather than cflocation for this to work

you don't need the cfsavecontent when using cfhttp

the exact syntax depends on the version of CF so please check you manual

- Original Message - 
From: Robert Orlini [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Monday, April 25, 2005 6:01 PM
Subject: Save web page


 IS there a way to save the content of a web page using cfsavecontent?

 Here's my script:

 cfsavecontent variable=intro

 CFLocation url=http://www.mypage.com;

 /cfsavecontent

 cfoutput#intro#/cfoutput

 Would I be able to search #intro# for certain text? Or is there a better 
 way? Sorry but this is new to me.

 Robert O.

 -- 
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.10.2 - Release Date: 4/21/2005



 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204281
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: Save web page

2005-04-25 Thread Daniel Mackey
CFHTTP .../CFHTTP

Then use cfhttp.fileContent as your variable

Regards,
Dan.

Robert Orlini wrote:

IS there a way to save the content of a web page using cfsavecontent?

Here's my script:

cfsavecontent variable=intro

CFLocation url=http://www.mypage.com;

/cfsavecontent

cfoutput#intro#/cfoutput

Would I be able to search #intro# for certain text? Or is there a better way? 
Sorry but this is new to me.

Robert O.

  


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204282
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: Flash Remoting and Scoped Variables

2005-04-25 Thread Robert Everland III
You do have access to session and application. If you want to use them in flash 
you will need to create a cfc that passes the variables into flash. Each cfc 
knows the session and application variables.


Bob

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204283
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: Save web page

2005-04-25 Thread Bryan Stevenson
and to clarify what Dirk said

You'll use CFHTTP to grab the resulting HTML of the page you are trying to 
save..

1) call up the page via CFHTTP
2) If you do it right you'll have have a var called CFHTTP.FileContent 
(holds the HTML for the page
3) save the HTML

Now I'm not sure what you're on about with the searching the textbut you 
can of course search/parse through CFHTTP.FileContent (I've done this before 
to scrape data of remote sites...like stock quotes or daily exchange rates)

HTH

Cheers

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 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204284
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: Save web page

2005-04-25 Thread Rob
I think you want cfhttp then get the text out 
http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=part_cfm.htm

you'll get the html tags too, however, which it doesnt sound like you want

cfhttp url=http://www.mypage.com; ... 
cfsavecontent variable=intro
#cfhttp.text#
/cfsavecontent
cfoutput#intro#/cfoutput

And you could really do away with the cfsavecontent at that point too

cfhttp url=http://www.mypage.com; ... 
cfoutput#cfhttp.text#/cfoutput

You'll need to catch errors and such but I think thats what you are after.

Cheers

On 4/25/05, Robert Orlini [EMAIL PROTECTED] wrote:
 IS there a way to save the content of a web page using cfsavecontent?
 
 Here's my script:
 
 cfsavecontent variable=intro
 
 CFLocation url=http://www.mypage.com;
 
 /cfsavecontent
 
 cfoutput#intro#/cfoutput
 
 Would I be able to search #intro# for certain text? Or is there a better way? 
 Sorry but this is new to me.
 
 Robert O.
 
 --
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.10.2 - Release Date: 4/21/2005
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204285
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Rob
On 4/25/05, Jim Davis [EMAIL PROTECTED] wrote:
  -Original Message-
  From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
  Sent: Monday, April 25, 2005 7:01 AM
  To: CF-Talk
  Subject: Re: Any Free/Low cost anti-spam/anti-virus software?
 
  Kay Smoljak wrote:
  
   Do you install Microsoft's updates for 0utlook's Junk Mail Filter?
   I've found since doing that, it's really quite good. I like keeping
   the number of apps I have running to a minimum!
 
  The downside of all client side solutions is that you first have
  to download the email to the client and it is filtered only then.
  It is not that uncommon to receive a few thousand unwanted
  messages a day, and some badly written virusses are able to
  generate much more in a very short time.
  You really want to filter that out as early as possible.
 
 Too true - but the benefit is that for some people (like me) who chack many
 email addresses through the same client (I'm up to about 12) I've got one
 solution that does it for everything.
 
 Most of the servers I use offer some spam protection of their own, but I
 still have to go up and check the junk folders manually for all them
 individually.
 
 Using a client-side solution I have to wait for the download, but I
 consolidate the work.
 
 Pros and cons all over.  ;^)
 
 Jim Davis

All this upgrading, licensing updates, tweaking, and man hours sure
does sound like it cost less and it much more enjoyable than an OS
switch to me :-)

I am at my day job now

-- 
~Blog~
http://www.robrohan.com
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org 
~open source xslt IDE~
http://treebeard.sourceforge.net

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204286
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


Just a quick question (Lotus Notes)

2005-04-25 Thread Matt Woodward
Have any of you ever tied into a Lotus Notes system, and if so, what were 
your experiences? Are there any sites that any of you know of that might 
point someone in the direction for doing this? I admit, I have no experience 
with the Lotus Notes system, so I'm kind of a fish out of water if you 
know what I mean.

This is one way to do it:
http://www.lotus.com/notessql

Just be aware that Lotus Notes is *not* a relational database, so what you get 
back when you start working with it may throw you for a bit.  I'm going to be 
hitting this hard probably next quarter as we move our intranet out of Notes 
and into a CF/SQL Server setup, so I don't have a lot more details at this 
point.  I did get connected using the Notes SQL package through CF though.

Matt

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204287
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: Flash Remoting and Scoped Variables

2005-04-25 Thread Kerry
really? I tried to use session with remoting, but it didnt work. perhaps I
was doing it wrong. or maybe it was that i didnt like the idea of a cfc
directly referencing session scope.

-Original Message-
From: Robert Everland III [mailto:[EMAIL PROTECTED]
Sent: 25 April 2005 17:10
To: CF-Talk
Subject: RE: Flash Remoting and Scoped Variables


You do have access to session and application. If you want to use them in
flash you will need to create a cfc that passes the variables into flash.
Each cfc knows the session and application variables.


Bob



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204288
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Dave Watts
 All this upgrading, licensing updates, tweaking, and man 
 hours sure does sound like it cost less and it much more 
 enjoyable than an OS switch to me :-)

How the heck would switching your desktop OS affect spam filtering on your
mail server?

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!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204289
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: Getting MS Exchange Mailbox Info??

2005-04-25 Thread Dawson, Michael
Well, it looks like the attachments didn't go through.  Let me know if
you still want to see them.

M!ke 

-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Sunday, April 24, 2005 9:32 PM
To: CF-Talk
Subject: RE: Getting MS Exchange Mailbox Info??

Why, as a matter of fact, I have a script that does just that.  (It's in
ASP, so don't tell anyone on this list.  They might ban me.)  ;)

I will try to remember the requirements, but I'm not at work now and I
may forget something.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204290
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


Decrypting CFR files?

2005-04-25 Thread Kenton Gray
Has anyone had any luck or any experimentation with decrypting cfr 
files? It would be very helpful for when you get an error saying that 
there is an error on line 733 (and then being forced to guess which 
part of your report happens to be at line 733), or for adding even more 
dynamic reporting capabilities. I already tried the easy route and 
tried cfdecrypt, with no avail, but from a cursory glance it looks like 
the same encryption.

Thanks,

Kenton


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204291
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: Just a quick question (Lotus Notes)

2005-04-25 Thread Jeff Small
 This is one way to do it:
 http://www.lotus.com/notessql

 Just be aware that Lotus Notes is *not* a relational database, so what you 
 get back when you start working with it may throw you for a bit.  I'm 
 going to be hitting this hard probably next quarter as we move our 
 intranet out of Notes and into a CF/SQL Server setup, so I don't have a 
 lot more details at this point.  I did get connected using the Notes SQL 
 package through CF though.

 Matt

So it at least provides a simply interface to messages and stuff? So people 
could use the web as a sort of gateway to their notes system? 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204292
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Rob
On 4/25/05, Dave Watts [EMAIL PROTECTED] wrote:
  All this upgrading, licensing updates, tweaking, and man
  hours sure does sound like it cost less and it much more
  enjoyable than an OS switch to me :-)
 
 How the heck would switching your desktop OS affect spam filtering on your
 mail server?

Mail filters on the client - plus this started out about virii as well
as spam spam spam spam

-- 
~Blog~
http://www.robrohan.com
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org 
~open source xslt IDE~
http://treebeard.sourceforge.net

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204293
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: SOT: Flash Remoting and Scoped Variables

2005-04-25 Thread Adrocknaphobia
Sure are. As long as your cfcs reside under an Application.cfm, or
Application.cfc. I know it's somewhat of a bad prctive to reference
these scopes from within a cfc, but I make an exception for flash
remoting and webservices.

-Adam

On 4/25/05, jonese [EMAIL PROTECTED] wrote:
 Hey all,
 Anyone have experience with Flash Remoting on CF? I'm just curious if
 Application, Session etc Scoped variables are available and if the flash
 remoting session from a users is persistent?
 thanks in advance!
 jonese
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204294
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Bryan Stevenson
I run McAfee Virus Scan ($35 US per/yr).ZoneAlarm.Linksys 4 port 
router...SpyBot Search  Destroy

pretty cheapand *touch wood*...I rarely see a virus get cleaned...and 
very little ad/spy ware gets on my machine

for spam...well...I just don't get that much...and what I do get the delete 
key takes care of quite nicely ;-)

HTH

Cheers

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 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204295
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Dave Watts
 Mail filters on the client - plus this started out about 
 virii as well as spam spam spam spam

You responded to a message comparing the pros and cons of client-side and
server-side spam filtering, in which Jim explained that he finds it easier
to manage client-side filters, in response to Jochem's recommendation of
server-side filters to prevent you from having to download spam in order to
filter it locally. So, again, where exactly does switching your desktop OS
fit into this?

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!


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204296
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: Decrypting CFR files?

2005-04-25 Thread Dave Watts
 Has anyone had any luck or any experimentation with 
 decrypting cfr files? It would be very helpful for when you 
 get an error saying that there is an error on line 733 (and 
 then being forced to guess which part of your report happens 
 to be at line 733), or for adding even more dynamic reporting 
 capabilities. I already tried the easy route and tried 
 cfdecrypt, with no avail, but from a cursory glance it looks 
 like the same encryption.

Given that it would probably be a violation of the product license, I doubt
you'll get many responses to this.

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!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204297
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Jochem van Dieten
Jim Davis wrote:
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]

 The downside of all client side solutions is that you first have
 to download the email to the client and it is filtered only then.
 
 Too true - but the benefit is that for some people (like me) who chack many
 email addresses through the same client (I'm up to about 12) I've got one
 solution that does it for everything.

A partial workaround would be to use fetchmail to consolidate 
email from all your accounts to one server (and then split it out 
using procmail again).

I am saying partial workaround because that still does't allow 
you to do one crucial thing: reject instead of delete email.
SMTP is typically a handshake between the servers, then they 
exchange some message headers and then the message DATA. Once the 
receiving server sends a OK in response to the DATA, it accepts 
full responsibility for that message. Any false positives in the 
virus / spam filtering after that are the responsibility of the 
postmaster. A postmaster can hardly send a notification about 
every filtered message because usually the from address of spam 
is faked (postmasters that do so should be executed), but if he 
doesn't he takes full responsibility. Damned if you do, damned if 
you don't.
The solution is to filter even earlier, before sending the OK to 
the sending server. That effectively makes your problem the 
problem of the sender: the sender gets an error and can choose to 
retry or not (spam zombies never bother). Only if you use 
fetchmail you have already accepted the email (it has been 
accepted on your behalf), so you again have the false positives 
problem.

And if you are really evil, you will use OpenBSDs pf/spamd to 
make life as miserable as possible on the sender :-)

Jochem (from his brand new Linux desktop)

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204298
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread John Munyan
I have found GFI mail essentials very good at detecting spam.  When coupled 
with mail security which has 4 server side av engines, I never see virusus.  
The combo is pretty reasonably priced for an enterprise type solution.  Work of 
windows relays or exchange vsi interface.  Very pleased with this suite of 
products.  http://www.gfi.com
 
John
 
Interested in Hiking in Washington State?  Check out http://www.attrition.ws



From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Mon 4/25/2005 10:14 AM
To: CF-Talk
Subject: RE: Any Free/Low cost anti-spam/anti-virus software?



 Mail filters on the client - plus this started out about
 virii as well as spam spam spam spam

You responded to a message comparing the pros and cons of client-side and
server-side spam filtering, in which Jim explained that he finds it easier
to manage client-side filters, in response to Jochem's recommendation of
server-side filters to prevent you from having to download spam in order to
filter it locally. So, again, where exactly does switching your desktop OS
fit into this?

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!




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204299
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:_Are_search_engine_safe_URLs_really_necessary?

2005-04-25 Thread S . Isaac Dealey
 Al Everett wrote:

 For those of you taking a lot of time getting your
 dynamic site URLs
 to look like static ones, this article may be of interest
 to you:

 http://www.emediawire.com/releases/2005/4/emw232456.htm

 (I am in no way affiliated with the site. It just
 happened to come up
 in a Google Alert and covers a topic I've seen pass
 through the list
 more than once.)

 I think the main reason for having search engine
 friendly URLs these
 days has absolutely nothing to do with search engines, and
 everything
 to do with the people using your system. Search engine
 friendly URLs
 are somewhat more user-friendly than their query
 string-based
 equivalents if done right.

 Let's take a simple example. For instance, let's say that
 you were
 writing a bit of blogging software. Which looks more
 user-friendly
 to you:

   1. (a) http://example.com/archives/2005/4/25/
  (b)
  http://example.com/archives.cfm?yr=2005mth=4dy=25
  (c)
 http://example.com/index.cfm?fuseaction=blog.archivesyr=2
 005mth=4dy=25

You know, there's nothing keeping me from using
http://example.com/archives/?2005/4/25
http://example.com/archives.cfm?2005/4/25

You can get the data from the variable #cgi.query_string# although
according to the article, these would not pass as SES url's merely
because they include a question-mark in the url.

   2. (a) http://example.com/entries/name-of-an-entry/
  http://example.com/entries/348/
  (b) http://example.com/entries.cfm?name=name-of-entry
  http://example.com/entries.cfm?id=348
  (c)
 http://example.com/index.cfm?fuseaction=blog.entryname=na
 me-of-entry
  http://example.com/index.cfm?fuseaction=blog.entr
  yid=348

 And so on. I think you'll agree that the (a)s are a bit
 easier on the user.

a bit

s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/author/?id=4806
http://www.fusiontap.com



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204300
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: CrystalTech Users Beware

2005-04-25 Thread Matt Robertson
you get what you pay for didn't become a universally recognized
axiom by accident, or because it was catchy.

Generally speaking the cheaper something is the crappier it is.  Its
not brain surgery to figure this out for crying out loud.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204301
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: Reinstall IIS connector with CFMX 6.1?

2005-04-25 Thread Damien McKenna
After doing some reshuffling on our development server IIS is no longer
processing CFML files using CFMX.  Is there an easy way to reconnect
them?  Thanks.
 
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
The Limu Company - http://www.thelimucompany.com/
http://www.thelimucompany.com/  - 407-804-1014
#include stdjoke.h
 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204302
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: CrystalTech Users Beware

2005-04-25 Thread Damien McKenna
I personally *despise* the axiom you get what you pay for.  If that's
the case, I'll sell you this application for $1,000,000.

The *correct* axiom should be you get what you make an informed
decision on: if you have done your research and made an informed
decision then the price is irrelevant.  If I research the options and
decide a $100 application is best for me then why should I buy a
competing one for $1000 just because it costs more?

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204303
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: Reinstall IIS connector with CFMX 6.1?

2005-04-25 Thread Dave Watts
 After doing some reshuffling on our development server IIS is 
 no longer processing CFML files using CFMX.  Is there an easy 
 way to reconnect them?  Thanks.

You can uninstall and reinstall the connector using the batch files in
\cfusionmx\bin (I think that's where they're located, but I don't have a
CFMX 6.1 server running in server configuration handy to check). They're
very descriptively named. Alternately, you can just run the web server
configuration tool directly - you should have a Start Menu item for that.

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!


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204304
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: VPS Accounts and CFMX 7

2005-04-25 Thread Jordan Michaels
Just wanted to say Thanks to those of you that replied... both on the 
list and off.

We really appreciate your input!

Warm regards,
Jordan Michaels
Vivio Technologies



James Holmes wrote:

I agree that there should be a demand - CF in a shared environment is a
risky proposition, even with sandboxing. Anyone with moderate security needs
would have to consider a VPS solution. 

-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 23 April 2005 4:06 
To: CF-Talk
Subject: SOT: VPS Accounts and CFMX 7

Hello List,

The thread titled CrystalTech Users Beware brought up several issues that
I've pointed out over time regarding security issues on shared CFMX hosting
servers. I won't get into those right now but I would like to take this
opportunity to ask a question:

If Vivio Technologies were to start offering CFMX 7 on our VPS Accounts,
would anyone on this list look favorably on that?

[snip]

  



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

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204305
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: CrystalTech Users Beware

2005-04-25 Thread Dave Watts
 I personally *despise* the axiom you get what you pay for.  
 If that's the case, I'll sell you this application for $1,000,000.
 
 The *correct* axiom should be you get what you make an 
 informed decision on: if you have done your research and 
 made an informed decision then the price is irrelevant.  If I 
 research the options and decide a $100 application is best 
 for me then why should I buy a competing one for $1000 just 
 because it costs more?

I think you're missing the point of said axiom, then. No one is saying, buy
the most expensive thing, we're just pointing out a general correlation
between cost and value.

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!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204306
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Rob
 So, again, where exactly does switching your desktop OS
 fit into this?

If you have many pop / imap accounts you have to control the spam on
the client because not all servers to do it for you - not every one
will filter spam correctly or at all so you're going to have have
client side filtering anyway. I like the spam filter in Mail on OS X
and Evolution with SpamAssassin works pretty well on Linux
http://krath.dk/linux/evolution_spamfilter/ - I don't think either one
of those are available on windows, and I find the filter in outlook to
be lame (though I hear thunderbird is quite nice). Sometimes spam has
a virus or other nasty as an attachment. It is very often a MS office
macro or some executable that runs only on windows - so not running
windows clears up a bunch of problems free.

In summary, I like client side spam and virus filtering and I find the
tools on OS X and Linux to be in greater abundance and more powerful.
You're also less likely to get infected with a virus without having to
buy, install, and maintain a bunch of other programs.

That's how it fits into this. However, I do feel your anger about the
suggestions and I'll quit suggesting it.

-- 
~Blog~
http://www.robrohan.com
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org 
~open source xslt IDE~
http://treebeard.sourceforge.net

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204307
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: Reinstall IIS connector with CFMX 6.1?

2005-04-25 Thread Damien McKenna
Perfect!  Thanks.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h
 

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED] 
 
 You can uninstall and reinstall the connector using the batch files in
 \cfusionmx\bin


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204308
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: Decrypting CFR files?

2005-04-25 Thread Joe Rinehart
Kenton,

I believe doing this would be a violation of your license.

What portion of your report is causing this error?

Also, for adding more reporting capabilities, you can get a lot of
mileage out of using the query builder's advanced mode, where you
can cfinclude your own files, call services (like Tartan), or do
pretty much whatever you want.

-Joe

On 4/25/05, Kenton Gray [EMAIL PROTECTED] wrote:
 Has anyone had any luck or any experimentation with decrypting cfr
 files? It would be very helpful for when you get an error saying that
 there is an error on line 733 (and then being forced to guess which
 part of your report happens to be at line 733), or for adding even more
 dynamic reporting capabilities. I already tried the easy route and
 tried cfdecrypt, with no avail, but from a cursory glance it looks like
 the same encryption.
 
 Thanks,
 
 Kenton
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204310
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: Flash Remoting and Scoped Variables

2005-04-25 Thread Sean Corfield
On 4/25/05, Kerry [EMAIL PROTECTED] wrote:
 really? I tried to use session with remoting, but it didnt work. perhaps I
 was doing it wrong. or maybe it was that i didnt like the idea of a cfc
 directly referencing session scope.

Session scope works just fine (as does application scope). The
Macromedia Online Store uses this feature very heavily. You can find
details of how session management works with Flash Remoting in a
number of articles on macromedia.com.
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204310
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: CrystalTech Users Beware

2005-04-25 Thread Charlie Griefer
you make an 'informed decision' based on the level of quality that you need 
vis a vis the price you can afford :) 

On 4/25/05, Damien McKenna [EMAIL PROTECTED] wrote:
 
 I personally *despise* the axiom you get what you pay for. If that's
 the case, I'll sell you this application for $1,000,000.
 
 The *correct* axiom should be you get what you make an informed
 decision on: if you have done your research and made an informed
 decision then the price is irrelevant. If I research the options and
 decide a $100 application is best for me then why should I buy a
 competing one for $1000 just because it costs more?
 
 --
 Damien McKenna - Web Developer - [EMAIL PROTECTED]
 The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 #include stdjoke.h
 
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204311
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


SameTime Even Gateway

2005-04-25 Thread David Critchley
Im thinking about setting up a Sametime Event Gateway.  I was wondering how 
involved this is and where one could get some documentation on setting this 
gateway up.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204312
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


cfdocument tag / images problem

2005-04-25 Thread Caroline Wise
Greetings,

We are trying to output a print-friendly page in pdf or flash paper
with cfdocument and the images keep getting this zoomed look on a
random basis. With that I mean that it looks as if the images are
getting scaled up and then cropped to the intended dimensions. This
affects both jpg and gif images. At first it seemed as if it were
related to using the scale parameter, but even after taking that out
(and most of the other optional tags), we still get these anomalies.

Any suggestions would be appreciated.

Thanks in advance,

Caroline Wise
Senior Applications Developer
Interactive Sites
480-707-1600 x223  (office)
480-707-1601 (fax)
http://www.interactivesites.com
http://www.planitonline.com

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204313
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Dave Watts
  So, again, where exactly does switching your desktop OS fit 
  into this?
 
 If you have many pop / imap accounts you have to control the 
 spam on the client because not all servers to do it for you - 
 not every one will filter spam correctly or at all so you're 
 going to have have client side filtering anyway. I like the 
 spam filter in Mail on OS X and Evolution with SpamAssassin 
 works pretty well on Linux 
 http://krath.dk/linux/evolution_spamfilter/ - I don't think 
 either one of those are available on windows, and I find the 
 filter in outlook to be lame (though I hear thunderbird is 
 quite nice). Sometimes spam has a virus or other nasty as an 
 attachment. It is very often a MS office macro or some 
 executable that runs only on windows - so not running windows 
 clears up a bunch of problems free.

There are plenty of Windows client-side spam filters, and as several people
have mentioned, the Outlook 2003 filter works pretty well if you update it.
You can certainly run SpamAssassin on Windows:

http://www.openhandhome.com/howtosa.html

 In summary, I like client side spam and virus filtering and I 
 find the tools on OS X and Linux to be in greater abundance 
 and more powerful.
 You're also less likely to get infected with a virus without 
 having to buy, install, and maintain a bunch of other programs.

Well, sure. The vast majority of viruses are written to work on Windows, and
there are plenty of flaws with application integration, user rights, etc in
Windows. But the fact is, it's very easy to avoid virus infections and
spyware on Windows without buying, installing or maintaining anything, so
using that as your sole justification for switching to another operating
system (or, even worse, spending good money on another computer) is pretty
thin.

 That's how it fits into this. However, I do feel your anger 
 about the suggestions and I'll quit suggesting it.

I'm not angry. I just think that it's an absurd piece of advice. Don't stop
offering it on my account.

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!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204314
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: CrystalTech Users Beware

2005-04-25 Thread Cameron Childress
On 4/25/05, Damien McKenna [EMAIL PROTECTED] wrote:
 I personally *despise* the axiom you get what you pay for.  If that's
 the case, I'll sell you this application for $1,000,000.

Cool, then I expect it to do the same things as Amazon.com...

because I expect to get what I pay for.

-Cameron

-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell:  678.637.5072
aim:   cameroncf
email: [EMAIL PROTECTED]

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204315
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: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Rob
  That's how it fits into this. However, I do feel your anger
  about the suggestions and I'll quit suggesting it.
 
 I'm not angry. I just think that it's an absurd piece of advice. Don't stop
 offering it on my account.

hehehehe :)

-- 
~Blog~
http://www.robrohan.com
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org 
~open source xslt IDE~
http://treebeard.sourceforge.net

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204316
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


HELP! HELP with CFGRID!

2005-04-25 Thread Alex Sherwood
Is it me, or can one not have a cell/column/row be clickable via the
HREF attribute for CFGRID in Flash format? If not via the HREF
attribute, how does one append a key and have a row/cell/column be
clickable for flash-based CFGRIDs?

Thanks much,

--
Alex Sherwood



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204317
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: Structures (probably a stupid question)

2005-04-25 Thread Al Everett
The thing that helped me understand structures more than anything else
was the good old CFDUMP tag. When I could see the structure it all
made sense.

On 4/24/05, Thane Sherrington [EMAIL PROTECTED] wrote:
 At 12:57 PM 24/04/2005, Sean Corfield wrote:
 
 If you're just getting your head around this stuff, I strongly suggest
 you buy Jeff Peters' book: ColdFusion Lists, Arrays  Structures:
 
 http://www.protonarts.com/index.cfm?fuseaction=Books.showBookDetailsISBN=0975264702
 
 Thanks for the suggestion.  I think I'll pick that up.
 
 T
 
 ---
 [This E-mail scanned for viruses by Declude Anti-Virus]
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204318
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: CrystalTech Users Beware

2005-04-25 Thread Connie DeCinko
Oh give me a break!  What a crock! 


-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 25, 2005 10:27 AM
To: CF-Talk
Subject: Re: CrystalTech Users Beware

you get what you pay for didn't become a universally recognized
axiom by accident, or because it was catchy.

Generally speaking the cheaper something is the crappier it is.  Its
not brain surgery to figure this out for crying out loud.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204319
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: Structures (probably a stupid question)

2005-04-25 Thread Dave Carabetta
On 4/25/05, Al Everett [EMAIL PROTECTED] wrote:
 The thing that helped me understand structures more than anything else
 was the good old CFDUMP tag. When I could see the structure it all
 made sense.
 

The only thing to keep in mind if you're going to rely on CFDUMP to
learn structures is that the keys in the structure are not, by
definition, in any order. The CFDUMP tag internally sorts the keys
alphanumerically before displaying, which could give the impression
that the structure is keeping the order intact. If order matters, use
an array.

Regards,
Dave.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204320
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


Applet won't work on first load, but will the second? (remoting)

2005-04-25 Thread Greg Johnson
I run my browser, go to the page with the remoting flash movie.  When it 
tries to make a call it fails.  If i back out of the page then move back 
in, now it works fine.

The error it's throwing is that is had trouble connecting to the URL.

-- 
Greg Johnson
Owner  Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204321
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: cfdocument tag / images problem

2005-04-25 Thread Dawson, Michael
This happened to another person on this list a few weeks ago.  Try
searching the archives.  I don't know if he found a solution, but he may
have a work-around by now.

M!ke 

-Original Message-
From: Caroline Wise [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 25, 2005 12:57 PM
To: CF-Talk
Subject: cfdocument tag / images problem

Greetings,

We are trying to output a print-friendly page in pdf or flash paper
with cfdocument and the images keep getting this zoomed look on a
random basis. With that I mean that it looks as if the images are
getting scaled up and then cropped to the intended dimensions. This
affects both jpg and gif images. At first it seemed as if it were
related to using the scale parameter, but even after taking that out
(and most of the other optional tags), we still get these anomalies.

Any suggestions would be appreciated.

Thanks in advance,

Caroline Wise
Senior Applications Developer
Interactive Sites
480-707-1600 x223  (office)
480-707-1601 (fax)
http://www.interactivesites.com
http://www.planitonline.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204322
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


escaping reserved words in flash forms

2005-04-25 Thread Sebastian Mork
Hi,

how can I use reserved words in flash forms+actionscript?

e.g. I've a button in a flash form with the tooltip-attribute 'delete
message'

this throws an error (illegal usage of actionscript, because 'delete' is
a reserved word)

In my (machII-)app I use a database to retrieve the values needed for
form-controls. Now I want to change my filter that stores the 'formVocals'
in a struct to escaping the 'formVocals' before storing in a structure.

But, how does escaping in actionscript work, some kind of using
backslashes as in regExjs? 

thanks
-- 
Sebastian Mork [EMAIL PROTECTED]


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204323
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: CrystalTech Users Beware

2005-04-25 Thread Christian Watt
CFMX Standard, I can not get the missing template handler to work.  I
have one on our current site which is CFMX Enterprise, but I can't find
anything that this should matter.  I have tried absolute paths, relative
paths and everything in between.  I can get it to work by using IIS to
replace the 404 page, but CF does not execute when you do this.  Has
anyone run into this before???  I am going out of my mind, what little
is left.

Christian

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204324
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


Missing template

2005-04-25 Thread Christian Watt
CFMX Standard, I can not get the missing template handler to work.  I
have one on our current site which is CFMX Enterprise, but I can't find
anything that this should matter.  I have tried absolute paths, relative
paths and everything in between.  I can get it to work by using IIS to
replace the 404 page, but CF does not execute when you do this.  Has
anyone run into this before???  I am going out of my mind, what little
is left.

Christian



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204325
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: escaping reserved words in flash forms

2005-04-25 Thread Dave Watts
 But, how does escaping in actionscript work, some kind of 
 using backslashes as in regExjs?

Yes, the backslash character is the escape metacharacter in ECMAScript
languages.

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!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204326
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


  1   2   >