Blog

Bower and Ubuntu

Posted: 10 years ago in  Unix HTML-CSS-JS Miscellaneous


Bower is a package manager which is very useful for front-end developer who use angular, cordova, etc... View more


Mqtranslate plugin and menu items

Posted: 10 years ago in 


When using mqtranslate to make wordpress website multilingual, the child item in top menu is not translated. To fix that, add this snippet into functions.php in your active theme folder View more


SWAP and VPS

Posted: 10 years ago in  Unix Miscellaneous


Create SWAP area in Ubuntu is especially helpful with low-memory VPS. This tut in digitalocean is great, very clear and simple. View more


Mqtranslate plugin and taxonomies (post category)

Posted: 10 years ago in 


Mqtranslate is useful plugin for post/page translation. However, by default, taxonomies is not detected and hence, there is only one field to input title (according to default language). I found solution of efoula with a minor changes. You can put this code into functions.php of your theme or create a plugin. View more


Setup Ubuntu Server to send email with own domain

Posted: 10 years ago in  Unix Miscellaneous


To add "email notification" to an appplication/website, usually, the first thing is setup of sendmail on Ubuntu server. It is absolutly simple. Here is few steps to do: View more