BeejBlog


Personal ramblings of a lifelong tinkerer
  • PHP7 Debugging under Visual Studio 2015

    By Beej
    I suggest installing PHP7 through the IIS Web Platform Installer so it does the Handler Mapping vs having to mess with that manually (i.e. assigning PHP extension to php-cgi.exe) – but there’s a lot of guides out there for doing that yourself if you want. [Read More]
    Tags:
  • Shred GPX WPT XML with SQL Server

    By Beej
    declare @xml xml = '<gpx> <wpt lat="35.0977419" lon="-80.89258"> <name>10112 Industrial Dr. Pineville, NC 28134, Pineville, NC, 28134</name> <desc>10112 Industrial Dr, Pineville, NC 28134, USA</desc> </wpt> <wpt lat="30.8276466" lon="-83.9967315"> <name>323 Industrial Blvd Thomasville, GA 31792, Thomasville, GA, 31792</name> <desc>323 Industrial Blvd, Thomasville, GA 31792, USA</desc> </wpt> <wpt lat="26.4237949" lon="-81.415628"> <name>283 E... [Read More]
    Tags: