Categories
Tutorials

Transitioning Element’s Height with CSS

No browser can animate a css property to and from auto correctly. In order to trick it we just need to add some numbers to initial and final state or the way to say this is to start and end state. So let’s start with an example where we would start how  animation and transition […]

Categories
Opinions

Emerging Web Technologies like CSS and ol’

Why we’ve CSS: I will not go much deeper into the history of CSS and why it is there in the first place but in the beginning, CSS was just for type and colors, that’s it. Then we’ve to rely on problematic Floats and Absolute Position to position elements or section. Until recently they are […]

Categories
Tutorials

Creating Simple Image Gallery Part 2

In part 1 we have created image gallery and in this post we will bring it to the end by adding interactivity. So now when ever we click on the thumbnail image, it’s full version has to be shown on the right column. For this purpose we will need a little Javascript. But don’t worry […]

Categories
Tutorials

Creating simple image gallery Part 1

Image gallery is great way to show off your work, you photography skills and you mind wanted to bring in all the memories and present them nicely. This tutorial is divided in to two parts. In part 1 we will be focusing more on the bare bones of image gallery, it’s structure and aesthetic look. […]