jQuery Back to Top Smooth scroll
If you have large content, multiple sections, and topics on your website, then going from bottom to top becomes a bit boring work on the website page. You might have …
jQuery Back to Top Smooth scroll Read MoreIf you have large content, multiple sections, and topics on your website, then going from bottom to top becomes a bit boring work on the website page. You might have …
jQuery Back to Top Smooth scroll Read MoreFile uploading option on a website is common. But to make it work from scratch seems a very difficult task and sometimes we have to waste lots of time to …
How to upload a file with JavaScript and PHP Read MoreWhen you use forms in your project, it is always better to use some validation to validate user data. This ensures the type of data you need in your project, …
Simple jQuery form validation Read MorePassword Strength checker is very useful when we have to implement registration on the website. Because most of the time user does not focus on choosing a strong password which …
Password Strength Checker jQuery Read MoreSometimes we required to add multiple dynamic input fields in the project. For example, you need to make an online resume and want to add multiple skill values in online …
Add and Remove Input Fields Dynamically with jQuery Read MoreSometimes we need to download an image from a URL to use in the project. Though we can easily download an image from another URL just by right click on …
Saving an Image from URL in PHP Read MoreThe PHP date() function formats helps us to easily solved date related query in PHP. date(“format”, timestamp) Returns a string according to the given format. Just read the whole blog and you will …
PHP Date and Time formats Read MoreJSON is a primary data format for data interchange. It is very lightweight and easy to read and writes. Nowadays every tool in the web used JSON data format for …
How to Handle JSON data using PHP Read More