Torbjorn Zetterlund: a blog about data and technology.

  • Quote – raw programming languages

    Nowadays you have developers that use raw programming languages in their project, that slow down contributor because it’s always hard to understand a new project which follows ideas (structure, convention, etc ..) of one developer. Using a framework (even a minimalist one) will break that point.

  • What is phishing – how to protect

    What is phishing – how to protect

    Cybercriminals are quite savvy in their attempts to obtain private information and use it in malicious ways. So how would you stay protected from common attacks known as “phishing” or “spoofing”.

  • How to deal with social media as a small business owner

    How to deal with social media as a small business owner

    You have a Twitter, Facebook account for your business, how are you coping with social media management during your workweek, do you get time to do it at all?

  • How to Visualize your data on your website

    How to Visualize your data on your website

    Have you ever wanted to visualize any of your data showing a bar graph, pie chart, word clouds, and other web visualization more than the text? There been an explosion in the number of available data sources and data-processing tools mean that more people than ever are jumping into the world of data visualization. But with…

  • How to monitor you replicated MySql database

    How to monitor you replicated MySql database

    You have finished setting up your MySQL replication, next you need to periodically monitor your replication to ensure that MySql replication continues to work seamlessly. You can monitor the MySql replication with some basic commands, I have summarized them below.

  • A sunday bike ride around Ringvaart near Amsterdam

    A sunday bike ride around Ringvaart near Amsterdam

    It was a nice Sunday the sun was out, a bit on the chilly side with 5 degrees celsius, the wind at was strong came in from NNE. I got my bike out and went for a ride around Ringvaart near Amsterdam.

  • How to fix a WordPress blog that has a redirect loop

    I recently started experiencing an issue with my WordPress website, I start receiving this webpage has a redirect loop. It did not matter what browser I was using, as that was the first thing I did clearing cache and cookies.

  • How to get maximum value out of your Dropbox account

    With Cloud storage becoming more popular,  prices dropping, cloud storage gives you access to your files on any device wherever you are. Dropbox, Google Drive, Apple iCloud and Microsoft Onedrive are amongst the most popular cloud storage services around right now.

  • View all your cloud services with Jolicloud Drive

    View all your cloud services with Jolicloud Drive

    If you read this you are probably already using cloud-based services, maybe you using Dropbox to upload your files to, or maybe you are using Google Drive at work. Maybe you have many different cloud-based accounts, you spend extra time to use each of your accounts. There is a solution to this, a service that…

  • What you need to know about WordPress Multi Site

    What you need to know about WordPress Multi Site

    A WordPress MultiSite is served by one code base, each site within the MultiSite uses the same database, the tables are numbered by the site which allows the separation of a site if you need to remove tables.  The user tables are still shared.