.htaccess is very powerful. Even the slightest syntax error (like a missing space) can result in your content not displaying correctly or at all. Read More »
Tag Archives: wordpress tips
How to enable Gzip in .Htaccess for WordPress?
In case you have not heard of it in the past, Gzip is a server process that essentially compresses your files on the fly before transmission to the user. Read More »
Install Redis Caching to Speed Up WordPress on Ubuntu
In this tutorial, Redis will be configured as a cache for WordPress to alleviate the redundant and time-consuming database queries used to render a WordPress page. The result is a WordPress site which is much faster, uses less database resources, and provides a tunable persistent cache. Read More »
WordPress Hosting/Server System Requirements
WordPress require a very small server configuration hardware and software. In this post, I only talk about the wordpress system requirements what enough to run wordpress (not wordpress fully optimized hosting what make wordpress work fast). Read More »
Security tips for WordPress
There are a lot of risks from internet for a webmaster to maintain their website, but with wordpress it ‘s easy to do the basic security, today I will share you 3 wordpress security tips what always need for any wordpress site. Read More »
WordPress 20x faster with Turbo Cache on SwiftServer
First of all, 20x faster for wordpress load is real, if you read this post and follow all of steps for basic wordpress installation and wordpress default theme. We are sure you can reach to 20x speed. But belong to your custom theme and plugin can decrease the speed. But for sure you can see the speed faster a lot ... Read More »
Top 3 Image Optimize WordPress Plugin for SEO
Image optimize in wordpress is quite simple to solve what give us a lot of score in Google Speed insight check. If you check score with Google Insight you will see something like this. Read More »
Randomise elements in PHP array with shuffle
Randomise elements in PHP array with shuffle is quite easy. I have to spend at least an hour to optimise this task until I found shuffle function what already done this task :). Read More »
Convert a string to a number in PHP
Convert a string to a number in PHP is quite simple, let me show you the problem and the solution for it. Read More »
Get last character from string in PHP
Easy but not for all of us to get last character from string in PHP. It ‘s quite simple to figure out with a quick Google it. So if you found my article about this. Then you are in right place to solve this issuse with a simplest way. Read More »
Install and configure wordpress multisite (WPMU)
Getting some requests from our nice customers about Install and configure wordpress multisite (WPMU), we are happy to show you how to do it in this post to make your wordpress to a WordPress Network Read More »
Extract youtube ID from youtube URL in PHP
Today I will show you a very easy way to Extract youtube ID from youtube URL in PHP. This is very simple task what shouldn’t take time but we usually do it not official with all of situations. Read More »
Search text in nano text editor
Instead using “vi” editor in linux system, we usually use nano text editor to make everything easier. But not many people know how to search text in nano text editor. In this tutorial I will show you a very simple tips. Read More »
Top 5 wordpress SEO plugins 2015
The SEO art change all of time from day by day. In 2015, the SEO methods need to update quickly to keep the best position on Google Search Engine. In this post, we list top 5 wordpress SEO plugin what will help us update the good way to keep your SEO methods always up to date. Read More »
Crayon Syntax Highlighter WordPress plugin
Crayon Syntax Highlighter is a perfect highlight code solution for any wordpress site. It ‘s fast, simple and easy to use. Syntax Highlighter supporting multiple languages, themes, fonts, highlighting from a URL, local file or post text. Read More »
Full width 100% for youtube video iframe
Today I will share you the issue what take me entire of day to solve about Full width 100% for youtube video iframe. Hope it will save your time. If you meet this issue, I believe it just take you 5 minutes to finish the task. Read More »
Create Cronjob with custom nano editor in Linux/Mac
When create a cronjob in Linux or Mac, the default editor is VIM. But it is not easy and not comfortable to use VIM in the most case because it have too many hidden command shortcut key. In this case, I decide to use NANO editor instead. Read More »
Background Stretch and scale in CSS 100%
Background Stretch and scale in CSS is what you will need to do in responsive html slicing all of time. My situation happen all of times so that I share you this way to help you and remind me when I need it. Read More »
Round and Format number in PHP
Making Round and Format number in PHP is quite easy but it will take you much time if you are not familiar with it. But here we help you solve all of these type of issues just in 5 minutes :). Read More »
How to get Current URL in Javascript?
When develop a wordpress plugin or work in wordpress theme, I usually meet the problem with getting URL in javascript code. The problem come is I want to get current URL of current page because not all situation we can pass the current URL from PHP code. That ‘s why I decide to share this tips to you to save ... Read More »