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 […]
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 […]
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 […]
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 […]
Git/Github Push tip
I love git and it’s counter part github, but whenever comes to uploading my local project to online, I always stuck at once place, which is pushing. You can think of pushing as uploading and in git terms we say pull instead of downloading. Git and Github combo is so good that I have started […]
