Blog
How to remove the shadow of an <ion-header>
Ionic has some nice built-in components. It requires you to specify your app header. This comes with a shadow. Here is how to hide it.
Blog
Add a direct link to the main menu edit form in the drupal toolbar
When optimizing your cms for webmasters, you should always install the menu_admin_per_menu module to make sure your webmaster doesn't get access to non-related menus.
Blog
Gzip static assets for drupal in NGINX
A great way to improve your google PageSpeed score is to add gzip compression to your nginx recipe.
Blog
Delete an entity reference field programmatically
I found this code useful to delete a value saved as an entity reference.
Blog
Blog
Deleting all terms of a taxonomy in bulk with drush
This drush snippet helps you to remove tags in bulk.
Blog
Set ion-col column width dynamically based on window size in Ionic 5
A toolbox like Ionic makes our life as a developer a little bit more easy. This post guides you in how to get the window size dynamically in your components and to set a variable width depending on it.
Blog
Setting transparent background on ionic 5 buttons (also on hover)
Finding your way in the UI of ionic can be a bit complicated. This snippet helps to guide you in creating transparent buttons.
Blog
Add animate.css to your angular project
Animate.css is my favorite css library to easily add nice open/close or fade effects with css3.
Blog
Set transparent background of an ion-item in Ionic 5
Ionic uses components for layout. This is a gigantic time saver for your web apps. This easy trick makes an ionic item get a transparent background.