Bootstrap Carousel

The Bootstrap carousel is a component for sliding through elements. It is a flexible, responsive and attractive way for adding a slider in our website. It is a dynamic presentation of contents where text and images are made visible or accessible to the user by sliding through several items. Bootstrap carousel are not supported properly …

Bootstrap Accordion

What is Bootstrap Accordion ? Accordion is a built in capability of Bootstrap to create menus and technical widgets which can properly organize large content and navigation lists. Here, the areas are designed where information can be displayed by just clicking on a button and sliding an area to open and close. It implements the collapse …

Bootstrap Modal

Bootstrap Modal is basically a pop-up box that is used to provide information and alert to the user. It is displayed on top of the current page. One of the multi-purpose lightweight JavaScript popup that is custom-built and responsive and can be used: to display alert popups, videos, and images in a website, to warn users …

PayPal Adaptive Payments for Marketplace in PHP

The PayPal Adaptive payments split payments to one or more than one receiver PayPal accounts. Using PayPal adaptive payment, we can make simple pay, parallel payments, and chained payments. What is Chained Payment..? Chained payment is part of PayPal Adaptive payments. Using chained payment sender can send a full amount of payment to primary receiver. …

CSS Image Sprites

CSS sprites are used to reduce the number of HTTP requests send to server. The smaller images are combined into a larger one at defined X and Y coordinates. After assigning this generated image to relevant page elements, using the background-position CSS property we can then shift the visible area to the required component image. Why we use image sprites: 1 : …