• In search of the elusive Google default marker

    For a number of years now I have been developing a Google Maps plugin for WordPress <end of plug>, I have even created a script to dynamically generate coloured markers with custom text. This is a great solution for hosting your own markers, but is has a lot of overhead, having to host a custom…

  • A network administrator’s guide to activating monitor Power Management while transitioning to Windows 2000 or Windows XP

    Anyone looking for PM_Win2k_Whitepaper.pdf from the now defunct host http://www.computerpowersaver.com, I have made it available. PM_Win2k_Whitepaper.pdf

  • Bad Review – Whirling Dervishes at Hodjapasha, Istanbul

    Recently back from a very enjoyable holiday in Turkey with one bad experience, the Sufi Whirling Dervishes Ceremony at Hodjapasha Cultural Centre. What ruined our experience? All being prohibited from taken photos during the event. Firstly, we realise Sufi Whirling is a spiritual ceremony and photographing the event may even be considered blasphemous, but you…

  • Google Map v2.0 released – rewritten code supporting API v3 and gpx downloads!

    Google Map v2.0 has now been released. Rewritten code supporting latest WordPress and Google Map API v3 features. Allow your readers to downloads your maps to GPS via GPX files. Give your readers the exact coordinates to your location. Download from the WordPress plugin repository. The following examples use the included example.xml file. Marker Z…

  • Ultimate Google Maps XML JavaScript function

    I believe I have come up with the most versatile Google Maps function. Parameters are Dev ID name (devid), XML location (xml), zoom and map type (zoom). To use it you will need to do the following; Script header: DIV in the body: XML in the following form: And the JavaScript code: Example map tgooglemap(example.xml)

  • Dynamic Google Maps circle markers/icons with PHP

    A while back I posted on how to create dynamic Google maps markers which allow for any colour and any text in the classic Google map style. Recently, I have had a need to do the same with circular markers. It uses the ‘Image Smooth Arc‘ function provided by Ulrich Mierendorff. Similarly, I provide a…

  • Check Point VPN – “SR_Service.exe – Application Error”

    If you are getting the following error; ————————— SR_Service.exe – Application Error ————————— The instruction at “0x77c478c0” referenced memory at “0x00000000”. The memory could not be “read”. Click on OK to terminate the program Click on CANCEL to debug the program ————————— OK Cancel ————————— The solution is; Open Microsoft Internet Explorer Internet Options Content…

  • Simple Ping function VBScript

    I was after a ping function that met the following constraints; Didn’t use GetObject. Didn’t display any command (cmd) prompt. Didn’t use a temporary file. Here is what I found; I was looking at a way to timeout the above ping function after 1 second using threading, but this didn’t quite make it so simple.…

  • Decimal to Binary functions in Visual Basic

    Here are functions to perform decimal to/from binary conversion. CBin – converts a decimal integer to binary string. CDeci – converts a binary string to decimal integer. CBinS16 – converts a decimal signed integer to 16 bit binary string. CdecS16 – converts a 16 bit binary string to decimal signed integer.

Got any book recommendations?