arguments.exception.type values

2007-03-27 Thread Barthle, Robert \(Contractor\)
Is there anywhere I can get a list of all the possible values for 
arguments.exception.type that is passed to onError? We want to handle some 
specific occurrences of errors in different ways, so I'd like to see what the 
options are. So far Googling has turned up nothing for me.



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

 


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273891
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Update: error emails firing for no reason (I still need help)

2007-01-24 Thread Barthle, Robert \(Contractor\)
No offense taken, none of it is my code anyways. :) I'm just trying to fix a 
very odd bug. There's some good ideas so far for me to pour through, thanks for 
the pointers. 

thanks
-r
___
Rob Barthle
Sr. Web Developer (Dept. of Ed Contractor)
Nortel Government Solutions, Inc.
202-245-6484
[EMAIL PROTECTED]


-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 23, 2007 3:53 PM
To: CF-Talk
Subject: RE: Update: error emails firing for no reason (I still need
help)


I've never seen that happen before but I'm sure it's caused by some bad code
(no offense) but without seeing some code, I doubt anyone can help unless
they've seen the exact same thing happen.

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.2/641 - Release Date: 1/20/2007
10:24 AM
 





~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267454
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


error emails firing for no reason

2007-01-23 Thread Barthle, Robert \(Contractor\)
I have a page that is acting extremely strange. It's a simple form processing 
page that runs validation against some of the passed form fields. If it fails 
any of the checks, it displays a basic error message and asks the user to go 
back to the form to fix the changes (this was not my work, it's legacy code). 
In order to do the checks, obviously the form fields have to exist.
 
When I run the page and it finds a validation issue, the warning messages are 
put into an array as the checks are done, and if that array is found to have 
anything in it, the contents of the array are displayed. If nothing is found, 
the database is updated. This processes completely normally, nothing out of the 
ordinary.
 
But for some weird reason, when the warning messages are displayed, the error 
emails that my onError function in Application.cfc creates are also triggering, 
claiming the form field being checked in the very first validation check cannot 
be found. To make matters weirder, the HTML page that the onError code creates 
(in addition to the email that is sent) is NOT displayed.
 
I have debugging turned on, and it shows all the form fields passed to the 
page. Sure enough the field the error email claims is not there, is in fact 
there.
 
I have tried wrapping the block the error email references in a CFTRY/CFCATCH 
to try and muzzle it. The email still is being sent. So I am really lost as to 
what is triggering these emails.
 
I have Ray Camden's code regarding the CFABORT/CFLOCATION issues with onError 
already in. 
 
Any ideas at all?



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

 


~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267325
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Update: error emails firing for no reason (I still need help)

2007-01-23 Thread Barthle, Robert \(Contractor\)
Update: I have the cause for why this is happening. The reason is that the form 
processing page is calling itself mere seconds after it is first called. The 
second time around, the form field do not exist, and that's the reason for the 
error.

The problem is, there is nothing in the code that would cause that. And it's 
all happening in the background.

The logs show that my computer's IP address makes a POST to the form submission 
page, as it should when I submit the form. But anywhere from 1-3 seconds later, 
a GET request is sent from the same IP address for the form submission page, 
and the listed referring page is the forms processing page.

Here's the log entries. Can anyone help me as to why this might be happening? 
On the form processing page there are no CFLOCATION, CFHTTP, Javascript calls, 
anything that would cause a page to make an HTTP request for itself.

(Sidebar: I have had this happen to me before on a personal site of mine. I 
never understood what was happening until now. That code was written back in 
CF5, so whatever is happening is something longstanding).


172.16.27.0 - - [23/Jan/2007:15:12:48 -0500] POST 
/Programs/EROD/admin/index.cfm?action=saveCFID=2061637CFTOKEN=4bc5e5d-1002f118-a0ea-49e8-8c36-e3ff42f85e05jsessionid=d6302ff0144c6545b1d3submit=searchtext=searchtitle=order_by=resource_create_dtorder=ASC
 HTTP/1.1 200 40472 
http://wdchqdcold04.dev.ed.gov/Programs/EROD/admin/index.cfm?action=editresource_id=47;
 Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.1) Gecko/20061204 
Firefox/2.0.0.1

172.16.27.0 - - [23/Jan/2007:15:12:49 -0500] GET 
/Programs/EROD/admin/index.cfm?action=saveCFID=2061637CFTOKEN=4bc5e5d-1002f118-a0ea-49e8-8c36-e3ff42f85e05jsessionid=d6302ff0144c6545b1d3submit=searchtext=searchtitle=order_by=resource_create_dtorder=ASC
 HTTP/1.1 200 34400 
http://wdchqdcold04.dev.ed.gov/Programs/EROD/admin/index.cfm?action=saveCFID=2061637CFTOKEN=4bc5e5d-1002f118-a0ea-49e8-8c36-e3ff42f85e05jsessionid=d6302ff0144c6545b1d3submit=searchtext=searchtitle=order_by=resource_create_dtorder=ASC;
 Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.1) Gecko/20061204 
Firefox/2.0.0.1

-

172.16.27.0 - - [23/Jan/2007:15:13:13 -0500] POST 
/Programs/EROD/admin/index.cfm?action=saveCFID=2061637CFTOKEN=4bc5e5d-1002f118-a0ea-49e8-8c36-e3ff42f85e05jsessionid=d6302ff0144c6545b1d3submit=searchtext=searchtitle=order_by=resource_create_dtorder=ASC
 HTTP/1.1 200 40472 
http://wdchqdcold04.dev.ed.gov/Programs/EROD/admin/index.cfm?action=editresource_id=47;
 Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.1) Gecko/20061204 
Firefox/2.0.0.1

172.16.27.0 - - [23/Jan/2007:15:13:14 -0500] GET 
/Programs/EROD/admin/index.cfm?action=saveCFID=2061637CFTOKEN=4bc5e5d-1002f118-a0ea-49e8-8c36-e3ff42f85e05jsessionid=d6302ff0144c6545b1d3submit=searchtext=searchtitle=order_by=resource_create_dtorder=ASC
 HTTP/1.1 200 34400 
http://wdchqdcold04.dev.ed.gov/Programs/EROD/admin/index.cfm?action=saveCFID=2061637CFTOKEN=4bc5e5d-1002f118-a0ea-49e8-8c36-e3ff42f85e05jsessionid=d6302ff0144c6545b1d3submit=searchtext=searchtitle=order_by=resource_create_dtorder=ASC;
 Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.1) Gecko/20061204 
Firefox/2.0.0.1



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Barthle, Robert (Contractor) 
Sent: Tuesday, January 23, 2007 11:38 AM
To: CF-Talk
Subject: error emails firing for no reason


I have a page that is acting extremely strange. It's a simple form processing 
page that runs validation against some of the passed form fields. If it fails 
any of the checks, it displays a basic error message and asks the user to go 
back to the form to fix the changes (this was not my work, it's legacy code). 
In order to do the checks, obviously the form fields have to exist.
 
When I run the page and it finds a validation issue, the warning messages are 
put into an array as the checks are done, and if that array is found to have 
anything in it, the contents of the array are displayed. If nothing is found, 
the database is updated. This processes completely normally, nothing out of the 
ordinary.
 
But for some weird reason, when the warning messages are displayed, the error 
emails that my onError function in Application.cfc creates are also triggering, 
claiming the form field being checked in the very first validation check cannot 
be found. To make matters weirder, the HTML page that the onError code creates 
(in addition to the email that is sent) is NOT displayed.
 
I have debugging turned on, and it shows all the form fields passed to the 
page. Sure enough the field the error email claims is not there, is in fact 
there.
 
I have tried wrapping the block the error email references in a CFTRY/CFCATCH 
to try and muzzle it. The email still is being sent. So I am really lost as to 
what is triggering

nested Application.cfc question

2006-11-07 Thread Barthle, Robert \(Contractor\)
I am having a problem with nesting Application CFCs.
 
I have an Application.cfc in the root directory with a call to onRequestStart, 
and in there I have a variety of variables set in the request scope. 
 
I have another Application.cfc in a sub directory that I built primarily to 
handle user authentication (the only files needing to be protected reside 
there, so I was going to set the authentication checks in that Application.cfc 
so it's only referenced when needed). 
 
I set it up so that this second Application.cfc extends the root 
Application.cfc by using the dot-notation mapping to the root Application - 
like extends=SharedSites.Site1.Application. In this file's onRequestStart 
function, I try and access the request scope variables set in the parent 
Application.cfc. I am getting errors saying these variables have not been set.
 
This is a legacy application that I am converting over to Application.cfc, so I 
cannot unscope those variables, I have to use them in the request scope.
 
Any guidelines or ideas?
 



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259526
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: nested Application.cfc question

2006-11-07 Thread Barthle, Robert \(Contractor\)
I found the super.onRequestStart() function not too long after I sent this. 
That fixed that problem, you were correct about it. Thanks, Ian. :)
 
Now my problem is just making this work correctly! It seems to be ignoring some 
IF statements in the child onRequestStart function, and I'm noodling through 
that one now.
 
Are there public examples of code around with this kind of setup that I could 
look at somewhere? I have to assume this is nowhere near rocket science, but 
I'm fairly new to CFC's.
 
 
 

thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 
 
 
 
-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 5:00 PM
To: CF-Talk
Subject: ColdFusion Talk (CF-Talk): Digest every hour
 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259537
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


matching phrases with verity simple search

2006-09-26 Thread Barthle, Robert \(Contractor\)
I am still looking for help on this matter, can anybody help me?
 
==
 
We are having problems making Verity search like the documentation says.
 
Using CFSERACH with type=simple (and case-insensitive), we find the following:
 
- searching for the phrase, american painting, returns all records with either 
american or painting
- searching for american AND painting returns only records with both
- searching for american painting (with quotes) returns no rows
 
According to the documentation, the first case should have returned only rows 
with the phrase american painting in it. I have confirmed that there are 4 
records in the collection that have that phrase, so it should be returning 
something. 
 
==
 
In doing other tests since I first sent this message, I have determined that 
wrapping a search term in quotes will only return records that match the phrase 
if it whole words. In the example above, american painting returned nothing, 
but american paintings (note the plural) returned the 4 records that had the 
exact term american paintings in it. So why would it not return the same for 
american painting, which to me it should have.
 
I am getting pressure from my PM to explain why our verity search is not 
working the way the documentation says it should. I am running out of ideas.
 
Any ideas on what we are not doing right?



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254214
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


matching phrases with verity simple search

2006-09-20 Thread Barthle, Robert \(Contractor\)
We are having problems making Verity search like the documentation says.

Using CFSERACH with type=simple (and case-insensitive), we find the following:

- searching for the phrase, american painting, returns all records with either 
american or painting
- searching for american AND painting returns only records with both
- searching for american painting (with quotes) returns no rows

According to the documentation, the first case should have returned only rows 
with the phrase american painting in it. I have confirmed that there are 4 
records in the collection that have that phrase, so it should be returning 
something.

Any ideas on what we are not doing right?

thanks
-r
___
Rob Barthle
Sr. Web Developer (Dept. of Ed Contractor)
Nortel Government Solutions, Inc.
202-245-6484
[EMAIL PROTECTED]

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253664
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: I think I'm in love!

2006-05-09 Thread Barthle, Robert \(Contractor\)
Funny, any time I talk about my work, my wife's eyes glaze over... ;)




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Richard Dillman [mailto:[EMAIL PROTECTED]
Sent: Sunday, May 07, 2006 10:33 AM
To: CF-Talk
Subject: Re: I think I'm in love!


Well im kinda running along the same lines.

My GF is the financial person for the Adoption program I've been rambeling
on about reciently.  Their company just bought a new Webserver and
Coldfusion.  She is just now starting to learn it.

She says, Its SO much easier to make a report this way!

I'm waiting on her to start asking how to Integrate the
reports with Quickbooks.


On 5/7/06, Snake [EMAIL PROTECTED] wrote:

 I think the chances of that are very slim Wil, you just got lucky. My wife
 just groans if ever anyone mentions CF, iftho she does defend it if
 anysays
 it's crap or says ASP is better :-)

 Russ

 -Original Message-
 From: Will Tomlinson [mailto:[EMAIL PROTECTED]
 Sent: 07 May 2006 12:40
 To: CF-Talk
 Subject: OT: I think I'm in love!

 I know this is OT but I think it's so cool!

 So I have this new girlfriend that seems to dig computers, programming,
 etc.
 She already knows some general programming because she spits it out at me
 here and there.

 I told her all about CF... she loves my shirts... she likes the idea about
 what CF does/how it works. She also likes web sites, and the idea of
 building them.

 I installed Studio 8 on her machine the other day. I went over yesterday
 and
 spotted some print outs by her laptop. She had printed out CF/DW tutorials
 from the docs so she could practice and learn CF!  lol! This is the
 coolest
 thing I've ever seen. I'm gonna get her to start helping me on projects
 since she's seems so enthused.

 We should start a CF dating website. Everyone needs a CF chick! :)

 Will





 



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


OT: IE problem

2006-05-03 Thread Barthle, Robert \(Contractor\)
Hoping ya'll can help me out here.
 
About a month ago, My IE6 browser at home started acting odd. I was having to 
double click or press the spacebar to access objects. It never happened before, 
and I cannot get it to stop.
 
An example of this is using Outlook Web Access, when I go to type an email, I 
have to click once or press the spacebar just to access the message body field. 
Another example is if I go to ESPN Radio, I have to click an extra time first 
to access the player controls.
 
I have looked at the IE settings and played with a few but I cannot seem to get 
it to stop. Help would be greatly appreciated if someone can help me noodle 
this one through.



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

 


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


Lost my CFEclipse snippets

2006-05-02 Thread Barthle, Robert \(Contractor\)
Sometime in the last couple of weeks, I lost the ability to use my snippets in 
CFEclipse. I'm using Eclipse 3.1.2 and CFEclipse 1.2.0.
 
Here's the weird parts of this:

1.  It's happened on both my home and work PC's seemingly at around the 
same time. 

2.  The snippet files are in the default locations on both, and the files 
are not corrupted. 

3.  I have confirmed that the settings for CFEclipse point to the correct 
snippets location. 

4.  I cannot create new snippets or packages.

I am lost as to why this has happened. Any thoughts?



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

 


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239268
Archives: http://www.houseoffusion.com/cf_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: Lost my CFEclipse snippets

2006-05-02 Thread Barthle, Robert \(Contractor\)
Thank you! That worked great!


thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Sandra Clark [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 02, 2006 12:05 PM
To: CF-Talk
Subject: RE: Lost my CFEclipse snippets


I've had this happen.

Right click on your project, and in the CFEclipse tab, make sure the
location for snippets does in fact refer to the directory the snippets are
in.

Close the snippets view by clickin on the x.  Reopen it via windows/Show
View.  Your snippets should reappear.
 


Sandra Clark
==
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility 

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


cache control in Netscape

2006-04-16 Thread Barthle, Robert \(Contractor\)
Question for you gurus.

We use CFHEADER to control cache on select pages in sites, mainly forms that we 
do not want people clicking the back button to resubmit. On IE and Firefox, the 
following tag works like a charm for us. But in Netscape it seems to not clear 
the cache.

cfheader name=Cache-Control value=no-cache, no-store

Any ideas on what to use to get Netscape in line with the others?

thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

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


Clustering SQL Server

2006-03-31 Thread Barthle, Robert \(Contractor\)
Need some pointers on something. I have just been tasked to lead a project that 
will involve moving our single SQL Server 2000 database into a cluster. 
 
I'll state up front I have no experience in a clustered environment, so a lot 
of these questions are definitely newbie.
 
My understanding is that this cluster will be what they are calling 
active/active, which I understood to mean that both servers will be running 
and taking connections at the same time. I do not know if the balancing could 
and will send people from one database to the other during the course of a 
session, and I am assuming the data will be constantly synced between the two 
servers.
 
What I need to know is this: When CF applications go from using a single 
database server to a clustered database server, are there any issues with how 
the applications interact? For example, some of our apps use client variables 
that are stored on the database, is there any issues with this? Also, is there 
any coding practices we need to implement that we do not currently? The 
practices we do perform include things like using CFTRANSACTION around multiple 
queries to keep it to one connection, using CFQUERYPARAM for data validation, 
and using stored procedures for some advanced queries.
 
Basically I'm looking for some tips on clustering in general, and also what 
landmines I might could expect to hit, and how to avoid them.



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

 


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236732
Archives: http://www.houseoffusion.com/cf_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: site mapping tool recommendations

2006-03-23 Thread Barthle, Robert \(Contractor\)
Does anyone have some ideas?

Perhaps I can rephrase the needs. We want something that can accurately find 
all kinds of orphans (images and files) as well as different entry points into 
a site (if possible). Some are linear sites, some are fusebox. All are CF.

99% of the projects we work on are legacy projects done by another company who 
literally did not understand the importance of documentation of any kind, and 
we've gotten bitten a few times by orphans causing problems in the 
applications. Because of the nature of our project timelines, some of these 
applications have not been touched yet by us, so we're flying blind with them. 
We're going through the code by hand, but that is really tedious and any tool 
we can find to make our lives easier, the better it is for us.

thanks
-r
___
Rob Barthle
Sr. Web Developer (Dept. of Ed Contractor)
Nortel Government Solutions, Inc.
202-245-6484
[EMAIL PROTECTED]


-Original Message-
From: Barthle, Robert (Contractor) 
Sent: Wednesday, March 22, 2006 12:08 PM
To: CF-Talk
Subject: OT: site mapping tool recommendations


I have been tasked to look at some site mapping tools. Anyone here used any 
that they recommend?

Doesn't have to be open source/freeware, though that would be nice. :)

thanks
-r
___
Rob Barthle
Sr. Web Developer (Dept. of Ed Contractor)
Nortel Government Solutions, Inc.
202-245-6484
[EMAIL PROTECTED]



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


OT: site mapping tool recommendations

2006-03-22 Thread Barthle, Robert \(Contractor\)
I have been tasked to look at some site mapping tools. Anyone here used any 
that they recommend?

Doesn't have to be open source/freeware, though that would be nice. :)

thanks
-r
___
Rob Barthle
Sr. Web Developer (Dept. of Ed Contractor)
Nortel Government Solutions, Inc.
202-245-6484
[EMAIL PROTECTED]

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235969
Archives: http://www.houseoffusion.com/cf_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: Site-wide redirect?

2006-03-07 Thread Barthle, Robert \(Contractor\)
That sounds like a task for a Custom 404 page. Does your host allow you to set 
one?




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 07, 2006 9:18 AM
To: CF-Talk
Subject: Site-wide redirect?


I recently redesigned my personal website, moving from 10 or so individual
files, to a single main template. Those files have been deleted as I don't
like clutter in my directories.

Problem is that now, search engines are still looking for those files. I'm
wondering if it's somehow possible, using CF, to code a sitewide redirect
back to index.cfm from any missing page.

Anyone?

!//--
andy matthews
web developer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234472
Archives: http://www.houseoffusion.com/cf_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: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Barthle, Robert \(Contractor\)
Brian, before you go doing that, reread my email on this. I encountered this 
problem, and this solution, which I found months ago, worked.


1. Set up a System DSN on the machine to the database.

2. Set up the CF DSN using ODBC Socket as the driver.

As long as the system DSN connects successfully to the database, this will work.


thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Brian Yager [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 01, 2006 3:49 PM
To: CF-Talk
Subject: Re: Upgraded to MX7, SQL Server datasources no longer work


I've got both Named Pipes and TCP/IP enabled.  

The DB server is on the same machine as the CF Server.  So Firewalls wouldn't 
be the problem.  But just to make sure, I disabled Windows Firewall and it 
sitll didn't work.  I think I am going to uninstall CF 7 and reinstall it to 
see if that makes a differenc.  I am just clueless right now.

 Unfortunately, that did work.  Here is the error I get back
 
 Connection verification failed for data source: calendar
 java.sql.SQLException: [Macromedia][SQLServer JDBC 
 Driver]Error establishing socket. Connection refused: connect 
 The root cause was that: java.sql.SQLException: 
 [Macromedia][SQLServer JDBC Driver]Error establishing socket. 
 Connection refused: connect

Are you sure you configured the server to listen on TCP/IP? Run the Server
Network Utility, and make sure that TCP/IP is enabled; I suspect that you
only have Named Pipes enabled.

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

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



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233874
Archives: http://www.houseoffusion.com/cf_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: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Barthle, Robert \(Contractor\)
But if all else fails, it has one major advantage: it actually works.




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Robert Everland III [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 02, 2006 8:30 AM
To: CF-Talk
Subject: Re: Upgraded to MX7, SQL Server datasources no longer work


Setting up the machine to use ODBC is not a good option. It is much slower than 
the direct method. I would take off Named pipes. 



Bob



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


RE: SEO Tools

2006-03-02 Thread Barthle, Robert \(Contractor\)
Has anyone used Google AdWords? I'm running a real estate website for my mother 
(shameless plug: www.bettybarthle.com) and I have to help her decide on what 
kind of a web-promotion budget she needs. Any hints or tips would be useful.

I'd like to get her highly placed in the keyword search Northern Virginia Real 
Estate as an example. 

Also does anyone know if it's worth paying the $350 to get on the Yahoo! 
directory? 




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Matthew Blatchley [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 02, 2006 9:38 AM
To: CF-Talk
Subject: Re: SEO Tools


Che,

The IBP mentioned by ~Dave the disrupter~ also incorporates both of the 
links I sent out earlier in the downloaded version of their product. 
Although, it's not free to use, it does incorporate a lot of other useful 
tools.  HTML validator, auto submission etc.

Everything mentioned in this thread is also techniques that I use to 
make the site more relevant depending on which engine your targeting.  I 
wouldn't concentrate too much on the smaller ones, only go for the Google 
and Yahoo to start out.  The rest should follow suit if you get good 
rankings in these two.

The other thing I've noticed in the past is the length of the domain 
renewal has a direct effect if you purchase the domain for say ten years 
instead of renewing it every year, it will make a difference by about 4 or 5 
places in the listings (that might have changed though, but it did make a 
difference in my experience).

Also if you have multiple relevant sub-sites of your own that point back 
to the main governing site, it will build link weight and more relevancy. 
Placed inside the content of one of the subsites you could add 
keywords/phrases that are linked to other pages in the main site describing 
more information about a subject while packing in that keyword a few times. 
The other thing is to make the title of the page have the keyword and name 
of the file contain the keyword.  Relevant content is the key, not flashy 
intros and sites packed with images.

  But you need to also account for how new the subsites are and how long 
they have been around which goes back to what Josh had mentioned earlier. 
Seniority does take priority in my experience, but if you rank the site 
well, it will still take less time to get on the first page.  You might also 
want to make the additional sub-sites hosted in separate parts of the 
country, or hosted with two different providers, this way you'll have two 
different site from two sides of the country talking about the same relevant 
site and linked together by matching keywords and headers. Basically, create 
an infrastructure that makes the main site the governing body or authority 
on the subject your promoting, while still applying all the other SEO rules 
you've read about in the rest of this thread.  There is no need to fool the 
search engines if you building a huge infrastructure of sites, but it can 
cost a lot more $$ and take longer to build.  So I guess it would really 
depend on your products or services and how much your ROI is compared to the 
time and desire to rank higher.

Matt

- Original Message - 
From: Che Vilnonis [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, March 02, 2006 7:41 AM
Subject: RE: SEO Tools


 Matt, you da man. I have 2 new useful bookmarks!

 -Original Message-
 From: Matthew Blatchley [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 01, 2006 5:02 PM
 To: CF-Talk
 Subject: Re: SEO Tools


 https://adwords.google.com/select/main?cmd=KeywordSandbox

 - Original Message -
 From: Che Vilnonis [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Wednesday, March 01, 2006 3:58 PM
 Subject: RE: SEO Tools


 Matt, that overture tool is pretty cool. Do you (or anyone) know of an
 equivalent tool from Google?

 Thanks, Ché

 -Original Message-
 From: Matthew Blatchley [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 01, 2006 4:32 PM
 To: CF-Talk
 Subject: Re: SEO Tools


 I use http://www.submitexpress.com/analyzer/ to do the word count etc on
 the
 pages to match up with the keywords and titles.

 And I use http://inventory.overture.com/d/searchinventory/suggestion/ to
 double check on Keyword/phrase demand to make sure the keyword I'm trying
 to
 rank is actually worth spending the time on.  This link you can also use
 in
 a custom tag like they have in some program subscriptions...I think
 wordtracker uses it.  Could be wrong though.

 This seems to work fine for most of my sites.

 Matt Blatchley
 Bridgeleaf Studios LLC
 www.bridgeleaf.com



 - Original Message -
 From: Adkins, Randy [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Wednesday, March 01, 2006 3:24 PM
 Subject: SEO Tools


 What are the most common used search engine 

RE: SEO Tools

2006-03-02 Thread Barthle, Robert \(Contractor\)
Has anyone used Google AdWords? I'm running a real estate website for my mother 
(shameless plug: www.bettybarthle.com) and I have to help her decide on what 
kind of a web-promotion budget she needs. Any hints or tips would be useful. 
This was one of the areas I was looking at.

I looked up some SEO's and they wanted $3k a year for their services. After 
reading all this, it sounds like I'm better off doing it on my own. Just got to 
do it smartly.

I'd like to get her highly placed in the keyword search Northern Virginia Real 
Estate as an example. 

Also does anyone know if it's worth paying the $350 to get on the Yahoo! 
directory? 


thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233890
Archives: http://www.houseoffusion.com/cf_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: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Barthle, Robert \(Contractor\)
Dave, we're talking about someone's personal laptop for development purposes. I 
do not think performance is going to be an issue here.




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 02, 2006 10:08 AM
To: CF-Talk
Subject: RE: Upgraded to MX7, SQL Server datasources no longer work


 But if all else fails, it has one major advantage: it actually 
 works.

I would strongly recommend that you fix JDBC rather than use ODBC for your
CF/SQL Server applications.

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

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




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233896
Archives: http://www.houseoffusion.com/cf_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: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Barthle, Robert \(Contractor\)
While I do not disagree with that statement, again I fail to see where using 
ODBC on a personal laptop is going to cause such terrible problems. Server 
load? Nope. Problems handling the SQL? Not unless you're a terrible SQL coder 
(I have seem some issues when people used non-standard syntax, but they didn't 
know what they were doing really when they wrote it).

So again, if all else is failing, where's the problem in this? I don't see it, 
other than a bunch of nice-to-have's that really mean squat if JDBC can't 
connect. 




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Robert Everland III [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 02, 2006 9:20 AM
To: CF-Talk
Subject: Re: Upgraded to MX7, SQL Server datasources no longer work


The enviroment on the laptop should be exactly what the server enviroment is. 
If they use ODBC on thier server (which I highly recommend not to), then the 
laptop should do it. If not, then it shouldn't. 

Are you using full blow version of SQL or are you using MSDE? If you're using 
MSDE it defaults with 1433 turned off, you have to install it from a command 
prompt with a bunch of options in the string in order to enable it.



Bob Everland



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233910
Archives: http://www.houseoffusion.com/cf_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: Upgraded to MX7, SQL Server datasources no longer work

2006-03-01 Thread Barthle, Robert \(Contractor\)
I encountered this on my home development server (MX7.01 Developers). The fix 
was a workaround.

1. Set up a System DSN on the machine to the database.

2. Set up the CF DSN using ODBC Socket as the driver.




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Brian Yager [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 28, 2006 7:18 PM
To: CF-Talk
Subject: Re: Upgraded to MX7, SQL Server datasources no longer work


Unfortunately, that did work.  Here is the error I get back

Connection verification failed for data source: calendar
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing 
socket. Connection refused: connect
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC 
Driver]Error establishing socket. Connection refused: connect


Brian


Hey Brian,

I've encountered this before, and got things working after installing
the latest SQL server update (should be available at
http://www.microsoft.com/technet/prodtechnol/sql/2000/downloads/default.mspx)
- if that doesn't help, could you post the entire error message (minus
any private info)?

Thanks,

Joe

On 2/28/06, Brian Yager [EMAIL PROTECTED] wrote:




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233734
Archives: http://www.houseoffusion.com/cf_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: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Barthle, Robert \(Contractor\)
Especially government intranets. They are weary to change anything they can't 
control on an enterprise level. IE fits real nice into that comfort zone.




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Eric Roberts [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 12:00 AM
To: CF-Talk
Subject: RE: Developing for 800 x 600 on monitor at higher resolution


According to my webstats, I only get from 2-5% using anything other than
IE...most intranets use IE because it comes with windows and is less of a
hassle.

Eric 

-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 23 February 2006 10:02
To: CF-Talk
Subject: RE: Developing for 800 x 600 on monitor at higher resolution

 Thanks. I'm familiar with this and it has value, but we have 
 standardized on MSIE.

Keep in mind that according to most studies 15% of the Internet is now using
Firefox, and some studies show the US at 20%.  If I remember right, you are
talking about Intranet apps here, and I don't think there are any definitive
surveys that cover that hidden world.  My guess is IE is still a monopoly on
Intranets.  I'm just suggesting that an IE only standard works now, but you
may have a LOT of pain later.


--


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law.  If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or use of the information contained herein (including any
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
in error, please immediately contact the sender and destroy the material in
its entirety, whether in electronic or hard copy format.  Thank you.   A2







~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233360
Archives: http://www.houseoffusion.com/cf_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: Developing for 800 x 600 on monitor at higher resolution

2006-02-24 Thread Barthle, Robert \(Contractor\)
Not approved = no dice. IS people are a paranoid lot, if there ever was, 
especially in the Fed. CYA is a way of life, and the first time one of these 
unapproved third party apps fails, they're in hot water. For good or bad, 
Microsoft is a trusted name and that carries a lot of weight.

It will take a long time for Firefox to be accepted fully. Too many unknowns.

Like Dave, I'm not saying Firefox is not better, but it is a riskier 
proposition at this point. With so much on the line, could you make an 
effective argument for them to go the risk route?


thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 12:54 PM
To: CF-Talk
Subject: RE: Developing for 800 x 600 on monitor at higher resolution


Robert and Dave,

Mozilla has a guide for enterprise deployment (including companies
10,000):
http://wiki.mozilla.org/Firefox:2.0_Institutional_Deployment
They list a few 3rd party apps that allow you to mass deploy Firefox,
lock down options, install extensions, etc.  The biggest downside
appears to be that a lot of this is not Mozilla approved.  But heck,
it's an open source product.  

Welcome to the beach.  ;)

 -Original Message-
 From: Barthle, Robert
 Sent: Friday, February 24, 2006 10:36 AM
 
 Would you like to manage a network of 10,000 people using 
 tools that can en masse head off problem, and tools designed 
 with managing updates on a bulk basis, or would you like to 
 manually install or patch 10,000 separate accounts with 
 Firefox? In the sector I work in, that's the real-world question.
 
 When you start to get into the scale of things, the answers 
 change greatly. And remember, in most cases these are 
 networks made up of mostly non-technical people. To many, a 
 web browser is a web browser is a web browser. They don't 
 care about anything other than will it get me to the site I 
 want?, so the cool factor of Firefox is negligible. It has 
 to work, and be easy to maintain.
 
 Should Firefox become easy to manage over a network in large 
 scale, then it will become a much more major player in the 
 intranet arena.


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233402
Archives: http://www.houseoffusion.com/cf_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: cfloop over a query inside cfoutput over a query

2006-02-22 Thread Barthle, Robert \(Contractor\)
This problem has existed since CF5 at least as far as I know. That is the 
workaround for it.




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 22, 2006 12:17 PM
To: CF-Talk
Subject: cfloop over a query inside cfoutput over a query


Consider the following code:


cfoutput query=getRoster group=ENTITYID
cfset volunteers = getVolunteers(ENTITYID)
!-- volunteers is a query ---
cfoutput!-- output some stuff here --/cfoutput
cfloop query=volunteers
foo bar #ENTITYID#
/cfloop
/cfoutput

The reference to ENTITYID inside the cfloop breaks, says it doesn't 
exist.  Is that because CF only looks at the current query being looped 
over?

It works fine if I add something like cfset thisEntityID = ENTITYID 
just after the first cfoutput line and then reference *THAT* variable 
instead.

Just seems odd.

Rick



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233109
Archives: http://www.houseoffusion.com/cf_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: Hosting Help - Moving MSSQL from one host to another

2006-02-22 Thread Barthle, Robert \(Contractor\)
I use CrystalTech for my sites (2). I have never had a problem with them in the 
2+ years I have been with them.




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Steve Kahn [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 22, 2006 11:44 AM
To: CF-Talk
Subject: Hosting Help - Moving MSSQL from one host to another


CFM-Resources is closing and I need to move several sites to another host. Is 
there a preferred way to move the MSSQL databases to the new host without 
needing to rebuild them. And secondly, any good recommendations for affordable 
cfm/mssql hosting would be greatly appreciated.

Thanks

Steve



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233124
Archives: http://www.houseoffusion.com/cf_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: Developing for 800 x 600 on monitor at higher resolution

2006-02-22 Thread Barthle, Robert \(Contractor\)
I have a little tool called Screen Measure that pops up a real slick ruler on 
the screen. I can resize my windows as needed, and it allows for magnification 
of the area on the screen right next to the ruler, so you can measure to the 
pixel with ease. It converts from horizontal to vertical measuring in one 
click. I use it all the time.

You can get it off the website of a former co-worker of mine for free at 
http://www.alexsantantonio.com/work/devtools.asp



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Earl, George [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 22, 2006 4:13 PM
To: CF-Talk
Subject: SOT: Developing for 800 x 600 on monitor at higher resolution


We just got new LCD monitors that have a native resolution of 1280 x
1024 but we develop for 800 x 600 (inTRAnet standard). Like lots of
LCDs, these look like crap at anything other than their native
resolution. If you are in the same boat, how do you develop for a
non-native resolution like 800 x 600 and make sure that everything fits
and looks right? Do you pop up an 800 x 600 browser window to view the
pages? Use a second monitor set to 800 x 600? Use a utility? Thanks!

George



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233163
Archives: http://www.houseoffusion.com/cf_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: Developing for 800 x 600 on monitor at higher resolution

2006-02-22 Thread Barthle, Robert \(Contractor\)
I second this. It's in my bookmarks now! Thanks.




thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 



-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 22, 2006 4:23 PM
To: CF-Talk
Subject: Re: Developing for 800 x 600 on monitor at higher resolution


 Create a favorite (bookmark) in the browser of your choice with this as the
 url
 
 javascript:resizeTo(800,600);

I have learned my new thing for the day...nice tip Andy!

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



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


CFWDDX JavaScript error

2005-06-23 Thread Barthle, Robert \(Contractor\)
Hey there, I am trying to use CFWDDX cfml2js to do a population of a form 
fields based on the choices selected in a select box. But I'm getting a 
JavaScript error in IE when the tag is called. 
 
Error: 'WddxRecordset' is undefined.
 
The line it fails on is the call to declare the array, a line written by the 
CFWDDX tag.
 
I have used this code in the past of CF5 projects without a hitch. We have CFMX 
now and are due to install the 6.1 Updater this week. I read that there were 
other CFWDDX errors that were supposed to be fixed by this, but read no mention 
of my particular problem. Will that solve it? If not, what are some other 
options?
 
I am using IE6 on Windows 2000. It fails on Firefox as well.
 
Here is the code snippet that calls it. Any help is appreciated.
 
 
 script language=javascript type=text/javascript 
  cfwddx action=cfml2js input=#q_contacts# 
toplevelvariable=contacts_array 
 alert(contacts_array.getRowCount());
 function populateitem() {
  a = document.contactform;
  a.intContactID.value=;
  a.strOrganization.value=;
  a.strContactFName.value=;
  a.strContactLName.value=;
  a.strContactAdrs1.value=;
  a.strContactAdrs2.value=;
  a.strContactCity.value=;
  a.strContactZip.value=;
  a.strContactEmail.value=;
  a.strContactPhone.value=;
  a.strContactFax.value=;
  a.strContactURL.value=;
  // Determine which top-level value the user selected
  selected_id = a.intContactID[a.intContactID.selectedIndex].value;
  nRows = contacts_array.getRowCount();
  for (iRow=0; iRownRows; iRow++) {
   // Determine matches
   tmp_item_id = contacts_array.getField(iRow, intContactID);
   if (tmp_item_id == selected_id) {
a.strContactFName.value = contacts_array.getField(iRow, strContactFName);
   }
  }
 }
 /script 



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

 


~|
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:210345
Archives: http://www.houseoffusion.com/cf_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