Tag Archives: javascript
Reactive Documents With Tangle
I came across very interesting plugin for creating reactive documents. I like it’s unobtrusive but very flexible at the same time. Perhaps you can achieve the same effect with the form elements but who would want to use that, right? You should definitely check it out.
Clickable Map Of Europe
Yesterday I stumbled across a tutorial for pure non-flash solution to clickable map of Europe. It takes advantage of SVG (Scalable Vector Graphics) and amazing Raphael.js JavaScript library. Check it out yourself.
Carousel with variable image widths
UPDATE: I have released this script as a plugin – Slider With Variable Elements Widths
I have been struggling to find right image carousel built on top of jQuery. Trend with these kinds of plugins is to have as many features as possible but somehow I wasn’t able to find the one I needed. I was [...]