Hi! My name is Reinis Fischer (38), a proud dad and devoted husband. CEO and Founder of Terramatris crypto hedge fund, drone enthusiast, world traveler, photographer, book author and passionate lover of Georgian cuisine (vegetarian).

An ex-pat living in Georgia since 2011, I trade stocks, take photographs, work out at the gym, and many more. Here I write about travel, finance, and other things that might interest me.

Latest articles

Google Pagerank toolbar updated?

<p>I have red in many places, that Google is not updating Pagerank this year anymore, and probably it will lose it's effect at all. But yesterday I noticed that my blog went from N/A to 0. And noticed that some other websites went up, and some went down.&nbsp;</p><p>Don't know what actually it means - should I be happy for my 0, or not to pay attention to that at all?</p>

Search Engine Optimization |

Tensions between Germany and Russia?

<p>Not so far away Germany and Russia, seemed like close bodies, signing contracts, making smaller EU nations to feel betrayed. Nord Stream project some even called a new Molotov - Ribbentrop pact, dividing Europe again.</p><p>Lately Germany, had took closer look at European Eastern Partnership, by trying to get Ukraine in. Germany's chancellor Angela Merkel personally is taking actions to make this happen.</p><p…

Geopolitics |

Floating social share buttons

Previously I already wrote how to add Facebook like button to your site, using a simple module. Today I'll how how to add floating social share buttons using custom code: Here is an example page: This will work for Facebook, Twitter and Google + buttons: Add this code to your theme files: <div id="pageshare"> <div class="sbutton" id="fb"> <a name="fb_share"type="box_count" href="http://www.facebook.com/sharer.php">Share…

Web development |

Image hover effects - how to change background on mouse over

Today I faced again some interesting thing to create - on hover image to change the background and display text over it Here is how it looks: On the left side, you can see the default image, while on the right side with mouse over. To achieve such behavior in Drupal is pretty simple, a little bit CSS and you are done. Here is my view with div tags and Drupal fields: <div class="image-hover"> [field_images] <span class="image-…

Drupal Development |

Drupal pathauto + transliteration

Are you writing in different language than English, languages like Russian, Greek, Georgian, Hebrew or maybe Latvian? You find it's not attractive URL generated? In this article you will learn how to fix this using Drupal CMS and a neat module - Transliteration. Take a look at these screenshots: Here is Latvian URL in Chrome: Chrome handles special characters nicely. The same URL in Mozilla Firefox: First problems detected - special…

Drupal Development |

Building a Drupal site from scratch - Complete series

<p>Some time has passed away, since I started my tutorial how to build a Drupal site from scratch. I'm making this post to list all series</p><ul><li><a href="http://www.reinisfischer.com/building-drupal-site-scratch-part-1-planin… a Drupal site from scratch - part 1 - planing</a>&nbsp;</li><li><a href="http://www.reinisfischer.com/building-drupal-site-scratch-part-2-applyi… a…

Drupal Development |

Blog statistics November 2013

<p>Second month, since I started this blog has passed away. As started on November, I'm sharing results of my blog statistics in month of November.</p><p><strong>Top 10 posts according to Google Analytics:</strong></p><ul><li><a href="http://www.reinisfischer.com/estonia-catch-scandinavia-next-10-15-years… to catch up Scandinavia in next 10-15 years</a>&nbsp;</li><li…

Blog statistics |

Drupal: Sending Confirmation Emails from Your Webform

Today, I encountered a problem that at first seemed like a pain, but in the end, turned out to be simpler than I thought. I needed to send a confirmation email to the submitter of a webform, letting them know that their email had been received, along with some plain text instructions. A while back, I wrote about how to add a contact form to Drupal, and today I want to share with you how to send a confirmation email to the submitter. This is…

Drupal Development |

The Eastern Partnership Summit and Ukraine's Decision to Not Sign the Association Agreement with the EU (2013)

As I previously wrote, Ukraine has made the controversial decision to not sign the association agreement with the European Union (EU) at the Eastern Partnership summit in Vilnius. The issue of signing the agreement had been a topic of much speculation and intrigue, with Ukrainian representatives giving mixed signals about their stance on European integration. The Eastern Partnership is a project that aims to bring the EU and its six Eastern…

Investments |

Simplifying Drupal View Editing with Contextual Links

I have been working with Drupal since its 6th release, and one of the reasons I love it is due to Views. In all the websites I've built using Drupal, Views make up 80% of the site structure. I am familiar with what each View does and where to find it. However, I have always been puzzled by the presence of direct edit links for both Views and blocks in the theme region. At first, I thought it was related to the version of Views, but later on, I…

Drupal Development |

Europe, What's Next? - A Journey to Estonia (2014)

I had the pleasure of watching a captivating documentary by Deutsche Welle about Estonia, and I highly recommend it to anyone interested in the Baltic states. The film takes us on a journey through Estonia, exploring its diverse landscape and meeting the people who call it home. From the former fisherwoman who has turned her passion into a thriving business to the power station employee who remains wary of the integration of the Russian…

Documentaries |

How To Upgrade Drupal 6 to Drupal 7: Step by Step

Before proceeding with the upgrade, it's important to make a backup of your Drupal 6 site. This includes both the database and the files. This will ensure that you have a restore point in case anything goes wrong during the upgrade process. Once you have made a backup, it's time to put your Drupal 6 site into maintenance mode. This will ensure that no users can access the site while you are upgrading. To do this, go to the site maintenance page…

Drupal Development |

A Journey through Latvia (2014)

Latvia, a small republic located in north-eastern Europe, has been the subject of a new documentary made by Deutsche Welle. The documentary crew visited Latvia more than a decade ago and has now returned to see how the country and its people have changed. In this film, the team meets and interviews the people they talked to before and hears their stories of how they've been getting along in the past decade. The film begins with the team…

Documentaries |

Nginx URL Redirection: From Non-WWW to WWW

Nginx is a popular web server used to host websites and applications. One of the common tasks in Nginx configuration is redirecting non-www URLs to their www counterparts. This is known as a "www redirect". The purpose of this redirect is to standardize the URL format, improve search engine optimization, and provide a consistent user experience. In this article, we will go over how to set up an Nginx redirect to www using Nginx configuration.…

Servers |

Configuring Nginx to Display 404 Page for Unconfigured Domains and Server IP Address

In today's digital age, it is crucial for website owners to have a properly configured web server. This not only ensures a smooth and seamless user experience but also protects the website from potential security threats. One common issue that website owners face is incorrectly indexed links in search engines like Google. In this article, we will provide a simple guide on how to configure Nginx to display a 404 page for unconfigured domains…

Servers |