
How to buy Bitcoin/Ethereum using Credit / Debit card without Verification
Bitcoin is the most popular cryptocurrency. There are many exchanges that sell Bitcoins, but they all want ID verification, many of them asks for your selfie to verify. The exchange…

How to buy Bitcoin from India
The citizens of India can also buy Bitcoins. There are only a few exchanges in India that can be trusted. One of them is Zebpay. Using zebpay we can buy…

How to create a website: Part 3
After buying the domain name(your website name) and hosting space we can start the coding of the website. All websites are based on HTML, the web programming. Everyone starts web coding…

How to include or show youtube videos in website
Youtube allows the videos shown on its website to be shown on other websites. The process of including youtube videos on a website is very easy. 1. Go to youtube.com…

How to create a new website: Part 2 – Domain Name and Web Hosting
Before starting a new website we should have proper planning. If we are starting a website for making money its important. A website is a success only if it have…

How to create a new website: Part 1
We are now living in an internet era. Everything is coordinated through websites, softwares and computers. Internet is now an important part of our life. Now almost all the major…

How to use @media for responsive design in websites
@media is a CSS3 module allowing content rendering to adapt to conditions such as screen size, device-orientation or display-density. A media query consists of a media type and one or…

How to setup java and add java path in windows
Java technology allows you to work and play in a secure computing environment. Java allows you to play online games, chat with people around the world, calculate your mortgage interest,…

How to restore windows master boot record
If we install ubuntu while there is windows installed in our computer the MBR(Master Boot Record) of Windows’ will be ovewritten by the Ubuntu’s boot menu. To restore the Windows…

How to use prism.js code highlighter
Prism is a lightweight, extensible syntax highlighter. Prism is used on several websites. It supports almost all languages. Download prism.js from the website Download Features Wide browser support: IE9+, Firefox,…

How to include php files from different directories or folders
There are two PHP functions to include one PHP file into another PHP file. The include() Function The require() Function The include/require statement copies all the text/code/markup from the specified…

How to make a email / feedback form in php
In this article I will guide you to create a simple email form using html and php. The form is created using html and the mail is sent using php…