Thanks Karl!

Unfortunately I havan't yet become a huge adopter of "progressive
enhancement"/"graceful degrading" :)
i just assume that users have js (and cookies for that matter)
enabled... lol it works most of the time and i haven't really had to
do any mission critical stuff yet :)

thx for the link!

Alex

On Oct 8, 10:19 am, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> On Oct 8, 9:14 am, Karl Swedberg <[EMAIL PROTECTED]> wrote:
>
> > Hi Alex,
>
> > Often, if you're hiding information on page load, you'll want to have  
> > that information available upon some user interaction. Hiding that  
> > information with CSS would make the information unavailable to anyone  
> > who has JS off but CSS on. Probably not a huge percentage of users,  
> > but it's nice to let everyone see the content. Hiding the content with  
> > JavaScript follows the principle of Progressive Enhancement™ . Nice  
> > article -- the first in a series -- about that on 
> > alistapart.com:http://www.alistapart.com/comments/understandingprogressiveenhancement/
>
> Oops. wrong URL. Try this one:
>
> http://www.alistapart.com/articles/understandingprogressiveenhancement
>
> --Karl

Reply via email to