mhinze.com

links etc.




    Archive for the 'mhinze.com' Category

    Blogging at FWDNUG

    Friday, February 15th, 2008

    I've been posting to a blog on fwdnug.com.

    http://feeds.feedburner.com/hinzefwdnug

    a better solution for posting code to wordpress

    Wednesday, March 14th, 2007

    i've been using igsyntax wordpress plugin and editing in wordpress.. but it's old and busted and not really that good.  so i'm trying out this paste code from visual studio with syntax hilighting plugin for live writer.

    (snippet from here)

     

    #region codinghorror.com
    class Program : Object
    {
        static int _I = 1;
    
        /// <summary>
        /// The quick brown fox jumps over the lazy dog
        /// THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
        /// </summary>
        static void Main(string[] args)
        {
            Uri Illegal1Uri = new Uri("http://packmyboxwith/jugs.html?q=five-dozen&t=liquor");
            Regex OperatorRegex = new Regex(@"\S#$", RegexOptions.IgnorePatternWhitespace);
    
            for (int O = 0; O < 123456789; O++)
            {
                _I += (O % 3) * ((O / 1) ^ 2) - 5;
                if (!OperatorRegex.IsMatch(Illegal1Uri.ToString()))
                {
                    Console.WriteLine(Illegal1Uri);
                }
            }
        }
    }
    #endregion

     

     

    not too shabby.

    top of the list of things i don't want to be doing on a friday night:

    Friday, March 2nd, 2007

    fixing hacked wordpress installs

    © 2007 mhinze.com