How to setup Adsense on AMP WordPress

WordPress powered sites are getting a recommendation by AdSense to support AMP (Accelerated Mobile Pages), you can see this recommendation in the Google AdSense

Read Article

PHP 7 on Ubuntu

It has been quite some time since PHP 7 was released, it has major bug fixes, improved and new ways of writing syntax and many other changes you can find here.

Read Article

PHP: 301 Redirect

In PHP, you can use the built-in header() function to set up a permanent 301 redirect. Here is the modern, streamlined snippet to get it done: Just place this

Read Article

Grav CMS: What makes it better than others?

Simplicity and ease of use make Grav a real winner Grav is a free open source flat-file CMS written in PHP developed by RocketTheme, currently in active devel

Read Article

Grav CMS – The future of flat file CMS

Grav is an open source Flat-File CMS written in PHP developed by RocketTheme. When we say Flat-File CMS it means that the Content Management System doesn’t rely

Read Article

PHP 5.6 on Ubuntu

PHP 5.6 is the latest stable version of PHP available. The latest stable version of PHP available for Ubuntu is PHP 5.5.x, If you want to PHP 5.6 or upgrade you

Read Article