Create dynamic bootstrap modal with JQuery and php

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 displayed on top of your current page.

Read More

Fixed navbar header on scroll page

How to fixed navbar header on page scrolling

Read More

How to create 3D Animated Text with css

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 Graphics.

Read More

How to display animated image in android

How to use animated image or gif image in android

Read More

Find the location of an Item in multidimensional array

Finding position of an element in a multi-dimensional array

Read More

How to add Firebase in android app

This firebase android tutorial is a complete setup guide. You will learn How to add Firebase in the android app.

Read More

Determine if device have an Internet Connection

Some of the most programmers set alarm base background services are to schedule regular updates of application for offline data synchronization. In that case I think programmers should use the BroadcastReceiver for better results. There's no need to sched

Read More

Types of CSS Selectors

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 page.

Read More

How to use asynctask in android

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

Read More