.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 »
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 »
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 »
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 »
Upgrade wordpress via command line shell
There are some reasons why we have to upgrade wordpress via command line in linux shell. Read More »
PHP function to display time ago base on timestamp
Timestamp in PHP only for system usage, for user we have to show it in easy to read way like: 1 minutes ago, 1 hour ago … Today I will show you to use PHP function to display time ago base on timestamp. 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 »
Lock orientation to portrait layout in mobile web by js
Have you ever become crazy with orientation change? If yes then you are in the same issue with me some days ago. But I figured out the solution so that I share you here to save your time and my time if I want to use it later. Let ‘s lock orientation to portrait layout in mobile web by js ... 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 »
jQuery Mobile update popup layout after content change
Recently we have a wordpress project with jQuery Mobile is the core framework to build the client theme. I meet the problem with popup with content change, so in the first popup show we only have the limited content text but then the content need to show ‘s much more than the first show, and the layout become too bad. 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 »
How to display Infinity symbol in HTML
It ‘s my issue in current HTML slicing project what I think it will be useful to share here for you and hope it ‘s helpful for anyone who need it. In HTML I want to display the Infinity symbol in HTML Read More »
What’s News in WordPress 4.0 Benny?
That ‘s exiting to welcome WordPress 4.0 after many times upgrade. This ‘s really a perfect version what we can believe it ‘s stable and nice enough for our purpose use on desktop and mobile device. If you still doubt about what it can bring to us, you can check this video Read More »