How to program a drone with Java

In this article we will answer one simple question about drone programming – where do I start? What do I need to do to make a simple drone application?

Checklist for technical SEO

In my many years of experience running small niche blogs I’ve got a lot of knowledge on the topic of technical SEO. In this article I will share what works and what not and what can be done today in order for your blog to rank higher in search engines with a technical SEO checklist.

Our WordPress website keeps getting hacked

We are running several websites with WordPress in different categories – everything from blogs to online shops. WordPress is great. It is easy and powerful at the same time. Although there is one thing that gives us a doubt of the platform – our WordPress websites get hacked. Especially more popular ones.

How to show folder size in Windows

You are wondering why is it easy to see a file size in Windows explorer, but not the folder size? The short answer is – resources. In order for the explorer to show a directory size it needs to process all files in all sub folders and calculate the space that all the files take in a directory. The calculation is resource draining and time consuming. The feature was available in Windows before XP, but was then removed as it made explorer slow to work with.

How to trigger WP-Cron from crontab in WordPress

WordPress cron is a process that runs each time a user visits a website. It triggers the tasks that are due to run and schedules the new ones. Wp-cron is an important feature to have. It publishes posts that are scheduled to be published at given times. It triggers important background events like check for updates, send planned emails and others.

How to protect images on website

Today, people are generally aware that you need to check the license and permissions before using the image you found on the internet. Images are still being stolen from their original creators. If you are creating professional artwork or taking good photos – you still need to spend time securing your property online or it will be stolen.

Greatest data simulations 2015

There are a lot of interesting things out there on the Internet. Here we gathered some really cool data simulations of the year 2015 that shows that Internet really is beautiful.

CSS show div on hover

Css is not always easy. In this article I will explain how to show elements while hovering over a link. There are several ways to do it: by toggling a display element and by changing an opacity.

How to program backup software

In this article I will show you how to make your own backup software without downloading any tools. There is a lot of free and paid software for backup that you can use. One of them is Immortal files for both Windows and Mac.