Creating CSS tooltips is not that difficult, you just need to know what you want to achieve, and you need to be aware of some CSS tricks. In this post I will tell you all you need to know for making your own CSS tooltips. What maketh a tooltip A tooltip is usually a text box that...
WordPress infographic about WordPress infographics
What are infographics? Infographics are graphical visual representations of information, data or knowledge presented quickly and clearly. They are usually big images that present various information, mainly numerical, in a way that is fast and easy to understand. First WordPress Infographic I started wondering when people started publishing infographics in their WordPress blogs. Since it’s difficult to make...
Liferay portal instances explained
Liferay portal instances are a way through which Liferay handles data separation. Each Liferay instance can be seen as a separate website within the same server. Each instance has its own domain name (setup via the Virtual Host attribute of the instance). Each portal instance is only accessible through this domain name and not otherwise. How to setup Liferay portal...
[SOLVED]Problems with qTranslate and Fusion Page Builder (Avada theme)
Working on a huge project for RiskRhino I’m developing their websites using the Avada theme for WordPress. Since RiskRhino is a company based in the Netherlands it was necessary to add a Dutch version to the site. Implementing this turned out to be quite a challenge as the free translation plugins available out there is quite...
Ionic push notification service goes into alpha
I am quite a fan of the Ionic Framework and have already used it several times for some of my projects (including a Contract Management mobile app for Android and iOS). Also, in my mobile apps I’ve been using the Push Notification plugin that works with the Google Cloud Messagin API. It’s not a hugely complicated...
Publishing to the App Store and avoiding insanity
It sounds harsh, but if you’ve just begun with publishing to the App Store you probably know what I mean. I am almost convinced that Apple has made publishing to the App Store such a complicated process because they want this process to act as a filter. If you don’t want to go insane while...
Easy mobile app development for Android and iOS
The mobile app development process When I first decided to develop a mobile app I had no idea where to start. Well, I had some idea since I had been involved in developing desktop applications and web applications, but every new thing has its own secrets. I had to find those secrets about developing a...
Google search algorithm update 2015 due in April
Significant change is coming to Google search algorithm, or so it’s announced by Google. Apparently the change is supposed to occur April 21, 2015 and it will have to do with a boost in ranking given to all sites that are mobile-friendly. This change, says Google, hopes to improve the search experience by bringing more relevant...
Google Webmaster tools queries data collection stopped. Was it resumed?
What’s going on with Google Webmaster Tools Data? On February 13, 2015 Barry Schwartz wrote in his post on searchengineland.com Google Webmaster Tools Data Stopped Updating Almost A Week Ago that there seems to be a problem with data collecting inside the Google Webmaster Tools. This was especially obvious in the search keywords queries statistics where...
Hibernate HQL BETWEEN Expression
In this post I will show you how to use the Hibernate HQL between expression to write and execute some simple HQL queries. HQL is the Hibernate Query Language that allows you to query your Hibernate data layer using similar syntax to the relational database query language SQL. SQL offers a number of operators and...