Browsing Category
Tutorials
How to expose local development server to the world
Powerful tools exist to expose local services. Learn how easily you can expose server from your local development machine to the…
How to Fix ads.txt error message on Google AdSense account
Does your adsense account has the same issue as the feature image of this post? If yes, then you are in the correct place as you…
Force WebSite over HTTPS SSL with htaccess
When you need to switch a website from an old domain to a new domain, you need to redirect all your page URLs, this is when …
5 useful htaccess tricks for website migration
Over the last year I found myself migrating several websites to new domains. Therefore, I have decided to write a post about the 5…
Composer and Github repository
The post will show how to add public git repo as a composer package. If you want to add your own git repo as a composer package you…
How to show hidden files Atom sidebar
Atom editor is my preference on doing my programming tasks. The post will indicate how to show hidden files Atom sidebar. By default…
Deploy github project to Heroku with custom domain
This tutorial will show you how to create a github project and then how to deploy the project to Heroku with a custom domain name. …
How to center a Youtube iframe on a page
The post will show to center a youtube iframe on a page with html and css only. To make you iframe center you need to give your…