In this blog post, you will learn google maps draw polygon get coordinates with an example, and later you can save the latitude/longitude in the database. As you know we can draw various shapes to your map and there are the following shapes available like lines, polygons, circles, and rectangles. Keep reading on Check if point inside polygon Google […]
Check if point inside polygon Google Maps JavaScript
In this blog post, you will learn how to check if point inside polygon with google maps javascript API v3 example. As you know we can draw various shapes to your map that is basically an object on the map tied to latitude/longitude coordinate. There are the following shapes available like lines, polygons, circles, and […]
How to Create a Calendar Control in ASP.NET
In this blog post, you will learn asp.net calendar control with examples and how to create a custom calendar control in asp.net using javascript and CSS. Previously I have explained File Upload Control in ASP.NET web application. ASP.NET Calendar Control The Calendar control is used to display a calendar in the browser. This control displays a one-month […]
Google Maps Draggable Marker Get Coordinates
In this blog post, you will learn how to create google maps draggable marker using Google Maps Javascript API v3, and when you drag the marker position then get coordinates (latitude and longitude) of that location where you place the marker. Keep reading on Google Maps Location Sharing Not Updating, How to show multiple locations on Google […]
JavaScript Cheat Sheet with Examples PDF
In this blog post, I will share the JavaScript Cheat Sheet .PDF. This comprehensive PDF included from basics to advanced concepts, ES6, simple explanations, DOM API, Event loop, functions, array, object, Type and so much more. Everything explained in this 13 page JavaScript Cheatsheet. You may also like Learn C# Programming Language in PDF JavaScript Cheatsheet […]
How to create transparent login form using Html and Css
In this blog post, I will learn how to create a transparent login form using Html and Css using JavaScript. A login form is a set of credentials used to authenticate a user to access a restricted page or form. It contains a field for email and another for the password. Keep reading on Facebook […]
How to get location from ip address in jQuery
The following example will demonstrate to you how to get location from IP address in javascript/jQuery using IP Geolocation API. By using this api you can data in multiple formats such as JSON, XML, etc. The API base URL is Http://ip-api.com/json/{query} {query} can be a single IPv4/IPv6 address or a domain name. If you don’t supply […]
How to create modal popup using JavaScript in ASP.Net
In this blog post, you will learn how to create a modal popup using javascript in asp.net on hyperlink click with an example. Keep reading on Html Form Validation using JavaScript Source Code, jQuery Msgbox Plugin. Create a Modal (Popup) with HTML/CSS and JavaScript In this tutorial, we’re going to learn how to build a modal/popup […]
Html Form Validation using JavaScript Source Code
In this blog post, I will share how to create html form validation using javascript code. JavaScript provides the facility to validate the form on the client-side so data processing. Most web developers prefer JavaScript validation. Using JavaScript, you can validate name, password, email, date, mobile numbers, and more fields. Keep reading on How to […]