Character count in Javascript
with the help of html and javascript we can make a beautiful character count function. It shows how much our limit is full or not also how…
Regex Validations
Regular Expression or (Regex) is one of the foremost effective, adaptable, and proficient content preparing approaches. Regex has its possess wordings, conditions, and sentence structure; it is, in a sense, a scaled down programming language. example:- This regex is use for…
laravel issue Key path “file://C:\xampp…\oauth-private.key” does not exist
The error message you are seeing suggests that the file located at the path “file://C:\xampp\htdocs\Projectname\storage\oauth-private.key” either does not exist or is not readable by the application or…
Refresh Div without page reloading by using of jquery
You can use jQuery’s load method to refresh a specific division (Div) of a web page without reloading the entire page. Here’s an example: In this example,…
Symfony\Component\… The file “C:\xampp\…/1674021832.pdf” does not exist
If you are faceing this type of error, your photos or document are not showing. then it is just spelling mistake. please check your path spellings properly….
The POST method is not supported for this route. Supported methods: GET, HEAD.
If you getting this type of error in form its means there is a somthing wrong in route. When you create any form and set the method…
Whoops, looks like something went wrong
If this type of error you facing then it might be the Microservice connection issues you have to connect it properly. For this use : Then copy…
JavaScript(DOM) Click event
The onClick event is the commonly used events in JavaScript. It action occurs when an element is clicked . How to onClick event works First, you have…
Php file not working in localhost(browser)
Php file not working in localhost(browser) or it show’s previous projects, then try this First turn off your XAMPP server then Go to vhost C:\xampp\apache\conf\extra Open vhost…
How to Delete pages from pdf file in JavaScript
we need JavaScript libraries: pdf.js: “https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.12.313/pdf.min.js” pdf-lib: “https://unpkg.com/pdf-lib@1.3.0” //This library helps to delete pages. downloadjs: “https://unpkg.com/downloadjs@1.4.7” //use for download attachment Make a index.html file save and run…