Category: Html

  • How to build an eCommerce website using bootstrap 5?

    , ,

    Hello friends, welcome back to my blog. Today this blog post will tell you, How to build an eCommerce website using bootstrap 5? In this post, guys we will get below things: Bootstrap 5 Free Ecommerce Template Creation. Bootstrap Template Fully Responsive. Angular 11 came and Bootstrap 5 also and very soon Angular 12 will…

    How to build an eCommerce website using bootstrap 5?
  • How to create responsive website using Bootstrap 5?

    ,

    Hello friends, welcome back to my blog. Today this blog post will tell you, How to create responsive website using Bootstrap 5? In this post, guys we will get below things: Bootstrap 5 Free Template Creation. Bootstrap Sidebar Template Fully Responsive. Angular 11 came and Bootstrap 5 also and very soon Angular 12 will come…

    How to create responsive website using Bootstrap 5?
  • Angular 9 admin dashboard template free part 2

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will show you, Angular 9 admin dashboard template free part 2. Here is the working code snippet and please use this carefully: 1. very first, you need to make styles folder into src/assets/ folder and make file therichpost.css and add below css inside it: html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}…

  • How to get month difference between two dates?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to get month difference between two dates? I like jQuery the most and in my all the project, I do my all the things done with jquery. In this post, I will tell and How to get month difference between two…

    How to get month difference between two dates?
  • Form Submit with Ajax and Save to Php Mysql

    , , , ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Form Submit with Ajax and Save to Php Mysql. I am sharing very simple, basic but very important html form submit with ajax and save to php mysql. Here is the working example of saved data in mysql from ajax form post: Here…

    html_ajax_php_mysql
  • How to make paypal donation button in php?

    , ,

    Hello, welcome to therichpost.com. In this post, I will tell you,  How to make paypal donation button in php? I personally like php ver much. PHP is the best web language. There are many cms and frameworks in PHP and WordPress is the best example. facebook also used PHPin it. Most of sites use donation and this required payment gateway also and  I am…

    Php Preg_Match Pattern for Week Days Name
  • Send Mail After Successful Registration In PHP

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you how to Send Mail After Successful Registration In PHP? This is basic functionality and In this form you just add form value and press the button and Successful Registration email will receive on your email id. Here is the working code and…

    Php Preg_Match Pattern for Week Days Name
  • Jquery Custom tabs Effect

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Jquery Custom tabs Effect. I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. I am making Jquery Custom tabs Effect because…

    jquery
  • Jquery Show Hide Nested Ul Li

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Jquery Show Hide Nested Ul Li. I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. You can do this code for…

    jquery
  • How to remove .html extension from url?

    Hello to all, welcome to therichpost.com. In this post, I will tell you How to remove .html extension from url? We will remove .html extension from url? and you need to add this code into your .htaccess file. Here is the working code and you need to add this .htaccess file: remove-html-extension-url Options +FollowSymLinks -MultiViews…