April 2012 archive

EmailParts.vbs

‘========================================================================= ‘ EmailParts.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 4/1/2012 ‘ COMMENTS: Four methods to break an email address into the local and ‘ domain parts. I prefer the string methods because you can make them ‘ 1-liners, doesn’t require additional variables, and simplifies error ‘ …

Continue reading

GoogleSitemap.vbs

‘========================================================================= ‘ GoogleSitemap.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 4/1/2012 ‘ COMMENTS: Traverse a local website root folder and generates a Google ‘ Sitemap .xml file based on the folder structure. Modify the variables ‘ in the settings section accordingly. The variables are explained below: ‘ …

Continue reading