Category Archives: Webdesign & Development
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.
Pretty Cool CSS3 Stuff & More
Very interesting article came out today on Smashing Magazine about new CSS3 techniques and tools. Everybody knows it will take a while this will be implemented and supported by all the major browsers (and those old ones will finally be left behind, for good) but it is nice to know what ahead of us. Image [...]
CSS Apple Keyboard
Well, here goes a crazy one. Pure CSS Apple keyboard. Actually it runs a bit of JavaScript for some more action. Check it out yourself. (via noxxten.com)
Pure CSS 3D Text
Found very interesting 3D Text experiment over at markdotto.com. Looks cool and it’s editable. Try it for yourself. (via markdotto.com)
Pure CSS Progress Bar
Amazing idea. Excellent execution. Beautiful CSS animations. Very well done. (via http://ivan.ly/ui/)
CSS Framework I Use
I came across a lot of talks about the CSS frameworks lately. Its advantages, disadvantages, and whether to use or avoid them. Frankly, I have to admit I’m not a big fan of these structures but there certainly are parts I find my inspiration in. Through the years of my career I have developed few [...]
36 Web Buttons Collection
I came across this awesome buttons collection. You can download it as a free Photoshop template. It looks great and I am definitely going to use this in my next project. I just don’t know what it is just yet.
Link: http://www.sketchdock.com/freebies/36-web-buttons-collection.html
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 [...]