Re: Any reason to bother with SES?

2006-04-19 Thread Jann E. VanOver
I know this was an old question, but I'm just catching up.

My boss & co-workers are SEO wizards.  They allowed me to put our SES 
URLs to death last year.  We are still hitting the top in Google for our 
target keywords.  (enter matte satin bridesmaid dress in google.com or 
google.co.uk and see how many first page hits have the word "dessy" in 
the URL ... that's me)

All my sites now have URLs that are USER friendly.  The page content is 
still carefully managed for SEO, but the"?" and "&" characters in the 
URL just don't seem to matter for SEO anymore.

Jann

Damien McKenna wrote:

>In today's day and age of intelligent search engines, is there any
>reason to bother with SES anymore?  Bar installing an ISAPI filter, I
>can already do http://mysite.com/?go=page which is pretty short as is.
>
>  
>


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

2006-02-21 Thread Jann E. VanOver
I now I'm real late on this one, but I used to teach people how to do 
text searching with boolean logic in the pre-web days.

When I showed them the XOR command (nearly every computer/query language 
has one), I told them they would NEVER use it.  It's just not a "real 
world" operator.

Jevo
Michael Dinowitz wrote:

>>That is an odd one, it doesn't seem like it would be used a whole lot.
>>
>>
>I'm doing a complete review of comparisons statements in CF and it's one of 
>the joiners allowed. Even if they're never used, I have to cover them. :)
>
>As for the bitwise xor, I'll deal with that later. 
>
>
>

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

2005-12-21 Thread Jann E. VanOver
Guaranteed?  As others have said, if they guarantee placement, don't 
trust them.

My boss (& his company) has a good rep for SEO. And we're VERY CF friendly!

http://www.portentinteractive.com/ or google the company name to read 
what others have said.

I'm just the programmer - I code what they tell me to.  Call Ian (phone 
number on web site) to talk turkey.

You can also check out http://conversationmarketing.com/ for Ian's 
continuing blog on SEO techniques.

Jevo

dave wrote:

>anyone know any good guaranteed seo firms that they would recommend?
>
>~Dave the disruptor~
>google will pay you money to getting rid of ie :)
>http://explorerdestroyer.com/
>http://www.killbillsbrowser.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:227489
Archives: http://www.houseoffusion.com/cf_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: Credit card verification

2005-10-26 Thread Jann E. VanOver
Anyone who is doing this kind of work -- make sure you read all the 
details available from your Gateway provider.  I work with Verisign & 
PayFlowPro and, according to their docs, when you do this kind of 
"authorize" it DOES place a hold on the funds.  Then, depending on 
whether you VOID or CREDIT the authorization, it could be 1-3 days or 
MORE before the hold is taken back off the funds again.

Just an FYI.  Different Gateway providers have different rules, I 
think.  Read carefully.

J
Matthew Small wrote:

>You should be able to "authorize" the charge.  This is typically done at gas
>stations - they authorize up to $75, then cancel the transaction.  It should
>never show up unless you actually charge the amount or if you forget to
>remove the authorization. 
> 
>Matthew Small
>Web Developer
>American City Business Journals
>704-973-1045
>[EMAIL PROTECTED]
> 
>
>-Original Message-
>From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 
>Sent: Monday, October 24, 2005 1:32 PM
>To: CF-Talk
>Subject: Credit card verification
>
>Is there a way to verify that a credit card exists and is assigned to a
>person short of charging them? In the past we had to set a refundable dollar
>to do this but I'm hoping that there is a new solution, maybe using paypal.
>Thanks
>
>
>
>

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


Re: Help - Need Version 6.0

2005-10-21 Thread Jann E. VanOver
E --- CF6.0 was SO BUGGY!  You don't REALLY want to use it in 
production.  Believe me!

Nick Han wrote:

>Sean,
>  Basically, I am screwed then.  Our production server is running on 6.0
>and our on-going development server is 6.1.  Needless to say, I have
>encountered some elusive, crazy errors when we deployed the app onto
>production.  
>
>1) cflogin swaps wrong user id
>2) (best practices aside, CFCs intermittently cannot see request
>variables)
>3) intermittent datasource not found java errors
>4) other data inconsistencies that have to do with CFC stateful data,
>when CFC session facade is cached in application variable.
>
>  I am asked to 'downgrade' the code and the only way I can be sure to
>get rid these bugs is to develop on 6.0 too, same as our production
>environment.
>
>
>-Original Message-
>From: Sean Corfield [mailto:[EMAIL PROTECTED] 
>Sent: Monday, October 10, 2005 5:08 PM
>To: CF-Talk
>Subject: Re: Help - Need Version 6.0
>
>On 10/10/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
>  
>
>>On 10/10/05, Nick Han <[EMAIL PROTECTED]> wrote:
>>
>>
>>>Don't ask me why but does anybody know where I can get a copy of
>>>  
>>>
>CFMX
>  
>
>>>version 6.0?  Is it still on Macromedia website for download?
>>>  
>>>
>
>No, 6.0 is not available. Sorry.
>
>And just to confirm that the only version of CF5 still available is
>the IP-limited Windows Developer Edition. You can no longer buy CF5
>(as of January 1st, 2005 - per the FAQ on mm.com).
>--
>Sean A Corfield -- http://corfield.org/
>Team Fusebox -- http://fusebox.org/
>Got Gmail? -- I have 100, yes 100, invites to give away!
>
>"If you're not annoying somebody, you're not really alive."
>-- Margaret Atwood
>
>
>
>

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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221872
Archives: http://www.houseoffusion.com/cf_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: updating a query in memory

2005-09-16 Thread Jann E. VanOver
I know this was nearly a month ago, but I'm just getting caught up.

You know you can use CFSET to update a query?


Often I have to add info to a query so I add some "dummy" fields in the 
select statement:

Here's some sort-of code to show you:


SELECT fieldA, fieldB, '' as newFieldC, '' as newFieldD

I can then loop through that query, computing and adding the new info






Rick Root wrote:

>My application loads some data from a query into memory.
>
>Sometimes, I have a need to update this data, and usually what happens 
>is that I update the base tables, then rerun the query.
>
>Unfortunately, it's a lot of data and I'd prefer NOT to re-run the query.
>
>Is there a way to update a query in memory?  I think I tried using an 
>update statement in a query of queries but it didn't work.
>
>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:218533
Archives: http://www.houseoffusion.com/cf_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: block forms from being filled out automatically

2005-09-16 Thread Jann E. VanOver
YES!  I've been getting exactly the same thing from the same email 
address ([EMAIL PROTECTED]) I reported this to AOL and even gave them my 
work phone number if they want to call and discuss it but haven't heard 
a peep.

I've added a check into my form processing, if ANY field has 
"content-type" or "multi-part" I don't process the form, but instead say 
I've logged all their information, including their IP, and this has been 
forwarded to our security department for investigation.  I felt like I'm 
boarding up one window, but may not know there are others the flood 
waters can come in through.  Looks like I need to add a check for that 
'0a' mentioned in the referenced article 
(http://securephp.damonkohler.com/index.php/Email_Injection)

Les Mizzell wrote:

>Thought you folks would like to actually *see* what comes through a form 
>filled out by one of these bots. Note that there are only 6 form fields 
>here: Name, Email, Phone, Fax, Address and Message. Check what got put 
>into the "Address" field, which is the bulk of the message.
>
>
>***
>I am interested in the [EMAIL PROTECTED]
>Name: [EMAIL PROTECTED]
>Email: [EMAIL PROTECTED]
>Phone: [EMAIL PROTECTED]
>Fax: [EMAIL PROTECTED]
>Address: [EMAIL PROTECTED]
>  [EMAIL PROTECTED]
>Content-Type: multipart/mixed; boundary="===0675549753=="
>MIME-Version: 1.0
>Subject: 7d1b6022
>To: [EMAIL PROTECTED]
>bcc: [EMAIL PROTECTED]
>From: [EMAIL PROTECTED]
>
>This is a multi-part message in MIME format.
>
>--===0675549753==
>Content-Type: text/plain; charset="us-ascii"
>MIME-Version: 1.0
>Content-Transfer-Encoding: 7bit
>
>yosf
>--===0675549753==--
>, [EMAIL PROTECTED]
>Content-Type: multipart/mixed; boundary="===0675549753=="
>MIME-Version: 1.0
>Subject: 7d1b6022
>To: [EMAIL PROTECTED]
>bcc: [EMAIL PROTECTED]
>From: [EMAIL PROTECTED]
>
>This is a multi-part message in MIME format.
>
>--===0675549753==
>Content-Type: text/plain; charset="us-ascii"
>MIME-Version: 1.0
>Content-Transfer-Encoding: 7bit
>
>yosf
>--===0675549753==--
>[EMAIL PROTECTED]
>   
>Message: [EMAIL PROTECTED]
>
>   
>
>
>
>

~|
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:218530
Archives: http://www.houseoffusion.com/cf_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: Querying across two datasources example?

2005-09-13 Thread Jann E. VanOver
Are these two datasources on the same server?  Which DBMS?

Using SQL Server, I use a dot-dot notation to refer to other databases 
on the same server:

STUFF is the datasource known to ColdFusion and it has a table named 
"stuff".  OtherStuff is a database on the same server that has a table 
named "moreStuff"
..

SELECT s.field1, t.field2, t.field3
FROM stuff s
INNER JOIN OtherStuff..moreStuff t on s.field = t.field


Eric Hoffman wrote:

>Is there such a beast that is pretty concise?
>
>I have a app that needs to query some data from an external datasource now.
>Just looking at theory:
>
>So, I query our data.
>
>Then query their data.
>
>Then query what?  A query of queries or something?   
>
>Or shortcuts?
>
>Thanks!
>
>Eric
>
>
>
>

~|
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:218093
Archives: http://www.houseoffusion.com/cf_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: More RegExp help...

2005-09-12 Thread Jann E. VanOver
And if the filename COULD contain other periods:
listDeleteAt(filename,listLen(filename,"."),".")

which says, delete the last list item using "." as list delimiter

Scott Stroz wrote:

>I love RegEx, and use them frequently. However, they are not always my first 
>choice. I would actaully use:
>
>ListFirst(fileName,".")
>
>Assuming there are no periods in the file name. 
>
>This may actually be a bit quicker since you don't use the Reg Ex engine.
>
>
>  
>


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


CFPARAM not PARAMing ?

2005-09-06 Thread Jann E. VanOver
This one's got me baffled.

Has anyone found situations where CFPARAM isn't doing its job?

Win/CFMX 6.1

Here's the code ... I'll put markers by the pertinent code segments:


+++  HERE's the CFPARAM 















  Dessy Retailer Store
Basket Details



Your basket and personal information have been cleared for your 
security!


Return Home




+++  HERE's the PROBLEM
 
   
It is getting to this line with error "MSTATUS is undefined"
How could this be?  any clues?


~|
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:217509
Archives: http://www.houseoffusion.com/cf_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: SPAM by forcing data into a form

2005-08-29 Thread Jann E. VanOver
I saw the same thing at one of my sites this weekend.  With the same 
email address ([EMAIL PROTECTED])  Should we report this email address 
to AOL?

They tried to put in place of the integer in this URL: 
http://www.bridesmaid.com/index.cfm/fuseaction/fashion/stylechoice/663

tee hee --- thank you cfqueryparam!

If anyone knows of any real danger here, please let us know!

Jevo
chad gray wrote:

>I have not kept up on the latest forms of spam delivery, but i got a bunch of 
>messages in my inbox this morning where somone was systematically pasting the 
>below code into each field of a form that uses CFMail to send an email.  
>
>I am wondering if this is a way that spammers send mail?
>
>Is there a way to inject code into a form and make CFMail send to other 
>address?  Or is this attack targeted for CGI scripts or something else?
>
>[EMAIL PROTECTED]
>Content-Type: multipart/mixed; boundary="===0673320582=="
>MIME-Version: 1.0
>Subject: 9009a8c2
>To: [EMAIL PROTECTED]
>bcc: [EMAIL PROTECTED]
>From: [EMAIL PROTECTED]
>
>This is a multi-part message in MIME format.
>
>--===0673320582==
>Content-Type: text/plain; charset="us-ascii"
>MIME-Version: 1.0
>Content-Transfer-Encoding: 7bit
>
>rzptn
>--===0673320582==--
>  
>


~|
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:216698
Archives: http://www.houseoffusion.com/cf_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: Catching errors and emailing

2005-07-15 Thread Jann E. VanOver
But doesn't SSL seem like a small cost in the light of all the credit 
card fraud stories going around?

I took Matt's advice when I set up this kind of error logging for a 
customer a few months ago.  I already had an area of the website with 
security in order to process credit cards, I added an admin login area 
there to browse error logs.

I do NOT want credit card numbers leaked from any of my sites, OR my 
customer's Verisign password or login (which MIGHT be kept in a request 
variable and therefore dumped with the error logging info).

Thanks Matt!  I use most of your logging code also -- nice stuff.

Michael Dinowitz wrote:

>Email is about as secure as a standard web page is and I don't know many 
>people who have 'real' security for their logs, admin or the like. SSL costs.
>
>  
>
>>Something you might want to consider is that, if you are emailing
>>errors to yourself via cfdump, those dumps could contain info that 
>>you
>>might be a little leery of sending free/clear over a non-secure email.
>>
>>
>
>

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

2005-07-05 Thread Jann E. VanOver
Eddie wrote:

>On 7/5/05, Daniel Kessler <[EMAIL PROTECTED]> wrote:
>  
>
>>an empty string.  So I've adjusted the query so that if the store =
>>'convenience' then the price must not equal empt string.
>>
>>AND cs_price <> 
>>
>>
>
>AND cs_price IS NOT NULL
>
>  
>
or as I often code it for SQL Server (don't know if it works the same in 
Oracle)
  AND isNull(cs_price,'') <> 

This says, if "cs_price" is null, use an empty string in its place.

~|
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:211197
Archives: http://www.houseoffusion.com/cf_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: CF5 to CF7 WDDX woes....

2005-06-21 Thread Jann E. VanOver
I don't think Pre MX WDDX is compatible with MX WDDX.

I was having similar problems to what you describe.   I put a try/catch 
around the initial use of what could be a Pre-MX wddx instance.  If it 
threw an error, recreate the WDDX from scratch.  Solved my problem.

Che Vilnonis wrote:

>Jonese, I hope that someone reads this thread and can help. I've recently
>went from CF5 to CFMX 6.1 and I get intermittent WDDX errors that read,
>
>"Exception during WDDX operation. Details:
>coldfusion.tagext.lang.WddxTag$WddxException: Exception during WDDX
>operation."
>
>Everything worked flawlessly on CF5 before. I'd like a little advice as
>well. :)
>
>Regards, Che.
>
>-Original Message-
>From: jonese [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, June 21, 2005 10:14 AM
>To: CF-Talk
>Subject: CF5 to CF7 WDDX woes
>
>
>We're moving a bunch of CF5 sites to CF7 and they are on an older CMS system
>that used WDDX. in cf5 they work just fine but since moving to cf7 we get
>the following errors:
> WDDX packet parse error at line 1, column 64001. XML document structures
>must start and end within the same entity
> I've pulled the WDDX out of the DB and it validates fine as valid XML but
>for some reason CF thinks it's broken..
> Any ideas?
> jonese
>
>
>

~|
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:210161
Archives: http://www.houseoffusion.com/cf_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: Trouble with Verisign's cfx_payflowpro tag

2005-06-07 Thread Jann E. VanOver
The problem with this tag under MX 7 has come up here before.  I think 
the answer was to remove "verisign.jar" from the CF class path.  search 
past archives for payflowpro & mx7

Peter Shaw wrote:

>>Hi Peter,
>>
>>I've been using this system on MX7 with no issues.
>>
>>This is the code I use...
>>
>>
>>
>
>Thanks Byron,
>
>That doesn't work for me. Instead I have to include an empty PARMLIST = "" 
>argument in the tag call. Verisign indicated that this was necessary for all 
>editions of MX.
>
>Peter
>
>

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

2005-06-03 Thread Jann E. VanOver
May or may not pertain to this issue, but I discovered recently that 
FIREFOX will RESPECT the properties of the containing object more than 
IE will.

My situation was a table inside div that was inside a table cell with 
NOWRAP.

In short:



  long long text



FIREFOX will CASCADE the nowrap attribute down to the interior TD.  IE 
will NOT.

Just passing the info along.

ColdFusion Developer wrote:

>Well this is baffling why it will work fine in FF but not IE.
>
>Adkins, Randy wrote:
>  
>


~|
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:208561
Archives: http://www.houseoffusion.com/cf_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: using js to include files

2005-05-26 Thread Jann E. VanOver
I don't think there's such a thing as a Javascript include function or 
method.

I've been wanting one for a LONG LONG time and never seen such a beast.

Am I wrong?  Please tell me I'm wrong and that there IS a standard, 
cross browser way of including a javascript file that can reference 
other javascript files.

(ps. I know about using @import for CSS.  Wish JS had the same)

Tim Do wrote:

>Hi All,
> 
>I'm trying to use js inside an html file to include an asp file.  This
>is what I have so far:
> 
>script language="JavaScript" type="text/javascript">
>// must be a fully qualified URL -- can be any type of file
>(html,jsp,asp,etc)
> 
>include("http://192.200.1.37/Voyager50/Forms/LateCount.asp?tenant="+docu
>ment.Resident.HTENANT.value);
> 
>I'm getting document.Resident.HTENANT.value is null or not an object
>error.  Strange thing is, I'm using the same value elsewhere on this
>html file and not getting errors in those areas.  Can somebody tell me
>what is wrong with this or is there another way to include files using
>js?
>


~|
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:207822
Archives: http://www.houseoffusion.com/cf_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: Client side include

2005-05-12 Thread Jann E. VanOver
Google "javascript document.write"


document.write();


Kevin Roche wrote:

>Pete,
>
>How do I Convert the HTML to JavaScript?
>
>Kevin
>
>-Original Message-
>From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]
>Sent: 12 May 2005 13:03
>To: CF-Talk
>Subject: Re: Client side include
>
>
>Convert the HTML to JavaScript and use a linked .JS file.  The browser
>will cache that.
>
>Pete
>
>
>
>

~|
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:206569
Archives: http://www.houseoffusion.com/cf_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: Update to database probs

2005-05-05 Thread Jann E. VanOver
Stuart, did you get any satisfaction on this yet?

You didn't say which version of CF, but generally, it is asking for 
trouble to include a function inside the cfqueryparam -- something to do 
with how that value is bound to the DB server.

Try:






INSERT INTO tbl_020publicQuestions (interviewID, question)
,




and see if that fixes it.

J



Stuart Kidd wrote:

>Thanks for that, but I appear to still be having a problem, perhaps it's
>because I've got a loop there?
>
>
>
>
>INSERT INTO tbl_020publicQuestions (interviewID, question)
>value="#Val(InsertInterviewDetails.interviewID)#" />,
>value="#Trim(form['question' & i])#" />
>
>
>
>The error getting returned is:
>
> Error Executing Database Query.
> [Macromedia][SQLServer JDBC Driver][SQLServer]Line 2: Incorrect syntax near
>'@P1'.
>
>And the other bit coming up on the error page is:
>
>INSERT INTO tbl_020publicQuestions (interviewID, question) (param 1) ,
>(param 2)
>
>Thanks very much,
>
>Saturday
>
>
>On 24/4/05 8:04 pm, "Michael T. Tangorre" <[EMAIL PROTECTED]> wrote:
>
>  
>
>>>From: Stuart Kidd [mailto:[EMAIL PROTECTED]
>>>  INSERT INTO tbl_020publicQuestions (interviewID, question)
>>>VALUES (31, 'Oh, and i thought i'd written a lot but in fact
>>>i hadn't written anything at all is that really that bad or
>>>is that wrong?')
>>>319 :   
>>>320 :   INSERT INTO tbl_020publicQuestions
>>>(interviewID, question)
>>>321 :   VALUES (#InsertInterviewDetails.interviewID#,
>>>'#Evaluate('form.question' & i)#')
>>>322 :   
>>>323 :   
>>>  
>>>
>>Use cfqueryparam and ditch the evaluate. See below:
>>
>>
>>INSERT INTO 
>>tbl_020publicQuestions
>>(
>>interviewID,
>>question
>>)
>>VALUES 
>>(
>>>value="#Val(InsertInterviewDetails.interviewID)#" />,
>>>value="#Trim(form['question' & i])#" />
>>)
>>
>>
>>HTH,
>>
>>Mike
>>
>>
>>
>>
>>
>>
>>
>
>

~|
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:205804
Archives: http://www.houseoffusion.com/cf_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: Live Chat Service

2005-05-04 Thread Jann E. VanOver
Be aware that if you do NOT plan to use Windoze for your console, you 
will narrow your choices.  We had a system where we wanted the operator 
on a Mac & Boldchat didn't support this.

Mark Drew wrote:

>Not sure if its the same thing but I used Boldchat which was a chat on
>your website kind of thing?
>
>http://www.boldchat.com/
>
>
>On Mon, 21 Feb 2005 09:57:44 -0600, Eric Hoffman
><[EMAIL PROTECTED]> wrote:
>  
>
>>Blah monday to everyone...
>>
>>Do any of you have experience with a live chat service and can recommend one? 
>> Paid is fine, figuring free doesn't exist.  I know of Live Person, but 
>>looking for others as well and experiences.  Hopefully this question helps 
>>several folks out there.
>>
>>Thanks.
>>
>>Eric
>>
>>
>>
>>
>
>

~|
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:205580
Archives: http://www.houseoffusion.com/cf_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: Access query problem in CF

2005-04-04 Thread Jann E. VanOver
Did you try single quotes?

Try

WHERE datepart('h',statistique.date_in) = 11


CFDEV wrote:

>Thanks but it still says too few parameters :(
>
>I'm on CFMX 6.1 with a MS Accecss datasource.
>
>Pat 
>
>-Original Message-
>From: Howie Hamlin [mailto:[EMAIL PROTECTED] 
>Sent: April 2, 2005 19:41
>To: CF-Talk
>Subject: Re: Access query problem in CF
>
>How about this:
>
>SELECT COUNT(no_stats) AS nb_visite
>FROM statistique
>WHERE datepart("h",statistique.date_in) = 11
>
>Access has a DatePart function like CF does...
>
>HTH,
>
>Howie
>
>--- On Saturday, April 02, 2005 6:04 PM, CFDEV scribed: ---
>  
>
>>Hi all,
>>
>>This query works great in Access but through CF and datasource, it 
>>says too few parameters, any ideas?
>>
>>SELECT COUNT(no_stats) AS nb_visite
>>FROM statistique
>>WHERE FORMAT(statistique.date_in,"hh") = 11
>>
>>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:201436
Archives: http://www.houseoffusion.com/cf_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: PayFlow Pro on cfmx7

2005-03-24 Thread Jann E. VanOver
Oops -- sorry, didn't see the '7' there at first.  I have NOT used it on 
CFMX7

Jann E. VanOver wrote:

>YES -- it has some quirks in CFMX and requires some empty parameters to 
>be added ... let me see ...
>
>Here it is .. add these to your 
>PARMLIST=""
>PROXYADDRESS=""
>PROXYPORT=""
>PROXYLOGON=""
>PROXYPASSWORD=""
>
>and it should fix you up!
>
>J
>
>Simeon Bateman wrote:
>
>  
>
>>Hey Gang,
>>
>>I am just installing Payflow pro on a new server of ours and I am
>>running into some odd errors.  I was just wondering if anyone else had
>>tested the payflowpro java cfx tag with cfmx7.
>>
>>Thanks for any info
>>
>>simeon
>>
>>
>>
>>
>
>

~|
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:199914
Archives: http://www.houseoffusion.com/cf_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: PayFlow Pro on cfmx7

2005-03-24 Thread Jann E. VanOver
YES -- it has some quirks in CFMX and requires some empty parameters to 
be added ... let me see ...

Here it is .. add these to your Hey Gang,
>
>I am just installing Payflow pro on a new server of ours and I am
>running into some odd errors.  I was just wondering if anyone else had
>tested the payflowpro java cfx tag with cfmx7.
>
>Thanks for any info
>
>simeon
>
>

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

2005-02-06 Thread Jann E. VanOver
Michael -- I tried to reply off list but it didn't go through.

The company I work with has a very good reputation for seo.

email [EMAIL PROTECTED]
or call 206-575-3740 (west coast time) and ask for Ian or Tracy

You can check out our website first if you'd like, 
http://portentinteractive.com/

My name is Jann & I'm the "just" the developer.  We follow very ethical 
procedures and manage to get great results for our customers.
Thanks,
Jann VanOver
Developer at PortentInteractive

Mickael wrote:

>Hi All
>
>Sorry for being OT.  I have a client that needs search engine optimization 
>done on their website.  I would like hire a consultant to do this for me.  The 
>site already has SES friend URLs.  Can anyone recommend a good and reliable 
>SEO consultant offlist, someone that you have had good experience with.
>
>Thank you
>
>Mike
>
>
>
>

~|
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:193272
Archives: http://www.houseoffusion.com/cf_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: CFMX and CGLOBAL/CDATA not purging

2005-02-06 Thread Jann E. VanOver
There are a hotfixes available for 6.1 pertaining to client database 
purging.  Two versions, depending on whether you've run 6.1 updater or 
not.  Go to http://www.macromedia.com/cfusion/knowledgebase/ & search 
for "6.1 client hotfix"

The main group of websites I work on recently made the change to 6.1.  
Our CF server was getting hung up repeatedly.  Sometimes after 20 
minutes, sometimes after 7 hours.  Server Admin said it was my code.  Or 
my locking practices.  I'm humble ... said, yeah this code is complex 
I'll run though the queries/StoredProcs/Views to find something hanging 
it up.  (ps. I've been doing CF since '98 --  I rarely make locking 
mistakes)

After nearly a week of repeated CF Server hangs & restarts, Server Admin 
says "I just applied a hotfix that might have something to do with it." 
(http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19590)

Problem went away


If this is the case with you, it's a quick fix.
good luck

Jevo

Terry Ford wrote:

>Hey all,
>
>In the process of performing a yearly upgrade I was quite surprised to find 
>that my CGLOBAL and CDATA tables contained over 20 million (yes, million) 
>entries each, and the CGLOBAL.MYD file alone had a size of 3.1 gigs.
>
>Needless to say, I had been operating under the assumption that the tables 
>were purging correctly.  Apparantly I was incorrect.
>
>Anyway, I've taken a hatchet to the tabbles and whacked them down to size, and 
>have verified that indeed the purge option (30 days) is selected.
>
>Does anyone have any clue why my tables aren't purging? 
>I am running mysql / CFMX6.1 / lotsa mem / dual xeon
>
>Terry
>
>

~|
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:193242
Archives: http://www.houseoffusion.com/cf_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: Concatenation in MSSQL Server

2005-02-05 Thread Jann E. VanOver
First, if you're using MSSQL Server, install BOL, Books Online & it will 
answer questions like this.

SQL catenation operator is '+'  Give that a try

Claude Schneegans wrote:

>Hi,
>
>I have a query that works for Access, but won't in the MSSQL Server version.
>INSERT INTO tableOne
>(FullName, etc)
>SELECT
>customers.firstName & ' ' & customers.lastName, etc.
>FROM tableTwo
>
>Apparently, it is the concatenation operation that causes the trouble.
>I suppose ther is an equivalent way to do it under MSSQL?
>
>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:193196
Archives: http://www.houseoffusion.com/cf_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


Can system under stress cause "CFTempOnlyForSetVariable..." error?

2003-02-04 Thread Jann E VanOver
I support site that runs under CF 4.5.1 SP2, WinNT. It crashed last week
and has come down sporadically since then.

I'm analyzing all the logs and found the infamous
"CFTempOnlyForSetVariableNeverUseThisNameIn..." error at the time of the
problem (and many times since then). I read the technote about that error
(http://www.macromedia.com/v1/handlers/index.cfm?id=23018&method=full) and
it states: 

"This error occurs when you use the cfparam tag to set a default value to
an Application or Session scoped variable in all versions of ColdFusion
Server."

However, this site doesn't use SESSION variables and I have scrubbed it for
proper use of locks on APPLICATION variables (which it uses sparsely). It's
"mostly fusebox" and uses REQUEST variables to persist information through
a page.

My question: Could this error be caused by a CF server that's generally
stressed out?

I've found many reasons that the system was "stressed" at the time this
happened (a LOT of db errors in the Application.log, a log of SLOW running
pages, and NT 109 & 232 errors in the server.log) and am working to fix
them, but I'd like some assurance that I'm not overlooking something.

Thanks in Advance
Jevo
PortentInteractive


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




New DELL WinXP MSN User Loosing Session

2003-01-27 Thread Jann E VanOver
Situation: Existing system, hundreds of successful 
users. All templates add url tokens so that login 
works with or without cookies. This is tested and 
confirmed by dozens of users every day.

Problem: ONE user with a new Dell WinXP, IE 6.0.26 
connecting through MSN is not retaining session. 
She gets "bumped off" after login. 

This is a high end service web site so I am able to 
speak with the user on the phone.

(btw. user doesn't really like computers ... )

What I have done so far:
1. ensure that system works with browser
at max security
2. make sure her date/time was set correctly
3. have her run windowsupdate to apply all critical 
updates. 

Still, she gets through the login screen to her first 
screen but when she tries to go on to the 
second page of the site, her session has gone away.

Did I mention that hundreds of other people use this system successfully
every day? 

Btw we manage logins with databased client variables.

Any ideas?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4