And one post in English…For few days I’m developing one jQuery UI plugin. It’s picture gallery which I’ve seen in flash but not in JavaScript, that’s why I decided to fix this. The gallery is a set of rotating pictures and difference ways of handling the perspective. There’s nothing complicated in it just little analytic geometry. I haven’t used any canvases or SVG because I’ve wanted the biggest possible browser compatibility. Of course there’re are drawbacks from this. There are a lot of computations I don’t have hardware acceleration and it works slow in the old version of few browsers. Currently I’m developing webpage for the gallery. Here’s a screenshot of it:
If you’re interested in the project you can see it’s source or fork it at GitHub.