Re: security suggestions?

2005-10-13 Thread Ray Champagne
Thanks, Jerry, Justin.  I'm going to write all this down and make sure I 
address all these concerns.

Justin, you may be right.  Spending thousands of dollars to have a loan 
app online that may or may not be used seems like a silly waste of money 
to me.  Sometimes new technology isn't always betteralthough, like 
Jerry said, it is just as much of a concern when you have a paper 
version.  It just isn't perceived that way, which is weird, because I'd 
figure there are more security concerns when you involve the human error 
factor: Now where is that Loan App?  Hmmm, must have left it in the 
lunchroom/restaurant/bathroom/

Jerry Johnson wrote:
 There is the transaction/filling out of information and how it is sent.
 Then there is the issue of how and what is stored.
 Then there is the issue of how and what is pulled back out and what is
 done with it.
 Then there is the issue of what system maintenance or backups
 replicate the data.
 Then there is the issue of what other systems share the same space
 
 How secure is the db box (and lan) that the data will be stored on?
 Does the CF server that gets the information have write-only access to
 that db, or can it also read (and potentially display?)
 What admin/reporting features are you going to put into place to
 retrieve the data? How secure are they? Can the reporting
 pages/reports be cached onto non-secure client boxes?  Can the
 information be printed to a printer? Can it be copied or sent via
 email? How is it retained?
 
 The same questions that would need to be answered if they wanted to
 implement a fax-in loan application (where do they store the paper,
 who can access it, is it locked up, how do ou destroy it, etc).
 
 
 On 10/13/05, Ray Champagne [EMAIL PROTECTED] wrote:
 
We have a potential customer that is a bank (a small local one).  They
want to be able to have people fill out a loan application online, but
are worried about security, etc.  Other than using a secure certificate
and SQL Server, are there any other considerations I should give to
security?  Sorry this is such a broad question, but I really don't know
any other things I should be worrying about.

Here's a list that I've thought out, but this is all really elemntary stuff:

Use cfqueryparam always
Use POST vs GET
Use SQL Server
Use SSL
Only allow retireval of data via the web site, not send any info in emails
???




 
 
 

~|
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:220943
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: IP to Zip Codes

2005-10-13 Thread Ray Champagne
OK.  That was how I thought it worked, although I forgot about the 
dynamic IP thing, but it really doesn't matter anyways.

Justin D. Scott wrote:
I know that one can get a geographic location for a
given IP, but does anyone know if there is a way to
get the Zip Code a user is in from their IP?
 
 
 No, as one ISP can service many zip codes, and in many cases many states.
 The addresses are rotated out dynamically to users in most cases, so an IP
 may be in one zip code on one request, and another zip code on the next
 request if two people end up with the same IP from different areas on the
 same provider.  Unless the IP is known and trusted, never rely on it.
 
 
 -Justin Scott
 
 
 
 

~|
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:220947
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


CF Administrator and debugging IP settings

2005-10-11 Thread Ray Champagne
So, I'm working on a dev box here in the office, and I'd like to turn 
debugging on for some work I'm doing, but for various reasons, I don't 
want it to be on for anyone that is browsing sites.  What I'd like it to 
do is to have debugging turned on for me only.  I see that you can 
specify IP's, but I can't seem to get the results that I want. 
Shouldn't I only have to enter the IP of my machine and it will only 
output debugging for me?  Or do I have this concept backwards or something?

Ray


~|
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:220731
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF Administrator and debugging IP settings

2005-10-11 Thread Ray Champagne
Wow.  That's weird.  I tried this yesterday and everyone on the network 
could see the debug info, including me.  Now, I just did it again, and 
it is working fine.  Strange.  I _must_ have been doing something wrong, 
just not sure what.  No matter, all is working properly now.

Thanks!

Ray

Ken Ketsdever wrote:
 That's the way do it here.  That way as we are in developing or staging Ian 
 and I can see the debug output but nobody sees it. 
 
 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 11, 2005 11:09 AM
 To: CF-Talk
 Subject: CF Administrator and debugging IP settings
 
 
 So, I'm working on a dev box here in the office, and I'd like to turn 
 debugging on for some work I'm doing, but for various reasons, I don't 
 want it to be on for anyone that is browsing sites.  What I'd like it to 
 do is to have debugging turned on for me only.  I see that you can 
 specify IP's, but I can't seem to get the results that I want. 
 Shouldn't I only have to enter the IP of my machine and it will only 
 output debugging for me?  Or do I have this concept backwards or something?
 
 Ray
 
 
 
 
 

~|
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:220748
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: reservation system

2005-10-10 Thread Ray Champagne
Actually, I haven't found anything concrete yet, although I did find a 
really nice-looking app in the MM DevEx.  We haven't bought it yet, but 
we are going to try and use it if they (the client) decides that they 
want to use it:

http://tinyurl.com/8cmqq

HTH,

Ray

PS - If you decide to use it, I'd love to hear a little review so that I 
have more to go on.  Thanks!

Kristopher Pilles wrote:
 Hey Ray.
 
 Did you ever fond anything for this?  I work with several BB's who are
 looking to replace an outdated ASAP system they have bene using... 
 
 kp
 
 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, October 06, 2005 5:49 PM
 To: CF-Talk
 Subject: reservation system
 
 
 We have a potential client that runs a medium-sized inn, and would like 
 to have an application where they could have people reserve rooms 
 online.  the app's scope and specs are pretty much up in the air now, 
 but I was wondering iff anyone had some recommendations of ones already 
 written for sale/open source that they've used before.
 
 right now, they are just getting email requests to book rooms and such -
 
 which really sucks.
 
 Thanks!
 
 Ray

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=


~|
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:220568
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: Microsoft Launch Events

2005-10-07 Thread Ray Champagne
i am already signed up.

anyone else going to the nashua, nh event in dec?

Emmet McGovern wrote:
 Attend Microsoft's Best of Visual Studio 2005 Launch or Best of SQL Server
 2005 Launch to receive a copy of Visual Studio 2005 Professional Edition and
 SQL Server 2005 Standard Edition. 
 
 Don't just learn about the new software. Walk away with it. Attend the
 Special Edition Launch 2005 event, and you'll receive a free copy of Visual
 Studio 2005 Professional Edition and
 SQL Server 2005 Standard Edition.
 
 http://www.msdnevents.com/launch/ 
 
 http://www.technetevents.com/launch/ 
 
 Just thought some of you would take advantage of this.
 
 
 Emmet
 
 
 
 

~|
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:220408
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: Microsoft Launch Events

2005-10-07 Thread Ray Champagne
Well, if you do (c'mon, Nashua's only a little way's away, right off 
93/495, isn't it?), let me know, and I'll look for your name tag.  :)

Jim Davis wrote:
-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: Friday, October 07, 2005 2:34 PM
To: CF-Talk
Subject: Re: OT: Microsoft Launch Events

i am already signed up.

anyone else going to the nashua, nh event in dec?
 
 
 Maybe... but I doubt it.
 
 Either they just didn't have one in Boston or it's 
 sold out.  Either way it's not on the list.
 
 But damn I hate to drive.
 
 Jim Davis
 
 
 
 
 

~|
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:220421
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: MOD

2005-10-06 Thread Ray Champagne
something along these lines?

cfif CurrentRow MOD 2 EQ 0
cfset bgcolor = ##00
cfelse
cfset bgcolor = ##FF
/cfif
td bgcolor=#bgcolor#blah blah blah/td

I know there's like 100 iterations of this same concept, but this is 
what I remember using the last time I did this

Ray


Orlini, Robert wrote:
 I know this is an old one and very easy one, but I lost the code...how do I 
 do a dynamic alternate row of color?
 
  I remember it was with the MOD command.
 
 Thanks as always.
 
 Robert O.
 HW
 
 

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.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:220199
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: NHL stats web services

2005-10-06 Thread Ray Champagne
webservices for NFL scores (I've found tons for news, but not scores).

Tony wrote:
 webservices for nfl stuff?
 or a pool?
 
 tw
 
 On 10/5/05, Ray Champagne [EMAIL PROTECTED] wrote:
 
No, but I'd like to find one for the NFL, so if you find one, please post.

TY

Ray

CFDEV wrote:

Any of you doing hockey pool? I'm looking for a web services or something
like that to update statistics daily.

Thanks

Pat





 
 

~|
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:220202
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: NHL stats web services

2005-10-06 Thread Ray Champagne
aightso - how does one go about scraping a page?  Never really had 
any experience with it.  I suppose I could hack through and figure out 
what to do, but can you briefly explain how you do it on that page?

Tony wrote:
 why not simply scrape this page?  or are you looking for a push of data?
 
 http://www.nfl.com/scores
 
 and update whatever you need based off that?
 
 i do something VERY similar for my football pool site i built
 
 www.nerdfootball.com
 
 but i get stats and espn power rankings, and spreads from vegas.com/nfl
 
 tw
 
 On 10/6/05, Ray Champagne [EMAIL PROTECTED] wrote:
 
webservices for NFL scores (I've found tons for news, but not scores).

Tony wrote:

webservices for nfl stuff?
or a pool?

tw

On 10/5/05, Ray Champagne [EMAIL PROTECTED] wrote:


No, but I'd like to find one for the NFL, so if you find one, please post.

TY

Ray

CFDEV wrote:


Any of you doing hockey pool? I'm looking for a web services or something
like that to update statistics daily.

Thanks

Pat







 
 

~|
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:220209
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


wierd database error

2005-10-06 Thread Ray Champagne
I have a site that is running at CrystalTech using SQL Server 2000, and 
everything is running fine on the live site:

http://www.nellco.org

I've been making some serious improvements to the site, and have 
uploaded the entire (improved) site to a test server also at 
CrystalTech.  I've created the DSN, etc on the test server.  But I keep 
getting this weird error:

  Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 
'TD_NEWS_News'.

Like I said, the site is running fine locally here and the site is 
running fine on their live server, but not on my test server.  I've 
Googled this error, but I'm not finding what could be causing this 
problem.  Has anyone seen it and point me to the reason it might be 
happening?

The address where this can be seen:

http://216.197.108.108/NELLCO/index.cfm
-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=


~|
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:220211
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: wierd database error

2005-10-06 Thread Ray Champagne
Running it against the live DB - there are no changes to the DB code in 
my new version, so there is not really any worries of altering the DB. 
  That's why I'm confused.  There have been no changes to the DB, and 
that table *does* exist.  The only thing I can think of is that the DB 
is getting accessed from a different account than the live site, but 
I've set the DSN just fine using the control panel at CT, so in my mind 
it shouldn't matter, right?



Michael T. Tangorre wrote:
From: Ray Champagne [mailto:[EMAIL PROTECTED] 
I have a site that is running at CrystalTech using SQL Server 
2000, and everything is running fine on the live site:
http://www.nellco.org
I've been making some serious improvements to the site, and 
have uploaded the entire (improved) site to a test server 
also at CrystalTech.  I've created the DSN, etc on the test 
server.  But I keep getting this weird error:

  Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object 
name 'TD_NEWS_News'.
 
 
 Sounds like you are referring to an invalid object (table perhaps)? Do you
 have a test DB too or are you running test code against a production DB?
 
 
 
 
 

~|
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:220213
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: wierd database error

2005-10-06 Thread Ray Champagne
Well, not sure about that.  Not even sure how to check this on a shared 
server.  We don't usually use CT, so I'm not familiar at all with their 
servers and such.  I'm going to do some investigating and see where that 
takes me.

Thanks

Michael T. Tangorre wrote:
From: Ray Champagne [mailto:[EMAIL PROTECTED] 
Running it against the live DB - there are no changes to the 
DB code in my new version, so there is not really any 
worries of altering the DB. 
  That's why I'm confused.  There have been no changes to the 
DB, and that table *does* exist.  The only thing I can think 
of is that the DB is getting accessed from a different 
account than the live site, but I've set the DSN just fine 
using the control panel at CT, so in my mind it shouldn't 
matter, right?
 
 
 Are both the CF Servers you are running your test and production code on the
 same? Same CF Version? Same DB drivers? JDBC drivers?
 
 Mike
 
 
 
 
 

~|
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:220216
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: wierd database error

2005-10-06 Thread Ray Champagne
Thanks, Dave, Mike.

I got ahold of CT support - they don't allow you to access databases 
across domains.  Thus, I was getting the error.

The solution for me was to create a new database in the test account, 
then they are going to restore the database at the live server to the 
test server.  Prolly better this way, anyways, since I really should be 
using a test DB for future changes.

Ray

Dave Watts wrote:
I have a site that is running at CrystalTech using SQL Server 
2000, and everything is running fine on the live site:

http://www.nellco.org

I've been making some serious improvements to the site, and have 
uploaded the entire (improved) site to a test server also at 
CrystalTech. I've created the DSN, etc on the test server.  
But I keep getting this weird error:

  Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 
'TD_NEWS_News'.

Like I said, the site is running fine locally here and the site is 
running fine on their live server, but not on my test server.  I've 
Googled this error, but I'm not finding what could be causing this 
problem.  Has anyone seen it and point me to the reason it might be 
happening?
 
 
 One common cause of this sort of problem is object ownership. When you log
 into a database server, and you then create objects within a database, you
 will be the owner of those objects. If your user account happens to be dbo
 within a specific database, the ownership prefix will be dbo, but you
 won't have to worry about specifying that within your object names when
 querying. If your account isn't dbo within that database, the ownership
 prefix will be something other than dbo, and you'll have to explicitly
 specify that object owner when referencing the object by name.
 
 There are two ways to solve this. One is to explicitly use the ownership
 prefix in your code. The other is to change the owner of your database
 objects to dbo. This is a little tedious, but not difficult:
 
 http://www.sqlteam.com/item.asp?ItemID=1283
 
 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:220224
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


reservation system

2005-10-06 Thread Ray Champagne
We have a potential client that runs a medium-sized inn, and would like 
to have an application where they could have people reserve rooms 
online.  the app's scope and specs are pretty much up in the air now, 
but I was wondering iff anyone had some recommendations of ones already 
written for sale/open source that they've used before.

right now, they are just getting email requests to book rooms and such - 
which really sucks.

Thanks!

Ray
-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=


~|
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:220276
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: NHL stats web services

2005-10-05 Thread Ray Champagne
No, but I'd like to find one for the NFL, so if you find one, please post.

TY

Ray

CFDEV wrote:
 Any of you doing hockey pool? I'm looking for a web services or something
 like that to update statistics daily.
  
 Thanks
  
 Pat
 
 
 

~|
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:220180
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: ways to cache a query other than 'cachedwithin'

2005-10-04 Thread Ray Champagne
Hey, Jim, just putting some closure on this topic for archive's 
sakeI went with a CFC that stored the query in the application 
scope.  Many many thanks to Mike D. for helping me out with that, and 
you for guiding me as to what was going wrong with my thinking.

Ray

Jim Davis wrote:
-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 29, 2005 1:31 PM
To: CF-Talk
Subject: Re: ways to cache a query other than 'cachedwithin'

Okay, Jim, using this and your last suggestion, I have made a test case
that I think points to the same issue that I was having in the
beginning.  Of course, the code that I have will run correctly.  I agree
that just testing for the qry_get_topcats var wasn't the right way to
go...
 
 
 Yeah... this is where I was guessing.  ;^)
 
 I wasn't at all sure that you could modify the cached query... but it looked
 like you were so I went with it.
 
 I'm not sure what's happening... I assume that the modifications to the
 query work, right?
 
 My guess is that CF is not providing a pointer to the original query data
 but rather duplicating it.  So you're using (and modifying) the duplicate,
 not the original.
 
 It's probably simplest to just NOT cache the query using the CFQUERY cache
 options.  You could just plain do the query and store it in an application
 variable like so:
 
 cfif NOT IsDefined(Application.MyCachedQuery)
   cfquery name= Application.MyCachedQuery ... 
   ...
   /cfquery
   cfmodule... Make your changes to the application-scoped query ...
 /cfif
 
 However if the query is a long one and your site is busy you'll want to
 thread-protect that a bit:
 
 cfif NOT IsDefined(Application.MyCachedQuery)
 cflock name=Guard_MyCachedQuery ... 
 cfif NOT IsDefined(Application.MyCachedQuery)
   cfquery name= Application.MyCachedQuery ... 
   ...
   /cfquery
   cfmodule... Make your changes to the application-scoped query ...
 /cfif
 /cflock
 /cfif
 
 The outer CFIF simply determines if the query exists.  The CFLOCK prevents
 multiple requests from running the query at the same time.  The inner CFIF
 prevents requests that were waiting for the lock to be released from running
 the query again.
 
 The outer CFIF really isn't completely needed - but I think it's quicker to
 check an application variable every request rather than acquiring a lock AND
 checking the application variable.
 
 You can later in your other checks as needed.  I suggest that you
 compartmentalize your code however.  For example don't check for your
 application reset field in that block but rather before it like this:
 
 cfif IsDefined(attributes.ResetCachedQuery)
   cfset StructDelete(Application, MyCachedQuery) /
 /cfif
 
 cfif NOT IsDefined(Application.MyCachedQuery)
 cflock name=Guard_MyCachedQuery ... 
 cfif NOT IsDefined(Application.MyCachedQuery)
   cfquery name= Application.MyCachedQuery ... 
   ...
   /cfquery
   cfmodule... Make your changes to the application-scoped query ...
 /cfif
 /cflock
 /cfif 
 
 The first block determines if your query needs to be refreshed and, if so,
 deletes it.  The second then runs to rebuild it.  You could do all the
 checks in the second block of code but things would start to get confusing
 real fast.
 
 Lastly you can also set a cache timeout manually.  Just store a timestamp
 when you fetch the data and check it all the time.  Something like:
 
 cfif NOT IsDefined(Application.MyCachedQuery_Created ) OR DateDiff(n,
 Application.MyCachedQuery_Created, Now()) GT 60
   cfset StructDelete(Application, MyCachedQuery) /
 /cfif
 
 cfif NOT IsDefined(Application.MyCachedQuery)
 cflock name=Guard_MyCachedQuery ... 
 cfif NOT IsDefined(Application.MyCachedQuery)
   cfquery name= Application.MyCachedQuery ... 
   ...
   /cfquery
   cfset Application.MyCachedQuery_Created = Now() /
   cfmodule... Make your changes to the application-scoped query ...
 /cfif
 /cflock
 /cfif
 
 You'll have to play with DateDiff() (I always seem to get it backwards)
 and set it for the time you want (if I did it right it will update once an
 hour or so).
 
 You might also just create a scheduled task (once an hour say) that calls
 the page with the ResetCachedQuery attribute.
 
 But, putting it all together you might have something like this:
 
   !--- Determine if the query refresh is being forced ---
 cfif IsDefined(attributes.ResetCachedQuery)
   cfset StructDelete(Application, MyCachedQuery) /
 /cfif
   !--- Determine if the query is stale ---
 cfif NOT IsDefined(Application.MyCachedQuery_Created ) OR DateDiff(n,
 Application.MyCachedQuery_Created, Now()) GT 60
   cfset StructDelete(Application, MyCachedQuery) /
 /cfif
   !--- Determine if the query needs to be rebuilt ---
 cfif NOT IsDefined(Application.MyCachedQuery)
   !--- Lock the rebuilding of the query ---
 cflock name=Guard_MyCachedQuery

Re: ways to cache a query other than 'cachedwithin'

2005-10-04 Thread Ray Champagne
Sorry, yes, this is true.  Should have been a little more clear.  Thanks!

Deanna Schneider wrote:
 Just to clarify - I'm assuming you mean that you're storing the instance of
 the CFC in the application scope - not that within the cfc you're storing
 the query into the application scope. Generally speaking, you don't want to
 touch persistent scopes from within a CFC.
 
 On 10/4/05, Ray Champagne [EMAIL PROTECTED] wrote:
 
Hey, Jim, just putting some closure on this topic for archive's
sakeI went with a CFC that stored the query in the application
scope. Many many thanks to Mike D. for helping me out with that, and
you for guiding me as to what was going wrong with my thinking.



 
 
 
 

~|
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:220005
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: Why doesn't this query return more than 1 record?

2005-10-03 Thread Ray Champagne
Is your clientID really of some other type than numeric (you've got it 
in quotes) ?  You should also be using cfquerypapram.  (snicker)


Rick Faircloth wrote:
 I'm not dumb, I'm not dumb, I'm not dumb.
 
 If I repeat it often enough, it has to be true, right?
 
 Anyway...why won't this query return more than 1 record?
 
  Select FG.Group_ID, FG.Group_Name,
C.Client_ID,
C.Client_First_Name, C.Client_Middle_Name, C.Client_Last_Name
 from Family_Groups FG, Clients C
   where FG.Group_ID = C.Client_Family_ID
  and C.Client_ID = '#URL.Client_ID#'
 
 Rick
 
 
 
 

~|
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:219894
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


ways to cache a query other than 'cachedwithin'

2005-09-29 Thread Ray Champagne
I've got a simple query that will grab all my navigational menu items. 
pretty simple.  Now, I've added Mike D's cf_maketree script to modify 
the query by adding another field, called maketreesortlevel, that stores 
the tree level so that I can output the menu items in the correct order 
and depth.  this query gets rather big, since I've got over 1300 
categories and subcategories, so I'd like to be able to cache it.  i 
know how to use cachedwithin as a cfquery attribute, but this won't work 
here, since I am modifying that query.  is there another way to cache a 
query?  here's the code, if it helps:

cfif NOT isdefined(qry_get_topcats) or isdefined(attributes.refresh)

cfquery name=qry_get_topcats datasource=#Request.DS# 
username=#Request.user# password=#Request.pass# 
cachedwithin=#Request.Cache#
SELECT Category_ID, Name, Parent_ID, ParentIDs
FROM Categories
WHERE Categories.Display = 1
ORDER BY Priority, Name
/cfquery

!--- this script modifies the query to add 'maketreesortlevel' ---
cfmodule
template=make_tree.cfm
Query=#qry_get_topcats#
Result=qry_get_topcats
Unique=category_ID
Parent=Parent_ID
/cfif

TY

Ray

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=


~|
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:219629
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: ways to cache a query other than 'cachedwithin'

2005-09-29 Thread Ray Champagne
Hey, thanks Mike, I'd love to see the unedited version.  CFC's are new 
to me, but I've been looking for an excuse to jump in with both feet! 
You can send it to this address.

Ray

Michael Dinowitz wrote:
 Make a persisted CFC and put the query in it at a variables scope variable. 
 As long as the CFC is persisted, the query is persisted. MUCH cleaner than 
 cachedwithin/cachedafter. I have an article on it waiting to go which I can 
 send you off list (it's pre-edit)
 
 
 
I've got a simple query that will grab all my navigational menu items.
pretty simple.  Now, I've added Mike D's cf_maketree script to modify
the query by adding another field, called maketreesortlevel, that stores
the tree level so that I can output the menu items in the correct order
and depth.  this query gets rather big, since I've got over 1300
categories and subcategories, so I'd like to be able to cache it.  i
know how to use cachedwithin as a cfquery attribute, but this won't work
here, since I am modifying that query.  is there another way to cache a
query?  here's the code, if it helps:

cfif NOT isdefined(qry_get_topcats) or isdefined(attributes.refresh)

cfquery name=qry_get_topcats datasource=#Request.DS#
username=#Request.user# password=#Request.pass#
cachedwithin=#Request.Cache#
SELECT Category_ID, Name, Parent_ID, ParentIDs
FROM Categories
WHERE Categories.Display = 1
ORDER BY Priority, Name
/cfquery

!--- this script modifies the query to add 'maketreesortlevel' ---
cfmodule
template=make_tree.cfm
Query=#qry_get_topcats#
Result=qry_get_topcats
Unique=category_ID
Parent=Parent_ID
/cfif

TY

Ray

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=



 
 
 

~|
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:219632
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: ways to cache a query other than 'cachedwithin'

2005-09-29 Thread Ray Champagne
Thanks Jim.  This is some good insight.  I am trying out some tests 
right now, I'll let you know what the results are in a little bit.

Jim Davis wrote:
-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 29, 2005 12:05 PM
To: CF-Talk
Subject: RE: ways to cache a query other than 'cachedwithin'

I think there might be some confusion here... you're cfif statement
isn't
doing what I think you think its doing.  ;^)

When you cache a query using cachedwithin it caches the query results
keyed
to the SQL statement (and information about it like user and password) -
it
doesn't cache the VARIABLE you're using however.  Essentially if you run
that EXACT SQL again you'll get the cached results.
 
 
 Now I'm not so sure about that... but I think I'm still right.
 
 The queryname is definitely used as part of the key to the cached data...
 but since it's not in a permanent scope I don't see how it could be
 available to be checked (using IsDefined()) until the query is run.
 
 I think this needs some testing...
 
 Jim Davis
 
 
 
 
 

~|
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:219638
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: ways to cache a query other than 'cachedwithin'

2005-09-29 Thread Ray Champagne
Okay, JIm, using this and your last suggestion, I have made a test case 
that I think points to the same issue that I was having in the 
beginning.  Of course, the code that I have will run correctly.  I agree 
that just testing for the qry_get_topcats var wasn't the right way to 
go...

Running the code below, I always get the result MakeTree rides again 
when I refresh the page, so it apparently seems like the module call is 
not modifying the cached query, it is just modifying the cached query, 
but dropping that modified query at the end of the request - right?  I 
also see that make_tree.cfm is being called every time when I turn on 
debugging.  Weird?  Normal behavior?

cfquery name=qry_get_topcats datasource=#Request.DS# 
username=#Request.user# password=#Request.pass# 
cachedwithin=#Request.Cache#
SELECT Category_ID, Name, Parent_ID, ParentIDs
FROM Categories
WHERE Categories.Display = 1
ORDER BY Priority, Name
/cfquery

cfif NOT IsDefined(qry_get_topcats.maketreesortlevel)
MakeTree rides again
cfmodule
template=make_tree.cfm
Query=#qry_get_topcats#
Result=qry_get_topcats
Unique=category_ID
Parent=Parent_ID

/cfif



Jim Davis wrote:
-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 29, 2005 12:12 PM
To: CF-Talk
Subject: RE: ways to cache a query other than 'cachedwithin'

Now I'm not so sure about that... but I think I'm still right.

The queryname is definitely used as part of the key to the cached data...
but since it's not in a permanent scope I don't see how it could be
available to be checked (using IsDefined()) until the query is run.

I think this needs some testing...
 
 
 Do some testing... I think I'm correct.  Run the following code (but change
 the query to actually work on your system):
 
 cfif IsDefined(MyQuery)
   Is Defined!
 cfelse
   Is NOT Defined!
 /cfif
 cfquery  datasource=...
   name=MyQuery
   cachedwithin=1
   result=MyQueryInfo
   SELECT ...
 /cfquery
 cfdump var=#MyQueryInfo#
 
 The first time you run it you'll see that MyQuery is not defined.  The
 Query metadata will show that in this instance it's not been cached.
 
 The second time you run it you'll see that MyQuery is still not defined...
 but the metadata will show that the query was retrieved from cache.
 
 Hope this helps,
 
 Jim Davis
 
 
 
 
 

~|
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:219649
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: Google Degrading

2005-09-29 Thread Ray Champagne
We've got a full-time SEO guy here, he does that stuff because it raises 
page rank, and produces legit results.

Don't hate the playa, hate the game

Bryan Stevenson wrote:
 - Original Message - 
 From: Robert Munn [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Thursday, September 29, 2005 2:09 PM
 Subject: Re: OT: Google Degrading
 
 
 
It's such a big indutry it even has its own acronym - SEO (searche engine 
optimization),
 
 
 To be fair to legitimate SEO folksthe problem is the SEO being done to 
 raise garbage (i.e. directory pages used to link to the marketers main site 
 to raise page rank of said main site) page ranks.
 
 So I guess SEO has Black Hats and White Hats as well ;-)
 
 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 
 
 
 

~|
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:219714
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Google Degrading

2005-09-29 Thread Ray Champagne
Well, we don't get as down and dirty as that - although our previous 
person, whew!  She was just plain evil.

We do things like create doorway pages for certain keywords, pages that 
really don't have a whole lot except keyword rich material.  It's all 
coherent, and looking at any of these pages would make you think you 
were just on another page on the site.  Of course, I've seen the pages 
with incoherent babble with the keywords all jumbled in there.  To me, 
that is not playing by the rules, but our method is.  Not sure if Google 
thinks the same as us, but we haven't been banned yet, and we are 
usually very careful not to rock the boat too much.  You do what you 
have to to get ranked.  It's too damn competitive not to.

I guess my point is, is if Google is going to continue to rank pages the 
way that they do (I understand it is an ever-changing algorithm), then 
the masses are just going to have to do what they have to to get ranked. 
  Hence, hate the game.

Bryan Stevenson wrote:
 - Original Message - 
 From: Ray Champagne [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Thursday, September 29, 2005 2:15 PM
 Subject: Re: OT: Google Degrading
 
 
 
We've got a full-time SEO guy here, he does that stuff because it raises
page rank, and produces legit results.

Don't hate the playa, hate the game
 
 
 and when Google finds out...SPANK!!to the blacklist you go ;-) (buddy 
 owns an SEO firm...has seen it many times)
 
 The results are not legit, but results just the same.  You used to get 
 listed higher by spamming the bots with keywords the same colour as the page 
 backgroundbut not anymorenow you get spanked.  So results yesbut 
 with the potential of getting booted.
 
 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 
 
 
 

~|
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:219717
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


page load times on a shared server

2005-09-23 Thread Ray Champagne
is there a way to see page load times when one doesn't have the ability 
to turn on debugging or any access to the cfadmin?  some kind of tag or 
maybe some java?

Ray


~|
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:219075
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx_image or cfximage

2005-09-14 Thread Ray Champagne
Somehow I missed the post from Bryan the first time, but

Bryan, can you post the Java code to resize an image anyway?  I'd like 
to have this for a project I'm starting in a couple of weeks.  Keep in 
mind I'm pretty much a Java newbie

Thanks,

Ray

Mike Soultanian wrote:
 Well, let's see.
 
 Right now, here's what I use the tag for.  I have a user upload a 
 picture.  Then, I rename the picture to a random filename.  Next, I use 
 cfximage to resize that image to 4 different sizes and store the output 
 of each of those sizes to an appropriate name: filenameT, filenameS, 
 filenameM, filenameL.  I figured I would do the image processing ahead 
 of time instead of on the fly because then it's only a web request for 
 those images later on.
 
 I don't *think* I'm going to get any more advanced than that.  As far as 
 formats, I will allow uploads of jpg or gif.
 
 Any thoughts?
 
 Thanks,
 Mike
 
 Bryan Stevenson wrote:
 
Hey Mike,

Perhaps knowing what you are planning on doing with these image tags will 
help us guide you ;-)

There are other options to those tagsJava comes to mind...faster and 
free...all depends on what you're trying to do.

For example if you simply want to re-size imagesuse Java...I'll give you 
the code!!

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:218235
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx_image or cfximage

2005-09-14 Thread Ray Champagne
aa...because I didn't know it existed.  I'll check it out.

dave wrote:
 why dont ya just use mossimos cfc? http://www.olimpo.ch/tmt/cfc/tmt_img/
 
 ~Dave the disruptor~
 Some people just don't appreciate how difficult it is to dispense wisdom and 
 abuse at the same time. 
 
 
 From: Ray Champagne [EMAIL PROTECTED]
 Sent: Wednesday, September 14, 2005 12:04 PM
 To: CF-Talk cf-talk@houseoffusion.com
 Subject: Re: cfx_image or cfximage 
 
 Somehow I missed the post from Bryan the first time, but
 
 Bryan, can you post the Java code to resize an image anyway? I'd like 
 to have this for a project I'm starting in a couple of weeks. Keep in 
 mind I'm pretty much a Java newbie
 
 Thanks,
 
 Ray
 
 Mike Soultanian wrote:
 
Well, let's see.

Right now, here's what I use the tag for. I have a user upload a 
picture. Then, I rename the picture to a random filename. Next, I use 
cfximage to resize that image to 4 different sizes and store the output 
of each of those sizes to an appropriate name: filenameT, filenameS, 
filenameM, filenameL. I figured I would do the image processing ahead 
of time instead of on the fly because then it's only a web request for 
those images later on.

I don't *think* I'm going to get any more advanced than that. As far as 
formats, I will allow uploads of jpg or gif.

Any thoughts?

Thanks,
Mike

Bryan Stevenson wrote:


Hey Mike,

Perhaps knowing what you are planning on doing with these image tags will 
help us guide you ;-)

There are other options to those tagsJava comes to mind...faster and 
free...all depends on what you're trying to do.

For example if you simply want to re-size imagesuse Java...I'll give you 
the code!!

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:218241
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


multiple cfoutputs vs one as a wrapper

2005-09-08 Thread Ray Champagne
Hey all:

I'm tasked with the job of reworking someone else's FB CF code, and one 
thing that is driving me crazy is that the person who originally wrote 
the code dropped in s many cfoutput's that it's really not readable. 
  Is there a performance benefit for doing this vs just cfoutputting a 
whole block of code?

Ray


~|
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:217641
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: multiple cfoutputs vs one as a wrapper

2005-09-08 Thread Ray Champagne
That makes sense.  Although, I'm definitely inclined to think this 
person had no idea of performance issues, since there are lines that 
look like this:

cfoutput
/td   
  /tr
/cfoutput

which is obviously just ridiculous, but they are EVERYWHERE.  LOL.  I 
know I could get rid of those, just wondering if it would be easier to 
just eliminate them all and surround the whole block (most are less than 
100 lines)  with one without sacrificing too much.





Andy McShane wrote:
 I was always led to believe that putting cfoutput tags around a whole block
 of code was slower that only putting the tags around the code that you
 wanted output. If I remember correctly it is because the entire code block
 between cfoutput tags has to be parsed and that could mean wasting time on a
 lot of layout code. Not sure if there is a major difference in performance,
 suppose it depends on the amount of code in the block?
 
 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED] 
 Sent: 08 September 2005 18:09
 To: CF-Talk
 Subject: multiple cfoutputs vs one as a wrapper
 
 Hey all:
 
 I'm tasked with the job of reworking someone else's FB CF code, and one 
 thing that is driving me crazy is that the person who originally wrote 
 the code dropped in s many cfoutput's that it's really not readable. 
   Is there a performance benefit for doing this vs just cfoutputting a 
 whole block of code?
 
 Ray
 
 
 
 
 

~|
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:217646
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: multiple cfoutputs vs one as a wrapper

2005-09-08 Thread Ray Champagne
Thanks BB!  That's exactly what I needed to prove my point.

Barney Boisvert wrote:
 That was the case on CF5 and lower, because they did runtime parsing
 of the CF, but with CFMX onward, the CF is compiled on the first
 request, so the parsing/compiling complexity doesn't have any effect
 on subsequent requests.  In other words, having one or many CFOUTPUT
 tags only affects the initial compilation, which might make the first
 request slightly slower, but once it's compiled, there is no
 difference.
 
 cheers,
 barneyb
 
 On 9/8/05, Andy McShane [EMAIL PROTECTED] wrote:
 
I was always led to believe that putting cfoutput tags around a whole block
of code was slower that only putting the tags around the code that you
wanted output. If I remember correctly it is because the entire code block
between cfoutput tags has to be parsed and that could mean wasting time on a
lot of layout code. Not sure if there is a major difference in performance,
suppose it depends on the amount of code in the block?

 
 

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=


~|
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:217649
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: multiple cfoutputs vs one as a wrapper

2005-09-08 Thread Ray Champagne
Hey Josh, no, but good question.  I hadn't thought of that.  But, with 
this code, there'd be no reason that I'd see to use it anyways.

Joshua Cyr wrote:
 Does he have cfsetting enablecfoutputonly=yes on that page?Just a
 thought. 
 
 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, September 08, 2005 1:20 PM
 To: CF-Talk
 Subject: Re: multiple cfoutputs vs one as a wrapper
 
 That makes sense.  Although, I'm definitely inclined to think this person
 had no idea of performance issues, since there are lines that look like
 this:
 
 cfoutput
   /td   
   /tr
 /cfoutput
 
 which is obviously just ridiculous, but they are EVERYWHERE.  LOL.  I know I
 could get rid of those, just wondering if it would be easier to just
 eliminate them all and surround the whole block (most are less than 100
 lines)  with one without sacrificing too much.
 
 
   
 
 
 Andy McShane wrote:
 
I was always led to believe that putting cfoutput tags around a whole 
block of code was slower that only putting the tags around the code 
that you wanted output. If I remember correctly it is because the 
entire code block between cfoutput tags has to be parsed and that 
could mean wasting time on a lot of layout code. Not sure if there is 
a major difference in performance, suppose it depends on the amount of
 
 code in the block?
 
-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: 08 September 2005 18:09
To: CF-Talk
Subject: multiple cfoutputs vs one as a wrapper

Hey all:

I'm tasked with the job of reworking someone else's FB CF code, and 
one thing that is driving me crazy is that the person who originally 
wrote the code dropped in s many cfoutput's that it's really not
 
 readable.
 
  Is there a performance benefit for doing this vs just cfoutputting a 
whole block of code?

Ray





 
 
 
 
 

~|
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:217656
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: multiple cfoutputs vs one as a wrapper

2005-09-08 Thread Ray Champagne
???

wrong topic?  :)

David Livingston wrote:
 Bugzilla is a pretty decent one. I know it integrates with a few of  
 the more popular open source source control programs like CVS and  
 Subversion.
 http://www.bugzilla.org/features/
 Might be worth looking into.
 
 Dave
 
 On Sep 8, 2005, at 12:09 PM, Ray Champagne wrote:
 
 
Hey all:

I'm tasked with the job of reworking someone else's FB CF code, and  
one
thing that is driving me crazy is that the person who originally wrote
the code dropped in s many cfoutput's that it's really not  
readable.
  Is there a performance benefit for doing this vs just cfoutputting a
whole block of code?

Ray



 
 
 

~|
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:217657
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


[CSS] vertical justify

2005-09-08 Thread Ray Champagne
Is there a vertical alternative to justify in CSS (or html, really)? 
I want to stretch the content in my cells if they are all don't line up 
on one line.

Ray



~|
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:217662
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: [CSS] vertical justify

2005-09-08 Thread Ray Champagne
Not quite.  I know about that one.

What I really want is to stretch, vertically, the content inside a cell. 
  Here's an example, this might get my point across:

http://tinyurl.com/bumv8

See?  They all don't line up, because the short description (finish) in 
the center of the info is missing on one.  I won't have control over 
this once I turn it over, since the end user is going to be entering 
products into the database, and some descriptions will be two lines, 
some none, etc.  I can do any of the alignments you listed, but none 
will stretch them to align at the bottom and the top.  I thought there 
might be an outside chance of a vertical justify, like the horizontal 
one that I already know about.

Robertson-Ravo, Neil (RX) wrote:
 You mean:
 
 vertical-align?  valign in HTML.  
 
 Supports:
 
 baseline (align baselines of element and parent) 
 middle (align vertical midpoint of element with baseline plus half the
 x-height--the height of the letter x--of the parent) 
 sub (subscript) 
 super (superscript) 
 text-top (align tops of element and parent's font) 
 text-bottom (align bottoms of element and parent's font)
 
 
 
 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED] 
 Sent: 08 September 2005 19:01
 To: CF-Talk
 Subject: [CSS] vertical justify
 
 Is there a vertical alternative to justify in CSS (or html, really)? 
 I want to stretch the content in my cells if they are all don't line up 
 on one line.
 
 Ray
 
 
 
 
 
 

~|
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:217668
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: multiple cfoutputs vs one as a wrapper

2005-09-08 Thread Ray Champagne
Nope.

Aaron Rouse wrote:
 Did they start the page off with:
  cfsetting enablecfoutputonly=yes
  I have worked on peoples code that always start with that and wrap things 
 like you described. Best I can tell they did it in an attempt to save on 
 white space.
 
  On 9/8/05, Ray Champagne [EMAIL PROTECTED] wrote: 
 
That makes sense. Although, I'm definitely inclined to think this
person had no idea of performance issues, since there are lines that
look like this:

cfoutput
/td
/tr
/cfoutput

which is obviously just ridiculous, but they are EVERYWHERE. LOL. I
know I could get rid of those, just wondering if it would be easier to
just eliminate them all and surround the whole block (most are less than
100 lines) with one without sacrificing too much.





Andy McShane wrote:

I was always led to believe that putting cfoutput tags around a whole 

block

of code was slower that only putting the tags around the code that you
wanted output. If I remember correctly it is because the entire code 

block

between cfoutput tags has to be parsed and that could mean wasting time 

on a

lot of layout code. Not sure if there is a major difference in 

performance,

suppose it depends on the amount of code in the block?

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: 08 September 2005 18:09
To: CF-Talk
Subject: multiple cfoutputs vs one as a wrapper

Hey all:

I'm tasked with the job of reworking someone else's FB CF code, and one
thing that is driving me crazy is that the person who originally wrote
the code dropped in s many cfoutput's that it's really not readable.
Is there a performance benefit for doing this vs just cfoutputting a
whole block of code?

Ray







 
 

~|
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:217674
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: Hurricane Katrina

2005-08-30 Thread Ray Champagne
+1

Russ wrote:
 There were 2 messages on this topic, one of which involved a CF site... Your
 post added 33% to the thread, and had nothing constructive in it.  Maybe the
 original post did belong to cf community, but crying over 2 OT messages is
 kind of silly, don't you think?  
 
 -Original Message-
 From: Fred Urban [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 30, 2005 11:56 AM
 To: CF-Talk
 Subject: Re: OT: Hurricane Katrina
 
 CF-Community Please!
 
 
  On 8/28/05, Rick Root [EMAIL PROTECTED] wrote: 
 
I'm sending out good vibes to our cf-talk friends (and everyone else)
down in the path of Hurricane Katrina!

I hope you and your families stay safe!

Rick



 
 
 
 
 

~|
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:216781
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Backup solution for small business?

2005-08-26 Thread Ray Champagne
You eat Tuna?  Don't you know George Bush personally has injected 
Mercury into every Tuna Fish in the sea?

Matt Robertson wrote:
 It turns out John Cleese has put together an informative and timely Flash 
 video on this subject. Stumbled across this today while eating lunch. 
  I just barely avoided spitting my tuna sandwich all over the screen at one 
 point.
  http://www.backuptrauma.com/video/default2.aspx
  -- 
 --mattRobertson--
 Janitor, MSB Web Systems
 mysecretbase.com http://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:216551
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: Billing timer application - Was: Tinymce file manager

2005-08-26 Thread Ray Champagne
Stan, if you could get imports into Quickbooks on that baby, you'd have 
our business!

Stan Winchester wrote:
 Rick, Thank you and you're very Welcome!!!
 
 I am hoping to be to soon offer free software too. I've just released another 
 beta version of the Aftershock Forum (see: 
 http://www.aftershockweb.net/forums/) and hopefully it will and a couple of 
 other projects I'm working on help pay the bills.
 
 The project I am thinking of rewriting and making free is an application I 
 wrote years ago as a time tracker using Dreamweaver UltraDev (gag, cough, 
 argh). Needless to say, the code is very ugly and buggy (I've been too lazy 
 to fix it), but it tracks billing hours, creates a pdf billable hours report, 
 stores project settings such as URLs, data source info, user name/passwords, 
 and more. It has helped my billing process a TON! I was wondering if this 
 would be an application others would be interested in, and if so what 
 features would you want? I was going to post the current features, but the 
 list it too long. You can view the list at: 
 http://www.aftershockweb.net/forums/messages.cfm/ThreadId/47
 
 Stan
 
 
Stan Winchester wrote:

Thanks, that is exactly what I was looking for. It works VERY nicely!


Thanks ;)

- Rick Root
 
 
 

~|
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:216562
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


cheap [reliable] cf hosting?

2005-08-24 Thread Ray Champagne
So, I searched the archives, but came up with no definitive answer. 
plus, this question hasn't been asked in like 6 months!

this will be real estate site where data is pulled in from an IDX daily, 
so (I think) I'll need to have decent bandwidth.

please no way OT subtopics.  don't want MT after me.  he's scary.

Ray

~|
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:216304
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


bandwidth question

2005-08-24 Thread Ray Champagne
so...if you're using cfftp to retrieve file(s) from external sites 
daily, does this count as bandwidth in a host's eyes?  i would assume 
so, but i'm not sure.

Ray

~|
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:216305
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: bandwidth question

2005-08-24 Thread Ray Champagne
thanks...thought so.

Ewok wrote:
 Yes...
 
 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 25, 2005 12:46 AM
 To: CF-Talk
 Subject: bandwidth question
 
 so...if you're using cfftp to retrieve file(s) from external sites 
 daily, does this count as bandwidth in a host's eyes?  i would assume 
 so, but i'm not sure.
 
 Ray
 
 
 
 

~|
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:216308
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


Matt Robertson's FedEx Monger

2005-08-18 Thread Ray Champagne
Has anyone else used Matt's Custom Tag for FedEx?  I know it seems a 
little old, but I would assume that a new download of the tables from 
FedEx would update it.  I have to implement FedEx into a site, have 
never used FedEx before, and would like a quick, easy solution.  From 
the description on exchange, it sounds like exactly what I'd need, but 
wanted to make sure it was able to be made current.

Matt, you have any comments?

Thanks,

Ray
-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=


~|
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:215640
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: Matt Robertson's FedEx Monger

2005-08-18 Thread Ray Champagne
Forget it.  I should have read further.  Visiting his site got me all 
the info I needed.



Ray Champagne wrote:
 Has anyone else used Matt's Custom Tag for FedEx?  I know it seems a 
 little old, but I would assume that a new download of the tables from 
 FedEx would update it.  I have to implement FedEx into a site, have 
 never used FedEx before, and would like a quick, easy solution.  From 
 the description on exchange, it sounds like exactly what I'd need, but 
 wanted to make sure it was able to be made current.
 
 Matt, you have any comments?
 
 Thanks,
 
 Ray

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=


~|
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:215642
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: Matt Robertson's FedEx Monger

2005-08-18 Thread Ray Champagne
OK.  Thanks for the info.  I'll contact you off-list if the client 
decides they want to go this route.

Ray

Matt Robertson wrote:
 On 8/18/05, Ray Champagne [EMAIL PROTECTED] wrote: 
 
Matt, you have any comments?
 
 
  Yeah, I basically have been so busy over the last several months that I 
 have had zero time to keep up with that tag and the UPS one. You could 
 probably update it yourself without too much trouble. It'd be a starting 
 point, at least. I may have something on hand that is more advanced than the 
 public download. Let me know if you're interested.
  The problem is these guys keep changing their shipping methods. UPS did it 
 enough last year that the UPS tag required major revisions. Or at least 
 major enough that I only had time to get it about half done before I decided 
 I needed to get the bills paid and stuck to work that pays.
  If I were to guess I would say that Fedex is going to be as lot easier to 
 update. They tend to be simpler in their methodology but more difficult in 
 how they present their 'importable' data.
  -- 
 --mattRobertson--
 Janitor, MSB Web Systems
 mysecretbase.com http://mysecretbase.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:215668
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: Stat app recommendation

2005-08-18 Thread Ray Champagne
What's your budget like?  We use Urchin here and love it, but it isn't 
cheap.  We've used WebTrends in the past with success, too.



Steve Kahn wrote:
 Standard page views, referer, visitors, etc. 
 
 

~|
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:215675
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: CFEclipse 1.2

2005-08-16 Thread Ray Champagne
he has more pics?  i'd seen the ones that he had before he picked him 
up, but no more...

MT, you have links for more pics?  send 'em offline to me!

Ray

Tony Weeg wrote:
 same thing here man.
 
 hopefully those guys read this...
 
 im back to my dreamweaver force feeding... trying to start using it
 instead of hs+
 but im about to go back to that... im having a hard to using anything else.
 
 seen tango's pup?
 
 WOW. great lookin dog.
 
 On 8/16/05, Kazmierczak, Kevin [EMAIL PROTECTED] wrote:
 
Hmmm,  any file for me over 500 lines gets slow.  I type for a bit, then
the editor catches up.  If I put a newline in, I get an echo of the line
while it moves down the editor.  It would scroll fine, but text edits
killed it.

I am on a very fast machine, I can't imagine what it does on slower
ones.

I bet they'll get it fixed up soon.

Kevin.


-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 16, 2005 12:59 PM
To: CF-Talk
Subject: Re: CFEclipse 1.2

Man, my only trouble is the failure to insert closing tags. I've got a
7400 line file open with no performance problems (even when scrolling
wildly), but I'm about to go back to HS+ if I can't get this tag thing
fixed. I'm too used to the convenience factor.

--Ferg

Kazmierczak, Kevin wrote:


It seems the tag autoclose works on eclipse 3.1 but not previous
versions.

Regardless, we rolled back to cfeclipse 1.1.17.2 because of the
performance issues.  Any large files were near unworkable with

cfeclipse

1.2.  But I did like the sql highlighting.

We have tried JVM versions: 1.5.0_04, 1.4.2_03

Kevin.

-Original Message-
From: Matt Osbun [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 16, 2005 10:27 AM
To: CF-Talk
Subject: RE: CFEclipse 1.2

Same deal here.  Doesn't auto close tags, #'s, quotes, or insert close
tags.

Hope that's something easily fixable.  I'm so used to having the
auto-close on, that I'm forgetting to do it myself.

Matt Osbun
Web Developer
Health Systems, International







 
 

~|
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:215292
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: Javascript browser compatibility question.

2005-08-11 Thread Ray Champagne
Barney Boisvert wrote:
 NS6 was a bastard that didn't work.  

He he, I have an uncle like that.

Ray


~|
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:214587
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: Looking for very simple CMS

2005-08-10 Thread Ray Champagne
But in the day of things like Contribute @ $150 MAX, why would one need 
such a crazy expensive solution for editing HTML pages?

Mark A Kruger wrote:
 Ken,
 
 Unfortunately in the world of CMS - 14k (or 1400) is actually on the low end
 of the scale. Many of them charge a per seat fee that reoccurs.
 
 -Mark
 
 
 
 
 -Original Message-
 From: Ken Ferguson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 10, 2005 8:23 AM
 To: CF-Talk
 Subject: Re: Looking for very simple CMS
 
 
 ... No we are not free, but we are pretty affordable I think. ...
 
 WHAT??? Reading on your website, I see the unlimited version for almost
 $14,000 and the single encrypted source version for about $1,400. Sounds
 to me like somebody needs a real competitor in the market to help
 correct those prices downward!
 
 --Ferg
 
 
 Joshua Cyr wrote:
 
 
Hi Ray,

Don't want to use this list as advertising but to clarify...

No we are not free, but we are pretty affordable I think. (of those that
 
 are
 
not open source of course) Especially for developers who sign up as a
partner and get the partner discounts.  We changed our pricing model to
better compete with contribute and others, and to better support our
partners.

If it really just needs to have some wysiwyg elements and simple forms,
 
 than
 
making your own with fckeditor may be the way to go.

David, send me a private email and I will see what we can do for you.

Ray, since your right around the corner I would be happy to meet with you
for lunch some time to talk about savvy, pricing and get your feedback.

Best,

Joshua Cyr
www.besavvy.com

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 09, 2005 5:58 PM
To: CF-Talk
Subject: Re: Looking for very simple CMS

They aren't free, the last I checked, in fact, I thought that they were
pretty expensive.

Doesn't Contribute have a fairly cheap (I remember around $90.00) nonprofit
price?

Also, not CF, but easier than FarCry to set up, there's Mambo (php):
http://www.mamboserver.com/

Me likey Mambo, although I admit I have yet to use it in the real world,
since Contribute is so much better, but it does cost money...

Ray



Russ Michaels wrote:



www.besavvy.com

Russ

-Original Message-
From: David Adams [mailto:[EMAIL PROTECTED]
Sent: 09 August 2005 22:08
To: CF-Talk
Subject: Looking for very simple CMS

I am looking for a VERY simple Content Management System written in CF
for a small community group that has no money but has CF hosting.

Can anyone recommend one or donate some code?

Thanks in advance.
David Adams
Ottawa Ontario










 
 
 
 

~|
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:214328
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: Looking for very simple CMS

2005-08-10 Thread Ray Champagne
Yea, nobody, especially geeks, like to talk to people on the phone.  :) 
I *really* don't want to talk to pushy salespeople on the phone.

I'm not asking for concrete numbers, just give me a range, a high, a 
low, whatever.  If I can't afford it, or it's not going to fit into my 
client's budget, then I shouldn't have to be beat about the face, 
breast, chest, neck, and head for 15 minutes by a salesperson.  If it 
does seem viable, then I'll call or fill out your contact form, etc. 
Has anyone been shopping for a $500 CMS solution and really been talked 
into a $14K solution?

Robertson-Ravo, Neil (RX) wrote:
 well, it is in the CF CMS market for some reason, in two clicks I managed to
 get pricing on Microsoft CMS tool (which we use in some areas).  
 
 I am sure that a lot of sales are lost due to the sales calls nonsense.
 
 
 
 
 
 
 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED] 
 Sent: 10 August 2005 15:47
 To: CF-Talk
 Subject: RE: Looking for very simple CMS
 
 
I think that the fact is they do not even show a simple 
pricing scheme - it is all based on being called by a 
sales gimp.
 
 
 This is generally the case for any expensive, complex product with lots of
 different options.
 
 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:214354
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: 15 minute rule

2005-08-09 Thread Ray Champagne
such as setting your mail server date/time to be about 4 months in the 
future?  :)

Kevin Aebig wrote:
 I find it easier to never make mistakes =P~
 
 !k
 
 - Original Message - 
 From: Bryan Stevenson [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Wednesday, August 03, 2005 7:15 PM
 Subject: OT: 15 minute rule
 
 
 
Hey All,

Around Electric Edge we have something called The 15 Minute Rule.  I'm 
not sure if this is a common sort of rule, but it sure does help keep 
development moving ;-)

When the rule applies:

You've been staring at the same error or unexpected output and you've 
exhausted your arsenal of coding kung fu and still can't get it sorted. 
Around Electric Edge we then call out I'd like to invoke the 15 Minute 
Rule!.  At this pooint any available developers will come over so you can 
share your heartache over this mysterious situation you just can't solve. 
One of them barely glances at your code and says You spelled that var 
name wrong (you knowthe one you double checked 25 times becuase it 
was a var undefined error) and wanders back to his/her desk leaving your 
jaw on the floor.

Although techies asking for help is often like guys asking for directions, 
it does solve those stupid issues but quick ;-)

Anyways...just figured other teams may have similar rules??

I often use this list as my 15 minute rulehehe

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:214206
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: Looking for very simple CMS

2005-08-09 Thread Ray Champagne
They aren't free, the last I checked, in fact, I thought that they were 
pretty expensive.

Doesn't Contribute have a fairly cheap (I remember around $90.00) 
nonprofit price?

Also, not CF, but easier than FarCry to set up, there's Mambo (php): 
http://www.mamboserver.com/

Me likey Mambo, although I admit I have yet to use it in the real 
world, since Contribute is so much better, but it does cost money...

Ray



Russ Michaels wrote:
 www.besavvy.com 
 
 Russ
 
 -Original Message-
 From: David Adams [mailto:[EMAIL PROTECTED] 
 Sent: 09 August 2005 22:08
 To: CF-Talk
 Subject: Looking for very simple CMS
 
 I am looking for a VERY simple Content Management System written in CF for a
 small community group that has no money but has CF hosting.
 
 Can anyone recommend one or donate some code? 
 
 Thanks in advance.
 David Adams
 Ottawa Ontario
 
 
 
 

~|
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:214269
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: 15 minute rule

2005-08-04 Thread Ray Champagne
so, how 'bout them Red Sox?

:)

Bryan Stevenson wrote:
 (e.g. not wasting hours being interrupted by those who have
 
mistaken me for someone who actually wants to discuss their favourite
group of people who skillfully hit a ball with a stick on the weekend
etc etc).
 
 
 I'm with ya.those are the I'm sorry you've mistaken me for someone that 
 gives a damn people ;-)
 
 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:213763
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Missing value in the Form.Fieldnames variable

2005-08-04 Thread Ray Champagne
If the word date is anywhere in the form field name, they will not be 
output (ie to_date, from_date, etc).  I went through this before, 
couldn't figure out why, then someone here (Ian maybe?) pointed out this 
feature of CF.

So, what are the names of the form fields that you're trying to pass?

Ray

Tom McNeer wrote:
 Just curious if anyone else has experienced this:
 
 I was looping over the fields of a submitted form using the
 Form.Fieldnames variable, and I noticed that there were missing
 fieldnames.
 
 When I looped over StructKeyList(form), the fieldnames were all there.
 
 I couldn't find any commonality among the missing fields except that
 they contained date values (or empty strings, for omitted date
 values). Both had been run through the cfform validate=date routine.
 Or more correctly, both fields had those routines assigned, although
 values were not required in the fields. I don't know if this had any
 impact on the missing fields or not, but they were the only ones
 missing.
 
 This was on a server running CFMX 6.1.
 
 Has anyone seen this behavior, or have any thoughts on why it might
 have occurred?
 

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=


~|
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:213807
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: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2005-08-02 Thread Ray Champagne
I think it might be broken right now.  Mike said something about 
finishing up some projects soon so that he could attend to some things 
like this on the HoF site.

Eric Creese wrote:
 okay but how can you do it in the profile on the HOF site?
 
 Barney Boisvert [EMAIL PROTECTED] wrote:Hit the unsubscribe link which is 
 at the bottom of every email?
 
 cheers,
 barneyb
 
 On 8/2/05, eric.creese wrote:
 
How do you reset your email on this darn board. I am stuck getting emails to 
two addresses now and I am tired of the double emails

 
 

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.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:213558
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: 360 degree photos

2005-07-27 Thread Ray Champagne
Also, the Vehix.com commercial that's on all the time touts that 
capability

Jennifer Larkin wrote:
 Try Saturn.com. I can't check right now but I think they used to have
 a flash thingy that allowed you to spin the car at will, open the
 doors, etc. If it's not Saturn, try Volkswagon.com.
 
 On 7/26/05, Connie DeCinko [EMAIL PROTECTED] wrote:
 
Check office supply stores.  I know I saw them used there, just can't recall
who at the moment.


-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 26, 2005 3:39 PM
To: CF-Talk
Subject: ot: 360 degree photos

anyone know of a good example of a product page were you can view the
product all the way around?
 I dont care what they use to do it, I just need an example

~Dave the disruptor~
A criminal is a person with predatory instincts who has not sufficient
capital to form a corporation.






 
 
 

~|
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:212955
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ot: 360 degree photos

2005-07-27 Thread Ray Champagne
vehix.com?

Jennifer Larkin wrote:
 Nope. They do virtual tours. That's stand here and turn in a circle
 as opposed to stand here and turn this other thing in a circle. The
 first is done in quicktime and if you are really lucky and have
 budget, with an expensive camera that does rotating over the head
 shots of some kind. (My old company made one for Tulane but I didn't
 ever see the expensive gizmo camera.) The other tends to use flash I
 think.
 
 It's driving me nuts now. There is a car information site online
 that has commercials where they spin the car around however you want
 and change it's color and stuff. I can't remember the company name and
 I've seen the ads a gajillion times. Which tells you how well the ads
 work.
 
 On 7/26/05, Jared Clinton [EMAIL PROTECTED] wrote:
 
Maybe these guys: http://www.360.com.au/

I think that's what they specialise in.

-Original Message-
From: Aldon [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 27 July 2005 11:19 AM
To: CF-Talk
Subject: RE: ot: 360 degree photos

Nike.com : not shure if it's still there.

-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 26, 2005 8:23 PM
To: CF-Talk
Subject: Re: ot: 360 degree photos


Here are two that I know of.

http://www.cruisingclub.com.au/boats_sunrunner3300.html
http://www.blufm.org.au/qt.html



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 7/27/05, dave [EMAIL PROTECTED] wrote:

anyone know of a good example of a product page were you can view the

product all the way around?

 I dont care what they use to do it, I just need an example

~Dave the disruptor~
A criminal is a person with predatory instincts who has not
sufficient

capital to form a corporation.









 
 

~|
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:212960
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: Blackberry 101 for developers

2005-07-26 Thread Ray Champagne
Hey all:

So, here's a question for some of you more savvy developers out there: 
how to I program a corporate web site to be viewable by a Blackberry? We 
have a client who's salesforce just got issued Blackberrys.  They 
already have a web site with a form that they'd like to access via the 
Blackberry on the road.  All I really need to do is to make the form 
work with a Blackberry display.  Can someone out there that has done 
this before explain in brief how I'd tackle this seemingly easy project? 
  I've never even touched a Blackberry before, so I'm not even sure 
where I'd start.  I'm currently perusing the Blackberry web site, but 
figured I'd give the list a shout to maybe shorten my catch up time.

Thanks...

Ray


~|
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:212842
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: Blackberry 101 for developers

2005-07-26 Thread Ray Champagne
any online resouces that you use that you'd recommend to get me started?

Paul Vernon wrote:
 XHTML + CSS is the way to go... I've done this on sites that I can now
 access on my mobile phone and that has a tiny screen... A Blackberry device
 should be no problems...
 
 Paul
 
 
 

~|
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:212847
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: Blackberry 101 for developers

2005-07-26 Thread Ray Champagne
Okay, cool, this is great stuff.

Now, is there a preferred emulator (I just downloaded one from 
blackberry.com) that I can test this with, since I personally don't have 
one?

Kevin Bridges wrote:
 Start with the document structure below (strict xhtml compliance) and 
 use the validator at http://validator.w3.org/ as you develop.  If you 
 make a change and validate immediately after you will be able to see 
 useful messages from the w3c explaining how you need to alter your design.
 
 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN 
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
 
 html
 head
 titleUntitled/title
 meta http-equiv= Content-Type content= text/html; charset=UTF-8 /
 /head
 
 body
 
 
 
 /body
 /html
 
 
 
 
 Ray Champagne wrote:
 
 
any online resouces that you use that you'd recommend to get me started?

Paul Vernon wrote:
 


XHTML + CSS is the way to go... I've done this on sites that I can now
access on my mobile phone and that has a tiny screen... A Blackberry device
should be no problems...

Paul



   



 
 

~|
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:212853
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: Blackberry 101 for developers

2005-07-26 Thread Ray Champagne
Cool!

My big question is, if I'm just submitting a simple form whose fields 
are just going to be emailed from the web server, is there any reason 
that I'd have to worry about other than display?  I mean, it seems like 
once the info is pushed off the Blackberry, it should just be taken care 
of as it normally would on the web server side, then just fire back the 
(formatted) page that I specify...

These are questions that I need to answer, but, we're waiting until we 
get an answer back from the CEO if this is the direction he really wants 
to go in before I proceed.  I hope he does, as I'd love to learn some 
more of this stuff.

Ray

Rick Mason wrote:
 Ray,
  I have a friend who has done some Blackberry apps using
 WML. I've seen some of his apps that use forms to submit info to a CF 
 backend. If I am not mistaken Ben Forta even has a book out on WML.
  The other alternative on the newer Blackberries is Java.
  Rick Mason
 KnowledgeWatch
 Got news?
 
 
  On 7/26/05, Ray Champagne [EMAIL PROTECTED] wrote: 
 
Hey all:

So, here's a question for some of you more savvy developers out there:
how to I program a corporate web site to be viewable by a Blackberry? We
have a client who's salesforce just got issued Blackberrys. They
already have a web site with a form that they'd like to access via the
Blackberry on the road. All I really need to do is to make the form
work with a Blackberry display. Can someone out there that has done
this before explain in brief how I'd tackle this seemingly easy project?
I've never even touched a Blackberry before, so I'm not even sure
where I'd start. I'm currently perusing the Blackberry web site, but
figured I'd give the list a shout to maybe shorten my catch up time.

Thanks...

Ray



 
 
 

~|
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:212888
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: Working with OPC (Other People's Code)

2005-07-22 Thread Ray Champagne
LOL!  I'm doing that right now.  Silly loops of loops of loops of 
queries just trying to get the same result that I would have gotten if I 
had just written the DB query (joins, etc) right in the first place

:::sigh:::

Matt Osbun wrote:
 Unless, of course, you're currently updating code you wrote during your
 humble beginnings...
 
 I wrote *what*?
 
 Matt Osbun
 Web Developer
 Health Systems, International
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Friday, July 22, 2005 1:06 PM
 To: CF-Talk
 Subject: RE: Working with OPC (Other People's Code)
 
 
 Yes Ken, it's good to remember our humble beginnings.  While we laugh
 now, we're years after someone who laughed at us.  Keeps us humble. :)
 But at least we can enjoy it now!  I guess we've earned our 'stripes'.
 
 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:212605
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: Working with OPC (Other People's Code)

2005-07-22 Thread Ray Champagne
Looking back at some of my code brings back the same type of 
embarrassment that I felt after sleeping with the fat ugly chick at my 
sister's wedding.

:)


Matt Osbun wrote:
 I mention this because I've spent most of my day correcting older code
 of mine that could possibly have been the result of tossing a copy of
 Ben Forta's CFWACK into Monkey Island at the zoo.
 
 Matt Osbun
 Web Developer
 Health Systems, International
 
 
 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED] 
 Sent: Friday, July 22, 2005 1:17 PM
 To: CF-Talk
 Subject: Re: Working with OPC (Other People's Code)
 
 
 LOL!  I'm doing that right now.  Silly loops of loops of loops of 
 queries just trying to get the same result that I would have gotten if I
 
 had just written the DB query (joins, etc) right in the first place
 
 :::sigh:::
 
 Matt Osbun wrote:
 
Unless, of course, you're currently updating code you wrote during
 
 your
 
humble beginnings...

I wrote *what*?

Matt Osbun
Web Developer
Health Systems, International



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 22, 2005 1:06 PM
To: CF-Talk
Subject: RE: Working with OPC (Other People's Code)


Yes Ken, it's good to remember our humble beginnings.  While we laugh
now, we're years after someone who laughed at us.  Keeps us humble. :)
But at least we can enjoy it now!  I guess we've earned our 'stripes'.

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:212610
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: Working with OPC (Other People's Code)

2005-07-22 Thread Ray Champagne
No, it was after the wedding (post reception party at my apartment for 
the hardcore drunks), she was a friend of the family's daughter, about 5 
years younger than me.  I was 26 at the time, drunk and stupid.  No one 
knew about it except her, my roommate and the 100 people he told.  What 
an asshole!  :)

My family never found out, thank god.  But my friends still razz me 
about it today.  They even painted up some swim goggles all black and 
etched Ray's Beer Goggles on the lenses.  Good times!

Jerry Johnson wrote:
 AT your sister's wedding? I kind see why that might be embarrassing.
 
 Did the wedding photog get any pictures?
 
 On 7/22/05, Ray Champagne [EMAIL PROTECTED] wrote:
 
Looking back at some of my code brings back the same type of
embarrassment that I felt after sleeping with the fat ugly chick at my
sister's wedding.
 
 
 

~|
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:212615
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: Working with OPC (Other People's Code)

2005-07-22 Thread Ray Champagne
hmmmhope my mom doesn't read cf-talk archives.  :)

Ray Champagne wrote:
 No, it was after the wedding (post reception party at my apartment for 
 the hardcore drunks), she was a friend of the family's daughter, about 5 
 years younger than me.  I was 26 at the time, drunk and stupid.  No one 
 knew about it except her, my roommate and the 100 people he told.  What 
 an asshole!  :)
 
 My family never found out, thank god.  But my friends still razz me 
 about it today.  They even painted up some swim goggles all black and 
 etched Ray's Beer Goggles on the lenses.  Good times!
 
 Jerry Johnson wrote:
 
AT your sister's wedding? I kind see why that might be embarrassing.

Did the wedding photog get any pictures?

On 7/22/05, Ray Champagne [EMAIL PROTECTED] wrote:


Looking back at some of my code brings back the same type of
embarrassment that I felt after sleeping with the fat ugly chick at my
sister's wedding.



 
 

~|
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:212616
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: Working with OPC (Other People's Code)

2005-07-22 Thread Ray Champagne
Yea, I've burned myself enough on this list to not worry anymore.  :)

Bryan Stevenson wrote:
hmmmhope my mom doesn't read cf-talk archives.  :)
 
 
 LOL..nope...but Goolge does ;-)
 
 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:212619
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: Working with OPC (Other People's Code)

2005-07-22 Thread Ray Champagne
I'll just get Karl Rove to cover it up

okay okay, I'm done here, before I get 1000 ppl asking me to move to 
cf-comm.

[EMAIL PROTECTED] wrote:
 Good point...better hope she never google's Ray Champagne.  You're already 
 in spot 2 on houseoffusion.com!  Ack!!!
 
 Dave
 
 -Original Message-
 From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 22, 2005 2:46 PM
 To: CF-Talk
 Subject: Re: Working with OPC (Other People's Code)
 
 
 
hmmmhope my mom doesn't read cf-talk archives.  :)
 
 
 LOL..nope...but Goolge does ;-)
 
 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
 
 
 
 

~|
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:212625
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


assuring mail was sent?

2005-07-21 Thread Ray Champagne
Is there a way to assure that a batch of mail was sent in a shared 
hosting environment?  In other words, I am sending out 7K emails in a 
batch and want to know which ones successfully passed through the mail 
server and which ones didn't.  BUT - I don't have access to the mail 
server log files whatsoever, due to the client being in a shared 
environment.

When I'm sending these mailings out, it seems like we have some people 
who are getting the mail, and people who aren't, and the results change 
per mailing.  It's a weird problem that I need to get to the bottom of.

TY

Ray


~|
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:212404
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: CFIF logic problem

2005-07-20 Thread Ray Champagne
Because the url.no is always three in your example.  The if statement 
always will dump out after the first conditional, since it is always true.

switch 'em around:

cfif (url.no IS 3) and (session.permission is admin)
Page Content
cfelseif url.no IS 3
cflocation url=index.cfm
/cfif

Ian Vaughan wrote:
 Hi
 
 
 Is my logic correct in the code below ?
 
 
 cfif url.no IS 3
 cflocation url=index.cfm
 cfelseif (url.no IS 3) and (session.permission is admin)
 
 Page Content
 
 cfelse
 /cfif
 
 What I want is if the url is http://sitename/test.cfm?no=3
 
 Then it will transfer back to the index.cfm page.
 
 However if the url is http://sitename/test.cfm?no=3 and the
 session.permission has been set to 'admin' from the user login then the
 page content displays.
 
 At present however the page keeps redirecting to the index.cfm page.
 
 
 
 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:212296
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Consecutive vs Concurrent Licensing Agreement

2005-07-20 Thread Ray Champagne
Well, I would say that there is a BIG difference in the words 
themselves...in what context are we talking?

Lee wrote:
 Is there a practical difference between the wording 
 consecutive vs concurret in software licensing agreements?
 
 Lee Surma
 
 

~|
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:212328
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Consecutive vs Concurrent Licensing Agreement

2005-07-20 Thread Ray Champagne
I would say you're spot-on, but I am no legal guy.  Sorry..

Lee wrote:
 On Wed, 20 Jul 2005 12:26:54 -0400
   Ray Champagne [EMAIL PROTECTED] wrote:
 
Well, I would say that there is a BIG difference in the 
words 
themselves...in what context are we talking?
 
 
 Number of legal users. Does one mean you can load it on 
 say thirty machines only and the other means load it on as 
 many as you like but only have Thirty open at the same 
 time?
 
 

~|
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:212330
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: Oh..my...god!

2005-07-05 Thread Ray Champagne
Yea, Ben blogged about this the other day.  I thought it was pretty cool.

http://forta.com/blog/index.cfm?mode=eentry=1673

Bryan Stevenson wrote:
 I was wondering who would be the first to bring this uplet the games 
 begin and the thread banning that shall soon follow ;-)
 
 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:211206
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: Fw: Clinton and Bush best buddies

2005-06-28 Thread Ray Champagne
Hmm...don't know who this guy is, but I would have to agree.  Fine if 
you want to think like a caveman, different story when you start making 
public (and private) attacks that we all have to listen to.

Ray

Kevin Aebig wrote:
 This was sent personally to me and though I'm not gay, it makes me wanna puke.
 
 I hope an admin steps up and kicks this asshole off the list.
 
 Disgusted,
 
 Kevin
 www.keslabs.com 
 
 - Original Message - 
 From: Greg Luce 
 To: [EMAIL PROTECTED] 
 Sent: Tuesday, June 28, 2005 4:25 PM
 Subject: Re: Clinton and Bush best buddies
 
 
 (Addressed just to Kevin) Who cares if there's a cock-smoker/butt-pirate that 
 uses CF.
 
 
 On 6/28/05, Kevin Aebig [EMAIL PROTECTED] wrote: 
   Wow... way to say that with class. Did you even think that their might be a
   gay ColdFusion developer on this list? 
 
   Kevin
   http://www.keslabs.com
 
   - Original Message -
   From: Greg Luce [EMAIL PROTECTED]
   To: CF-Talk  cf-talk@houseoffusion.com
   Sent: Tuesday, June 28, 2005 1:21 PM
   Subject: Re: Clinton and Bush best buddies
 
 
Hey demo-queer, what's this got to do with CF? 
   
On 6/28/05, G [EMAIL PROTECTED] wrote:
   
Reading little blurb on CNN about how elder Bush and Clinton have become
good friends
(http://www.cnn.com/2005/POLITICS/06/27/bush.clinton.ap/index.html)
   
Makes me kind of sad, actually. I'd take either one of them to the 
current
prez. If we could somehow mix the foreign policy of elder Bush (build an
alliance, kick frickin ass, don't invade or occupy) with the domestic
policies and general like-ability of Clinton...that would rock. 
   
   
   
   
   
   
   
 
   
 
 

~|
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:210829
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: Server names

2005-06-28 Thread Ray Champagne
Oh, man, what a wet blanket.  :)

Guess it's a bad time to talk about how I name my servers from the cast 
of Scooby Doo?

Actually, I don't.  I would if I had more than one computer at home, 
though.  The hottest one would be Velma.

Dave Watts wrote:
Subject: Re: Server names ...
 
 
 It's worth pointing out that listing your internal server names - or, better
 yet, describing how you name them - is a minor form of information leakage.
 This mailing list, like everything else, will be searchable for the
 foreseeable future.
 
 Yeah, I know, I'm a killjoy.
 
 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:210851
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: shopping cart suggestions

2005-06-27 Thread Ray Champagne
+ 1 for CFWebstore.  Customizing my first store right now.  Love it.

Cutter (CF-Talk) wrote:
 CFWebStore (http://www.cfwebstore.com). Works great, Fusebox 3 design, 
 fairly easy to customize. You could check mine out, but my hosting 
 provider is trying to figure out how they broke the JIA (I use it, 
 though it's not standard with the store). There are some good 
 implimentations out there...
 
 Russ wrote:
 
 
We've been thinking about purchasing 2simplify estore at
http://www.cfmxsolutions.com/us/index.cfm?page=product
http://www.cfmxsolutions.com/us/index.cfm?page=productid=1 id=1.  Has
anyone had any experience with this solution, or can anyone recommend any
other shopping card solutions (that work with MX 6.1, but also would be
interested in something that works with CF 4.5).  



Russ




 
 
 

~|
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:210589
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: CFINSERT Question

2005-06-23 Thread Ray Champagne
I think that they are there, but when using cfinsert, it doesn't display 
the actual values in the debug window, just like if you use 
cfqueryparam.  How do you know that the insert isn't working?

Smith, Daron [PA] wrote:
 I have a form and I want to use CFINSERT, but it's not putting the
 values in the values statement of the SQL.
 
 Below is what I get:
 
 insert into CONFREG
 (CNTX,MEALS2,FEES2,CTTX,C2NB,BOST,COTX,AXXT,MEALS3,CZNB,CYNB,CWTX,C3NB,M
 EALS4,MEALS6,MEALS5) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
 
 Any Ideas where the '?' are coming from?  The form fields have values.
 
 Thank you,
 Daron Smith
 
 
 
 
 

~|
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:210429
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: Locking down access to a PDF

2005-06-23 Thread Ray Champagne
Put it outside the root directory and serve it up via cfcontent behind a 
secure login area.

Rey Bango wrote:
 Guys,
 
 I have a PDF file that needs to be served up to only certain clients but 
 I don't want Google or any other SE spidering the PDF. Is there a way to 
 lock that down in Win2k3 so that the search engines will ignore it?
 
 Rey...
 

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=

The information contained in this transmission (including any
attached files) is CONFIDENTIAL and is intended only for the
person(s) named above. If you received this transmission in
error, please delete it from your system and notify us
immediately. If you are not an intended recipient, please note
that any use or dissemination of the information contained in this
transmission (including any attached files) and the copying,
printing, or retransmission of that information is strictly
prohibited. You can notify us by return email or by phone at
603.433.9559.

Thank you.


~|
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:210436
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ColdFusion Error Messages

2005-06-22 Thread Ray Champagne
I have had the same problem - with several versions of CF - CF4.5, 
CF5.0, CF6.1, they all do it.  I thought it was some kind of 
functionality thing that I didn't understand the point of, but was 
necessary for some reason or another.

I would think that if it were a bug, then it would have been fixed long 
ago

Ray

Damien McKenna wrote:
If a user gets an error message, they usually either take a 
screenshot or print it out- but printing it out yields some 
ugly results.
 
 
 I have the same problem here - but only with IE.
 

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=

The information contained in this transmission (including any
attached files) is CONFIDENTIAL and is intended only for the
person(s) named above. If you received this transmission in
error, please delete it from your system and notify us
immediately. If you are not an intended recipient, please note
that any use or dissemination of the information contained in this
transmission (including any attached files) and the copying,
printing, or retransmission of that information is strictly
prohibited. You can notify us by return email or by phone at
603.433.9559.

Thank you.


~|
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:210268
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ColdFusion Error Messages

2005-06-22 Thread Ray Champagne
I don't either, but back in the day (..cringe..) before I knew better, 
before learning about error handling, my clients would print and fax the 
error to me when they came across one.  It was a nightmare to decipher 
what was going on.  And, since I sucked, there were a lot of faxes 
coming in.

Now, though, the error just gets emailed to me.  Much better!  :)

S. Isaac Dealey wrote:
I have had the same problem - with several versions of CF
- CF4.5,
CF5.0, CF6.1, they all do it.  I thought it was some kind
of
functionality thing that I didn't understand the point of,
but was
necessary for some reason or another.
 
 
I would think that if it were a bug, then it would have
been fixed long
ago
 
 
 I don't think they antiscipate a lot of people will be printing the
 error messages actually, so if it were a bug it might have just been
 ignored. Personally I don't find printing them very useful.
 
 
 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://www.fusiontap.com
 http://coldfusion.sys-con.com/author/4806Dealey.htm
 
 
 
 
 

~|
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:210276
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: Making attributes variables outside cfc

2005-06-17 Thread Ray Champagne
Hope That Helps

HTH,

Ray  :)

Johnny Le wrote:
 Yep, I am currently using the second method. Thanks, Sean.
 
 What is HTH?
 
 Johnny
 
 
On 6/17/05, Johnny Le [EMAIL PROTECTED] wrote:

I have a cfc.  I am trying to convert several variables into 

attributes variables from inside a method, but of course, these 
variables are not available outside the cfc.  I can convert them into 
form or URL variables, but not attributes.  Is there a way I can make 
these attributes available outside the cfc?

CFCs are encapsulated to prevent that sort of thing.

However, if you pass in the attributes struct as an argument to your
method, the method can store values into it via the argument:

In the CFC:
cffunction name=foo
 
   
 
cfargument name=attributes type=struct
 
   
 
cfset arguments.attributes.answer = 42
/cffunction

In the calling code:
cfset myObj.foo(attributes)

Another option would be to create and return a struct in the function
and have the calling code append that to its attributes:

In the CFC:
cffunction name=foo returntype=struct
 
   
 
cfset var attr = structNew()
 
   
 
cfset attr.answer = 42
 
   
 
cfreturn attr
/cffunction

In the calling code:
cfset newAttr = myObj.foo()
cfset structAppend(attributes,newAttr)

HTH
-- 
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
 
 

~|
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:209885
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: Homesite+ Flippin out

2005-06-16 Thread Ray Champagne
When did you update?  I did yesterday, and today everything I am working 
with seems slow as death.  Homesite is now acting like DWMX did before I 
decided I couldn't work with it anymore and made the switch.

If it is Windows Updater that did it, then I am pissed.

To quote Stewey Griffin, loosely:

Microsoft, for every Windows update that doesn't work properly, I shall 
kill you!

Claremont, Timothy wrote:
 I have the same problem recently. My only observation so far is that the
 timing seems coincidental with a Windows update applied by the IT
 department. Unfortunately they don't tell us what they are patching and
 why, so I can't elaborate.
 
 I have resorted to navigating to the file I want in Windows Explorer and
 double clicking on it to edit
 
 
 Subject: Homesite+ Flippin out
 From: Venable, John [EMAIL PROTECTED]
 Date: Thu, 16 Jun 2005 11:17:24 -0400
 Thread:
 http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid
 =40740forumid=4#209677
 
 I'm running into a problem with Homesite+ 5.5 that I've had before and
 it's really driving me crazy. I go to the file pane and try to open the
 My Documents folder and it opens the dialog and proceeds to jump to ~95%
 CPU and stays there for several minutes before finally letting me choose
 a file. Anyone else ever hear of this??
 
 Thanks
 
 john
 
 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please delete it from 
 your system.
 
 This footnote also confirms that this email message has been swept for
 the presence of computer viruses.
 
 Thank You,
 Viahealth
 **
 
 
 

~|
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:209687
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: Homesite+ Flippin out

2005-06-16 Thread Ray Champagne
Thanks.  I checked, and it is already off, but that is good to know.  A 
reboot of my machine helped dramatically.

Jerry Johnson wrote:
 Try turning off the title field in the file window. This can really
 slow down the file listing pane.
 
 On 6/16/05, Ray Champagne [EMAIL PROTECTED] wrote:
 
When did you update?  I did yesterday, and today everything I am working
with seems slow as death.  Homesite is now acting like DWMX did before I
decided I couldn't work with it anymore and made the switch.

If it is Windows Updater that did it, then I am pissed.

To quote Stewey Griffin, loosely:

Microsoft, for every Windows update that doesn't work properly, I shall
kill you!

Claremont, Timothy wrote:

I have the same problem recently. My only observation so far is that the
timing seems coincidental with a Windows update applied by the IT
department. Unfortunately they don't tell us what they are patching and
why, so I can't elaborate.

I have resorted to navigating to the file I want in Windows Explorer and
double clicking on it to edit


Subject: Homesite+ Flippin out
From: Venable, John [EMAIL PROTECTED]
Date: Thu, 16 Jun 2005 11:17:24 -0400
Thread:
http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid
=40740forumid=4#209677

I'm running into a problem with Homesite+ 5.5 that I've had before and
it's really driving me crazy. I go to the file pane and try to open the
My Documents folder and it opens the dialog and proceeds to jump to ~95%
CPU and stays there for several minutes before finally letting me choose
a file. Anyone else ever hear of this??

Thanks

john

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete it 
from your system.

This footnote also confirms that this email message has been swept for
the presence of computer viruses.

Thank You,
Viahealth
**





 
 

~|
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:209705
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: Homesite+ Flippin out

2005-06-16 Thread Ray Champagne
Yea, especially under a looming deadline.  Chasing down random slowness 
is counter-productive at best.  :)

Venable, John wrote:
 Same here. I also checked for orphaned shortcuts, had none. The title
 field in my viewer is greyed out, so I couldn't turn that on if I
 wanted. So I rebooted and it seems ok now. Like I said, I've had this
 before and it cleared up mysteriously, so it seems to be gone for now,
 but man is it annoying when it happens.
 
 John 
 
 
-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 16, 2005 1:24 PM
To: CF-Talk
Subject: Re: Homesite+ Flippin out

Thanks.  I checked, and it is already off, but that is good to know.  
A reboot of my machine helped dramatically.

Jerry Johnson wrote:

Try turning off the title field in the file window. This

can really

slow down the file listing pane.

On 6/16/05, Ray Champagne [EMAIL PROTECTED] wrote:


When did you update?  I did yesterday, and today everything I am 
working with seems slow as death.  Homesite is now acting like DWMX 
did before I decided I couldn't work with it anymore and

made the switch.

If it is Windows Updater that did it, then I am pissed.

To quote Stewey Griffin, loosely:

Microsoft, for every Windows update that doesn't work properly, I 
shall kill you!

Claremont, Timothy wrote:


I have the same problem recently. My only observation so

far is that

the timing seems coincidental with a Windows update

applied by the IT

department. Unfortunately they don't tell us what they are

patching

and why, so I can't elaborate.

I have resorted to navigating to the file I want in

Windows Explorer

and double clicking on it to edit


Subject: Homesite+ Flippin out
From: Venable, John [EMAIL PROTECTED]
Date: Thu, 16 Jun 2005 11:17:24 -0400
Thread:
http://www.houseoffusion.com/cf_lists/index.cfm/method=mess

agesthrea

did
=40740forumid=4#209677

I'm running into a problem with Homesite+ 5.5 that I've had before 
and it's really driving me crazy. I go to the file pane and try to 
open the My Documents folder and it opens the dialog and

proceeds to

jump to ~95% CPU and stays there for several minutes

before finally

letting me choose a file. Anyone else ever hear of this??

Thanks

john
 
 
 
 This e-mail, including attachments, is intended for the exclusive use of
 the person or entity to which it is addressed and may contain
 confidential or privileged information.  If the reader of this e-mail is
 not the intended recipient or his or her authorized agent, the reader is
 hereby notified that any dissemination, distribution or copying of this
 e-mail is prohibited.  If you think that you have received this e-mail
 in error, please advise the sender by reply e-mail and then delete this
 e-mail immediately.
 
 Thank you.  Epilepsy Foundation
 
 

~|
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:209716
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: Sometimes form or url variables don't exist?

2005-06-16 Thread Ray Champagne
Why not just restrict the bots using the robots.txt file?  That's what 
we do

Mike Klostermeyer wrote:
 Check the CGI variables when the error happens by emailing yourself a CFDUMP
 of the various scopes.  Chances are it is google or some other indexing
 service jumping directly to your scripts.
 
 Anyone know of a way around this, as I have had this problem in the past as
 well?
 
 Mike
 
 -Original Message-
 From: Ryan Stille [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 16, 2005 3:22 PM
 To: CF-Talk
 Subject: Sometimes form or url variables don't exist?
 
 
 I sometimes get errors from my application where it tries to use a value
 that should have been on the previous form page, but for some reason
 doesn't exist.   Has anyone else run into this?  I am using an older
 version of Fusebox, so Form.* and URL.* variables all get converted to
 the Attributes scope.  So whether it was passed in as a Form or URL
 variable shouldn't matter.
 
 I am running CFMX 6.1 on the box this just happened on, but I see it
 happen often on some busier sites we have running on a CF 5 box also.
 
 -Ryan
 
 
 
 
 

~|
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:209741
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: (Admin) list changes

2005-06-15 Thread Ray Champagne
awesome!  that has bugging me for quite some time now.

TY



Michael Dinowitz wrote:
 I'm adding some features to the list due to people using spam catchers and 
 not removing the spam response message. Things like:
 [QUARRANTINE] - which is spelled wrong
 [SCANNED]
 SPAM-LOW
 and the like will automatically be removed from message subjects. This may 
 cause a small hiccup in the lists but should not last long.
 
 Thank you for you patience.
 
 

~|
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:209565
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: reverse compliment a sequence

2005-06-14 Thread Ray Champagne
that seemed harsh...

Keith Gaughan wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 RADEMAKERS Tanguy wrote:
 
 
Well, i was going to suggest using 

cfoutput#ReplaceList(ACTG,C,G,A,T,G,C,T,A)#/cfoutput

but on my system that replaces ACTG with ACAC

i'm confused?
 
 
 That's 'cause it's riddled with bugs. It ought to work but doesn't.
 
 K.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.1 (MingW32)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFCr3EUmSWF0pzlQ04RAsRAAKCg0WNSB+riLkETGI7xqvNCm/hyPwCgh4L2
 /ufYlQwtcqARjrTJ1K0CuX8=
 =cHSn
 -END PGP SIGNATURE-
 
 

~|
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:209493
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: cfchart not working on new server

2005-06-09 Thread Ray Champagne
Hey Matt:

I recently had a similar problem, and I wrote to my hosting company, 
this was their response:

===
Thank you for using Intermedia Technical Support.

This is due to the check that file exists option that is set in IIS 
for 'bigbugz' Web server. If you want us to UNcheck this option and make 
your CFGRAPH script working, we would ask you to send us a request 
along with verification of your identity (the last 5 digits and 
expiation date of credit card to which your account is billed), so that 
we could turn this option off. However, please be advised that you will 
NOT t be able to use custom 404 errors once this option is changed.


This is because CFGRAPH makes a call to /CFGraphingPage.cfm, passing 
parameters of the graph that's displayed. However, the 
CFGraphingPage.cfm template doesn't actually exist. This isn't a problem 
with ColdFusion, as it seems to look for this request. However, if IIS 
checks to see whether or not the file exists before handing it to 
ColdFusion, it will obviously fail (since it doesn't exist, so 
ColdFusion never sees it).
===

Maybe that will help you?  Beware, tho, this was CF6.1, not 7, but it 
might point you in the right direction.

Ray


Matthew Walker wrote:
 We have recently had three CF7/IIS2003 servers set up for us at a third
 party hosting company. These are brand new installs on brand new
 machines. All is well except that cfchart is not working for us. It
 works fine for us on our local CF7/IIS2003 machine. We've been unable to
 spot the difference between the setups. 
 
  
 
 We are running the test example listed at the end of this post. It
 doesn't run for any format. You can see the result here:
 http://www.christchurchnz.net/chart.cfm
 
  
 
 I have looked in c:\cfusionmx7\charting\cache\
 http://www.christchurchnz.net/chart.cfm  and found that the jpg files
 are indeed getting generated in there. We have mappings set up on both
 servers: /CFIDE = D:\Inetpub\wwwroot\CFIDE although graphdata.cfm
 (which shows up in the image source) isn't a physical file as far as I
 can tell so I'm guessing that  mapping doesn't make any difference.
 
  
 
 Any ideas where I should look? 
 
  
 
 The sample we're testing:
 
  
 
 cfchart format=jpg
 
 chartwidth=400
 
 chartheight=300
 
 seriesplacement=stacked
 
 show3d=true
 
 
 
  
 
 cfchartseries type=bar seriesLabel=January
 
 cfchartdata item=Books value=60/
 
 cfchartdata item=DVD's value=30/
 
 cfchartdata item=Videos value=25/
 
 cfchartdata item=CD's value=39/
 
 cfchartdata item=Magazines value=55/
 
 /cfchartseries
 
 cfchartseries type=bar seriesLabel=February
 
 cfchartdata item=Books value=40/
 
 cfchartdata item=DVD's value=57/
 
 cfchartdata item=Videos value=25/
 
 cfchartdata item=CD's value=29/
 
 cfchartdata item=Magazines value=15/
 
 /cfchartseries
 
 cfchartseries type=bar seriesLabel=March
 
 cfchartdata item=Books value=36/
 
 cfchartdata item=DVD's value=20/
 
 cfchartdata item=Videos value=20/
 
 cfchartdata item=CD's value=45/
 
 cfchartdata item=Magazines value=20/
 
 /cfchartseries
 
  
 
 /cfchart
 
 
 
 

~|
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:209172
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: Typing test for programming?

2005-06-01 Thread Ray Champagne
I don't know about where to send you to learn, but you can test yourself 
for free here:

http://www.typingcertification.com/

I did just plain awful.  23WPM and 8 errors on my first try.  Ugh.  When 
you find that software, let me know.  I obviously need it!

Ray

Mark Holm wrote:
 HI,
 I'm applying for a position. I have to take a typing speed test.. this is the 
 1st position I've ever applied for that requested this.
 Is this common?
 My typing speed sucks..well because I never learned to touch type..but it 
 hasn't hindered my work in the past. I have never had to type somebody else 
 words..so I don't see the relivance to doing programming.
 
 Can anybody suggest a good and quick way to increase my typing speed in a few 
 days?
 
 TIA
 Mark Holm
 
 

~|
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:11:2638
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/11
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:11
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Typing test for programming?

2005-06-01 Thread Ray Champagne
Mavis Beacon?

Jeffry Houser wrote:
   I got 93 words per minute with no errors on the non-Java practice 
 test.  430 characters per minute.  However, they used variation on Quick 
 Brown fox jumped over the lazy dogs, which is pretty common in such tests 
 (since it uses all letters of the alphabet).  In the Java applet test, I 
 was @ 70+ w/ 3 errors.
 
   I remember using a program called Typing Tutor ( Of course, that would 
 have been late 80s ).  A quick web search on typing tutor brings up 
 numerous things.
 
 
 At 11:16 AM 6/1/2005, you wrote:
 
I don't know about where to send you to learn, but you can test yourself
for free here:

http://www.typingcertification.com/

I did just plain awful.  23WPM and 8 errors on my first try.  Ugh.  When
you find that software, let me know.  I obviously need it!

Ray

Mark Holm wrote:

HI,
I'm applying for a position. I have to take a typing speed test.. this 

is the 1st position I've ever applied for that requested this.

Is this common?
My typing speed sucks..well because I never learned to touch type..but 

it hasn't hindered my work in the past. I have never had to type somebody 
else words..so I don't see the relivance to doing programming.

Can anybody suggest a good and quick way to increase my typing speed in 

a few days?

TIA
Mark Holm




 
 

~|
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:11:2642
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/11
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:11
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF vs LAMP

2005-05-31 Thread Ray Champagne
You should read the latest CFDJ - there is an article on Linux, Apache, 
MySQL, BlueDragon (LAMBDA).

All free sources, sounds like you could compete with the other shop by 
offering this approach if price is a concern.

CFDJ, April 2005 issue, page 24.

Ray

Russ wrote:
 We have a client that is trying to decide whether to go with my company or
 another company.  We are a CF/MS SQL shop, and the other company does LAMP
 development (Linux, Apache, MySQL, Perl).  
 
  
 
 I was wondering if anyone on this list can give some ideas of the pros and
 cons of using CF/MS SQL vs LAMP.  
 
  
 
 I know for a fact that perl code is harder to read and maintain, and that's
 it's probably slower since it's interpreted every time instead of
 pre-compiled as CF is.  I know MS SQL has more features (such as stored
 procs) that MySQL lacks.  
 
  
 
 What other pros does CF/MySQL have over LAMP that might sway a potential
 client?  Personally, except for the fact that LAMP is free, I don't see any
 advantages of it at all.
 
  
 
 Thanks, 
 
  
 
 Russ
 
 
 
 

~|
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:208059
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF vs LAMP

2005-05-31 Thread Ray Champagne
http://coldfusion.sys-con.com/read/49181.htm

Russ wrote:
 I can't seem to find it on the CFDJ site... is it up there yet, or does it
 appear in print first?  Does anyone have a link?
 
 Russ
 
 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, May 31, 2005 1:32 PM
 To: CF-Talk
 Subject: Re: CF vs LAMP
 
 You should read the latest CFDJ - there is an article on Linux, Apache, 
 MySQL, BlueDragon (LAMBDA).
 
 All free sources, sounds like you could compete with the other shop by 
 offering this approach if price is a concern.
 
 CFDJ, April 2005 issue, page 24.
 
 Ray
 
 Russ wrote:
 
We have a client that is trying to decide whether to go with my company or
another company.  We are a CF/MS SQL shop, and the other company does LAMP
development (Linux, Apache, MySQL, Perl).  

 

I was wondering if anyone on this list can give some ideas of the pros and
cons of using CF/MS SQL vs LAMP.  

 

I know for a fact that perl code is harder to read and maintain, and
 
 that's
 
it's probably slower since it's interpreted every time instead of
pre-compiled as CF is.  I know MS SQL has more features (such as stored
procs) that MySQL lacks.  

 

What other pros does CF/MySQL have over LAMP that might sway a potential
client?  Personally, except for the fact that LAMP is free, I don't see
 
 any
 
advantages of it at all.

 

Thanks, 

 

Russ




 
 
 
 
 

~|
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:208067
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF vs LAMP

2005-05-31 Thread Ray Champagne
Essentially, that was what I was going for in my answer.  :)

Calvin Ward wrote:
 Why not just replace the P, everything else should be fine.
 
 - Calvin
 
 -Original Message-
 From: Russ [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, May 31, 2005 1:26 PM
 To: CF-Talk
 Subject: CF vs LAMP
 
 We have a client that is trying to decide whether to go with my company or
 another company.  We are a CF/MS SQL shop, and the other company does LAMP
 development (Linux, Apache, MySQL, Perl).  
 
  
 
 I was wondering if anyone on this list can give some ideas of the pros and
 cons of using CF/MS SQL vs LAMP.  
 
  
 
 I know for a fact that perl code is harder to read and maintain, and that's
 it's probably slower since it's interpreted every time instead of
 pre-compiled as CF is.  I know MS SQL has more features (such as stored
 procs) that MySQL lacks.  
 
  
 
 What other pros does CF/MySQL have over LAMP that might sway a potential
 client?  Personally, except for the fact that LAMP is free, I don't see any
 advantages of it at all.
 
  
 
 Thanks, 
 
  
 
 Russ
 
 
 
 
 
 

~|
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:208100
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


cfgraph weirdness

2005-05-26 Thread Ray Champagne
Hey all:

I have created a really simple app for graphing prices over a time 
period for a client.  I have tested it using our testing account, 
everything works fine.  I created a new account at our hosting company 
that is an IP only account, uploaded the same files, and tested.  For 
some reason, the page that used the cfgraph tag is not outputting the 
flash-based graph under the IP-only account.  Does cfgraph need to have 
a domain for some reason?  This is just weird

Ray
-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=

The information contained in this transmission (including any
attached files) is CONFIDENTIAL and is intended only for the
person(s) named above. If you received this transmission in
error, please delete it from your system and notify us
immediately. If you are not an intended recipient, please note
that any use or dissemination of the information contained in this
transmission (including any attached files) and the copying,
printing, or retransmission of that information is strictly
prohibited. You can notify us by return email or by phone at
603.433.9559.

Thank you.


~|
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:207763
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ColdFusion 7 Enterprise

2005-05-26 Thread Ray Champagne
As far as I know, I think they are the exact same for the reasons that 
you're worried about...

Chad McCue wrote:
 Is it possible to develop on ColdFusion 7 developer edition and then move the 
 app to ColdFusion 7 enterprise? Is there anything that I should watch for 
 using the enterprise version, different setup issues, etc? First time using 
 enterprise and any information would be very helpful.
 
 
 
 

~|
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:207765
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


Multiple table join statement question

2005-05-26 Thread Ray Champagne
Okay, I have a database, not designed by me, but I have to work with it, 
with these tables:

_Owners_
OwnerID
OwnerName
etc

_Clients_
ClientID
OwnerFK
ClientName
etc

_Users_
UserID
ClientFK
FirstName
etc

_Bridge_
BridgeID
UserFK
FileFK

_Files_
FileID
FileName
etc

What I need to do is select all files that are owned by one owner's 
ID.  If you follow the above diagram, I need to get all the files using 
the fileID field, get all the UserFK's from the bridge table, get all 
the ClientFK's from the Users table using the UserFKs, all the way up to 
the owners, where I currently hold the OwnerID in a Session Var.

I think that I need to do a complicated (for me) join statement that 
links each table all the way up the line until I get a WHERE OwnerID = 
#SESSION.OwnerID# type-statement, but I have no idea how to construct 
that.  Anybody wanna help me out?  I think this exercise will help me 
understand the concept of joins quite a bit more.  I've written simple 
ones plenty of times, but this bugger is a PITA.

Thanks!

Ray
-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=

The information contained in this transmission (including any
attached files) is CONFIDENTIAL and is intended only for the
person(s) named above. If you received this transmission in
error, please delete it from your system and notify us
immediately. If you are not an intended recipient, please note
that any use or dissemination of the information contained in this
transmission (including any attached files) and the copying,
printing, or retransmission of that information is strictly
prohibited. You can notify us by return email or by phone at
603.433.9559.

Thank you.


~|
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:207828
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: Multiple table join statement question

2005-05-26 Thread Ray Champagne
Forget it, this was much easier than I expected.  Figured it out!

Thanks,

Ray

Ray Champagne wrote:
 Okay, I have a database, not designed by me, but I have to work with it, 
 with these tables:
 
 _Owners_
 OwnerID
 OwnerName
 etc
 
 _Clients_
 ClientID
 OwnerFK
 ClientName
 etc
 
 _Users_
 UserID
 ClientFK
 FirstName
 etc
 
 _Bridge_
 BridgeID
 UserFK
 FileFK
 
 _Files_
 FileID
 FileName
 etc
 
 What I need to do is select all files that are owned by one owner's 
 ID.  If you follow the above diagram, I need to get all the files using 
 the fileID field, get all the UserFK's from the bridge table, get all 
 the ClientFK's from the Users table using the UserFKs, all the way up to 
 the owners, where I currently hold the OwnerID in a Session Var.
 
 I think that I need to do a complicated (for me) join statement that 
 links each table all the way up the line until I get a WHERE OwnerID = 
 #SESSION.OwnerID# type-statement, but I have no idea how to construct 
 that.  Anybody wanna help me out?  I think this exercise will help me 
 understand the concept of joins quite a bit more.  I've written simple 
 ones plenty of times, but this bugger is a PITA.
 
 Thanks!
 
 Ray

-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=

The information contained in this transmission (including any
attached files) is CONFIDENTIAL and is intended only for the
person(s) named above. If you received this transmission in
error, please delete it from your system and notify us
immediately. If you are not an intended recipient, please note
that any use or dissemination of the information contained in this
transmission (including any attached files) and the copying,
printing, or retransmission of that information is strictly
prohibited. You can notify us by return email or by phone at
603.433.9559.

Thank you.


~|
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:207829
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


open link in new tab in FF?

2005-05-25 Thread Ray Champagne
I think this has been asked before, but...

Is there a target-type attribute to allow a link to be opened in a new 
tab in FireFox?  This is for an intranet app, so I am not worried about 
usability for IE users.

Thanks,

Ray
-- 
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=

The information contained in this transmission (including any
attached files) is CONFIDENTIAL and is intended only for the
person(s) named above. If you received this transmission in
error, please delete it from your system and notify us
immediately. If you are not an intended recipient, please note
that any use or dissemination of the information contained in this
transmission (including any attached files) and the copying,
printing, or retransmission of that information is strictly
prohibited. You can notify us by return email or by phone at
603.433.9559.

Thank you.


~|
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:207674
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: open link in new tab in FF?

2005-05-25 Thread Ray Champagne
Oh, okay that'll work!  I will do that at the workstations, then 
everything should be fine.

Thanks,

Ray

Joe Rinehart wrote:
 Nope, sorry.
 
 FF users have the option of stating that _blank target'd links open in
 new tabs, though.
 
 -Joe
 
 On 5/25/05, Ray Champagne [EMAIL PROTECTED] wrote:
 
I think this has been asked before, but...

Is there a target-type attribute to allow a link to be opened in a new
tab in FireFox?  This is for an intranet app, so I am not worried about
usability for IE users.

Thanks,

Ray
--
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=

The information contained in this transmission (including any
attached files) is CONFIDENTIAL and is intended only for the
person(s) named above. If you received this transmission in
error, please delete it from your system and notify us
immediately. If you are not an intended recipient, please note
that any use or dissemination of the information contained in this
transmission (including any attached files) and the copying,
printing, or retransmission of that information is strictly
prohibited. You can notify us by return email or by phone at
603.433.9559.

Thank you.



 
 
 

~|
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:207678
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: open link in new tab in FF?

2005-05-25 Thread Ray Champagne
LOL...I wish I could do them exclusively.  I hate trying to account for 
every setting/setup/configuration/browser under the sun.  And I *really* 
hate having to dumb down applications for the village idiot. 
Intranets rock!

Joe Rinehart wrote:
 Cool deal...isn't intranet work great?  :)
 
 
 
 On 5/25/05, Ray Champagne [EMAIL PROTECTED] wrote:
 
Oh, okay that'll work!  I will do that at the workstations, then
everything should be fine.

Thanks,

Ray

Joe Rinehart wrote:

Nope, sorry.

FF users have the option of stating that _blank target'd links open in
new tabs, though.

-Joe

On 5/25/05, Ray Champagne [EMAIL PROTECTED] wrote:


I think this has been asked before, but...

Is there a target-type attribute to allow a link to be opened in a new
tab in FireFox?  This is for an intranet app, so I am not worried about
usability for IE users.

Thanks,

Ray
--
=
Ray Champagne - Senior Application Developer
CrystalVision Web Site Design and Internet Services
603.433.9559
www.crystalvision.org
=

The information contained in this transmission (including any
attached files) is CONFIDENTIAL and is intended only for the
person(s) named above. If you received this transmission in
error, please delete it from your system and notify us
immediately. If you are not an intended recipient, please note
that any use or dissemination of the information contained in this
transmission (including any attached files) and the copying,
printing, or retransmission of that information is strictly
prohibited. You can notify us by return email or by phone at
603.433.9559.

Thank you.







 
 

~|
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:207681
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF Certification

2005-05-23 Thread Ray Champagne
CF Exam Buster was what I was told to look up.  I have downloaded it, 
but haven't played with it - yet.  Hey, it's only been about 1.5 years, 
I'll get to it.  :)

Ray

Ian Skinner wrote:
 If one had a chance to have one's company pay for a CF Developer 
 Certification.  But wasn't 100% sure one would pass.  Where could one go for 
 a realistic trial?
 
 
 
 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA
  
 C code. C code run. Run code run. Please!
 - Cynthia Dunning
 
 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message. 
 
 
 
 

~|
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:207458
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


<    1   2   3   4   5   6   7   8   9   >