FTP & SFTP – Beginners guide to Digital Ocean

Ernest Marcinko Hosting, Tutorials 4 Comments

So far we have a running web server with a working database, but we don’t have FTP access. SFTP However we do have SFTP access. How so? The root and the demo user are valid SFTP accounts as well. So if you have an SFTP client like Filezilla or Notepad++, you can use the demo account to upload your files. I …

Terms of service

Last Update: January 25, 2022. Company Details Name: Web Continental s.r.o. Address: Hlavná 31, Marcelová, Slovakia 94632 Email: [email protected] EU-VAT Number: SK2120186948 Registry Data: Nitra Companies Registry, 40034/N Web Continental, s.r.o. (“Company”) will provide the services it offers (the “Services”) in accordance with (i) the general terms and conditions described below (the “Common T&C”), (ii) the specific terms and conditions …

phpMyAdmin – Beginners guide to Digital Ocean

Ernest Marcinko Hosting, Tutorials Leave a Comment

This step is also optional, but I prefer using phpMyAdmin for database management. So let’s take a break from the file system and install phpMyAdmin real quick. Getting the database root password Before installing you will need the root database password. You should be able to see it if you type in the following command: nano /etc/motd.tail Lost password If …

Rocket Loader for Wordpress

Controlling Cloudflare Rocket Loader for WordPress

Ernest Marcinko Tutorials, Wordpress 18 Comments

What is Rocket Loader? Automatically optimizes your pages to minimize the number of network connections and ensure even third party resources won’t slow down page rendering.Cloudflare Rocket loader from Cloudflare is definitely worth some time for every WordPress site owner. Proper configuration is however a little bit tricky, as there is only a limited access to the WordPress header. How …

Knowledgebase

Welcome to the knowledge base! These articles will help you troubleshooting and fine tuning your plugins without support. It is highly recommended to read the product documentation first – as it holds most of the information regarding the basic usage of the plugin. Search the knowledge base:

jQuery element rotation plugin

Ernest Marcinko Blog, Tutorials 2 Comments

In my previous project I needed to rotate some elements, but I hadn’t found any jQuery plugins regarding this issue. (which of course works with ie7 and ie8 as well!) So I decided to take some time and write this small snippet for jQuery to make the CSS3 rotation easier. It’s a little slow with internet explorer 7 and internet …

Stay connected box for WordPress without a plugin

Ernest Marcinko Tutorials, Wordpress 1 Comment

I’ve done a lot of research to look for a plugin, that can add a “stay connected with us” box below my posts. Unfortunately there is none. The main reason for this, is because there is no proper hook in wordpress to add a content block after the sinlge post. Fortunately, the workaround isn’t too hard. It’s attractive, visitors will …