Skip to content

Articles

Thoughts on software development, games, design, and the things I learn along the way.

Advertisement Talescape

Aureola: Update 2020

Regular visitors will have noticed that a little bit has changed on the website. To support the new direction of my activities and to better present my current projects, I have made a few changes that I would like to share with you.

Webforms with Custom Templates in Drupal 7

Webform is basically the standard module for creating custom forms in Drupal. By default Webforms are treated as editorial content and therefore just have an automatically created id (like nodes). However most of the time you want to be able to create forms in a local environment and deploy them to your live website. Today I will explain you how.

Making a Fixed Header React to Scrolling

Creating a fixed header which dynamically reacts to scroll events isn't that difficult. You don't need a library or any kind of widget. All you need is a few lines of JavaScript and a little bit of CSS. Well... and you need a header element somewhere in your document.