Re: A Little Something.

[email protected] (Peter Ford)
Newsgroups php.general
Message-ID <[email protected]>
tedd wrote:
> Hi gang:
> 
> This is what I did this morning:
> 
> http://webbytedd.com/bb/tribute/
> 
> It speaks for itself.
> 
> Cheers,
> 
> tedd

tedd,

Nothing to do with the subject matter, but I noticed because it is one of your 
more simple pages: I get a JS "urchinTracker() not defined" error on your site, 
almost certainly because NoScript is blocking UrchinTracker...

Perhaps you should wrap that naked call to urchinTracker() in a conditional - 
maybe as simple as

	if (urchinTracker) urchinTracker();

<pet-peeve>
I really hate seeing JS errors on published sites (i.e. not development sandboxes)
</pet-peeve>

'course, there are many sites that make the same call to urchinTracker(), and 
many many worse errors...

Cheers
Pete


-- 
Peter Ford                              phone: 01580 893333
Developer                               fax:   01580 893399
Justcroft International Ltd., Staplehurst, Kent
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.