Skip to content

HTML

scroll page load data

How to Load Data Dynamically on Page Scroll using jQuery and PHP ?

  • by

In this tutorial, we are going to see about loading data into a web page dynamically as the user scrolls it. We will be using jQuery and AJAX for the dynamic load on the scroll. Initially, we will show a limited number of results on page load. The subsequent bunch of records will be shown while scrolling down the page using jQuery AJAX event handler. This is an alternate solution for per-page navigation scenario.

scroll page load data

Read More »How to Load Data Dynamically on Page Scroll using jQuery and PHP ?

hero-recaptcha-demo

Google New reCaptcha using PHP – Are you a Robot?

  • by

Today i would like to show you how to implement Google New reCaptcha using PHP. I like the new design it is clean and impressive, hope you will like it. reCaptcha protects your website for spammers and robots, in this post I had implemented new reCaptch API system with HTML login form using PHP. I like the new design it is clean and impressive, hope you will like it. Please take a look quick look at the demo.
hero-recaptcha-demo
Read More »Google New reCaptcha using PHP – Are you a Robot?

JavaScript Auto-filling one field same as other

  • by

Often when creating a form on a web page, you need your customers to fill out a field such as a mailing address, as well as a billing address. Instead of having your customers fill out the form twice, you can use JavaScript to copy the form’s data from one field to another.

You might have noticed that sometimes websites like e-commerce or some government website have two address fields in their forms.One for primary address and another for secondary address(or one for billing address and another for shipping address etc).
Read More »JavaScript Auto-filling one field same as other