View posts in English only. (RSS feed)

The best way to hide content by JavaScript

In my daily work I take care of front-end part of quite big factory portal. In small websites I have never seen flickering problem those parts of content which are hiding by JavaScript while page is loading. On enterprise is different. Some pages are incredible big, their parts load from many different sources and I see which parts of content are hiding one by one.

I tried to find the best solution, on the Google there isn’t a lot of information about good practice in JavaScript, however I think that I know how to do this best. I show you few solutions; unaccessible, bugged and accessible solutions.

Continue reading »»»

  • Monday, 17 December 2007
  • 2,115 views
  • 2 responses

Safari 3.0 now in Tiger

Latest Tiger’s update (10.4.11) become with stable version of Safari 3.0.

About new cool features, like CSS animation, SVG, Styleable Form Controls and so on, you can read on the Safari’s Blog - Ten New Things in WebKit 3

For testing web sites under Safari 2.0, you can keep Safari.app before update to 10.4.11 in different directory or download any version from repository.

Double content

I have got a dilemma, because I have to write code (XHTML, CSS and so on) based on design from an agency. Design looks nicely, but usability of it is not so good.

Continue reading »»»

Dostępność - najczęstsze błędy

Nie tak dawno temu panowała moda na umieszczanie na stronach znaczków - Valid XHTML! i Valid CSS!

Teraz panuje moda na znaczki WAI-n, gdzie w miejsce n autorzy stron wpisują od jednego do trzech A…

Niestety walidator Cynthia lub Web Accessibility Test, czy jakikolwiek inny, sprawdza tylko syntaktykę dokumentu. Sprawdzenie semantyki pozostawiają osobie, która posiada pewną wiedzę na temat budowania dostępnych, semantycznie poprawnych dokumentów XHTML.

Niestety większość twórców stron internetowych uważa, że jeśli dokument się waliduje to jest prawidłowo napisany, dostępny i w ogóle. Otóż niekoniecznie.

Continue reading »»»

  • Wednesday, 20 December 2006
  • 4,723 views
  • 8 responses