Best practices

A best practice is a method or technique that has been generally accepted as superior to any alternatives because it produces results that are superior to those achieved by other means or because it has become a standard way of doing things, e.g., a standard way of complying with legal Read more…

Types SEO

There are mainly 3 types of SEO 1. White hat SEO 2. Black hat SEO 3. Gray hat SEO 1. White hat SEO:- White hat refers to any practice that improves your search engine performance on a search engine results page(SERP) while maintaining the integrity of your website and staying Read more…

What is Bootstrap?

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites. Bootstrap 4 is the newest version of Bootstrap Bootstrap Example: <!DOCTYPE html> <html lang=”en”> <head> <title>Bootstrap Example</title> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script> <script src=”https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js”></script> </head> <body> <div class=”jumbotron text-center”> Read more…

Basics Of Email

Basics Of Email E-mail is an acronym for Electronic mail. It is an online message delivery system. Emails are a popular way of sending information because it delivers message to the recipient within seconds of sending it. Emails are usually used to do formal conversation. By means of an email Read more…

Flash- Web Framework

Flash is a high performance, open-source web application framework. Flash web framework follows the MVT (Model-View-Template) architectural pattern or you can say MVC (Model-View-Controller) pattern because the controller is handle by the system. Flash is fast, lightweight, powerful, simple, and easy to use. It allows users to create web applications in Read more…