workshop.rs
Gradienter: Add gradient to elements – workshop.rs – owned by ivan lazarevic
http://workshop.rs/2010/09/gradienter-add-gradient-to-elements
Owned by Lazarevic Ivan. Gradienter: Add gradient to elements. Last night I started to work on WordPress theme for blog and I got an idea that every post should have their own background color and that maybe those colors can be in gradient. Since that that’s very boring to do manually, I’ve decide to write jQuery plugin which will do that job. Gradienter is easy to use, and with small effort you can have really interesting color effect on your page. See how it works. Try it for yourself. Changing the ...
workshop.rs
Image gallery in 4 lines of code with MooTools and Dojo – workshop.rs – owned by ivan lazarevic
http://workshop.rs/2010/08/image-gallery-in-4-lines-of-code-with-mootools-and-dojo
Owned by Lazarevic Ivan. Image gallery in 4 lines of code with MooTools and Dojo. Recently I wrote article how to create image gallery with description in 4 lines of jQuery code. Now, I will do the same thing with two other popular JavaScript frameworks, MooTools and Dojo. Task is the same. One large image, description bar, few thumbs bellow, large image and description should change when thumb is clicked. Same rules, HTML and CSS code as here. See how it works. See how it works. August 27, 2010. Few day...