Displaying posts tagged with

“2SecondsFaster”

Having Fun…

On my wife’s blog (2SecondsFaster.com) we put up a “Saturday Mixer” and it is a weekly “you take over the conversation” post. As a joke, I thought I would put the post rules up in VB.NET code. Below is my code for a simple Console App.

Code Snippet
  1. Module saturdayMixer
  2.  
  3.    Sub Main()
  4.       Dim saturdayMixer As String
  5.  
  6.       Console.WriteLine("Do you know the rules? (y or n)")
  7.       saturdayMixer = Console.ReadLine()
  8.       ' saturdayMixer = Console.ReadLine()
  9.  
  10.       If saturdayMixer = "y" Then
  11.          Console.WriteLine("Welcome to the Saturday Mixer!" & ControlChars.CrLf _
  • Share/Bookmark
  • Share/Bookmark

Move to VPS Done (aka We’re Home for Thanksgiving)

image Last night I began the move of the last site (figured it would pretty quite). Although, I originally wanted to attach it to the WordPress MU site (what this and the others are on), I could not find good documentation on getting getting all the users on 2SecondsFaster.com into the Wordpres MU database. So I just transferred the site and will look into moving the site into MU later.

  • Share/Bookmark
  • Share/Bookmark