-
Apr- 2020 -22 AprilHtml
Google Maps API – Autocomplete Address Search Box with Map Example
In that tutorial, I would like to share with you how to use google autocomplete address search box with maps.…
Read More » -
10 AprilLaravel
Web Push Notifications Using Laravel and Pusher
Web notification is a particular message that generates from a website, whenever any update or important message is shared on…
Read More » -
10 AprilProgramming
Integration Testing in Python
What is Integration Testing ? Integration testing exercises two or more parts of an application at once, including the interactions…
Read More » -
Mar- 2020 -21 MarchJavaScript
Audio play() Method in javascript
Definition and Usage The play() method starts playing the current audio. Tip: The audio() method is often used together with the pause() method.…
Read More » -
21 MarchJavaScript
Add days to javascript date
In the javascript, we can simply add days to the existing date. In addition to methods to read and alter…
Read More » -
21 MarchJavaScript
get current date and time in javascript
Use new Date() to generate a new Date object containing the current date and time. var today = new Date(); var dd = String(today.getDate()).padStart(2,…
Read More » -
21 MarchTips & Tricks
Reduce mobile data in Android: restrict background data
As you install more and more apps on your Android, you may become concerned with the data that some apps…
Read More » -
Feb- 2020 -22 FebruaryJavaScript
Adding and removing CSS from div with jquery
If you want to use add the CSS or any other external classes into your existing div or HTML then…
Read More » -
19 FebruaryJavaScript
How to validate field in Vue js
The default HTML5 validation doesn’t show all the form errors at once. The irony though is that the browser actually…
Read More » -
16 FebruaryLaravel
How to add days in the current date in PHP?
If you want to add days in current date then simply get a date in PHP with the date(); function,…
Read More »