Blog2018-03-07T03:15:43+00:00
Jul 82014

New Website Launch – SpeechWorks

By |July 8th, 2014|Categories: Clients, Web Design|1 Comment

I'm proud to announce the launch of a new website for SpeechWorks LLC of Oconomowoc, WI. SpeechWorks is run by Jann Fujimoto, a certified speech-language pathologist and the owner of SpeechWorks LLC. SpeechWorks provides convenient speech-language therapy services in your Lake Country area home, pre-school or [...]

May 82014

New Website Launch – Friends of Lake Wingra

By |May 8th, 2014|Categories: Clients, Web Design|0 Comments

It was a priviledge to create a website for an organization like Friends of Lake Wingra. FOLW has a common interest in perserving and improving the health of the Madison Lake. They came together in 1998 and have been improving the lake through projects and community [...]

Jan 242014

C# String extension method to escape characters for regular expressions (regex)

By |January 24th, 2014|Categories: C#, Handy Tools/Utilities|1 Comment

I needed a way to escape special regex characters in a string. These characters include the following: ".", "$", "^", "{", "[", "(", "|", ")", "*", "+", "?", "\\" . This list was obtained from http://msdn.microsoft.com/en-us/library/4edbef7e(v=vs.110).aspx Here is a small string extension method that will accomplish this: Edit*- [...]

Jan 142014

Visual SVN Context Menu is Missing – Fix

By |January 14th, 2014|Categories: Handy Tools/Utilities, Misc. Fixes|3 Comments

I use VisualSVN at work and I love it! It saves clicks and times when developing with Visual Studio and SVN. Recently my SVN context menu seemingly went missing from Visual Studio, causing me a bunch of confusion. (Menu pictured below was not appearing when right [...]

Go to Top