Footer stick to the bottom
As i was applying new layout on my pages I had to face a problem. I needed to make footer stick to the bottom of the page at all times. Since that wasn’t that easy as I expected I decided to share my solution. The easiest way would be to put footer normal under content, but that wouldn’t work, because for shorter contents the footer wouldn’t be at the bottom. So there went this alternative and I had to stick to positioning techniques. The HTML I use floated content in my pages, which made this problem a little bit more...
Read MoreThe art of coding
In this article i will talk about coding standards and code hygiene in general. This is a highly underestimated theme even though it’s a great way to increasy both code effectiveness and understandability – especially when other people have to deal with our code. Preface While making constant evolution of your programming skills you shouldn’t be forgetting about how to write your code. You should always assume that other people may have to work with your code and there’s hardly a worse way to disgust other coders than...
Read More10 reasons of why I love Drupal :)
Extremely simple Beginning with Drupal is trivial. Installation is perfect in it’s simplicity, there’s really no way to mess up the installation In it’s basic installation Drupal offers so much. For the beginning it offers management of everything an intermediate developer would need. With basic knowledge of web development you’ll be able to put together a very powerful web. You can extend your web with thousands of themes and modules, without any manual intervention whatsoever. Extremely deep When you want even...
Read More
Recent Comments