Categories
Opinions

Be consistent, A course from Simpleprogrammer.com

At the end of 2015, I decided to be consistent with this blog and write more often than I did before. I found out a course which lasted for just three weeks, but it was really good to take full advantage of vacations. Although most of the setup was already done, but I was always […]

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
Tutorials

How to make Embedded Video Responsive

Responsive design has been buzz word since 2010 when Ethan marcotte coined it for the very first time. But since mobile traffic started to take over desktop visitors, unwittingly, people started to apply responsive design approach on their existing websites. Ethan Marcotte in his article for alistapart, mentioned three simple rules to make your website […]

Categories
Opinions

Why and When of jQuery

Why jQuery Let’s explain DOM as this term, will be used numerously for the rest of the article. Essentially jQuery solved issues between DOM and JavaScript. When Html renders all the assets like html,images and CSS it creates a DOM tree and that we use JavaScript to traverse DOM tree or elements on the page. When web […]

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 […]