Topic

IT Programming

A collection of 46 issues

Microsoft SQL Server database standard guidelines

SQL DB Standard/ Script Review 1) All script must include header when updating/new -- ============================================= -- Author:                     [ Name] -- Create date: [2019/05/13] -- Description:   [Description] -- Used by:     [Function] -- ============================================= 2) Naming  convention ( no short form unless too long)   , Stored procedure naming based on table_action. 3) Must
2 min read

Google maps direction service and markers in jquery with webmethod

var directionDisplay; var directionsService = new google.maps.DirectionsService(); var directionDisplay2; var directionsService2 = new google.maps.DirectionsService(); var map; var Default_Latitude = 16.0333; // VN Latitude var Default_Longitude = 106.8500; // VN Longitude var waypts = []; var waypts2 = []; var originLocation; var destinationLocation; var originLocation2; var destinationLocation2; var markers = []; var infowindow = new google.
7 min read

Subscribe to Code, Query, Ship, and Learn

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe