Year: 2018

  • What is bitcoin?

    ,

    Hello to all, welcome to therichpost.com. In this post, today I will tell you, What is bitcoin? How it works and How to transfer money from bitcoin? First I will tell you, What is bitcoin?  : Bitcoin is cryptocurrency and it is used to transfer money Worldwide and I also got some Bitcoin money from my friend. Bitcoin came in January…

    bitcoin
  • How Session Works In laravel?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How Session Works In laravel?  Laravel is one of the top php mvc framework. I personally like sessions very much because we can easily store information across full website. Here is the working methods for sessions in laravel: //Very First you need to call the session into…

    Laravel 7.2 routing with route group auth guard check with prefix
  • How to Export Datatable data to PDF,Excel,CSV and Options?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Export Datatable data to PDF,Excel,CSV and Options? Datatables are the powerful jquery plug-in and it is used to create table listing with sorting and searching and many more functionality. I personally like data-tables very much because it is well-mannered listing of content in table structure. Datatables give…

  • Open Datepicker ui on button or h5 click with jquery

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you, Open Datepicker ui on button or h5 click with jquery. 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. Today I am going to tell…

    jquery
  • Datepicker ui with next previous and today date custom button

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you, Datepicker ui with next previous and today date custom button 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. Today I am going to add next…

    jquery
  • How to add more panel or section into your WordPress customizer?

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to add more panel or section into your WordPress customizer? WordPress is the best cms. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress. WordPress give customizer options to…

    How to add custom meta title and meta description in Wordpress?
  • What is WordPress? Useful Information on WordPress.

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, What is WordPress? Useful Information on WordPress. First, I will give you little information my journey with WordPress.  I started my journey with WordPress 3.5 years ago.  When I started it, everyone told that this is easy and simple and just needed html…

    How to add custom meta title and meta description in Wordpress?
  • How to open bootstrap modal popup on datatables tr click?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to open bootstrap modal popup on datatables tr click? Here is working code for datatables tr click: $(document).on(‘click’, ‘#data-tableid tbody tr’, function() { $(“#modalpopupid”).modal(“show”); });  There are so many tricks in datatables and I will let you know all. Please do comment if…

    bootstrap
  • How to add dynamic id to data-tables tr with ajaxify content in Laravel?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to add dynamic id to data-tables tr ajaxify content in Laravel?  Laravel is one of the top php mvc framework.  Datatables are the powerful jquery plug-in and it is used to create table listing with sorting and searching and many more functionality. I personally like data-tables very much because it is…

    datatables-in-angularmaterial
  • What is Garbage Collection in .Net Framework?

    Hello to all, welcome to therichpost.com. Today, In this post, I am coming with new feature and I will tell you, What is Garbage Collection in .Net Framework? .Net Framework is developed by Microsoft and it used to build window applications. Today I will tell you about Garbage Collection in .Net Framework. The automatic memory management…