List of blogs from May to October
May month 2023 blogs report. S.No Blog topics with their links 1 How to fix error Base table or view not found 2 Eloquent: Relationships in Laravel…
Get Http Hostname in Laravel
Getting the http hostname in Ruby on Rails is the main topic of this article. How to obtain hostname in Laravel is covered in detail in this…
reset your commit in GitHub
Here are some ways to reset your commit in GitHub: Run the following command in your terminal: This will undo the last commit and keep the changes…
Validate Email Using jQuery
We will learn how to use jQuery to validate emails in this tutorial. Regular expressions, or regex, will be used in jQuery to validate emails. Form data…
How to Use jQuery to Validate an International Phone Number
Let’s look at how to validate international phone numbers using jQuery, how to validate international phone numbers with a country code, how to validate international phone numbers…
How to Include a Column Filter Dropdown on Top of jQuery Datatable
You have the option to place the dropdown filter on the top header or bottom footer of a jquery datatable. By using columns(), the API is utilized…
Error: fatal: unknown configuration directive
Error: fatal: unknown configuration directive ‘function’ on line 44 of ‘/opt/lampp/etc/proftpd.conf’ Solution: run this command root directory And comment this function now again restart the lampp
Hide/Show Column in jQuery Datatable Dependent on Condition
This tutorial will demonstrate how to hide or expose a column in a jQuery datatable based on a condition. This will teach us how to dynamically display…