Amit Pandey's post page #21

Create dynamic bootstrap modal with JQuery and php

  • 20 Mar 2023
  • 0

This is the easiest way to create dynamic bootstrap modal with jquery on your web page. The Modal plugin is a dialogue box or a popup window that is d...

How to create 3D Animated Text with css

  • 20 Mar 2023
  • 2

Hi, I am going to introduce an amazing animation concept for your web page. I think you have to know a keyword SVG, yes SVG stands for Scalable Vector...

How to display animated image in android

  • 20 Mar 2023
  • 0

How to use animated image or gif image in android

Find the location of an Item in multidimensional array

  • 20 Mar 2023
  • 0

Finding position of an element in a multi-dimensional array

Determine if device have an Internet Connection

  • 20 Mar 2023
  • 1

Some of the most programmers set alarm base background services are to schedule regular updates of application for offline data synchronization. In th...

Types of CSS Selectors

  • 20 Mar 2023
  • 0

The selectors point to the HTML element you want to set the style. The selector is the technic to give any kind of style to your text on your HTML pag...

How to use asynctask in android

  • 20 Mar 2023
  • 0

Android AsyncTask (Asynchronous Task) is an abstract class provided by Android. Here we go to see, how to use Asynctask in android.

What is jQuery noConflict?

  • 20 Mar 2023
  • 2

jQuery uses the dollar sign ($) as a shortcut or alias for jQuery. Thus, if you use another JavaScript library that also uses the $ sign as a shortcut...

What are the technologies used by ajax?

  • 20 Mar 2023
  • 0

Ajax stands for Asynchronous JavaScript and XML. And I'll tell you what are the technologies used by ajax. The word "asynchronous" means that the user...