[thelist] home page max size

.jeff jeff at members.evolt.org
Thu Dec 13 14:55:32 CST 2001


tyme,

><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> From: Tyme
>
> > instead that ebay is simply lazy (the case with most
> > sites that redirect to "www." or don't have the site
> > setup to work without the "www.").
>
> TYME} Well, some of use just refuse to pay our hosting
> companies Setup: $24.95  $2.00/Month  for the non-WWW
> address.  Stupid Burlee.  Stupid yearly contract.
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><

any webhost that doesn't automatically setup the non-www address should be
shot on sight.

<tip type="Accessibility" author=".jeff">

you can have your javascript popups without breaking the site for non-js
users.  the solution is to make sure you link to the document in your <a>
tag, like this:

<a
 href="some_doc.html"
 target="resources"
 onclick="return openWindow(this.href, this.target)"
>Some Document</a>

javascript users will get a popup window as defined by your openWindow()
function (don't forget to return true at the end of the function) while
non-js users will simply get a new window.

</tip>

thanks,

.jeff

http://evolt.org/
jeff at members.evolt.org
http://members.evolt.org/jeff/






More information about the thelist mailing list