Helper Wordpress

Helper Wordpress

Wordpress can be fast. Very fast. Really :)

WordPress Keyboard Shortcuts to Maximize Your Productivity

WordPress Keyboard Shortcuts to Maximize Your Productivity

Time undeniably is a precious commodity and all productive people live by this rule. The faster you can work, the more you can accomplish and stay competitive. If you are looking tips for how to save time while writing posts in WordPress, then you need to use WordPress keyboard shortcuts. It let you keep your hands […]

Use JS/CSS only where necessary

Use JS/CSS only where necessary

One of the methods of speeding up the speed of downloading WordPress sites – it is use additional external JS/CSS files only where necessary. I wrote about this 2 years ago, but judging by the sites that I was asked to optimize, the problem is still actuallity. Today I want to tell you why load […]

WP plugins, reconnecting JavaScript vs Single Load Only.

WP plugins, reconnecting JavaScript vs Single Load Only.

In this post I want to discuss one of the problems with WordPress plugins and themes – reconnecting JavaScript. Also I propose solve this issue via “Single Load Only” technology. Connecting the script several times leads to its re-execution, i.e. productivity issue . In addition, this can lead to unpleasant side effects – such if […]

Block the Delivery by city in WooCommerce.

Block the Delivery by city in WooCommerce.

Some time ago I’ve wrote on the limitation of US states in WooCommerce. However, a similar task may occur not only with the states, but also with individual counties or cities – it a matter of American administrative units. In addition to the states, the US has the incorporated/unincorporated territory (such as Puerto Rico or […]

Simple css rating bar via stars

Simple css rating bar via stars

I like simple solutions, because simple solution means reliability solution. For one of the projects I needed the simple css rating bar consisting of stars. Basic requirements – a minimum of code, HTML and CSS only. Without JavaScript, without additional font files, but with the percentage rating. It mean, if you have all 5 stars, […]

How pack and unpack archives via SSH

How pack and unpack archives via SSH

It happens, that some hosting company have inconvenient hosting control panel – and work with files is no possibility, or this feature is bad implemented / this feature is very inconvenient. FTP manager does not always work – for example, when working with archives. A typical example – Masterhost. Somehow they decided that their customers […]

WordPress PageSpeed optimization

WordPress PageSpeed optimization

Quite often turn to me with a request to “speed up site” – say, Google shows 50 out of 100, and because of this the site is lost in SERP. In this lesson, we try to understand what determines speed of site and whether it is possible to achieve results from Google PageSpeed 100/100.

Internationalization of the WordPress Plugins

Internationalization of the WordPress Plugins

So, suppose we wrote a plugin which is already working successfully. One way to make it more popular – is to add the ability to translate into other languages. Internationalization and transliteration. First, let’s define some terms. Translation of a ready plugins – this is a transliteration. When a plugin writing, we create the opportunity […]

New features of HTML5 form

New features of HTML5 form

Recently I worked with template that it was necessary to include on CMS. The template is declared doctype of HTML 5, but the possibility of the 5th version of the HTML, have not been used. So I want to tell the novice designers some things, that will make your site more friendly and semantic.