HTML Archive

  • Add Printers Using VBScript on an Intranet Site

    Add Printers Using VBScript on an Intranet Site

    Recently I had been tasked to create an Intranet site that simplified the process of adding printers to workstations. In addition, the process had to be completely in the user’s control, eliminating the need for IT to be involved with workstation printer drivers. If a...

    Full Story

  • URL Encoding Table

    URL Encoding Table

    Update: because I am frequently encoding or decoding strings, I have created a URL encode and decode script for use on my site. Anyone that has programmed in web technologies has used URL encoded characters at some point. For those are wondering, one of the...

    Full Story

  • WordPress Preformatted Word Wrapping?

    WordPress Preformatted Word Wrapping?

    For most of my posts I use the “Preformatted” style from the drop down menu in the Visual editor of WordPress. It works quite well for demonstrating sections of code or screen output. However, there is a problem with using Preformatted and that is the...

    Full Story