Basic Map
Following is the bare minimum code required to display a google map.

Bare basic code to display a map
<html>
<head>
	<script>
		function initMap() {
			const objMap = new google.maps.Map(document.getElementById("dvMap"), {
				center: { lat: 38.9072, lng: -77.0369 },
				zoom: 10,
		  });
		}
	</script>
</head>
<body>
	<div id="dvMap" style="width:800px; height:600px; border:1px solid grey;"></div>	
	<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap" async defer></script>
</body>
</html>



Ginger CMS
the future of cms, a simple and intuitive content management system ...

ASP.NET MVC Application
best practices like Repository, LINQ, Dapper, Domain objects ...

CFTurbine
cf prototyping engine, generates boilerplate code and views ...

Search Engine LITE
create your own custom search engine for your web site ...

JRun monitor
monitors the memory footprint of JRun engine and auto-restarts a hung engine ...

Validation Library
complete validation library for your web forms ...