Cookiebanner og den nye ekomloven i Norge

Den nye ekomloven fra 01. januar 2025

Den nye loven skal gjelde fra 1. januar 2025, og fokuserer mye på bruk av informasjonskapsler.
PUNYCODE & PHISHING ATTACK

Punycode & phishing attack

This is a high-risk security, affecting to Chrome and Firefox users. We suggest everyone applies the fix now. If you are not familiar with phishing attack term, here is a short scenario.  You receive an email saying that your account with them has been expired, or has some errors which require you to login for ... Read more
masonry layout with genesis

Masonry layout with Genesis framework

Just copy and paste, you can create a masonry layout for your WordPress website if you are using Genesis framework. Understanding this, you can do the same with "regular" WordPress sites.
rewriting the search url in WordPress

Rewriting the search URL

Rewriting the search URL of a WordPress-based website helps to have a better SEO, easier to use. Just few lines of code in functions.php.
G suite inbox zero

G suite inbox zero with labels and filters

What is G suite inbox zero? Inbox Zero is a rigorous approach to email management aimed at keeping the inbox empty — or almost empty — at all times. http://whatis.techtarget.com/definition/inbox-zero This article shows how to organize your inbox when using email in G suite. This technique can also apply to free Gmail accounts. However, as ... Read more
pagination in genesis custom loop

Pagination in Genesis custom loop

Most of the times, I am using custom loops in templates for my customers. And of course, custom queries with WP_Query class. Normally, I create a new query such as $the_query = new WP_Query( $args ); I guess it’s the habit since I was coding child themes of Automattic default themes. Nothing wrong with it. Until I ... Read more
websites without ssl

Insecure icon for websites without SSL

Since January 2017, when you visit websites without SSL, Chrome and Firefox will show you an insecure icon in the address bar. It might be just a small icon, but there are more issues behind. Anyway, it is 2017 already, information security is even more than necessary. Safari is still not showing the difference, but ... Read more
saas anti spam statistics

Email spam troubles?

I never publish my personal email address on the Internet. However, most of the email spam are aiming directly to that inbox, not a general one. The company is also new, just more than one year, but receiving a lot of spam recently. Email spam statistics In the last three months, the total incoming messages ... Read more
images optimization

Images optimization

The need of images optimization Obviously, images are important to any website. An image can say more than a thousand words. In SEO on-page technique, the alternative text of each image plays a vital role. However, many people still upload large pictures that leads to slow loading websites. A 1 second delay in page response can result in ... Read more
child theme css

Optimization: child theme style loading

Quick question: how to do child theme style file loading correctly? If you are searching on WordPress, you will mostly get answers of using wp_enqueue_scripts. If you need to load parent styles too, as I usually do, you will need to call wp_enqueue_style twice, once for parent and once for child theme styles. [div class=”notes”] Pay ... Read more