How to Transfer Domain name from GoDaddy to Webhost
The general process for transferring a domain name from GoDaddy to your webhost (assuming there is no domain name email attached) are … Login into GoDaddy and turn privacy protection...
read moreHow to Enable Trusted Host Settings in Drupal 8
What many Drupal 8 installation tutorials forget to mention is that you should also enable trusted host settings. This is to prevent Host Header attacks on your site. In Drupal 8’s...
read moreHow to see WPA key for WiFi connection in Windows 10
Here is how to find the WPA key that your Windows 10 is using to connect to your WiFi network. Your Windows 10 is able to connect to your WiFi network. It may be using a WPA key to connect to your...
read morePHP Proper Logout Code
To provide a logout function, we have to destroy the session and expire the cookie (if cookies are being used to pass along the session identifier). Based on the PHP manual, you have something like...
read moreBasic CSS scroll snap tutorial
In bleeding edge browsers, you can use CSS properties such as … scroll-snap-destination scroll-snap-type scroll-snap-coordinate to implement scroll snap. There are more CSS properties...
read moreHow to prevent users from creating accounts in Drupal 8
By default, Drupal 8 allows users to create an account but an admin has to approve it. An admin gets an Account Detail email with pending approval. To remove this ability, go to...
read moreHow to Update Drupal 8
You should perform a full backup before doing an update. Note that these instructions apply only updating 8.x.x version of Drupal to any later 8.x.x version. To update your Drupal 8, go to...
read moreHow to remove Drupal 8 Logo
To remove the Drupal 8 logo from your default Drupal Bartik theme, log into the Drupal Admin panel and go to menu … “Appearance -> Settings -> Global Settings” and uncheck...
read moreHow to Make a JQuery Carousel
In this tutorial, we will make a JQuery carousel (also known as image slideshow) with prev and next button that loops back on itself. Sure there are many JQuery carousel plugins out there which...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.