Categories
Tutorials

Scroll to the Top of the page

Lately I visited E-commerce website and while I was surfing through there book section, I got lost. In few minutes I was no where and was desperate to find a place to start. It was even intimidating to scroll to the top of the page every time, although I know home key or scroll bar […]

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