Convert string to Title Case with JavaScript using RegEx

18 August, 2014   |   JavaScript

JavaScript code snippet to convert any text string into Title Case (Proper Case) capitalization using regular expression.

Overcoming multiple overlapped markers in Google Maps using GMAP3 and OverlappingMarkerSpiderfier

1 August, 2014   |   JavaScript

Solution for GMAP3 Google Map API plugin where there are more than one marker on the same location.