Tag: html
- Tackling a common CSS design problem: Footer placement at page or content bottom, whichever is lower (25 Apr 2021)
This is one of those commonly occurring nags in web development which I’ve solved several times before but still have to scavenge the googles and stack-overflows each time I run into it. That’s why I’ve decided to document the simple solution to it in this brief article. What happens is... - How to create a Server-less Google Drive client using only HTML and JavaScript (09 Jul 2018)
A few days ago, I had to work on a project of this kind and the information and documentation available on this topic was quite bewildering. As a result, I decided to write this article in order to make everything available at one place. Almost everyone knows about the Google... - The right way to architect single page web applications (06 Jul 2018)
Lets face it, Web Apps are a complex and complicated beast, both on the front end and back end. The reason we had to come up with so many frameworks and libraries (angular/backbone/react/vue/marionette/require.js/etc.) is that the whole process is quite difficult and convoluted. Once your app starts to scale in...