We can optimize the initial loading time of angular application using angular universal (server-side rendering). Server-Side Rendering also helps in SEO (Search Engine Optimization) and Improving performance on mobile and… Read more »
In this WordPress tutorial, you will find everything you need in order to create a website with WordPress. From installation to backups – we have covered it all. Be sure… Read more »
One reason for WordPress popularity is the low system requirements needed to run this CMS on a web server: PHP version 5.2.4 or greater. MySQL version 5.0.15 or greater or… Read more »
Once the installation is complete, the first thing you would want to do is log in to the WordPress administrator dashboard. Usually, there is a link to the login page… Read more »
Creating a website with WordPress starts with publishing a new post or a new page. You may wonder – what is the difference between posts and pages? The answer is… Read more »
The primary purpose of WordPress plugins is to expand WordPress functionality. Just by installing and activating a plugin you can add new features to WordPress site without any coding. There… Read more »
The look of WordPress site can be changed by applying themes. There are free and premium WordPress themes. Some of them are universal and can be used on any website…. Read more »
In this WordPress tutorial, we have now learned how to install and use WordPress in order to create and manage your very own website. As your WordPress site grows, so… Read more »
This is a very simple script to detect the mobile browser and redirect the customers to the mobile version of the website. It is very easy to use and is… Read more »
For Localhost / VPS / Dedicated Hosting Open the httpd.conf Find LoadModule rewrite_module modules/mod_rewrite.so Remove # from the beginning of the line Find AllowOverride then change to be <Directory /> AllowOverride… Read more »