Developer Guidance
Developer Guidance
Categories
Codeigniter Javascript Jquery Laravel Php Wordpress

Animated Bootstrap image slider using HTML and JavaScript

In this Tutorial, We learn How to Create a simple animated image slider using HTML, CSS, and JavaScript.

Today’s world websites are in demand and the slider makes a huge impact on the website. We create the design in which the user can easily understand what are our services and make his/her website good. In this, we explain a simple animated slider step by step.

Slider has the background image, text, and image which comes in animated style.

Let’s Make animated bootstrap image slider with HTML code :

Step1: Image Folder/Url

Create an image folder or pass the URL as shown in index.html. Make sure that all the images are in the same width*height (size) and Otherwise, the slider will misbehave while navigating between slides and it looks untidy.

Step2:Index.html

Copy code and simply paste the code.

Step3: Add CSS Code

Step 4: Include Js Fil

Put the code in between the <script></script>

Step 5: Check Final Output

Now, let’s run the HTML page in the browser and see the output. It looks like as shown below in the image. I provide the link of image in slider, you can change it as per your convenient. Animated bootstrap image slider changes look and feel of your website

We are using jssor slider because we can easily create the animated slider 

full width image slider using html css and javascript
Categories
Codeigniter Javascript Jquery Laravel Php Wordpress

Custom Popover Using Jquery

create popover using jquery is used to display the little content in a tooltip-style popup box . Popovers are also known as advanced tooltips.

You can Use the tooltip when if your content is short if not use popover which increase the efficiency of the content.

Now in this We make Popover Which have these fucntionality as given Below:

  • Popover will closed when you click outside any where.
  • When you click one popover another popover will closed automatically.
  • You can pass link in popover.
  • One close sign by which user can close the popover.

Now We will start with coding part:

popover

Popover.html

Popover Using Jquery

We manage The Custom Popover Using Jquery

Categories
Codeigniter Javascript Jquery Laravel Magento Php Wordpress

Product List Carousel for Ecommerce Website

Here We Tell You about the Product List In your Websites.In Today’s World The Ecommerce Business is trending.E-commerce (electronic commerce) is the activity of electronically. buying or selling of products on online services or over the Internet. We create Product Carousel or slider.

Product List Slider Become Most Popular now a days. Every Ecommerce Site have Have Product List Silder.

Now we show how to Create Product Carousel:

Index.php

You can manage how many product can show in front of your website in destop view, Mobile View and Tablet view.

Style.css

Categories
Codeigniter Jquery Laravel Php Wordpress

How To Create Star Rating System Using PHP, MySQL, Ajax & jQuery

Star Rating System or jquery rating system help to get the feedback of customers about the product and service.By Star Rating System using php user or customer can rate the product by selecting the star, this will help the owner or service provider to improve their services as per the customer feedback.

The jquery rating system provide the range between 1 to 5 stars. The five star rating help the other customer to buy the service or product. This is commonly used in eCommerce or product based website.

In this tutorial, we will show you how to build a rating system in php

First make rating design as shown below named as index.php.

five Star Rating System using php

index.php

Rating.js

Now we create the database. Database base name is ratingsystems and table name is stars

ratingsystems.sql

Config.php

Conclusion: Developer Guidance Help to create Star Rating System.

Categories
Codeigniter Javascript Jquery Laravel Php

How to display a popup once using JavaScript

Hi guys , today we learn how to display popup once when website load. Popup will show when visitor come until he/she not accept or cancel. display a popup once is best to increase leads or help the customer to enquiry your product or service.

By a javascript function will call and prevent a popup to not show again until he/she do not reload the website.

display a popup once
Enquiry Form On Popup

HTML for display popup
Once