Skip to main content

Posts

Showing posts from April, 2019

How to improve page speed without plugin

Improving page speed is crucial for these days because Google recent update says that Speed is factor for SEO Ranking and also slow speed website will effect on Traffic. Every business having website to share the products and services with the world because people are easy with buying products or groceries and services instead of going shops. Why your website speed optimization Does matter? Website speed can affects your traffic, page views, conversions, sales and your overall reputation.  these are improve by only to make website faster . As per studies shown  47 percent of people expect a website to load in less than two seconds. 40 percent of people are very likely to leave a website if it takes more than three seconds to load. Therefore, website speed is the top priority if you want to stand out from competition. By speeding up your website not only will give positive results of page views, conversions but you will also provide better user experience . A great use

jQuery Date and Time Picker Plugin datetimepicker

jQuery Date and Time Picker Plugin datetimepicker Use this plugin to unobtrusively add a datetimepicker, date picker or time picker dropdown to your forms. Simple and easy to integrate  It's easy to customize options. Supports 3 languages: en(English), de(German) and ru(russian). Date input mask. Callback events support. Inline mode support. Always display the date & time picker without having to click the input field. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.full.min.js"></script> <input id="datetimepicker" type="text"/> See the Pen DateTimePicker (https://www.codesponsors.com)