Unfortunately, we are still not able to show ads on our website. Our assumption is, that we first need to get the website properly indexed again by Google. In the meantime, we have created a few new coloring pages, especially the mandala style looks pretty cool. Thank you for the tipp with the mandalas, you… Continue reading The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 13) – More SEO
Category: Web design
The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 12) – AdSense and Caching
Unfortunately, AdSense continues to complain about our micro business website, www.usmalbilder.ch. However, it is possible that their checks are based on an outdated version that was last crawled by Google a few weeks ago. We suspect this because the new URLs we have added are not yet recognized by Google in the webmaster tools. To… Continue reading The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 12) – AdSense and Caching
The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 11) – Adding Ads & Refactoring
Welcome back to our micro business experiment, where we are using a lot of AI to help us coding, generate content and more! Ads First of all an update on the ads. The review process took longer than I would have expected and the result is negative. Unfortunately, there isn’t much information on what is… Continue reading The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 11) – Adding Ads & Refactoring
Typolino – Adding Features (one year later)
Coming back to a side project after a year can be pretty painful. I actually wanted to see how it goes with Typolino. Is the CI/CD pipeline still working? Can I easily upgrade my dependencies and add new features? A product should grow with your clients and Typolino is no different. My kids get older… Continue reading Typolino – Adding Features (one year later)
Full height multi column layout
Full height multi column layout using CSS3 vh,vw,vmin and vmax unit I had to create multi column layouts that span the entire height of the visible space pretty often. And it was very frustrating every single time. Since CSS 3 there is a new unit you can use that defines a relative value of the viewport’s dimension.… Continue reading Full height multi column layout
CSS Grid System
Layout für deine Webseite Um mit HTML und CSS ein hübsches Layout zu erstellen, gibt es ganz viele verschiedene Möglichkeiten. Vor langer, langer Zeit war es einmal üblich alles mit Tabellen (<table>) zu lösen. Damit war man allerdings nicht so ganz zufrieden (eine Tabelle ist für Daten und nicht für das Layout gedacht!) und ist… Continue reading CSS Grid System
Equal height divs made simple
I can’t remember how often I had to create a column based layout using HTML and always struggled when it came down to placing two divs next to each other having the same size. Usually the problems pops up when the columns have a different background or some kind of other visual attribute such as a border.… Continue reading Equal height divs made simple