Tags: dom
-
Javascript gallery
The very word Javascript has long been associated with those pesky pop-ups, pop-unders and what-not. Developers used it to do just about every anoying thing you could possibly imagine. Well, with the recent resurgance of the DOM, Javascript is gaining serious ground and is being used for what it was intended in the first place. Behaviour. That is why when I was recently confronted with the idea of creating a slideshow gallery, I jumped at the chance of using Javascript & DOM. The plan...
-
Fluid length rounded corner buttons
We've all come accross a design that dictated that the form buttons should have rounded corners (especially in the web 2.0 era). The creation of fixed length rounded corner button is second nature to any self proclaimed web deveopler, but the creation of fluid (well at least fluid inlength if not in height) rounded corners is another thing all together, and that is what I'll be talking about in this entrie. To create our illusion of fluid length rounded button I've prepared two images that...

